]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Plugin system for backends. Fixes bug #351348.
[evince.git] / ChangeLog
1 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * configure.ac:
4         * Makefile.am:
5         * po/POTFILES.in:
6         * backend/comics/Makefile.am:
7         * backend/comics/comics-document.[ch]:
8         * backend/comics/comicsdocument.evince-backend.in:
9         * backend/djvu/Makefile.am:
10         * backend/djvu/djvu-document.[ch]:
11         * backend/djvu/djvudocument.evince-backend.in:
12         * backend/dvi/Makefile.am:
13         * backend/dvi/dvi-document.[c]:
14         * backend/dvi/dvidocument.evince-backend.in:
15         * backend/impress/Makefile.am:
16         * backend/impress/impress-document.[ch]:
17         * backend/impress/impressdocument.evince-backend.in:
18         * backend/pdf/Makefile.am:
19         * backend/pdf/ev-poppler.cc:
20         * backend/pdf/ev-poppler.h:
21         * backend/pdf/pdfdocument.evince-backend.in:
22         * backend/pixbuf/Makefile.am:
23         * backend/pixbuf/pixbuf-document.[ch]:
24         * backend/pixbuf/pixbufdocument.evince-backend.in:
25         * backend/ps/Makefile.am:
26         * backend/ps/ev-spectre.[ch]:
27         * backend/ps/ps-document.[ch]:
28         * backend/ps/psdocument.evince-backend.in:
29         * backend/tiff/Makefile.am:
30         * backend/tiff/tiff-document.[ch]:
31         * backend/tiff/tiffdocument.evince-backend.in:
32         * libdocument/Makefile.am:
33         * libdocument/ev-backends-manager.[ch]:
34         * libdocument/ev-module.[ch]:
35         * libdocument/ev-document.h:
36         * libdocument/ev-document-factory.[ch]:
37         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
38         (get_compression_from_mime_type), (get_document_from_uri),
39         (ev_document_factory_get_document), (file_filter_add_mime_types),
40         (ev_document_factory_add_filters):
41         * shell/Makefile.am:
42         * shell/ev-window-title.c: (get_filename_from_uri):
43         * shell/main.c: (main):
44         * thumbnailer/Makefile.am:
45         * thumbnailer/evince-thumbnailer.c: (main):
46
47         Plugin system for backends. Fixes bug #351348.
48         
49 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
50
51         * shell/ev-view-private.h:
52         * shell/ev-view.c: (ev_view_drag_update_momentum),
53         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
54         (ev_view_button_release_event), (ev_view_destroy):
55         
56         Kinetic scrolling implemented as requested in
57         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
58
59 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
60
61         * data/evince-toolbar.xml:
62         * data/evince-ui.xml:
63         * shell/ev-view-private.h:
64         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
65         (ev_view_button_press_event), (ev_view_motion_notify_event),
66         (ev_view_button_release_event), (ev_view_init),
67         (ev_view_autoscroll_cb), (ev_view_autoscroll),
68         (ev_view_set_cursor):
69         * shell/ev-view.h:
70         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
71         (ev_window_cmd_view_autoscroll):
72         
73         Autoscroll feature with the context menu. Fixes bug 
74         #323670. Thanks to David Turner <cillian64@googlemail.com>.
75
76 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
77
78         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
79
80         Disconnect also page-ready signal when removing a job because the
81         page size has changed. Thanks to kripken
82         <kripkensteiner@gmail.com>.
83
84 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
85
86         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
87         
88         Scroll pages in page entry with mouse wheel. Fixes bug
89         #324122. Thanks to David Turner <cillian64@googlemail.com>.
90
91 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
92
93         * backend/dvi/Makefile.am:
94         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
95         (mdvi_cairo_device_init):
96         * backend/dvi/mdvi-lib/common.h:
97         * backend/dvi/mdvi-lib/mdvi.h:
98         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
99         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
100         (mdvi_build_path_from_cwd):
101
102         Add ps specials support in dvi backend when libspectre is
103         present. Fixes bug #386005.
104         
105 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
106
107         * configure.ac:
108         * backend/ps/Makefile.am:
109         * backend/ps/ev-spectre.[ch]:
110         
111         Use libspectre, if available, for the ps backend. Fixes bugs
112         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
113
114 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
115         
116         * backend/comics/comics-document.c: (comics_document_load):
117         
118         Cygwin build issue fix.
119
120 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
121
122         * shell/ev-view.c: (ev_view_set_zoom):
123
124         Do not limit the minimum zoom factor when sizing mode is best bit
125         or fit width. Fixes bug #503805.
126         
127 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
128
129         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
130         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
131         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
132         (ev_link_dest_get_property), (ev_link_dest_set_property),
133         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
134         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
135         (ev_link_dest_new_fitr):
136         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
137         (goto_fith_dest), (goto_xyz_dest):
138
139         Do not change left, top and zoom values when they are null in PDF
140         destinations. Fixes bug #460658.
141         
142 2007-12-10  Christian Persch  <chpe@gnome.org>
143
144         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
145         (ev_view_accessible_class_init),
146         (ev_view_accessible_idle_do_action),
147         (ev_view_accessible_action_do_action),
148         (ev_view_accessible_action_get_description),
149         (ev_view_accessible_action_set_description),
150         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
151         (ev_view_accessible_factory_init),
152         (ev_view_accessible_factory_get_accessible_type):
153         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
154         private data, and G_DEFINE_TYPE. Bug #502843.
155
156 2007-12-08  Christian Persch  <chpe@gnome.org>
157
158         * shell/ev-metadata-manager.c: (item_free),
159         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
160         (value_free), (parse_value), (parseItem),
161         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
162         (save_values): Use GSlice to allocate small amounts of memory. Bug
163         #475972.
164
165 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
166
167         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
168
169         Restore cursor to normal after a drag operation. Fixes bug
170         #501603.
171         
172 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
173
174         * NEWS:
175         * configure.ac:
176         
177         Update for release 2.21.1
178
179 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
180
181         * configure.ac:
182         * cut-n-paste/gedit-message-area/Makefile.am:
183         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
184         * shell/Makefile.am:
185         * shell/ev-message-area.[ch]:
186         * shell/ev-window.c: (ev_window_set_message_area),
187         (ev_window_error_message_response_cb), (ev_window_error_message),
188         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
189         (ev_window_save_job_cb), (image_save_dialog_response_cb),
190         (ev_attachment_popup_cmd_open_attachment),
191         (attachment_save_dialog_response_cb), (ev_window_set_document),
192         (ev_window_init):
193
194         Use a message area instead of a popup dialog for error
195         notifications. Fixes bug #337495.
196         
197 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
198
199         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
200         (ev_window_run_fullscreen):
201
202         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
203         
204 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
205
206         * ev-sidebar-thumbnails.c: (update_visible_range),
207         (ev_sidebar_thumbnails_refresh),
208         (ev_sidebar_thumbnails_set_document),
209         (ev_sidebar_thumbnails_support_document):
210
211         Show thumbnails for documents with one page. Fixes bug #358751.
212         
213 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
214
215         * shell/ev-window.c:
216         (ev_window_load_print_settings_from_metadata),
217         (ev_window_save_print_settings), (ev_window_print_finished),
218         (ev_window_print_range):
219
220         Print settings that are specific to the document are now saved per
221         document in the metadata file. Fixes bug #488806.
222         
223 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
224
225         * backend/tiff/tiff-document.c: (tiff_document_render):
226
227         Tiff documents were rendered with wrong colors. Fixes bug #497279.
228         
229 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
230
231         * shell/ev-application.[ch]: (get_find_string_from_args),
232         (ev_application_open_uri_at_dest), (ev_application_open_uri),
233         (ev_application_open_uri_list):
234         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
235         * shell/ev-window.[ch]: (ev_window_load_job_cb),
236         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
237         (ev_window_cmd_recent_file_activate),
238         (ev_window_open_recent_action_item_activated),
239         (ev_window_print_send), (open_remote_link):
240         * shell/main.c: (arguments_parse):
241
242         Add a command line option for search. Fixes bug #497710.
243         
244 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
245
246         * shell/ev-jobs.c: (ev_job_print_new):
247
248         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
249         
250 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
251
252         * data/evince-toolbar.xml:
253         * shell/Makefile.am:
254         * shell/ev-application.c: (ev_application_init):
255         * shell/ev-open-recent-action.[ch]:
256         * shell/ev-window.c:
257         (ev_window_open_recent_action_item_activated),
258         (register_custom_actions):
259
260         Add an expander to the open toolbar item which pops up a dropdown
261         menu with the recently used documents. Fixes bug #487215.
262         
263 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
264
265         * shell/ev-window.c: (ev_window_open_uri),
266         (ev_window_cmd_view_reload):
267
268         Do not jump to the first page when reloading by running evince
269         from the command line. Fixes bug #490847.
270         
271 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
272
273         * shell/ev-window.c: (ev_window_cmd_help_contents):
274
275         Plugged memory leak when help file is not found. Fixes bug
276         #490762.
277         
278 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
279
280         * configure.ac:
281
282         Enable djvu, dvi and comics backends by default. Fixes bug
283         #437121.
284         
285 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
286
287         * configure.ac:
288         * cut-n-paste/Makefile.am:
289         * cut-n-paste/recent-files/*: Removed
290         * help/reference/Makefile.am:
291         * shell/Makefile.am:
292         * shell/ev-application.[ch]: (ev_application_shutdown),
293         (ev_application_init):
294         * shell/ev-window.c: (ev_window_add_recent),
295         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
296
297         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
298         
299 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
300
301         * shell/ev-window.c: (launch_external_uri):
302
303         Let GnomeVFS check the URL, this allow more URL (like mailto:),
304         and report error if the URL is not supported (#489910).
305
306 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
307
308         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
309         (pdf_document_file_exporter_begin_page),
310         (pdf_document_file_exporter_end_page):
311
312         Fix printing with poppler splash backend. Fixes bug #489774.
313         
314 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
315
316         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
317         * shell/ev-print-job.c: (ev_print_job_class_init):
318
319         Fix a crash when printing with the gnome-print dialog. Fixes bug
320         #488939.
321         
322 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
323
324         * backend/pixbuf/pixbuf-document.c:
325
326         Fix an implicit function definition warning (#487655)
327
328 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
329
330         * shell/ev-window.c:
331
332         Fix conflicting shortcut for view sade pane and presentation.
333         
334 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
335
336         * backend/pdf/ev-poppler.cc:
337         (pdf_document_file_exporter_begin_page),
338         (pdf_document_file_exporter_do_page),
339         (pdf_document_file_exporter_end_page),
340         (pdf_document_file_exporter_iface_init):
341         * libdocument/ev-file-exporter.[ch]:
342         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
343         * shell/ev-jobs.c: (ev_job_print_get_page_list),
344         (ev_job_print_run):
345
346         When printing multiple pages per sheet in reverse option, do not
347         invert the order of the pages in every sheet, but the order of the
348         sheets. Do not print blank pages when page range is invalid. Fixes
349         bugs #484857 and #485521.
350         
351 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
352
353         * shell/ev-jobs.c: (ev_job_print_get_page_list),
354         (ev_job_print_run):
355         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
356
357         Respect ranges order when printing more than one range in random
358         order.
359         
360 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
361
362         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
363         (ev_window_setup_document), (ev_window_rotation_changed_cb):
364
365         Rotate also the window icon when document is rotated. Fixes bug
366         #474681.
367         
368 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
369
370         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
371         (pdf_document_forms_get_form_fields):
372
373         Silently ignore unknown form fields. Fixes bug #482654. Patch by
374         Matthias Drochner.
375         
376 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
377
378         * configure.ac:
379         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
380
381         Use poppler_page_render_for_printing() instead of
382         poppler_page_render() if available when exporting to a ps or pdf
383         file. Fixes bug #476627.
384         
385 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
386
387         * shell/ev-window.c: (ev_window_run_fullscreen):
388
389         Do not show the toolbar in fullscreen mode if the main toolbar is
390         not visible. Fixes bug #483048.
391         
392 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
393
394         * shell/ev-view.c: (ev_view_button_press_event):
395
396         Give priority to form fields over images when deciding whether a
397         button press event is over an image or form field. It allows edit
398         form fields when they are over a background image. Fixes bug
399         #477841.
400         
401 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
402
403         * NEWS:
404         * configure.ac:
405         
406         Update for release 2.20.0
407
408 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
409
410         * backend/pdf/ev-poppler.cc:
411
412         Remove #ifdef HAVE_FORMS, so that forms support works again.
413
414 2007-09-05  Götz Waschk  <waschk@mandriva.org>
415
416         * configure.ac:
417         * data/evince.desktop.in.in:
418         
419         Fixes desktop file issues. See bug #473471.
420
421 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
422
423         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
424         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
425         (ev_job_queue_remove_job):
426         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
427         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
428         * shell/ev-window.c: (ev_window_clear_save_job),
429         (ev_window_save_job_cb), (file_save_dialog_response_cb),
430         (ev_window_dispose):
431
432         Move save a copy task to its own job so that it's carried out in a
433         thread avoiding another lock in the main thread. Use
434         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
435         can be saved to a pathin another file system. Fixes bug #456891.
436         
437 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
438
439         * NEWS:
440         * configure.ac:
441         
442         Update for release 2.19.92
443
444 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
445
446         * configure.ac:
447         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
448         (pdf_selection_get_selection_region),
449         (pdf_selection_get_selection_map),
450         (ev_form_field_from_poppler_field):
451
452         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
453         and triple click selections are enabled again now.
454
455 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
456
457         * shell/ev-window.c: (ev_window_add_history):
458
459         Make sure not to use the history with documents not supporting
460         links. Fixes bug #468954.
461
462 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
463
464         * shell/ev-window.c: (ev_window_load_job_cb):
465
466         Restart the search when reloading a document with the find bar
467         visible. Fixes bug #461962.
468
469 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
470
471         * shell/ev-window.c: (setup_document_from_metadata),
472         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
473
474         Do not jump to the first page when reloading a document from the
475         last page.
476
477 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
478
479         * shell/ev-window.c: (update_chrome_flag),
480         (setup_sidebar_from_metadata),
481         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
482         (ev_window_cmd_edit_find_next),
483         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
484         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
485         (find_bar_close_cb), (view_actions_focus_in_cb):
486
487         Do not update visibility when changing a chrome flag so that it's
488         possible to update several flags and update visibility only once
489         for all of them.
490
491 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
492
493         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
494
495         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
496         supported by gtk+. Fixes bug #460907.
497
498 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
499
500         * shell/ev-view.c: (view_update_range_and_current_page):
501
502         Make sure current-page <= end-page in continuous mode. Fixes bug
503         #454950.
504
505 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
506
507         * backend/pdf/ev-poppler.cc: (build_tree):
508
509         Ignore outline items without a title. Fixes bug #453913.
510
511 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
512
513         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
514         (ev_view_button_release_event), (ev_view_leave_notify_event):
515
516         Use always drag mouse cursor during a drag operation. Fixes bug
517         #470564.
518
519 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
520
521         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
522         (pdf_selection_get_selection_region),
523         (pdf_selection_get_selection_map):
524
525         Temporarily disable double and triple selections since it depends on
526         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
527         released and the update of the external dependency minimal version
528         approved.
529
530 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
531
532         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
533         (pdf_document_file_exporter_do_page):
534         * libdocument/ev-file-exporter.h:
535         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
536         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
537
538         Actually fix printing regressions. Remove orientation from
539         EvPrintContext since it's redundant.
540
541 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
542
543         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
544         * backend/impress/impress-document.c:
545         (impress_document_document_iface_init):
546         * backend/ps/ps-document.c: (ps_document_document_iface_init):
547         * backend/djvu/djvu-document.c:
548         (djvu_document_document_iface_init),
549         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
550         * backend/tiff/tiff-document.c:
551         (tiff_document_document_iface_init):
552         * backend/pixbuf/pixbuf-document.c:
553         (pixbuf_document_document_iface_init):
554         * backend/comics/comics-document.c:
555         (comics_document_document_iface_init):
556         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
557         (pdf_selection_render_selection),
558         (pdf_selection_get_selected_text),
559         (pdf_selection_get_selection_region),
560         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
561         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
562         (ev_selection_get_selection_region),
563         (ev_selection_get_selection_map):
564         * libdocument/ev-document.[ch]:
565         * shell/ev-pixbuf-cache.[ch]: (add_job),
566         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
567         * shell/ev-view-private.h:
568         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
569         (ev_job_render_run):
570         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
571         * shell/ev-view.c: (start_selection_for_event),
572         (ev_view_button_press_event), (ev_view_drag_data_get),
573         (ev_view_drag_data_received), (ev_view_button_release_event),
574         (compute_new_selection_text), (compute_selections),
575         (ev_view_select_all), (get_selected_text), (ev_view_copy),
576         (ev_view_primary_get_cb):
577
578         Add support for double and triple click selections.
579
580 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
581
582         * NEWS:
583         * configure.ac:
584
585         Update for release 2.19.4
586
587 2007-08-28  Justin Blanchard  <justinb04@aim.com>
588
589         * shell/ev-view-private.h:
590         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
591         (ev_view_set_highlight_search):
592         * shell/ev-view.h:
593         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
594         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
595         (find_bar_visibility_changed_cb):
596         
597         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
598
599 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
600
601         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
602         (pdf_document_file_exporter_begin),
603         (pdf_document_file_exporter_do_page):
604         * shell/ev-jobs.c: (ev_job_print_run):
605         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
606
607         Create always a portrait cairo surface and rotate when needed for
608         landscape. It fixes printing problems in real printers.
609
610 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
611
612         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
613         * libdocument/ev-file-exporter.[ch]:
614         (ev_file_exporter_get_capabilities):
615         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
616         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
617
618         Adjust number of pages per row according to page orientation when
619         printing 2 or 6 pages per sheet.
620
621 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
622
623         * shell/ev-window.c: (ev_window_print_send):
624
625         Reset also cups setting to 1 when printing multiple pages per
626         sheet. Fixes bug #468853.
627
628 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
629
630         * libdocument/ev-document-misc.c:
631         (ev_document_misc_surface_rotate_and_scale):
632
633         Use directly cairo_surface_get_content() when creating a similar
634         surface as suggested by Jeff Muizelaar. Thanks again.
635
636 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
637
638         * backend/djvu/djvu-document.c: (djvu_document_render):
639         * backend/tiff/tiff-document.c: (tiff_document_render):
640         * backend/pdf/ev-poppler.cc: (pdf_document_render):
641         * libdocument/ev-document-misc.c:
642         (ev_document_misc_surface_from_pixbuf),
643         (ev_document_misc_surface_rotate_and_scale):
644
645         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
646         creating page surfaces. Fixes bug #453123. Thank you very much to
647         Jeff Muizelaar <jeff@infidigm.net>.
648
649 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
650
651         * shell/ev-page-cache.c: (ev_page_cache_new),
652         (ev_page_cache_get_thumbnail_size):
653         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
654         (ev_sidebar_thumbnails_set_loading_icon):
655
656         Also store in page-cache the dimensions of the thumbnails so that
657         they can be used to create the correct loading icon in the side
658         pane. Fixes bug #466857.
659
660 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
661
662         * backend/pdf/ev-poppler.cc:
663         (pdf_document_thumbnails_get_thumbnail):
664
665         Fix thumbnails rotation in pdf documents that include embedded 
666         thumbnails.
667
668 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
669
670         * backend/pdf/ev-poppler.cc:
671
672         Don't use #ifdef in macro expansion. Some compilers don't
673         like that. Closes bug #467042.
674
675 2007-08-15  Justin Blanchard  <justinb04@aim.com>
676
677         * backend/djvu/djvu-document.c: (djvu_document_finalize):
678         
679         Fixes memory leak in djvu backend.
680
681 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
682
683         * data/icons/32x32/Makefile.am:
684         * data/icons/32x32/actions/Makefile.am:
685         * data/icons/32x32/actions/view-page-cont.svg:
686         * data/icons/32x32/actions/view-page-facing.svg:
687         * data/icons/48x48/Makefile.am:
688         * data/icons/48x48/actions/Makefile.am:
689         * data/icons/48x48/actions/view-page-cont.svg:
690         * data/icons/48x48/actions/view-page-facing.svg:
691         
692         Icons for a new sizes.
693
694 2007-08-14  Justin Blanchard  <justinb04@aim.com>
695
696         * shell/ev-page-cache.c: (build_height_to_page),
697         (ev_page_cache_get_height_to_page):
698         
699         Fixes invalid read, see bug #466401.
700
701 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
702
703         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
704         (set_drag_cursor):
705         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
706         (configure_item_cursor), (new_pixbuf_from_widget):
707
708         Fix multihead problems in toolbar editor. Fixes bug #382055.
709
710 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
711
712         * shell/ev-window.c: (ev_window_cmd_file_open),
713         (ev_window_cmd_save_as):
714
715         Use g_get_user_special_dir when available instead of
716         xdg_user_dir_lookup.
717
718 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
719
720         * MAINTAINERS:
721         
722         Updated according to request on desktop-devel.
723
724 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
725
726         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
727
728         Do not use cairo_rectangle and cairo_clip since we are
729         not using cairo_fill but cairo_paint. Use the same cairo context
730         for every page in the same expose event.
731
732 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
733
734         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
735         leak.
736
737 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
738
739         * configure.ac:
740         * NEWS:
741
742         Release 0.9.3
743
744 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
745
746         * libdocument/ev-document-info.h:
747         * libdocument/ev-document.h:
748         * shell/ev-page-action.h:
749         * shell/ev-sidebar-links.h:
750
751         Fix a headers problem with ev-link
752         
753         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
754         * shell/ev-view-private.h:
755         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
756         (get_link_area), (ev_view_query_tooltip),
757         (ev_view_leave_notify_event), (ev_view_destroy),
758         (ev_view_class_init):
759
760         Use new gtk tooltips when available instead of ev-tooltip.
761         
762 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
763
764         * shell/ev-window.c: (update_chrome_visibility),
765         (ev_window_sidebar_visibility_changed_cb):
766
767         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
768         
769 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
770
771         * shell/ev-navigation-action.c:
772         (ev_navigation_action_history_changed),
773         (ev_navigation_action_set_history):
774         * shell/ev-navigation-action-widget.c:
775         (ev_navigation_action_widget_init):
776         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
777
778         Fix compile warnings.
779         
780 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
781
782         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
783         (egg_editable_toolbar_dispose):
784
785         Fix memory leak.
786         
787 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
788
789         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
790         (screensaver_disable_x11):
791         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
792         * shell/ev-window.c: (presentation_set_timeout):
793         * shell/ev-view.c: (ev_view_presentation_transition_start):
794
795         Use g_timeout_add_seconds instead of g_timeout_add when
796         available.
797         
798 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
799
800         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
801
802         Set horizontal scrollbar policy to AUTOMATIC instead of
803         NEVER. Workaround for bug #449462.
804         
805 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
806
807         * shell/ev-jobs.c: (ev_job_render_page_ready):
808
809         Add page_ready callback to main loop with high priority and hold
810         a reference to job during idle.
811         
812 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
813
814         * configure.ac:
815         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
816         (pdf_document_file_exporter_begin),
817         (pdf_document_file_exporter_do_page),
818         (pdf_document_file_exporter_get_capabilities):
819         * libdocument/ev-file-exporter.h:
820         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
821         * shell/ev-window.c: (ev_window_print_send),
822         (ev_window_print_dialog_response_cb):
823
824         Allow printing multiple pages per sheet. Fixes bug #395573.
825         
826 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
827
828         * shell/ev-view.c: (tip_from_link):
829         
830         Check for NULL, fixes bug #460862.
831
832 2007-07-29  Christian Persch  <chpe@gnome.org>
833
834         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
835         (ev_window_preview_print_finished), (ev_window_do_preview_print),
836         (ev_window_cmd_preview_print):
837         
838         Fixes bug #437681 - blocks while enumerating printers.
839
840 2007-07-29  Christian Persch  <chpe@gnome.org>
841
842         * shell/ev-window.c: (ev_window_screen_changed):
843         
844         Don't use deprecated gtk+ function. See bug #460909.
845
846 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
847
848         * shell/ev-utils.c: (get_num_monitors):
849         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
850
851         Do not use display before initializing it. Remove compile
852         warnings.
853
854 2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
855
856         * shell/ev-view.c: (ev_view_class_init):
857         
858         Unix-like hjkl bindings added. See bug #458111.
859
860 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
861
862         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
863         * shell/ev-utils.h:
864         * shell/ev-view.c: (ev_view_set_zoom_for_size),
865         (ev_view_update_view_size):
866         * shell/ev-view.h:
867         * shell/ev-window.c: (ev_window_update_actions),
868         (setup_view_from_metadata), (ev_window_screen_changed),
869         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
870         (zoom_control_changed_cb):
871         * shell/ev-window.h:
872         
873         Reorganizes utility functions.
874
875 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
876
877         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
878         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
879         (add_job), (ev_pixbuf_cache_get_surface),
880         (ev_pixbuf_cache_get_link_mapping),
881         (ev_pixbuf_cache_get_image_mapping),
882         (ev_pixbuf_cache_get_form_field_mapping),
883         (ev_pixbuf_cache_get_text_mapping):
884         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
885         (notify_page_ready), (ev_job_render_page_ready),
886         (ev_job_render_run):
887
888         Add page_ready signal to notify that page is ready as soon as
889         possible even if other page elements like links, forms, images or
890         text mapping are not ready yet.
891
892 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
893
894         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
895         (dvi_document_file_exporter_do_page),
896         (dvi_document_file_exporter_get_capabilities),
897         (dvi_document_file_exporter_iface_init):
898         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
899         (ps_document_file_exporter_do_page),
900         (ps_document_file_exporter_get_capabilities),
901         (ps_document_file_exporter_iface_init):
902         * backend/djvu/djvu-document.c:
903         (djvu_document_file_exporter_begin),
904         (djvu_document_file_exporter_end),
905         (djvu_document_file_exporter_get_capabilities),
906         (djvu_document_file_exporter_iface_init):
907         * backend/tiff/tiff-document.c:
908         (tiff_document_file_exporter_begin),
909         (tiff_document_file_exporter_get_capabilities),
910         (tiff_document_document_file_exporter_iface_init):
911         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
912         (pdf_document_file_exporter_do_page),
913         (pdf_document_file_exporter_get_capabilities),
914         (pdf_document_file_exporter_iface_init):
915         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
916         (ev_file_exporter_get_capabilities):
917         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
918         (idle_print_handler), (ev_print_job_print):
919         * shell/ev-jobs.c: (ev_job_print_run):
920         * shell/ev-window.c: (ev_window_print_send),
921         (ev_window_print_range):
922
923         Use capabilities to know which options should be offered by the
924         print dialog depending on the document backend.
925
926 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
927
928         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
929
930         Give priority to forms over text to set the cursor.
931
932 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
933
934         * shell/ev-view-private.h:
935         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
936         (ev_view_leave_notify_event), (ev_view_finalize),
937         (ev_view_get_property), (ev_view_class_init):
938
939         Use IBEAM cursor for text form fields and NORMAL cursor for read
940         only fields. Remove unused status attribute.
941
942 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
943
944         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
945
946         Update region for current selected items also for checkbox
947         buttons, since they can behave as radio buttons when they are in a
948         set.
949
950 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
951
952         * configure.ac:
953         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
954
955         Get max length of text form fields.
956
957 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
958
959         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
960         * libdocument/ev-form-field.h:
961         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
962
963         Fix build with current poppler cvs head.
964
965 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
966
967         * cut-n-paste/zoom-control/ephy-zoom-control.c:
968         * shell/eggfindbar.c: (egg_find_bar_init):
969
970         Fix build with gtk+ >= 2.11.5 due to gtktooltips
971         deprecation. Fixes bug #455667
972
973 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
974
975         * NEWS:
976         * configure.ac:
977         
978         Update for release 0.9.2
979
980 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
981
982         * shell/ev-view.c: (ev_view_form_field_text_save),
983         (ev_view_form_field_choice_save):
984
985         Fix a crash when closing whith a form widget visible.
986
987 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
988
989         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
990
991         Update also the region of the current selected button when
992         clicking on another button if they are radio buttons.
993
994 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
995
996         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
997         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
998         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
999         (ev_pixbuf_cache_get_link_mapping),
1000         (ev_pixbuf_cache_get_image_mapping),
1001         (ev_pixbuf_cache_get_form_field_mapping),
1002         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
1003         * shell/ev-view.c: (ev_view_form_field_get_region),
1004         (ev_view_form_field_button_create_widget),
1005         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1006         (job_finished_cb):
1007
1008         Redraw only form field region instead of the whole page when
1009         reloading a page to show changes on the form field.
1010
1011 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1012
1013         * shell/ev-view.c: (ev_view_form_field_choice_save):
1014
1015         Fix selection of first item in list form fields.
1016
1017 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1018
1019         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
1020         (ev_pixbuf_cache_reload_page),
1021         (ev_pixbuf_cache_get_form_field_mapping):
1022
1023         Some refactoring to avoid duplicated code.
1024
1025 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1026
1027         * configure.ac:
1028         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
1029         (ev_form_field_from_poppler_field),
1030         (pdf_document_forms_get_form_fields),
1031         (pdf_document_forms_form_field_text_get_text),
1032         (pdf_document_forms_form_field_text_set_text),
1033         (pdf_document_forms_form_field_button_set_state),
1034         (pdf_document_forms_form_field_button_get_state),
1035         (pdf_document_forms_form_field_choice_get_item),
1036         (pdf_document_forms_form_field_choice_get_n_items),
1037         (pdf_document_forms_form_field_choice_is_item_selected),
1038         (pdf_document_forms_form_field_choice_select_item),
1039         (pdf_document_forms_form_field_choice_toggle_item),
1040         (pdf_document_forms_form_field_choice_unselect_all),
1041         (pdf_document_forms_form_field_choice_set_text),
1042         (pdf_document_forms_form_field_choice_get_text),
1043         (pdf_document_document_forms_iface_init):
1044         * libdocument/Makefile.am:
1045         * libdocument/ev-form-field.[ch]:
1046         * libdocument/ev-document-forms.[ch]:
1047         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1048         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1049         (add_job), (ev_pixbuf_cache_reload_page),
1050         (ev_pixbuf_cache_get_form_field_mapping):
1051         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
1052         * shell/ev-view-private.h:
1053         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
1054         (ev_view_handle_cursor_over_xy),
1055         (ev_view_get_form_field_at_location),
1056         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
1057         (ev_view_form_field_button_create_widget),
1058         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
1059         (ev_view_form_field_text_create_widget),
1060         (ev_view_form_field_choice_save),
1061         (ev_view_form_field_choice_changed),
1062         (ev_view_form_field_choice_create_widget),
1063         (ev_view_handle_form_field), (ev_view_size_allocate),
1064         (ev_view_realize), (draw_end_presentation_page),
1065         (ev_view_button_press_event), (ev_view_remove_all),
1066         (ev_view_motion_notify_event), (ev_view_key_press_event),
1067         (ev_view_enter_notify_event), (highlight_find_results),
1068         (draw_loading_text), (draw_one_page), (ev_view_destroy),
1069         (ev_view_class_init), (page_changed_cb),
1070         (on_adjustment_value_changed), (ev_view_set_presentation),
1071         (merge_selection_region), (ev_view_set_cursor),
1072         (ev_view_reset_presentation_state):
1073         
1074         Merge evince-forms branch.
1075
1076 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
1077
1078         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
1079
1080         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
1081         This script also updates itself from libegg
1082
1083         * cut-n-paste/toolbar-editor/egg*:
1084         Run update-toolbareditor-from-libegg.sh so we are in sync again with
1085         libegg
1086
1087 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
1088
1089         * shell/ev-window.c:
1090         
1091         Adds a nice icon to page action during toolbar editing.
1092         See bug #452872.
1093
1094 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1095
1096         * data/evince-toolbar.xml:
1097         * shell/ev-window.c:
1098         
1099         Let user add a presentation and fullscreen icons on toolbar.
1100         See bug #449734.
1101
1102 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
1103
1104         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
1105
1106         new script to keep in sync with toolbareditor in libegg
1107
1108         * cut-n-paste/toolbar-editor/*: 
1109
1110         Run update-toolbareditor-from-libegg so we are in sync again. 
1111         Fixes bug #452850.
1112         
1113
1114 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1115
1116         * shell/ev-sidebar-links.c: (job_finished_callback):
1117
1118         Do not connect selection changed signal more than once. Fixes bug
1119         #349433.
1120
1121 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1122
1123         * shell/ev-window.c: (ev_window_view_sidebar_cb):
1124
1125         Do not change sidebar chrome flag when pressing F9 key in
1126         presentation mode.
1127
1128 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1129
1130         * backend/pdf/ev-poppler.cc:
1131         (pdf_document_thumbnails_get_dimensions):
1132
1133         Make sure thumbnails width and height is not <= 0. Fixes a crash
1134         with some pdf documents which have really small pages.
1135
1136 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
1137
1138         * shell/main.c: (main):
1139
1140         Fixes program description translation issue.
1141         Bug #450148.
1142
1143 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
1144
1145         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
1146
1147         Do not change current page when returning from black/white mode
1148         in presentation. Fixes bug #415032.
1149
1150 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1151
1152         * NEWS:
1153         * configure.ac:
1154         
1155         Update for release 0.9.1
1156
1157 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
1158
1159         * backend/dvi/dvi-document.c:
1160         (dvi_document_finalize),
1161         (dvi_document_file_exporter_format_supported),
1162         (dvi_document_file_exporter_begin),
1163         (dvi_document_file_exporter_do_page),
1164         (dvi_document_file_exporter_end),
1165         (dvi_document_file_exporter_iface_init), (dvi_document_init):
1166         
1167         PDF exporter for dvi documents. Fixes bug #441319.
1168
1169 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1170
1171         * shell/ev-window.c: (ev_window_clear_print_job):
1172
1173         Clear gtk print job when job has finished. Fixes bug #447612.
1174
1175 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1176
1177         * shell/ev-window.c: (ev_window_print_send),
1178         (ev_window_print_dialog_response_cb), (ev_window_print_range):
1179
1180         Add preview button to print dialog. Fixes bug #445419.
1181
1182 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1183
1184         * backend/dvi/Makefile.am:
1185         * backend/dvi/pixbuf-device.[ch]: Removed
1186         * backend/dvi/cairo-device.[ch]: Added
1187         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
1188         * backend/dvi/dvi-document.c: (dvi_document_load),
1189         (dvi_document_render), (dvi_document_finalize),
1190         (dvi_document_thumbnails_get_thumbnail), (parse_color),
1191         (dvi_document_do_color_special):
1192         * libdocument/ev-document-misc.[ch]:
1193         (ev_document_misc_pixbuf_from_surface):
1194
1195         Port dvi backend to cairo and fix a problem with colors. 
1196
1197 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1198
1199         * shell/ev-view.c: (draw_one_page):
1200
1201         Draw only visible region.
1202
1203 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1204
1205         * backend/djvu/djvu-document.c: (djvu_document_render):
1206
1207         Fix rotation in djvu backend.
1208
1209 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1210
1211         * shell/ev-pixbuf-cache.c: (job_finished_cb),
1212         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
1213         (ev_pixbuf_cache_get_image_mapping),
1214         (ev_pixbuf_cache_get_text_mapping):
1215
1216         Redraw view every time we have a new surface. Fixes bug #443587.
1217
1218 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1219
1220         * libdocument/ev-document.c: (ev_document_info_free):
1221
1222         Fix memory leaks.
1223
1224 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1225
1226         * backend/dvi/dvi-document.c: (dvi_document_render),
1227         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
1228         * backend/impress/impress-document.c:
1229         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
1230         (impress_document_render), (impress_document_document_iface_init),
1231         (impress_document_thumbnails_get_thumbnail):
1232         * backend/djvu/djvu-document-private.h:
1233         * backend/djvu/djvu-document.c: (djvu_document_render),
1234         (djvu_document_finalize), (djvu_document_document_iface_init),
1235         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
1236         * backend/tiff/tiff-document.c: (tiff_document_render),
1237         (tiff_document_render_pixbuf),
1238         (tiff_document_document_iface_init):
1239         * backend/pdf/ev-poppler.cc: (pdf_document_render),
1240         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
1241         (pdf_selection_render_selection):
1242         * backend/comics/comics-document.c:
1243         (comics_document_render_pixbuf), (comics_document_render),
1244         (comics_document_document_iface_init):
1245         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
1246         (pixbuf_document_document_iface_init):
1247         * libdocument/ev-document-misc.[ch]:
1248         (ev_document_misc_surface_from_pixbuf),
1249         (ev_document_misc_surface_rotate_and_scale):
1250         * libdocument/ev-document.[ch]: (ev_document_render):
1251         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
1252         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1253         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1254         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
1255         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
1256         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
1257         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1258         (render_finished_cb), (ev_job_render_run):
1259         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
1260         (merge_selection_region):
1261
1262         Use cairo image surfaces instead of GDK pixbufs for drawing pages
1263         and selections.
1264
1265 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1266
1267         * shell/ev-window-title.c: (ev_window_title_update):
1268
1269         Fix memory leak.
1270
1271 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1272
1273         * shell/ev-view.c: (draw_loading_text):
1274
1275         Show loading text centered. Fixes bug #433061
1276
1277 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1278
1279         * shell/ev-sidebar-thumbnails.c:
1280         (ev_sidebar_thumbnails_set_loading_icon):
1281
1282         Remove a mutex in the main thread that blocks the UI in heavy
1283         documents.
1284
1285 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1286
1287         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
1288
1289         Set points_set to TRUE so that selections don't disappear after a
1290         zoom change.
1291
1292 2007-06-07  Michael Monreal  <infernux@web.de>
1293
1294         * data/icons/16x16/actions/Makefile.am:
1295         * data/icons/16x16/actions/zoom.svg:
1296         * data/icons/22x22/actions/Makefile.am:
1297         * data/icons/22x22/actions/zoom.svg:
1298         * data/icons/24x24/actions/Makefile.am:
1299         * shell/ev-stock-icons.c:
1300         * shell/ev-stock-icons.h:
1301         * shell/ev-window.c:
1302         
1303         Zoom icon artwork. See bug #444795.
1304
1305 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1306
1307         * shell/ev-metadata-manager.c: Remove extraneous function
1308         (Closes: #444386)
1309
1310 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1311
1312         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
1313         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
1314         (ev_metadata_manager_set), (ev_metadata_manager_save):
1315         Simplify the timeout, no need for modified anymore
1316
1317 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1318
1319         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
1320         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1321         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1322         (ev_metadata_manager_save): Adapted patch from Arjan van de
1323         Ven (arjan@linux.intel.com) to avoid the timeout running all the
1324         time, saves on power (Closes: #443851)
1325
1326 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1327
1328         * configure.ac:
1329         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
1330         (pdf_selection_render_selection), (pdf_document_get_page_duration):
1331
1332         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
1333
1334 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1335
1336         * shell/ev-window.c: (ev_window_add_history):
1337
1338         Check if history is NULL
1339
1340 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1341
1342         * libdocument/ev-image.c: (ev_image_finalize):
1343         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
1344         * libdocument/ev-attachment.c: (ev_attachment_finalize):
1345         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
1346         (ev_tmp_uri_unlink):
1347
1348         Add functions to delete temporary files created by evince in a safe
1349         way.
1350
1351         * shell/ev-window.c: (ev_window_clear_local_uri),
1352         (open_xfer_update_progress_callback),
1353         (save_xfer_update_progress_callback), (ev_window_save_remote),
1354         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
1355         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1356         (attachment_save_dialog_response_cb),
1357         (ev_attachment_popup_cmd_save_attachment_as):
1358
1359         Allow saving a copy of a document, image or attachment to a remote
1360         location. Fixes bug #440754. 
1361
1362 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1363
1364         * configure.ac:
1365         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1366
1367         Fix build with current poppler from cvs head. 
1368
1369 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
1370
1371         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
1372
1373         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
1374         directory exists.
1375
1376 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1377
1378         * shell/ev-sidebar.c: (ev_sidebar_add_page):
1379         * shell/ev-window.c:
1380
1381         Change sidebar ordering. Fixes bug #439939.
1382
1383 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
1384
1385         * backend/comics/Makefile.am:
1386         
1387         Fixes build with --without-libgnome.
1388
1389 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1390         
1391         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
1392
1393         Update cursor and tooltip on page change and view scroll. Fixes bug
1394         #439217.
1395
1396 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1397
1398         * NEWS:
1399         * configure.ac:
1400         
1401         Update for release 0.9.0
1402
1403 2007-05-14  Alaska Subedi <asubedi@gmail.com>
1404
1405         * backend/djvu/djvu-document-private.h:
1406         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1407         (djvu_document_finalize),
1408         (djvu_document_file_exporter_format_supported),
1409         (djvu_document_file_exporter_begin),
1410         (djvu_document_file_exporter_do_page),
1411         (djvu_document_file_exporter_end),
1412         (djvu_document_file_exporter_iface_init), (djvu_document_init):
1413         
1414         Implemented printing with djvu. Bug #437998.
1415
1416 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1417
1418         * backend/impress/zip.c:
1419         Add missing ulong definition.
1420
1421         * backend/ps/ps-interpreter.c:
1422         Add missing headers.
1423
1424         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
1425
1426 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1427
1428         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
1429
1430         Add missing call to parent class dispose method. 
1431
1432 2007-05-12  Ross Burton  <ross@openedhand.com>
1433
1434         * shell/main.c:
1435         Sync keybindings manually when building without libgnome
1436         (#437925).
1437
1438 2007-05-12  Ross Burton  <ross@openedhand.com>
1439
1440         * shell/ev-window.c:
1441         Respect the screen when opening help (#437866).
1442
1443 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1444
1445         * data/evince-ui.xml:
1446         * shell/ev-application.[ch]: (get_print_settings_from_args),
1447         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1448         (ev_application_open_uri_list):
1449         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
1450         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1451         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
1452         (ev_window_cmd_view_reload), (lookup_printer_from_name),
1453         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
1454         (ev_window_dispose):
1455         * shell/main.c: (arguments_parse):
1456
1457         Add print button in preview mode. Fixes bug #396475. 
1458
1459 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1460
1461         * cut-n-paste/zoom-control/ephy-zoom.h:
1462         
1463         Fixes zoom level factors. See bug #408119 for details.
1464
1465 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1466
1467         * backend/comics/comics-document.c: (comics_regex_quote),
1468         (extract_argv):
1469         
1470         Correctly quote symbols. Fixes crash in the bug
1471         #415370.
1472
1473 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1474
1475         * shell/ev-navigation-action-widget.c:
1476         (ev_navigation_action_widget_init),
1477         (ev_navigation_action_widget_class_init),
1478         (ev_navigation_action_widget_button_press_event):
1479         
1480         Connect to button-press event on correct widget. Fixes
1481         bug #431988
1482
1483 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1484
1485         * shell/ev-application.c: (ev_application_open_window),
1486         (ev_application_add_icon_path_for_screen),
1487         (ev_application_open_uri_at_dest):
1488         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
1489         * shell/ev-navigation-action.c: (build_menu):
1490         
1491         Add app-specific icons to our icon theme. Fixes bug
1492         #425508.
1493
1494 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1495
1496         * shell/ev-history.c: (ev_history_class_init),
1497         (ev_history_add_link):
1498         * shell/ev-history.h:
1499         * shell/ev-navigation-action.c:
1500         (ev_navigation_action_history_changed),
1501         (ev_navigation_action_set_history), (build_menu),
1502         (ev_navigation_action_finalize):
1503         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1504         
1505         Make navigation action unsensitive instead of showing
1506         menu with unsensitive word. Fixes bug #417392.
1507
1508 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1509
1510         * shell/ev-application.[ch]: (ev_application_shutdown),
1511         (ev_application_get_print_settings),
1512         (ev_application_set_print_settings):
1513         * shell/ev-window.c:
1514
1515         Remember print settings. Fixes bug #349102. 
1516
1517 2007-05-08  Christian Persch  <chpe@gnome.org>
1518
1519         * configure.ac:
1520         * properties/ev-properties-view.c:
1521
1522         No need for a configure check; just use the GTK_CHECK_VERSION macro.
1523         Bug #382438.
1524
1525 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1526
1527         * configure.ac:
1528         * properties/ev-properties-view.c: (ev_regular_paper_size):
1529
1530         Use gtk+ builtin paper list to identify the document's paper size.
1531         Fixes bug #382438. 
1532
1533 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1534
1535         * configure.ac:
1536
1537         Fix build when compiling with thumbnailer and libgnome support. 
1538
1539 2007-05-04  Ross Burton  <ross@openedhand.com>
1540
1541         * configure.ac:
1542         Add --without-libgnome, check for libgnome and libgnomeui
1543         separately, and add them to the symbols as required.
1544
1545         * libdocument/ev-file-helpers.c:
1546         When building without libgnome, use g_get_user_config_dir instead
1547         of gnome_user_dir_get.
1548
1549         * shell/ev-application.c:
1550         When building without libgnome, don't use session management.
1551
1552         * shell/main.c:
1553         When building without libgnome, don't use GnomeProgram or
1554         initialise the authentication manager.
1555
1556         This fixes #328842.
1557
1558 2007-05-04  Ross Burton  <ross@openedhand.com>
1559
1560         * shell/ev-window.c:
1561         Don't use libgnome to open help, instead call Yelp directly.
1562
1563 2007-05-04  Ross Burton  <ross@openedhand.com>
1564
1565         * shell/ev-sidebar-attachments.c:
1566         Don't use libgnome to lookup icons for MIME types, instead copy
1567         code from GTK+ to do it manually.
1568
1569 2007-05-04  Ross Burton  <ross@openedhand.com>
1570
1571         * configure.ac:
1572         Add libxml to the dependencies for SHELL_CORE (#435818).
1573
1574 2007-05-02  Ross Burton  <ross@openedhand.com>
1575
1576         * configure.ac:
1577         * Makefile.am:
1578         Add --disable-thumbnailer (#434825)
1579
1580 2007-05-02  Ross Burton  <ross@openedhand.com>
1581
1582         * shell/ev-window.c:
1583         Add missing includes, fix indentation.
1584
1585         * shell/main.c:
1586         Fix indentation.
1587
1588 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
1589
1590         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
1591         ev_application_open_uri_at_dest instead of ev_application_open_uri
1592         preventing new document always being opened in a new window even if there
1593         is an empty window.
1594
1595 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1596
1597         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1598         (egg_recent_view_uimanager_finalize):
1599         * properties/ev-properties-view.c: (ev_properties_view_dispose):
1600         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
1601         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
1602         (ev_pixbuf_cache_dispose):
1603         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
1604         * shell/ev-tooltip.c: (ev_tooltip_dispose):
1605         
1606         Add missing chain to parent class methods. Fixes
1607         bug #433128.
1608
1609 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
1610
1611         * data/Makefile.am (update-icon-cache): Updates
1612         gtk-update-icon-cache in uninstall-hook.
1613
1614 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1615
1616         * shell/ev-window.c: (ev_window_setup_document),
1617         (ev_window_set_document), (ev_window_load_job_cb):
1618         * shell/ev-view.c: (setup_caches):
1619         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
1620
1621         Start rendering pages before any other jobs. 
1622
1623 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1624
1625         * shell/ev-window.c: (ev_window_stop_fullscreen),
1626         (ev_window_stop_presentation):
1627
1628         Update chrome visibility before window unfullscreen. 
1629
1630 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1631
1632         * data/Makefile.am:
1633         * data/evince-ui.xml:
1634         * shell/ev-stock-icons.[ch]:
1635         * shell/ev-application.[ch]: (ev_application_shutdown),
1636         (ev_application_init), (ev_application_get_toolbars_model):
1637         * shell/ev-window.c: (update_chrome_visibility),
1638         (fullscreen_toolbar_setup_item_properties),
1639         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1640         (ev_window_run_presentation), (ev_window_stop_presentation),
1641         (ev_window_run_preview), (ev_window_screen_changed),
1642         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
1643         (ev_window_dispose), (ev_window_init):
1644
1645         Make fullscreen toolbar always visible. Do not use egg toolbars for
1646         fullscreen and preview modes since such toolbars are not editables.
1647         Fixes bugs #300278, #338910 and #316188.  
1648
1649 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
1650
1651         * shell/ev-application.c:
1652         * shell/ev-job-queue.c:
1653         * shell/ev-metadata-manager.c:
1654         * shell/ev-stock-icons.c:
1655         * shell/ev-window.c:
1656         * shell/main.c:
1657         
1658         Developers documentation updated.
1659
1660 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1661
1662         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
1663
1664         Check whether uri is valid before launching it. Fixes bug #427664.
1665
1666 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1667
1668         * shell/ev-window.c:
1669
1670         Change key accelerator for Open a Copy menu entry which is in conflict
1671         with Close. Fixes bug #427321.
1672
1673 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1674
1675         * NEWS:
1676         * configure.ac:
1677         
1678         Update for release 0.8.1
1679
1680 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1681
1682         * shell/ev-window.c: (setup_size_from_metadata):
1683         
1684         Do not make window bigger than screen. Fixes bug 
1685         #388985.
1686
1687 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1688
1689         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
1690         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
1691
1692         Use default resolution when it's not provided by document. Fixes bug
1693         #408762.
1694
1695 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1696
1697         * configure.ac:
1698         * thumbnailer/Makefile.am:
1699         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1700         * thumbnailer/evince-thumbnailer.schemas.in:
1701         * thumbnailer/evince-thumbnailer-ps.schemas.in:
1702
1703         Add support for ps, eps and compressed documents thumbnails. Do not
1704         ignore size parameter. 
1705
1706 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1707
1708         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
1709         (dvi_document_do_color_special):
1710         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
1711
1712         Implement font color specials in the DVI backend. Fixes bug #303651.
1713
1714 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1715
1716         Fixup the previous commit:
1717
1718         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
1719         * shell/xdg-user-dir-lookup.c: Make the function non-static
1720         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
1721
1722 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1723
1724         * shell/ev-window.c (file_open_dialog_response_cb): Use
1725         the xdg-user-dirs DOCUMENTS folder as default folder when
1726         opening a file chooser.  (#424858)
1727
1728         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
1729         xdg-user-dirs.
1730
1731 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1732
1733         * shell/ev-window.c: (ev_window_load_job_cb):
1734
1735         Do not setup view from metadata on preview mode. 
1736
1737 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1738
1739         * shell/main.c:
1740
1741         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
1742
1743 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1744
1745         * shell/ev-view.c: (ev_view_primary_get_cb):
1746
1747         Check pointer != NULL before using it. Fixes bug #416841. 
1748
1749 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1750
1751         * NEWS:
1752         * configure.ac:
1753         
1754         Release 0.8.0
1755
1756 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1757
1758         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1759
1760         Do not render thumbnails when sidebar thumbnail page is not visible
1761         at startup. Fixes bug #416447. 
1762
1763 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
1764
1765         * data/evince.desktop.in.in:
1766
1767         "Application" is not a valid category in the freedesktop specification.
1768
1769 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1770
1771         * libdocument/ev-file-helpers.[ch]: (compression_run),
1772         (ev_file_uncompress), (ev_file_compress):
1773         * shell/ev-window.c: (file_save_dialog_response_cb):
1774
1775         Save document compressed when saving a copy of a compressed document.
1776         Fixes bug #334542.
1777
1778 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1779
1780         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
1781
1782         Allow deleting in goto window entry in presentation mode. 
1783
1784 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
1785
1786         * Makefile.am: Dist MAINTAINERS.
1787
1788 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1789
1790         * shell/ev-window.c: (ev_window_update_actions):
1791
1792         Fix zoom shortcut keys when searching. Fixes bug #409828.
1793
1794 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1795
1796         * shell/ev-window.c: (ev_window_setup_document):
1797
1798         Fix crash when loading documents with only one page. 
1799
1800 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1801
1802         * backend/dvi/dvi-document.c:
1803         (dvi_document_thumbnails_get_dimensions),
1804         (dvi_document_thumbnails_get_thumbnail):
1805         * backend/impress/impress-document.c:
1806         (impress_document_thumbnails_get_thumbnail),
1807         (impress_document_thumbnails_get_dimensions):
1808         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
1809         (ps_document_thumbnails_get_dimensions):
1810         * backend/djvu/djvu-document.c:
1811         (djvu_document_thumbnails_get_dimensions),
1812         (djvu_document_thumbnails_get_thumbnail):
1813         * backend/tiff/tiff-document.c:
1814         (tiff_document_thumbnails_get_thumbnail),
1815         (tiff_document_thumbnails_get_dimensions):
1816         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
1817         (pdf_document_thumbnails_get_thumbnail),
1818         (pdf_document_thumbnails_get_dimensions):
1819         * backend/comics/comics-document.c:
1820         (comics_document_thumbnails_get_thumbnail),
1821         (comics_document_thumbnails_get_dimensions):
1822         * backend/pixbuf/pixbuf-document.c:
1823         (pixbuf_document_thumbnails_get_thumbnail),
1824         (pixbuf_document_thumbnails_get_dimensions):
1825         * libdocument/ev-document-thumbnails.[ch]:
1826         (ev_document_thumbnails_get_thumbnail),
1827         (ev_document_thumbnails_get_dimensions):
1828         * libdocument/ev-document-misc.[ch]:
1829         (ev_document_misc_get_thumbnail_frame):
1830         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1831         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
1832         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
1833         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
1834         (ev_sidebar_thumbnails_refresh):
1835         * shell/ev-window.c: (ev_window_setup_document):
1836         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1837
1838         Use an EvRenderContext for rendering thumbnails instead of a suggested
1839         width, so that different sized pages get sized proportionally.
1840
1841 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1842
1843         * shell/ev-view.c: (ev_view_button_press_event),
1844         (ev_view_key_press_event):
1845
1846         Fix critical warnings when there is no document loaded. 
1847
1848 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1849
1850         * shell/ev-page-action-widget.c:
1851         * shell/ev-navigation-action.c:
1852         * shell/ev-window.c:
1853
1854         Fix compile warnings. 
1855
1856 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1857
1858         * backend/djvu/djvu-text.h:
1859         * backend/djvu/djvu-document.c:
1860         * backend/djvu/djvu-text-page.c:
1861         * backend/djvu/djvu-links.c:
1862         * backend/djvu/djvu-text-page.h:
1863         * backend/djvu/djvu-text.c:
1864         
1865         Fix build on Mac. Fixes bug #392186. Patch by
1866         <ephraim_owns@hotmail.com>
1867
1868 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1869
1870         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1871
1872         Restore cairo context before rendering every page when printing a PDF
1873         document into a PDF file. 
1874
1875 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1876
1877         * backend/ps/gstypes.h:
1878         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
1879         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
1880         (ps_document_thumbnails_get_thumbnail):
1881
1882         Handle PostScript page orientation. Fixes bug #318568.
1883
1884 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1885
1886         * backend/ps/Makefile.am:
1887         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
1888         (document_load), (ps_document_load), (save_document),
1889         (save_page_list), (ps_document_get_n_pages),
1890         (ps_document_get_page_size), (ps_document_get_info),
1891         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
1892         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
1893         (ps_document_thumbnails_get_thumbnail),
1894         (ps_document_thumbnails_get_dimensions),
1895         (ps_document_document_thumbnails_iface_init):
1896         * backend/ps/ps.[ch]: (psgetpagebox):
1897         * backend/ps/ps-interpreter.[ch]:
1898
1899         Add support for thumbnails in ps backend. Fixes bug #164755. 
1900
1901 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1902
1903         * NEWS:
1904         * configure.ac:
1905         
1906         Release 0.7.2
1907
1908 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1909
1910         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
1911         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
1912         (ev_window_dispose):
1913
1914         Use document thumbnail as window icon. Fixes bug #384442.
1915
1916 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
1917
1918         * configure.ac:
1919
1920         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
1921         duplicated adding application/x-bzpostscript instead. 
1922
1923 2007-02-11  Tom Parker  <palfrey@tevp.net>
1924
1925         * backend/ps/ps-document.c: (document_load):
1926
1927         Check return value of psscan before trying
1928         to use it. Fixes bug #372414.
1929
1930 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1931
1932         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1933
1934         Fix invalid free in ev-page-cache. Fixes bug #404745.
1935
1936 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1937
1938         * test/Makefile.am:
1939         * test/test3.py:
1940         
1941         Added reload test case.
1942
1943 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1944
1945         * po/POTFILES.in:
1946         * backend/djvu/djvu-document.c: (djvu_document_load):
1947
1948         Check whether there are missing files in indirect multipage djvu
1949         documents. Fixes bug #361683. 
1950
1951 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1952
1953         * test/Makefile.am:
1954         * test/test-mime.bin:
1955         * test/test3.py:
1956         
1957         Added test for slow mime type
1958
1959 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1960
1961         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1962
1963         Add some checks and call parent_class->finalize. Fixes bug #404745.
1964
1965 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1966
1967         * shell/ev-navigation-action.c: (connect_proxy):
1968         
1969         Fixes dropdown history menu. Thanks a lot Carlos!
1970
1971 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1972
1973         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
1974
1975         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
1976         bug #373715.
1977
1978 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1979
1980         * backend/ps/ps.c: (psscan):
1981
1982         Fix memory leak. 
1983
1984 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1985
1986         * configure.ac:
1987         * libdocument/ev-file-helpers.c: 
1988
1989         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
1990
1991 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1992
1993         * configure.ac:
1994         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
1995         (ps_interpreter_start), (document_load), (save_document),
1996         (save_page_list):
1997         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
1998         * libdocument/ev-document-factory.c:
1999         (ev_document_factory_get_from_mime), (get_document_from_uri),
2000         (free_uncompressed_uri), (ev_document_factory_get_document):
2001         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
2002
2003         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
2004
2005 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2006
2007         * libdocument/ev-document.h:
2008
2009         Fix typo in function name. 
2010
2011 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2012
2013         * backend/ps/ps-document.c: (ps_interpreter_finished),
2014         (ps_interpreter_start), (ps_interpreter_failed):
2015
2016         Handle ghostscript interpreter crashes. 
2017
2018 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2019
2020         * shell/ev-window.c: (ev_window_open_uri),
2021         (window_configure_event_cb):
2022
2023         Setup window size and position before showing it. Fixes bug #401711.
2024
2025 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2026
2027         * backend/ps/Makefile.am:
2028         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
2029         (ps_document_dispose), (ps_document_class_init),
2030         (ps_interpreter_input), (ps_interpreter_output),
2031         (ps_interpreter_error), (setup_interpreter_env),
2032         (ps_interpreter_start), (ps_interpreter_stop),
2033         (ps_interpreter_failed), (ps_interpreter_is_ready),
2034         (check_filecompressed), (document_load), (ps_document_load),
2035         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
2036         (ps_document_widget_event), (send_ps), (ps_document_next_page),
2037         (render_page):
2038
2039         Rework ps-document. Code cleanups, remove deprecated code. 
2040
2041 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2042
2043         * shell/ev-view.c: (ev_view_button_press_event):
2044
2045         Do not start an image drag and drop operation when pointer is on 
2046         text, so that we can select text when the whole background is an
2047         image. 
2048
2049 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2050
2051         * shell/ev-window.c: (ev_window_update_actions): 
2052
2053         Disable all zoom related actions during presentation mode. 
2054
2055 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
2056
2057         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
2058
2059         Do not zoom in or out on presentation mode. Fixes bug #401305.
2060
2061 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2062
2063         * shell/ev-navigation-action.c: (connect_proxy),
2064         (create_menu_item), (ev_navigation_action_class_init):
2065         
2066         Correctly show menu and fix crash when navigaton 
2067         action is out of toolbar visible area.
2068
2069 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2070
2071         * data/Makefile.am:
2072         * data/evince.1:
2073         
2074         Added man file
2075
2076 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2077
2078         * help/reference/* :
2079         * configure.ac:
2080         
2081         Added gtk-doc based documentation for Evince.
2082         Still in initial state but I hope it will
2083         grow.
2084         
2085         * configure.ac:
2086         
2087         Lower dbus requirement to 0.70
2088
2089 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2090
2091         * shell/ev-window.c: (ev_window_add_history):
2092
2093         Fix memory leak. 
2094
2095 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2096
2097         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
2098         * shell/ev-view.h:
2099         * shell/ev-window.c: (ev_window_add_history):
2100         
2101         Correctly handle named destination links
2102
2103 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2104
2105         * NOTES:
2106         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
2107         * backend/pdf/ev-poppler.cc:
2108         * libdocument/ev-document-links.h:
2109         * libdocument/ev-link.c: (ev_link_get_page):
2110         * libdocument/ev-link.h:
2111         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
2112         (ev_history_add_link):
2113         * shell/ev-history.h:
2114         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2115         (new_history_menu_item), (build_menu):
2116         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2117         * shell/ev-sidebar-links.c: (create_loading_model),
2118         (print_section_cb), (ev_sidebar_links_construct),
2119         (fill_page_labels), (update_page_callback_foreach),
2120         (update_page_callback), (job_finished_callback):
2121         * shell/ev-view.c: (ev_view_handle_link):
2122         * shell/ev-window.c: (ev_window_find_chapter),
2123         (ev_window_add_history), (view_handle_link_cb),
2124         (history_changed_cb):
2125         
2126         Implements another history variant
2127
2128 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2129
2130         * shell/ev-window.c: (view_external_link_cb):
2131         * shell/ev-view.c: (ev_view_button_release_event):
2132
2133         Open links in new window when clicking with middle button. 
2134
2135 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2136
2137         * shell/ev-navigation-action.c: (new_history_menu_item):
2138         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2139         * shell/ev-view.c: (ev_view_handle_link):
2140         * shell/ev-window.c:
2141         
2142         Store link before jump, not the destination. For me it 
2143         seems like more natural history behavior.
2144
2145 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2146
2147         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2148         (ev_navigation_action_class_init):
2149         * shell/ev-navigation-action.h:
2150         * shell/ev-page-action.c: (activate_cb):
2151         * shell/ev-page-cache.c: (ev_page_cache_class_init),
2152         (ev_page_cache_set_current_page_history):
2153         * shell/ev-page-cache.h:
2154         * shell/ev-sidebar-thumbnails.c:
2155         (ev_sidebar_tree_selection_changed),
2156         (ev_sidebar_icon_selection_changed), (page_changed_cb):
2157         * shell/ev-view-private.h:
2158         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
2159         * shell/ev-view.h:
2160         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
2161         (ev_window_setup_document), (ev_window_load_job_cb):
2162         * shell/ev-window.h:
2163         
2164         History finally works as expected.
2165
2166 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2167
2168         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
2169
2170         Do not update links treeview if it doesn't have a model assigned yet. 
2171
2172 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2173
2174         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
2175         (ev_sidebar_links_class_init), (update_page_callback):
2176
2177         Do not update links treeview when sidepane is not visible. 
2178
2179 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2180
2181         * shell/ev-marshal.list:
2182         * shell/ev-page-action.c: (activate_cb),
2183         (ev_page_action_class_init):
2184         * shell/ev-page-action.h:
2185         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
2186         * shell/ev-window.c:
2187         
2188         Remove activate_link signal, not required.
2189
2190 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2191
2192         * shell/ev-navigation-action.c: (build_menu):
2193         
2194         Reorder menu items and build menu with fixed length.
2195
2196 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
2197
2198         * shell/ev-view.c: (get_selected_text):
2199         
2200         Normalize text to fix ligatures problem. See bug
2201         #341947 for details.
2202
2203 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2204
2205         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2206
2207         Fix memory leak in ev-page-cache. 
2208
2209 2007-01-25  Tom Parker <palfrey@tevp.net>
2210
2211         * backend/impress/impress-document.c: (impress_document_load),
2212         (impress_document_finalize), (impress_document_init):
2213         * properties/ev-properties-main.c: (ev_properties_get_pages):
2214         
2215         Correctly handle impress document errors. Fixes nautilus
2216         crash in property page #370491.
2217
2218 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2219
2220         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2221         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2222         (ev_job_queue_remove_job):
2223         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
2224         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
2225         (ev_job_load_run):
2226         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
2227         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
2228         (ev_window_load_job_cb), (xfer_update_progress_callback),
2229         (ev_window_open_uri), (ev_window_dispose):
2230         * shell/main.c: (main):
2231
2232         Do file transfer asynchronously in the main thread instead of
2233         synchronously in the load thread. Fixes bugs #399694, #398307 and
2234         #343542.
2235
2236 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2237
2238         * shell/ev-jobs.c: (ev_job_xfer_run):
2239
2240         Load the document with the font-config lock held. 
2241
2242 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2243
2244         * backend/ps/ps-document.c: (start_interpreter):
2245
2246         Fix memory leaks in ps backend. 
2247
2248 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2249
2250         * backend/impress/impress-document.c:
2251         (impress_document_render_pixbuf):
2252
2253         Do not acquire fontconfig lock in impress backend, since it is using
2254         the main loop for rendering. 
2255
2256 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2257
2258         * po/POTFILES.in: 
2259
2260         Remove mdvi files that shouldn't be translated. 
2261
2262 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2263
2264         * shell/ev-view-private.h:
2265         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
2266         (ev_view_set_zoom):
2267
2268         Render "loading..." text into a cairo surface instead of directly into
2269         the window so that fontconfig lock is only needed once and UI is not
2270         blocked. Change text color to #9B9B9B. Fixes bug #397356.
2271
2272 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2273
2274         * shell/ev-stock-icons.c: (ev_stock_icons_init):
2275         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2276
2277         Use icon theme associated with the window screen rather than default. 
2278
2279 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2280
2281         * configure.ac:
2282
2283         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
2284
2285 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2286
2287         * data/icons/*/apps/evince.*:
2288
2289         Move Evince icons under new apps directory.
2290
2291         * data/icons/*/actions/*:
2292
2293         Add new custom themeable Evince icons: view-page-continuous, 
2294         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
2295         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
2296
2297         * configure.ac:
2298
2299         Add new directories to AC_CONFIG_FILES.
2300
2301         * shell/ev-stock-icons.c:
2302         * shell/ev-stock-icons.h:
2303
2304         Use new custom themeable icons.
2305
2306 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2307
2308         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2309
2310         Do not draw white background page in presentation mode. 
2311
2312 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
2313
2314         * shell/ev-view.c: Remove unused gnome-vfs include.
2315
2316 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
2317
2318         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
2319         
2320         Format string is corrected, fixes bug #397129.
2321
2322 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2323
2324         * shell/ev-window.c: (ev_window_setup_recent):
2325
2326         Do not include in recent menu inexistent documents. Fixes
2327         bug #339171.
2328
2329 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2330
2331         * po/POTFILES.skip: 
2332
2333         Update POTFILES.skip file according to current source tree. 
2334
2335 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2336
2337         * shell/ev-window.c: (file_save_dialog_response_cb):
2338
2339         Do Save a copy in atomic way. Fixes bug #328266. 
2340
2341 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2342
2343         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
2344
2345         Keep selected cell always visible in index treeview.
2346
2347 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2348         
2349         * shell/ev-view.c: (ev_view_size_allocate):
2350
2351         Restore horizontal scrollbar after switching to/from fullscreen
2352         or presentation mode. Fixes bug #331728.
2353
2354 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2355
2356         * shell/ev-view-private.h:
2357         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
2358         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
2359         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
2360         (ev_view_can_zoom_out):
2361
2362         Use max and min scale values in the view iby taking dpi into account. 
2363
2364 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2365
2366         * configure.ac:
2367         * NEWS:
2368
2369         Release 0.7.1
2370
2371 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2372
2373         * shell/ev-window.c: (ev_window_print_send):
2374
2375         Send print job to printer with some settings set to default values,
2376         since we have already exported to a file according to such settings
2377         and they could be taken twice by some printers. 
2378
2379 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2380
2381         * shell/ev-jobs.c: (ev_job_xfer_run):
2382         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2383
2384         Show main window and load document with the font-config lock held. 
2385
2386 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2387
2388         * configure.ac:
2389         * shell/ev-application.c: (ev_application_register_service):
2390         * shell/main.c: (load_files_remote):
2391
2392         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
2393
2394 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2395
2396         * doc/debugging.txt:
2397         
2398         Remove obsolete documentation.
2399
2400 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2401
2402         * Makefile.am:
2403         * backend/Makefile.am:
2404         * backend/comics/Makefile.am:
2405         * backend/djvu/Makefile.am:
2406         * backend/dvi/Makefile.am:
2407         * backend/ev-async-renderer.c:
2408         * backend/ev-async-renderer.h:
2409         * backend/ev-attachment.c:
2410         * backend/ev-attachment.h:
2411         * backend/ev-backend-marshal.c:
2412         * backend/ev-document-factory.c:
2413         * backend/ev-document-factory.h:
2414         * backend/ev-document-find.c:
2415         * backend/ev-document-find.h:
2416         * backend/ev-document-fonts.c:
2417         * backend/ev-document-fonts.h:
2418         * backend/ev-document-images.c:
2419         * backend/ev-document-images.h:
2420         * backend/ev-document-info.h:
2421         * backend/ev-document-links.c:
2422         * backend/ev-document-links.h:
2423         * backend/ev-document-misc.c:
2424         * backend/ev-document-misc.h:
2425         * backend/ev-document-security.c:
2426         * backend/ev-document-security.h:
2427         * backend/ev-document-thumbnails.c:
2428         * backend/ev-document-thumbnails.h:
2429         * backend/ev-document-transition.c:
2430         * backend/ev-document-transition.h:
2431         * backend/ev-document.c:
2432         * backend/ev-document.h:
2433         * backend/ev-file-exporter.c:
2434         * backend/ev-file-exporter.h:
2435         * backend/ev-image.c:
2436         * backend/ev-image.h:
2437         * backend/ev-link-action.c:
2438         * backend/ev-link-action.h:
2439         * backend/ev-link-dest.c:
2440         * backend/ev-link-dest.h:
2441         * backend/ev-link.c:
2442         * backend/ev-link.h:
2443         * backend/ev-render-context.c:
2444         * backend/ev-render-context.h:
2445         * backend/ev-selection.c:
2446         * backend/ev-selection.h:
2447         * backend/impress/Makefile.am:
2448         * backend/pdf/Makefile.am:
2449         * backend/pixbuf/Makefile.am:
2450         * backend/ps/Makefile.am:
2451         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
2452         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
2453         (start_interpreter), (stop_interpreter), (document_load),
2454         (ps_document_next_page), (render_page):
2455         * backend/tiff/Makefile.am:
2456         * comics/Makefile.am:
2457         * comics/comics-document.c:
2458         * comics/comics-document.h:
2459         * configure.ac:
2460         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2461         * djvu/Makefile.am:
2462         * djvu/djvu-document-private.h:
2463         * djvu/djvu-document.c:
2464         * djvu/djvu-document.h:
2465         * djvu/djvu-links.c:
2466         * djvu/djvu-links.h:
2467         * djvu/djvu-text-page.c:
2468         * djvu/djvu-text-page.h:
2469         * djvu/djvu-text.c:
2470         * djvu/djvu-text.h:
2471         * dvi/Makefile.am:
2472         * dvi/dvi-document.c:
2473         * dvi/dvi-document.h:
2474         * dvi/fonts.c:
2475         * dvi/fonts.h:
2476         * dvi/mdvi-lib/Makefile.am:
2477         * dvi/mdvi-lib/afmparse.c:
2478         * dvi/mdvi-lib/afmparse.h:
2479         * dvi/mdvi-lib/bitmap.c:
2480         * dvi/mdvi-lib/bitmap.h:
2481         * dvi/mdvi-lib/color.c:
2482         * dvi/mdvi-lib/color.h:
2483         * dvi/mdvi-lib/common.c:
2484         * dvi/mdvi-lib/common.h:
2485         * dvi/mdvi-lib/defaults.h:
2486         * dvi/mdvi-lib/dvimisc.c:
2487         * dvi/mdvi-lib/dviopcodes.h:
2488         * dvi/mdvi-lib/dviread.c:
2489         * dvi/mdvi-lib/files.c:
2490         * dvi/mdvi-lib/font.c:
2491         * dvi/mdvi-lib/fontmap.c:
2492         * dvi/mdvi-lib/fontmap.h:
2493         * dvi/mdvi-lib/fontsrch.c:
2494         * dvi/mdvi-lib/gf.c:
2495         * dvi/mdvi-lib/hash.c:
2496         * dvi/mdvi-lib/hash.h:
2497         * dvi/mdvi-lib/list.c:
2498         * dvi/mdvi-lib/mdvi.h:
2499         * dvi/mdvi-lib/pagesel.c:
2500         * dvi/mdvi-lib/paper.c:
2501         * dvi/mdvi-lib/paper.h:
2502         * dvi/mdvi-lib/pk.c:
2503         * dvi/mdvi-lib/private.h:
2504         * dvi/mdvi-lib/setup.c:
2505         * dvi/mdvi-lib/sp-epsf.c:
2506         * dvi/mdvi-lib/special.c:
2507         * dvi/mdvi-lib/sysdeps.h:
2508         * dvi/mdvi-lib/t1.c:
2509         * dvi/mdvi-lib/tfm.c:
2510         * dvi/mdvi-lib/tfmfile.c:
2511         * dvi/mdvi-lib/tt.c:
2512         * dvi/mdvi-lib/util.c:
2513         * dvi/mdvi-lib/vf.c:
2514         * dvi/pixbuf-device.c:
2515         * dvi/pixbuf-device.h:
2516         * impress/Makefile.am:
2517         * impress/common.h:
2518         * impress/document.c:
2519         * impress/f_oasis.c:
2520         * impress/f_oo13.c:
2521         * impress/iksemel.c:
2522         * impress/iksemel.h:
2523         * impress/imposter.h:
2524         * impress/impress-document.c:
2525         * impress/impress-document.h:
2526         * impress/internal.h:
2527         * impress/r_back.c:
2528         * impress/r_draw.c:
2529         * impress/r_geometry.c:
2530         * impress/r_gradient.c:
2531         * impress/r_style.c:
2532         * impress/r_text.c:
2533         * impress/render.c:
2534         * impress/render.h:
2535         * impress/zip.c:
2536         * impress/zip.h:
2537         * lib/Makefile.am:
2538         * lib/ev-debug.c:
2539         * lib/ev-debug.h:
2540         * lib/ev-file-helpers.c:
2541         * lib/ev-file-helpers.h:
2542         * lib/ev-gui.c:
2543         * lib/ev-gui.h:
2544         * lib/ev-tooltip.c:
2545         * lib/ev-tooltip.h:
2546         * libdocument/Makefile.am:
2547         * libdocument/ev-file-helpers.c:
2548         * pdf/Makefile.am:
2549         * pdf/ev-poppler.cc:
2550         * pdf/ev-poppler.h:
2551         * pixbuf/Makefile.am:
2552         * pixbuf/pixbuf-document.c:
2553         * pixbuf/pixbuf-document.h:
2554         * properties/Makefile.am:
2555         * ps/Makefile.am:
2556         * ps/gsdefaults.c:
2557         * ps/gsdefaults.h:
2558         * ps/gsio.c:
2559         * ps/gsio.h:
2560         * ps/gstypes.h:
2561         * ps/ps-document.c:
2562         * ps/ps-document.h:
2563         * ps/ps.c:
2564         * ps/ps.h:
2565         * shell/Makefile.am:
2566         * shell/ev-application.h:
2567         * shell/ev-sidebar-links.c:
2568         * shell/ev-sidebar-links.h:
2569         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
2570         (ev_gui_menu_position_tree_selection):
2571         * shell/ev-utils.h:
2572         * shell/ev-view.c: (ev_view_finalize):
2573         * shell/ev-window.c:
2574         * shell/main.c: (main):
2575         * thumbnailer/Makefile.am:
2576         * tiff/Makefile.am:
2577         * tiff/tiff-document.c:
2578         * tiff/tiff-document.h:
2579         * tiff/tiff2ps.c:
2580         * tiff/tiff2ps.h:
2581         
2582         Reorganize source tree.
2583
2584 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2585
2586         * backend/ev-document-factory.c:
2587
2588         Do not include ev-poppler.h when pdf is disabled. 
2589
2590 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2591
2592         * configure.ac:
2593         * data/evince-ui.xml:
2594         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
2595         (pdf_document_document_images_iface_init):
2596         * backend/Makefile.am:
2597         * backend/ev-document-images.[ch]:
2598         * backend/ev-image.[ch]:
2599         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
2600         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
2601         (ev_job_xfer_run):
2602         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2603         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2604         (ev_pixbuf_cache_get_image_mapping):
2605         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
2606         (view_menu_popup_cb), (ev_window_dispose),
2607         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2608         (ev_view_popup_cmd_copy_image):
2609         * shell/ev-view-private.h:
2610         * shell/ev-view.c: (ev_view_get_image_at_location),
2611         (ev_view_do_popup_menu), (ev_view_popup_menu),
2612         (ev_view_button_press_event), (ev_view_drag_data_get),
2613         (ev_view_drag_motion), (ev_view_drag_data_received),
2614         (ev_view_motion_notify_event), (ev_view_button_release_event),
2615         (ev_view_finalize), (ev_view_class_init):
2616
2617         Add image handling support. Fixes bugs #310008 and #325047. Images
2618         selection is not supported yet. 
2619
2620 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2621
2622         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
2623         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
2624         (ev_view_init):
2625
2626         Move view drag and drop stuff to ev-view.
2627
2628 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2629
2630         * shell/ev-pixbuf-cache.c: (clear_job_selection):
2631         * shell/ev-view.c: (clear_selection): 
2632
2633         Clear selection also in pixbuf cache.
2634
2635 2007-01-02  Luca Ferretti <elle.uca@libero.it>
2636
2637         * data/evince.desktop.in.in:
2638         
2639         Change icon name in desktop file. See bug #390734
2640         for details.
2641
2642 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2643
2644         * thumbnailer/Makefile.am:
2645
2646         Use top_builddir instead top_srcdir for generated schema
2647         file installation. Fixes bug #390161.
2648
2649 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2650
2651         * configure.ac:
2652         * backend/Makefile.am:
2653         * backend/ev-document-transition.[ch]:
2654         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
2655         (pdf_document_page_transition_iface_init):
2656         * shell/ev-view-private.h:
2657         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
2658         (ev_view_set_presentation), (transition_next_page),
2659         (ev_view_presentation_transition_stop),
2660         (ev_view_presentation_transition_start), (ev_view_next_page):
2661
2662         Add page transition support in presentation mode. At the moment only
2663         page duration is supported, but not transition effects. Fixes bug
2664         #309815.
2665
2666 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2667
2668         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
2669
2670         Run find_link_dest with document lock held, since it's called by links
2671         thread and main thread at the same time. 
2672
2673 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2674
2675         * shell/ev-view.c: (goto_dest):
2676
2677         Update page-cache when page is changed by the view, so that
2678         page-changed signal is emitted. 
2679
2680 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2681
2682         * test/test1.py:
2683         * test/test2.py:
2684
2685         Use C locale in tests. 
2686
2687 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2688
2689         * shell/ev-window.c: (ev_window_run_presentation):
2690         * shell/ev-view-private.h:
2691         * shell/ev-view.c: (ev_view_set_presentation):
2692
2693         Restore zoom settings when back from presentation mode. 
2694
2695 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2696
2697         * shell/ev-window.c: (ev_window_run_presentation):
2698
2699         Always use "best fit" zoom in presentation mode.
2700         Fixes bug #389195.
2701
2702 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2703
2704         * shell/ev-view.c: (ev_view_goto_window_create):
2705
2706         Show "Jump to page" label in the page jumping popup in
2707         presentation mode instead of just a GtkEntry.
2708
2709 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2710
2711         * shell/ev-window.c: (launch_external_uri):
2712
2713         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
2714         #378085.
2715
2716 2006-12-22  Elijah Newren  <newren gmail com>
2717
2718         * configure.ac: explicitly check for libxml2.  Fixes #388795
2719
2720 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2721
2722         * shell/ev-view-private.h:
2723         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
2724         (ev_view_goto_window_delete_event), (key_is_numeric),
2725         (ev_view_goto_window_key_press_event),
2726         (ev_view_goto_window_button_press_event),
2727         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
2728         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
2729         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
2730
2731         Allow jumping to another page by typing a page number in presentation
2732         mode. It uses a popup window with an entry. Fixes bug #353625.
2733
2734 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2735
2736         * configure.ac:
2737         * properties/ev-properties-view.c: (ev_get_default_user_units),
2738         (ev_regular_paper_size):
2739         
2740         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
2741         to Damien Carbery <damien.carbery@sun.com> and
2742         Yevgen Muntyan <muntyan@tamu.edu>.
2743
2744 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2745
2746         * shell/ev-window.c: (setup_document_from_metadata):
2747
2748         Make sure Evince doesn't restore the view on the last
2749         page when a document is reopened. Fixes bug #383381.
2750
2751 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
2752
2753         * shell/ev-view.c: (draw_loading_text):
2754
2755         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
2756
2757 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2758
2759         * configure.ac:
2760         * NEWS:
2761
2762         Release 0.7.0
2763
2764 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2765
2766         * configure.ac:
2767         * pdf/ev-poppler.cc: (pdf_print_context_free),
2768         (pdf_document_file_exporter_begin),
2769         (pdf_document_file_exporter_do_page):
2770
2771         Make cairo-pdf depedency optional. 
2772
2773 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2774
2775         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
2776
2777         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
2778
2779 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2780
2781         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
2782         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
2783         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
2784         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
2785         * shell/ev-view.c: (draw_loading_text):
2786         * shell/ev-window.c: (ev_window_cmd_file_properties):
2787
2788         Use an specific lock for FontConfig. Hopefully it fixes some crashes
2789         related to using FontConfig from different threads.
2790         
2791 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2792
2793         * shell/ev-view.c: (draw_loading_text):
2794
2795         Acquire lock document when drawing "Loading..." text so that only one
2796         thread will use FontConfig at the same time. Fixes bug #374750.
2797
2798 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2799
2800         * shell/ev-page-action.[ch]: (activate_cb):
2801         * shell/ev-window.c: (activate_label_cb):
2802
2803         Check if text inserted in page entry is a valid page number when it
2804         doesn't match to any document page label. Fixes bug #383165.
2805
2806 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
2807         * shell/ev-window.c:
2808
2809         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
2810         available with GTK < 2.10. Added an ifdef to avoid compilation
2811         error.
2812
2813 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2814
2815         * configure.ac:
2816         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
2817
2818         Fix ps backend in multihead systems.
2819
2820 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2821
2822         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
2823         * shell/ev-window.c: (ev_window_get_screen_dpi),
2824         (ev_window_update_actions), (setup_view_from_metadata),
2825         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
2826
2827         Take screen DPI into account when zooming. Fixes bug #318285.
2828
2829 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2830
2831         * data/Makefile.am:
2832
2833         Cleaned up/slightly refactored Makefile.am. Added GConf
2834         schemas uninstallation as well.
2835
2836 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2837
2838         * Makefile.am:
2839         * test/Makefile.am:
2840
2841         Fight with autotools to fix make check. Make distcheck
2842         works fine as well now!
2843
2844 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2845
2846         * shell/ev-view.c: (draw_end_presentation_page):
2847
2848         Corrected "end of presentation" string.
2849
2850 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2851
2852         * shell/ev-view.c: (ev_view_key_press_event):
2853
2854         Correctly propagate key press event so that up/down keys
2855         work as expected (correct behaviour was broken by
2856         black/white screen key bindings for presentations).
2857
2858 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2859
2860         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
2861         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
2862         (pdf_document_find_get_progress), (pdf_selection_render_selection),
2863         (pdf_selection_get_selection_region),
2864         (pdf_selection_get_selection_map):
2865
2866         Add "static" to some private functions. 
2867
2868 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
2869
2870         * lib/ev-tooltip.h:
2871         * properties/ev-properties-view.h:
2872         * shell/ev-jobs.h:
2873         * shell/ev-properties-dialog.h:
2874         * shell/ev-properties-fonts.h:
2875         * shell/ev-sidebar-links.h:
2876         * shell/ev-sidebar-thumbnails.h:
2877         * shell/ev-sidebar.h:
2878         * shell/ev-window.h:
2879         
2880         Fixes CHACK type in class casts. See bug #385343
2881         for details.
2882
2883 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2884
2885         * shell/ev-view-private.h:
2886         * shell/ev-view.c: (draw_end_presentation_page),
2887         (ev_view_expose_event), (ev_view_key_press_event),
2888         (ev_view_class_init), (ev_view_init):
2889
2890         Blank screen in presentation mode when pressing 'b' (filling with
2891         black) or 'w' (filling with white) keys. Fixes bug #358132.
2892
2893 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
2894
2895         * data/evince-toolbar.xml:
2896         * shell/ev-window.c:
2897         
2898         Use stock icon for Select All action. Fixes
2899         bug #382652.
2900
2901 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
2902
2903         * shell/ev-view.c: (get_doc_point_from_offset),
2904         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
2905
2906         Add links support in rotated documents. Fixes bug #343733.
2907
2908 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2909
2910         * shell/ev-view-private.h:
2911         * shell/ev-view.c: (draw_end_presentation_page),
2912         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
2913
2914         Show a blank page after the last page in presentation mode with a
2915         message indicating that presentation has finished and how to exit. 
2916
2917 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2918
2919         * shell/ev-window.c: (fullscreen_timeout_cb):
2920
2921         Hide cursor after a while in presentation mode. 
2922
2923 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2924
2925         * backend/ev-document-info.h:
2926         * data/evince-properties.glade:
2927         * pdf/ev-poppler.cc:
2928         * properties/ev-properties-view.c: (ev_regular_paper_size),
2929         (ev_properties_view_set_info):
2930         * ps/ps-document.c: (ps_document_get_info):
2931
2932         Adds a paper size field to the properties dialog. Fixes
2933         bug #307315. Patch by Kasper Svendsen (with some i18n
2934         changes done by me).
2935
2936 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2937
2938         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2939         (screensaver_init_dbus), (totem_scrsaver_new),
2940         (totem_scrsaver_init):
2941         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2942         * shell/ev-application.c: (ev_application_register_service),
2943         (ev_application_screensaver_enable),
2944         (ev_application_screensaver_disable):
2945         * shell/ev-application.h:
2946         * shell/ev-window.c: (ev_window_run_presentation),
2947         (ev_window_stop_presentation), (build_comments_string),
2948         (ev_window_init):
2949         
2950         Move screensaver handling to application. No more
2951         message on startup.
2952
2953 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2954
2955         * configure.ac:
2956         * backend/Makefile.am:
2957         * backend/ev-file-exporter.[ch]:
2958         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
2959         * ps/ps-document.c: (ps_document_file_exporter_*):
2960         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
2961         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2962         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2963         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2964
2965         Allow printing to PDF when suppoted by the backend.
2966         
2967 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2968
2969         * shell/ev-window.c: (build_comments_string):
2970
2971         Use always "Document Viewer" in about dialog. 
2972
2973 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2974
2975         * djvu/djvu-document.c: (djvu_document_get_page_size):
2976
2977         Display a warning message when get_pageinfo fails. 
2978
2979 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
2980
2981         * Makefile.am:
2982         * backend/Makefile.am:
2983         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
2984         * configure.ac:
2985         * shell/ev-window.c: (build_comments_string):
2986         
2987         Make pdf compilation optional. See bug #38007.
2988
2989 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2990
2991         * ps/ps.c: (get_next_text):
2992
2993         Fix CVE-2006-5864.
2994
2995 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2996
2997         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
2998         * shell/ev-navigation-action.c: (connect_proxy),
2999         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3000         
3001         Do not call g_type_class_peek_parent twice.
3002
3003 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3004
3005         * configure.ac:
3006         * data/icons/24x24/.cvsignore:
3007         * data/icons/24x24/Makefile.am:
3008         * data/icons/24x24/evince.png:
3009         * data/icons/Makefile.am:
3010         
3011         Add 24x24 icon. Thanks to 
3012         Michael Monreal <infernux@web.de>.
3013
3014 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3015
3016         * configure.ac: Fix typo in configure.ac. Thanks
3017         to dmacks@netspace.org for notification.
3018
3019 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3020
3021         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3022         
3023         Drop dbus include, fixes compilation with older dbus.
3024
3025 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3026
3027         * configure.ac:
3028         * cut-n-paste/Makefile.am:
3029         * cut-n-paste/totem-screensaver/.cvsignore
3030         * cut-n-paste/totem-screensaver/Makefile.am:
3031         * cut-n-paste/totem-screensaver/README:
3032         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3033         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3034         * shell/Makefile.am:
3035         * shell/ev-window.c: (ev_window_run_presentation),
3036         (ev_window_stop_presentation), (ev_window_cmd_help_about),
3037         (ev_window_init):
3038
3039         Implemented screensaver enabling/disabling for
3040         presentation mode (not fullscreen mode). Code stolen
3041         from Totem (with some minor tweaks). Fixes bug #338889.
3042
3043 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3044
3045         * configure.ac:
3046
3047         Bump gnome-icon-theme requirements. We use the rotation
3048         icons that appeared recently.
3049
3050 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3051
3052         * shell/ev-history.c: (ev_history_add_page):
3053         * shell/ev-history.h:
3054         * shell/ev-window.c: (page_changed_cb):
3055         
3056         Use page labels instead of numbers.
3057
3058 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3059
3060         * data/evince-toolbar.xml:
3061         * po/POTFILES.in:
3062         * shell/Makefile.am:
3063         * shell/ev-navigation-action-widget.c:
3064         (ev_navigation_action_widget_init),
3065         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
3066         (menu_detacher), (ev_navigation_action_widget_set_menu),
3067         (menu_position_func), (popup_menu_under_arrow),
3068         (ev_navigation_action_widget_toggled),
3069         (ev_navigation_action_widget_button_press_event):
3070         * shell/ev-navigation-action-widget.h:
3071         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
3072         (ev_navigation_action_set_window), (activate_menu_item_cb),
3073         (new_history_menu_item), (new_empty_history_menu_item),
3074         (build_menu), (menu_activated_cb), (connect_proxy),
3075         (create_tool_item), (ev_navigation_action_init),
3076         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3077         * shell/ev-navigation-action.h:
3078         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
3079         (ev_page_action_widget_set_page_cache),
3080         (ev_page_action_widget_finalize),
3081         (ev_page_action_widget_class_init), (match_selected_cb),
3082         (display_completion_text), (match_completion), (build_new_tree_cb),
3083         (get_filter_model_from_model),
3084         (ev_page_action_widget_update_model):
3085         * shell/ev-page-action-widget.h:
3086         * shell/ev-page-action.c: (activate_link_cb), (update_model),
3087         (connect_proxy):
3088         * shell/ev-page-action.h:
3089         * shell/ev-stock-icons.c:
3090         * shell/ev-stock-icons.h:
3091         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3092         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
3093         (register_custom_actions):
3094         * shell/main.c:
3095         
3096         Preliminary history implementation
3097
3098 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3099
3100         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
3101         (dvi_document_class_init), (dvi_document_init_params):
3102         * dvi/mdvi-lib/font.c: (font_reference):
3103         
3104         Add reference to subfont. Fixes bug #374277.
3105
3106 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3107
3108         * shell/ev-window.c: (ev_window_create_tmp_symlink),
3109         (ev_window_cmd_file_open_copy_at_dest):
3110
3111         Fix a race condition when creating symlink. Increase the counter
3112         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
3113         Mathias Hasselmann).
3114
3115 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3116
3117         * backend/Makefile.am:
3118         * backend/ev-attachment.c: (ev_attachment_open):
3119         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
3120         (ev_tmp_dir), (ev_tmp_filename):
3121         * shell/ev-sidebar-attachments.c:
3122         (ev_sidebar_attachments_drag_data_get):
3123         * shell/ev-window.c: (ev_window_clear_temp_file):
3124
3125         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
3126         in ensure_dir_exists. Abort without crashing when we can't create
3127         user's directory.
3128
3129 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3130
3131         * data/evince-ui.xml:
3132         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3133         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
3134         (ev_window_cmd_file_open_copy_at_dest),
3135         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
3136         (ev_view_popup_cmd_open_link_new_window):
3137
3138         Allow opening a copy of the current document in a new window. Fixes bug
3139         #357472
3140
3141 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3142
3143         * data/evince-toolbar.xml:
3144         
3145         Add rotate right and rotate left to available items for toolbar.
3146         
3147         * data/evince-ui.xml:
3148         * shell/ev-window.c: (ev_window_init):
3149         
3150         Customize toolbar with right click. Fixes bug #372451.
3151
3152 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
3153
3154         * shell/ev-window.c: 
3155         
3156         Use "object-rotate-{left,right}" stock icons. Fixes 
3157         bug #373863.
3158
3159 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3160
3161         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
3162         (ev_application_open_uri_at_dest), (ev_application_open_uri):
3163         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
3164         (ev_window_open_uri):
3165         * shell/main.c: (arguments_parse):
3166
3167         Remove temp file created when evince is used by GTK+ in
3168         preview mode. Fixes bug #365282. 
3169
3170 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3171
3172         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3173         
3174         Fixes bug #372474 - Side pane disabled when entering 
3175         and leaving fullscreen mode.
3176
3177 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3178
3179         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
3180         * data/Makefile.am:
3181         * data/evince-preview-toolbar.xml:
3182         * data/evince-toolbar.xml:
3183         * shell/ev-application.c: (ev_application_shutdown),
3184         (ev_application_init), (ev_application_get_toolbars_model):
3185         * shell/ev-application.h:
3186         * shell/ev-window.c: (update_chrome_visibility),
3187         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
3188         (ev_window_cmd_edit_toolbar), (ev_window_init):
3189         
3190         Fixes bug #364364 - toolbar editor shows zoom actions again.
3191
3192 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3193
3194         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3195
3196         Do not take margins into consideration for paper size when printing.
3197         Really fixes bug #350491.
3198
3199 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3200
3201         * data/evince-ui.xml:
3202         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
3203         (ev_window_cmd_file_print_setup),
3204         (ev_window_print_dialog_response_cb),
3205         (ev_window_setup_action_sensitivity):
3206
3207         Add page setup settings for printing. Fixes bugs #363860 and #350491.
3208
3209 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3210
3211         * shell/ev-window.c: (ev_window_print_range):
3212
3213         Revert my previuos commit, since printing to PDF is not supported by
3214         evince yet. 
3215
3216 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3217
3218         * shell/ev-window.c: (ev_window_print_range):
3219
3220         Enable print to a PDF. Fixes bug #332121.
3221
3222 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3223
3224         * shell/ev-application-service.xml:
3225         * shell/ev-application.[ch]: (ev_application_open_window),
3226         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
3227         (ev_application_open_uri), (ev_application_open_uri_list):
3228         * shell/ev-window.c: (file_open_dialog_response_cb),
3229         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
3230         (drag_data_received_cb), (open_remote_link):
3231         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
3232
3233         Add support for multiscreen systems. Fixes bug #316206.
3234
3235 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3236
3237         * shell/ev-jobs.[ch]: (ev_job_print_new),
3238         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
3239         (ev_job_print_do_page):
3240         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
3241
3242         Allow printing only odd/even pages. Fixes bug #367289.
3243
3244 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3245
3246         * test/test1.py:
3247         * test/test2.py:
3248
3249         Re-add locale settings to test files.
3250
3251 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3252
3253         * data/evince-ui.xml:
3254         * shell/ev-window.c: (set_action_properties):
3255         
3256         Removed garbage from code and ui.
3257
3258 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3259
3260         * shell/ev-window.c: (ev_window_cmd_help_about):
3261
3262         Shamelessly add my name to the list of contributors.
3263
3264 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3265
3266         * test/test1.py:
3267         * test/test2.py:
3268
3269         Cleaned up the dogtail scripts.
3270
3271 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3272
3273         * shell/ev-view.c: (draw_loading_text): Don't render
3274         "loading..." text in presentation mode. Temporary
3275         workaround for bug #320352.
3276
3277 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3278
3279         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3280         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3281
3282         Use print settings scale, copies, collate and reverse which were
3283         ignored. Fixes bug #359032.
3284
3285 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3286
3287         * configure.ac:
3288         * data/evince-password.glade:
3289         * test/Makefile.am:
3290         * test/test-encrypt.pdf:
3291         * test/test-links.pdf:
3292         * test/test1.py:
3293         * test/test2.py:
3294
3295         Add automated UI tests for evince with dogtail. See
3296         bug #300948.    
3297
3298 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3299
3300         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
3301
3302         Hide fullscreen toolbar when switching to another desktop workspace.
3303         Fixes bug #338871
3304
3305 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3306
3307         * shell/ev-window-title.c: 
3308         
3309         Test for .dvi in title of pdf documents.
3310
3311 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3312
3313         * shell/ev-view.c: (ev_view_scroll):
3314
3315         Page Up/Down should do page jumps in "Best fit" mode.
3316         If a user has explicitly chosen to view exactly one page
3317         at a time, scrolling just a part of the page when
3318         pressing Page Up/Down is not right. Fixes bug #323107.
3319
3320 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3321
3322         * NEWS:
3323         * configure.ac:
3324         
3325         Update for 0.6.1
3326
3327 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3328
3329         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
3330         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
3331         
3332         Correctly disconnect from job signals on destroy.
3333
3334 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3335
3336         * shell/ev-view-private.h:
3337         * shell/ev-view.c: (view_set_adjustment_values),
3338         (view_update_range_and_current_page),
3339         (ensure_rectangle_is_visible), (ev_view_size_allocate):
3340         
3341         Fixes bug #343199, current page now follows find page.
3342
3343 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
3344
3345         * backend/ev-document-factory.c:
3346         * configure.ac:
3347         Assigned OpenDocument presenation MIME type to the
3348         Impress backend. Added some missing (but harmless)
3349         #ifdefs in the document factory as well to make things
3350         consistent again. Fixes bug #360658.
3351
3352 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
3353
3354         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
3355         * backend/ev-document-find.c: (ev_document_find_get_type):
3356         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
3357         * backend/ev-document-links.c: (ev_document_links_get_type):
3358         * backend/ev-document-security.c: (ev_document_security_get_type):
3359         * backend/ev-document-thumbnails.c:
3360         (ev_document_thumbnails_get_type):
3361         * backend/ev-document.c: (ev_document_get_type):
3362         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
3363         * backend/ev-selection.c: (ev_selection_get_type):
3364         * cut-n-paste/recent-files/egg-recent-model.c:
3365         (egg_recent_model_get_type):
3366         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3367         (egg_recent_view_uimanager_get_type):
3368         * cut-n-paste/recent-files/egg-recent-view.c:
3369         (egg_recent_view_get_type):
3370         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3371         (egg_editable_toolbar_get_type):
3372         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3373         (egg_toolbar_editor_get_type):
3374         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3375         (egg_toolbars_model_get_type):
3376         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3377         (egg_tree_multi_drag_source_get_type):
3378         * cut-n-paste/zoom-control/ephy-zoom-action.c:
3379         (ephy_zoom_action_get_type):
3380         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3381         (ephy_zoom_control_get_type):
3382         * impress/r_back.c: (_imp_fill_back):
3383         * properties/ev-properties-main.c:
3384         (ev_properties_plugin_register_type):
3385         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
3386         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
3387         (ev_view_accessible_factory_get_type):
3388
3389         Reduce relocations. Bug #360616.
3390
3391 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3392
3393         * backend/ev-document-factory.c:
3394         (ev_document_factory_get_document):
3395         
3396         Load document even if extension is wrong.
3397
3398 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3399
3400         * shell/ev-metadata-manager.c: (save_values):
3401         * shell/ev-window.c: (setup_size_from_metadata),
3402         (setup_view_from_metadata), (ev_window_setup_document),
3403         (ev_window_xfer_job_cb), (window_configure_event_cb):
3404         
3405         Set size according to the document size/page size ratio.
3406         That should correct rather wierd behaviour of the previous
3407         commit.
3408
3409 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3410
3411         * shell/ev-window.c: (setup_view_from_metadata):
3412         
3413         Set size for new windows from previous window size.
3414         See bugs #354968 and #168450 for details. Thanks
3415         to Meik Hellmund.
3416
3417 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3418
3419         * djvu/djvu-links.c: (build_tree):
3420
3421         Fix memory leak.
3422
3423 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3424
3425         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
3426         
3427         Don't make sidebar close button insensitive. Fixes
3428         bug #357871.
3429
3430 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3431
3432         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3433         (ev_window_set_view_accels_sensitivity):
3434         
3435         Don't enable Slash on documents which don't support
3436         find. Fixes bug #358648.
3437
3438 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
3439
3440         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
3441         open dialog fall back to the current document uri if the
3442         filechooser hasn't been used before. Fixes bug #356980.
3443
3444 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
3445
3446         * shell/ev-window.c: (ev_window_setup_recent), 
3447         (ev_window_get_recent_file_label):
3448
3449         Escape underscores in filenames of recent file items.
3450
3451 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3452
3453         * configure.ac:
3454         
3455         Bumped poppler requirements, really 0.5.3 is very 
3456         buggy, now we require 0.5.4.
3457
3458 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3459
3460         * djvu/Makefile.am:
3461         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3462         (djvu_document_find_iface_init), (djvu_document_links_get_links),
3463         (djvu_document_document_links_iface_init):
3464         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
3465         (number_from_string_10), (get_djvu_link_dest),
3466         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
3467         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
3468         (djvu_links_get_links), (djvu_links_find_link_dest),
3469         (djvu_links_get_links_model):
3470         * djvu/djvu-links.h:
3471         
3472         Add support for links and bookmarks in djvu documents. Thanks
3473         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
3474         patch.
3475
3476 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3477
3478         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3479         
3480         Reopen should reload document. Fixes 
3481         bug 327951.
3482
3483 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3484
3485         * configure.ac:
3486         * data/Makefile.am:
3487         * data/evince-16.png:
3488         * data/evince-22.png:
3489         * data/evince.png:
3490         * data/evince.svg:
3491         * data/icons/16x16/Makefile.am:
3492         * data/icons/16x16/evince.png:
3493         * data/icons/22x22/Makefile.am:
3494         * data/icons/22x22/evince.png:
3495         * data/icons/48x48/Makefile.am:
3496         * data/icons/48x48/evince.png:
3497         * data/icons/Makefile.am:
3498         * data/icons/scalable/Makefile.am:
3499         * data/icons/scalable/evince.svg:
3500         
3501         Install icons with correct names. Fixes
3502         bug #354429.
3503
3504 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3505
3506         * shell/ev-view.c: (ev_view_button_release_event):
3507
3508         Don't open links with middle mouse button. Fixes bug #353649
3509
3510 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3511
3512         * NEWS:
3513         * configure.ac:
3514         
3515         Update for release 0.6.0
3516
3517 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3518
3519         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
3520         Implement Close named action. Patch by Carlos Garcia Campos.
3521
3522 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3523
3524         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
3525         
3526         Don't clear link mapping on copy_job_to_job_info. Fixes
3527         bug 346168.
3528
3529 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3530
3531         * shell/main.c: (main):
3532
3533         Revert my previous commit, gnome_program_init owns the option context.
3534         Fix another memory leak in main. Both caught by Christian Persch. 
3535
3536 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3537
3538         * shell/main.c: (main):
3539
3540         Fix memory leak.
3541
3542 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3543
3544         * backend/ev-document-factory.c: (ev_document_factory_get_document):
3545
3546         Fix crash when opening a pdf with password protection. 
3547
3548 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3549
3550         * pdf/ev-poppler.cc: (pdf_document_search_free):
3551
3552         Fix memory leak. 
3553
3554 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3555
3556         * backend/ev-document-factory.c:
3557         (ev_document_factory_get_document):
3558         * tiff/tiff-document.c: (tiff_document_finalize):
3559         
3560         More correct handling of document loading. Fixes
3561         bug #349043.
3562
3563 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3564
3565         * backend/ev-attachment.c: (ev_attachment_save):
3566
3567         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
3568         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
3569
3570 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
3571         
3572         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
3573         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
3574
3575 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3576
3577         * shell/ev-sidebar-thumbnails.c:
3578
3579         Do not render thumbnails unless thumbnails page is active in the
3580         sidebar.
3581
3582 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
3583
3584         * shell/ev-properties-dialog.c:
3585
3586         Fix dialogue spacing. Bug #351370.
3587
3588 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3589
3590         * configure.ac:
3591
3592         Use lowercase gettext catalog file names (evince.mo
3593         instead of Evince.mo)
3594
3595 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3596
3597         * shell/ev-sidebar-attachments.c:
3598
3599         GtkIconTheme is now screen safe too. Fixes bug #350878
3600
3601 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3602
3603         * shell/ev-window.c:
3604
3605         GtkRecent manager is now screen safe. Fixes bug #350145
3606
3607 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3608
3609         * shell/ev-sidebar.c: (ev_sidebar_init):
3610         
3611         Make sidebar close icon smaller. Fix for bug 350177.
3612         See also bugs 350176 and 165770.
3613
3614 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3615
3616         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
3617
3618         Ignore zoom for xyz destinations when it's <= 1, keeping user
3619         preferences instead. Set correct sizing-mode for fith and fitv
3620         destinations rather than EV_SIZING_FREE. Fixes bug #349433
3621
3622 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3623
3624         * NEWS:
3625         * configure.ac:
3626         
3627         Update for release 0.5.5
3628
3629 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
3630         
3631         * shell/ev-window.c: (ev_window_cmd_escape)
3632
3633         Escape unfocus page entry. Fixes bug #345809.
3634
3635 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3636
3637         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
3638         (build_tree), (pdf_document_links_get_links),
3639         (pdf_document_links_find_link_dest):
3640         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
3641         (goto_xyz_dest):
3642
3643         Convert from PDF style coordinates to X style coordinates in the
3644         backend rather than in the view. Fixes bug #338440
3645
3646 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3647
3648         * shell/ev-window.c:
3649         
3650         Remove Ctrl+Shift+T shortcut for toolbars. See
3651         the bug #350098.
3652
3653 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3654
3655         * configure.ac:
3656
3657         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
3658         of this. 
3659
3660 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3661
3662         * configure.ac:
3663         * cut-n-paste/Makefile.am:
3664         * data/evince-ui.xml:
3665         * shell/Makefile.am:
3666         * shell/ev-application.[ch]:
3667         * shell/ev-window.c:
3668
3669         Use GtkRecent instead of EggRecent when it's available. Fixes bug
3670         #349273
3671
3672 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3673
3674         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
3675         findbar code: s/help/search/
3676
3677 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3678
3679         * shell/ev-window.c: (setup_document_from_metadata),
3680         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
3681         (setup_view_from_metadata):
3682         
3683         Fix memory leaks.
3684
3685 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
3686
3687         * autogen.sh, configure.ac: 
3688         
3689         Update automake usage. See bug 349292.
3690
3691 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3692
3693         * shell/eggfindbar.c: (egg_find_bar_class_init),
3694         (entry_activate_callback), (egg_find_bar_init),
3695         (egg_find_bar_set_status_text):
3696         * shell/eggfindbar.h:
3697         
3698         Unify Evince findbar with Epiphany. Nice patch
3699         from Fabricio Silva <silva@crans.org> and
3700         Frederic Peters <fpeters@entrouvert.com>. See
3701         bug #339966 for details.
3702
3703 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3704
3705         * data/evince.desktop.in.in:
3706         
3707         Correct information for bugzilla. Thanks to
3708         Olaf Vitters, see bug #348855.
3709
3710 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3711
3712         * shell/ev-jobs.[ch]:
3713         * shell/ev-sidebar-links.c:
3714         * shell/ev-window.[ch]:
3715
3716         GtkPrintJob doesn't support print ranges or current page, so we export
3717         to a ps file now when printing ranges or current page.
3718
3719 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3720
3721         * pdf/ev-poppler.cc:
3722         * shell/ev-window.c: (do_action_named):
3723
3724         We should be more clear about bugzilla. See the
3725         poppler bug #7623.
3726
3727 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3728
3729         * configure.ac:
3730         * shell/Makefile.am:
3731         * shell/ev-job-queue.c:
3732         * shell/ev-jobs.[ch]:
3733         * shell/ev-sidebar-links.c:
3734         * shell/ev-window.[ch]:
3735         
3736         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
3737         #348422
3738
3739 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3740
3741         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
3742         * shell/ev-application-service.xml:
3743         * shell/ev-application.[ch]:
3744         * shell/ev-jobs.[ch]:
3745         * shell/ev-window.[ch]: (ev_window_run_preview):
3746         * shell/main.c: 
3747
3748         Add preview mode to use evince as a printing previewer. It also adds
3749         other command line options for fullscreen and presentation modes.
3750         Fixes bugs #347822, #317031
3751
3752 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3753
3754         * NEWS:
3755         * configure.ac:
3756         
3757         Update for release 0.5.4
3758
3759 2006-07-11  Bastien Nocera <hadess@hadess.net>
3760
3761         * Makefile.am:
3762         * backend/Makefile.am:
3763         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3764         * backend/ev-document-factory.h:
3765         * configure.ac:
3766         * impress/.cvsignore:
3767         * impress/Makefile.am:
3768         * impress/common.h:
3769         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
3770         (imp_get_page), (imp_next_page), (imp_prev_page),
3771         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
3772         * impress/f_oasis.c: (render_object), (render_page),
3773         (get_geometry), (_imp_oasis_load):
3774         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
3775         (_imp_oo13_load):
3776         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
3777         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
3778         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
3779         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
3780         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
3781         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
3782         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
3783         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
3784         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
3785         (iks_new_within), (iks_insert), (iks_insert_cdata),
3786         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
3787         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
3788         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
3789         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
3790         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
3791         (iks_cdata), (iks_cdata_size), (iks_has_children),
3792         (iks_has_attribs), (escape_size), (my_strcat), (escape),
3793         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
3794         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
3795         (iks_tree), (iks_load), (iks_save):
3796         * impress/iksemel.h:
3797         * impress/imposter.h:
3798         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
3799         (imp_render_draw_bezier_real), (imp_render_get_size),
3800         (imp_render_set_fg_color), (imp_render_draw_line),
3801         (imp_render_draw_rect), (imp_render_draw_polygon),
3802         (imp_render_draw_arc), (imp_render_draw_bezier),
3803         (imp_render_open_image), (imp_render_get_image_size),
3804         (imp_render_scale_image), (imp_render_draw_image),
3805         (imp_render_close_image), (imp_render_markup),
3806         (imp_render_get_text_size), (imp_render_draw_text),
3807         (impress_document_load), (impress_document_save),
3808         (impress_document_get_n_pages), (impress_document_get_page_size),
3809         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3810         (impress_document_finalize), (impress_document_class_init),
3811         (impress_document_can_get_text), (impress_document_get_info),
3812         (impress_document_document_iface_init),
3813         (impress_document_thumbnails_get_thumbnail),
3814         (impress_document_thumbnails_get_dimensions),
3815         (impress_document_document_thumbnails_iface_init),
3816         (impress_document_init):
3817         * impress/impress-document.h:
3818         * impress/internal.h:
3819         * impress/r_back.c: (_imp_fill_back):
3820         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
3821         (_imp_draw_image), (_imp_tile_image):
3822         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
3823         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
3824         (r_polyline):
3825         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
3826         (r_draw_gradient_complex), (r_draw_gradient):
3827         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
3828         (r_get_bullet):
3829         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
3830         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
3831         (r_text):
3832         * impress/render.c: (imp_create_context), (imp_context_set_page),
3833         (imp_context_set_step), (imp_render), (imp_delete_context):
3834         * impress/render.h:
3835         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
3836         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
3837         (zip_load_xml), (zip_get_size), (zip_load):
3838         * impress/zip.h:
3839         * shell/ev-utils.c:
3840         
3841         New backend to support impress slides. Fixes bug #30867.
3842
3843 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
3844
3845         * shell/ev-utils.c: (using_postscript_printer):
3846         
3847         Fixes crash when print using PAPI backend,
3848         bug #345012.
3849
3850 2006-06-09  Pat Rondon  <pmr@patrondon.org>
3851
3852         * shell/ev-jobs.c: (ev_job_xfer_run):
3853         * shell/ev-window.c: (password_dialog_response),
3854         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
3855         (ev_window_dispose):
3856         Fixes bug #344160: if the xfer job doesn't complete
3857         because a password is required, reload the existing
3858         instance instead of creating a new one.
3859
3860 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3861
3862         * shell/main.c: (main): Call gdk_threads_init. Thus
3863         we'll avoid errors in auth dialog. Fix for the bug
3864         #343347.
3865
3866 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3867
3868         * configure.ac: Advertise pixbuf support, fix
3869         for the bug 343317.
3870
3871 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3872
3873         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
3874         (ev_sidebar_thumbnails_set_document):
3875         
3876         Update sidebar thumbnails after reloading.
3877
3878 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3879
3880         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
3881         * shell/ev-jobs.h:
3882         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
3883         (ev_window_cmd_view_reload), (ev_window_init):
3884         
3885         Don't crash on reload. Fix for the bug #343167.
3886
3887 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3888
3889         * shell/ev-jobs.c: (ev_job_render_run):
3890         
3891         Check for document links.
3892
3893 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3894
3895         * backend/ev-attachment.c: (ev_attachment_save),
3896         (ev_attachment_launch_app), (ev_attachment_open):
3897         * backend/ev-document-factory.c: (get_document_from_uri):
3898         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3899         (egg_recent_view_uimanager_set_list):
3900         * ps/ps-document.c: (check_filecompressed), (document_load),
3901         (ps_document_load):
3902         * shell/ev-metadata-manager.c: (load_values):
3903         * shell/ev-password.c: (ev_password_dialog_set_property):
3904         * shell/ev-view.c: (tip_from_link):
3905         * shell/ev-window.c: (file_save_dialog_response_cb),
3906         (ev_window_print_dialog_response_cb):
3907         
3908         Use consistent quoting style. Fix for the bug #320285.
3909
3910 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3911
3912         * shell/ev-jobs.c: (ev_job_xfer_run):
3913         * shell/main.c: (load_files):
3914                 
3915         Open links with anchors. Fix for the bug #339836.
3916
3917 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3918
3919         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
3920         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
3921         (ev_link_dest_set_property), (ev_link_dest_finalize),
3922         (ev_link_dest_class_init), (ev_link_dest_new_named),
3923         (ev_link_dest_new_page_label):
3924         * backend/ev-link-dest.h:
3925         * shell/ev-application.c: (ev_application_open_uri):
3926         * shell/ev-view.c: (goto_dest):
3927         * shell/ev-window.c:
3928         * shell/ev-window.h:
3929         
3930         Fix page-label command line option. Bug #342070.
3931
3932 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3933
3934         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3935         
3936         Don't show highlight rects if page can't be showed. Fix for 
3937         the bug #342076
3938
3939 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3940
3941         * shell/ev-window.c: (setup_sidebar_from_metadata),
3942         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
3943         
3944         Setup sidebar from metadata even if there is no document
3945         loaded. Fix for the bug #342807.
3946
3947 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3948
3949         * cut-n-paste/toolbar-editor/Makefile.am:
3950         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3951         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
3952         (find_action), (drag_data_delete_cb), (drag_begin_cb),
3953         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
3954         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
3955         (popup_context_menu_cb), (button_press_event_cb),
3956         (configure_item_sensitivity), (configure_item_cursor),
3957         (configure_item_tooltip), (connect_widget_signals),
3958         (action_sensitive_cb), (create_item_from_action),
3959         (create_item_from_position), (toolbar_drag_data_received_cb),
3960         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
3961         (toolbar_drag_leave_cb), (configure_drag_dest),
3962         (toggled_visibility_cb), (toolbar_visibility_refresh),
3963         (create_dock), (toolbar_changed_cb), (unparent_fixed),
3964         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
3965         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
3966         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
3967         (egg_editable_toolbar_dispose),
3968         (egg_editable_toolbar_set_ui_manager),
3969         (egg_editable_toolbar_get_selected),
3970         (egg_editable_toolbar_set_selected), (set_edit_mode),
3971         (egg_editable_toolbar_set_property),
3972         (egg_editable_toolbar_get_property),
3973         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
3974         (egg_editable_toolbar_new_with_model),
3975         (egg_editable_toolbar_get_edit_mode),
3976         (egg_editable_toolbar_set_edit_mode),
3977         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
3978         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
3979         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
3980         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
3981         (item_added_or_removed_cb), (toolbar_removed_cb),
3982         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
3983         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
3984         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
3985         (editor_create_item_from_name), (append_table),
3986         (update_editor_sheet), (egg_toolbar_editor_init):
3987         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
3988         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3989         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
3990         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
3991         (toolbar_node_free), (egg_toolbars_model_get_flags),
3992         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
3993         (egg_toolbars_model_get_name), (impl_add_item),
3994         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
3995         (parse_data_list), (parse_item_list), (parse_toolbars),
3996         (egg_toolbars_model_load_toolbars), (parse_available_list),
3997         (parse_names), (egg_toolbars_model_load_names),
3998         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
3999         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
4000         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
4001         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
4002         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
4003         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
4004         (egg_toolbars_model_set_types), (fill_avail_array),
4005         (egg_toolbars_model_get_name_avail),
4006         (egg_toolbars_model_get_name_flags),
4007         (egg_toolbars_model_set_name_flags):
4008         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4009         * cut-n-paste/toolbar-editor/eggintl.h:
4010         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4011         (egg_tree_multi_drag_source_get_type),
4012         (egg_tree_multi_drag_source_row_draggable),
4013         (egg_tree_multi_drag_source_drag_data_delete),
4014         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
4015         (egg_tree_multi_drag_button_release_event), (selection_foreach),
4016         (path_list_free), (set_context_data), (get_context_data),
4017         (get_info), (egg_tree_multi_drag_drag_data_get),
4018         (egg_tree_multi_drag_motion_event),
4019         (egg_tree_multi_drag_button_press_event),
4020         (egg_tree_multi_drag_add_drag_support):
4021         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
4022         * shell/ev-application.c: (ev_application_init),
4023         (ev_application_save_toolbars_model):
4024         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
4025         (ev_window_cmd_edit_toolbar), (ev_window_init):
4026         
4027         Sync toolbareditor with epiphany and libegg
4028
4029 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4030
4031         * configure.ac: 
4032
4033         Depend on poppler 0.5.2
4034
4035 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4036
4037         * shell/ev-jobs.c: (ev_job_render_run):
4038         
4039         Check if document supports links iterface.
4040
4041 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4042
4043         * NEWS:
4044         * configure.ac:
4045         
4046         Update for release 0.5.3
4047
4048 2006-05-13  Michael Plump  <plumpy@skylab.org>
4049
4050         * configure.ac:
4051         * shell/Makefile.am:
4052         * shell/main.c: (main):
4053         
4054         Port to GOption command line parsing. Fix for the 
4055         bug #327518
4056
4057 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4058
4059         * shell/ev-window.c: (ev_window_cmd_help_about):
4060         
4061         Do not wrap license. Fix for the bug #309460.
4062
4063 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4064
4065         * configure.ac:
4066         * properties/ev-properties-main.c: (ev_properties_get_pages):
4067         * shell/ev-application.c: (ev_application_open_window),
4068         (ev_application_open_uri_at_dest):
4069         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4070         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
4071         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
4072         * shell/ev-utils.c: (save_print_config_to_file):
4073         * shell/ev-window.c: (ev_window_cmd_save_as),
4074         (ev_attachment_popup_cmd_save_attachment_as):
4075         * shell/main.c: (load_files_remote):
4076         
4077         Bump requirements to gtk 2.8 and drop all ifdefs used.
4078
4079 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4080
4081         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4082         * shell/ev-window.c: (ev_window_init):
4083         
4084         Show attachments page.
4085
4086 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4087
4088         * po/POTFILES.in:
4089         * shell/ev-attachment-bar.c:
4090         * shell/ev-attachment-bar.h:
4091         * shell/ev-sidebar-attachments.c:
4092         (ev_sidebar_attachments_icon_cache_add),
4093         (icon_theme_get_pixbuf_from_mime_type),
4094         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
4095         (ev_sidebar_attachments_icon_cache_refresh),
4096         (ev_sidebar_attachments_get_attachment_at_pos),
4097         (ev_sidebar_attachments_popup_menu_show),
4098         (ev_sidebar_attachments_popup_menu),
4099         (ev_sidebar_attachments_button_press),
4100         (ev_sidebar_attachments_update_icons),
4101         (ev_sidebar_attachments_drag_data_get),
4102         (ev_sidebar_attachments_get_property),
4103         (ev_sidebar_attachments_destroy),
4104         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
4105         (ev_sidebar_attachments_new),
4106         (ev_sidebar_attachments_set_document),
4107         (ev_sidebar_attachments_support_document),
4108         (ev_sidebar_attachments_get_label),
4109         (ev_sidebar_attachments_page_iface_init):
4110         * shell/ev-sidebar-attachments.h:
4111         * shell/ev-window.c: (update_chrome_visibility),
4112         (setup_sidebar_from_metadata), (ev_window_setup_document),
4113         (ev_window_sidebar_current_page_changed_cb),
4114         (attachment_bar_menu_popup_cb), (ev_window_init):
4115         
4116         Move attachments bar to sidebar.
4117
4118 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4119
4120         * pdf/ev-poppler.cc:
4121         * shell/ev-application.[ch]:
4122         * shell/main.c:
4123
4124         Fix some memory leaks.
4125
4126 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4127
4128         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4129
4130         Change the properties dialog response to
4131         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
4132         will make the dialog go away when the user presses
4133         enter. With gtk+ >= 2.9 this will happen anyway, but for
4134         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
4135         escape by default. Fixes bug #340539. See also bug
4136         #101293 for the gtk+ part.
4137
4138 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
4139
4140         * shell/ev-view.c (tip_from_action_named): Replace some strings
4141         that were wrong. Closes #340970.
4142
4143 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4144
4145         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4146
4147         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
4148         #341049
4149
4150 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4151
4152         * djvu/Makefile.am:
4153         * dvi/Makefile.am:
4154         * dvi/mdvi-lib/Makefile.am:
4155         * properties/Makefile.am:
4156         * ps/Makefile.am:
4157         * shell/Makefile.am:
4158         * thumbnailer/Makefile.am:
4159         
4160         Due to broken libtool that is unable to track dependencies
4161         of noinst libraries we are forced to explicitely point
4162         libraries for binary. Fix for the bug #333334.
4163
4164 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4165
4166         * data/evince.desktop.in.in:
4167         * shell/ev-view.c: (view_update_range_and_current_page),
4168         (ev_view_next_page), (ev_view_previous_page):
4169         * shell/ev-window.c: (update_chrome_visibility),
4170         (setup_sidebar_from_metadata), (ev_window_setup_document),
4171         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
4172         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4173         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
4174         (ev_window_stop_fullscreen), (ev_window_run_presentation),
4175         (ev_window_stop_presentation), (ev_window_focus_in_event),
4176         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
4177         (ev_window_init):
4178         * thumbnailer/Makefile.am:
4179         
4180         Update fullscreen and presentation timeout handling. Hide
4181         cursor in presentation after timeout. Fix for the bugs
4182         #136359 and #336981.
4183
4184 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4185
4186         * backend/ev-link-action.[ch]:
4187         * pdf/ev-poppler.cc: (ev_link_from_action):
4188         * shell/ev-view-private.h:
4189         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
4190         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
4191
4192         Add support for Named Action links
4193
4194 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4195
4196         * backend/Makefile.am:
4197         * backend/ev-document-links.[ch]:
4198         * backend/ev-document.[ch]:
4199         * backend/ev-link-action.[ch]:
4200         * backend/ev-link-dest.[ch]:
4201         * backend/ev-link.[ch]:
4202         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
4203         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
4204         * shell/ev-page-action.c: (build_new_tree_cb):
4205         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
4206         (links_page_num_func), (update_page_callback):
4207         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
4208         (tip_from_link):
4209         * shell/ev-jobs.c:
4210         * shell/ev-window.[ch]: (ev_window_open_uri),
4211         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
4212         * shell/ev-application.[ch]: (ev_application_open_window),
4213         (ev_application_open_uri):
4214
4215         Rework links system, it adds support for remote links now and it makes
4216         easier to add new kinds of actions and destinations. Fixes bug #317292
4217
4218 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4219
4220         * data/Makefile.am:
4221         * data/evince.png:
4222         * data/evince-16.png:
4223         * data/evince-22.png:
4224         * data/evince.svg:
4225         * shell/main.c: (main):
4226         
4227         Evince use it's own icon. Fix for the bug #313392.
4228
4229         * shell/ev-window.c: (fullscreen_timeout_cb),
4230         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4231         (ev_window_cmd_help_about), (ev_window_dispose):
4232         
4233         Simplify fullscreen timeout code.
4234
4235 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4236
4237         * backend/ev-attachment.c: 
4238         * shell/ev-attachment-bar.c:
4239         * shell/ev-window.c:
4240
4241         Allow multiple selection of attachments
4242
4243 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4244
4245         * shell/ev-view.c: (view_update_range_and_current_page),
4246         (ev_view_scroll):
4247         
4248         Fix for the bug #312573 – Optimal selection of current 
4249         page among visible pages.
4250
4251 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4252
4253         * configure.ac:
4254         * djvu/Makefile.am:
4255         * djvu/djvu-text.h:
4256         
4257         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
4258         for the bug 339868.
4259
4260 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
4261
4262         * configure.ac: Fix the LINGUAS stuff here too so it builds.
4263
4264 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4265
4266         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
4267         dictated by the GNOME HIG. Fixes bug #339235.
4268
4269 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4270
4271         * data/evince-ui.xml:
4272         * shell/ev-view.c: (ev_view_can_find_previous):
4273         * shell/ev-view.h:
4274         * shell/ev-window.c: (ev_window_update_actions),
4275         (ev_window_cmd_edit_find_previous):
4276
4277         Add support for "Find Previous" as dictated by the GNOME HIG. A
4278         menu item is added and some glue code to make it all work is added
4279         to various files.
4280
4281 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4282
4283         * configure.ac: Award myself the "useless use of cat" award.
4284
4285 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4286
4287         * po/LINGUAS: New file listing all supported languages.
4288
4289         * configure.in: Use po/LINGUAS instead of including all languages
4290         directly in this file. See the wiki for more information:
4291         http://live.gnome.org/GnomeGoals/PoLinguas
4292
4293 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4294
4295         * backend/ev-document-factory.c:
4296
4297         Do not load the document twice when there isn't errors
4298
4299 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4300
4301         * backend/ev-attachment.c: 
4302
4303         Fix a crash when there isn't a default application to open an
4304         attachment
4305
4306 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4307
4308         * backend/ev-attachment.[ch]:
4309         * shell/ev-attachment-bar.[ch]:
4310
4311         Added missing files. 
4312
4313 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4314
4315         * backend/Makefile.am:
4316         * data/evince-ui.xml:
4317         * backend/ev-attachment.[ch]:
4318         * backend/ev-document.[ch]: (ev_document_has_attachments),
4319         (ev_document_get_attachments):
4320         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
4321         (attachment_save_to_buffer), (pdf_document_get_attachments),
4322         (pdf_document_document_iface_init):
4323         * shell/Makefile.am:
4324         * shell/ev-attachment-bar.[ch]:
4325         * shell/ev-window.c:
4326
4327         Add support for PDF attachments. Fixes bug #325143
4328
4329 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4330
4331         * backend/ev-document-factory.c: (get_document_from_uri),
4332         (ev_document_factory_get_document):
4333         * backend/ev-document-factory.h:
4334         * properties/ev-properties-main.c: (ev_properties_get_pages):
4335         * shell/Makefile.am:
4336         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4337         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4338         (ev_job_queue_remove_job):
4339         * shell/ev-job-queue.h:
4340         * shell/ev-job-xfer.c:
4341         * shell/ev-job-xfer.h:
4342         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
4343         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
4344         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
4345         (ev_job_xfer_run):
4346         * shell/ev-jobs.h:
4347         * shell/ev-window.c: (ev_window_is_empty),
4348         (password_dialog_response), (ev_window_clear_xfer_job),
4349         (ev_window_xfer_job_cb), (ev_window_open_uri),
4350         (ev_window_cmd_focus_page_selector),
4351         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
4352         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4353         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4354         (ev_window_dispose):
4355         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4356         
4357         * Cleanup mime type detection on document load. Fix for the
4358         bug #336448.
4359
4360 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4361
4362         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
4363         
4364         Fix crash on exit, described in the bug #336825.
4365
4366 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4367
4368         * backend/ev-document-factory.c:
4369         (ev_document_factory_get_from_mime),
4370         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
4371         (ev_document_factory_get_document),
4372         (file_filter_add_mime_list_and_free),
4373         (ev_document_factory_add_filters):
4374         * backend/ev-document-factory.h:
4375         * properties/ev-properties-main.c: (ev_properties_get_pages):
4376         * shell/Makefile.am:
4377         * shell/ev-application.c:
4378         * shell/ev-job-xfer.c: (ev_job_xfer_run):
4379         * shell/ev-window.c: (ev_window_cmd_file_open),
4380         (ev_window_cmd_save_as):
4381         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4382         
4383         Rework factory functions so they are placed now in a single 
4384         file ev-document-factory.c
4385
4386 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4387
4388         * shell/ev-window.c: (update_chrome_visibility):
4389         
4390         Fix for the bug 166566 - don't show menubar in fullscreen
4391         mode.
4392
4393 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
4394
4395         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
4396
4397 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4398
4399         * shell/ev-view.c: (ev_view_expose_event):
4400         
4401         More correctly draw loading text when document
4402         is empty.
4403
4404 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4405
4406         * shell/ev-view.c: (ev_view_scroll):
4407         
4408         Fix for the bug #334854, page down and page up switch
4409         pages in presentation mode.
4410
4411 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4412
4413         * shell/ev-window.c: (ev_window_set_action_sensitive),
4414         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
4415         (ev_window_set_view_accels_sensitivity),
4416         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
4417         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4418         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4419         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
4420         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
4421         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
4422         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
4423         (view_actions_focus_in_cb), (ev_window_init):
4424         
4425         Fix for the bug #333902, now it's possible to search
4426         words with slash.
4427
4428 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
4429
4430         * configure.ac: Added Breton translation.
4431         * po/br.po: Added Breton translation.
4432
4433 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4434
4435         * shell/ev-window-title (ev_window_title_update):
4436
4437         Fix memory leak in window title. Fixes bug #333944
4438
4439 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4440
4441         * shell/ev-metadata-manager.c (parseItem):
4442
4443         Fix memory leaks. Fixes bug #333945
4444
4445 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4446         
4447         * NEWS, configure.ac, TODO:
4448         
4449         Update for release 0.5.2.
4450
4451 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4452
4453         * shell/ev-view.c: (view_update_range_and_current_page),
4454         (page_changed_cb):
4455         
4456         Don't jump on scrolling, fix for the bug #333127.
4457
4458 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4459
4460         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4461         
4462         Scroll by one page in presentation mode. Fix for the bug
4463         #332993.
4464
4465 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
4466
4467         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
4468
4469 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
4470
4471         * configure.ac  Added lv in ALL_LINGUAS line.
4472
4473 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4474         
4475         * NEWS, configure.ac:
4476         
4477         Update for release 0.5.1
4478
4479 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4480
4481         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
4482         * backend/ev-document-misc.h:
4483         * shell/ev-view.c: (draw_one_page):
4484         
4485          Clairfy what page the toolbar page number applies to. Fix
4486          for the bug #328102.
4487
4488 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
4489
4490         * shell/ev-view-private.h:
4491         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
4492         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
4493         (ev_view_search_changed):
4494         * shell/ev-view.h:
4495         * shell/ev-window.c: (find_bar_search_changed_cb):
4496         
4497         Dont't jump to find result if window was scrolled during search.
4498         Fix for the bug #313266.
4499
4500 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
4501
4502         * shell/eggfindbar.c: (egg_find_bar_class_init):
4503         * shell/eggfindbar.h:
4504         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
4505         * shell/ev-view-private.h:
4506         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
4507         (ev_view_class_init), (ev_sizing_mode_get_type),
4508         (ev_scroll_type_get_type):
4509         * shell/ev-view.h:
4510         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
4511         (ev_window_cmd_scroll_backward), (find_bar_scroll),
4512         (ev_window_init):
4513         
4514         Fix for the bug 319133 - Find entry should allow text scroll.
4515
4516 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
4517
4518         * shell/ev-view-private.h:
4519         * shell/ev-view.c: (view_update_range_and_current_page),
4520         (highlight_find_results), (find_changed_cb), (page_changed_cb),
4521         (ev_view_set_document), (update_find_status_message),
4522         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
4523         (ev_view_find_previous):
4524         
4525         Fix for the bug #319137. Search now takes account for scrolling.
4526
4527 2006-02-19  Michael Hofmann <mh21@piware.de>
4528
4529         * configure.ac:
4530         * djvu/Makefile.am:
4531         * djvu/djvu-document-private.h:
4532         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4533         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
4534         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
4535         (djvu_document_can_get_text), (djvu_document_get_text),
4536         (djvu_document_document_iface_init),
4537         (djvu_document_thumbnails_get_thumbnail),
4538         (djvu_document_find_begin), (djvu_document_find_get_n_results),
4539         (djvu_document_find_get_result),
4540         (djvu_document_find_page_has_results),
4541         (djvu_document_find_get_progress), (djvu_document_find_cancel),
4542         (djvu_document_find_iface_init):
4543         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
4544         (djvu_text_page_selection), (djvu_text_page_limits_process),
4545         (djvu_text_page_limits), (djvu_text_page_copy),
4546         (djvu_text_page_position), (djvu_text_page_union),
4547         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
4548         (djvu_text_page_box), (djvu_text_page_append_text),
4549         (djvu_text_page_search), (djvu_text_page_prepare_search),
4550         (djvu_text_page_new), (djvu_text_page_free):
4551         * djvu/djvu-text-page.h:
4552         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
4553         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
4554         (djvu_text_n_results), (djvu_text_has_results),
4555         (djvu_text_get_result), (djvu_text_get_progress):
4556         * djvu/djvu-text.h:
4557         
4558         Text search in djvu. Fix for the bug #303415.
4559
4560 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4561
4562         * configure.ac:
4563         * shell/ev-window.c: (ev_window_cmd_save_as):
4564         
4565         Ask filechooser to confirm overwrite. Fix for the bug #328266.
4566         Thanks to Gary Coady <gary@lyranthe.org>
4567
4568 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4569
4570         * shell/ev-print-job.c: (idle_print_handler):
4571         
4572         Inverse order printing, bug #320919.
4573
4574 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4575
4576         * data/evince-toolbar.xml:
4577         * shell/ev-window.c:
4578         
4579         Allow to add sidebar checkbutton on toolbar. Fix
4580         for the bug #144577.
4581
4582 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4583
4584         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
4585         
4586         Add checks that have sense for empty ps document.
4587
4588 2006-02-15  Luca Ferretti <elle.uca@libero.it>
4589
4590         * configure.ac: Include PS in mime types list. 
4591
4592 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4593
4594         * configure.ac:
4595         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
4596         * ps/gsdefaults.h:
4597         * ps/ps-document.c: (start_interpreter), (ps_document_load):
4598         
4599         Runtime check for gs interpreter. Fix for the bug #320868.
4600         Thanks to Antoine Dopffer antoine.dopffer@free.fr
4601
4602 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4603
4604         * shell/ev-application.c: 
4605
4606         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
4607         dbus>=0.60, so that the request is not queued. 
4608
4609 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4610
4611         * configure.ac:
4612         * shell/Makefile.am:
4613         * shell/ev-sidebar-links.c: (print_section_cb):
4614         * shell/ev-utils.c:
4615         * shell/ev-utils.h:
4616         * shell/ev-window.c: (update_action_sensitivity),
4617         (ev_window_close_dialogs), (ev_window_print):
4618         * shell/ev-window.h:
4619         
4620         Make printing support optional. Patch from Eduardo de Barros Lima
4621         <eduardo.lima@indt.org.br> for the bug #330546.
4622
4623 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4624
4625         * shell/ev-view-private.h:
4626         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
4627         (ev_view_set_document):
4628         * shell/ev-view.h:
4629         * shell/ev-window.c: (ev_window_load_job_cb),
4630         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
4631         (ev_window_init):
4632
4633         Draw Loading message during xfer job. Fix for the bug #329495.
4634
4635 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4636
4637         * comics/comics-document.c: (comics_regex_quote),
4638         (comics_document_load), (extract_argv):
4639         
4640         Correcly quote regexp before passing it to unzip.
4641
4642 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4643
4644         * shell/ev-page-cache.c: (build_height_to_page),
4645         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
4646         (ev_page_cache_get_dual_even_left):
4647         * shell/ev-page-cache.h:
4648         * shell/ev-view.c: (view_update_range_and_current_page),
4649         (get_page_y_offset), (get_page_extents):
4650         
4651         Place even pages to the left if document has less then
4652         two pages. Fix for the bug #328856.
4653
4654 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4655
4656         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4657         
4658         Correct comics scheme. This make evince create thumbnails
4659         for comic books. Fix for the bug 329088.
4660
4661 2006-01-31  Christopher Aillon  <caillon@redhat.com>
4662
4663         * data/evince-password.glade: Don't explicitly set
4664         invisible_char to the current default value in case
4665         the default changes; let GTK+ do its magic.
4666
4667 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4668
4669         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
4670         real filename to tmp filename since often document
4671         type is determined by extension.
4672
4673 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4674
4675         * shell/ev-view.c: (add_scroll_binding_keypad),
4676         (ev_view_binding_activated), (ev_view_class_init):
4677         
4678         Add keybindings for percision-scrolling of display area. 
4679         Fix for the bug #314072.
4680
4681 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4682
4683         * data/evince.desktop.in.in:
4684         
4685         Add GTK to the list of categories. Fix for the bug #328034.
4686
4687 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4688
4689         * shell/ev-application.c: (ev_application_shutdown),
4690         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
4691         * shell/ev-application.h:
4692         * shell/ev-window.c: (file_open_dialog_response_cb),
4693         (ev_window_cmd_file_open):
4694         
4695         Save last uri in file chooser dialog. Fix for the bug #327950.
4696
4697 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4698
4699         * NEWS:
4700         * README:
4701         
4702         Final update for release 0.5.0
4703         
4704         * shell/Makefile.am:
4705         
4706         Remove disable deprecated until we'll require libgnome-2.13.7
4707         and port to GOption argument parsing. See bug 327518.
4708
4709 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
4710
4711         * comics/comics-document.c: (comics_document_save):
4712         * djvu/djvu-document.c: (djvu_document_save):
4713         * dvi/dvi-document.c: (dvi_document_save):
4714         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
4715         * lib/ev-file-helpers.h:
4716         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
4717         * tiff/tiff-document.c: (tiff_document_save):
4718         
4719         Use common save function for backends.
4720
4721 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
4722
4723         * backend/ev-document-types.c:
4724         
4725         Fix crash on saving pixbuf.
4726
4727 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4728
4729         * cut-n-paste/recent-files/egg-recent-item.c:
4730         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
4731         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
4732         (parse_info_free), (valid_element), (start_element_handler),
4733         (end_element_handler), (text_handler), (egg_recent_model_filter),
4734         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4735         (egg_recent_model_monitor), (egg_recent_model_read),
4736         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4737         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4738         (egg_recent_model_set_property), (egg_recent_model_class_init),
4739         (egg_recent_model_init), (egg_recent_model_add_full),
4740         (egg_recent_model_delete), (egg_recent_model_get_list),
4741         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4742         (egg_recent_model_set_filter_mime_types),
4743         (egg_recent_model_clear_group_filter),
4744         (egg_recent_model_set_filter_groups),
4745         (egg_recent_model_clear_scheme_filter),
4746         (egg_recent_model_set_filter_uri_schemes),
4747         (egg_recent_model_remove_expired):
4748         * cut-n-paste/recent-files/egg-recent-util.c:
4749         (egg_recent_util_get_icon):
4750         * cut-n-paste/recent-files/egg-recent-util.h:
4751         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4752         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
4753         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
4754         (egg_recent_view_uimanager_set_property),
4755         (egg_recent_view_uimanager_get_property),
4756         (egg_recent_view_uimanager_class_init),
4757         (egg_recent_view_uimanager_init),
4758         (egg_recent_view_uimanager_set_label_width),
4759         (egg_recent_view_uimanager_get_label_width):
4760         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
4761         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4762         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4763         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4764         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4765         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4766         
4767         Update from libegg.
4768
4769 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4770
4771         * shell/ev-page-cache.c: (build_height_to_page),
4772         (ev_page_cache_get_height_to_page):
4773         * shell/ev-page-cache.h:
4774         * shell/ev-view.c: (view_update_range_and_current_page),
4775         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
4776         (ev_view_previous_page):
4777         
4778         Dual mode places even pages to the left. Fix for the bug #309393.
4779
4780         * shell/ev-view.h:
4781         * shell/ev-window.c: (update_action_sensitivity),
4782         (setup_view_from_metadata), (view_menu_popup_cb):
4783         
4784         Don't restore presentation in empty windows, more intelligent
4785         next page behaviour in dual mode.
4786
4787         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
4788         (ev_pixbuf_cache_clear_job_sizes):
4789         
4790         Cleanup job callback on removal. Fix for the bug #325886.
4791
4792 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4793
4794         * ps/ps.c: (psscan):
4795         
4796         Commit workaround Mozilla problem. Fix for the bug #325919
4797         
4798         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
4799         (save_item):
4800         
4801         Fix for year 2038 problem.
4802
4803 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4804
4805         * shell/ev-window.c: (setup_document_from_metadata),
4806         (ev_window_cmd_view_reload):
4807
4808         Clamp page recieved from metadata in valid values. Fix
4809         for the bug #325986.
4810
4811 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4812
4813         * MAINTAINERS: 
4814         Add MAINTAINERS as requested on desktop-devel-list.
4815
4816 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4817
4818         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
4819         (mime_type_supported_by_gdk_pixbuf),
4820         (ev_document_factory_get_mime_types),
4821         (ev_document_factory_get_all_mime_types):
4822         
4823         Don't add pixbuf mime types if pixbuf backend is disabled.
4824         
4825         * shell/ev-application.c: (ev_application_get_uri_window):
4826         
4827         Fix for the bug 325815 - unhandled MIME type message doesn't 
4828         appear a second time. 
4829         
4830         * shell/ev-document-types.c: (ev_document_types_add_filters):
4831         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
4832         (password_dialog_response), (ev_window_popup_password_dialog),
4833         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4834         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4835         (ev_window_run_presentation), (ev_window_stop_presentation),
4836         (save_sizing_mode), (ev_window_zoom_changed_cb),
4837         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4838         (ev_window_dual_mode_changed_cb),
4839         (ev_window_sidebar_current_page_changed_cb),
4840         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4841         (window_state_event_cb), (window_configure_event_cb):
4842         
4843         Cleanup additional uris holded by EvWindow.
4844
4845 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4846
4847         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
4848         (ev_view_can_previous_page), (ev_view_can_next_page):
4849         * shell/ev-view.h:
4850         * shell/ev-window.c: (update_action_sensitivity):
4851         
4852         Two page scrolling with Space and PageUp in dual mode. Second fix 
4853         for the bug #316608.
4854
4855 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4856
4857         * shell/ev-view.c: (scroll_to_current_page):
4858         
4859         Correctly clamp adjustment value. Fix for the bug
4860         #325808.
4861
4862 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4863
4864         * shell/ev-sidebar-links.c: (print_section_cb):
4865         * shell/ev-window.c: (ev_window_get_uri),
4866         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
4867         (ev_window_print_dialog_response_cb), (ev_window_print_range),
4868         (ev_window_dispose):
4869         
4870         Make print dialog non-modal. Fix for the bug #325622.
4871
4872 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4873
4874         * shell/ev-metadata-manager.c:
4875         * shell/ev-utils.c: (using_pdf_printer),
4876         (using_postscript_printer), (load_print_config_from_file),
4877         (save_print_config_to_file):
4878         * shell/ev-utils.h:
4879         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
4880         (update_sidebar_visibility), (setup_sidebar_from_metadata),
4881         (setup_view_from_metadata), (ev_window_setup_document),
4882         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4883         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4884         (ev_window_run_presentation), (ev_window_stop_presentation),
4885         (save_sizing_mode), (ev_window_zoom_changed_cb),
4886         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4887         (ev_window_dual_mode_changed_cb),
4888         (ev_window_sidebar_current_page_changed_cb),
4889         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4890         (window_state_event_cb), (window_configure_event_cb),
4891         (ev_window_init):
4892         
4893         Setting saving behaviour fixes.
4894
4895 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4896
4897         * configure.ac:
4898         
4899         Make antialiasing gs options better and allow
4900         to change them during configure. Fix for the 
4901         bug #319049.
4902
4903 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4904
4905         * shell/ev-window.c: (setup_view_from_metadata):
4906         
4907         Remember if last window was maximized. Fix for the
4908         bug #323797.
4909
4910 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
4911
4912         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
4913
4914 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4915
4916         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
4917         * shell/ev-page-action.c: (build_new_tree_cb):
4918         * shell/ev-sidebar-links.c: (links_page_num_func),
4919         (update_page_callback_foreach), (update_page_callback):
4920         * shell/ev-view.c: (scroll_to_current_page):
4921         
4922         Fix for the bug #325067 with more intelligent selection
4923         of current link in sidebar. Make sidebar handle links
4924         of FITR-like type more correctly.
4925
4926         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
4927         (dvi_pixbuf_put_pixel):
4928         
4929         Fix memory consumtion with disabled alpha channel.
4930
4931 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4932
4933         * data/evince-ui.xml:
4934         * shell/ev-window.c: (view_menu_popup_cb),
4935         (ev_popup_cmd_open_link), (ev_window_init):
4936         
4937         Update context menu for internal links. Fix for the bug
4938         #325066.
4939
4940 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4941
4942         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
4943         
4944         Bind context menu to keyboard also. Fix for the bug
4945         #325065.
4946
4947 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4948
4949         * shell/ev-view.c: (selection_scroll_timeout_cb):
4950         
4951         Horizontal scroll on selection also.
4952
4953 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4954
4955         * shell/ev-metadata-manager.c: (parse_value):
4956         * shell/ev-view.c: (goto_xyz_link):
4957         
4958         Correct zoom setup and metadata save broken in 
4959         some locales.
4960
4961 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4962
4963         * shell/ev-view-private.h:
4964         * shell/ev-view.c: (scroll_to_current_page),
4965         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
4966         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
4967         (page_changed_cb), (ev_view_set_continuous),
4968         (ev_view_set_dual_page), (ev_view_set_presentation):
4969         
4970         Delay scroll until allocation to correctly position page. Fix
4971         for the bug #317334.
4972
4973 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4974
4975         * NEWS:
4976         * configure.ac:
4977         
4978         Update NEWS and require poppler 0.5.0.
4979
4980 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4981         
4982         * data/evince-ui.xml:
4983         * shell/ev-view-private.h:
4984         * shell/ev-view.c: (ev_view_get_link_at_location),
4985         (handle_link_over_xy), (ev_view_button_press_event),
4986         (ev_view_button_release_event), (ev_view_class_init):
4987         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
4988         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
4989         (ev_window_init):
4990         
4991         Implement right-click context menu.
4992
4993 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4994
4995         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
4996         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
4997         (mdvi_pixbuf_device_render):
4998         * pdf/ev-poppler.cc:
4999
5000         Don't generate thumbnails with alpha. See bug #324077.
5001         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
5002
5003 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5004
5005         * shell/ev-window.c: (setup_chrome_from_metadata):
5006         
5007         Fix typo that was hiding toolbar.
5008
5009 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5010
5011         * shell/ev-view-private.h:
5012         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
5013         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
5014         (ev_view_button_release_event), (ev_view_destroy):
5015         
5016         Small cleanup and autoscrolling during selection. Thanks to 
5017         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
5018
5019 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
5020
5021         * configure.ac:
5022         
5023         Correctly check for comics option.
5024
5025 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
5026         * Makefile.am:
5027         * configure.ac:
5028         * backend/Makefile.am:
5029         * backend/ev-document-factory.c:
5030         * shell/ev-document-types.c:
5031
5032         Included option in configure to make ps backend 
5033         compilation optional with --disable-ps.
5034
5035 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5036
5037         * backend/ev-document-factory.c:
5038         * comics/Makefile.am:
5039         * comics/comics-document.c: (comics_document_load):
5040         * comics/ev-cbr-mime.xml:
5041         * configure.ac:
5042         
5043         Comics mime types are added to shared-mime-info CVS. Now
5044         we don't need to install our own mime types.
5045
5046 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5047
5048         * shell/ev-window.c:
5049         
5050         Add shortcut for "save a copy" menu entry. Fix for
5051         the bug #324582.
5052
5053 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5054
5055         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5056         (job_finished_cb), (new_selection_pixbuf_needed),
5057         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5058         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
5059         
5060         Rework selection job info logic and fix critical warning.
5061
5062 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
5063
5064         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
5065
5066 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
5067
5068         * data/evince-ui.xml:
5069         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5070         
5071         Enter as shortcut key for next page. Fix for the bug
5072         #321394.
5073
5074 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
5075
5076         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
5077
5078 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5079
5080         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5081         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
5082         (new_selection_pixbuf_needed),
5083         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5084         (clear_job_selection):
5085         
5086         Too early for 0.5. Pixbuf cache code cleaned a bit.
5087
5088 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5089
5090         * NEWS:
5091         * configure.ac:
5092         
5093         Release 0.5.0 preparation
5094
5095 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5096
5097         * comics/Makefile.am:
5098         * configure.ac:
5099         * shell/ev-document-types.c: (ev_document_types_add_filters):
5100         
5101         More advanced handling of custom mime type installation.
5102
5103 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5104
5105         * data/evince.schemas.in:
5106         * shell/ev-metadata-manager.c: (value_free),
5107         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
5108         (ev_metadata_manager_get), (ev_metadata_manager_set):
5109         * shell/ev-metadata-manager.h:
5110         * shell/ev-window.c: (update_chrome_flag),
5111         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
5112         (setup_document_from_metadata), (setup_chrome_from_metadata),
5113         (setup_sidebar_from_metadata), (setup_view_from_metadata),
5114         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
5115         (ev_window_view_toolbar_cb),
5116         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
5117         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
5118         
5119         Save last document settings and reuse them for new documents.
5120
5121 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5122
5123         * Makefile.am:
5124         * backend/Makefile.am:
5125         * backend/ev-document-factory.c:
5126         * backend/ev-document-factory.h:
5127         * comics/Makefile.am:
5128         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
5129         (comics_document_load), (comics_document_save),
5130         (comics_document_get_n_pages), (comics_document_get_page_size),
5131         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
5132         (comics_document_class_init), (comics_document_can_get_text),
5133         (comics_document_get_info), (comics_document_document_iface_init),
5134         (comics_document_init), (get_supported_image_extensions),
5135         (comics_document_thumbnails_get_geometry),
5136         (comics_document_thumbnails_get_thumbnail),
5137         (comics_document_thumbnails_get_dimensions),
5138         (comics_document_document_thumbnails_iface_init), (extract_argv):
5139         * comics/comics-document.h:
5140         * comics/ev-cbr-mime.xml:
5141         * configure.ac:
5142         * po/POTFILES.in:
5143         * shell/ev-application.c: (ev_application_register_service):
5144         * shell/ev-document-types.c: (ev_document_types_add_filters):
5145         * thumbnailer/Makefile.am:
5146         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5147         
5148         New CBR/CBZ backend for comic books.
5149
5150 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5151
5152         * shell/main.c: (load_files_remote):
5153
5154         Thanks to Robert McQueen <robot101@debian.org>. Dbus
5155         warning on startup of second instance is fixed. It
5156         is bug #320353.
5157
5158 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5159
5160         * shell/ev-window.c: (ev_window_finalize):
5161         
5162         Fix double free that cause crash.
5163
5164 2005-10-29  Bastien Nocera <hadess@hadess.net>
5165
5166         * tiff/tiff-document.c: (tiff_document_load):
5167         
5168         Fix memory leak.
5169
5170 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5171
5172         * po/POTFILES.in:
5173         * shell/Makefile.am:
5174         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
5175         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
5176         (ev_view_accessible_get_text),
5177         (ev_view_accessible_get_character_at_offset),
5178         (ev_view_accessible_get_text_before_offset),
5179         (ev_view_accessible_get_text_at_offset),
5180         (ev_view_accessible_get_text_after_offset),
5181         (ev_view_accessible_get_character_count),
5182         (ev_view_accessible_get_caret_offset),
5183         (ev_view_accessible_set_caret_offset),
5184         (ev_view_accessible_get_run_attributes),
5185         (ev_view_accessible_get_default_attributes),
5186         (ev_view_accessible_get_character_extents),
5187         (ev_view_accessible_get_offset_at_point),
5188         (ev_view_accessible_get_n_selections),
5189         (ev_view_accessible_get_selection),
5190         (ev_view_accessible_add_selection),
5191         (ev_view_accessible_remove_selection),
5192         (ev_view_accessible_set_selection),
5193         (ev_view_accessible_text_iface_init),
5194         (ev_view_accessible_idle_do_action),
5195         (ev_view_accessible_action_do_action),
5196         (ev_view_accessible_action_get_n_actions),
5197         (ev_view_accessible_action_get_description),
5198         (ev_view_accessible_action_get_name),
5199         (ev_view_accessible_action_set_description),
5200         (ev_view_accessible_action_iface_init),
5201         (ev_view_accessible_get_type), (ev_view_accessible_new),
5202         (ev_view_accessible_factory_get_accessible_type),
5203         (ev_view_accessible_factory_create_accessible),
5204         (ev_view_accessible_factory_class_init),
5205         (ev_view_accessible_factory_get_type):
5206         * shell/ev-view-accessible.h:
5207         * shell/ev-view-private.h:
5208         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
5209         * shell/ev-view.h:
5210         
5211         Initial accessibility support.
5212
5213 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
5214
5215         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
5216
5217 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
5218
5219         * shell/ev-print-job.c: (idle_print_handler):
5220         
5221         Fix for bug Bug 318916: Printing multiple pages.
5222
5223 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
5224
5225         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
5226
5227 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5228
5229         * pdf/ev-poppler.cc:
5230         
5231         Thumnail dimensions unified with other backends.
5232         
5233         * shell/ev-window-title.c: (ev_window_title_update):
5234         
5235         Fix warning.
5236
5237 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5238
5239         * data/ev-stock-zoom-fit-width.png:
5240         
5241         Remove unused file.
5242
5243 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5244
5245         * configure.ac:
5246         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
5247         (djvu_document_finalize):
5248         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
5249         (dvi_document_finalize):
5250         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
5251         (pixbuf_document_save), (pixbuf_document_finalize):
5252         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
5253         (tiff_document_finalize):
5254         
5255         Save a copy implemented for various backends.
5256
5257 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
5258
5259         * configure.ac:
5260         
5261         Don't link with ltiff if tiff is disabled.
5262
5263 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5264
5265         * pdf/GDKSplashOutputDev.cc:
5266         * pdf/GDKSplashOutputDev.h:
5267         * pdf/Thumb.cc:
5268         * pdf/Thumb.h:
5269         * pdf/pdf-document.cc:
5270         * pdf/pdf-document.h:
5271         * pdf/test-gdk-output-dev.cc:
5272         
5273         Remove old unused files.
5274
5275 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5276
5277         * shell/ev-window.c: (ev_window_setup_document):
5278         
5279         Fixed warnings on reload and probably crash reason.
5280
5281 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5282
5283         * properties/ev-properties-view.c:
5284         (ev_properties_view_format_date):
5285         
5286         Check if date is invalid. Fix for bug 318134.
5287
5288 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
5289
5290         * shell/ev-window-title.c:
5291         
5292         Add .indd files (Adobe Indesign) to the list of "bad
5293         extensions".
5294
5295 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5296
5297         * data/evince-ui.xml:
5298         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5299         
5300         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
5301
5302 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5303
5304         * shell/ev-window.c: (launch_link), (launch_external_uri),
5305         (view_external_link_cb):
5306
5307         URL-escape link before passing it to gnome_vfs_url_show.
5308
5309 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5310
5311         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
5312         there isn't text selected.
5313
5314 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
5315
5316         * shell/ev-view.c: (handle_link_over_xy):
5317
5318         Check tooltip is valid utf8 before showing it
5319
5320 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5321
5322         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
5323
5324 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5325
5326         * shell/ev-window-title.c: (ev_window_title_update):
5327
5328         Guard against using g_strstrip on NULL. Fixes bug #317291.
5329
5330 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5331
5332         * pdf/ev-poppler.cc:
5333
5334         Show title even for unknown links
5335
5336 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5337
5338         * shell/ev-window-title.c: (ev_window_title_update):
5339
5340         Strip the title string
5341
5342 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5343
5344         * shell/ev-window-title.c:
5345
5346         Add .rtf to the bad extensions list
5347
5348 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5349
5350         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
5351         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
5352
5353         Ignore link coordinates if they are outside page bounds
5354
5355 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5356
5357         * backend/ev-link.c: (ev_link_type_get_type),
5358         (ev_link_get_filename), (ev_link_get_params),
5359         (ev_link_get_property), (ev_link_set_property),
5360         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
5361         * backend/ev-link.h:
5362         * pdf/ev-poppler.cc:
5363         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
5364         * shell/ev-window.c: (launch_link), (view_external_link_cb),
5365         (ev_window_init):
5366
5367         Implement launch links. Delegate external link opening to
5368         the window.
5369
5370 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5371
5372         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
5373         (ev_link_get_right), (ev_link_get_property),
5374         (ev_link_set_property), (ev_link_class_init),
5375         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
5376         * backend/ev-link.h:
5377         * pdf/ev-poppler.cc:
5378         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
5379
5380         Implement fitr links
5381
5382 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5383
5384         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
5385         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
5386         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5387         (ev_view_size_request_continuous),
5388         (ev_view_size_request_dual_page),
5389         (ev_view_size_request_single_page), (ev_view_size_allocate),
5390         (ev_view_zoom_for_size_continuous_and_dual_page),
5391         (ev_view_zoom_for_size_continuous),
5392         (ev_view_zoom_for_size_dual_page),
5393         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5394         (ev_sizing_mode_get_type):
5395         * shell/ev-view.h:
5396         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5397
5398         Do not use modes for link, we need to calculate size ad hoc.
5399         Still not perfect because of the usual scrollbar issues grrr.
5400
5401 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5402
5403         * backend/ev-link.c: (ev_link_type_get_type),
5404         (ev_link_new_page_fith), (ev_link_new_page_fitv):
5405         * backend/ev-link.h:
5406         * pdf/ev-poppler.cc:
5407         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
5408         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5409         (ev_view_size_request_continuous),
5410         (ev_view_size_request_dual_page),
5411         (ev_view_size_request_single_page), (ev_view_size_allocate),
5412         (zoom_for_size_fit_height),
5413         (ev_view_zoom_for_size_continuous_and_dual_page),
5414         (ev_view_zoom_for_size_continuous),
5415         (ev_view_zoom_for_size_dual_page),
5416         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5417         (ev_sizing_mode_get_type):
5418         * shell/ev-view.h:
5419         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5420
5421         Implement FIT_HEIGHT mode (only for links).
5422         Implement FITH links
5423
5424 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5425
5426         * shell/ev-window-title.c: (get_filename_from_uri),
5427         (ev_window_title_sanitize_extension), (ev_window_title_update),
5428         (ev_window_title_set_document), (ev_window_title_set_uri),
5429         (ev_window_title_free):
5430         * shell/ev-window-title.h:
5431         * shell/ev-window.c: (ev_window_setup_document),
5432         (ev_window_popup_password_dialog):
5433
5434         Refactor window title building while fixing it for
5435         password documents.
5436
5437 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5438
5439         * pdf/ev-poppler.cc:
5440
5441         Escape link title before setting it in the model
5442
5443 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
5444
5445         * shell/ev-application.c: (removed_from_session), (save_session),
5446         (init_session), (ev_application_get_empty_window),
5447         (ev_application_init), (ev_application_get_windows):
5448         * shell/ev-application.h:
5449         * shell/ev-window.c: (ev_window_finalize):
5450
5451         Add a function to retrieve window list and share it where
5452         necessary.
5453         Implement session handling, works pretty well thanks to the
5454         metadata system.
5455
5456 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5457
5458         * shell/ev-password.c: (ev_password_item_created_callback),
5459         (ev_password_dialog_save_password):
5460         
5461         Fix for bug 316972. Use async gnome-keyring API.
5462
5463 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
5464
5465         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
5466         Remove unused unrealize handler. Add scroll handling to
5467         ev_view_scroll_event for presentation mode (bug #316708),
5468         and fix the event state checks there.
5469
5470 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5471
5472         * shell/ev-page-action.c: (page_changed_cb):
5473
5474         "marco, maybe we should be crazy and jump right to 6! :)"
5475
5476         Bryan Clark, Sep 2005
5477
5478 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5479
5480         * ps/ps-document.c: (save_document), (ps_document_save),
5481         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
5482         (ps_document_ps_export_end):
5483
5484         Fix unstructured documents save and print
5485
5486 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5487
5488         * shell/ev-application.c: (ev_application_open_uri):
5489
5490         Fix window size persistance
5491
5492 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5493
5494         * shell/ev-view.c: (ev_view_button_release_event):
5495
5496         Based on a patch from carlosgc@gnome.org. Mouse buttons
5497         switch pages in presentation mode.
5498
5499 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5500
5501         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5502
5503         Dont cast to int before scaling
5504
5505 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5506
5507         * backend/ev-link.c: (ev_link_type_get_type),
5508         (ev_link_new_page_xyz), (ev_link_new_page_fit),
5509         (ev_link_new_page_fith):
5510         * backend/ev-link.h:
5511         * pdf/ev-poppler.cc:
5512         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
5513
5514         Implement FIT and FITH links
5515
5516 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5517
5518         * pdf/ev-poppler.cc:
5519
5520         Return 0 results when search is not in progress.
5521
5522         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5523         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
5524
5525         Update menu sensitivity when cancelling search
5526
5527 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5528
5529         * shell/ev-view.c: (ev_view_can_find_next):
5530
5531         Take all pages in consideration, not just current one
5532
5533 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5534
5535         * shell/ev-page-cache.c:
5536         * shell/ev-page-cache.h:
5537         * shell/ev-view.c: (ev_view_binding_activated),
5538         (ev_view_next_page), (ev_view_previous_page),
5539         (ev_sizing_mode_get_type):
5540         * shell/ev-view.h:
5541         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5542         (ev_window_cmd_go_next_page):
5543
5544         Move page next/previous functions from page chace to
5545         view and change it to move by 2 page steps in dual mode.
5546
5547 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5548
5549         * shell/ev-window.c: (update_sidebar_visibility),
5550         (setup_sidebar_from_metadata), (ev_window_setup_document),
5551         (setup_view_from_metadata):
5552
5553         Show the index by default when there is one     
5554
5555 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5556
5557         * shell/ev-window-title.c: (ev_window_title_set_document):
5558
5559         Missing null check
5560
5561 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5562
5563         * shell/ev-view.c: (view_update_range_and_current_page):
5564         
5565         Allow display of last odd page in dual view. Fix for 316347.
5566
5567 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5568
5569         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
5570         
5571         Make close button default. Fix for 316383.
5572
5573 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5574
5575         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5576         
5577         Mark close button as default. Fix for 316381.
5578
5579 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5580
5581         * backend/ev-link.c: (ev_link_class_init):
5582
5583         Allow negative doubles in left/top properties
5584
5585 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5586
5587         * shell/ev-window.c:
5588
5589         Remove a bunch of strings that was used only
5590         by the statusbar.
5591
5592 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5593
5594         * shell/ev-window-title.c: (get_filename_from_uri),
5595         (ev_window_title_set_document):
5596
5597         When title has a confusing extension, show also
5598         the document filename inside ()
5599
5600 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5601
5602         * shell/Makefile.am:
5603         * shell/ev-window-title.c: (ev_window_title_new),
5604         (ev_window_title_update), (ev_window_title_set_type),
5605         (ev_window_title_set_document), (ev_window_title_free):
5606         * shell/ev-window-title.h:
5607         * shell/ev-window.c: (ev_window_setup_document),
5608         (password_dialog_response), (ev_window_popup_password_dialog),
5609         (ev_window_dispose), (ev_window_init):
5610
5611         Factor out and cleanup window title code
5612
5613 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5614
5615         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
5616         (unable_to_load):
5617
5618         Make dialog transient so it doesnt block other windows
5619
5620 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5621
5622         * pdf/ev-poppler.cc:
5623         
5624         Fix pdf thumbnails rendering.
5625
5626 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5627
5628         * shell/ev-window.c: (fullscreen_set_timeout):
5629         
5630         Increase timeout to hide full screen popup. Bug 
5631         316123. 
5632
5633 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5634
5635         * data/evince.schemas.in:
5636         * shell/ev-window.c: (update_action_sensitivity):
5637
5638         Allow the user to override document restrictions. Fix for bug
5639         305818.
5640
5641 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
5642
5643         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
5644         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
5645         (ev_window_class_init): Fix multihead behaviour of fullscreen
5646         toolbar popup. Fixes bug #315451.
5647
5648 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5649
5650         * configure.ac:
5651         * data/evince-password.glade:
5652         * shell/ev-password.c: (ev_password_dialog_set_property),
5653         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
5654         (ev_password_dialog_init), (ev_password_set_bad_password_label),
5655         (ev_password_dialog_entry_changed_cb),
5656         (ev_password_dialog_entry_activated_cb),
5657         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
5658         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
5659         (ev_password_dialog_set_bad_pass):
5660         * shell/ev-password.h:
5661         * shell/ev-window.c: (password_dialog_response),
5662         (ev_window_popup_password_dialog):
5663         
5664         Support for gnome-keyring for encrypted PDF's.
5665
5666 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5667
5668         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
5669         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
5670         (ev_view_enter_notify_event), (ev_view_class_init):
5671         
5672         More precise handling of enter_notify/leave_notify events
5673         in EvView. Fix for bug 315470.
5674
5675 2005-09-08  Christopher Aillon  <caillon@redhat.com>
5676
5677         * shell/ev-window.c: (fullscreen_timeout_cb),
5678         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5679         (ev_window_dispose):
5680
5681         leak fix: unref fullscreen_timeout_source before clearing it
5682
5683 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5684
5685         * configure.ac, dvi/mdvi/Makefile.am: 
5686         
5687         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
5688
5689 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5690
5691         * backend/ev-link.c: (ev_link_new_page_xyz):
5692         * pdf/ev-poppler.cc:
5693         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
5694
5695         Fix some bugs with xyz links, respect zoom
5696
5697 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5698
5699         * shell/ev-window.c: (page_changed_cb),
5700         (setup_document_from_metadata), (update_sidebar_visibility),
5701         (setup_view_from_metadata), (ev_window_run_fullscreen),
5702         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5703         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
5704         (ev_window_dual_mode_changed_cb),
5705         (ev_window_sidebar_current_page_changed_cb):
5706
5707         null check uri before setting and getting metadata
5708
5709 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5710
5711         * dvi/Makefile.am:
5712         * properties/Makefile.am:
5713         * shell/Makefile.am:
5714         * thumbnailer/Makefile.am:
5715
5716         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
5717
5718 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5719
5720         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
5721         (selection_changed_callback):
5722         * shell/ev-sidebar-links.h:
5723
5724         Add a signal for link activation.
5725
5726         * shell/ev-view.c: (ev_view_goto_link),
5727         (ev_view_button_release_event):
5728         * shell/ev-view.h:
5729         * shell/ev-window.c: (sidebar_links_link_activated_cb),
5730         (ev_window_init):
5731
5732         Implement the signal so that we can handle all link types.
5733
5734         * shell/ev-page-cache.c:
5735
5736         Remove unused set_link function
5737
5738 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5739
5740         * lib/ev-tooltip.c: (ev_tooltip_set_position):
5741
5742         Add some space from the cursor, hardcoded but I couldnt
5743         find a better way.
5744
5745 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5746
5747         * lib/ev-tooltip.c:
5748
5749         Use mozilla style vs gtk style, way better for links.
5750
5751         * shell/ev-view.c: (ev_view_motion_notify_event),
5752         (ev_view_destroy), (ev_view_init):
5753
5754         Deactive tooltip when the link hovered is changed.
5755
5756 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5757
5758         * backend/ev-document.h:
5759         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
5760         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
5761         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
5762         (ev_link_new_page), (ev_link_new_page_xyz):
5763         * backend/ev-link.h:
5764         * pdf/ev-poppler.cc:
5765         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
5766         (go_to_link), (tip_from_link):
5767
5768         Implement xyz links, still not functional. Links are a total
5769         mess, will need to refactor and bugfix a lot :(
5770
5771 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
5772
5773         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
5774
5775 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
5776
5777         * data/evince-ui.xml:
5778         * data/evince.schemas.in:
5779         * shell/Makefile.am:
5780         * shell/ev-window.c: (update_chrome_visibility),
5781         (password_dialog_response), (ev_window_load_job_cb),
5782         (ev_window_xfer_job_cb), (ev_window_open_uri),
5783         (ev_window_class_init), (set_chrome_actions), (load_chrome),
5784         (ev_window_init):
5785
5786         Remove the statusbar. This regress loading feedback, need to
5787         check with Bryan what we want to do there...
5788
5789 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5790
5791         * lib/ev-tooltip.c: (ev_tooltip_init):
5792
5793         Fix tooltip border and size handling
5794
5795 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5796
5797         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
5798         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
5799         (ev_tooltip_timeout), (ev_tooltip_activate),
5800         (ev_tooltip_deactivate):
5801         * lib/ev-tooltip.h:
5802         * shell/ev-view.c: (ev_view_motion_notify_event):
5803
5804         Delay popup showing. Mirror gtk logic/times.
5805
5806 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
5807
5808         * lib/Makefile.am:
5809         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
5810         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
5811         (ev_tooltip_set_text), (ev_tooltip_set_position):
5812         * lib/ev-tooltip.h:
5813
5814         Simple widget to show tooltips at a custom position
5815
5816         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
5817         (ev_view_destroy):
5818
5819         Use it for links. First go, needs work
5820
5821 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
5822
5823         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
5824         HIG fixes.  Use title capitalization for window title. Use 12 
5825         pixels of space between the dialog's vbox and action area.
5826
5827 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5828
5829         * shell/ev-window.c: (file_open_dialog_response_cb),
5830         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
5831         (ev_window_cmd_save_as):
5832
5833         Make file pickers not modal and refactor code some
5834
5835 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5836
5837         * shell/ev-sidebar.h:
5838         * shell/ev-sidebar.c: (ev_sidebar_set_property),
5839         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
5840         (ev_sidebar_class_init), (ev_sidebar_select_page),
5841         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
5842         (ev_sidebar_set_page):
5843
5844         Add a current page property and allow to get/set it
5845
5846         * shell/ev-window.c: (setup_view_from_metadata),
5847         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
5848
5849         Persist current sidebar page per document
5850
5851 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5852
5853         * data/evince.schemas.in:
5854         * shell/ev-window.c: (update_chrome_visibility),
5855         (setup_document_from_metadata), (update_sidebar_visibility),
5856         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
5857         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5858         (ev_window_run_presentation), (ev_window_stop_presentation),
5859         (ev_window_view_sidebar_cb),
5860         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
5861         (load_chrome), (ev_window_init):
5862
5863         Persist size/visibility of sidebar per document
5864
5865 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
5866
5867         * shell/ev-view.c (draw_loading_text): Draw loading text.
5868
5869 2005-09-02  Dan Damian  <dand@gnome.ro>
5870
5871         * configure.in: Added "ro" to ALL_LINGUAS.
5872
5873 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5874
5875         * shell/ev-view.c: (clear_caches):
5876
5877         ev_page_cache_get doesnt return a reference,
5878         dont try to unref it.
5879
5880 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5881
5882         * shell/main.c: (load_files_remote):
5883
5884         Fix timestamp parameter with dbus <= 0.33
5885
5886 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
5887
5888         * data/evince.schemas.in:
5889
5890         Add missing full stop
5891
5892 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
5893
5894         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
5895         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
5896
5897         Plug some memory leaks
5898
5899 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
5900
5901         * configure.ac:
5902         * lib/ev-debug.c: (trap_handler):
5903
5904         Check for execinfo.h and use it only if it exists.
5905         Ported from Epiphany (bug #314776).
5906
5907 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
5908
5909         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
5910
5911 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
5912
5913         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
5914         * po/id.po      : Added Indonesian translation
5915
5916 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
5917
5918         * shell/main.c:
5919         * shell/ev-application.c: Last minute GTK-2.6 fixes.
5920         * NEWS: Release 0.4.0
5921
5922 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
5923
5924         * configure.ac: catch another gtk+-2.8ism
5925         * shell/main.c: Make work with gtk+-2.6
5926
5927 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
5928
5929         * shell/ev-application-service.xml: Add 'timestamp' argument to
5930           ev_application_open_window and ev_application_open_uri methods.
5931
5932         * shell/ev-application.h: Add 'timestamp' argument to
5933           ev_application_open_window, ev_application_open_uri,
5934           and ev_application_open_uri_list functions.
5935
5936         * shell/ev-application.c (ev_application_open_window,
5937           ev_application_open_uri, ev_application_open_uri_list): Change
5938           functions that show/present windows to use a timestamp if one
5939           is passed in.
5940
5941         * shell/ev-window.c (ev_window_cmd_file_open,
5942           ev_window_cmd_recent_file_activate, drag_data_received_cb):
5943         * shell/main.c (load_files): Modify calls to ev_application to
5944           include GDK_CURRENT_TIME as timestamp.
5945
5946         * shell/main.c (load_files_remote): Obtain timestamp for client
5947           instance from GDK and pass to server instance so new windows are
5948           focused properly.  Fix dbus_g_proxy_call() calls by including second
5949           G_TYPE_INVALID.
5950           
5951         Closes bug #314475.
5952
5953 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
5954
5955         * shell/ev-window.c (ev_window_finalize): Check for
5956         avail. EvWindows when quiting to handle the finalize better,
5957         #314497
5958
5959 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5960         
5961         * properties/ev-properties-view.c: 
5962         
5963         Set textdomain to libglade. Fixes translation problem in property page.
5964
5965 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5966
5967         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5968         * dvi/Makefile.am:
5969         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
5970         * dvi/mdvi-lib/Makefile.am:
5971         
5972         Fix rotation of thumbnails, ported to new API. Moved library
5973         dependencies earlier, probably it will fix linkage problem.
5974
5975 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
5976
5977         * backend/ev-document-misc.c:
5978         (ev_document_misc_get_thumbnail_frame):
5979         * backend/ev-document-misc.h:
5980         * configure.ac:
5981         * pdf/ev-poppler.cc:
5982         * shell/Makefile.am:
5983         * shell/ev-sidebar-thumbnails.c: (add_range),
5984         (ev_sidebar_thumbnails_set_loading_icon),
5985         (ev_sidebar_thumbnails_refresh),
5986         (ev_sidebar_thumbnails_set_document):
5987         * shell/ev-sidebar-thumbnails.h:
5988         * shell/ev-view.c: (ev_view_motion_notify_event),
5989         (ev_view_set_property), (ev_view_get_property),
5990         (ev_view_class_init), (ev_view_set_rotation):
5991         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
5992         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
5993         (ev_window_init):
5994         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
5995         Redo rotation (again).  prepare for 0.4.0
5996
5997 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
5998
5999         * configure.ac: Bump poppler requirement to 0.4.1.
6000
6001         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
6002         argument to poppler_page_render_selection() call.
6003
6004 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6005
6006         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
6007         (djvu_document_thumbnails_get_thumbnail):
6008         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
6009         (dvi_document_thumbnails_get_thumbnail):
6010         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
6011         (pixbuf_document_thumbnails_get_thumbnail):
6012         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
6013         
6014         Update rotation direction of backends to fit with pdf and ps.
6015
6016 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
6017
6018         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
6019         * backend/ev-async-renderer.h:
6020         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
6021         (setup_page), (ps_document_get_page_size),
6022         (ps_async_renderer_render_pixbuf):
6023         * ps/ps-document.h:
6024         * shell/ev-jobs.c: (ev_job_render_run):
6025
6026         Fix orientation in the postscript document
6027
6028 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
6029
6030         * pdf/ev-poppler.cc:
6031         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
6032         * shell/ev-view.c: (highlight_find_results):
6033
6034         Adapt to the new poppler rotation API. Fix text maps on landscape
6035         documents.
6036
6037 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
6038
6039         * shell/ev-view.c (compute_new_selection_text): get the correct
6040         region when selecting in modes other than continuous.
6041
6042 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6043
6044         * shell/main.c (main): remove redundant g_warnings.
6045
6046 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6047
6048         * shell/Makefile.am: Don't include autogenerated
6049         file ev-application-service.h into distribution, since
6050         it causes dbus crash. Fix for bugs 313724 and 313443. 
6051
6052 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6053
6054         * configure.ac: Fix sed expression for FreeBSD. Thanks
6055         to Joe Marcus Clark <marcus@freebsd.org>
6056         
6057         * shell/eggfindbar.c: (entry_activate_callback),
6058         (entry_changed_callback), (egg_find_bar_init),
6059         (egg_find_bar_set_search_string):
6060         
6061         Made findbar buttons unsensitive if there is no text in
6062         entry. Fix for the bug 313285.
6063
6064 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6065
6066         * ps/ps-document.c: Use g_filename_display_name for displaying
6067         filenames and revert string freeze breackage
6068
6069 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
6070
6071         * NEWS:
6072         * configure.ac:
6073
6074         Update for 0.3.4
6075
6076         * shell/Makefile.am:
6077
6078         Add ev-application-service.xml to extra dist
6079
6080         * shell/ev-view.c: (find_page_at_location):
6081
6082         Remove unused function (fix warning)
6083
6084 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6085
6086         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
6087         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
6088         
6089         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
6090         bug 313623.
6091
6092 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6093
6094         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
6095         * shell/ev-window.c:
6096         Fix build warnings
6097
6098 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6099
6100         * configure.ac: Update script to get dbus version.
6101         Fix for the bug #313443.
6102
6103 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6104
6105         * shell/ev-window.c: (ev_window_cmd_escape):
6106         
6107         Return focus back to view on escape. Fix for bug 313295.
6108
6109 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6110
6111         * shell/ev-window.c: (update_window_title),
6112         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
6113         (ev_window_cmd_save_as):
6114         
6115         Correct conversion from uri to displayable string. Fix for
6116         bug 313296.
6117
6118 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6119
6120         * ps/ps-document.c: convert filename to utf8 when there is an error
6121         loading document. Fixes #309915
6122
6123 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
6124
6125         * configure.ac:
6126
6127         We depend on poppler 0.4.0
6128
6129 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
6130
6131         * configure.ac:
6132         * NEWS: Release 0.3.3.
6133         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
6134
6135 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
6136
6137         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
6138         add a couple missing mnemonics to menu items, use title 
6139         capitalization for menu items and window titles, and add 
6140         ellipsis to open menu item.     
6141
6142 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
6143
6144         * pdf/ev-poppler.cc:
6145         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
6146         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
6147         (ev_view_get_rotation):
6148         * shell/ev-view.h:
6149         * shell/ev-window.c: (setup_view_from_metadata),
6150         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
6151         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
6152         disk.
6153
6154 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
6155
6156         * configure.ac: Added tr to ALL_LINGUAS
6157
6158 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6159
6160         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
6161         requires several clicks to find word. Thanks to 
6162         Colin Slater <kiltedtaco@gmail.com>.
6163
6164 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
6165
6166         * data/evince.desktop.in.in: Hide menu entry and
6167         rename it to "Document Viewer". Fix for bug 
6168         #312399.
6169
6170 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
6171
6172         * shell/ev-page-action.c (ev_page_action_class_init): 
6173
6174         Point to the correct function in constructor of the
6175         activate_label signal
6176
6177 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
6178
6179         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6180         * shell/ev-jobs.h: Make thread safe.
6181
6182 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6183
6184         * shell/ev-view.c: (view_update_range_and_current_page):
6185         Don't update page range if we are scrolling to some document
6186         point.
6187
6188 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6189
6190         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
6191         when getting max_page_width, fix drawing in dual mode.
6192
6193 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
6194
6195         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
6196         getting the area for select_all.
6197
6198 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
6199
6200         * backend/ev-selection.c: (ev_selection_render_selection):
6201         * backend/ev-selection.h:
6202         * pdf/ev-poppler.cc:
6203         * shell/ev-jobs.c: (ev_job_render_new):
6204         * shell/ev-jobs.h:
6205         * shell/ev-pixbuf-cache.c: (get_selection_colors),
6206         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
6207         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
6208         (ev_view_class_init):
6209
6210         Change selection color on focus in and focus out events.  Also,
6211         poppler now uses GdkColor for specifying the selection colors, so
6212         drop some awkward conversion code.
6213
6214 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
6215
6216         * configure.ac: Added Hebrew translation
6217
6218 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
6219
6220         * NOTES:
6221         * backend/ev-selection.c: (ev_selection_render_selection):
6222         * backend/ev-selection.h:
6223         * pdf/ev-poppler.cc:
6224         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
6225         (ev_job_render_run):
6226         * shell/ev-jobs.h:
6227         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6228         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
6229         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
6230         (ev_pixbuf_cache_style_changed),
6231         (ev_pixbuf_cache_get_selection_pixbuf),
6232         (ev_pixbuf_cache_set_selection_list),
6233         (ev_pixbuf_cache_get_selection_list):
6234         * shell/ev-pixbuf-cache.h:
6235         * shell/ev-utils.c: (ev_print_region_contents):
6236         * shell/ev-utils.h:
6237         * shell/ev-view.c: (ev_view_queue_draw_page),
6238         (selection_update_idle_cb), (ev_view_motion_notify_event),
6239         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
6240         (setup_caches), (ev_view_find_next), (merge_selection_region),
6241         (selection_free):
6242         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
6243
6244         Clean up selection to be much smoother!
6245
6246 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
6247
6248         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
6249         to poppler_page_render_selection().
6250
6251 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6252
6253         * ps/ps-document.c: (save_page_list): Use
6254         unzipped document when printing. Thanks to 
6255         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
6256         311016.
6257
6258 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6259
6260         * shell/ev-window.c: (update_action_sensitivity):
6261         
6262         Disable print and save respect to lockdown gconf keys. Fix
6263         for 312342.
6264
6265 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6266
6267         * configure.ac:
6268         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
6269         (write_to_temp_file), (ev_file_set_contents):
6270         * shell/ev-utils.h:
6271         * shell/ev-window.c: (save_print_config_to_file):
6272         
6273         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
6274         Fix for bug 312238
6275
6276 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
6277
6278         * shell/ev-window.c: (load_print_config_from_file),
6279         (save_print_config_to_file), (ev_window_print_range):
6280
6281         Persist the print settings. Fixes bug #311578.
6282
6283 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6284
6285         * djvu/djvu-document.c: (djvu_document_get_page_size),
6286         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
6287         (djvu_document_thumbnails_get_thumbnail):
6288         * dvi/dvi-document.c: (dvi_document_get_page_size),
6289         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
6290         (dvi_document_thumbnails_get_dimensions),
6291         (dvi_document_thumbnails_get_thumbnail):
6292         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
6293         (pixbuf_document_render_pixbuf),
6294         (pixbuf_document_document_iface_init),
6295         (pixbuf_document_thumbnails_get_thumbnail):
6296         
6297         Update backends to make them build with new rotation system.
6298
6299 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6300
6301         * help/C/figures/evince_start_window.png:
6302         
6303         Update documentation image from Luca Ferretti <elle.uca@libero.it>
6304
6305 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
6306
6307         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
6308         * shell/ev-pixbuf-cache.h:
6309         * shell/ev-sidebar-thumbnails.c:
6310         (ev_sidebar_thumbnails_get_property), (add_range),
6311         (adjustment_changed_cb):
6312         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
6313         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
6314         we were thumbnailing the entire docment on startup, slowing us
6315         down hugely. 
6316
6317 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
6318
6319         * shell/ev-page-cache.c: (ev_page_cache_new):
6320         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
6321         == 0, fixes #310306.
6322
6323 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6324
6325         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
6326         (ev_view_rotate_left):
6327
6328         Account rotation in doc_rect_to_view_rect.
6329         Ensure rotation doesnt go out of bounds.
6330
6331 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6332
6333         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6334
6335         Correct and cleanup w/h swapping
6336
6337 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6338
6339         * backend/ev-document-thumbnails.c:
6340         (ev_document_thumbnails_get_thumbnail):
6341         * backend/ev-document-thumbnails.h:
6342         * backend/ev-document.c:
6343         * backend/ev-document.h:
6344         * backend/ev-render-context.c: (ev_render_context_new),
6345         (ev_render_context_set_rotation):
6346         * backend/ev-render-context.h:
6347         * pdf/ev-poppler.cc:
6348         * ps/ps-document.c: (ps_document_document_iface_init):
6349         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6350         * shell/ev-jobs.h:
6351         * shell/ev-page-cache.c: (build_height_to_page),
6352         (ev_page_cache_new), (ev_page_cache_get_size),
6353         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6354         (ev_page_cache_get_height_to_page):
6355         * shell/ev-page-cache.h:
6356         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6357         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6358         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
6359         (ev_pixbuf_cache_get_selection_pixbuf):
6360         * shell/ev-pixbuf-cache.h:
6361         * shell/ev-print-job.c: (idle_print_handler):
6362         * shell/ev-sidebar-thumbnails.c: (add_range):
6363         * shell/ev-view.c: (view_update_range_and_current_page),
6364         (get_page_y_offset), (get_page_extents),
6365         (ev_view_size_request_continuous_dual_page),
6366         (ev_view_size_request_continuous),
6367         (ev_view_size_request_dual_page),
6368         (ev_view_size_request_single_page), (draw_one_page),
6369         (ev_view_set_rotation), (ev_view_rotate_right),
6370         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6371         (ev_view_zoom_for_size_continuous_and_dual_page),
6372         (ev_view_zoom_for_size_continuous),
6373         (ev_view_zoom_for_size_dual_page),
6374         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6375         (ev_view_select_all):
6376         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6377         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
6378         (tiff_document_document_iface_init),
6379         (tiff_document_thumbnails_get_thumbnail):
6380
6381         Use rotation rather than orientation. It's easier and enough
6382         for our needs.
6383
6384 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6385
6386         * shell/ev-page-cache.c: (build_height_to_page),
6387         (ev_page_cache_new), (ev_page_cache_get_size),
6388         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6389         (ev_page_cache_get_height_to_page):
6390         * shell/ev-page-cache.h:
6391         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
6392         (ev_view_size_request_continuous_dual_page),
6393         (ev_view_size_request_continuous),
6394         (ev_view_zoom_for_size_continuous_and_dual_page),
6395         (ev_view_zoom_for_size_continuous):
6396
6397         Make the page cache aware of page orientation.
6398
6399 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6400
6401         * backend/ev-document-thumbnails.c:
6402         (ev_document_thumbnails_get_thumbnail):
6403         * backend/ev-document-thumbnails.h:
6404         * backend/ev-document.c:
6405         * backend/ev-document.h:
6406         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
6407         * backend/ev-ps-exporter.h:
6408         * pdf/ev-poppler.cc:
6409         * ps/ps-document.c: (ps_document_document_iface_init),
6410         (ps_document_ps_export_do_page):
6411         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6412         * shell/ev-jobs.h:
6413         * shell/ev-page-cache.c: (ev_page_cache_get_size),
6414         (ev_page_cache_get):
6415         * shell/ev-page-cache.h:
6416         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6417         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6418         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
6419         * shell/ev-pixbuf-cache.h:
6420         * shell/ev-print-job.c: (idle_print_handler):
6421         * shell/ev-sidebar-thumbnails.c: (add_range):
6422         * shell/ev-view.c: (view_update_range_and_current_page),
6423         (get_page_extents), (ev_view_size_request_dual_page),
6424         (ev_view_size_request_single_page), (draw_one_page),
6425         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
6426         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6427         (ev_view_zoom_for_size_dual_page),
6428         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6429         (ev_view_select_all):
6430         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6431         * tiff/tiff-document.c: (tiff_document_get_page_size),
6432         (tiff_document_get_orientation), (rotate_pixbuf),
6433         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
6434         (tiff_document_thumbnails_get_thumbnail),
6435         (tiff_document_ps_export_do_page), (tiff_document_init):
6436
6437         Really make use of the orientation bit of the render context.
6438         Use the render context in a few more places in the backend API.
6439         This regress orientation, but now it's done right. Will try to
6440         fix it up asap...
6441
6442 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6443
6444         * shell/ev-view.c: (ensure_rectangle_is_visible):
6445
6446         Patch by Nickolay V. Shmyrev to fix find flickering
6447
6448 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
6449
6450         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
6451         duplex parameters to ::begin.
6452
6453         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
6454         * shell/ev-print-job.c (idle_print_handler): 
6455         * ps/ps-document.c (ps_document_ps_export_begin): 
6456         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
6457         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
6458         implementations. Poppler backend needs poppler cvs. Rest has
6459         unchanged behavior.
6460
6461 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6462
6463         * shell/ev-window.c (using_pdf_printer): new function.
6464         (ev_window_print_range): print a less techy message if someone
6465         tries to print to PDF.
6466
6467 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6468
6469         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
6470         from "unknown font" string. Bug #311431
6471
6472 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6473
6474         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
6475
6476 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6477
6478         Bug #311280
6479         
6480         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
6481         name for PopplerFontTypes
6482         (pdf_document_fonts_fill_model): add font type to the detail column
6483
6484         * backend/ev-document-fonts.h: added
6485         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
6486
6487         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
6488         font name and font details, add a little markup.
6489         (ev_properties_fonts_init): use the new cell data func, specify ypad
6490         property for the cell renderer.
6491         (ev_properties_fonts_set_document): add the details column.
6492
6493 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
6494
6495         * configure.ac: Added "pl" to ALL_LINGUAS.
6496
6497 2005-07-24  Danilo Šegan  <danilo@gnome.org>
6498
6499         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
6500
6501 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
6502
6503         * help/ChangeLog: Started this for translations of manual.
6504         * configure.ac, autogen.sh, .cvsignore: Migrated to
6505         gnome-doc-utils. Patch in bug #311222.
6506
6507 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
6508
6509         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
6510         #ifdef this away to fix an unused-function warning.
6511
6512 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
6513
6514         * configure.ac: Added 'gl' to ALL_LINGUAS.
6515
6516 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
6517
6518         * configure.ac: Added ne in ALL_LINGUAS
6519         
6520 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6521
6522         * shell/ev-view.c: (ev_view_leave_notify_event):
6523         
6524         Clear status message when pointer leaves view. Fix for bug
6525         #310818 
6526
6527 2005-07-20 Ankit Patel <ankit644@yahoo.com>
6528
6529         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
6530
6531 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6532
6533         * shell/ev-view.c: (ev_view_leave_notify_event),
6534         (ev_view_class_init):
6535         
6536         Set cursor to normal then leaving view.
6537
6538 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6539
6540         * configure.ac:
6541         
6542         Fix required djvulibre version.
6543
6544 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
6545
6546         *configure.ac: Hindi (hi) language added
6547
6548 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
6549
6550         *configure.ac: Punjabi (pa) Language added
6551
6552 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6553
6554         * data/evince-ui.xml, shell/ev-window.c:
6555         
6556         Add keypad accelerators for zooming. Fix for bug 308128.
6557
6558 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6559
6560         * Makefile.am:
6561         * backend/Makefile.am:
6562         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
6563         * configure.ac:
6564         * shell/ev-document-types.c: (ev_document_types_add_filters):
6565
6566         Allow to enable/disable the pixbuf backend.
6567         Default to off for now. If we want it enabled we should
6568         really put mime types in the desktop, implement properties etc.
6569
6570         * properties/evince-properties.c:
6571
6572         Initialize error to NULL.
6573         Check error is not NULL before freeing.
6574
6575 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6576
6577         * shell/ev-window.c:
6578
6579         Use F5 as presentation accell
6580
6581 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6582
6583         * shell/ev-window.c: (update_chrome_visibility),
6584         (ev_window_create_fullscreen_popup), (ev_window_init):
6585
6586         Do not leak the fullscreen toolbar
6587
6588 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6589
6590         * shell/ev-window.c: (view_actions_focus_in_cb),
6591         (view_actions_focus_out_cb):
6592
6593         These has a return value! Fix totally random focus
6594         issues we was seeing.
6595
6596 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6597
6598         * shell/main.c: (load_files_remote):
6599
6600         Allow open more than one file
6601
6602 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6603
6604         * shell/main.c: (load_files_remote):
6605
6606         Fix for dbus 0.33. bug #309975
6607
6608 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6609
6610         * properties/ev-properties-main.c: (ev_properties_get_pages):
6611
6612         Actually return NULL for types we dont support
6613
6614 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
6615
6616         * po/POTFILES.in:
6617
6618         Remove empty lines.
6619
6620 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
6621
6622         * backend/ev-document-factory.c:
6623         (ev_document_factory_get_document):
6624
6625         Do not try to create the object if type
6626         is invalid.
6627
6628 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6629
6630         * ps/ps-document.c: (ps_document_dispose),
6631         (ps_async_renderer_render_pixbuf):
6632         * ps/ps-document.h:
6633
6634         Do not leak the target window
6635
6636 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6637
6638         * shell/ev-application.c: (ev_application_init):
6639
6640         Let tbe check file existence for us.
6641         Add a comment about eggrecent mime filter.
6642
6643 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6644
6645         * data/evince-ui.xml:
6646         * shell/ev-application.c: (ev_application_shutdown),
6647         (ev_application_init), (ev_application_get_toolbars_model),
6648         (ev_application_get_recent_model),
6649         (ev_application_save_toolbars_model):
6650         * shell/ev-application.h:
6651         * shell/ev-window.c: (ev_window_add_recent),
6652         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
6653         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
6654         (ev_window_init):
6655
6656         Use common toolbar and recent models for all windows.
6657         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6658
6659 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6660
6661         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
6662         successfully check for gtk_icon_view_get_visible_range.
6663
6664 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6665
6666         * djvu/Makefile.am:
6667         * dvi/Makefile.am:
6668         
6669         Fix djvu and dvi backend build.
6670
6671 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6672
6673         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
6674         (new_separator_pixbuf):
6675
6676         Don't leak windows.
6677
6678 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6679
6680         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6681
6682         HIGification of toolbar editor dialogue.
6683
6684 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6685
6686         * configure.ac:
6687         * shell/Makefile.am:
6688
6689         Ever build metadata manager since it's just
6690         disabled at runtime now.
6691
6692 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6693
6694         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
6695         (ev_metadata_manager_get), (ev_metadata_manager_set):
6696         * shell/ev-metadata-manager.h:
6697
6698         Add an _init functions that enabled metadata management
6699         at runtime.
6700
6701         * shell/ev-window.c: (page_changed_cb),
6702         (setup_document_from_metadata), (ev_window_setup_document),
6703         (setup_view_from_metadata), (ev_window_open_uri),
6704         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6705         (ev_window_run_presentation), (ev_window_stop_presentation),
6706         (save_sizing_mode), (ev_window_zoom_changed_cb),
6707         (ev_window_continuous_changed_cb),
6708         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
6709         (window_configure_event_cb):
6710
6711         Remove all ugly metadata define since we deal with it
6712         at runtime now.
6713
6714         * shell/main.c: (load_files_remote), (main):
6715
6716         Add support for dbus cvs head. Hopefully didnt break one
6717         of the other versions now!
6718
6719         If we dont get a response from the dbus server just
6720         give up with it and not enable metadata.
6721
6722 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6723
6724         * Makefile.am:
6725         * backend/Makefile.am:
6726         * configure.ac:
6727         * cut-n-paste/recent-files/Makefile.am:
6728         * cut-n-paste/toolbar-editor/Makefile.am:
6729         * cut-n-paste/zoom-control/Makefile.am:
6730         * lib/Makefile.am:
6731         * pdf/Makefile.am:
6732         * pixbuf/Makefile.am:
6733         * properties/Makefile.am:
6734         * ps/Makefile.am:
6735         * shell/Makefile.am:
6736         * thumbnailer/Makefile.am:
6737         * tiff/Makefile.am:
6738
6739         Make frontends depend on just libev.
6740         Rework and group CFLAGS/LIBS definitions.
6741         Cleanups.
6742
6743 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6744
6745         * shell/ev-window:
6746
6747         do not unnecessarily save zoom
6748
6749         * configure.ac:
6750         * lib/ev-file-helpers.c: (ev_dot_dir):
6751         * shell/Makefile.am:
6752         * shell/dummy.cc:
6753
6754         Some cleanups
6755
6756 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6757
6758         * configure.ac:
6759         
6760         Remove unnecessary dependencies
6761
6762 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6763
6764         * properties/Makefile.am:
6765         * thumbnailer/Makefile.am:
6766         * tiff/Makefile.am:
6767
6768         Some more cleanups. Was really necessary
6769         but I probably introduced bugs, feel free
6770         to flame :)
6771
6772 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6773
6774         * backend/Makefile.am:
6775         * configure.ac:
6776         * cut-n-paste/recent-files/Makefile.am:
6777         * cut-n-paste/toolbar-editor/Makefile.am:
6778         * cut-n-paste/zoom-control/Makefile.am:
6779         * lib/Makefile.am:
6780         * pdf/Makefile.am:
6781         * pixbuf/Makefile.am:
6782         * properties/Makefile.am:
6783         * ps/Makefile.am:
6784         * shell/Makefile.am:
6785         * thumbnailer/Makefile.am:
6786         * tiff/Makefile.am:
6787
6788         Use gnome-common macros when possible.
6789         Cleanup dependencies.
6790         Actually disable deprecated where possible.
6791
6792 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6793
6794         * Makefile.am:
6795         * backend/Makefile.am:
6796         * properties/Makefile.am:
6797         * shell/Makefile.am:
6798         * thumbnailer/Makefile.am:
6799
6800         This should solve the circular dep without
6801         requiring dir reorg!
6802
6803         * shell/ev-window.c: (setup_view_from_metadata):
6804
6805         Never restore window size/position when the
6806         window is already visible.
6807
6808 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6809
6810         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
6811
6812         Return a boolean from timeout func. Fix ported from gedit.
6813
6814 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
6815
6816         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
6817
6818 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6819
6820         * shell/ev-document-types.c: set "All Documents" as default filter in
6821         open dialog
6822
6823 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
6824
6825         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
6826         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
6827         (ev_metadata_manager_set_boolean): fix value/val thinko.
6828
6829 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6830
6831         * shell/ev-window.c: (setup_view_from_metadata),
6832         (window_state_event_cb), (window_configure_event_cb),
6833         (ev_window_init):
6834
6835         Remember window position and maximized state
6836
6837 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6838
6839         * configure.ac:
6840
6841         Fix DBUS configure checks.
6842
6843         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
6844         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
6845         (ev_metadata_manager_set_boolean):
6846
6847         Plug mem leaks.
6848
6849         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
6850         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6851         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
6852         (ev_window_continuous_changed_cb),
6853         (ev_window_dual_mode_changed_cb), (ev_window_new):
6854
6855         Fix the build without DBUS.
6856
6857 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6858
6859         * shell/ev-metadata-manager.c: (parse_value), (save_values),
6860         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
6861         (ev_metadata_manager_set_string),
6862         (ev_metadata_manager_set_boolean):
6863         * shell/ev-metadata-manager.h:
6864
6865         Add support for some more types
6866
6867         * shell/ev-view.c: (scroll_to_current_page),
6868         (ev_view_get_continuous), (ev_view_set_continuous),
6869         (ev_view_get_dual_page):
6870         * shell/ev-view.h:
6871         * shell/ev-window.c: (page_changed_cb),
6872         (setup_document_from_metadata), (ev_window_setup_document),
6873         (setup_view_from_metadata), (ev_window_open_uri),
6874         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6875         (ev_window_run_presentation), (ev_window_stop_presentation),
6876         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
6877         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
6878         (ev_window_update_dual_page_action),
6879         (ev_window_continuous_changed_cb),
6880         (ev_window_dual_mode_changed_cb), (ev_window_init):
6881
6882         Remember a bunch of view/document properties. Prolly some
6883         are still missing but it's getting interesting.
6884
6885 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
6886
6887         * configure.ac: check if dbus-binding-tool is installed. Not the
6888         case on current Ubuntu breezy, it seems.
6889
6890 2005-07-05  Luca Ferretti <elle.uca@libero.it>
6891
6892         * data/evince.desktop.in.in:
6893         
6894         Allow open uri lists and add TryExec field.
6895
6896 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6897
6898         * configure.ac:
6899
6900         Enable dbus when available, do not require a configure
6901         option.
6902
6903 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6904
6905         * configure.ac:
6906
6907         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
6908         disabled.
6909
6910 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6911         Marco Pesenti Gritti  <mpg@redhat.com>
6912
6913         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
6914         
6915         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
6916         functions to the format required by dbus
6917
6918         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
6919         errors. Use the RPC parameters in the expected way
6920
6921 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6922
6923         * Makefile.am:
6924         * properties/Makefile.am:
6925         * properties/ev-properties-main.c: (ev_properties_get_pages):
6926
6927         Support all mime types
6928
6929         * shell/Makefile.am:
6930         * thumbnailer/Makefile.am:
6931         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
6932         (evince_thumbnail_pngenc_get):
6933
6934         Use the document factory
6935
6936 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6937
6938         * backend/Makefile.am:
6939         * backend/ev-document-factory.c:
6940         (mime_type_supported_by_gdk_pixbuf),
6941         (ev_document_type_get_from_mime),
6942         (ev_document_factory_get_document),
6943         (ev_document_factory_get_backend),
6944         (ev_document_factory_get_mime_types),
6945         (ev_document_factory_get_all_mime_types):
6946         * backend/ev-document-factory.h:
6947         * shell/Makefile.am:
6948         * shell/ev-document-types.c: (get_document_from_uri),
6949         (ev_document_types_get_document),
6950         (file_filter_add_mime_list_and_free),
6951         (ev_document_types_add_filters):
6952         * shell/ev-document-types.h:
6953         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6954         * shell/ev-properties-dialog.c:
6955         (ev_properties_dialog_set_document):
6956         * shell/ev-window.c: (ev_window_cmd_file_open),
6957         (ev_window_cmd_save_as):
6958         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6959
6960         Rework document types managing to avoid code duplication
6961         and actually abstract from backend implementations.
6962         Also provide a minimal factory api that can be used by
6963         thumbnailer/properties.
6964
6965 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6966
6967         * properties/ev-properties-view.c: (ev_properties_view_set_info):
6968         Plug a mem leak.
6969         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6970         HIG spacings.
6971
6972 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6973
6974         * shell/ev-properties-dialog.c
6975         (ev_properties_dialog_set_document): only call
6976         ev_properties_fonts_set_document() if the document implements the
6977         fonts interface
6978
6979 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6980
6981         * configure.ac:
6982         * properties/Makefile.am:
6983         * properties/ev-properties-view.c:
6984         (ev_properties_view_register_type):
6985         * properties/ev-properties-view.h:
6986         * properties/ev-properties-main.h:
6987
6988         Implement nautilus plugin for properties.
6989         Works only for pdf atm, I need to rework the
6990         document types stuff to get this to work
6991         for all backends...
6992
6993 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6994
6995         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
6996         (ev_properties_fonts_set_document): use
6997         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
6998
6999 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7000
7001         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
7002         them
7003         (PlaceImage, tiff2ps_process_page): use
7004         g_ascii_dtostr to convert floats to strings in a locale-safe way.
7005
7006
7007 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7008
7009         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
7010         (main): to call gnome_authentication_manager_init. Should fix
7011         Bug #308510
7012
7013         * configure.ac: that requires libgnomeui 2.6.0.
7014
7015 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7016
7017         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7018         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
7019         use the new tiff2ps interfaces
7020
7021         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
7022         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
7023
7024         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
7025         structure instead of global variables.  Remove use of static
7026         variables in functions.
7027
7028 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
7029
7030         * shell/ev-page-action.c: unref the completion after setting it to the
7031         entry
7032
7033 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7034
7035         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
7036         postscript files
7037
7038 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7039
7040         * shell/ev-window.c (update_action_sensitivity): disable
7041         File->Print if the document does not implement the ps exporter
7042         interface
7043
7044 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
7045
7046         * Makefile.am:
7047         * configure.ac:
7048         * data/evince-properties.glade:
7049         * properties/.cvsignore:
7050         * properties/Makefile.am:
7051         * properties/ev-properties-view.c: (ev_properties_view_dispose),
7052         (ev_properties_view_class_init), (ev_properties_view_format_date),
7053         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
7054         (ev_properties_view_init), (ev_properties_view_new):
7055         * properties/ev-properties-view.h:
7056         * shell/Makefile.am:
7057         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
7058         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
7059         (ev_properties_dialog_new):
7060         * shell/ev-properties-dialog.h:
7061         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
7062         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
7063         (update_progress_label), (job_fonts_finished_cb),
7064         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
7065         * shell/ev-properties-fonts.h:
7066         * shell/ev-properties.c:
7067         * shell/ev-properties.h:
7068         * shell/ev-window.c: (ev_window_setup_document),
7069         (ev_window_cmd_file_properties):
7070
7071         Split the properties pages in two different objects, depend
7072         only on the backend where possible, use widgets instead
7073         of gobject for the glade part, reimplement the dialog
7074         itself with gtk.
7075         I need this to implement nautilus properties page.
7076
7077 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
7078
7079         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7080         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
7081         (tiff_document_document_ps_exporter_iface_init): implement the ps
7082         exporter interface for tiff documents
7083
7084         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
7085         libtiff to implement TIFF postscript export
7086
7087         * tiff/tiff2ps.h: added a header file for external tiff2ps
7088         functions.
7089
7090         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
7091         tiff2ps.h
7092
7093 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7094
7095         * shell/ev-view.c: (scroll_to_current_page),
7096         (ev_view_set_fullscreen), (ev_view_set_presentation):
7097         
7098         Scroll to current page when exit from presentation
7099
7100 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7101
7102         * shell/ev-window.c: (update_document_mode),
7103         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7104         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
7105         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
7106         
7107         Exit from fullscreen mode when switch to presentation. Fix for
7108         bug 309365
7109
7110 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7111
7112         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
7113         return NULL if the document does not implement the selection
7114         interface.
7115
7116 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7117
7118         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
7119         reported height by using the resolution aspect ratio
7120         (tiff_document_render_pixbuf): scale the pixbuf using the
7121         resolution aspect ratio
7122
7123 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7124
7125         * configure.ac:
7126         
7127         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
7128         <kiltedaco@gmail.com>
7129         
7130         * djvu/djvu-document.c: (djvu_document_get_orientation),
7131         (djvu_document_set_orientation), (djvu_document_get_page_size),
7132         (rotate_pixbuf), (djvu_document_render_pixbuf),
7133         (djvu_document_document_iface_init):
7134         * dvi/dvi-document.c: (dvi_document_get_orientation),
7135         (dvi_document_set_orientation), (dvi_document_get_page_size),
7136         (rotate_pixbuf), (dvi_document_render_pixbuf),
7137         (dvi_document_document_iface_init):
7138         
7139         Dvi and djvu backends are ported to new API
7140
7141 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
7142
7143         * backend/ev-selection.c: (ev_selection_get_selection_region),
7144         (ev_selection_get_selection_map):
7145         * backend/ev-selection.h:
7146         * pdf/ev-poppler.cc:
7147         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7148         * shell/ev-jobs.h:
7149         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7150         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7151         (ev_pixbuf_cache_get_text_mapping):
7152         * shell/ev-pixbuf-cache.h:
7153         * shell/ev-view.c: (location_in_text),
7154         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
7155         support to EvView.  Now we can see where we can select!  Sweet!
7156
7157 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7158
7159         * shell/ev-view.c (ev_view_button_press_event): Fix
7160         event->y + view->scroll_x typo.
7161
7162 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7163
7164         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
7165         sub-GdkPixbuf instead of passing dest_x and dest_y.
7166         
7167         * shell/ev-view.c: (view_point_to_doc_point),
7168         (view_rect_to_doc_rect), (ev_view_button_press_event),
7169         (ev_view_motion_notify_event), (compute_new_selection_rect),
7170         (gdk_rectangle_point_in), (compute_new_selection_text),
7171         (compute_selections): Update selection code to keep the selection
7172         around as two points and not as a normalized rectangle, and fix
7173         page level selection in two-column mode.
7174
7175 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
7176
7177         * shell/ev-window.c: (window_configure_event_cb): 
7178         
7179         Fix compilation
7180         
7181 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7182
7183         * pdf/ev-poppler.cc:
7184
7185         Fix compilation
7186
7187 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7188
7189         * shell/Makefile.am:
7190         * shell/ev-metadata-manager.c: (item_free),
7191         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
7192         (parse_value), (parseItem), (load_values),
7193         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
7194         (save_values), (save_item), (get_oldest), (resize_items),
7195         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
7196         * shell/ev-metadata-manager.h:
7197
7198         Metadata manager from gedit but modified to use GValue, so that
7199         we dont need to keep converting from strings.
7200
7201         * configure.ac:
7202
7203         ENABLE_METADATA conditional, on when dbus is on
7204
7205         * shell/ev-application.c: (ev_application_open_uri):
7206
7207         Show the window after load so that we can initialize
7208         window size before it's showed.
7209
7210         * shell/ev-window.c: (ev_window_setup_from_metadata),
7211         (ev_window_open_uri), (window_configure_event_cb),
7212         (ev_window_init):
7213
7214         Save and load metadata information about window size.
7215         Not yet keeping states in account.
7216
7217         * shell/main.c: (main):
7218
7219         Shutdown metadata manager.
7220
7221 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7222
7223         * shell/ev-application-service.xml:
7224         * configure.ac:
7225         * shell/Makefile.am:
7226         * shell/ev-application.c:
7227         * shell/ev-application.h:
7228         * shell/ev-window.c:
7229         * shell/ev-window.h:
7230         * shell/main.c:
7231
7232         Add an optional dbus interface (--enable-dbus).
7233         Rework application code, mainly to be easier to
7234         use "remotely".
7235         Do not open multiple windows with the same document,
7236         spatial evince!
7237
7238 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
7239
7240         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
7241         pixbuf iff it exists.
7242
7243 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
7244
7245         * shell/*:
7246         * backend/ev-render-context.[ch]:
7247         * backend/ev-selection.[ch]:
7248
7249         Massive changes.  We now support text selection of pdfs, and not
7250         just rectangular selection.  This is pretty broken still, but I
7251         want to get something into CVS.
7252
7253 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7254
7255         * pdf/ev-poppler.cc:
7256         
7257         Fix for Bug 309080: crash on window close.
7258         
7259         * shell/ev-page-action.c: (page_changed_cb):
7260         
7261         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
7262         jensgr@gmx.net (Jens Granseuer).
7263
7264 2005-06-25  Marcel Telka  <marcel@telka.sk>
7265
7266         * configure.in (ALL_LINGUAS): Added sk.
7267
7268 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
7269
7270         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
7271         not a document open
7272
7273 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7274
7275         * NEWS:
7276         * configure.ac:
7277
7278         Release 0.3.2
7279
7280         * cut-n-paste/recent-files/Makefile.am:
7281
7282         Fix make distcheck
7283
7284 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7285
7286         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
7287         (pixbuf_document_set_orientation), (rotate_pixbuf),
7288         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
7289         (pixbuf_document_document_iface_init), (pixbuf_document_init):
7290
7291         Implement rotation and cleanup the code a bit.
7292
7293         * tiff/tiff-document.c: (tiff_document_get_page_size),
7294         (tiff_document_get_orientation), (tiff_document_set_orientation),
7295         (rotate_pixbuf), (tiff_document_render_pixbuf),
7296         (tiff_document_document_iface_init), (tiff_document_init):
7297
7298         Implement rotation. Was the quicker solution for the release
7299         but we really need to share this code in the shell.
7300
7301 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7302
7303         * pdf/ev-poppler.cc:
7304
7305         Enable rotation, require poppler cvs. Fix a leak.
7306
7307 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7308
7309         * shell/ev-window.c: (update_action_sensitivity):
7310         
7311         Make properties unsensitive if document backend doesn't provide
7312         any info
7313
7314 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7315
7316         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
7317         (bitmap_flip_horizontally), (bitmap_flip_vertically),
7318         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
7319         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
7320         (bitmap_flip_rotate_counter_clockwise):
7321         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
7322         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
7323         (buff_gets):
7324         * dvi/mdvi-lib/common.h:
7325         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
7326         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
7327         (opendvi), (mdvi_reload), (mdvi_init_context),
7328         (mdvi_destroy_context), (mdvi_dopage), (special):
7329         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
7330         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
7331         (file_hash_free), (register_encoding), (parse_spec),
7332         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
7333         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
7334         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
7335         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
7336         (mdvi_register_font_type), (mdvi_unregister_font_type),
7337         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
7338         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
7339         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
7340         (mdvi_hash_destroy_key), (mdvi_hash_reset):
7341         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
7342         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
7343         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
7344         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
7345         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
7346         * dvi/mdvi-lib/special.c: (mdvi_register_special),
7347         (mdvi_unregister_special), (mdvi_flush_specials):
7348         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
7349         (t1_font_remove):
7350         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
7351         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
7352         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
7353         (free_font_metrics), (flush_font_metrics):
7354         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
7355         (tt_font_remove):
7356         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
7357         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
7358         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
7359         (dstring_insert), (dstring_new), (dstring_reset):
7360         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
7361         
7362         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
7363         avoid conflict with libtool on FC4
7364         
7365         * shell/ev-window.c: (ev_window_cmd_help_about):
7366         
7367         Update copyright year. Fix for bug 308828.
7368
7369 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7370
7371         * shell/ev-view.c: (add_scroll_binding_keypad),
7372         (ev_view_binding_activated), (ev_view_class_init),
7373         (on_adjustment_value_changed):
7374         
7375         Bug 170874: Arrow keys switch pages in presentation mode
7376
7377 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7378
7379         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7380         
7381         Fix for Bug 308265: Sidebar dissappears coming out of 
7382         Presentation mode
7383
7384 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7385
7386         * shell/ev-application.c: (ev_application_open):
7387         * shell/ev-document-types.c: (ev_document_types_add_filters),
7388         (ev_document_types_add_filters_for_type):
7389         * shell/ev-document-types.h:
7390         * shell/ev-window.c: (ev_window_cmd_save_as):
7391         
7392         Suggest basename as template when saving, provide filters
7393         for save dialog. It's bug 308402
7394
7395 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7396
7397         * pdf/ev-poppler.cc:
7398         * shell/ev-sidebar-links.c: (job_finished_callback):
7399         * shell/ev-view.c: (update_find_status_message):
7400         
7401         Some leaks fixed
7402
7403 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7404
7405         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7406         (egg_recent_view_uimanager_set_list):
7407
7408         Fix buglet in !show_numbers case.
7409
7410 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7411
7412         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7413         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
7414
7415         Use pango ellipsisation.
7416
7417         * pdf/ev-poppler.cc:
7418
7419         Fix refcount leak, from nsh.
7420
7421 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7422
7423         * cut-n-paste/recent-files/Makefile.am:
7424         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7425         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7426         
7427         Removed EggRecentViewGtk
7428         
7429         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7430         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7431         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
7432         (ev_window_setup_recent):
7433         
7434         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
7435         with other projects
7436
7437 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7438
7439         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7440         (egg_recent_view_gtk_finalize):
7441
7442         Fix memory leak
7443
7444         * cut-n-paste/toolbar-editor/Makefile.am:
7445         
7446         Fix location of cursor icon.
7447         
7448         * pdf/ev-poppler.cc:
7449         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
7450         (display_completion_text), (match_completion):
7451         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7452         (selection_changed_callback), (create_loading_model),
7453         (print_section_cb), (links_page_num_func),
7454         (update_page_callback_foreach):
7455         * shell/ev-window.c: (ev_window_dispose):
7456         
7457         Small memory fixes. Links model now store objects instead
7458         of pointers to improve memory management. 
7459
7460 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7461
7462         * shell/ev-window.c: (zoom_control_changed_cb):
7463         
7464         Fix update of zoom control (bug 308268).
7465
7466 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
7467
7468         * shell/ev-properties.c (set_property): escape the text correctly.
7469         Handles non-UTF-8 properties and escaped properties.  Also, sets
7470         the text to "<i>None</i>" if the property isn't set.
7471
7472         * data/evince-properties.glade: Change the label to be ellipsized,
7473         and give it a minimum size.
7474
7475 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7476
7477         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
7478         * shell/ev-sidebar-links.c: (create_loading_model):
7479         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7480         * shell/ev-view.c: (ev_view_set_document):
7481         * shell/ev-window.c: (ev_window_dispose):
7482         
7483         Various small fixes, mostly memory leaks. Thanks to valgrind.
7484
7485 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
7486
7487         * ps/ps-document.c: remove the locale.h include again ;-). And
7488         kill the (bogus) setlocale/savelocale business.
7489
7490 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
7491
7492         * ps/ps-document.c:
7493         
7494         Include locale.h to fix build
7495         
7496         * shell/ev-sidebar.c:
7497         
7498         Remove unnecessary includes
7499
7500 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7501
7502         * dvi/dvi-document.c: (dvi_document_load):
7503         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
7504         * po/POTFILES.in:
7505         
7506         Check for incorrect dvi files. Fix parsing dvi on AMD64
7507         platform. Thanks to tester@tester.ca (Olivier Crete).
7508
7509 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7510
7511         * shell/ev-page-action.c: (match_selected_cb),
7512         (display_completion_text), (match_completion), (update_model):
7513         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7514         (expand_open_links):
7515         * shell/ev-sidebar.c: (ev_sidebar_destroy),
7516         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
7517         (ev_sidebar_set_document):
7518         * shell/ev-window.c: (ev_window_xfer_job_cb),
7519         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
7520         
7521         Fixed lot's of memory leaks, for example, memory leak on reload, 
7522         described in bug 307793.
7523
7524 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7525
7526         * pdf/ev-poppler.cc:
7527         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
7528         (update_visible_range), (adjustment_changed_cb),
7529         (ev_sidebar_thumbnails_fill_model),
7530         (ev_sidebar_thumbnails_refresh),
7531         (ev_sidebar_tree_selection_changed),
7532         (ev_sidebar_icon_selection_changed),
7533         (ev_sidebar_thumbnails_use_icon_view),
7534         (ev_sidebar_thumbnails_set_document):
7535         * shell/ev-sidebar-thumbnails.h:
7536         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7537         (ev_window_cmd_edit_rotate_right), (ev_window_init):
7538
7539         Refresh thumbnails when changing orientation. Not fully
7540         working yet becuase of a sidebar bug.
7541
7542         Set page orientation to poppler page everywhere. This sucks
7543         really need to fix poppler.
7544
7545 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7546
7547         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7548         (egg_recent_view_gtk_new_menu_item),
7549         (egg_recent_view_gtk_set_property),
7550         (egg_recent_view_gtk_get_property),
7551         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
7552         (egg_recent_view_gtk_set_tooltip_func),
7553         (egg_recent_view_gtk_set_label_width),
7554         (egg_recent_view_gtk_get_label_width):
7555         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7556
7557         Sync with libegg (ellipsize labels)
7558
7559 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7560
7561         * data/evince-ui.xml:
7562         * shell/ev-window.c: (ev_window_cmd_go_forward),
7563         (ev_window_cmd_go_backward):
7564         
7565         Shift + PageUp moves 10 Pages. Fix for 306125
7566
7567 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7568
7569         * pdf/ev-poppler.cc:
7570
7571         Add a flag to check if orientation has been overriden
7572
7573 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
7574
7575         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
7576         field if necessary.
7577
7578         * ps/ps.h: add creator field to document.
7579
7580         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
7581         set creator field.
7582
7583 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7584
7585         * data/evince-properties.glade:
7586         * shell/ev-properties.c: (ev_properties_set_document):
7587
7588         s/PDF Version/Format
7589
7590 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7591
7592         * shell/ev-properties.c: (ev_properties_set_document):
7593
7594         Remove unnecessary translations
7595
7596 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7597
7598         * cut-n-paste/toolbar-editor/Makefile.am:
7599
7600         Correct library name    
7601
7602 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7603
7604         * configure.ac:
7605         * cut-n-paste/recent-files/egg-recent-model.c:
7606         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
7607         (egg_recent_model_unlock_file):
7608         * cut-n-paste/recent-files/egg-recent-util.c:
7609         (egg_recent_util_get_unique_id):
7610         * cut-n-paste/recent-files/update-from-egg.sh:
7611         * cut-n-paste/toolbar-editor/Makefile.am:
7612         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7613         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7614         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7615         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7616         (egg_toolbars_model_get_type):
7617         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7618
7619         Better makefile for toolbar editor and update everything
7620         to latest libegg.
7621
7622 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7623
7624         * shell/ev-window.c: (update_document_mode):
7625
7626         Prefer presentation mode when the document
7627         require fullscreen.
7628
7629 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7630
7631         * data/evince-ui.xml:
7632         * shell/ev-window.c:
7633
7634         Add control-equal for zooming
7635
7636 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
7637
7638         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
7639
7640 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
7641
7642         * backend/ev-document.c: (ev_document_get_orientation):
7643         * backend/ev-document.h:
7644         * pdf/ev-poppler.cc:
7645         * ps/ps-document.c: (ps_document_get_orientation),
7646         (ps_document_set_orientation), (ps_document_document_iface_init):
7647
7648         Add a get_orientation api. Improve set_orientation.
7649
7650         * data/evince-ui.xml:
7651         * shell/ev-view.c: (ev_view_set_orientation),
7652         (ev_view_rotate_right), (ev_view_rotate_left):
7653         * shell/ev-view.h:
7654         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7655         (ev_window_cmd_edit_rotate_right):
7656
7657         Better ui for changing document orientation
7658
7659 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7660
7661         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
7662         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
7663         * shell/ev-sidebar-links.h:
7664         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
7665         (ev_sidebar_page_iface_init):
7666         * shell/ev-sidebar-page.h:
7667         * shell/ev-sidebar-thumbnails.c:
7668         (ev_sidebar_thumbnails_get_property),
7669         (ev_sidebar_thumbnails_class_init),
7670         (ev_sidebar_thumbnails_set_document):
7671         * shell/ev-sidebar-thumbnails.h:
7672         * shell/ev-view.c: (ev_view_motion_notify_event):
7673         * shell/ev-window.c: (update_chrome_visibility),
7674         (ev_window_cmd_focus_page_selector),
7675         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
7676         (sidebar_page_main_widget_update_cb), (ev_window_init):
7677         
7678         Autoraise toolbar on GoToPage binding and fix bindings in
7679         EvSidebarThumbnails page.
7680
7681 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
7682
7683         * shell/ev-properties.c: (update_progress_label):
7684
7685         Hide the progress label when finished; bug #307697.
7686
7687 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7688
7689         * pdf/ev-poppler.cc:
7690
7691         Enable is_open for links, you will need poppler cvs
7692
7693         * shell/ev-properties.c: (job_fonts_finished_cb):
7694
7695         Get a lock on the document when filling the tree view
7696
7697 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7698
7699         * backend/ev-document-links.h:
7700         * pdf/ev-poppler.cc:
7701         * shell/ev-sidebar-links.c: (create_loading_model),
7702         (expand_open_links), (job_finished_callback):
7703
7704         Expand links when specified by the document.
7705         Depend on a poppler api (defined out for now)
7706
7707 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7708
7709         * shell/ev-properties.c: (ev_properties_dispose),
7710         (ev_properties_class_init), (dialog_destroy_cb),
7711         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
7712         (ev_properties_set_document), (ev_properties_new),
7713         (ev_properties_show):
7714         * shell/ev-properties.h:
7715
7716         Make it an object, cleanup the code, api to show it as transient
7717         and to set the document.
7718
7719         * shell/ev-window.c: (ev_window_setup_document),
7720         (ev_window_cmd_file_properties):
7721
7722         Adapt to EvProperties changes, do not show multiple
7723         times, update it when document changes.
7724
7725 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7726
7727         * ps/gstypes.h:
7728         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
7729         (ps_document_set_orientation), (ps_document_document_iface_init):
7730         * ps/ps-document.h:
7731
7732         Implement orientation here too
7733
7734         * shell/ev-properties.c: (ev_properties_new):
7735         * data/evince-properties.glade:
7736
7737         Hide the fonts page for backends that doesnt
7738         support it.     
7739
7740 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7741
7742         * backend/ev-document.c: (ev_document_set_orientation):
7743         * backend/ev-document.h:
7744         * pdf/ev-poppler.cc:
7745
7746         Add orientation api. Currently poppler api is not optimal,
7747         we need to set orientation every time we _get a page.
7748         I will try to fix that at some point.
7749
7750         * data/evince-ui.xml:
7751         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
7752         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
7753
7754         Add orientation menu items
7755
7756         * shell/ev-page-cache.c: (ev_page_cache_clear):
7757         * shell/ev-page-cache.h:
7758
7759         Add api to clear the cache
7760
7761         * shell/ev-view.c: (setup_caches), (clear_caches),
7762         (ev_view_set_document), (ev_view_zoom_out),
7763         (ev_view_set_orientation):
7764         * shell/ev-view.h:
7765
7766         Implement orientation changing
7767
7768 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
7769
7770         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
7771         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
7772         * backend/ev-document-fonts.h:
7773
7774         Separate scan and fill so that we can incrementally fill from
7775         the main thread. Add a progress api.
7776
7777         * data/evince-properties.glade:
7778         * pdf/ev-poppler.cc:
7779         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
7780         * shell/ev-jobs.h:
7781         * shell/ev-properties.c: (update_progress_label),
7782         (job_fonts_finished_cb), (setup_fonts_view):
7783
7784         Incrementally feel the list and show the progress
7785         percentage in a label like acrobat does.
7786
7787         You are going to need poppler cvs
7788
7789 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
7790
7791         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
7792         * backend/ev-document-fonts.h:
7793         * pdf/ev-poppler.cc:
7794
7795         Make fonts model fill incrementally.
7796
7797         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7798         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7799         (ev_job_queue_remove_job):
7800         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7801         (ev_job_fonts_new), (ev_job_fonts_run):
7802         * shell/ev-jobs.h:
7803
7804         New job for fonts scanning
7805
7806         * shell/ev-properties.c: (job_fonts_finished_cb),
7807         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
7808         * shell/ev-properties.h:
7809         * shell/ev-window.c: (ev_window_cmd_file_properties):
7810
7811         Incrementally feel the treeview using the new job. Show Loading...
7812         message until scanning is completed.
7813
7814         Hopefully I didnt break the build without the poppler patch.
7815
7816 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7817
7818         * shell/ev-application.c: (ev_application_open):
7819         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
7820         (ev_document_type_get_type), (ev_document_type_lookup):
7821         * shell/ev-document-types.h:
7822         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
7823         * shell/ev-job-xfer.h:
7824         * shell/ev-window.c: (ev_window_clear_local_uri),
7825         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
7826         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
7827         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7828         
7829         Transfer remote documents to tmp directory to display them later.
7830
7831 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
7832
7833         * backend/ev-document-info.h:
7834         * shell/ev-properties.c: (ev_properties_new):
7835
7836         s/GTime*/GTime. Not sure why we was using a pointer
7837         at all there!
7838
7839 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
7840
7841         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
7842         situations.  That situation is that you're using GTK+-HEAD with
7843         the patch at #306726 is applied, and you have a document with <
7844         1500 pages in it.  It's not quite as uniformly nice as the
7845         TreeView, but should be better in the long run.
7846
7847         I'm pretty sure I guarded against breaking compilation with
7848         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
7849         I missed some.
7850
7851         * shell/ev-window.c (ev_window_init): We don't have our tree/list
7852         widget yet, so I commented that code out
7853         enable_view_actions_for_widget() for now.  Need to figure this
7854         out.
7855
7856         * shell/ev-page-action.c (match_selected_cb): emit the right
7857         signals.  Our cool C-l completion now works.
7858
7859 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7860
7861         * backend/Makefile.am:
7862         * backend/ev-document-fonts.c:
7863         * backend/ev-document-links.c:
7864         * backend/ev-document.c: (ev_document_load):
7865         * backend/ev-document.h:
7866         * backend/ev-job-queue.c:
7867         * backend/ev-job-queue.h:
7868         * backend/ev-jobs.c:
7869         * backend/ev-jobs.h:
7870         * backend/ev-page-cache.c:
7871         * backend/ev-page-cache.h:
7872
7873         EvPageCache and EvJobs are moved to shell.
7874
7875         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
7876         (ev_tmp_filename):
7877         * lib/ev-file-helpers.h:
7878         
7879         New helper to work with temporary files
7880         
7881         * shell/Makefile.am:
7882         * shell/ev-application.c: (ev_application_open):
7883         * shell/ev-application.h:
7884         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
7885         (remove_job_from_async_queue), (add_job_to_async_queue),
7886         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
7887         (handle_job), (search_for_jobs_unlocked),
7888         (no_jobs_available_unlocked), (ev_render_thread),
7889         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7890         (ev_job_queue_add_job), (move_job_async), (move_job),
7891         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7892         * shell/ev-job-queue.h:
7893         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
7894         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
7895         * shell/ev-job-xfer.h:
7896         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
7897         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
7898         (ev_job_links_class_init), (ev_job_render_init),
7899         (ev_job_render_dispose), (ev_job_render_class_init),
7900         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
7901         (ev_job_thumbnail_class_init), (ev_job_load_init),
7902         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
7903         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
7904         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
7905         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
7906         * shell/ev-jobs.h:
7907         * shell/ev-page-action.c: (ev_page_action_set_document):
7908         * shell/ev-page-cache.c: (ev_page_cache_init),
7909         (ev_page_cache_class_init), (ev_page_cache_finalize),
7910         (ev_page_cache_new), (ev_page_cache_get_n_pages),
7911         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
7912         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
7913         (ev_page_cache_get_title), (ev_page_cache_get_size),
7914         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7915         (ev_page_cache_get_height_to_page),
7916         (ev_page_cache_get_max_label_chars),
7917         (ev_page_cache_get_page_label),
7918         (ev_page_cache_has_nonnumeric_page_labels),
7919         (ev_page_cache_get_info), (ev_page_cache_next_page),
7920         (ev_page_cache_prev_page), (ev_page_cache_get):
7921         * shell/ev-page-cache.h:
7922         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
7923         (ev_pixbuf_cache_clear_job_sizes),
7924         (ev_pixbuf_cache_add_jobs_if_needed),
7925         (ev_pixbuf_cache_set_page_range):
7926         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
7927         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
7928         * shell/ev-sidebar-thumbnails.c:
7929         (ev_sidebar_tree_selection_changed),
7930         (ev_sidebar_thumbnails_set_document):
7931         * shell/ev-statusbar.c: (ev_statusbar_destroy),
7932         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
7933         (ev_statusbar_get_context_id), (ev_statusbar_push),
7934         (ev_statusbar_pop), (ev_statusbar_set_maximized),
7935         (ev_statusbar_pulse), (ev_statusbar_show_progress),
7936         (ev_statusbar_set_progress):
7937         * shell/ev-statusbar.h:
7938         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
7939         (ev_view_find_previous):
7940         * shell/ev-window.c: (ev_window_is_empty),
7941         (ev_window_setup_document), (password_dialog_response),
7942         (ev_window_clear_jobs), (ev_window_load_job_cb),
7943         (ev_window_xfer_job_cb), (ev_window_open_uri),
7944         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
7945         (ev_window_print), (ev_window_print_range),
7946         (ev_window_state_event), (ev_window_cmd_view_reload),
7947         (menu_item_select_cb), (menu_item_deselect_cb),
7948         (view_status_changed_cb), (ev_window_dispose),
7949         (drag_data_received_cb), (ev_window_init):
7950         * shell/ev-window.h:
7951         * shell/main.c: (load_files):
7952         
7953         New statusbar to show progress on idle. Two new jobs - 
7954         xfer job and load job to load document in background. And update
7955         of page_cache clients to new location of code.
7956
7957 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
7958   
7959         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
7960         selection in open dialog. It also remembers the last visited directory 
7961         in the current session.
7962
7963 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7964
7965         * shell/ev-properties.c: (ev_properties_new):
7966         * shell/ev-properties.h:
7967         * shell/ev-window.c: (ev_window_cmd_file_properties):
7968         
7969         Get document info from page cache instead of document itself.
7970         This should fix crash related to race conditions described in
7971         bug 306545.
7972
7973 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7974
7975         * ps/ps-document.c: (ps_document_init),
7976         (send_ps), (get_page_box), (output), (catchPipe), (input),
7977         (stop_interpreter), (file_length), (file_readable),
7978         (check_filecompressedb), (ps_document_enable_interpreter),
7979         (document_load), (ps_async_renderer_render_pixbuf):
7980         * ps/ps-document.h:
7981
7982         Big cleanup of the ps code
7983
7984 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7985
7986         * backend/Makefile.am:
7987         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
7988         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
7989         * backend/ev-async-renderer.h:
7990
7991         Add an async renderer interface (method + callback) which
7992         is useful for backends like ps.
7993
7994         * backend/ev-job-queue.c: (remove_job_from_async_queue),
7995         (add_job_to_async_queue), (job_finished_cb), (handle_job),
7996         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7997         (ev_job_queue_add_job), (move_job_async), (move_job),
7998         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7999
8000         Add queues for async renderer, these are executed on the
8001         main thread.
8002
8003         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
8004         (ev_job_render_run):
8005         * backend/ev-jobs.h:
8006
8007         If the backend support async renderer interface use it.
8008
8009         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
8010         (setup_pixmap), (ps_document_get_type),
8011         (ps_async_renderer_render_pixbuf),
8012         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
8013
8014         Implement async renderer interface.
8015
8016 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8017
8018         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
8019
8020         Cleanup links job on exit.
8021
8022 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8023
8024         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8025         (drag_data_get_cb), (drag_data_received_cb):
8026         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8027         (drag_data_get_cb), (parse_item_list),
8028         (egg_toolbar_editor_load_actions):
8029         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8030         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
8031         (parse_item_list), (parse_toolbars):
8032         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8033         (dvi_pixbuf_put_pixel):
8034         
8035         Fix gcc 4.0 warnings
8036
8037 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8038
8039         * ps/ps-document.c: (start_interpreter):
8040
8041         Fix warning when loading ps
8042
8043 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8044
8045         * ps/ps-document.c: (output):
8046
8047         Fix crash when priting gs error messages.
8048
8049 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8050
8051         * backend/ev-page-cache.c: (_ev_page_cache_new):
8052         * backend/ev-page-cache.h:
8053
8054         Use a const to return title so that we dont double
8055         free it. Small cleanup and fix a leak.
8056
8057         * shell/ev-window.c: (update_window_title):
8058
8059         strdup value from get_title.
8060
8061 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8062
8063         * shell/ev-sidebar-links.c: (job_finished_callback),
8064         (ev_sidebar_links_set_document):
8065
8066         Cleanup the old job when changing document
8067
8068 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8069
8070         * shell/ev-stock-icons.c:
8071         * shell/ev-stock-icons.h:
8072         * shell/ev-window.c:
8073         
8074         Add stock icons for actions that can appear in toolbar. Fix for
8075         bug 306566.
8076
8077 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8078
8079         * backend/ev-page-cache.c: (ev_page_cache_finalize),
8080         (_ev_page_cache_new), (ev_page_cache_get_max_width),
8081         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
8082         * backend/ev-page-cache.h:
8083         * shell/ev-view.c: (scroll_to_current_page),
8084         (view_update_range_and_current_page), (get_page_y_offset),
8085         (get_page_extents), (ev_view_size_request_continuous_dual_page),
8086         (ev_view_size_request_continuous),
8087         (ev_view_zoom_for_size_continuous_and_dual_page),
8088         (ev_view_zoom_for_size_continuous):
8089         
8090         More compact EvView layout in document with pages of different size.
8091
8092 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
8093
8094         * shell/ev-window.c (ev_window_cmd_file_properties): fix
8095         compilation.
8096
8097 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8098
8099         * shell/ev-view.c: (view_set_adjustment_values):
8100         * shell/ev-window.c: (ev_window_cmd_file_properties):
8101         
8102         A bit different fix for rounding problem but it has no
8103         problems on startup. Make properties window transient to parent.
8104
8105 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8106
8107         * pdf/ev-poppler.cc:
8108         
8109         More commenting of font stuff.
8110
8111 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8112
8113         * pdf/ev-poppler.cc:
8114
8115         Comment out some more fonts stuff. Should really
8116         work without the poppler patch now.
8117
8118 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8119
8120         * pdf/ev-poppler.cc:
8121
8122         Adapt to api change
8123
8124 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8125
8126         * data/evince-properties.glade:
8127         * pdf/ev-poppler.cc:
8128         * shell/ev-properties.c: (setup_fonts_view):
8129
8130         Set the column title. Show the dialog only
8131         once everything is setup.
8132         Getting font info can be very slow... will
8133         prolly need to make this threaded too.
8134
8135 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8136
8137         * backend/Makefile.am:
8138         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
8139         (ev_document_fonts_get_fonts_model):
8140         * backend/ev-document-fonts.h:
8141         * data/evince-properties.glade:
8142         * pdf/ev-poppler.cc:
8143         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
8144         * shell/ev-properties.h:
8145         * shell/ev-window.c: (ev_window_cmd_file_properties):
8146
8147         Implement fonts list. Defined out for now, since it depends
8148         on a not yet committed poppler patch.
8149
8150 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
8151
8152         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
8153         page + 1.
8154
8155         * shell/ev-window.c: Make sure we add the timeout when we get a
8156         focus-in event.
8157
8158         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
8159         adjustment->value before calculating the zoom factor to average
8160         out all of our rounding errors.  The page no longer 'drifts' when
8161         resizing.
8162
8163 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8164
8165         * data/evince-properties.glade:
8166         * shell/ev-properties.c: (ev_properties_format_date),
8167         (set_property):
8168         
8169         Labels don't expand when the dialogue is resized.
8170         strftime result needs to be converted to UTF-8. Thanks
8171         to Christian Persch <chpe@gnome.org>.
8172
8173 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8174
8175         * data/evince-properties.glade:
8176
8177         Hide the fonts tab
8178
8179 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8180
8181         * backend/ev-document-info.h:
8182         * backend/ev-document.c: (ev_document_info_free):
8183         * data/evince-properties.glade:
8184         * pdf/ev-poppler.cc:
8185         * ps/ps-document.c: (ps_document_get_info):
8186         * shell/ev-properties.c: (ev_properties_format_date),
8187         (set_property), (ev_properties_new):
8188         * shell/ev-properties.h:
8189         * shell/ev-window.c: (ev_window_cmd_file_properties):
8190
8191         Rework properties code to take only EvPropertyInfo
8192         in the constructor so that it can be useful for
8193         nautilus plugin too.
8194
8195         Deal with backends that doesnt support some properties.
8196         Make set property code generic.
8197
8198 2005-06-04  Christian Persch <chpe@gnome.org>
8199
8200         * data/evince-properties.glade:
8201
8202         fix spacings, make resizeable, and make data labels
8203         selectable + ellipsised
8204
8205 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
8206
8207         * backend/ev-document-info.h:
8208         * data/Makefile.am:
8209         * data/evince-ui.xml:
8210         * pdf/ev-poppler.cc:
8211         * shell/Makefile.am:
8212         * shell/ev-window.c: (update_action_sensitivity),
8213         (ev_window_cmd_file_properties):
8214
8215         Initial go at file properties. Patch by
8216         Emil Soleyman-Zomalan <emil@soleyman.com>.
8217         Needs love see #169583
8218
8219 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
8220
8221         * ps/ps-document.c: (output):
8222         * ps/ps.c: (psscan):
8223
8224         Try to render even if psscan fails.
8225
8226 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8227
8228         * ps/ps.c: (psscan), (pscopydoc):
8229
8230         Port buffered reading code from gv
8231
8232 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8233
8234         * ps/ps-document.c: (interpreter_message), (output):
8235
8236         Do not fail on interpreter messages
8237
8238 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8239
8240         * backend/ev-document-misc.c:
8241         (ev_document_misc_get_thumbnail_frame):
8242
8243         Pages can be 0 x 0, dont assert on this case
8244
8245 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8246
8247         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8248         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
8249
8250         Correctly manage our reference on document. Finally the reload
8251         huge leak is gone...
8252
8253 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8254
8255         * ps/ps-document.c: (ps_document_dispose):
8256
8257         Forgot to chain it to the parent. Thanks chpe.
8258
8259 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8260
8261         * ps/ps-document.c: (ps_document_dispose),
8262         (ps_document_class_init), (stop_interpreter), (document_load):
8263
8264         Cleanup dispose a bit. Dont leak the whole pixmap.
8265
8266 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8267
8268         * pdf/ev-poppler.cc:
8269
8270         Release the poppler document on dispose
8271
8272 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8273
8274         * shell/ev-view.c: (ev_view_set_document):
8275
8276         Release ref on the pixbuf cache when changing
8277         document.
8278
8279 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8280
8281         * ps/ps-document.c: (ps_document_get_info):
8282
8283         Fix a double free
8284
8285 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8286
8287         * backend/ev-page-cache.c: (ev_page_cache_init),
8288         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
8289         * backend/ev-page-cache.h:
8290         * shell/ev-page-action.c: (page_changed_cb):
8291         
8292         Set page action entry width depending on labels width. Fix
8293         for bug 305202.
8294
8295 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
8296
8297         * backend/ev-link.c: (ev_link_class_init):
8298
8299         Allow -1 as page value (error)
8300
8301 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8302
8303         * shell/ev-sidebar-thumbnails.c:
8304         (ev_sidebar_thumbnails_set_document):
8305         * shell/ev-view.c: (scroll_to_current_page),
8306         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
8307         (page_changed_cb), (on_adjustment_value_changed),
8308         (ev_view_set_document):
8309
8310         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
8311         Fix bug 305377
8312
8313 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8314
8315         * configure.ac:
8316         * djvu/djvu-document.c: (djvu_document_get_page_size):
8317
8318         Require djvulibre CVS. Now djvu loading is much faster. Fix for
8319         bug 301993.
8320
8321 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
8322
8323         * shell/ev-view.c (draw_one_page): modify the expose handling to
8324         get the shadows.
8325
8326         * shell/ev-window.c (update_action_sensitivity): Respect
8327         permissions field.  Kowtow to the man.
8328
8329         * pdf/ev-poppler.cc: Get the permissions field.
8330
8331         * tiff/*c: Make a tiny bit more robust.
8332
8333 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8334
8335         * djvu/djvu-document.c:
8336         
8337         Pop messages from djvu context message queue.
8338
8339 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8340
8341         * configure.ac, Makefile.am, shell/Makefile.am:
8342         * tiff/Makefile.am, shell/ev-document-types.c:
8343         
8344         Cleanup tiff configure checks. Fix for bug 305218.
8345
8346 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
8347
8348         * configure.ac: Added "uk" to ALL_LINGUAS.
8349
8350 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8351
8352         * cut-n-paste/zoom-control/ephy-zoom.c:
8353         (ephy_zoom_get_changed_zoom_level):
8354         * cut-n-paste/zoom-control/ephy-zoom.h:
8355         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
8356         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
8357         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
8358         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
8359         (zoom_control_changed_cb), (ev_window_init):
8360         
8361         Fix minor points related to moving best fit up. Introduce
8362         "zoom" property and make zoom control change it's value on
8363         notify::zoom signals. Fix for 305080.
8364
8365 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8366
8367         * data/evince-ui.xml:
8368         * shell/ev-window.c: (set_view_actions_sensitivity):
8369         
8370         Use + and - as accels for zoom in and zoom out. Fix for 305001.
8371
8372 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8373
8374         * configure.ac:
8375
8376         Depends on poppler 0.3.2
8377
8378 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8379
8380         * cut-n-paste/recent-files/egg-recent-item.c:
8381         (egg_recent_item_get_short_name):
8382         * cut-n-paste/toolbar-editor/Makefile.am:
8383         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8384         (new_pixbuf_from_widget):
8385         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8386         * cut-n-paste/toolbar-editor/egg-marshal.c:
8387         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8388         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8389
8390         Sync
8391
8392 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
8393
8394         * tiff/tiff-document.c: Rough TIFF backend.
8395
8396 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8397
8398         * NEWS:
8399         * configure.ac:
8400         * cut-n-paste/toolbar-editor/Makefile.am:
8401
8402         Release 0.3.1
8403
8404 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8405
8406         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
8407         (ev_view_find_next), (ev_view_find_previous):
8408
8409         Remove the locks around get_n_results   
8410
8411 2005-05-21  Juerg Billeter  <j@bitron.ch>
8412
8413         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
8414
8415         Pass correct number of pages to poppler.
8416
8417 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8418
8419         * configure.ac:
8420         * data/Makefile.am:
8421         * data/evince.desktop.in: 
8422         * data/evince.desktop.in.in:
8423         * po/POTFILES.in:
8424         
8425         Add conditionally dvi and djvu to desktop types. Fix for 304658.
8426
8427 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
8428
8429         * shell/ev-view.c: (view_update_adjustments),
8430         (view_set_adjustment_values): cast adjustmen->value to (int)
8431         before using it.  Otherwise, we get off by a pixel in some
8432         situations.
8433
8434         (draw_one_page): Draw the border on expose.
8435
8436 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
8437
8438         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
8439         adjustment when the mode changes, #304923
8440
8441 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8442
8443         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
8444         flickering on resize but still use gdk_window_scroll on
8445         scrolling
8446
8447 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
8448
8449         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
8450         option, #170458
8451
8452 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
8453
8454         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
8455         second page on page_changed if possible, #304669
8456
8457 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
8458
8459         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
8460         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
8461
8462 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
8463
8464         * .cvsignore:
8465         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
8466         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8467         (ev_view_zoom_for_size_presentation),
8468         (ev_view_zoom_for_size_continuous_and_dual_page),
8469         (ev_view_zoom_for_size_continuous),
8470         (ev_view_zoom_for_size_dual_page),
8471         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
8472         * shell/ev-view.h:
8473         * shell/ev-window.c: (update_view_size),
8474         (ev_window_sizing_mode_changed_cb):
8475
8476         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
8477         the scrollbars.  It's not 100% right, but it's much closer.  Kills
8478         an infinite loop, #304769
8479
8480
8481 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8482
8483         * data/evince-ui.xml:
8484         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
8485         * shell/ev-window.c: (set_view_actions_sensitivity):
8486
8487         Make PgUp/Down behave like Space
8488
8489 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8490
8491         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8492         * backend/ev-ps-exporter.h:
8493         * pdf/ev-poppler.cc:
8494         * ps/ps-document.c: (ps_document_ps_export_begin):
8495         * shell/ev-print-job.c: (idle_print_handler):
8496
8497         Adapt to new poppler api
8498
8499 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8500
8501         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8502         (ephy_zoom_control_init):
8503
8504         Translate zoom levels
8505
8506 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8507
8508         * cut-n-paste/zoom-control/ephy-zoom.c:
8509         (ephy_zoom_get_zoom_level_index):
8510
8511         Fix current zoom -> zoom control match
8512
8513 2005-05-18  James Bowes  <bowes@cs.dal.ca>
8514
8515         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
8516         rather than the scrolled_window that it's in. Fixes bug #304655.
8517
8518 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
8519
8520         * shell/ev-view.c: (view_update_adjustments),
8521         (view_set_adjustment_values), (view_update_range_and_current_page),
8522         (view_scroll_to_page), (set_scroll_adjustment),
8523         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
8524         (ev_view_scroll), (ev_view_scroll_view),
8525         (ensure_rectangle_is_visible), (find_page_at_location),
8526         (get_link_at_location), (go_to_link), (status_message_from_link),
8527         (ev_view_size_request_continuous_dual_page),
8528         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
8529         (ev_view_unrealize), (ev_view_expose_event),
8530         (ev_view_button_press_event), (ev_view_motion_notify_event),
8531         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
8532         (draw_rubberband), (highlight_find_results), (draw_one_page),
8533         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
8534         (ev_view_init), (find_changed_cb), (page_changed_cb),
8535         (on_adjustment_value_changed), (ev_view_new),
8536         (ev_view_set_document), (ev_view_set_zoom),
8537         (ev_view_set_continuous), (ev_view_set_dual_page),
8538         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
8539         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8540         (ev_view_zoom_for_size_presentation),
8541         (ev_view_zoom_for_size_continuous_dual_page),
8542         (ev_view_zoom_for_size_continuous),
8543         (ev_view_zoom_for_size_dual_page),
8544         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8545         (ev_view_get_status), (ev_view_set_status),
8546         (update_find_status_message), (ev_view_get_find_status),
8547         (ev_view_set_find_status), (jump_to_find_result),
8548         (jump_to_find_page), (compute_selections), (clear_selection),
8549         (ev_view_select_all), (get_selected_text), (ev_view_copy),
8550         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
8551         (ev_view_update_primary_selection),
8552         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
8553         * shell/ev-view.h:
8554         * shell/ev-window.c: (ev_window_open_page_label),
8555         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
8556         (ev_window_init):
8557         * shell/ev-window.h:
8558         * shell/main.c: (load_files):
8559
8560         Massive code clean up from Nickolay Shmyrev.  Keep page offset
8561         when resizing.  Remove the bin_window().  Also, patch from James
8562         Bowes to fix command line page, #300641
8563         
8564 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
8565
8566         * data/evince-ui.xml:
8567         * shell/ev-view.c:
8568         * shell/ev-view.h:
8569         * shell/ev-window.c: (update_action_sensitivity):
8570
8571         Get rid of View->Normal Size, it's just confusing
8572
8573 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
8574
8575         * backend/ev-document-info.h:
8576         * backend/ev-document.c: (ev_document_info_free): Free the
8577         EvDocumentInfo.
8578
8579         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
8580         (clear_range), (add_range), (update_visible_range),
8581         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
8582         (ev_sidebar_thumbnails_set_document):
8583         * shell/ev-window.c: (ev_window_setup_document): Only render the
8584         visible thumbnails.  It takes an instant to render, but it uses
8585         much less memory.
8586
8587 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8588
8589         * shell/ev-sidebar-links.c: (popup_menu_cb):
8590
8591         Select first item
8592
8593 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8594
8595         * lib/Makefile.am:
8596         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
8597         (button_press_cb), (ev_sidebar_links_construct):
8598
8599         Show the popup menu also on keybindings
8600
8601 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8602
8603         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
8604         * shell/ev-window.h:
8605
8606         Expose api to print a range (with dialog). Make private _print use
8607         it.
8608
8609         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
8610         (ev_sidebar_links_construct):
8611
8612         Show a print context menu on linkx, it prints the selected
8613         section.
8614
8615 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
8616
8617         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
8618         button.
8619
8620 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
8621
8622         * AUTHORS:
8623
8624         Update
8625
8626         * shell/ev-window.c: (build_comments_string),
8627         (ev_window_cmd_help_about):
8628
8629         Show poppler version/backend and authors
8630
8631 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8632
8633         * cut-n-paste/zoom-control/ephy-zoom.c:
8634         (ephy_zoom_get_zoom_level_index):
8635         * cut-n-paste/zoom-control/ephy-zoom.h:
8636
8637         Move the best fit items at the top of the list
8638
8639 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8640
8641         * shell/ev-marshal.list:
8642         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
8643         (activate_cb), (match_selected_cb), (activate_link_cb),
8644         (connect_proxy), (ev_page_action_class_init):
8645         * shell/ev-page-action.h:
8646
8647         Use signals to notify action activation. Hopefully
8648         I did not break completion since I cant test...
8649
8650         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
8651         (register_custom_actions):
8652
8653         Connect to page selector actions and also grab focus on
8654         the view when activated.
8655
8656 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
8657
8658         * pdf/ev-poppler.cc:
8659         * backend/ev-page-cache.c: make page size calculation consistent
8660         and set it to (int)( width * scale + 0.5).  This makes the weird
8661         line going through the middle of the page go away.
8662
8663         * shell/ev-view.c: move painting the background page after
8664         checking the expose area covers us.
8665
8666 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8667
8668         * data/evince-password.glade:
8669         
8670         Mark labels as not translatable. Fix for bug 302842.
8671
8672 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
8673
8674         * configure.ac: Added "es" to ALL_LINGUAS.
8675
8676 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8677
8678         * data/evince-toolbar.xml:
8679         * shell/ev-window.c: (update_action_sensitivity),
8680         (ev_window_setup_document), (ev_window_set_page_mode),
8681         (ev_window_init):
8682
8683         Remove some leftover code from jrb first continous
8684         attempt. Use the new actions, we still need good icons
8685         though...
8686
8687 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8688
8689         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
8690
8691         Update label when connecting proxy. Fix a warning with NULL
8692         page_cache.
8693
8694 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8695
8696         * data/evince-ui.xml:
8697         * shell/ev-page-action.c: (ev_page_action_grab_focus):
8698         * shell/ev-page-action.h:
8699         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
8700
8701         Add mnemonic for edit toolbar.
8702         ctrl+l focus the page entry.
8703
8704 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8705
8706         * lib/Makefile.am:
8707         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
8708         (ev_window_init):
8709         * shell/main.c: (main):
8710
8711         Put the toolbar xml in evince own dot dir
8712
8713 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8714
8715         * shell/ev-window.c: (ev_window_init):
8716
8717         Make the toolbar not removable
8718
8719 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8720
8721         * data/evince-ui.xml:
8722         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
8723         * shell/ev-sidebar-links.h:
8724         * shell/ev-sidebar-thumbnails.c:
8725         (ev_sidebar_thumbnails_get_treeview):
8726         * shell/ev-sidebar-thumbnails.h:
8727         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
8728         (ev_view_class_init):
8729         * shell/ev-view.h:
8730         * shell/ev-window.c: (update_action_sensitivity),
8731         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
8732         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
8733         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
8734         (ev_window_init):
8735
8736         This is evil... Make space/backspace global accelerators but
8737         enable them only for some widgets (sidebars and view).
8738         I dont like it, but I dont know a better way... :/
8739
8740 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8741
8742         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
8743         (ev_page_action_widget_finalize),
8744         (ev_page_action_widget_class_init), (update_page_cache):
8745
8746         Keep a weak reference on proxy->page_cache so that we
8747         dont try to disconnect the signal if the object is already
8748         gone. Maybe there is a better way to cleanup reference handling
8749         in page action though...
8750
8751 2005-05-10  Juerg Billeter  <j@bitron.ch>
8752
8753         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8754         * backend/ev-ps-exporter.h:
8755         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
8756         * ps/ps-document.c: (ps_document_ps_export_begin):
8757         
8758         Change api to pass print range to ps_exporter_begin. The pdf backend
8759         requires this information.
8760         
8761         * shell/ev-print-job.c: (idle_print_handler):
8762         
8763         Adapt to api change
8764
8765 2005-05-10  Juerg Billeter  <j@bitron.ch>
8766
8767         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
8768         (idle_print_handler)
8769         * shell/ev-window.c: (ev_window_print):
8770
8771         Support printing page range, based on patch by Amaury Jacquot
8772
8773 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8774
8775         * data/evince-toolbar.xml:
8776
8777         Add zoom control to available items
8778
8779 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8780
8781         * shell/ev-window.c: (update_action_sensitivity):
8782
8783         Set slash action insensitive when appropriate
8784
8785 2005-05-10  Christian Persch <chpe@gnome.org>
8786
8787         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
8788
8789         Fix warning on the overflow menu
8790
8791 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8792
8793         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
8794
8795         Check for uri correctness/existence
8796
8797 2005-05-09  Juerg Billeter  <j@bitron.ch>
8798
8799         * shell/ev-window.c: (using_postscript_printer):
8800
8801         LPD printers use postscript, too
8802
8803 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8804
8805         * shell/ev-window.c: (register_custom_actions):
8806
8807         The zoom one is actually sort of useful,
8808         put it back
8809
8810 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8811
8812         * shell/ev-window.c: (register_custom_actions):
8813
8814         Hide page/zoom controls from overflow, they
8815         are useless.
8816
8817 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8818
8819         * cut-n-paste/update-from-egg.sh:
8820         
8821         Share it between all cut-n-paste subdirs
8822
8823         * cut-n-paste/recent-files/Makefile.am:
8824
8825         Fix to use "global" update-from-egg.sh
8826
8827         * cut-n-paste/recent-files/egg-recent-model.c:
8828         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
8829         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8830         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
8831         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
8832
8833         Update from libegg
8834
8835         * cut-n-paste/toolbar-editor/Makefile.am:
8836
8837         Fix to use "global" update-from-egg.sh
8838
8839         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8840
8841         Update from libegg
8842
8843 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
8844
8845         * configure.ac:
8846         * cut-n-paste/Makefile.am:
8847         * cut-n-paste/recent-files/Makefile.am:
8848         * cut-n-paste/toolbar-editor/.cvsignore:
8849         * cut-n-paste/toolbar-editor/Makefile.am:
8850         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8851         (egg_editable_toolbar_get_type), (get_toolbar_position),
8852         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
8853         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
8854         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
8855         (set_item_drag_source), (create_item_from_action), (create_item),
8856         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
8857         (popup_toolbar_context_menu_cb), (free_dragged_item),
8858         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
8859         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
8860         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
8861         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
8862         (item_added_cb), (item_removed_cb),
8863         (egg_editable_toolbar_construct),
8864         (egg_editable_toolbar_disconnect_model),
8865         (egg_editable_toolbar_deconstruct),
8866         (egg_editable_toolbar_set_model),
8867         (egg_editable_toolbar_set_ui_manager),
8868         (egg_editable_toolbar_set_property),
8869         (egg_editable_toolbar_get_property),
8870         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
8871         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
8872         (egg_editable_toolbar_new_with_model),
8873         (egg_editable_toolbar_get_edit_mode),
8874         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
8875         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
8876         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
8877         (new_pixbuf_from_widget), (new_separator_pixbuf),
8878         (update_separator_image), (style_set_cb),
8879         (_egg_editable_toolbar_new_separator_image),
8880         (egg_editable_toolbar_get_model):
8881         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8882         * cut-n-paste/toolbar-editor/egg-marshal.c:
8883         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8884         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
8885         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
8886         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
8887         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
8888         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
8889         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
8890         (editor_drag_data_delete_cb), (drag_data_get_cb),
8891         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
8892         (editor_create_item), (update_editor_sheet), (setup_editor),
8893         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
8894         (parse_item_list), (model_has_action), (update_actions_list),
8895         (egg_toolbar_editor_load_actions):
8896         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
8897         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8898         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
8899         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
8900         (toolbars_item_new), (free_toolbar_node), (free_item_node),
8901         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
8902         (egg_toolbars_model_add_separator), (impl_add_item),
8903         (parse_item_list), (egg_toolbars_model_add_toolbar),
8904         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
8905         (impl_get_item_data), (impl_get_item_type),
8906         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
8907         (egg_toolbars_model_init), (free_toolbar),
8908         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
8909         (egg_toolbars_model_remove_toolbar),
8910         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
8911         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
8912         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
8913         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
8914         (egg_toolbars_model_get_item_data),
8915         (egg_toolbars_model_get_item_type):
8916         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8917         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8918         * data/Makefile.am:
8919         * data/evince-toolbar.xml:
8920         * data/evince-ui.xml:
8921         * data/hand-open.png:
8922         * po/POTFILES.in:
8923         * shell/Makefile.am:
8924         * shell/ev-window.c: (update_chrome_visibility),
8925         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
8926         (ev_window_dispose), (ev_window_init):
8927
8928         Implement epiphany like toolbar editor. Based on patch by
8929         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8930
8931 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8932
8933         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
8934
8935         Use set_cursor instead of set_selection, so that
8936         the keyboard focus moves too.
8937
8938 2005-05-09  Aleksey Kliger <akliger@gmail.com>
8939
8940         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
8941
8942         Fix infinite loop when loading Type1 fonts
8943
8944 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8945
8946         * data/evince-ui.xml:
8947         * shell/ev-window.c:
8948
8949         Slash -> Find
8950
8951 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
8952
8953         * configure.ac:
8954
8955         Make --disable really disable
8956
8957 2005-05-07  Juerg Billeter  <j@bitron.ch>
8958
8959         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
8960
8961         Compare page labels even without has_labels set, fixes setting page
8962         with entry
8963
8964 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8965
8966         * shell/ev-view.c: (ev_view_create_invisible_cursor),
8967         (ev_view_set_cursor), (ev_view_button_press_event),
8968         (ev_view_motion_notify_event), (ev_view_button_release_event),
8969         (ev_view_init):
8970
8971         Implement middle button scrolling. Based on a patch
8972         by Tommi Komulainen <tommi.komulainen@iki.fi>.
8973
8974 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
8975
8976         * shell/ev-document-types.c: (get_slow_mime_type),
8977         (get_document_type_from_mime), (ev_document_type_lookup):
8978         * shell/ev-document-types.h:
8979
8980         Change api to lookup from uri. Do fast lookup first, if the
8981         type is unknown try with data sniffing.
8982
8983         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
8984         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8985
8986         Adapt to api change
8987
8988 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8989
8990         * thumbnailer/Makefile.am:
8991
8992         Fix distcheck
8993
8994 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8995
8996         * NEWS:
8997         * configure.ac:
8998
8999         Release 0.3.0
9000
9001         * data/evince-ui.xml:
9002
9003         Hide presentation mode for now
9004
9005         * shell/ev-view.c: (highlight_find_results):
9006
9007         Show current find selection only on current page
9008
9009 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9010
9011         * shell/ev-view.c: (ev_view_select_all):
9012
9013         Compute size of the actual page, not of
9014         the current one.
9015
9016 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9017
9018         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
9019         (view_rect_to_doc_rect), (compute_selections),
9020         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
9021         (ev_view_copy), (ev_view_primary_get_cb),
9022         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
9023         (ev_view_button_press_event), (ev_view_motion_notify_event),
9024         (ev_view_button_release_event), (page_changed_cb):
9025
9026         Fix text selection
9027
9028 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9029
9030         * shell/ev-view.c: (compute_border), (get_page_extents),
9031         (doc_rect_to_view_rect), (highlight_find_results),
9032         (ev_view_bin_expose), (ev_view_select_all),
9033         (ev_view_motion_notify_event), (update_find_status_message),
9034         (jump_to_find_result), (jump_to_find_page):
9035
9036         First go at fixing search, still buggy
9037
9038 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
9039
9040         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
9041         dropdown box and button at the top of the sidebar.
9042
9043 2005-05-02  James Bowes  <bowes@cs.dal.ca>
9044
9045         * configure.ac: Output zoom-control Makefile.
9046         * cut-n-paste/Makefile.am: build zoom-control subdir.
9047         * cut-n-paste/zoom-control/ephy-zoom-action.c:
9048         * cut-n-paste/zoom-control/ephy-zoom-action.h:
9049         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9050         * cut-n-paste/zoom-control/ephy-zoom-control.h:
9051         * cut-n-paste/zoom-control/ephy-zoom.c:
9052         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
9053         from epiphany, and modified to add a separator into the menu.
9054         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
9055         * data/evince-ui.xml: Replace old zoom toolbar actions with new
9056         zoom-control action.
9057         * shell/Makefile.am: Include zoom-control flags.
9058         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
9059         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
9060         (ev_view_zoom_for_size_presentation),
9061         (ev_view_zoom_for_size_continuous_and_dual_page),
9062         (ev_view_zoom_for_size_continuous),
9063         (ev_view_zoom_for_size_dual_page),
9064         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
9065         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
9066         ev_view_get_zoom and ev_view_get_sizing_mode.
9067         * shell/ev-view.h:
9068         * shell/ev-window.c: (update_action_sensitivity),
9069         (update_sizing_buttons), (zoom_control_changed_cb),
9070         (register_custom_actions): Initialize and use the zoom-control 
9071         widget.
9072
9073 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
9074
9075         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
9076         preview cache back to 1.  Don't know when it got set to 0.
9077         
9078         * shell/ev-view.c: (compute_border), (ev_view_realize),
9079         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
9080         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
9081         (ev_view_get_fullscreen), (ev_view_set_presentation),
9082         (ev_view_get_presentation), (ev_view_set_sizing_mode),
9083         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
9084         * shell/ev-view.h:
9085         * shell/ev-window.c:
9086         (update_chrome_visibility),
9087         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9088         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9089         (update_document_mode), (ev_window_update_fullscreen_action),
9090         (ev_window_fullscreen), (ev_window_unfullscreen),
9091         (ev_window_cmd_view_fullscreen),
9092         (ev_window_update_presentation_action),
9093         (ev_window_run_presentation), (ev_window_stop_presentation),
9094         (ev_window_cmd_view_presentation), (ev_window_state_event),
9095         (ev_window_focus_in_event), (ev_window_focus_out_event),
9096         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
9097         * data/evince-ui.xml: Initial presentation mode.  We should
9098         probably hide this until it's done, as it's quite rough.  Also,
9099         change full-screen to fullscreen and add two getters to EvView.
9100
9101 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9102
9103         * shell/ev-page-action.c: (update_page_cache),
9104         (ev_page_action_dispose):
9105         * shell/ev-window.c: (destroy_fullscreen_popup),
9106         (ev_window_create_fullscreen_popup):
9107
9108         Use connect_object rather than explicitly
9109         disconnect on dispose.
9110
9111 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9112
9113         * shell/ev-page-action.c: (update_page_cache),
9114         (ev_page_action_dispose):
9115
9116 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9117
9118         * backend/ev-page-cache.c: (_ev_page_cache_new),
9119         (ev_page_cache_set_page_label),
9120         (ev_page_cache_has_nonnumeric_page_labels):
9121         * backend/ev-page-cache.h:
9122         * shell/ev-page-action.c: (update_pages_label):
9123         
9124         If all page labels are numeric, fallback to default
9125         way to display number of pages. See bug 173185.
9126
9127 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9128
9129         * shell/ev-page-action.c: (ev_page_action_dispose):
9130         * shell/ev-view.c: (view_update_range_and_current_page):
9131         * shell/ev-window.c: (ev_window_dispose):
9132         
9133         Set page on scroll in continuous mode. Fixes bug 301986.
9134         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
9135
9136 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
9137
9138         * configure.ac:
9139
9140         Require poppler 0.3.0
9141
9142 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9143         
9144         * shell/Makefile.am, configure.ac: Fix build problems
9145         with t1lib. Bug 301996.
9146
9147 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9148
9149         * shell/ev-view.c: (ev_view_scroll_event):
9150         
9151         Scroll up increase zoom
9152
9153 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9154
9155         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
9156         (ev_view_set_sizing_mode),
9157         (ev_view_zoom_for_size_continuous_and_dual_page),
9158         (ev_view_zoom_for_size_continuous):
9159         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
9160         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
9161         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
9162         (ev_window_init):
9163
9164         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
9165         Fix for 165473 and 165472.
9166
9167 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9168
9169         * po/POTFILES.in:
9170         * thumbnailer/Makefile.am:
9171         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
9172         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
9173         * thumbnailer/evince-thumbnailer.schemas.in:
9174         
9175         Make thumbnailer schemas translatable. Fix for bug 301773
9176         
9177         * thumbnailer/evince-thumbnailer-djvu.schemas:
9178         * thumbnailer/evince-thumbnailer-dvi.schemas:
9179         * thumbnailer/evince-thumbnailer.schemas:
9180
9181         Removed files
9182
9183 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
9184
9185         * shell/ev-view.c (ev_view_init): forgot to set this.
9186
9187 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
9188
9189         * shell/ev-view.c: (find_page_at_location),
9190         (get_link_at_location),
9191         (ev_view_set_show_border), (ev_view_set_spacing),
9192         (ev_view_zoom_for_size_continuous_and_dual_page),
9193         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
9194         Also, add a quick fix measuring of widths.  Also, removed
9195         ev_view_set_spacing and ev_view_set_show_border.
9196         
9197         * shell/ev-window.c: (ev_window_unfullscreen),
9198         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
9199
9200 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9201
9202         * shell/ev-view.c: (view_update_range_and_current_page),
9203         (page_changed_cb):
9204         
9205         Fix crash on exit and scrolling to page in continuous view.
9206
9207 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
9208
9209         * TODO:
9210         * backend/ev-page-cache.c: (_ev_page_cache_new),
9211         (ev_page_cache_get_max_width_size),
9212         (ev_page_cache_get_max_height_size):
9213         * backend/ev-page-cache.h:
9214         * data/evince-ui.xml:
9215         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
9216         * shell/ev-view.c: (view_update_adjustments),
9217         (view_update_range_and_current_page), (get_bounding_box_size),
9218         (ev_view_size_request_continuous_and_dual_page),
9219         (ev_view_size_request_continuous),
9220         (ev_view_size_request_dual_page),
9221         (ev_view_size_request_single_page), (ev_view_size_request),
9222         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
9223         (ev_view_bin_expose), (ev_view_expose_event),
9224         (ev_view_set_property), (ev_view_get_property),
9225         (ev_view_class_init), (ev_view_init), (ev_view_new),
9226         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
9227         (ev_view_set_dual_page), (ev_view_set_full_screen),
9228         (ev_view_set_presentation), (ev_view_set_sizing_mode),
9229         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
9230         (ev_view_zoom_out), (zoom_for_size_fit_width),
9231         (zoom_for_size_best_fit),
9232         (ev_view_zoom_for_size_continuous_and_dual_page),
9233         (ev_view_zoom_for_size_continuous),
9234         (ev_view_zoom_for_size_dual_page),
9235         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9236         (ev_view_show_cursor), (ev_sizing_mode_get_type):
9237         * shell/ev-view.h:
9238         * shell/ev-window.c: (update_action_sensitivity),
9239         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9240         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9241         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
9242         (ev_window_cmd_view_zoom_out), (update_view_size),
9243         (ev_window_set_sizing_mode), (ev_window_init):
9244
9245         Add Continuous and Dual page modes.
9246
9247 2005-04-23  James Bowes  <bowes@cs.dal.ca>
9248
9249         * dvi/dvi-document.c: (dvi_document_load),
9250         (dvi_document_thumbnails_get_thumbnail),
9251         (dvi_document_init_params): Fix up some mixups between
9252         width and height to correct thumbnail rendering.
9253
9254 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9255
9256         * dvi/mdvi-lib/private.h:
9257         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
9258         
9259         Suppess output for kpathsea during font generation. Thanks to
9260         James Bowes
9261
9262 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
9263
9264         * NEWS:
9265         * configure.ac:
9266
9267         Release 0.2.1
9268
9269         * Makefile.am: fix distcheck.
9270
9271 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9272
9273         * shell/ev-sidebar-links.c: (selection_changed_callback),
9274         (update_page_callback), (row_activated_callback),
9275         (job_finished_callback), (ev_sidebar_links_set_document):
9276         
9277         Fix for bug #169901. Double click on links expands tree.
9278
9279 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
9280
9281         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
9282         hard-coded style. Fix for bug 170111
9283
9284 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
9285
9286         * shell/ev-view.c (highlight_find_results): Remove unnecessary
9287         locking.
9288
9289 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9290
9291         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
9292
9293 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
9294
9295         * pdf/ev-poppler.cc:
9296         * shell/ev-view.c: (highlight_find_results):
9297
9298         Fix find on single page documents
9299
9300 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9301
9302         * data/evince.schemas.in: fix for bug 301390
9303
9304 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9305
9306         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
9307         (ev_view_zoom_out), (ev_view_zoom_normal):
9308         * shell/ev-view.h:
9309         * shell/ev-window.c: (update_action_sensitivity),
9310         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9311         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
9312         (ev_window_cmd_view_normal_size):
9313
9314         Fix normal size zoom. Make zoom in/zoom out unsensitive when
9315         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
9316         better than oom. 
9317
9318 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9319
9320         * configure.ac:
9321
9322         Depend on 2.57, 2.59 doesnt seem to be necessary
9323
9324 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9325
9326         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
9327         (create_tool_item):
9328
9329         Put back total number of pages as (1 of 1234)
9330
9331 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
9332
9333         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
9334         remove the job.
9335
9336         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
9337         function.  This helps debugging.
9338
9339 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9340
9341         * djvu/djvu-document.c: (djvu_document_class_init),
9342         (djvu_document_get_info), (djvu_document_document_iface_init):
9343         * dvi/dvi-document.c: (dvi_document_class_init),
9344         (dvi_document_get_info), (dvi_document_document_iface_init):
9345
9346         Dummy implementation of get_info method for dvi and
9347         djvu. Fix crashes with those backends
9348
9349 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
9350
9351         * data/evince.desktop.in:
9352
9353         Add application/x-gzpostscript
9354
9355 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
9356
9357         * data/evince.schemas.in: Added real long descriptions, 
9358         closes bug 172496 
9359
9360         * README: Added actual text, closes bug 171869
9361
9362 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9363
9364         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9365
9366         Thumbnail page 0
9367
9368 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9369
9370         * backend/ev-document-info.h:
9371
9372         s/GDate */GDate so we can just use g_free
9373
9374 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9375
9376         * shell/ev-window.c: (update_document_mode),
9377         (ev_window_setup_document):
9378
9379         Show the window in fullscreen when specified by
9380         the document
9381
9382 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9383
9384         * backend/ev-document.c: (ev_document_class_init),
9385         (ev_document_get_info), (ev_document_render_pixbuf):
9386         * backend/ev-document.h:
9387         * backend/ev-page-cache.c: (_ev_page_cache_new):
9388         * pdf/ev-poppler.cc:
9389         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
9390         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
9391         * ps/ps-document.c: (ps_document_class_init), (document_load),
9392         (ps_document_get_info), (ps_document_document_iface_init):
9393
9394         Remove get_title from the interface, we can just use document info
9395
9396 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9397
9398         * backend/Makefile.am:
9399         * backend/ev-document.c: (ev_document_render_get_info):
9400         * backend/ev-document.h:
9401         * pdf/ev-poppler.cc:
9402
9403         Initial support for document info. Based on jrb patch.
9404
9405 2005-04-19  Paolo Borelli <pborelli@katamail.com>
9406
9407         * shell/ev-window.c: (ev_window_state_event),
9408         (ev_window_class_init), (ev_window_init):
9409         
9410         Doesn't show resize grip when maximized. See bug #301053
9411
9412 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9413
9414         * po/POTFILES.in:
9415         
9416         ev-sidebar-thumbnails now has translatable labels
9417         
9418         * shell/Makefile.am:
9419         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
9420         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
9421         (ev_sidebar_links_page_iface_init):
9422         * shell/ev-sidebar-links.h:
9423         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9424         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
9425         (ev_sidebar_page_get_label):
9426         * shell/ev-sidebar-page.h:
9427         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
9428         (ev_sidebar_thumbnails_set_document),
9429         (ev_sidebar_thumbnails_support_document),
9430         (ev_sidebar_thumbnails_get_label),
9431         (ev_sidebar_thumbnails_page_iface_init):
9432         * shell/ev-sidebar-thumbnails.h:
9433         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
9434         (ev_sidebar_set_document):
9435         * shell/ev-sidebar.h:
9436         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
9437         
9438         Small rework of sidebar code. Now sidebar pages should implement
9439         EvSidebarPage interface. That makes page management in EvSidebar
9440         easier. See bug #164811 for details
9441
9442 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9443
9444         * shell/ev-application.c: (ev_application_open):
9445         * shell/ev-document-types.c:
9446         
9447         Fix build error and small problem with application exit
9448
9449 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9450
9451         * thumbnailer/Makefile.am:
9452         * thumbnailer/evince-thumbnailer-djvu.schemas:
9453         * thumbnailer/evince-thumbnailer-dvi.schemas:
9454         
9455         Conditionally install schemas for djvu/dvi thumbnailer
9456
9457 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
9458
9459         * shell/ev-document-types.h: 
9460         * shell/ev-document-types.c: 
9461         New files, handling the mapping from mimetypes to backends
9462         
9463         * shell/ev-window.c: 
9464         * thumbnailer/evince-thumbnailer.c:     
9465         Use the ev-document-types code
9466         
9467         * shell/Makefile.am: 
9468         Added new convenience library libevbackendfactory_la, containing
9469         the new mimetype->backend logic; moved the backends into it.
9470
9471         * thumbnailer/Makefile.am:
9472         Make the thumbnailer link with the libevbackend.la convenience
9473         library, rather than having a duplicate of the backend logic here.
9474
9475 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
9476
9477         * shell/ev-stock-icons.c: constify some vars.
9478         * shell/ev-window.c: ditto.
9479
9480 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
9481
9482         * ps/ps-document.c (get_page_orientation):
9483
9484         Respect document orientation 
9485
9486 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9487
9488         * djvu/Makefile.am:
9489         * dvi/Makefile.am:
9490         * shell/Makefile.am:
9491         
9492         Move library dependencies to components.
9493         
9494         * shell/ev-window.c: (update_window_title),
9495         (start_loading_document):
9496         
9497         Fix display of uris with spaces. Bug 168358.
9498
9499 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
9500
9501         * shell/ev-sidebar-links.c: (selection_changed_cb):
9502         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
9503         (ev_view_button_release_event), (ev_view_set_document):
9504         * shell/ev-view.h:
9505         * shell/ev-window.c: (find_bar_search_changed_cb):
9506         * shell/ev-window.h: Minor cleanups removing some dead code.
9507
9508 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9509
9510         * backend/ev-page-cache.c: (_ev_page_cache_new):
9511         
9512         Set current page to 0 if document has pages.
9513
9514 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9515
9516         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9517
9518         Initialize GError to NULL, fix a crash when loading fails.
9519
9520 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9521
9522         * shell/ev-window.c: (update_view_size):
9523
9524         Calculate shadow size only when there is actually
9525         a shadow.
9526
9527 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9528
9529         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
9530         * shell/ev-view.h:
9531
9532         Allow setting view spacing, default to 0
9533
9534         * shell/ev-window.c: (ev_window_unfullscreen),
9535         (ev_window_cmd_view_fullscreen), (ev_window_init):
9536
9537         Remove spacing in fullscreen mode
9538
9539 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9540
9541         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
9542         (ev_view_size_request), (expose_bin_window),
9543         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
9544         * shell/ev-view.h:
9545         * shell/ev-window.c: (ev_window_unfullscreen),
9546         (ev_window_cmd_view_fullscreen):
9547
9548         Do not draw the border in fulscreen
9549
9550 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9551
9552         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
9553         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
9554         (find_page_at_location), (page_changed_cb):
9555
9556         Rework border calculation, so that I can more easily disable it.
9557         Code somewhat cleaner too.
9558
9559 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9560
9561         * backend/ev-page-cache.c: (ev_page_cache_init),
9562         (_ev_page_cache_new):
9563
9564         Remove some assertions, documents can have 0 pages.
9565         Make initial current page -1.
9566
9567         * shell/ev-page-action.c: (page_changed_cb):
9568
9569         Show "" if current page is -1
9570
9571         * shell/ev-window.c: (update_action_sensitivity),
9572         (ev_window_setup_document):
9573
9574         When document has 0 pages do not set the view
9575         and make nearly everything insensitive.
9576
9577 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9578
9579         * shell/ev-page-view.c:
9580         * shell/ev-page-view.h:
9581
9582         Remove unused files.
9583         
9584         * shell/ev-sidebar-thumbnails.c:
9585         (ev_sidebar_thumbnails_set_document):
9586         * shell/ev-sidebar.c: (ev_sidebar_set_document),
9587         (ev_sidebar_supports_document):
9588         * shell/ev-sidebar.h:
9589         * shell/ev-window.c: (ev_window_setup_document):
9590         
9591         Doesn't show thumbnails if document has 1 page. Make
9592         sidebar menu entries sensitive only if if they have 
9593         sense. Fix bug 164811. 
9594
9595 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9596
9597         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
9598         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
9599         (ev_view_zoom_out), (ev_view_set_size):
9600
9601         Rework sizing to deal with documents with not uniform page
9602         size.
9603
9604 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9605
9606         * backend/ev-page-cache.c: (_ev_page_cache_new):
9607
9608         Fix several page size caching bugs
9609
9610 2005-04-15  Luca Ferretti <elle.uca@libero.it>
9611
9612         * shell/ev-window.c: (set_action_properties):
9613
9614         Make all toolbar items translatable
9615
9616 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9617
9618         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
9619         (save_page_list), (ps_document_save),
9620         (ps_document_document_iface_init), (ps_document_ps_export_begin),
9621         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
9622         (ps_document_ps_exporter_iface_init):
9623         * ps/ps-document.h:
9624
9625         Based on a patch by J�rg Billeter <j@bitron.ch>
9626         
9627         Implement print and save a copy for the ps backend.
9628
9629 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
9630
9631         * backend/ev-document.h:
9632         * djvu/djvu-document.c: (djvu_document_can_get_text),
9633         (djvu_document_document_iface_init):
9634         * dvi/dvi-document.c: (dvi_document_can_get_text),
9635         (dvi_document_document_iface_init):
9636         * pdf/ev-poppler.cc:
9637         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
9638         (pixbuf_document_document_iface_init):
9639         * ps/ps-document.c: (ps_document_can_get_text),
9640         (ps_document_document_iface_init):
9641         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
9642         * shell/ev-window.c: (update_action_sensitivity):
9643
9644         Fix the crash when trying to copy in backends that doesnt
9645         support it. We can implement a better solution once we
9646         do real text selection.
9647
9648 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
9649
9650         * data/evince-ui.xml:
9651         * shell/ev-window.c: (ev_window_cmd_escape):
9652         
9653         Work around the Escape conflict (find bar and unfullscreen)
9654
9655 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9656
9657         * backend/ev-page-cache.c: (ev_page_cache_next_page):
9658         
9659         Fix for #300233. Next page correctly handles document end.
9660         
9661         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9662         (ev_sidebar_thumbnails_class_init),
9663         (ev_sidebar_thumbnails_set_document),
9664         (ev_sidebar_thumbnails_clear_job),
9665         (ev_sidebar_thumbnails_clear_model):
9666         
9667         Cleanup thumbnail jobs on document changes.
9668         
9669         * shell/ev-view.c: (add_scroll_binding_keypad),
9670         (add_scroll_binding_shifted), (ev_view_class_init):
9671         
9672         Shift + Space scrolls up. Fix for #173184
9673         
9674         * shell/ev-window.c: (ev_window_open_page),
9675         (ev_window_cmd_view_reload):
9676         
9677         Fix reload (Bug #300094)
9678
9679 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9680
9681         
9682         * dvi/mdvi-lib/assoc.c:
9683         * dvi/mdvi-lib/assoc.h: Removed garbage files
9684         
9685         * dvi/mdvi-lib/bitmap.c:
9686         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
9687         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
9688         * dvi/mdvi-lib/color.h: Antialias of rules
9689         
9690         * dvi/mdvi-lib/common.h:
9691         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
9692         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
9693         * dvi/mdvi-lib/files.c:
9694         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
9695         * dvi/mdvi-lib/mdvi.h:
9696         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9697         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
9698         * dvi/mdvi-lib/util.c: Fix compile warnings
9699         
9700         * dvi/dvi-document.c:
9701         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
9702         (dvi_document_thumbnails_get_thumbnail),
9703         (dvi_document_document_thumbnails_iface_init):
9704         * dvi/mdvi-lib/Makefile.am:
9705         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9706         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
9707         
9708         Dvi backend now renders thumbnails
9709
9710 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
9711
9712         * shell/main.c: (main): 
9713         
9714         Save accelerators on exit. Fixes bug #172095.
9715
9716 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
9717
9718         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
9719         update priority" comment.
9720
9721         * backend/ev-job-queue.c: Give a way to change priority.
9722
9723 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
9724
9725         * shell/ev-page-action.c: Fix logic.
9726
9727 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9728
9729         * shell/ev-view.c: (ev_view_can_find_next):
9730         * shell/ev-window.c: (ev_window_setup_document):
9731
9732         Check that the document supports find
9733
9734 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9735
9736         * data/evince-ui.xml:
9737         * shell/ev-view.c: (ev_view_can_find_next):
9738         * shell/ev-view.h:
9739         * shell/ev-window.c: (update_action_sensitivity),
9740         (find_changed_cb), (ev_window_setup_document),
9741         (ev_window_cmd_edit_find_next):
9742
9743         Add Edit->Find Next
9744
9745 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9746
9747         * pdf/ev-poppler.cc:
9748         * shell/ev-print-job.c: (idle_print_handler):
9749
9750         Make printing work again
9751
9752 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
9753
9754         * shell/ev-page-action.h:
9755         * shell/ev-page-action.c: (ev_page_action_widget_init),
9756         (ev_page_action_widget_class_init), (page_changed_cb),
9757         (create_tool_item), (update_page_cache), (build_new_tree_cb),
9758         (get_filter_model_from_model), (match_selected_cb),
9759         (display_completion_text), (match_completion), (update_model),
9760         (connect_proxy), (ev_page_action_set_property),
9761         (ev_page_action_get_property), (ev_page_action_set_document),
9762         (ev_page_action_set_model), (ev_page_action_class_init): Big
9763         reworking to make completions work iff we have >= GTK-2.7.0
9764                 
9765         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
9766         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
9767         (job_finished_cb): We now have a 'model' property that is set when
9768         the links are loaded.  This can be caught with "notify::model"
9769
9770         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
9771         listen for the model to be set, and propagate it to the action.
9772
9773 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9774
9775         * cut-n-paste/recent-files/egg-recent-item.c:
9776         (egg_recent_item_set_uri), (make_valid_utf8),
9777         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
9778         * cut-n-paste/recent-files/egg-recent-item.h:
9779         
9780         Update egg-recent from libegg. This should fix long
9781         startup problem. For details see
9782         http://bugzilla.gnome.org/show_bug.cgi?id=160531
9783
9784 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9785
9786         * cut-n-paste/recent-files/Makefile.am:
9787         * data/evince-ui.xml, shell/Makefile.am:
9788         * shell/ev-application.c, shell/ev-application.h:
9789         * shell/ev-window.c: Recent files support.
9790         
9791         * configure.ac: Added "ru" to ALL_LINGUAS.
9792         
9793         * dvju: new backend to support DJVU files.
9794         * dvi: new backend to support DVI.
9795
9796         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
9797         * ev-application.c: Support for new backends.
9798         
9799         * help, ev-window.c, main.c shell/Makefile.am: 
9800         Evince user documentation.
9801
9802 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9803
9804         * po/POTFILES.in:
9805         * shell/ev-window.c:
9806         * thumbnailer/evince-thumbnailer.c:
9807
9808         s/pdf-document/ev-poppler
9809
9810 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9811
9812         * NEWS:
9813         * configure.ac:
9814
9815         Release 0.2.0
9816
9817         * ps/ps-document.c: (setup_pixmap):
9818
9819         Remove debug code
9820
9821 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
9822
9823         * backend/ev-page-cache.c (ev_page_cache_next_page): 
9824         * shell/ev-window.c (ev_window_cmd_go_next_page) 
9825         (ev_window_cmd_go_first_page): Fix of by one errors.
9826
9827 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9828
9829         * ps/ps-document.c: (get_page_box):
9830
9831         Fix page size calculation
9832
9833 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9834
9835         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9836         (ps_document_cleanup), (setup_pixmap), (get_page_box),
9837         (get_page_orientation), (setup_page), (document_load),
9838         (ps_document_get_page_size), (render_pixbuf_idle):
9839         * ps/ps-document.h:
9840
9841         More refactoring to adapt to EvDocument changes
9842
9843 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9844
9845         * ps/ps-document.c: (start_interpreter):
9846
9847         Actually add alpha args
9848
9849 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9850
9851         * pdf/ev-poppler.cc:
9852
9853         Make clipboard work again
9854
9855 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
9856
9857         Make searching work again.
9858         
9859         * backend/ev-document.c:
9860         * backend/ev-document.h:
9861         * backend/ev-document-find.c:
9862         * backend/ev-document-find.h: Change EvDocumentIface so we no
9863         longer store the current page or zoom level in the document.  The
9864         consequence is that all calls that operate on the current page now
9865         instead take the page number as an extra argument, and all
9866         coordinates are now doubles in document coordinate system.
9867
9868         * pdf/ev-poppler.cc:
9869         * pixbuf/pixbuf-document.c:
9870         * ps/ps-document.c: Update backends accordingly.
9871
9872 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
9873
9874         * autogen.sh:
9875
9876         Add required gettext version
9877
9878 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
9879
9880         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
9881         make F1 bring up non-existent help.
9882
9883         * shell/eggfindbar.c: Patch from Christian Persch to sync to
9884         epiphany's find bar, #167477
9885
9886         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
9887         <emil@nishra.com> to add space-bar scrolling, 
9888
9889         * shell/ev-window.c (static GtkActionEntry entries): add default
9890         keybinding for Help (F1)
9891         Fixes #171068
9892
9893         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
9894         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
9895         170110
9896
9897 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
9898
9899         * Makefile.am: 
9900         * pixbuf/pixbuf-document.c: 
9901
9902         Got pixbuf backend working again
9903
9904 2005-04-01  Steve Murphy  <murf@e-tools.com>
9905
9906         * configure.in: Added "rw" to ALL_LINGUAS.
9907
9908 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
9909
9910         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
9911         model types, noticed by Martin Kretzschmar.
9912
9913 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
9914
9915         * pdf/ev-poppler.cc: Implement search based on
9916         poppler_page_find_text().  Currently a bit crude since we remember
9917         all matches from all pages.  Also, we grab the big document lock
9918         when we search since searching changes the underlying stream and
9919         thus conflicts with the rendering thread.
9920         
9921         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
9922         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
9923         (ev_view_find_previous): Fix some page indexes to be 0 based,
9924         offset rubber band by view offset,
9925
9926 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
9927
9928         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
9929
9930 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
9931
9932         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
9933         completely because I didn't understand GtkActions.  I should
9934         read Marco's code more carefully in the future.
9935
9936         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
9937         function
9938
9939 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
9940
9941         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
9942         PopplerRectangle change from poppler CVS.
9943
9944 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
9945
9946         * backend/ev-document.c: (ev_document_get_page_label):
9947         * backend/ev-document.h:
9948         * backend/ev-page-cache.c: (_ev_page_cache_new),
9949         (ev_page_cache_get_page_label):
9950         * backend/ev-page-cache.h:
9951         * pdf/ev-poppler.cc:
9952         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
9953         (links_page_num_func):
9954         * shell/ev-sidebar-thumbnails.c:
9955         (ev_sidebar_thumbnails_set_document):
9956         * shell/ev-view.c: (status_message_from_link),
9957         (ev_view_motion_notify_event):
9958         * shell/ev-window.c: (document_supports_sidebar): Add in page
9959         label support.  It's not perfect yet, but it's the first 'feature'
9960         in a while.
9961         Also, fix a bogus comment noticed by crispin. 
9962
9963 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
9964
9965         * Makefile.am: Remove pixbuf backend for now
9966
9967         * configure.ac: Require poppler-glib instead of just poppler.
9968
9969         * backend/ev-document-thumbnails.h: Add a comment
9970
9971         * backend/ev-document.h:
9972         * backend/ev-document.c: (ev_document_class_init),
9973         (ev_document_load), (ev_document_get_link),
9974         (ev_document_get_links): Remove 3 methods and add get_links.
9975         Also, made 0 based.
9976
9977         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9978         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
9979
9980         * backend/ev-link.c: (ev_link_set_title),
9981         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
9982         (ev_link_mapping_find):
9983         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
9984         
9985         * backend/ev-page-cache.c: (ev_page_cache_init),
9986         (_ev_page_cache_new), (ev_page_cache_set_current_page),
9987         (ev_page_cache_get_size), (ev_page_cache_next_page),
9988         (ev_page_cache_prev_page): Fix to be 0 based.
9989
9990         * pdf/Makefile.am: 
9991         * pdf/ev-poppler.h:
9992         * pdf/ev-poppler.cc: New backend.
9993         
9994         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
9995         (ps_document_get_page), (ps_document_document_iface_init):
9996
9997         * shell/ev-pixbuf-cache.h:
9998         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9999         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
10000         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
10001         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
10002         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
10003         Fix up code to grab a page cache per each doc.  Also, fix to be 0
10004         based.
10005         
10006         * shell/ev-sidebar-thumbnails.c:
10007         (ev_sidebar_tree_selection_changed), (page_changed_cb),
10008         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
10009
10010         * shell/ev-view.c: (status_message_from_link),
10011         (find_page_at_location), (get_link_at_location),
10012         (ev_view_motion_notify_event), (ev_view_button_release_event),
10013         (ev_view_init): Use the new link code.  Fix to be 0 based.
10014
10015         * shell/ev-window.c: (update_action_sensitivity),
10016         (document_supports_sidebar): 0 based.
10017
10018 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
10019
10020         * pdf/pdf-document.cc: Patch from Fernando Herrera
10021         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
10022         *blush*
10023
10024 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
10025
10026         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
10027         1 to the page, as this seems to be 1 based.  I thought we has this
10028         fixed.  grump.
10029
10030 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
10031
10032         * TODO:
10033         * backend/Makefile.am:
10034         * backend/ev-document-links.c:
10035         (ev_document_links_has_document_links),
10036         (ev_document_links_get_links_model):
10037         * backend/ev-document-links.h:
10038         * backend/ev-document.c: (ev_document_get_page_cache),
10039         (ev_document_get_doc_mutex), (ev_document_load),
10040         (ev_document_save), (ev_document_get_title),
10041         (ev_document_get_n_pages), (ev_document_set_page),
10042         (ev_document_get_page), (ev_document_set_target),
10043         (ev_document_set_scale), (ev_document_set_page_offset),
10044         (ev_document_get_page_size), (ev_document_get_text),
10045         (ev_document_get_link), (ev_document_render),
10046         (ev_document_render_pixbuf), (ev_document_scale_changed):
10047         * backend/ev-document.h:
10048         * backend/ev-job-queue.c: (remove_object_from_queue),
10049         (notify_finished), (handle_job), (search_for_jobs_unlocked),
10050         (no_jobs_available_unlocked), (ev_render_thread),
10051         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
10052         (ev_job_queue_remove_job):
10053         * backend/ev-job-queue.h:
10054         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10055         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10056         (ev_job_links_class_init), (ev_job_render_init),
10057         (ev_job_render_dispose), (ev_job_render_class_init),
10058         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10059         (ev_job_thumbnail_class_init), (ev_job_finished),
10060         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10061         (ev_job_render_run), (ev_job_thumbnail_new),
10062         (ev_job_thumbnail_run):
10063         * backend/ev-jobs.h:
10064         * backend/ev-link.c:
10065         * backend/ev-link.h:
10066         * backend/ev-page-cache.c: (ev_page_cache_init),
10067         (ev_page_cache_class_init), (ev_page_cache_finalize),
10068         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
10069         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10070         (ev_page_cache_set_link), (ev_page_cache_get_title),
10071         (ev_page_cache_get_size), (ev_page_cache_next_page),
10072         (ev_page_cache_prev_page):
10073         * backend/ev-page-cache.h:
10074         * pdf/pdf-document.cc:
10075         * ps/gsdefaults.c:
10076         * ps/gsdefaults.h:
10077         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10078         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
10079         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
10080         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
10081         (is_interpreter_ready), (output), (catchPipe), (input),
10082         (start_interpreter), (check_filecompressed), (compute_dimensions),
10083         (ps_document_enable_interpreter), (document_load),
10084         (ps_document_next_page), (render_page), (ps_document_set_page),
10085         (ps_document_set_scale), (render_pixbuf_idle),
10086         (ps_document_render_pixbuf), (ps_document_document_iface_init):
10087         * ps/ps-document.h:
10088         * shell/Makefile.am:
10089         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10090         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
10091         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
10092         (ev_pixbuf_cache_new), (job_finished_cb),
10093         (check_job_size_and_unref), (move_one_job),
10094         (ev_pixbuf_cache_update_range), (find_job_cache),
10095         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
10096         (ev_pixbuf_cache_add_jobs_if_needed),
10097         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
10098         * shell/ev-pixbuf-cache.h:
10099         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10100         (idle_print_handler):
10101         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
10102         (selection_changed_cb), (create_loading_model),
10103         (ev_sidebar_links_construct), (links_page_num_func),
10104         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
10105         (update_page_callback), (job_finished_cb),
10106         (ev_sidebar_links_set_document):
10107         * shell/ev-sidebar-thumbnails.c:
10108         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
10109         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
10110         (page_changed_cb), (thumbnail_job_completed_callback),
10111         (ev_sidebar_thumbnails_set_document):
10112         * shell/ev-sidebar-thumbnails.h:
10113         * shell/ev-sidebar.c: (ev_sidebar_set_document):
10114         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
10115         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
10116         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
10117         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
10118         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
10119         (ev_view_button_release_event), (ev_view_scroll_view),
10120         (ev_view_class_init), (ev_view_init), (update_find_status_message),
10121         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
10122         (ev_view_new), (job_finished_cb), (page_changed_cb),
10123         (ev_view_set_document), (go_to_link), (ev_view_zoom),
10124         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
10125         (ev_view_find_previous):
10126         * shell/ev-view.h:
10127         * shell/ev-window.c: (update_action_sensitivity),
10128         (ev_window_open_page), (update_window_title), (update_total_pages),
10129         (page_changed_cb), (ev_window_setup_document),
10130         (password_dialog_response), (ev_window_cmd_save_as),
10131         (ev_window_print), (ev_window_cmd_go_previous_page),
10132         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
10133         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
10134         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
10135         * shell/main.c: (main):
10136
10137         Merge evince-threads branch
10138
10139 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
10140
10141         * configure.ac: Added "lt" to ALL_LINGUAS.
10142
10143 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
10144
10145         * NEWS:
10146         * configure.ac:
10147
10148         Release 0.1.9
10149
10150 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
10151
10152         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10153
10154         Fix here also the thumbnails 1-basedness :)
10155
10156 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10157
10158         * NEWS:
10159         * configure.ac:
10160
10161         Release 0.1.8
10162
10163 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10164
10165         * pdf/pdf-document.cc:
10166         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
10167         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
10168
10169         Fix the mess we did with thumbnails and 1-basedness
10170
10171 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
10172
10173         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
10174
10175 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
10176
10177         * NEWS:
10178         * configure.ac:
10179
10180         Release 0.1.7
10181
10182 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
10183
10184         * ps/Makefile.am:
10185         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
10186         (gtk_gs_defaults_get_alpha_parameters),
10187         (gtk_gs_defaults_get_ungzip_cmd),
10188         (gtk_gs_defaults_get_unbzip2_cmd):
10189         * ps/gsdefaults.h:
10190         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10191         (ps_document_get_orientation), (document_load),
10192         (ps_document_goto_page), (ps_document_set_page_size):
10193         * ps/ps-document.h:
10194
10195         Some more sanitization of the ps backend. Remove a lot
10196         of unused code and do not base our defaults on ggv
10197         preferences (ugh!)
10198
10199 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
10200
10201         * thumbnailer/evince-thumbnailer.schemas:
10202         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10203         (main): add -s option for thumbnail size.
10204
10205 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
10206
10207         * configure.ac:
10208
10209         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
10210         remove it.
10211
10212 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10213
10214         * pdf/pdf-document.cc:
10215
10216         Remove 4 pixels of useless border from the
10217         thumbnail.
10218
10219 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10220
10221         * backend/ev-document-thumbnails.c:
10222         (ev_document_thumbnails_get_thumbnail):
10223         * backend/ev-document-thumbnails.h:
10224
10225         Rework API a bit. Add a border flag and
10226         change sizing logic (now the size we specify
10227         applies to the bigger dimension).
10228
10229         * pdf/pdf-document.cc:
10230         * pixbuf/pixbuf-document.c:
10231         (pixbuf_document_thumbnails_get_thumbnail):
10232         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
10233         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10234
10235         Adapt to the new API and do not draw a border for nautilus
10236         thumbnailer.
10237
10238 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
10239
10240         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10241         take thumbnails from page "0" instead of "1". Added a copyright header.
10242
10243 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
10244
10245         * ps/ps-document.c: (set_up_page), (start_interpreter):
10246
10247         Make it C89 compliant
10248
10249 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
10250
10251         * Makefile.am:
10252         * configure.ac:
10253         * pdf/.cvsignore:
10254         * pdf/pdf-document.cc:
10255         * thumbnailer/Makefile.am:
10256         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10257         (main):
10258         * thumbnailer/evince-thumbnailer.schemas:
10259         * thumbnailer/pdf-icon.png:
10260
10261         Add a nautilus thumbnailer.
10262         Based on patch by Fernando Herrera <fherrera@onirica.com>.
10263
10264 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
10265
10266         * NEWS:
10267         * configure.ac:
10268         * po/POTFILES.in:
10269
10270         Release 0.1.6
10271
10272 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
10273
10274         Use poppler instead of including xpdf source code.  Poppler is a
10275         fork of xpdf to build it as a shared library. See
10276         http://freedesktop.org/wiki/Software/poppler.
10277
10278         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
10279         xpdf fork.
10280         
10281         * pdf/Makefile.am: Build libpdfdocument.a here.
10282         
10283         * pdf/GDKSplashOutputDev.cc:
10284         * pdf/GDKSplashOutputDev.h:
10285         * pdf/GnomeVFSStream.cc:
10286         * pdf/GnomeVFSStream.h:
10287         * pdf-document.cc:
10288         * pdf-document.h:
10289         * test-gdk-output-dev.cc
10290         * Thumb.cc:
10291         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
10292         against poppler.
10293
10294 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10295
10296         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
10297
10298         Clear idle stack before unsetting the document
10299
10300 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10301
10302         * ps/ps-document.c: (ps_document_widget_event),
10303         (ps_document_set_target), (ps_document_finalize),
10304         (ps_document_get_page):
10305
10306         Disconnect the widget event signal on finalize.
10307         Some code cleanups.
10308
10309 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10310
10311         * ps/ps-document.c: (set_up_page):
10312
10313         If there is no bpixmap create one, even if size
10314         is not changed.
10315
10316 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10317
10318         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
10319         (set_up_page), (document_load), (ps_document_set_zoom):
10320
10321         Default page is 0. Calculate size even when we have no
10322         target yet.
10323
10324 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
10325
10326         * shell/ev-sidebar.c: expand the selection widget to be always as
10327         wide as the sidebar
10328
10329 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10330
10331         * shell/ev-sidebar-thumbnails.c:
10332         (ev_sidebar_thumbnails_set_document):
10333
10334         Clear the list store when setting document
10335
10336 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10337
10338         * shell/ev-page-action.c: (update_entry), (sync_entry),
10339         (activate_cb), (entry_size_request_cb), (create_tool_item),
10340         (connect_proxy):
10341
10342         Use an entry for the page control instead of spinbuttons
10343
10344 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10345
10346         * data/evince.schemas.in:
10347
10348         Correct confusing string
10349
10350 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
10351
10352         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
10353         for real.  Gosh, how long has this been broken.
10354
10355         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
10356         check for a NULL link.  We crash otherwise.
10357
10358 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
10359
10360         * NEWS:
10361         * configure.ac:
10362
10363         Release 0.1.5
10364
10365 2005-02-25  Sebastien Bacher  <seb128@debian.org>
10366
10367         * configure.ac: add the french translation.
10368
10369 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10370
10371         * shell/ev-window.c:
10372
10373         Remove unused header -> fix distcheck
10374
10375 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10376
10377         * shell/ev-window.c: (update_window_title),
10378         (ev_window_popup_password_dialog):
10379
10380         Unescape filename for display
10381
10382 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10383
10384         * pdf/xpdf/pdf-document.cc:
10385
10386         In get_page_size deal with rotation. Also
10387         cleanup the function a bit.
10388
10389 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10390
10391         * pdf/xpdf/pdf-document.cc:
10392
10393         Fix crash when opening in new window
10394
10395 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10396
10397         * configure.ac:
10398
10399         Check ghostscript >= 7
10400
10401 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
10402
10403         * shell/ev-window.c:
10404
10405         Make page width the default sizing mode
10406
10407 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
10408         Marco Pesenti Gritti <marco@gnome.org>
10409
10410         * shell/ev-window.c: Remember the sidebar size
10411
10412         * data/evince.schemas.in: Add a new gconf key to store the size of
10413         the sidebar
10414
10415 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
10416
10417         * data/evince-ui.xml:
10418         * shell/ev-window.c: (update_action_sensitivity),
10419         (ev_window_cmd_view_reload):
10420         
10421         Add a "Reload" action and menu entry
10422
10423 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
10424
10425         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
10426         iff the type doesn't support thumbnailing and indexing.
10427
10428 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
10429
10430         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
10431
10432 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10433
10434         * pdf/splash/Splash.cc:
10435
10436         Port fix for a crasher from kde bug
10437         http://bugs.kde.org/show_bug.cgi?id=97131
10438
10439 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10440
10441         * pdf/xpdf/pdf-document.cc:
10442
10443         Return a link even if it's of an unrecognized
10444         type. Otherwise we go in an infinte cycle.
10445
10446 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10447
10448         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
10449         (size_allocate_cb), (ev_window_set_sizing_mode):
10450
10451         Update size when switching mode
10452
10453 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10454
10455         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10456         (ev_window_cmd_view_page_width), (update_sizing_buttons),
10457         (ev_window_cmd_view_normal_size):
10458
10459         Fix size toggle buttons behavior
10460
10461 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10462
10463         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
10464         (doc_rect_to_view_rect), (ev_view_size_allocate),
10465         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
10466         (scale_changed_callback):
10467
10468         Do not cache offsets in size_allocate.
10469
10470 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10471
10472         * shell/ev-view.c: (ev_view_size_allocate):
10473
10474         Calculate offsets before calling the parent
10475         class (which does a redraw)
10476
10477 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10478
10479         * pdf/xpdf/pdf-document.cc:
10480
10481         Fix a crasher on exit. Unused code, put a TODO
10482
10483 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10484
10485         * backend/ev-document.c: (ev_document_class_init),
10486         (ev_document_page_changed), (ev_document_scale_changed):
10487         * backend/ev-document.h:
10488
10489         Separate page/scale notifications
10490
10491         * pdf/xpdf/pdf-document.cc:
10492
10493         Emit the new signals.
10494         Do not display the pdf page in _render, do it
10495         when scale/page are requested.
10496
10497         * ps/ps-document.c: (ps_document_set_zoom),
10498         (ps_document_widget_event):
10499         * ps/ps-document.h:
10500
10501         Emit the new signals.
10502
10503         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10504         (ev_view_init), (page_changed_callback), (scale_changed_callback),
10505         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
10506         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
10507         * shell/ev-view.h:
10508         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
10509         (ev_window_cmd_view_page_width), (size_allocate_cb),
10510         (ev_window_set_sizing_mode):
10511
10512         Rework sizing to be pixel based.
10513         There are bugs but should be already way better.
10514
10515 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
10516
10517         * shell/ev-window.c: (ev_window_init):
10518
10519         Do not allow to shrink sidebar smaller then
10520         child requisition
10521
10522 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
10523
10524         * shell/ev-sidebar.[ch]
10525         * shell/ev-window.c:
10526
10527         Improved sidebar widget. Fixes #166683
10528
10529 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
10530
10531         * shell/ev-view.c (update_find_status_message): Give translators
10532         more flexibility with ngettext plural handling.
10533
10534 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
10535
10536         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
10537         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
10538         page when we get the page size.
10539
10540 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10541
10542         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
10543
10544         ps pages are 0 based, convert 
10545
10546 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10547
10548         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
10549
10550         Initialize correct parent class. Set GError on document load
10551
10552 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10553
10554         * pdf/xpdf/pdf-document.cc:
10555
10556         Fixup selection offset calculation
10557
10558         * shell/ev-view.c: (view_rect_to_doc_rect),
10559         (doc_rect_to_view_rect), (ev_view_size_allocate),
10560         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
10561         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
10562
10563         Store selection as document relative, so that zooming
10564         and offset changing doesnt break it.
10565
10566 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10567
10568         * shell/ev-view.c: (ev_view_best_fit):
10569
10570         Do not try to best fit if the view is not realized
10571
10572 2005-02-20  Kostas Papadimas <pkst@gnome.org>
10573           
10574         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
10575
10576 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
10577
10578         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
10579
10580 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
10581
10582         * shell/ev-window.c: Change the fullscreen toolbar to always be in
10583         the popup window.  That prevents it resizing when in full screen
10584         mode.
10585
10586         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
10587         multiple rerenders.  This pretty much sucks.
10588
10589         * data/evince-ui.xml: Change the fullscreen toolbar to include the
10590         rest of the toolbar.
10591
10592 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
10593
10594         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
10595
10596 2005-02-17  Alexander Shopov  <ash@contact.bg>
10597
10598         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
10599
10600 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
10601
10602         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
10603
10604 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
10605
10606         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
10607         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
10608         (set_document_page), (document_changed_callback),
10609         (ev_view_set_document), (ev_view_find_previous),
10610         (ev_view_hide_cursor), (ev_view_show_cursor):
10611         * shell/ev-view.h:
10612         * shell/ev-window.c: (update_chrome_visibility),
10613         (fullscreen_timeout_cb), (fullscreen_set_timeout),
10614         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
10615         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
10616         (ev_window_unfullscreen):
10617         * shell/main.c: (main):
10618
10619         Automatically hide the fullscreen button.
10620         Patch by Kristian Høgsberg <krh@redhat.com>
10621
10622 2005-02-16  Vincent Noel  <vnoel@cox.net>
10623
10624         * shell/main.c (main): Specify an icon for the window. Patch by
10625         Jaap A. Haitsma. Fixes #166177.
10626
10627 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
10628
10629         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
10630
10631 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
10632
10633         * backend/ev-document-misc.h:
10634         * backend/ev-document-misc.c:
10635         (ev_document_misc_get_page_border_size),
10636         (ev_document_misc_paint_one_page): New function to canonicalize
10637         sizing/painting a border.
10638
10639         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
10640         used.
10641
10642         * pdf/xpdf/pdf-document.cc: use new function
10643
10644         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10645         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
10646         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
10647         shell/ev-window.c: (update_sizing_buttons),
10648         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
10649         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
10650         (ev_window_cmd_view_page_width), (size_allocate_cb),
10651         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
10652         and "fit width" values act as toggle buttons so they stay
10653         toggled.  It's not 100% perfect, and it's a little slow, but it's
10654         good enough to commit I think.
10655
10656 2005-02-15  David Lodge  <dave@cirt.net>
10657
10658         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
10659
10660 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
10661
10662         * shell/ev-window.c (update_window_title): replace newlines in
10663         the title by spaces. Bug #166107.
10664
10665 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
10666
10667         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
10668         parameters providing allocation width and height without
10669         scrollbars and width of a possible vertical scrollbar. With this
10670         additional information the functions can work as
10671         intended. Unfortunately they're not idempotent. We should
10672         transform these commands to toggles. Fixes Bug #164976
10673         Initial patch by Stephane Loeuillet, then heavily modified.
10674
10675         * shell/ev-view.h: update prototypes.
10676
10677         * shell/ev-window.c (ev_window_cmd_view_best_fit)
10678         (ev_window_cmd_view_page_width): provide EvView fit functions with
10679         all the information they need. Formulas to calculate this
10680         information taken from GtkScrolledWindow.
10681
10682 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
10683
10684         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
10685         created a thumbnail, the list store is updated to know
10686         that the thumbnail is set. Fixes bug #166792
10687
10688 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
10689
10690         * shell/ev-window.c: fixed typo, closes bug 166897
10691
10692         * TODO: updated TODO with bug numbers that are relevant
10693
10694 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
10695
10696         * shell/ev-window.c: Support for DnD of files. Fixes #164813
10697
10698 2005-02-09  Vincent Noel  <vnoel@cox.net>
10699
10700         * shell/ev-window.c: (set_action_properties): Set the "Previous"
10701         and "Next" toolbar buttons as important to make them stand out.
10702
10703 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10704
10705         * lib/ev-debug.c:
10706         * lib/ev-debug.h:
10707         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
10708         (start_interpreter), (stop_interpreter), (document_load),
10709         (ps_document_next_page), (ps_document_goto_page),
10710         (ps_document_set_page_size), (ps_document_widget_event),
10711         (ps_document_render):
10712         * shell/ev-page-view.c: (ev_page_view_dispose):
10713         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
10714
10715         Fix compilation on non-gcc platforms
10716
10717 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10718
10719         * NEWS:
10720         * configure.ac:
10721
10722         Release 0.1.4
10723
10724         * pdf/xpdf/Catalog.cc:
10725         * pdf/xpdf/XRef.cc:
10726
10727         Fix the fix for CAN-2004-0888
10728
10729 2005-02-09  Luca Ferretti <elle.uca@libero.it>
10730
10731         * data/Makefile.am:
10732         * data/evince-ui.xml:
10733         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10734         * shell/ev-stock-icons.h:
10735         * shell/ev-window.c: (update_action_sensitivity),
10736         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
10737         (set_action_properties):
10738
10739         Improve toolbar layout/icons
10740
10741 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
10742
10743         * pdf/xpdf/pdf-document.cc:
10744
10745         Add warnings about unimplemented/unknown link
10746         types.
10747
10748 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10749
10750         * ps/ps-document.c: (set_up_page):
10751
10752         Log gs property
10753
10754 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10755
10756         * ps/ps-document.c: (start_interpreter):
10757
10758         Log gs env var
10759
10760 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10761
10762         * shell/ev-page-view.c: (ev_page_view_dispose):
10763         * shell/ev-view.c: (ev_view_finalize):
10764         * shell/ev-window.c: (ev_window_setup_document),
10765         (ev_window_dispose), (ev_window_init):
10766
10767         Solve more refs issues.
10768
10769         I commented out the page_view initialization for now:
10770         it was never destroyed (because it's never added
10771         to a container). Because of that we was leaking
10772         gs processes. Couldnt think to a clean fix.
10773         We need to figure this out, password view has the
10774         same issue probably.
10775
10776 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10777
10778         * ps/ps-document.c: (ps_document_finalize),
10779         (ps_document_get_n_pages), (ps_document_get_page):
10780
10781         Some cleanups, stop the interpreter on finalize
10782
10783         * shell/ev-page-view.c: (ev_page_view_dispose),
10784         (ev_page_view_class_init):
10785
10786         Release our reference on the document
10787
10788 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10789
10790         * Makefile.am:
10791         * configure.ac:
10792         * doc/debugging.txt:
10793         * lib/.cvsignore:
10794         * lib/Makefile.am:
10795         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
10796         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
10797         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
10798         * lib/ev-debug.h:
10799
10800         Add debugging helpers
10801
10802         * ps/Makefile.am:
10803         * ps/ps-document.c: (set_up_page), (start_interpreter),
10804         (stop_interpreter), (document_load), (ps_document_next_page),
10805         (ps_document_goto_page), (ps_document_set_page_size),
10806         (ps_document_widget_event), (ps_document_render):
10807         * shell/Makefile.am:
10808         * shell/ev-view.c: (expose_bin_window):
10809         * shell/main.c: (main):
10810
10811         Add some logs
10812         
10813 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10814
10815         * ps/ps-document.c: (ps_document_widget_event):
10816
10817         Initialize message_window, this should make ps
10818         rendering really work! (Never noticed because I was
10819         testing with a ps that is causing gs to exit every time!)
10820
10821 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
10822
10823         * data/evince.schemas.in: updated simple error in applyto closing tag
10824
10825 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
10826
10827         * Makefile.am:
10828         * configure.ac:
10829         * data/.cvsignore:
10830         * data/Makefile.am:
10831         * data/evince-ui.xml:
10832         A data/evince.schemas.in:
10833         * po/POTFILES.in:
10834         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10835         * shell/ev-stock-icons.h:
10836         * shell/ev-window.c: (update_chrome_visibility),
10837         (update_chrome_flag), (ev_window_cmd_edit_find),
10838         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
10839         (ev_window_unfullscreen), (ev_window_focus_in_event),
10840         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
10841         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
10842         (ev_window_view_sidebar_cb), (find_bar_close_cb),
10843         (ev_window_dispose), (ev_window_class_init),
10844         (set_action_properties), (set_chrome_actions), (load_chrome),
10845         (ev_window_init):
10846
10847         Implement fullscreen mode changes from bug #164776.
10848         Also implement persistent chrome toggles.
10849
10850 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
10851
10852         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
10853
10854 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10855
10856         * NEWS:
10857         * configure.ac:
10858         * shell/ev-view.c:
10859
10860         Add another check for find interface
10861
10862         Release 0.1.3
10863
10864 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10865
10866         * shell/ev-application.c: (ev_application_open):
10867         * shell/ev-window.c: (ev_window_open):
10868
10869         Open gzipped ps documents
10870
10871 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10872
10873         * TODO:
10874         * shell/ev-view.c: (set_document_page):
10875
10876         Clamp page number, dont try to move to
10877         not existant pages.
10878
10879 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10880
10881         * backend/ev-document-find.c: (ev_document_find_changed):
10882         * backend/ev-document-find.h:
10883         * pdf/xpdf/pdf-document.cc:
10884         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
10885         * shell/ev-window.c: (find_bar_search_changed_cb):
10886
10887         Fix several bugs with find
10888
10889 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
10890
10891         * shell/ev-sidebar-thumbnails.c
10892         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
10893         document. Prevents warning from scroll_to_cell.
10894
10895 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
10896
10897         * configure.ac: Add «nb» to ALL_LINGUAS too.
10898
10899 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
10900
10901         * NOTES: New file with some random thoughts.
10902
10903         * TODO: Update.
10904
10905         * backend/ev-document-misc.c:
10906         (ev_document_misc_get_page_border_size): New function to
10907         canonicalize shadow drawing sizes.  Possibly goofy.
10908
10909         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
10910         (ev_view_best_fit), (ev_view_fit_width):
10911         * pdf/xpdf/pdf-document.cc:
10912         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
10913         * ps/ps-document.c: (ps_document_get_page_size):
10914         * backend/ev-document-misc.h:
10915         * backend/ev-document.c: (ev_document_get_page_size):
10916         * backend/ev-document.h: get_page_size now takes a page number
10917         parameter.  Made all the backends/frontends honor it.
10918
10919         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
10920         see.  Doesn't work yet.
10921
10922         * shell/Makefile.am:
10923         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
10924         Doesn't do anything yet.
10925
10926         * shell/ev-sidebar-thumbnails.c:
10927         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
10928         [0..n_pages-1]
10929
10930         * shell/ev-window.c: (update_action_sensitivity),
10931         (ev_window_setup_document), (ev_window_set_page_mode),
10932         (ev_window_page_mode_cb), (ev_window_init): Clean up the
10933         view-swapping code a bit so we can have multiple views on a
10934         document.  Add the multi-page view, though it can't be turned on
10935         yet.
10936
10937 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10938
10939         * shell/ev-application.c: (ev_application_open):
10940         * shell/ev-view.c: (expose_bin_window):
10941         * shell/ev-window.c: (ev_window_open):
10942
10943         Support eps and check document supports find
10944         before drawing highlightings in expose.
10945
10946 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
10947
10948         * pixbuf/pixbuf-document.c:
10949         (pixbuf_document_thumbnails_get_dimensions),
10950         (pixbuf_document_document_thumbnails_iface_init):
10951
10952         implement get_dimensions
10953
10954 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10955
10956         * NEWS:
10957         * configure.ac:
10958
10959         Release 0.1.2
10960
10961 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10962
10963         * shell/ev-view.c: (set_document_page):
10964
10965         Scroll at the top of the page when changing page
10966
10967 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10968
10969         * shell/ev-view.c: (ev_view_motion_notify_event):
10970
10971         Do not redraw unnecessarily
10972
10973 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10974
10975         * pdf/xpdf/pdf-document.cc:
10976         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10977         (expose_bin_window), (find_changed_cb):
10978
10979         Yay! find works now... Now to find bugs...
10980
10981 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10982
10983         * backend/ev-document-find.c: (ev_document_find_base_init),
10984         (ev_document_find_changed):
10985         * backend/ev-document-find.h:
10986         * pdf/xpdf/pdf-document.cc:
10987         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10988         (expose_bin_window), (ev_view_init), (set_document_page),
10989         (ensure_rectangle_is_visible), (jump_to_find_result),
10990         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
10991         (ev_view_find_next), (ev_view_find_previous):
10992         * shell/ev-view.h:
10993         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
10994
10995         More work on find implementation, mostly there now
10996
10997 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
10998
10999         * backend/ev-backend-marshalers.list:
11000         * backend/ev-document-find.c: (ev_document_find_base_init),
11001         (ev_document_find_cancel), (ev_document_find_page_has_results),
11002         (ev_document_find_get_n_results), (ev_document_find_get_result),
11003         (ev_document_find_get_progress), (ev_document_find_changed):
11004         * backend/ev-document-find.h:
11005
11006         Enanche the find interface to be really able to do
11007         multi page find.
11008
11009         * pdf/xpdf/pdf-document.cc:
11010
11011         Implement
11012
11013         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
11014         (expose_bin_window), (ev_view_init),
11015         (ev_view_get_find_status_message), (find_changed_cb),
11016         (ev_view_set_document), (set_document_page):
11017
11018         Adapt to the new interface. A few things are regressed sorry,
11019         I will finish it soon.
11020
11021 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
11022
11023         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
11024         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
11025         ev_sidebar_thumbnails_parent_class variable, don't define another
11026         parent_class variable.
11027
11028         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
11029         (ev_page_action_class_init): ditto.
11030
11031         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
11032         (pixbuf_document_class_init): ditto.
11033
11034         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
11035         ditto.
11036
11037         * .cvsignore: ignore various valgrind output files.
11038
11039 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11040
11041         * data/evince-ui.xml:
11042         * shell/Makefile.am:
11043         * shell/ev-history.c:
11044         * shell/ev-history.h:
11045         * shell/ev-navigation-action.c:
11046         * shell/ev-navigation-action.h:
11047         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
11048         (ev_view_set_page), (ev_view_fit_width):
11049         * shell/ev-view.h:
11050         * shell/ev-window.c: (update_action_sensitivity),
11051         (ev_window_setup_document), (register_custom_actions):
11052
11053         Kill session history
11054
11055 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11056
11057         * shell/ev-window.c: (update_action_sensitivity):
11058
11059         Fix inverted up/down buttons
11060
11061 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
11062
11063         * shell/ev-sidebar-thumbnails.c
11064         (ev_sidebar_thumbnails_select_page): make sure the selected
11065         thumbnail stays visible.
11066
11067 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
11068
11069         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
11070         scrolled window for Federico.
11071
11072 2005-01-26  Ole Laursen  <olau@hardworking.dk>
11073
11074         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
11075
11076 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
11077
11078         * configure.ac:
11079         * pdf/splash/SplashFTFontEngine.cc:
11080
11081         Fix CID fonts with freetype 2.1.9
11082
11083 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
11084
11085         * TODO: added item for desktop icon thumbnailer
11086
11087 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
11088
11089         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
11090         unloaded docs when the title is accessed.
11091
11092         * shell/ev-password-view.[hc]: New widget for displaying password
11093         state.
11094
11095         * shell/ev-window.[ch]: Refactor password handling code to handle
11096         the new view.
11097
11098 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
11099
11100         * NEWS:
11101         * configure.ac:
11102         * data/Makefile.am:
11103
11104         Release 0.1.1
11105
11106 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11107
11108         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
11109         ignore page offset here, to make search results independent of it,
11110
11111         * shell/ev-view.c (expose_bin_window): but take offsets into
11112         account here. Bug #164932
11113
11114         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
11115         scale at the right time. Bug #164996
11116
11117 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
11118
11119         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
11120         fix the problem. Now I just removed the Adobe font names and hope
11121         that the URW fonts are always in outline format. Bug #164934
11122
11123         * shell/ev-window.c (update_window_title): empty titles are
11124         useless, use filename in that case too.
11125
11126         * NEWS: Add some content.
11127
11128 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
11129
11130         * TODO: added one more TODO item and a TODONE section :)
11131
11132 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11133
11134         * ps/ps-document.h: add page_[xy]_offset fields.
11135
11136         * ps/ps-document.c (ps_document_set_page_offset)
11137         (ps_document_render): Keep offset in consideration in a few
11138         places. Bug #164752 "postscript documents are not centered in
11139         window"
11140
11141         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
11142         s/gpdf/evince/. Spotted by Stephane Loeuillet.
11143
11144         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
11145         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
11146         stub out missing methods for complete EvDocument implementation.
11147         Fixes segfaults with Save A Copy and Copy actions.
11148
11149         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
11150         (ps_document_document_iface_init): ditto.
11151         
11152 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11153
11154         * data/.cvsignore:
11155         * data/Makefile.am:
11156         * data/evince.desktop.in:
11157
11158         Add desktop file
11159
11160 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11161
11162         * shell/ev-view.c: (ev_view_button_press_event),
11163         (ev_view_motion_notify_event):
11164
11165         Make selection work in any direction
11166
11167 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11168
11169         * TODO:
11170         * shell/ev-window.c: (set_short_labels), (ev_window_init):
11171
11172         Use shorter labels for some of the toolbars items
11173
11174 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11175
11176         * pdf/xpdf/pdf-document.cc:
11177
11178         Check the links info is initialized before
11179         using it. Should fix a crash on startup.
11180
11181 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11182
11183         * pixbuf/pixbuf-document.c
11184         (pixbuf_document_thumbnails_get_dimensions): force floating point
11185         division to calculate page_ratio. Fixes crash with landscape
11186         format pixbufs.
11187
11188 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
11189
11190         * shell/ev-view.c (ev_view_realize): make the bg color darker.
11191
11192 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
11193
11194         * shell/ev-view.c (set_document_page): unset has_selection when
11195         the page changes.
11196         (set_document_page): handle paper size changes when the page
11197         changes (test with Free Culture, page 2).
11198
11199 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11200
11201         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
11202         (expose_bin_window), (ev_view_class_init), (ev_view_init):
11203
11204         Use normal style color for the widget background and
11205         draw a black box around the page.
11206
11207 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11208
11209         * pdf/xpdf/pdf-document.cc:
11210
11211         Keep offset in consideration in a few places
11212
11213         * shell/ev-view.c: (expose_bin_window):
11214
11215         Set the offsets so that the document is ever centered
11216
11217 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11218
11219         * TODO: Added TODO items and finished off the first todo item
11220
11221         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
11222         reflect current authors
11223
11224 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11225
11226         * pdf/xpdf/pdf-document.cc:
11227         * shell/ev-view.c: (ev_view_set_cursor),
11228         (ev_view_motion_notify_event), (document_changed_callback),
11229         (set_document_page):
11230
11231         Show a wait cursor while the page is rendering
11232
11233 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11234
11235         * shell/ev-sidebar-thumbnails.c:
11236         (ev_sidebar_tree_selection_changed),
11237         (ev_sidebar_thumbnails_select_page):
11238         * shell/ev-sidebar-thumbnails.h:
11239         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
11240         (ev_view_can_go_forward):
11241         * shell/ev-window.c: (ev_window_open_page),
11242         (ev_window_setup_document), (update_current_page),
11243         (view_page_changed_cb), (ev_window_init):
11244         * shell/ev-window.h:
11245
11246         Ensure thumbnails selection, toolbar page control and
11247         current page are in sync.
11248
11249 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
11250
11251         * pdf/xpdf/XRef.cc:
11252
11253         Fix CAN-2005-0064
11254
11255 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
11256
11257         * backend/Makefile.am:
11258         * backend/ev-document-links.h:
11259         * backend/ev-document-security.c: (ev_document_security_get_type),
11260         (ev_document_security_has_document_security),
11261         (ev_document_security_set_password):
11262         * backend/ev-document-security.h:
11263         * backend/ev-document.c: (ev_document_error_quark):
11264         * backend/ev-document.h:
11265         * data/Makefile.am:
11266         * data/evince-password.glade:
11267         * pdf/xpdf/pdf-document.cc:
11268         * shell/Makefile.am:
11269         * shell/ev-password.c: (ev_password_set_bad_password_label),
11270         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
11271         (ev_password_dialog_get_password),
11272         (ev_password_dialog_set_bad_pass):
11273         * shell/ev-password.h:
11274         * shell/ev-window.c: (ev_window_get_attribute),
11275         (ev_window_set_property), (update_action_sensitivity),
11276         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
11277         (ev_window_setup_document), (ev_window_get_password),
11278         (ev_window_open), (ev_window_cmd_save_as),
11279         (using_postscript_printer), (ev_window_print),
11280         (find_not_supported_dialog), (ev_window_cmd_edit_find),
11281         (update_fullscreen_popup), (ev_window_fullscreen),
11282         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11283         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
11284         (menu_item_select_cb), (find_bar_search_changed_cb),
11285         (ev_window_dispose), (ev_window_init):
11286
11287         Add initial support for password-supported dialogs.  This could be
11288         a lot cooler, but it'll do for now.
11289
11290 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
11291
11292         * pdf/xpdf/pdf-document.cc:
11293         * shell/ev-view.c: (status_message_from_link),
11294         (ev_view_set_status), (ev_view_set_cursor),
11295         (ev_view_motion_notify_event), (ev_view_init):
11296         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
11297
11298         Fix bugs in the links implementation and change cursor
11299         when hovering a link.
11300
11301 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
11302
11303         * viewer/.cvsignore: added cvsignore file for viewer directory
11304
11305         * TODO: created TODO document
11306
11307 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
11308
11309         * shell/ev-view.h:
11310         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
11311         new functions to help with implementation of sensitivity code
11312         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11313         of all actions that might require it.  Fixes a crash when you
11314         click on the Zoom actions in a window lacking a document.
11315
11316 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
11317
11318         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11319         of the Find action
11320
11321 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11322
11323         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
11324         (pixbuf_document_document_iface_init):
11325         * ps/ps-document.c: (ps_document_get_link),
11326         (ps_document_document_iface_init):
11327         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
11328         (status_message_from_link), (ev_view_set_status),
11329         (ev_view_set_find_status), (ev_view_motion_notify_event),
11330         (ev_view_button_release_event), (ev_view_set_property),
11331         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
11332         (ev_view_get_find_status_message), (update_find_results),
11333         (ev_view_get_status), (ev_view_get_find_status):
11334         * shell/ev-view.h:
11335         * shell/ev-window.c: (view_status_changed_cb),
11336         (view_find_status_changed_cb), (ev_window_init):
11337
11338         View status message support, use it to show the links.
11339         Needs work...
11340
11341 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11342
11343         * backend/ev-document.c: (ev_document_get_link):
11344         * backend/ev-document.h:
11345         * pdf/xpdf/pdf-document.cc:
11346         * shell/ev-application.c: (ev_application_open):
11347         * shell/ev-application.h:
11348         * shell/ev-sidebar-links.c: (selection_changed_cb):
11349         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
11350         (ev_view_go_to_link):
11351
11352         Add support for document links
11353
11354 2005-01-13  Anders Carlsson  <andersca@gnome.org>
11355
11356         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
11357         (create_tool_item):
11358         Set the spin button limits correctly.
11359         
11360         * shell/ev-sidebar-thumbnails.c:
11361         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
11362         Support changing pages by clicking on the thumbnails.
11363         
11364 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11365
11366         * pixbuf/pixbuf-document.c:
11367         (pixbuf_document_thumbnails_get_dimensions),
11368         (pixbuf_document_document_thumbnails_iface_init):
11369
11370         implement get_dimensions
11371
11372 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11373
11374         * ps/ps-document.c: (ps_document_goto_page):
11375
11376         Fix page switching on multipage documents
11377
11378 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
11379
11380         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11381         
11382         check for NULL before assigning to width and height parameters
11383
11384 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11385
11386         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11387         (pixbuf_document_set_property), (pixbuf_document_get_property):
11388
11389         implement get/set properties
11390
11391 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11392
11393         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
11394         
11395         return NULL instead of "Unknown", letting the title get set to
11396         the filename when the pdf has no title.
11397
11398 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11399
11400         * ps/ps-document.c: (ps_document_get_page_count),
11401         (ps_document_goto_page):
11402
11403 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11404
11405         * shell/ev-history.c: (ev_history_get_property),
11406         (ev_history_set_property), (ev_history_class_init),
11407         (ev_history_add_page), (ev_history_set_current_index):
11408         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
11409         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
11410         (ev_navigation_action_finalize):
11411         * shell/ev-navigation-action.h:
11412         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11413         (ev_view_go_forward), (ev_view_get_find_status_message),
11414         (history_index_changed_cb), (ev_view_set_history):
11415         * shell/ev-view.h:
11416         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11417         (update_current_page), (register_custom_actions):
11418
11419         Implement history dropdowns
11420
11421 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11422
11423         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
11424         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11425         (ev_view_go_forward):
11426         * shell/ev-window.c: (register_custom_actions):
11427
11428         Fix several history bugs
11429
11430 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
11431
11432         * configure.ac: Add «nb» to ALL_LINGUAS.
11433
11434 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
11435
11436         * backend/Makefile.am:
11437         * backend/ev-bookmark.c:
11438         * backend/ev-bookmark.h:
11439         * backend/ev-document-bookmarks.c:
11440         * backend/ev-document-bookmarks.h:
11441         * backend/ev-document-links.c: (ev_document_links_get_type),
11442         (ev_document_links_has_document_links),
11443         (ev_document_links_begin_read), (ev_document_links_get_link),
11444         (ev_document_links_get_child), (ev_document_links_next),
11445         (ev_document_links_free_iter):
11446         * backend/ev-document-links.h:
11447         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
11448         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
11449         (ev_link_get_link_type), (ev_link_set_link_type),
11450         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
11451         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
11452         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
11453         (ev_link_new_external):
11454         * backend/ev-link.h:
11455         * pdf/xpdf/pdf-document.cc:
11456         * shell/Makefile.am:
11457         * shell/ev-application.c: (ev_application_open_link):
11458         * shell/ev-application.h:
11459         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
11460         (ev_history_get_link_nth):
11461         * shell/ev-history.h:
11462         * shell/ev-sidebar-bookmarks.c:
11463         * shell/ev-sidebar-bookmarks.h:
11464         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11465         (ev_sidebar_links_class_init), (selection_changed_cb),
11466         (ev_sidebar_links_construct), (ev_sidebar_links_init),
11467         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
11468         (do_one_iteration), (populate_links_idle),
11469         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
11470         * shell/ev-sidebar-links.h:
11471         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11472         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
11473         (go_to_index):
11474         * shell/ev-view.h:
11475         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
11476         * shell/ev-window.h:
11477
11478         Rename bookmark to link, and use "Index" for the sidebar panel.
11479
11480 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11481
11482         * shell/Makefile.am:
11483         * shell/ev-application.c: (ev_application_open_bookmark):
11484         * shell/ev-application.h:
11485         * shell/ev-history.c: (ev_history_init), (free_links_list),
11486         (ev_history_finalize), (ev_history_class_init),
11487         (ev_history_add_link), (ev_history_add_page),
11488         (ev_history_get_link_nth), (ev_history_get_n_links),
11489         (ev_history_get_current_index), (ev_history_set_current_index),
11490         (ev_history_new):
11491         * shell/ev-history.h:
11492         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11493         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
11494         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
11495         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
11496         (ev_view_set_page):
11497         * shell/ev-view.h:
11498         * shell/ev-window.c: (ev_window_open_bookmark),
11499         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
11500         (goto_page_cb), (register_custom_actions):
11501         * shell/ev-window.h:
11502
11503         Initial history implementation. Needs work.
11504
11505 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
11506
11507         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
11508
11509 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11510
11511         * cut-n-paste/recent-files/egg-recent-item.c:
11512         * cut-n-paste/recent-files/egg-recent-item.h:
11513         * cut-n-paste/recent-files/egg-recent-model.c:
11514         * cut-n-paste/recent-files/egg-recent-util.c:
11515         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11516         * cut-n-paste/recent-files/egg-recent-view.c:
11517
11518         Update
11519
11520 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
11521
11522         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
11523         (fillGlyph, fillImageMask, drawImage):
11524         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
11525         pdf/splash/SplashTypes.h:
11526         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
11527         packed mode for Splash.
11528
11529         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
11530         RGB8 packed mode, eliminates the pixbuf data creation loop.
11531
11532         * shell/ev-print-job.c (ev_print_job_finalize)
11533         (ev_print_job_set_property, ev_print_job_get_property)
11534         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
11535         (ev_print_job_use_print_dialog_settings, idle_print_handler)
11536         (print_closure_finalize, ev_print_job_print): implement
11537         printing (for backends with EvPsExporter)
11538
11539         * shell/ev_print_job.h: update prototypes.
11540
11541         * shell/ev-window.c (ev_window_print): unref print job after
11542         printing.
11543
11544         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
11545         unless the document implements the EvDocumentFind interface.
11546
11547 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
11548
11549         * configure.ac: Added ja to ALL_LINGUAS.
11550
11551 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11552
11553         * pdf/xpdf/pdf-document.cc:
11554
11555         add a FIXME. We should probably not allocate
11556         a bookmark object every time
11557
11558 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11559
11560         * shell/ev-application.c: (ev_application_open),
11561         (ev_application_open_bookmark):
11562         * shell/ev-application.h:
11563         
11564         Add a way to open bookmarks
11565
11566         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
11567         (ev_bookmark_set_uri), (ev_bookmark_get_property),
11568         (ev_bookmark_set_property), (ev_bookmark_class_init),
11569         (ev_bookmark_new_title), (ev_bookmark_new_link),
11570         (ev_bookmark_new_external):
11571
11572         Support for external uris, better constructors.
11573
11574         * backend/ev-bookmark.h:
11575         * pdf/xpdf/pdf-document.cc:
11576         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11577
11578         Handle external uris
11579
11580 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11581
11582         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
11583         (ev_sidebar_bookmarks_construct), (do_one_iteration):
11584
11585         Hook up bookmarks navigation
11586
11587 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11588
11589         * backend/Makefile.am:
11590         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
11591         (ev_bookmark_get_title), (ev_bookmark_set_title),
11592         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
11593         (ev_bookmark_get_page), (ev_bookmark_set_page),
11594         (ev_bookmark_get_property), (ev_bookmark_set_property),
11595         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
11596         (ev_bookmark_new):
11597         * backend/ev-bookmark.h:
11598         * backend/ev-document-bookmarks.c:
11599         (ev_document_bookmarks_get_bookmark):
11600         * backend/ev-document-bookmarks.h:
11601         * pdf/xpdf/pdf-document.cc:
11602         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
11603
11604         Add a bookmark object to the backend and use it instead of get_values
11605
11606 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11607
11608         * data/evince-ui.xml:
11609
11610         Cleanup and add select all.
11611
11612         * shell/ev-view.c: (ev_view_select_all),
11613         (ev_view_button_press_event):
11614         * shell/ev-view.h:
11615         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
11616
11617         Add select all.
11618         Clear selection on click.
11619
11620 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
11621
11622         * shell/ev-sidebar-thumbnails.c
11623         (ev_sidebar_thumbnails_set_document): forgot to unref the
11624         loading_icon.
11625
11626 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
11627
11628         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
11629         at the visible page, not just linearly.  This makes it look fast.
11630
11631 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
11632
11633         * backend/ev-document-misc.c
11634         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
11635         white.
11636         * backend/ev-document-thumbnails.h: New interface to get the size
11637         of a page.
11638
11639 2005-01-06  Jeremy Katz  <katzj@redhat.com>
11640
11641         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
11642         make dist works
11643
11644 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
11645
11646         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
11647         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
11648         things up a bit.
11649
11650         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
11651
11652 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
11653
11654         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
11655         fonts. Should fix font problems on systems that have the base
11656         fonts in bitmap format. Reported by James Henstridge
11657         <james@jamesh.id.au>.
11658
11659 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11660
11661         * pdf/xpdf/Gfx.cc:
11662         * pdf/xpdf/GfxState.cc:
11663
11664         Fix for CAN-2004-1125
11665
11666 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11667
11668         * shell/ev-view.c: (ev_view_copy):
11669         * shell/ev-view.h:
11670         * shell/ev-window.c: (ev_window_cmd_edit_copy):
11671
11672         Implement Edit->Copy
11673
11674 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11675
11676         * backend/ev-document.c: (ev_document_get_text):
11677         * backend/ev-document.h:
11678         * pdf/xpdf/pdf-document.cc:
11679         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
11680         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11681         (ev_view_update_primary_selection), (ev_view_button_press_event),
11682         (ev_view_motion_notify_event), (ev_view_button_release_event):
11683
11684         Beginnings of clipboard support. Incomplete but primary sort
11685         of work.
11686
11687 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11688
11689         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
11690         (expose_bin_window):
11691
11692         Nicer rubberband drawing, from GtkIconView.
11693
11694 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11695
11696         * backend/ev-document.c: (ev_document_save):
11697         * backend/ev-document.h:
11698         * data/evince-ui.xml:
11699         * pdf/xpdf/pdf-document.cc:
11700         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
11701
11702         Implement "Save a copy..." menu item
11703
11704 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11705
11706         * shell/ev-view.c: (ev_view_zoom):
11707
11708         Queue a resize when zoom changes
11709
11710 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
11711
11712         * backend/ev-document-misc.[ch]: New misc file to do simple drop
11713         shadows.
11714
11715         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
11716         thumbnails..
11717
11718 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
11719
11720         * pdf/xpdf/pdf-document.cc
11721         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
11722
11723 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
11724
11725         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
11726         It's slow, but I'll speed it up next!
11727
11728 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
11729
11730         * shell/main.c (load_files):
11731
11732         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
11733         from the command line and because it seems more appropriate.
11734
11735 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11736
11737         * data/evince-ui.xml:
11738         * shell/ev-window.c: (update_action_sensitivity),
11739         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
11740
11741         s/next page/page down
11742         s/previous page/page up
11743
11744 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11745
11746         * data/evince-ui.xml:
11747
11748         Change the layout to match clarkbw design.
11749
11750         * shell/Makefile.am:
11751         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
11752         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
11753         (ev_navigation_action_finalize),
11754         (ev_navigation_action_set_property),
11755         (ev_navigation_action_get_property),
11756         (ev_navigation_action_class_init):
11757         * shell/ev-navigation-action.h:
11758
11759         Implement clarkbw toolbar navigation controls (incomplete)
11760
11761         * shell/ev-page-action.c: (update_label), (update_spin),
11762         (value_changed_cb), (create_tool_item), (connect_proxy),
11763         (ev_page_action_init), (ev_page_action_finalize),
11764         (ev_page_action_set_property), (ev_page_action_get_property),
11765         (ev_page_action_set_current_page),
11766         (ev_page_action_set_total_pages), (ev_page_action_class_init):
11767         * shell/ev-page-action.h:
11768
11769         Implement a page switcher in the toolbar
11770
11771         * shell/ev-view.c: (ev_view_scroll_view):
11772         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11773         (update_current_page), (view_page_changed_cb), (goto_page_cb),
11774         (register_custom_actions), (ev_window_init):
11775
11776         Change page on PageUp/Down.
11777
11778 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
11779
11780         * pdf/xpdf/pdf-document.cc
11781         (pdf_document_thumbnails_get_thumbnail): initial stab at
11782         implementing thumbnail support for pdfs.  It only does documents
11783         with precached pdfs now.
11784
11785 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
11786
11787         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
11788         thumbnail code into a time-based idle as well.  Also, turn off the
11789         shadow temporarily as it's really slow.
11790
11791 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11792
11793         * backend/ev-document.c: (ev_document_class_init):
11794         * pdf/xpdf/pdf-document.cc:
11795         * shell/ev-window.c: (ev_window_open):
11796
11797         Fix document title bugs and fallback to
11798         filename when not available.
11799
11800 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11801
11802         * backend/ev-document.c: (ev_document_get_type),
11803         (ev_document_class_init), (ev_document_load),
11804         (ev_document_get_title):
11805         * backend/ev-document.h:
11806         * pdf/xpdf/pdf-document.cc:
11807         * ps/ps-document.c: (ps_document_set_property),
11808         (ps_document_get_property), (ps_document_class_init),
11809         (document_load):
11810         * ps/ps-document.h:
11811         * ps/ps.h:
11812         * shell/ev-window.c: (update_window_title), (ev_window_open),
11813         (ev_window_init):
11814
11815         Initial support for document title. Not working yet.
11816
11817 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11818
11819         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
11820
11821         Grab focus on the view when clicking it
11822
11823 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11824
11825         * shell/ev-marshal.list:
11826         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
11827         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
11828
11829         Add key bindings to the view. Now if the focus would work
11830         right...
11831
11832 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11833
11834         * Makefile.am:
11835         * backend/Makefile.am:
11836         * data/Makefile.am:
11837         * dvi/Makefile.am:
11838         * dvi/dvilib/Makefile.am:
11839         * pdf/xpdf/Makefile.am:
11840         * po/POTFILES.in:
11841         * ps/Makefile.am:
11842
11843         Fix distcheck
11844
11845 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11846
11847         * shell/ev-view.c: (ev_view_realize):
11848
11849         Fix mouse wheel scrolling
11850
11851 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11852
11853         * ps/Makefile.am:
11854         * ps/gstypes.h:
11855         * ps/gtkgs.c:
11856         * ps/gtkgs.h:
11857         * ps/ps-document.c: (catchPipe), (ps_document_init),
11858         (ps_document_class_init), (ps_document_cleanup),
11859         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
11860         (set_up_page), (close_pipe), (is_interpreter_ready),
11861         (interpreter_failed), (output), (input), (start_interpreter),
11862         (stop_interpreter), (file_length), (file_readable),
11863         (check_filecompressed), (check_pdf), (compute_xdpi),
11864         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
11865         (ps_document_get_type), (ps_document_emit_error_msg),
11866         (document_load), (ps_document_next_page),
11867         (ps_document_get_current_page), (ps_document_get_page_count),
11868         (ps_document_goto_page), (ps_document_set_page_size),
11869         (ps_document_zoom_to_fit), (ps_document_set_zoom),
11870         (ps_document_load), (ps_document_get_n_pages),
11871         (ps_document_set_page), (ps_document_get_page),
11872         (ps_document_widget_event), (ps_document_set_target),
11873         (ps_document_set_scale), (ps_document_set_page_offset),
11874         (ps_document_get_page_size), (ps_document_render),
11875         (ps_document_document_iface_init):
11876         * ps/ps-document.h:
11877         * ps/ps.c:
11878         * shell/ev-window.c: (ev_window_open):
11879
11880         Rename GtkGS to PSDocument
11881
11882 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11883
11884         * ps/gtkgs.c: (gtk_gs_class_init):
11885         * ps/gtkgs.h:
11886
11887         Some more leftover...
11888
11889 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11890
11891         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
11892         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
11893         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
11894         * ps/gtkgs.h:
11895
11896         Remove unused code and make a lot of stuff private
11897
11898 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11899
11900         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
11901         (gtk_gs_defaults_changed):
11902         * ps/gsdefaults.h:
11903         * ps/gtkgs.c:
11904         * ps/gtkgs.h:
11905         * ps/ps.h:
11906
11907         Cleanup headers dependencies
11908
11909 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11910
11911         * ps/Makefile.am:
11912         * ps/ggvutils.c:
11913         * ps/ggvutils.h:
11914         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
11915         * ps/gsdefaults.h:
11916         * ps/gtkgs.c: (file_length), (file_readable),
11917         (check_filecompressed), (check_pdf), (gtk_gs_load),
11918         (gtk_gs_get_postscript):
11919
11920         Get rid of ggvutils
11921
11922 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11923
11924         * ps/ggvutils.c:
11925         * ps/ggvutils.h:
11926         * ps/gsio.h:
11927         * ps/gtkgs.c: (gtk_gs_set_zoom):
11928
11929         Cleanups
11930
11931 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11932
11933         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
11934
11935         Ensure the page is rerendered when changing zoom
11936
11937 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11938
11939         * backend/ev-document.c: (ev_document_base_init),
11940         (ev_document_changed):
11941         * backend/ev-document.h:
11942
11943         Add a changed event that is emitted when the page content
11944         changes. This is necessary to deal with the fact that
11945         in ps backend rendering happen asycrounously.
11946         This makes the ps backend mostly work.
11947
11948         * pdf/xpdf/pdf-document.cc:
11949
11950         Emit changed event
11951
11952         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
11953         (ps_document_set_target):
11954
11955         Emit changed event
11956
11957         * shell/ev-view.c: (document_changed_callback),
11958         (ev_view_set_document), (ev_view_set_page):
11959
11960         Redraw on the changed signal
11961
11962 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
11963
11964         * configure.ac: Added pt_BR to ALL_LINGUAS.
11965
11966 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
11967
11968         * backend/ev-document-bookmarks.c:
11969         (ev_document_bookmarks_get_child): *
11970         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
11971         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
11972         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
11973         (ev_sidebar_bookmarks_destroy),
11974         (ev_sidebar_bookmarks_class_init),
11975         (ev_sidebar_bookmarks_construct), (stack_data_free),
11976         (do_one_iteration), (populate_bookmarks_idle),
11977         (ev_sidebar_bookmarks_clear_document),
11978         (ev_sidebar_bookmarks_set_document): *
11979         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
11980         (ev_sidebar_add_page),
11981         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
11982         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
11983         it displays both the topics and the page numbers.
11984
11985 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
11986
11987         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
11988         toggle.
11989         * shell/ev-window.c (toggle_entries): Set sidebar default value to
11990         visible.
11991
11992 2004-12-23  Adam Weinberger  <adamw@gnome.org>
11993
11994         * configure.ac: Added en_CA to ALL_LINGUAS.
11995
11996 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11997
11998         * ChangeLog: replace bottom of this ChangeLog (merged history of
11999         ggv and gpdf; where all paths were wrong and most of the files are
12000         not even in this tree) with ChangeLog (from arch) of the shell
12001         code.
12002
12003 2004-12-23  Havoc Pennington  <hp@redhat.com>
12004
12005         * shell/ev-window.c: hook up potentially-questionable "find
12006         results status text" feature - something involving the sidebar or
12007         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
12008         might be better in the end.
12009
12010         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
12011         with corresponding signal when it should be updated
12012
12013         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
12014
12015 2004-12-22  Havoc Pennington  <hp@redhat.com>
12016
12017         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
12018         find stuff on other pages, sort of (only returns one result on
12019         invisible pages, to show they have results; updates full results
12020         for a page when you view it). Currently repaints the current page
12021         every time a new result is found on any page, which isn't so nice.
12022
12023 2004-12-22  Havoc Pennington  <hp@redhat.com>
12024
12025         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
12026         the document doesn't support find (better ideas?)
12027         (find_bar_search_changed_cb): handle missing document or document
12028         that doesn't support find
12029
12030         * pdf/xpdf/pdf-document.cc: port to implement the new
12031         EvDocumentFindIface
12032
12033         * backend/ev-document-find.c: create a new interface for searching
12034
12035         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
12036
12037 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12038
12039         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
12040         libevbackend.la.
12041
12042         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
12043         EvPrintJob constructor arguments.
12044
12045         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
12046         for documents that can export PostScript (page by page).
12047
12048         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
12049         
12050         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
12051         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
12052         (pdf_document_ps_exporter_iface_init:
12053         Implement EvPSExporter.
12054
12055         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
12056
12057 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12058
12059         * backend/Makefile.am:
12060         * backend/ev-document-thumbnails.c:
12061         (ev_document_thumbnails_get_type),
12062         (ev_document_thumbnails_get_thumbnail):
12063         * backend/ev-document-thumbnails.h:
12064         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12065         (pixbuf_document_thumbnails_get_thumbnail),
12066         (pixbuf_document_document_thumbnails_iface_init):
12067         * shell/Makefile.am:
12068         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
12069         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
12070         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
12071         * shell/ev-sidebar-thumbnails.h:
12072         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12073         (ev_sidebar_set_document):
12074         * shell/ev-utils.c: (gaussian), (create_blur_filter),
12075         (create_shadow), (ev_pixbuf_add_shadow):
12076         * shell/ev-utils.h:
12077         Add thumbnail support.
12078         
12079 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12080
12081         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
12082         (using_postscript_printer): Set up a print dialog for "PostScript
12083         injection" method.
12084
12085         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
12086         EvPrintJob.
12087
12088         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
12089
12090 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12091
12092         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
12093         (ps_document_set_target), (ps_document_get_page_size),
12094         (ps_document_render):
12095         * ps/gtkgs.h:
12096
12097         Fix a few bugs
12098
12099 2004-12-22  Christian Rose  <menthos@menthos.com>
12100
12101         * configure.ac: Added "sv" to ALL_LINGUAS.
12102
12103 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
12104
12105         * backend/ev-document-bookmarks.[ch]: new interface to indicate
12106         document supports bookmarks.
12107
12108 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12109
12110         * ps/ggvutils.c: (ggv_file_readable):
12111         * ps/ggvutils.h:
12112         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
12113         (gtk_gs_get_postscript):
12114
12115         Remove unused utils
12116
12117 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12118
12119         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
12120         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
12121         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
12122         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
12123         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
12124         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
12125         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12126         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12127         (gtk_gs_set_antialiasing), (ps_document_load),
12128         (ps_document_render):
12129         * ps/gtkgs.h:
12130
12131         Another check point for the ps backend. Now I can get it to show
12132         pages!
12133
12134 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
12135
12136         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
12137         document setting code.
12138
12139 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12140
12141         * shell/eggfindbar.c: (entry_activate_callback):
12142         Animate the next button when activate is pressed.
12143         
12144 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12145
12146         * shell/ev-window.c: (ev_window_cmd_edit_find),
12147         (update_fullscreen_popup), (ev_window_fullscreen),
12148         (ev_window_unfullscreen), (ev_window_state_event_cb),
12149         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
12150         Fix bugs in fullscreen code.
12151         
12152 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12153
12154         * Makefile.am:
12155         * configure.ac:
12156         * pixbuf/Makefile.am:
12157         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12158         (pixbuf_document_load), (pixbuf_document_get_n_pages),
12159         (pixbuf_document_set_page), (pixbuf_document_get_page),
12160         (pixbuf_document_set_target), (pixbuf_document_set_scale),
12161         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
12162         (pixbuf_document_render), (pixbuf_document_begin_find),
12163         (pixbuf_document_end_find), (pixbuf_document_finalize),
12164         (pixbuf_document_class_init),
12165         (pixbuf_document_document_iface_init), (pixbuf_document_init):
12166         * pixbuf/pixbuf-document.h:
12167         * shell/Makefile.am:
12168         * shell/ev-application.c: (ev_application_open):
12169         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
12170         (ev_window_open):
12171         Add pixbuf backend.
12172         
12173 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
12174
12175         * Makefile.am: 
12176         * dvi/dvilib/Makefile.am:
12177         * dvi/Makefile.am:
12178         * configure.ac: Auto*ify dvi and dvi/dvilib
12179
12180         * dvi/Makefile: Remove from CVS
12181         
12182         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
12183         confusion.
12184
12185         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
12186         
12187         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
12188         
12189 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12190
12191         * ps/Makefile.am:
12192         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
12193         (gtk_gs_value_adjustment_changed), (compute_size),
12194         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
12195         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
12196         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12197         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12198         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
12199         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
12200         (ps_document_load), (ps_document_get_n_pages),
12201         (ps_document_set_page), (ps_document_get_page),
12202         (ps_document_set_target), (ps_document_set_scale),
12203         (ps_document_set_page_offset), (ps_document_get_page_size),
12204         (ps_document_render), (ps_document_begin_find),
12205         (ps_document_end_find), (ps_document_document_iface_init):
12206         * ps/gtkgs.h:
12207         * shell/Makefile.am:
12208         * shell/ev-window.c: (ev_window_open):
12209
12210         Some work to integrate gtkgs with EvDocument
12211
12212 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12213
12214         * shell/ev-window.c: (update_fullscreen_popup),
12215         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
12216         (exit_fullscreen_button_clicked_cb),
12217         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
12218         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12219         (ev_window_state_event_cb), (ev_window_init):
12220         Add fullscreen support from Epiphany.
12221         
12222 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12223
12224         * data/ev-stock-zoom-fit-width.png: fit-width
12225         stock icon from gpdf.
12226         
12227         * shell/ev-stock-icons.[ch]: copied from gpdf.
12228         
12229         * shell/main.c: (main): init stock icons.
12230         
12231         * shell/ev-window.c: use the fit-width icon.
12232         
12233         * data/evince-ui.xml: add zooming toolbar items.
12234
12235 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12236
12237         * shell/ev-view.c: 
12238         (ev_view_best_fit), (ev_view_fit_width): because
12239         get_page_size() returns the scaled page size, we
12240         need to calculate the scale factor relative to
12241         the previous scale factor. Should really just
12242         add get_real_page_size().
12243
12244 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12245
12246         * shell/ev-view.[ch]:
12247         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
12248         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
12249         add zooming.
12250         
12251         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
12252         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
12253         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
12254         hook it up.
12255         
12256         * pdf/xpdf/pdf-document.cc:
12257         (pdf_document_begin_find),
12258         (pdf_document_end_find): make static.
12259
12260 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12261
12262         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
12263
12264         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
12265         names to fontconfig patterns.
12266         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
12267
12268         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
12269         setupBaseFontsFc.
12270
12271 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12272
12273         * Makefile.am:
12274         * configure.ac:
12275         * ps/Makefile.am:
12276         * ps/ggvutils.c:
12277         * ps/ggvutils.h:
12278         * ps/gsdefaults.c:
12279         * ps/gsdefaults.h:
12280         * ps/gsio.c:
12281         * ps/gsio.h:
12282         * ps/gtkgs.c:
12283         * ps/gtkgs.h:
12284         * ps/ps.c:
12285         * ps/ps.h:
12286
12287         Import ggv backend. Not hooked up yet.
12288
12289 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12290
12291         * shell/main.c: (load_files), (main): load files
12292         from the command line.
12293
12294 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12295
12296         * configure.ac: don't require bonobo.
12297         
12298         * cut-n-paste/recent-files/*: kill bonobo recent
12299         view.
12300
12301         * shell/ev-window.c:
12302         (ev_window_is_empty): upd.
12303         (unable_to_load), (ev_window_open): load backend
12304         based on the mime type.
12305
12306 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12307
12308         * backend/.cvsignore: ignore generated marshalers source.
12309
12310         * shell/main.c (main): this is not epiphany.
12311
12312 2004-12-22  Havoc Pennington  <hp@redhat.com>
12313
12314         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
12315         (expose_bin_window): draw find highlights
12316
12317         * shell/ev-window.c (find_bar_search_changed_cb): implement 
12318         
12319         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
12320         (pdf_document_end_find): implement this interface
12321
12322         * backend/ev-document.c (ev_document_found): add this to emit
12323         signal
12324
12325 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
12326
12327         * data/evince-ui.xml: Add a few more toolbar items.
12328
12329         * shell/ev-window.c: Hook up page navigation toolbar 
12330         items.
12331
12332         * shell/ev-view.[ch]: add ev_view_set/get_page and 
12333         a page-changed signal.
12334
12335         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
12336         Add ev_document_get_page().
12337
12338         * shell/ev-window.c: Sensitize/desensitize navigation
12339         actions.
12340
12341 2004-12-21  Havoc Pennington  <hp@redhat.com>
12342
12343         * backend/ev-backend-marshal.c,
12344         backend/ev-backend-marshalers.list, backend/Makefile.am: add
12345         marshaler-generator thingy. I'm sure there's a better way to do
12346         this in the modern world.
12347
12348         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
12349         end_find methods and "found" signal.
12350
12351         * configure.ac: find glib-genmarshal
12352
12353 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
12354
12355         * shell/ev-sidebar.c: Construct an actual sidebar.
12356         * shell/ev-sidebar-bookmarks.[ch]:
12357         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
12358
12359 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
12360
12361         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
12362         Redo size handling.
12363         
12364         * shell/ev-view.c: Track the size from the document.
12365
12366 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
12367
12368         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
12369         constructor assumes ownership of the string passed in.
12370         
12371         * shell/ev-window.c (ev_window_open): Destroy the error
12372         dialog once we've displayed it.
12373
12374 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
12375
12376         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
12377         a bit, it works! (sort of)
12378
12379         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
12380         Move to .cc since we need to use C++ in the implementation.
12381
12382         * shell/dummy.cc: Add a CC file to force evince
12383         to be linked as a C++ program.
12384
12385 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
12386
12387         * shell/ev-view.[ch]: Start of content-area widget.
12388
12389         * shell/ev-window.c: Create a EvView, update it
12390         as we change documents.
12391
12392         * shell/Makefile.am shell/ev-marshal.list: Add
12393         generated marshalers.
12394
12395 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
12396
12397         * Makefile.am (SUBDIRS): move shell.
12398
12399 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
12400
12401         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
12402         .a to libtool convenience libraries.
12403
12404         * shell/ev-window.c (ev_window_open): Hard code loading
12405         a PDF document.
12406         
12407         * backend/ev-document.h: Add a boolean return to load(),
12408         fix GError * to GError **.
12409
12410         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
12411         object for a PDF backend EvDocument.
12412
12413 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
12414
12415         * dvi/*: New directory with the beginning of a .dvi backend.
12416
12417 2004-12-21  Havoc Pennington  <hp@redhat.com>
12418
12419         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
12420         previous/next instead of back/forward
12421
12422 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
12423
12424         * backend/ev-document.[ch]: Fix a couple of problems so
12425         it compile.
12426
12427 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
12428
12429         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
12430         to backend/ directory, rename EvViewer to EvDocument.
12431
12432 2004-12-21  Havoc Pennington  <hp@redhat.com>
12433
12434         * shell/ev-window.c: hook up the find bar widget; now we just need
12435         a document to find things in
12436
12437         * shell/eggfindbar.c: a find bar widget
12438
12439 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
12440
12441         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
12442
12443 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
12444
12445         * pdf/**: Import of xpdf code from gpdf. 
12446
12447         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
12448
12449         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
12450         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
12451         Fix FreeType includes.
12452
12453         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
12454         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
12455         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
12456         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
12457         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
12458         Include xpdfconfig.h
12459         
12460 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
12461
12462         * shell/ev-window.c (ev_window_dispose): dispose can be called
12463         multiple times.
12464
12465 2004-12-21  Havoc Pennington  <hp@redhat.com>
12466
12467         * shell/ev-window.c (ev_window_init): set title to Document Viewer
12468         rather than Evince
12469
12470         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
12471         items; really they should be synced with the strings, etc. from
12472         current gpdf, but just getting the boring typing out of the way 
12473
12474 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12475
12476         * po/POTFILES.in:
12477         * shell/ev-application.c: (window_destroy_cb):
12478         * shell/ev-window.c:
12479         * shell/main.c: (main):
12480
12481         Actually show the window...
12482
12483 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12484
12485         * Makefile.am:
12486         * shell/Makefile.am:
12487         * shell/ev-application.c: (ev_application_class_init):
12488         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
12489
12490         Make it build again
12491
12492 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12493
12494         Import to gnome cvs.
12495         
12496         * Remove copies of gpdf and ggv trees.
12497         * Rip out all the recursive configure code.
12498         * Remove bonobo machinery.
12499         * viewer/*: GInterfaces that backends should/can implement.
12500
12501 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12502
12503         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
12504         typo
12505
12506 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12507
12508         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
12509         (ev_application_finalize, ev_application_class_init)
12510         (ev_application_init): use GType instance private data for priv.
12511
12512         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
12513         (ev_window_finalize, ev_window_class_init)
12514         (ev_window_init): ditto.
12515
12516 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12517
12518         * shell/ev-application.c (ev_application_new_window): make public
12519         (ev_application_show_initial_window): kill.
12520
12521         * shell/ev-application.h: update prototypes.
12522
12523         * shell/main.cc (main): inline ev_application_show_initial_window.
12524
12525 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12526
12527         * shell/ev-application.c (ev_application_new_window): impl.
12528         (ev_application_show_initial_window): use it.
12529         (is_window_empty, ev_application_get_empty_window): returns an
12530         existing empty window or a new one.
12531         (ev_application_open): from ev_window_cmd_file_open.
12532
12533         * shell/ev-application.h: update prototypes
12534
12535         * shell/ev-window.c (ev_window_is_empty): impl.
12536         (ev_window_open): make public.
12537         (ev_window_cmd_file_open): use ev_application_open
12538
12539         * shell/ev-window.h: update prototypes, remove unused.
12540
12541 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12542
12543         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
12544         move destroy handler out of here...
12545
12546         * shell/ev-application.c, shell/ev-application.h: ...into this new
12547         class. Also handles initial window creation.
12548
12549         * shell/main.cc (main): use EvApplication to create initial
12550         window.
12551
12552 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12553
12554         * Makefile.am (SUBDIRS): add cut-n-paste
12555
12556         * cut-n-paste/Makefile.am: add
12557
12558         * configure.ac: generate Makefiles in cut-n-paste
12559
12560 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12561
12562         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
12563         (ev_window_class_init): install ev_window_dispose.
12564
12565 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12566
12567         * shell/ev-window.h, shell/ev-window.c: replace gchar with
12568         char (gchar looks stupid).
12569
12570 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12571
12572         * po/de.po: updated German translation.
12573
12574 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12575
12576         * configure.ac: add more pkg-config library checks for gnome-vfs,
12577         bonobo etc.
12578
12579         * gpdf/configure.in: temporarily disable libpaper
12580         checks. Otherwise I'd have to add the checks for the shell, too.
12581
12582 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12583
12584         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
12585         and * file filters to the file choose.
12586
12587 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12588
12589         * po/de.po: Updated German translation.
12590
12591 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12592
12593         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
12594
12595 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12596
12597         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
12598
12599         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
12600         (ev_window_init): implement those menuitems.
12601
12602 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12603
12604         * data/evince-ui.xml: add a toolbar (with FileOpen action)
12605
12606         * shell/ev-window.c (ev_window_init): use the toolbar.
12607
12608 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12609
12610         * shell/ev-window.c (ev_window_init): use menu translations
12611
12612 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12613
12614         * configure.ac: add "de" to ALL_LINGUAS.
12615
12616         * po/de.po: add German translation.
12617
12618 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12619
12620         * Makefile.am (SUBDIRS): add po
12621
12622         * configure.ac: check intltool, glib-gettext etc, generate
12623         po/Makefile.in
12624
12625         * po, po/POTFILES.in, po/POTFILES.skip: new.
12626
12627 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12628
12629         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
12630         already use (#ifdef ENABLE_NLS)
12631
12632         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
12633         pointer indirection thinko.
12634
12635         * shell/main.c: include gi18n.h for bindtextdomain etc.
12636
12637 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12638
12639         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
12640         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
12641         tooltips for menu items in the statusbar.
12642
12643 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12644
12645         * configure.ac, data/Makefile.am, shell/Makefile.am: use
12646         pkgdatadir drop UIDIR
12647
12648 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12649
12650         * data/evince-ui.xml: Add File->Open menu item
12651
12652         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
12653         chooser), hook it up in the ui manager.
12654
12655 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12656
12657         * shell/ev-window.c: fix Help->About tooltip.
12658
12659 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
12660
12661         * configure.ac: set CFLAGS for libevprivate.
12662
12663         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
12664         definitions, factory etc.
12665
12666         * lib/Makefile.am: build libevprivate.a (only stock icon code).
12667
12668         * shell/Makefile.am: link against libevprivate.a.
12669
12670         * shell/ev-window.c (entries): add stock icon to Help->About.
12671
12672         * shell/main.c (main): init stock icon code.
12673
12674 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12675
12676         * lib/recent-files: egg recent files code
12677
12678         * lib/Makefile.am: add.
12679
12680         * Makefile.am: add lib subdir.
12681
12682         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
12683         set CFLAGS for recent-files.
12684
12685 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12686
12687         * configure.ac: disable -ansi and -pedantic gcc flags. They
12688         disable POSIX stuff in stdio.h, but egg-recent uses them.
12689
12690 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
12691
12692         * configure.ac: add --disable-deprecated flag (defaults to on in
12693         "cvs" builds).
12694
12695         * shell/Makefile.am (INCLUDES): use it.
12696
12697 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12698
12699         * shell/main.c: add missing #include.
12700
12701         * shell/ev-window.c: fix for pedantic gcc.
12702         (ev_window_cmd_help_about): split license into paragraphs for
12703         translators and pedantic compilers.
12704
12705 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12706
12707         * configure.ac: add more warning flags if compiling with gcc from
12708         cvs (or explicitly requested with --enable-more-warnings).
12709
12710 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12711
12712         * data/evince-ui.xml: add File and File->Close menu.
12713
12714         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
12715         (ev_window_destroy): quit after destroy.
12716         (ev_window_class_init): override GtkObject::destroy.
12717         (entries): install close_window callback.
12718
12719 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12720
12721         * Makefile.am (SUBDIRS): add data subdir.
12722
12723         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
12724         gtk+ 2.5.0 for GtkAboutDialog.
12725
12726         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
12727         main window.
12728
12729         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
12730
12731         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
12732         manager.
12733         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
12734
12735 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12736
12737         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
12738
12739 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12740
12741         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
12742
12743 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12744
12745         * shell/*: Added shell directory boilerplate, build it.
12746
12747 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12748
12749         * configure.ac, Makefile.am: Added top-level configure.ac and
12750         Makefile.am