]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Fix compile warnings.
[evince.git] / ChangeLog
1 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
4         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
5         * backend/djvu/djvu-text.h:
6         * backend/tiff/tiff-document.c: (tiff_document_render):
7
8         Fix compile warnings.
9         
10 2007-12-28  Christian Persch  <chpe@gnome.org>
11
12         * **/*.c: Include config.h. Bug #504721.
13
14 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
15
16         * configure.ac:
17         * Makefile.am:
18         * po/POTFILES.in:
19         * backend/comics/Makefile.am:
20         * backend/comics/comics-document.[ch]:
21         * backend/comics/comicsdocument.evince-backend.in:
22         * backend/djvu/Makefile.am:
23         * backend/djvu/djvu-document.[ch]:
24         * backend/djvu/djvudocument.evince-backend.in:
25         * backend/dvi/Makefile.am:
26         * backend/dvi/dvi-document.[c]:
27         * backend/dvi/dvidocument.evince-backend.in:
28         * backend/impress/Makefile.am:
29         * backend/impress/impress-document.[ch]:
30         * backend/impress/impressdocument.evince-backend.in:
31         * backend/pdf/Makefile.am:
32         * backend/pdf/ev-poppler.cc:
33         * backend/pdf/ev-poppler.h:
34         * backend/pdf/pdfdocument.evince-backend.in:
35         * backend/pixbuf/Makefile.am:
36         * backend/pixbuf/pixbuf-document.[ch]:
37         * backend/pixbuf/pixbufdocument.evince-backend.in:
38         * backend/ps/Makefile.am:
39         * backend/ps/ev-spectre.[ch]:
40         * backend/ps/ps-document.[ch]:
41         * backend/ps/psdocument.evince-backend.in:
42         * backend/tiff/Makefile.am:
43         * backend/tiff/tiff-document.[ch]:
44         * backend/tiff/tiffdocument.evince-backend.in:
45         * libdocument/Makefile.am:
46         * libdocument/ev-backends-manager.[ch]:
47         * libdocument/ev-module.[ch]:
48         * libdocument/ev-document.h:
49         * libdocument/ev-document-factory.[ch]:
50         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
51         (get_compression_from_mime_type), (get_document_from_uri),
52         (ev_document_factory_get_document), (file_filter_add_mime_types),
53         (ev_document_factory_add_filters):
54         * shell/Makefile.am:
55         * shell/ev-window-title.c: (get_filename_from_uri):
56         * shell/main.c: (main):
57         * thumbnailer/Makefile.am:
58         * thumbnailer/evince-thumbnailer.c: (main):
59
60         Plugin system for backends. Fixes bug #351348.
61         
62 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
63
64         * shell/ev-view-private.h:
65         * shell/ev-view.c: (ev_view_drag_update_momentum),
66         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
67         (ev_view_button_release_event), (ev_view_destroy):
68         
69         Kinetic scrolling implemented as requested in
70         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
71
72 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
73
74         * data/evince-toolbar.xml:
75         * data/evince-ui.xml:
76         * shell/ev-view-private.h:
77         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
78         (ev_view_button_press_event), (ev_view_motion_notify_event),
79         (ev_view_button_release_event), (ev_view_init),
80         (ev_view_autoscroll_cb), (ev_view_autoscroll),
81         (ev_view_set_cursor):
82         * shell/ev-view.h:
83         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
84         (ev_window_cmd_view_autoscroll):
85         
86         Autoscroll feature with the context menu. Fixes bug 
87         #323670. Thanks to David Turner <cillian64@googlemail.com>.
88
89 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
90
91         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
92
93         Disconnect also page-ready signal when removing a job because the
94         page size has changed. Thanks to kripken
95         <kripkensteiner@gmail.com>.
96
97 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
98
99         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
100         
101         Scroll pages in page entry with mouse wheel. Fixes bug
102         #324122. Thanks to David Turner <cillian64@googlemail.com>.
103
104 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
105
106         * backend/dvi/Makefile.am:
107         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
108         (mdvi_cairo_device_init):
109         * backend/dvi/mdvi-lib/common.h:
110         * backend/dvi/mdvi-lib/mdvi.h:
111         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
112         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
113         (mdvi_build_path_from_cwd):
114
115         Add ps specials support in dvi backend when libspectre is
116         present. Fixes bug #386005.
117         
118 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
119
120         * configure.ac:
121         * backend/ps/Makefile.am:
122         * backend/ps/ev-spectre.[ch]:
123         
124         Use libspectre, if available, for the ps backend. Fixes bugs
125         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
126
127 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
128         
129         * backend/comics/comics-document.c: (comics_document_load):
130         
131         Cygwin build issue fix.
132
133 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
134
135         * shell/ev-view.c: (ev_view_set_zoom):
136
137         Do not limit the minimum zoom factor when sizing mode is best bit
138         or fit width. Fixes bug #503805.
139         
140 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
141
142         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
143         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
144         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
145         (ev_link_dest_get_property), (ev_link_dest_set_property),
146         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
147         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
148         (ev_link_dest_new_fitr):
149         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
150         (goto_fith_dest), (goto_xyz_dest):
151
152         Do not change left, top and zoom values when they are null in PDF
153         destinations. Fixes bug #460658.
154         
155 2007-12-10  Christian Persch  <chpe@gnome.org>
156
157         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
158         (ev_view_accessible_class_init),
159         (ev_view_accessible_idle_do_action),
160         (ev_view_accessible_action_do_action),
161         (ev_view_accessible_action_get_description),
162         (ev_view_accessible_action_set_description),
163         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
164         (ev_view_accessible_factory_init),
165         (ev_view_accessible_factory_get_accessible_type):
166         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
167         private data, and G_DEFINE_TYPE. Bug #502843.
168
169 2007-12-08  Christian Persch  <chpe@gnome.org>
170
171         * shell/ev-metadata-manager.c: (item_free),
172         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
173         (value_free), (parse_value), (parseItem),
174         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
175         (save_values): Use GSlice to allocate small amounts of memory. Bug
176         #475972.
177
178 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
179
180         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
181
182         Restore cursor to normal after a drag operation. Fixes bug
183         #501603.
184         
185 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
186
187         * NEWS:
188         * configure.ac:
189         
190         Update for release 2.21.1
191
192 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
193
194         * configure.ac:
195         * cut-n-paste/gedit-message-area/Makefile.am:
196         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
197         * shell/Makefile.am:
198         * shell/ev-message-area.[ch]:
199         * shell/ev-window.c: (ev_window_set_message_area),
200         (ev_window_error_message_response_cb), (ev_window_error_message),
201         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
202         (ev_window_save_job_cb), (image_save_dialog_response_cb),
203         (ev_attachment_popup_cmd_open_attachment),
204         (attachment_save_dialog_response_cb), (ev_window_set_document),
205         (ev_window_init):
206
207         Use a message area instead of a popup dialog for error
208         notifications. Fixes bug #337495.
209         
210 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
211
212         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
213         (ev_window_run_fullscreen):
214
215         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
216         
217 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
218
219         * ev-sidebar-thumbnails.c: (update_visible_range),
220         (ev_sidebar_thumbnails_refresh),
221         (ev_sidebar_thumbnails_set_document),
222         (ev_sidebar_thumbnails_support_document):
223
224         Show thumbnails for documents with one page. Fixes bug #358751.
225         
226 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
227
228         * shell/ev-window.c:
229         (ev_window_load_print_settings_from_metadata),
230         (ev_window_save_print_settings), (ev_window_print_finished),
231         (ev_window_print_range):
232
233         Print settings that are specific to the document are now saved per
234         document in the metadata file. Fixes bug #488806.
235         
236 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
237
238         * backend/tiff/tiff-document.c: (tiff_document_render):
239
240         Tiff documents were rendered with wrong colors. Fixes bug #497279.
241         
242 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
243
244         * shell/ev-application.[ch]: (get_find_string_from_args),
245         (ev_application_open_uri_at_dest), (ev_application_open_uri),
246         (ev_application_open_uri_list):
247         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
248         * shell/ev-window.[ch]: (ev_window_load_job_cb),
249         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
250         (ev_window_cmd_recent_file_activate),
251         (ev_window_open_recent_action_item_activated),
252         (ev_window_print_send), (open_remote_link):
253         * shell/main.c: (arguments_parse):
254
255         Add a command line option for search. Fixes bug #497710.
256         
257 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
258
259         * shell/ev-jobs.c: (ev_job_print_new):
260
261         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
262         
263 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
264
265         * data/evince-toolbar.xml:
266         * shell/Makefile.am:
267         * shell/ev-application.c: (ev_application_init):
268         * shell/ev-open-recent-action.[ch]:
269         * shell/ev-window.c:
270         (ev_window_open_recent_action_item_activated),
271         (register_custom_actions):
272
273         Add an expander to the open toolbar item which pops up a dropdown
274         menu with the recently used documents. Fixes bug #487215.
275         
276 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
277
278         * shell/ev-window.c: (ev_window_open_uri),
279         (ev_window_cmd_view_reload):
280
281         Do not jump to the first page when reloading by running evince
282         from the command line. Fixes bug #490847.
283         
284 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
285
286         * shell/ev-window.c: (ev_window_cmd_help_contents):
287
288         Plugged memory leak when help file is not found. Fixes bug
289         #490762.
290         
291 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
292
293         * configure.ac:
294
295         Enable djvu, dvi and comics backends by default. Fixes bug
296         #437121.
297         
298 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
299
300         * configure.ac:
301         * cut-n-paste/Makefile.am:
302         * cut-n-paste/recent-files/*: Removed
303         * help/reference/Makefile.am:
304         * shell/Makefile.am:
305         * shell/ev-application.[ch]: (ev_application_shutdown),
306         (ev_application_init):
307         * shell/ev-window.c: (ev_window_add_recent),
308         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
309
310         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
311         
312 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
313
314         * shell/ev-window.c: (launch_external_uri):
315
316         Let GnomeVFS check the URL, this allow more URL (like mailto:),
317         and report error if the URL is not supported (#489910).
318
319 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
320
321         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
322         (pdf_document_file_exporter_begin_page),
323         (pdf_document_file_exporter_end_page):
324
325         Fix printing with poppler splash backend. Fixes bug #489774.
326         
327 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
328
329         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
330         * shell/ev-print-job.c: (ev_print_job_class_init):
331
332         Fix a crash when printing with the gnome-print dialog. Fixes bug
333         #488939.
334         
335 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
336
337         * backend/pixbuf/pixbuf-document.c:
338
339         Fix an implicit function definition warning (#487655)
340
341 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
342
343         * shell/ev-window.c:
344
345         Fix conflicting shortcut for view sade pane and presentation.
346         
347 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
348
349         * backend/pdf/ev-poppler.cc:
350         (pdf_document_file_exporter_begin_page),
351         (pdf_document_file_exporter_do_page),
352         (pdf_document_file_exporter_end_page),
353         (pdf_document_file_exporter_iface_init):
354         * libdocument/ev-file-exporter.[ch]:
355         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
356         * shell/ev-jobs.c: (ev_job_print_get_page_list),
357         (ev_job_print_run):
358
359         When printing multiple pages per sheet in reverse option, do not
360         invert the order of the pages in every sheet, but the order of the
361         sheets. Do not print blank pages when page range is invalid. Fixes
362         bugs #484857 and #485521.
363         
364 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
365
366         * shell/ev-jobs.c: (ev_job_print_get_page_list),
367         (ev_job_print_run):
368         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
369
370         Respect ranges order when printing more than one range in random
371         order.
372         
373 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
374
375         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
376         (ev_window_setup_document), (ev_window_rotation_changed_cb):
377
378         Rotate also the window icon when document is rotated. Fixes bug
379         #474681.
380         
381 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
382
383         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
384         (pdf_document_forms_get_form_fields):
385
386         Silently ignore unknown form fields. Fixes bug #482654. Patch by
387         Matthias Drochner.
388         
389 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
390
391         * configure.ac:
392         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
393
394         Use poppler_page_render_for_printing() instead of
395         poppler_page_render() if available when exporting to a ps or pdf
396         file. Fixes bug #476627.
397         
398 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
399
400         * shell/ev-window.c: (ev_window_run_fullscreen):
401
402         Do not show the toolbar in fullscreen mode if the main toolbar is
403         not visible. Fixes bug #483048.
404         
405 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
406
407         * shell/ev-view.c: (ev_view_button_press_event):
408
409         Give priority to form fields over images when deciding whether a
410         button press event is over an image or form field. It allows edit
411         form fields when they are over a background image. Fixes bug
412         #477841.
413         
414 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
415
416         * NEWS:
417         * configure.ac:
418         
419         Update for release 2.20.0
420
421 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
422
423         * backend/pdf/ev-poppler.cc:
424
425         Remove #ifdef HAVE_FORMS, so that forms support works again.
426
427 2007-09-05  Götz Waschk  <waschk@mandriva.org>
428
429         * configure.ac:
430         * data/evince.desktop.in.in:
431         
432         Fixes desktop file issues. See bug #473471.
433
434 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
435
436         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
437         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
438         (ev_job_queue_remove_job):
439         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
440         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
441         * shell/ev-window.c: (ev_window_clear_save_job),
442         (ev_window_save_job_cb), (file_save_dialog_response_cb),
443         (ev_window_dispose):
444
445         Move save a copy task to its own job so that it's carried out in a
446         thread avoiding another lock in the main thread. Use
447         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
448         can be saved to a pathin another file system. Fixes bug #456891.
449         
450 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
451
452         * NEWS:
453         * configure.ac:
454         
455         Update for release 2.19.92
456
457 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
458
459         * configure.ac:
460         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
461         (pdf_selection_get_selection_region),
462         (pdf_selection_get_selection_map),
463         (ev_form_field_from_poppler_field):
464
465         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
466         and triple click selections are enabled again now.
467
468 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
469
470         * shell/ev-window.c: (ev_window_add_history):
471
472         Make sure not to use the history with documents not supporting
473         links. Fixes bug #468954.
474
475 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
476
477         * shell/ev-window.c: (ev_window_load_job_cb):
478
479         Restart the search when reloading a document with the find bar
480         visible. Fixes bug #461962.
481
482 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
483
484         * shell/ev-window.c: (setup_document_from_metadata),
485         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
486
487         Do not jump to the first page when reloading a document from the
488         last page.
489
490 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
491
492         * shell/ev-window.c: (update_chrome_flag),
493         (setup_sidebar_from_metadata),
494         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
495         (ev_window_cmd_edit_find_next),
496         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
497         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
498         (find_bar_close_cb), (view_actions_focus_in_cb):
499
500         Do not update visibility when changing a chrome flag so that it's
501         possible to update several flags and update visibility only once
502         for all of them.
503
504 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
505
506         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
507
508         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
509         supported by gtk+. Fixes bug #460907.
510
511 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
512
513         * shell/ev-view.c: (view_update_range_and_current_page):
514
515         Make sure current-page <= end-page in continuous mode. Fixes bug
516         #454950.
517
518 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
519
520         * backend/pdf/ev-poppler.cc: (build_tree):
521
522         Ignore outline items without a title. Fixes bug #453913.
523
524 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
525
526         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
527         (ev_view_button_release_event), (ev_view_leave_notify_event):
528
529         Use always drag mouse cursor during a drag operation. Fixes bug
530         #470564.
531
532 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
533
534         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
535         (pdf_selection_get_selection_region),
536         (pdf_selection_get_selection_map):
537
538         Temporarily disable double and triple selections since it depends on
539         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
540         released and the update of the external dependency minimal version
541         approved.
542
543 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
544
545         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
546         (pdf_document_file_exporter_do_page):
547         * libdocument/ev-file-exporter.h:
548         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
549         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
550
551         Actually fix printing regressions. Remove orientation from
552         EvPrintContext since it's redundant.
553
554 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
555
556         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
557         * backend/impress/impress-document.c:
558         (impress_document_document_iface_init):
559         * backend/ps/ps-document.c: (ps_document_document_iface_init):
560         * backend/djvu/djvu-document.c:
561         (djvu_document_document_iface_init),
562         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
563         * backend/tiff/tiff-document.c:
564         (tiff_document_document_iface_init):
565         * backend/pixbuf/pixbuf-document.c:
566         (pixbuf_document_document_iface_init):
567         * backend/comics/comics-document.c:
568         (comics_document_document_iface_init):
569         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
570         (pdf_selection_render_selection),
571         (pdf_selection_get_selected_text),
572         (pdf_selection_get_selection_region),
573         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
574         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
575         (ev_selection_get_selection_region),
576         (ev_selection_get_selection_map):
577         * libdocument/ev-document.[ch]:
578         * shell/ev-pixbuf-cache.[ch]: (add_job),
579         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
580         * shell/ev-view-private.h:
581         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
582         (ev_job_render_run):
583         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
584         * shell/ev-view.c: (start_selection_for_event),
585         (ev_view_button_press_event), (ev_view_drag_data_get),
586         (ev_view_drag_data_received), (ev_view_button_release_event),
587         (compute_new_selection_text), (compute_selections),
588         (ev_view_select_all), (get_selected_text), (ev_view_copy),
589         (ev_view_primary_get_cb):
590
591         Add support for double and triple click selections.
592
593 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
594
595         * NEWS:
596         * configure.ac:
597
598         Update for release 2.19.4
599
600 2007-08-28  Justin Blanchard  <justinb04@aim.com>
601
602         * shell/ev-view-private.h:
603         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
604         (ev_view_set_highlight_search):
605         * shell/ev-view.h:
606         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
607         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
608         (find_bar_visibility_changed_cb):
609         
610         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
611
612 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
613
614         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
615         (pdf_document_file_exporter_begin),
616         (pdf_document_file_exporter_do_page):
617         * shell/ev-jobs.c: (ev_job_print_run):
618         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
619
620         Create always a portrait cairo surface and rotate when needed for
621         landscape. It fixes printing problems in real printers.
622
623 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
624
625         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
626         * libdocument/ev-file-exporter.[ch]:
627         (ev_file_exporter_get_capabilities):
628         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
629         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
630
631         Adjust number of pages per row according to page orientation when
632         printing 2 or 6 pages per sheet.
633
634 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
635
636         * shell/ev-window.c: (ev_window_print_send):
637
638         Reset also cups setting to 1 when printing multiple pages per
639         sheet. Fixes bug #468853.
640
641 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
642
643         * libdocument/ev-document-misc.c:
644         (ev_document_misc_surface_rotate_and_scale):
645
646         Use directly cairo_surface_get_content() when creating a similar
647         surface as suggested by Jeff Muizelaar. Thanks again.
648
649 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
650
651         * backend/djvu/djvu-document.c: (djvu_document_render):
652         * backend/tiff/tiff-document.c: (tiff_document_render):
653         * backend/pdf/ev-poppler.cc: (pdf_document_render):
654         * libdocument/ev-document-misc.c:
655         (ev_document_misc_surface_from_pixbuf),
656         (ev_document_misc_surface_rotate_and_scale):
657
658         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
659         creating page surfaces. Fixes bug #453123. Thank you very much to
660         Jeff Muizelaar <jeff@infidigm.net>.
661
662 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
663
664         * shell/ev-page-cache.c: (ev_page_cache_new),
665         (ev_page_cache_get_thumbnail_size):
666         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
667         (ev_sidebar_thumbnails_set_loading_icon):
668
669         Also store in page-cache the dimensions of the thumbnails so that
670         they can be used to create the correct loading icon in the side
671         pane. Fixes bug #466857.
672
673 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
674
675         * backend/pdf/ev-poppler.cc:
676         (pdf_document_thumbnails_get_thumbnail):
677
678         Fix thumbnails rotation in pdf documents that include embedded 
679         thumbnails.
680
681 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
682
683         * backend/pdf/ev-poppler.cc:
684
685         Don't use #ifdef in macro expansion. Some compilers don't
686         like that. Closes bug #467042.
687
688 2007-08-15  Justin Blanchard  <justinb04@aim.com>
689
690         * backend/djvu/djvu-document.c: (djvu_document_finalize):
691         
692         Fixes memory leak in djvu backend.
693
694 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
695
696         * data/icons/32x32/Makefile.am:
697         * data/icons/32x32/actions/Makefile.am:
698         * data/icons/32x32/actions/view-page-cont.svg:
699         * data/icons/32x32/actions/view-page-facing.svg:
700         * data/icons/48x48/Makefile.am:
701         * data/icons/48x48/actions/Makefile.am:
702         * data/icons/48x48/actions/view-page-cont.svg:
703         * data/icons/48x48/actions/view-page-facing.svg:
704         
705         Icons for a new sizes.
706
707 2007-08-14  Justin Blanchard  <justinb04@aim.com>
708
709         * shell/ev-page-cache.c: (build_height_to_page),
710         (ev_page_cache_get_height_to_page):
711         
712         Fixes invalid read, see bug #466401.
713
714 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
715
716         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
717         (set_drag_cursor):
718         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
719         (configure_item_cursor), (new_pixbuf_from_widget):
720
721         Fix multihead problems in toolbar editor. Fixes bug #382055.
722
723 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
724
725         * shell/ev-window.c: (ev_window_cmd_file_open),
726         (ev_window_cmd_save_as):
727
728         Use g_get_user_special_dir when available instead of
729         xdg_user_dir_lookup.
730
731 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
732
733         * MAINTAINERS:
734         
735         Updated according to request on desktop-devel.
736
737 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
738
739         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
740
741         Do not use cairo_rectangle and cairo_clip since we are
742         not using cairo_fill but cairo_paint. Use the same cairo context
743         for every page in the same expose event.
744
745 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
746
747         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
748         leak.
749
750 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
751
752         * configure.ac:
753         * NEWS:
754
755         Release 0.9.3
756
757 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
758
759         * libdocument/ev-document-info.h:
760         * libdocument/ev-document.h:
761         * shell/ev-page-action.h:
762         * shell/ev-sidebar-links.h:
763
764         Fix a headers problem with ev-link
765         
766         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
767         * shell/ev-view-private.h:
768         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
769         (get_link_area), (ev_view_query_tooltip),
770         (ev_view_leave_notify_event), (ev_view_destroy),
771         (ev_view_class_init):
772
773         Use new gtk tooltips when available instead of ev-tooltip.
774         
775 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
776
777         * shell/ev-window.c: (update_chrome_visibility),
778         (ev_window_sidebar_visibility_changed_cb):
779
780         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
781         
782 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
783
784         * shell/ev-navigation-action.c:
785         (ev_navigation_action_history_changed),
786         (ev_navigation_action_set_history):
787         * shell/ev-navigation-action-widget.c:
788         (ev_navigation_action_widget_init):
789         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
790
791         Fix compile warnings.
792         
793 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
794
795         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
796         (egg_editable_toolbar_dispose):
797
798         Fix memory leak.
799         
800 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
801
802         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
803         (screensaver_disable_x11):
804         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
805         * shell/ev-window.c: (presentation_set_timeout):
806         * shell/ev-view.c: (ev_view_presentation_transition_start):
807
808         Use g_timeout_add_seconds instead of g_timeout_add when
809         available.
810         
811 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
812
813         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
814
815         Set horizontal scrollbar policy to AUTOMATIC instead of
816         NEVER. Workaround for bug #449462.
817         
818 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
819
820         * shell/ev-jobs.c: (ev_job_render_page_ready):
821
822         Add page_ready callback to main loop with high priority and hold
823         a reference to job during idle.
824         
825 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
826
827         * configure.ac:
828         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
829         (pdf_document_file_exporter_begin),
830         (pdf_document_file_exporter_do_page),
831         (pdf_document_file_exporter_get_capabilities):
832         * libdocument/ev-file-exporter.h:
833         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
834         * shell/ev-window.c: (ev_window_print_send),
835         (ev_window_print_dialog_response_cb):
836
837         Allow printing multiple pages per sheet. Fixes bug #395573.
838         
839 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
840
841         * shell/ev-view.c: (tip_from_link):
842         
843         Check for NULL, fixes bug #460862.
844
845 2007-07-29  Christian Persch  <chpe@gnome.org>
846
847         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
848         (ev_window_preview_print_finished), (ev_window_do_preview_print),
849         (ev_window_cmd_preview_print):
850         
851         Fixes bug #437681 - blocks while enumerating printers.
852
853 2007-07-29  Christian Persch  <chpe@gnome.org>
854
855         * shell/ev-window.c: (ev_window_screen_changed):
856         
857         Don't use deprecated gtk+ function. See bug #460909.
858
859 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
860
861         * shell/ev-utils.c: (get_num_monitors):
862         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
863
864         Do not use display before initializing it. Remove compile
865         warnings.
866
867 2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
868
869         * shell/ev-view.c: (ev_view_class_init):
870         
871         Unix-like hjkl bindings added. See bug #458111.
872
873 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
874
875         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
876         * shell/ev-utils.h:
877         * shell/ev-view.c: (ev_view_set_zoom_for_size),
878         (ev_view_update_view_size):
879         * shell/ev-view.h:
880         * shell/ev-window.c: (ev_window_update_actions),
881         (setup_view_from_metadata), (ev_window_screen_changed),
882         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
883         (zoom_control_changed_cb):
884         * shell/ev-window.h:
885         
886         Reorganizes utility functions.
887
888 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
889
890         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
891         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
892         (add_job), (ev_pixbuf_cache_get_surface),
893         (ev_pixbuf_cache_get_link_mapping),
894         (ev_pixbuf_cache_get_image_mapping),
895         (ev_pixbuf_cache_get_form_field_mapping),
896         (ev_pixbuf_cache_get_text_mapping):
897         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
898         (notify_page_ready), (ev_job_render_page_ready),
899         (ev_job_render_run):
900
901         Add page_ready signal to notify that page is ready as soon as
902         possible even if other page elements like links, forms, images or
903         text mapping are not ready yet.
904
905 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
906
907         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
908         (dvi_document_file_exporter_do_page),
909         (dvi_document_file_exporter_get_capabilities),
910         (dvi_document_file_exporter_iface_init):
911         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
912         (ps_document_file_exporter_do_page),
913         (ps_document_file_exporter_get_capabilities),
914         (ps_document_file_exporter_iface_init):
915         * backend/djvu/djvu-document.c:
916         (djvu_document_file_exporter_begin),
917         (djvu_document_file_exporter_end),
918         (djvu_document_file_exporter_get_capabilities),
919         (djvu_document_file_exporter_iface_init):
920         * backend/tiff/tiff-document.c:
921         (tiff_document_file_exporter_begin),
922         (tiff_document_file_exporter_get_capabilities),
923         (tiff_document_document_file_exporter_iface_init):
924         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
925         (pdf_document_file_exporter_do_page),
926         (pdf_document_file_exporter_get_capabilities),
927         (pdf_document_file_exporter_iface_init):
928         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
929         (ev_file_exporter_get_capabilities):
930         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
931         (idle_print_handler), (ev_print_job_print):
932         * shell/ev-jobs.c: (ev_job_print_run):
933         * shell/ev-window.c: (ev_window_print_send),
934         (ev_window_print_range):
935
936         Use capabilities to know which options should be offered by the
937         print dialog depending on the document backend.
938
939 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
940
941         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
942
943         Give priority to forms over text to set the cursor.
944
945 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
946
947         * shell/ev-view-private.h:
948         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
949         (ev_view_leave_notify_event), (ev_view_finalize),
950         (ev_view_get_property), (ev_view_class_init):
951
952         Use IBEAM cursor for text form fields and NORMAL cursor for read
953         only fields. Remove unused status attribute.
954
955 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
956
957         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
958
959         Update region for current selected items also for checkbox
960         buttons, since they can behave as radio buttons when they are in a
961         set.
962
963 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
964
965         * configure.ac:
966         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
967
968         Get max length of text form fields.
969
970 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
971
972         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
973         * libdocument/ev-form-field.h:
974         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
975
976         Fix build with current poppler cvs head.
977
978 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
979
980         * cut-n-paste/zoom-control/ephy-zoom-control.c:
981         * shell/eggfindbar.c: (egg_find_bar_init):
982
983         Fix build with gtk+ >= 2.11.5 due to gtktooltips
984         deprecation. Fixes bug #455667
985
986 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
987
988         * NEWS:
989         * configure.ac:
990         
991         Update for release 0.9.2
992
993 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
994
995         * shell/ev-view.c: (ev_view_form_field_text_save),
996         (ev_view_form_field_choice_save):
997
998         Fix a crash when closing whith a form widget visible.
999
1000 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1001
1002         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1003
1004         Update also the region of the current selected button when
1005         clicking on another button if they are radio buttons.
1006
1007 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1008
1009         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
1010         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
1011         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
1012         (ev_pixbuf_cache_get_link_mapping),
1013         (ev_pixbuf_cache_get_image_mapping),
1014         (ev_pixbuf_cache_get_form_field_mapping),
1015         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
1016         * shell/ev-view.c: (ev_view_form_field_get_region),
1017         (ev_view_form_field_button_create_widget),
1018         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1019         (job_finished_cb):
1020
1021         Redraw only form field region instead of the whole page when
1022         reloading a page to show changes on the form field.
1023
1024 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1025
1026         * shell/ev-view.c: (ev_view_form_field_choice_save):
1027
1028         Fix selection of first item in list form fields.
1029
1030 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1031
1032         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
1033         (ev_pixbuf_cache_reload_page),
1034         (ev_pixbuf_cache_get_form_field_mapping):
1035
1036         Some refactoring to avoid duplicated code.
1037
1038 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1039
1040         * configure.ac:
1041         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
1042         (ev_form_field_from_poppler_field),
1043         (pdf_document_forms_get_form_fields),
1044         (pdf_document_forms_form_field_text_get_text),
1045         (pdf_document_forms_form_field_text_set_text),
1046         (pdf_document_forms_form_field_button_set_state),
1047         (pdf_document_forms_form_field_button_get_state),
1048         (pdf_document_forms_form_field_choice_get_item),
1049         (pdf_document_forms_form_field_choice_get_n_items),
1050         (pdf_document_forms_form_field_choice_is_item_selected),
1051         (pdf_document_forms_form_field_choice_select_item),
1052         (pdf_document_forms_form_field_choice_toggle_item),
1053         (pdf_document_forms_form_field_choice_unselect_all),
1054         (pdf_document_forms_form_field_choice_set_text),
1055         (pdf_document_forms_form_field_choice_get_text),
1056         (pdf_document_document_forms_iface_init):
1057         * libdocument/Makefile.am:
1058         * libdocument/ev-form-field.[ch]:
1059         * libdocument/ev-document-forms.[ch]:
1060         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1061         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1062         (add_job), (ev_pixbuf_cache_reload_page),
1063         (ev_pixbuf_cache_get_form_field_mapping):
1064         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
1065         * shell/ev-view-private.h:
1066         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
1067         (ev_view_handle_cursor_over_xy),
1068         (ev_view_get_form_field_at_location),
1069         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
1070         (ev_view_form_field_button_create_widget),
1071         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
1072         (ev_view_form_field_text_create_widget),
1073         (ev_view_form_field_choice_save),
1074         (ev_view_form_field_choice_changed),
1075         (ev_view_form_field_choice_create_widget),
1076         (ev_view_handle_form_field), (ev_view_size_allocate),
1077         (ev_view_realize), (draw_end_presentation_page),
1078         (ev_view_button_press_event), (ev_view_remove_all),
1079         (ev_view_motion_notify_event), (ev_view_key_press_event),
1080         (ev_view_enter_notify_event), (highlight_find_results),
1081         (draw_loading_text), (draw_one_page), (ev_view_destroy),
1082         (ev_view_class_init), (page_changed_cb),
1083         (on_adjustment_value_changed), (ev_view_set_presentation),
1084         (merge_selection_region), (ev_view_set_cursor),
1085         (ev_view_reset_presentation_state):
1086         
1087         Merge evince-forms branch.
1088
1089 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
1090
1091         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
1092
1093         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
1094         This script also updates itself from libegg
1095
1096         * cut-n-paste/toolbar-editor/egg*:
1097         Run update-toolbareditor-from-libegg.sh so we are in sync again with
1098         libegg
1099
1100 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
1101
1102         * shell/ev-window.c:
1103         
1104         Adds a nice icon to page action during toolbar editing.
1105         See bug #452872.
1106
1107 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1108
1109         * data/evince-toolbar.xml:
1110         * shell/ev-window.c:
1111         
1112         Let user add a presentation and fullscreen icons on toolbar.
1113         See bug #449734.
1114
1115 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
1116
1117         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
1118
1119         new script to keep in sync with toolbareditor in libegg
1120
1121         * cut-n-paste/toolbar-editor/*: 
1122
1123         Run update-toolbareditor-from-libegg so we are in sync again. 
1124         Fixes bug #452850.
1125         
1126
1127 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1128
1129         * shell/ev-sidebar-links.c: (job_finished_callback):
1130
1131         Do not connect selection changed signal more than once. Fixes bug
1132         #349433.
1133
1134 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1135
1136         * shell/ev-window.c: (ev_window_view_sidebar_cb):
1137
1138         Do not change sidebar chrome flag when pressing F9 key in
1139         presentation mode.
1140
1141 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1142
1143         * backend/pdf/ev-poppler.cc:
1144         (pdf_document_thumbnails_get_dimensions):
1145
1146         Make sure thumbnails width and height is not <= 0. Fixes a crash
1147         with some pdf documents which have really small pages.
1148
1149 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
1150
1151         * shell/main.c: (main):
1152
1153         Fixes program description translation issue.
1154         Bug #450148.
1155
1156 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
1157
1158         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
1159
1160         Do not change current page when returning from black/white mode
1161         in presentation. Fixes bug #415032.
1162
1163 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1164
1165         * NEWS:
1166         * configure.ac:
1167         
1168         Update for release 0.9.1
1169
1170 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
1171
1172         * backend/dvi/dvi-document.c:
1173         (dvi_document_finalize),
1174         (dvi_document_file_exporter_format_supported),
1175         (dvi_document_file_exporter_begin),
1176         (dvi_document_file_exporter_do_page),
1177         (dvi_document_file_exporter_end),
1178         (dvi_document_file_exporter_iface_init), (dvi_document_init):
1179         
1180         PDF exporter for dvi documents. Fixes bug #441319.
1181
1182 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1183
1184         * shell/ev-window.c: (ev_window_clear_print_job):
1185
1186         Clear gtk print job when job has finished. Fixes bug #447612.
1187
1188 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1189
1190         * shell/ev-window.c: (ev_window_print_send),
1191         (ev_window_print_dialog_response_cb), (ev_window_print_range):
1192
1193         Add preview button to print dialog. Fixes bug #445419.
1194
1195 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1196
1197         * backend/dvi/Makefile.am:
1198         * backend/dvi/pixbuf-device.[ch]: Removed
1199         * backend/dvi/cairo-device.[ch]: Added
1200         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
1201         * backend/dvi/dvi-document.c: (dvi_document_load),
1202         (dvi_document_render), (dvi_document_finalize),
1203         (dvi_document_thumbnails_get_thumbnail), (parse_color),
1204         (dvi_document_do_color_special):
1205         * libdocument/ev-document-misc.[ch]:
1206         (ev_document_misc_pixbuf_from_surface):
1207
1208         Port dvi backend to cairo and fix a problem with colors. 
1209
1210 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1211
1212         * shell/ev-view.c: (draw_one_page):
1213
1214         Draw only visible region.
1215
1216 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1217
1218         * backend/djvu/djvu-document.c: (djvu_document_render):
1219
1220         Fix rotation in djvu backend.
1221
1222 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1223
1224         * shell/ev-pixbuf-cache.c: (job_finished_cb),
1225         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
1226         (ev_pixbuf_cache_get_image_mapping),
1227         (ev_pixbuf_cache_get_text_mapping):
1228
1229         Redraw view every time we have a new surface. Fixes bug #443587.
1230
1231 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1232
1233         * libdocument/ev-document.c: (ev_document_info_free):
1234
1235         Fix memory leaks.
1236
1237 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1238
1239         * backend/dvi/dvi-document.c: (dvi_document_render),
1240         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
1241         * backend/impress/impress-document.c:
1242         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
1243         (impress_document_render), (impress_document_document_iface_init),
1244         (impress_document_thumbnails_get_thumbnail):
1245         * backend/djvu/djvu-document-private.h:
1246         * backend/djvu/djvu-document.c: (djvu_document_render),
1247         (djvu_document_finalize), (djvu_document_document_iface_init),
1248         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
1249         * backend/tiff/tiff-document.c: (tiff_document_render),
1250         (tiff_document_render_pixbuf),
1251         (tiff_document_document_iface_init):
1252         * backend/pdf/ev-poppler.cc: (pdf_document_render),
1253         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
1254         (pdf_selection_render_selection):
1255         * backend/comics/comics-document.c:
1256         (comics_document_render_pixbuf), (comics_document_render),
1257         (comics_document_document_iface_init):
1258         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
1259         (pixbuf_document_document_iface_init):
1260         * libdocument/ev-document-misc.[ch]:
1261         (ev_document_misc_surface_from_pixbuf),
1262         (ev_document_misc_surface_rotate_and_scale):
1263         * libdocument/ev-document.[ch]: (ev_document_render):
1264         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
1265         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1266         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1267         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
1268         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
1269         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
1270         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1271         (render_finished_cb), (ev_job_render_run):
1272         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
1273         (merge_selection_region):
1274
1275         Use cairo image surfaces instead of GDK pixbufs for drawing pages
1276         and selections.
1277
1278 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1279
1280         * shell/ev-window-title.c: (ev_window_title_update):
1281
1282         Fix memory leak.
1283
1284 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1285
1286         * shell/ev-view.c: (draw_loading_text):
1287
1288         Show loading text centered. Fixes bug #433061
1289
1290 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1291
1292         * shell/ev-sidebar-thumbnails.c:
1293         (ev_sidebar_thumbnails_set_loading_icon):
1294
1295         Remove a mutex in the main thread that blocks the UI in heavy
1296         documents.
1297
1298 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1299
1300         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
1301
1302         Set points_set to TRUE so that selections don't disappear after a
1303         zoom change.
1304
1305 2007-06-07  Michael Monreal  <infernux@web.de>
1306
1307         * data/icons/16x16/actions/Makefile.am:
1308         * data/icons/16x16/actions/zoom.svg:
1309         * data/icons/22x22/actions/Makefile.am:
1310         * data/icons/22x22/actions/zoom.svg:
1311         * data/icons/24x24/actions/Makefile.am:
1312         * shell/ev-stock-icons.c:
1313         * shell/ev-stock-icons.h:
1314         * shell/ev-window.c:
1315         
1316         Zoom icon artwork. See bug #444795.
1317
1318 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1319
1320         * shell/ev-metadata-manager.c: Remove extraneous function
1321         (Closes: #444386)
1322
1323 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1324
1325         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
1326         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
1327         (ev_metadata_manager_set), (ev_metadata_manager_save):
1328         Simplify the timeout, no need for modified anymore
1329
1330 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1331
1332         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
1333         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1334         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1335         (ev_metadata_manager_save): Adapted patch from Arjan van de
1336         Ven (arjan@linux.intel.com) to avoid the timeout running all the
1337         time, saves on power (Closes: #443851)
1338
1339 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1340
1341         * configure.ac:
1342         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
1343         (pdf_selection_render_selection), (pdf_document_get_page_duration):
1344
1345         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
1346
1347 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1348
1349         * shell/ev-window.c: (ev_window_add_history):
1350
1351         Check if history is NULL
1352
1353 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1354
1355         * libdocument/ev-image.c: (ev_image_finalize):
1356         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
1357         * libdocument/ev-attachment.c: (ev_attachment_finalize):
1358         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
1359         (ev_tmp_uri_unlink):
1360
1361         Add functions to delete temporary files created by evince in a safe
1362         way.
1363
1364         * shell/ev-window.c: (ev_window_clear_local_uri),
1365         (open_xfer_update_progress_callback),
1366         (save_xfer_update_progress_callback), (ev_window_save_remote),
1367         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
1368         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1369         (attachment_save_dialog_response_cb),
1370         (ev_attachment_popup_cmd_save_attachment_as):
1371
1372         Allow saving a copy of a document, image or attachment to a remote
1373         location. Fixes bug #440754. 
1374
1375 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1376
1377         * configure.ac:
1378         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1379
1380         Fix build with current poppler from cvs head. 
1381
1382 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
1383
1384         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
1385
1386         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
1387         directory exists.
1388
1389 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1390
1391         * shell/ev-sidebar.c: (ev_sidebar_add_page):
1392         * shell/ev-window.c:
1393
1394         Change sidebar ordering. Fixes bug #439939.
1395
1396 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
1397
1398         * backend/comics/Makefile.am:
1399         
1400         Fixes build with --without-libgnome.
1401
1402 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1403         
1404         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
1405
1406         Update cursor and tooltip on page change and view scroll. Fixes bug
1407         #439217.
1408
1409 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1410
1411         * NEWS:
1412         * configure.ac:
1413         
1414         Update for release 0.9.0
1415
1416 2007-05-14  Alaska Subedi <asubedi@gmail.com>
1417
1418         * backend/djvu/djvu-document-private.h:
1419         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1420         (djvu_document_finalize),
1421         (djvu_document_file_exporter_format_supported),
1422         (djvu_document_file_exporter_begin),
1423         (djvu_document_file_exporter_do_page),
1424         (djvu_document_file_exporter_end),
1425         (djvu_document_file_exporter_iface_init), (djvu_document_init):
1426         
1427         Implemented printing with djvu. Bug #437998.
1428
1429 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1430
1431         * backend/impress/zip.c:
1432         Add missing ulong definition.
1433
1434         * backend/ps/ps-interpreter.c:
1435         Add missing headers.
1436
1437         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
1438
1439 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1440
1441         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
1442
1443         Add missing call to parent class dispose method. 
1444
1445 2007-05-12  Ross Burton  <ross@openedhand.com>
1446
1447         * shell/main.c:
1448         Sync keybindings manually when building without libgnome
1449         (#437925).
1450
1451 2007-05-12  Ross Burton  <ross@openedhand.com>
1452
1453         * shell/ev-window.c:
1454         Respect the screen when opening help (#437866).
1455
1456 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1457
1458         * data/evince-ui.xml:
1459         * shell/ev-application.[ch]: (get_print_settings_from_args),
1460         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1461         (ev_application_open_uri_list):
1462         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
1463         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1464         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
1465         (ev_window_cmd_view_reload), (lookup_printer_from_name),
1466         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
1467         (ev_window_dispose):
1468         * shell/main.c: (arguments_parse):
1469
1470         Add print button in preview mode. Fixes bug #396475. 
1471
1472 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1473
1474         * cut-n-paste/zoom-control/ephy-zoom.h:
1475         
1476         Fixes zoom level factors. See bug #408119 for details.
1477
1478 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1479
1480         * backend/comics/comics-document.c: (comics_regex_quote),
1481         (extract_argv):
1482         
1483         Correctly quote symbols. Fixes crash in the bug
1484         #415370.
1485
1486 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1487
1488         * shell/ev-navigation-action-widget.c:
1489         (ev_navigation_action_widget_init),
1490         (ev_navigation_action_widget_class_init),
1491         (ev_navigation_action_widget_button_press_event):
1492         
1493         Connect to button-press event on correct widget. Fixes
1494         bug #431988
1495
1496 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1497
1498         * shell/ev-application.c: (ev_application_open_window),
1499         (ev_application_add_icon_path_for_screen),
1500         (ev_application_open_uri_at_dest):
1501         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
1502         * shell/ev-navigation-action.c: (build_menu):
1503         
1504         Add app-specific icons to our icon theme. Fixes bug
1505         #425508.
1506
1507 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1508
1509         * shell/ev-history.c: (ev_history_class_init),
1510         (ev_history_add_link):
1511         * shell/ev-history.h:
1512         * shell/ev-navigation-action.c:
1513         (ev_navigation_action_history_changed),
1514         (ev_navigation_action_set_history), (build_menu),
1515         (ev_navigation_action_finalize):
1516         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1517         
1518         Make navigation action unsensitive instead of showing
1519         menu with unsensitive word. Fixes bug #417392.
1520
1521 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1522
1523         * shell/ev-application.[ch]: (ev_application_shutdown),
1524         (ev_application_get_print_settings),
1525         (ev_application_set_print_settings):
1526         * shell/ev-window.c:
1527
1528         Remember print settings. Fixes bug #349102. 
1529
1530 2007-05-08  Christian Persch  <chpe@gnome.org>
1531
1532         * configure.ac:
1533         * properties/ev-properties-view.c:
1534
1535         No need for a configure check; just use the GTK_CHECK_VERSION macro.
1536         Bug #382438.
1537
1538 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1539
1540         * configure.ac:
1541         * properties/ev-properties-view.c: (ev_regular_paper_size):
1542
1543         Use gtk+ builtin paper list to identify the document's paper size.
1544         Fixes bug #382438. 
1545
1546 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1547
1548         * configure.ac:
1549
1550         Fix build when compiling with thumbnailer and libgnome support. 
1551
1552 2007-05-04  Ross Burton  <ross@openedhand.com>
1553
1554         * configure.ac:
1555         Add --without-libgnome, check for libgnome and libgnomeui
1556         separately, and add them to the symbols as required.
1557
1558         * libdocument/ev-file-helpers.c:
1559         When building without libgnome, use g_get_user_config_dir instead
1560         of gnome_user_dir_get.
1561
1562         * shell/ev-application.c:
1563         When building without libgnome, don't use session management.
1564
1565         * shell/main.c:
1566         When building without libgnome, don't use GnomeProgram or
1567         initialise the authentication manager.
1568
1569         This fixes #328842.
1570
1571 2007-05-04  Ross Burton  <ross@openedhand.com>
1572
1573         * shell/ev-window.c:
1574         Don't use libgnome to open help, instead call Yelp directly.
1575
1576 2007-05-04  Ross Burton  <ross@openedhand.com>
1577
1578         * shell/ev-sidebar-attachments.c:
1579         Don't use libgnome to lookup icons for MIME types, instead copy
1580         code from GTK+ to do it manually.
1581
1582 2007-05-04  Ross Burton  <ross@openedhand.com>
1583
1584         * configure.ac:
1585         Add libxml to the dependencies for SHELL_CORE (#435818).
1586
1587 2007-05-02  Ross Burton  <ross@openedhand.com>
1588
1589         * configure.ac:
1590         * Makefile.am:
1591         Add --disable-thumbnailer (#434825)
1592
1593 2007-05-02  Ross Burton  <ross@openedhand.com>
1594
1595         * shell/ev-window.c:
1596         Add missing includes, fix indentation.
1597
1598         * shell/main.c:
1599         Fix indentation.
1600
1601 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
1602
1603         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
1604         ev_application_open_uri_at_dest instead of ev_application_open_uri
1605         preventing new document always being opened in a new window even if there
1606         is an empty window.
1607
1608 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1609
1610         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1611         (egg_recent_view_uimanager_finalize):
1612         * properties/ev-properties-view.c: (ev_properties_view_dispose):
1613         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
1614         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
1615         (ev_pixbuf_cache_dispose):
1616         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
1617         * shell/ev-tooltip.c: (ev_tooltip_dispose):
1618         
1619         Add missing chain to parent class methods. Fixes
1620         bug #433128.
1621
1622 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
1623
1624         * data/Makefile.am (update-icon-cache): Updates
1625         gtk-update-icon-cache in uninstall-hook.
1626
1627 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1628
1629         * shell/ev-window.c: (ev_window_setup_document),
1630         (ev_window_set_document), (ev_window_load_job_cb):
1631         * shell/ev-view.c: (setup_caches):
1632         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
1633
1634         Start rendering pages before any other jobs. 
1635
1636 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1637
1638         * shell/ev-window.c: (ev_window_stop_fullscreen),
1639         (ev_window_stop_presentation):
1640
1641         Update chrome visibility before window unfullscreen. 
1642
1643 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1644
1645         * data/Makefile.am:
1646         * data/evince-ui.xml:
1647         * shell/ev-stock-icons.[ch]:
1648         * shell/ev-application.[ch]: (ev_application_shutdown),
1649         (ev_application_init), (ev_application_get_toolbars_model):
1650         * shell/ev-window.c: (update_chrome_visibility),
1651         (fullscreen_toolbar_setup_item_properties),
1652         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1653         (ev_window_run_presentation), (ev_window_stop_presentation),
1654         (ev_window_run_preview), (ev_window_screen_changed),
1655         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
1656         (ev_window_dispose), (ev_window_init):
1657
1658         Make fullscreen toolbar always visible. Do not use egg toolbars for
1659         fullscreen and preview modes since such toolbars are not editables.
1660         Fixes bugs #300278, #338910 and #316188.  
1661
1662 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
1663
1664         * shell/ev-application.c:
1665         * shell/ev-job-queue.c:
1666         * shell/ev-metadata-manager.c:
1667         * shell/ev-stock-icons.c:
1668         * shell/ev-window.c:
1669         * shell/main.c:
1670         
1671         Developers documentation updated.
1672
1673 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1674
1675         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
1676
1677         Check whether uri is valid before launching it. Fixes bug #427664.
1678
1679 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1680
1681         * shell/ev-window.c:
1682
1683         Change key accelerator for Open a Copy menu entry which is in conflict
1684         with Close. Fixes bug #427321.
1685
1686 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1687
1688         * NEWS:
1689         * configure.ac:
1690         
1691         Update for release 0.8.1
1692
1693 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1694
1695         * shell/ev-window.c: (setup_size_from_metadata):
1696         
1697         Do not make window bigger than screen. Fixes bug 
1698         #388985.
1699
1700 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1701
1702         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
1703         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
1704
1705         Use default resolution when it's not provided by document. Fixes bug
1706         #408762.
1707
1708 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1709
1710         * configure.ac:
1711         * thumbnailer/Makefile.am:
1712         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1713         * thumbnailer/evince-thumbnailer.schemas.in:
1714         * thumbnailer/evince-thumbnailer-ps.schemas.in:
1715
1716         Add support for ps, eps and compressed documents thumbnails. Do not
1717         ignore size parameter. 
1718
1719 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1720
1721         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
1722         (dvi_document_do_color_special):
1723         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
1724
1725         Implement font color specials in the DVI backend. Fixes bug #303651.
1726
1727 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1728
1729         Fixup the previous commit:
1730
1731         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
1732         * shell/xdg-user-dir-lookup.c: Make the function non-static
1733         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
1734
1735 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1736
1737         * shell/ev-window.c (file_open_dialog_response_cb): Use
1738         the xdg-user-dirs DOCUMENTS folder as default folder when
1739         opening a file chooser.  (#424858)
1740
1741         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
1742         xdg-user-dirs.
1743
1744 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1745
1746         * shell/ev-window.c: (ev_window_load_job_cb):
1747
1748         Do not setup view from metadata on preview mode. 
1749
1750 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1751
1752         * shell/main.c:
1753
1754         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
1755
1756 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1757
1758         * shell/ev-view.c: (ev_view_primary_get_cb):
1759
1760         Check pointer != NULL before using it. Fixes bug #416841. 
1761
1762 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1763
1764         * NEWS:
1765         * configure.ac:
1766         
1767         Release 0.8.0
1768
1769 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1770
1771         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1772
1773         Do not render thumbnails when sidebar thumbnail page is not visible
1774         at startup. Fixes bug #416447. 
1775
1776 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
1777
1778         * data/evince.desktop.in.in:
1779
1780         "Application" is not a valid category in the freedesktop specification.
1781
1782 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1783
1784         * libdocument/ev-file-helpers.[ch]: (compression_run),
1785         (ev_file_uncompress), (ev_file_compress):
1786         * shell/ev-window.c: (file_save_dialog_response_cb):
1787
1788         Save document compressed when saving a copy of a compressed document.
1789         Fixes bug #334542.
1790
1791 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1792
1793         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
1794
1795         Allow deleting in goto window entry in presentation mode. 
1796
1797 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
1798
1799         * Makefile.am: Dist MAINTAINERS.
1800
1801 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1802
1803         * shell/ev-window.c: (ev_window_update_actions):
1804
1805         Fix zoom shortcut keys when searching. Fixes bug #409828.
1806
1807 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1808
1809         * shell/ev-window.c: (ev_window_setup_document):
1810
1811         Fix crash when loading documents with only one page. 
1812
1813 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1814
1815         * backend/dvi/dvi-document.c:
1816         (dvi_document_thumbnails_get_dimensions),
1817         (dvi_document_thumbnails_get_thumbnail):
1818         * backend/impress/impress-document.c:
1819         (impress_document_thumbnails_get_thumbnail),
1820         (impress_document_thumbnails_get_dimensions):
1821         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
1822         (ps_document_thumbnails_get_dimensions):
1823         * backend/djvu/djvu-document.c:
1824         (djvu_document_thumbnails_get_dimensions),
1825         (djvu_document_thumbnails_get_thumbnail):
1826         * backend/tiff/tiff-document.c:
1827         (tiff_document_thumbnails_get_thumbnail),
1828         (tiff_document_thumbnails_get_dimensions):
1829         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
1830         (pdf_document_thumbnails_get_thumbnail),
1831         (pdf_document_thumbnails_get_dimensions):
1832         * backend/comics/comics-document.c:
1833         (comics_document_thumbnails_get_thumbnail),
1834         (comics_document_thumbnails_get_dimensions):
1835         * backend/pixbuf/pixbuf-document.c:
1836         (pixbuf_document_thumbnails_get_thumbnail),
1837         (pixbuf_document_thumbnails_get_dimensions):
1838         * libdocument/ev-document-thumbnails.[ch]:
1839         (ev_document_thumbnails_get_thumbnail),
1840         (ev_document_thumbnails_get_dimensions):
1841         * libdocument/ev-document-misc.[ch]:
1842         (ev_document_misc_get_thumbnail_frame):
1843         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1844         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
1845         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
1846         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
1847         (ev_sidebar_thumbnails_refresh):
1848         * shell/ev-window.c: (ev_window_setup_document):
1849         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1850
1851         Use an EvRenderContext for rendering thumbnails instead of a suggested
1852         width, so that different sized pages get sized proportionally.
1853
1854 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1855
1856         * shell/ev-view.c: (ev_view_button_press_event),
1857         (ev_view_key_press_event):
1858
1859         Fix critical warnings when there is no document loaded. 
1860
1861 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1862
1863         * shell/ev-page-action-widget.c:
1864         * shell/ev-navigation-action.c:
1865         * shell/ev-window.c:
1866
1867         Fix compile warnings. 
1868
1869 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1870
1871         * backend/djvu/djvu-text.h:
1872         * backend/djvu/djvu-document.c:
1873         * backend/djvu/djvu-text-page.c:
1874         * backend/djvu/djvu-links.c:
1875         * backend/djvu/djvu-text-page.h:
1876         * backend/djvu/djvu-text.c:
1877         
1878         Fix build on Mac. Fixes bug #392186. Patch by
1879         <ephraim_owns@hotmail.com>
1880
1881 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1882
1883         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1884
1885         Restore cairo context before rendering every page when printing a PDF
1886         document into a PDF file. 
1887
1888 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1889
1890         * backend/ps/gstypes.h:
1891         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
1892         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
1893         (ps_document_thumbnails_get_thumbnail):
1894
1895         Handle PostScript page orientation. Fixes bug #318568.
1896
1897 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1898
1899         * backend/ps/Makefile.am:
1900         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
1901         (document_load), (ps_document_load), (save_document),
1902         (save_page_list), (ps_document_get_n_pages),
1903         (ps_document_get_page_size), (ps_document_get_info),
1904         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
1905         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
1906         (ps_document_thumbnails_get_thumbnail),
1907         (ps_document_thumbnails_get_dimensions),
1908         (ps_document_document_thumbnails_iface_init):
1909         * backend/ps/ps.[ch]: (psgetpagebox):
1910         * backend/ps/ps-interpreter.[ch]:
1911
1912         Add support for thumbnails in ps backend. Fixes bug #164755. 
1913
1914 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1915
1916         * NEWS:
1917         * configure.ac:
1918         
1919         Release 0.7.2
1920
1921 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1922
1923         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
1924         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
1925         (ev_window_dispose):
1926
1927         Use document thumbnail as window icon. Fixes bug #384442.
1928
1929 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
1930
1931         * configure.ac:
1932
1933         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
1934         duplicated adding application/x-bzpostscript instead. 
1935
1936 2007-02-11  Tom Parker  <palfrey@tevp.net>
1937
1938         * backend/ps/ps-document.c: (document_load):
1939
1940         Check return value of psscan before trying
1941         to use it. Fixes bug #372414.
1942
1943 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1944
1945         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1946
1947         Fix invalid free in ev-page-cache. Fixes bug #404745.
1948
1949 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1950
1951         * test/Makefile.am:
1952         * test/test3.py:
1953         
1954         Added reload test case.
1955
1956 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1957
1958         * po/POTFILES.in:
1959         * backend/djvu/djvu-document.c: (djvu_document_load):
1960
1961         Check whether there are missing files in indirect multipage djvu
1962         documents. Fixes bug #361683. 
1963
1964 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1965
1966         * test/Makefile.am:
1967         * test/test-mime.bin:
1968         * test/test3.py:
1969         
1970         Added test for slow mime type
1971
1972 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1973
1974         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1975
1976         Add some checks and call parent_class->finalize. Fixes bug #404745.
1977
1978 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1979
1980         * shell/ev-navigation-action.c: (connect_proxy):
1981         
1982         Fixes dropdown history menu. Thanks a lot Carlos!
1983
1984 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1985
1986         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
1987
1988         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
1989         bug #373715.
1990
1991 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1992
1993         * backend/ps/ps.c: (psscan):
1994
1995         Fix memory leak. 
1996
1997 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1998
1999         * configure.ac:
2000         * libdocument/ev-file-helpers.c: 
2001
2002         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
2003
2004 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2005
2006         * configure.ac:
2007         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
2008         (ps_interpreter_start), (document_load), (save_document),
2009         (save_page_list):
2010         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
2011         * libdocument/ev-document-factory.c:
2012         (ev_document_factory_get_from_mime), (get_document_from_uri),
2013         (free_uncompressed_uri), (ev_document_factory_get_document):
2014         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
2015
2016         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
2017
2018 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2019
2020         * libdocument/ev-document.h:
2021
2022         Fix typo in function name. 
2023
2024 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2025
2026         * backend/ps/ps-document.c: (ps_interpreter_finished),
2027         (ps_interpreter_start), (ps_interpreter_failed):
2028
2029         Handle ghostscript interpreter crashes. 
2030
2031 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2032
2033         * shell/ev-window.c: (ev_window_open_uri),
2034         (window_configure_event_cb):
2035
2036         Setup window size and position before showing it. Fixes bug #401711.
2037
2038 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2039
2040         * backend/ps/Makefile.am:
2041         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
2042         (ps_document_dispose), (ps_document_class_init),
2043         (ps_interpreter_input), (ps_interpreter_output),
2044         (ps_interpreter_error), (setup_interpreter_env),
2045         (ps_interpreter_start), (ps_interpreter_stop),
2046         (ps_interpreter_failed), (ps_interpreter_is_ready),
2047         (check_filecompressed), (document_load), (ps_document_load),
2048         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
2049         (ps_document_widget_event), (send_ps), (ps_document_next_page),
2050         (render_page):
2051
2052         Rework ps-document. Code cleanups, remove deprecated code. 
2053
2054 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2055
2056         * shell/ev-view.c: (ev_view_button_press_event):
2057
2058         Do not start an image drag and drop operation when pointer is on 
2059         text, so that we can select text when the whole background is an
2060         image. 
2061
2062 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2063
2064         * shell/ev-window.c: (ev_window_update_actions): 
2065
2066         Disable all zoom related actions during presentation mode. 
2067
2068 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
2069
2070         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
2071
2072         Do not zoom in or out on presentation mode. Fixes bug #401305.
2073
2074 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2075
2076         * shell/ev-navigation-action.c: (connect_proxy),
2077         (create_menu_item), (ev_navigation_action_class_init):
2078         
2079         Correctly show menu and fix crash when navigaton 
2080         action is out of toolbar visible area.
2081
2082 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2083
2084         * data/Makefile.am:
2085         * data/evince.1:
2086         
2087         Added man file
2088
2089 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2090
2091         * help/reference/* :
2092         * configure.ac:
2093         
2094         Added gtk-doc based documentation for Evince.
2095         Still in initial state but I hope it will
2096         grow.
2097         
2098         * configure.ac:
2099         
2100         Lower dbus requirement to 0.70
2101
2102 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2103
2104         * shell/ev-window.c: (ev_window_add_history):
2105
2106         Fix memory leak. 
2107
2108 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2109
2110         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
2111         * shell/ev-view.h:
2112         * shell/ev-window.c: (ev_window_add_history):
2113         
2114         Correctly handle named destination links
2115
2116 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2117
2118         * NOTES:
2119         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
2120         * backend/pdf/ev-poppler.cc:
2121         * libdocument/ev-document-links.h:
2122         * libdocument/ev-link.c: (ev_link_get_page):
2123         * libdocument/ev-link.h:
2124         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
2125         (ev_history_add_link):
2126         * shell/ev-history.h:
2127         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2128         (new_history_menu_item), (build_menu):
2129         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2130         * shell/ev-sidebar-links.c: (create_loading_model),
2131         (print_section_cb), (ev_sidebar_links_construct),
2132         (fill_page_labels), (update_page_callback_foreach),
2133         (update_page_callback), (job_finished_callback):
2134         * shell/ev-view.c: (ev_view_handle_link):
2135         * shell/ev-window.c: (ev_window_find_chapter),
2136         (ev_window_add_history), (view_handle_link_cb),
2137         (history_changed_cb):
2138         
2139         Implements another history variant
2140
2141 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2142
2143         * shell/ev-window.c: (view_external_link_cb):
2144         * shell/ev-view.c: (ev_view_button_release_event):
2145
2146         Open links in new window when clicking with middle button. 
2147
2148 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2149
2150         * shell/ev-navigation-action.c: (new_history_menu_item):
2151         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2152         * shell/ev-view.c: (ev_view_handle_link):
2153         * shell/ev-window.c:
2154         
2155         Store link before jump, not the destination. For me it 
2156         seems like more natural history behavior.
2157
2158 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2159
2160         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2161         (ev_navigation_action_class_init):
2162         * shell/ev-navigation-action.h:
2163         * shell/ev-page-action.c: (activate_cb):
2164         * shell/ev-page-cache.c: (ev_page_cache_class_init),
2165         (ev_page_cache_set_current_page_history):
2166         * shell/ev-page-cache.h:
2167         * shell/ev-sidebar-thumbnails.c:
2168         (ev_sidebar_tree_selection_changed),
2169         (ev_sidebar_icon_selection_changed), (page_changed_cb):
2170         * shell/ev-view-private.h:
2171         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
2172         * shell/ev-view.h:
2173         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
2174         (ev_window_setup_document), (ev_window_load_job_cb):
2175         * shell/ev-window.h:
2176         
2177         History finally works as expected.
2178
2179 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2180
2181         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
2182
2183         Do not update links treeview if it doesn't have a model assigned yet. 
2184
2185 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2186
2187         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
2188         (ev_sidebar_links_class_init), (update_page_callback):
2189
2190         Do not update links treeview when sidepane is not visible. 
2191
2192 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2193
2194         * shell/ev-marshal.list:
2195         * shell/ev-page-action.c: (activate_cb),
2196         (ev_page_action_class_init):
2197         * shell/ev-page-action.h:
2198         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
2199         * shell/ev-window.c:
2200         
2201         Remove activate_link signal, not required.
2202
2203 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2204
2205         * shell/ev-navigation-action.c: (build_menu):
2206         
2207         Reorder menu items and build menu with fixed length.
2208
2209 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
2210
2211         * shell/ev-view.c: (get_selected_text):
2212         
2213         Normalize text to fix ligatures problem. See bug
2214         #341947 for details.
2215
2216 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2217
2218         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2219
2220         Fix memory leak in ev-page-cache. 
2221
2222 2007-01-25  Tom Parker <palfrey@tevp.net>
2223
2224         * backend/impress/impress-document.c: (impress_document_load),
2225         (impress_document_finalize), (impress_document_init):
2226         * properties/ev-properties-main.c: (ev_properties_get_pages):
2227         
2228         Correctly handle impress document errors. Fixes nautilus
2229         crash in property page #370491.
2230
2231 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2232
2233         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2234         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2235         (ev_job_queue_remove_job):
2236         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
2237         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
2238         (ev_job_load_run):
2239         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
2240         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
2241         (ev_window_load_job_cb), (xfer_update_progress_callback),
2242         (ev_window_open_uri), (ev_window_dispose):
2243         * shell/main.c: (main):
2244
2245         Do file transfer asynchronously in the main thread instead of
2246         synchronously in the load thread. Fixes bugs #399694, #398307 and
2247         #343542.
2248
2249 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2250
2251         * shell/ev-jobs.c: (ev_job_xfer_run):
2252
2253         Load the document with the font-config lock held. 
2254
2255 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2256
2257         * backend/ps/ps-document.c: (start_interpreter):
2258
2259         Fix memory leaks in ps backend. 
2260
2261 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2262
2263         * backend/impress/impress-document.c:
2264         (impress_document_render_pixbuf):
2265
2266         Do not acquire fontconfig lock in impress backend, since it is using
2267         the main loop for rendering. 
2268
2269 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2270
2271         * po/POTFILES.in: 
2272
2273         Remove mdvi files that shouldn't be translated. 
2274
2275 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2276
2277         * shell/ev-view-private.h:
2278         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
2279         (ev_view_set_zoom):
2280
2281         Render "loading..." text into a cairo surface instead of directly into
2282         the window so that fontconfig lock is only needed once and UI is not
2283         blocked. Change text color to #9B9B9B. Fixes bug #397356.
2284
2285 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2286
2287         * shell/ev-stock-icons.c: (ev_stock_icons_init):
2288         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2289
2290         Use icon theme associated with the window screen rather than default. 
2291
2292 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2293
2294         * configure.ac:
2295
2296         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
2297
2298 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2299
2300         * data/icons/*/apps/evince.*:
2301
2302         Move Evince icons under new apps directory.
2303
2304         * data/icons/*/actions/*:
2305
2306         Add new custom themeable Evince icons: view-page-continuous, 
2307         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
2308         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
2309
2310         * configure.ac:
2311
2312         Add new directories to AC_CONFIG_FILES.
2313
2314         * shell/ev-stock-icons.c:
2315         * shell/ev-stock-icons.h:
2316
2317         Use new custom themeable icons.
2318
2319 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2320
2321         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2322
2323         Do not draw white background page in presentation mode. 
2324
2325 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
2326
2327         * shell/ev-view.c: Remove unused gnome-vfs include.
2328
2329 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
2330
2331         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
2332         
2333         Format string is corrected, fixes bug #397129.
2334
2335 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2336
2337         * shell/ev-window.c: (ev_window_setup_recent):
2338
2339         Do not include in recent menu inexistent documents. Fixes
2340         bug #339171.
2341
2342 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2343
2344         * po/POTFILES.skip: 
2345
2346         Update POTFILES.skip file according to current source tree. 
2347
2348 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2349
2350         * shell/ev-window.c: (file_save_dialog_response_cb):
2351
2352         Do Save a copy in atomic way. Fixes bug #328266. 
2353
2354 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2355
2356         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
2357
2358         Keep selected cell always visible in index treeview.
2359
2360 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2361         
2362         * shell/ev-view.c: (ev_view_size_allocate):
2363
2364         Restore horizontal scrollbar after switching to/from fullscreen
2365         or presentation mode. Fixes bug #331728.
2366
2367 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2368
2369         * shell/ev-view-private.h:
2370         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
2371         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
2372         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
2373         (ev_view_can_zoom_out):
2374
2375         Use max and min scale values in the view iby taking dpi into account. 
2376
2377 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2378
2379         * configure.ac:
2380         * NEWS:
2381
2382         Release 0.7.1
2383
2384 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2385
2386         * shell/ev-window.c: (ev_window_print_send):
2387
2388         Send print job to printer with some settings set to default values,
2389         since we have already exported to a file according to such settings
2390         and they could be taken twice by some printers. 
2391
2392 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2393
2394         * shell/ev-jobs.c: (ev_job_xfer_run):
2395         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2396
2397         Show main window and load document with the font-config lock held. 
2398
2399 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2400
2401         * configure.ac:
2402         * shell/ev-application.c: (ev_application_register_service):
2403         * shell/main.c: (load_files_remote):
2404
2405         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
2406
2407 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2408
2409         * doc/debugging.txt:
2410         
2411         Remove obsolete documentation.
2412
2413 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2414
2415         * Makefile.am:
2416         * backend/Makefile.am:
2417         * backend/comics/Makefile.am:
2418         * backend/djvu/Makefile.am:
2419         * backend/dvi/Makefile.am:
2420         * backend/ev-async-renderer.c:
2421         * backend/ev-async-renderer.h:
2422         * backend/ev-attachment.c:
2423         * backend/ev-attachment.h:
2424         * backend/ev-backend-marshal.c:
2425         * backend/ev-document-factory.c:
2426         * backend/ev-document-factory.h:
2427         * backend/ev-document-find.c:
2428         * backend/ev-document-find.h:
2429         * backend/ev-document-fonts.c:
2430         * backend/ev-document-fonts.h:
2431         * backend/ev-document-images.c:
2432         * backend/ev-document-images.h:
2433         * backend/ev-document-info.h:
2434         * backend/ev-document-links.c:
2435         * backend/ev-document-links.h:
2436         * backend/ev-document-misc.c:
2437         * backend/ev-document-misc.h:
2438         * backend/ev-document-security.c:
2439         * backend/ev-document-security.h:
2440         * backend/ev-document-thumbnails.c:
2441         * backend/ev-document-thumbnails.h:
2442         * backend/ev-document-transition.c:
2443         * backend/ev-document-transition.h:
2444         * backend/ev-document.c:
2445         * backend/ev-document.h:
2446         * backend/ev-file-exporter.c:
2447         * backend/ev-file-exporter.h:
2448         * backend/ev-image.c:
2449         * backend/ev-image.h:
2450         * backend/ev-link-action.c:
2451         * backend/ev-link-action.h:
2452         * backend/ev-link-dest.c:
2453         * backend/ev-link-dest.h:
2454         * backend/ev-link.c:
2455         * backend/ev-link.h:
2456         * backend/ev-render-context.c:
2457         * backend/ev-render-context.h:
2458         * backend/ev-selection.c:
2459         * backend/ev-selection.h:
2460         * backend/impress/Makefile.am:
2461         * backend/pdf/Makefile.am:
2462         * backend/pixbuf/Makefile.am:
2463         * backend/ps/Makefile.am:
2464         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
2465         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
2466         (start_interpreter), (stop_interpreter), (document_load),
2467         (ps_document_next_page), (render_page):
2468         * backend/tiff/Makefile.am:
2469         * comics/Makefile.am:
2470         * comics/comics-document.c:
2471         * comics/comics-document.h:
2472         * configure.ac:
2473         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2474         * djvu/Makefile.am:
2475         * djvu/djvu-document-private.h:
2476         * djvu/djvu-document.c:
2477         * djvu/djvu-document.h:
2478         * djvu/djvu-links.c:
2479         * djvu/djvu-links.h:
2480         * djvu/djvu-text-page.c:
2481         * djvu/djvu-text-page.h:
2482         * djvu/djvu-text.c:
2483         * djvu/djvu-text.h:
2484         * dvi/Makefile.am:
2485         * dvi/dvi-document.c:
2486         * dvi/dvi-document.h:
2487         * dvi/fonts.c:
2488         * dvi/fonts.h:
2489         * dvi/mdvi-lib/Makefile.am:
2490         * dvi/mdvi-lib/afmparse.c:
2491         * dvi/mdvi-lib/afmparse.h:
2492         * dvi/mdvi-lib/bitmap.c:
2493         * dvi/mdvi-lib/bitmap.h:
2494         * dvi/mdvi-lib/color.c:
2495         * dvi/mdvi-lib/color.h:
2496         * dvi/mdvi-lib/common.c:
2497         * dvi/mdvi-lib/common.h:
2498         * dvi/mdvi-lib/defaults.h:
2499         * dvi/mdvi-lib/dvimisc.c:
2500         * dvi/mdvi-lib/dviopcodes.h:
2501         * dvi/mdvi-lib/dviread.c:
2502         * dvi/mdvi-lib/files.c:
2503         * dvi/mdvi-lib/font.c:
2504         * dvi/mdvi-lib/fontmap.c:
2505         * dvi/mdvi-lib/fontmap.h:
2506         * dvi/mdvi-lib/fontsrch.c:
2507         * dvi/mdvi-lib/gf.c:
2508         * dvi/mdvi-lib/hash.c:
2509         * dvi/mdvi-lib/hash.h:
2510         * dvi/mdvi-lib/list.c:
2511         * dvi/mdvi-lib/mdvi.h:
2512         * dvi/mdvi-lib/pagesel.c:
2513         * dvi/mdvi-lib/paper.c:
2514         * dvi/mdvi-lib/paper.h:
2515         * dvi/mdvi-lib/pk.c:
2516         * dvi/mdvi-lib/private.h:
2517         * dvi/mdvi-lib/setup.c:
2518         * dvi/mdvi-lib/sp-epsf.c:
2519         * dvi/mdvi-lib/special.c:
2520         * dvi/mdvi-lib/sysdeps.h:
2521         * dvi/mdvi-lib/t1.c:
2522         * dvi/mdvi-lib/tfm.c:
2523         * dvi/mdvi-lib/tfmfile.c:
2524         * dvi/mdvi-lib/tt.c:
2525         * dvi/mdvi-lib/util.c:
2526         * dvi/mdvi-lib/vf.c:
2527         * dvi/pixbuf-device.c:
2528         * dvi/pixbuf-device.h:
2529         * impress/Makefile.am:
2530         * impress/common.h:
2531         * impress/document.c:
2532         * impress/f_oasis.c:
2533         * impress/f_oo13.c:
2534         * impress/iksemel.c:
2535         * impress/iksemel.h:
2536         * impress/imposter.h:
2537         * impress/impress-document.c:
2538         * impress/impress-document.h:
2539         * impress/internal.h:
2540         * impress/r_back.c:
2541         * impress/r_draw.c:
2542         * impress/r_geometry.c:
2543         * impress/r_gradient.c:
2544         * impress/r_style.c:
2545         * impress/r_text.c:
2546         * impress/render.c:
2547         * impress/render.h:
2548         * impress/zip.c:
2549         * impress/zip.h:
2550         * lib/Makefile.am:
2551         * lib/ev-debug.c:
2552         * lib/ev-debug.h:
2553         * lib/ev-file-helpers.c:
2554         * lib/ev-file-helpers.h:
2555         * lib/ev-gui.c:
2556         * lib/ev-gui.h:
2557         * lib/ev-tooltip.c:
2558         * lib/ev-tooltip.h:
2559         * libdocument/Makefile.am:
2560         * libdocument/ev-file-helpers.c:
2561         * pdf/Makefile.am:
2562         * pdf/ev-poppler.cc:
2563         * pdf/ev-poppler.h:
2564         * pixbuf/Makefile.am:
2565         * pixbuf/pixbuf-document.c:
2566         * pixbuf/pixbuf-document.h:
2567         * properties/Makefile.am:
2568         * ps/Makefile.am:
2569         * ps/gsdefaults.c:
2570         * ps/gsdefaults.h:
2571         * ps/gsio.c:
2572         * ps/gsio.h:
2573         * ps/gstypes.h:
2574         * ps/ps-document.c:
2575         * ps/ps-document.h:
2576         * ps/ps.c:
2577         * ps/ps.h:
2578         * shell/Makefile.am:
2579         * shell/ev-application.h:
2580         * shell/ev-sidebar-links.c:
2581         * shell/ev-sidebar-links.h:
2582         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
2583         (ev_gui_menu_position_tree_selection):
2584         * shell/ev-utils.h:
2585         * shell/ev-view.c: (ev_view_finalize):
2586         * shell/ev-window.c:
2587         * shell/main.c: (main):
2588         * thumbnailer/Makefile.am:
2589         * tiff/Makefile.am:
2590         * tiff/tiff-document.c:
2591         * tiff/tiff-document.h:
2592         * tiff/tiff2ps.c:
2593         * tiff/tiff2ps.h:
2594         
2595         Reorganize source tree.
2596
2597 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2598
2599         * backend/ev-document-factory.c:
2600
2601         Do not include ev-poppler.h when pdf is disabled. 
2602
2603 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2604
2605         * configure.ac:
2606         * data/evince-ui.xml:
2607         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
2608         (pdf_document_document_images_iface_init):
2609         * backend/Makefile.am:
2610         * backend/ev-document-images.[ch]:
2611         * backend/ev-image.[ch]:
2612         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
2613         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
2614         (ev_job_xfer_run):
2615         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2616         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2617         (ev_pixbuf_cache_get_image_mapping):
2618         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
2619         (view_menu_popup_cb), (ev_window_dispose),
2620         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2621         (ev_view_popup_cmd_copy_image):
2622         * shell/ev-view-private.h:
2623         * shell/ev-view.c: (ev_view_get_image_at_location),
2624         (ev_view_do_popup_menu), (ev_view_popup_menu),
2625         (ev_view_button_press_event), (ev_view_drag_data_get),
2626         (ev_view_drag_motion), (ev_view_drag_data_received),
2627         (ev_view_motion_notify_event), (ev_view_button_release_event),
2628         (ev_view_finalize), (ev_view_class_init):
2629
2630         Add image handling support. Fixes bugs #310008 and #325047. Images
2631         selection is not supported yet. 
2632
2633 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2634
2635         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
2636         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
2637         (ev_view_init):
2638
2639         Move view drag and drop stuff to ev-view.
2640
2641 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2642
2643         * shell/ev-pixbuf-cache.c: (clear_job_selection):
2644         * shell/ev-view.c: (clear_selection): 
2645
2646         Clear selection also in pixbuf cache.
2647
2648 2007-01-02  Luca Ferretti <elle.uca@libero.it>
2649
2650         * data/evince.desktop.in.in:
2651         
2652         Change icon name in desktop file. See bug #390734
2653         for details.
2654
2655 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2656
2657         * thumbnailer/Makefile.am:
2658
2659         Use top_builddir instead top_srcdir for generated schema
2660         file installation. Fixes bug #390161.
2661
2662 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2663
2664         * configure.ac:
2665         * backend/Makefile.am:
2666         * backend/ev-document-transition.[ch]:
2667         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
2668         (pdf_document_page_transition_iface_init):
2669         * shell/ev-view-private.h:
2670         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
2671         (ev_view_set_presentation), (transition_next_page),
2672         (ev_view_presentation_transition_stop),
2673         (ev_view_presentation_transition_start), (ev_view_next_page):
2674
2675         Add page transition support in presentation mode. At the moment only
2676         page duration is supported, but not transition effects. Fixes bug
2677         #309815.
2678
2679 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2680
2681         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
2682
2683         Run find_link_dest with document lock held, since it's called by links
2684         thread and main thread at the same time. 
2685
2686 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2687
2688         * shell/ev-view.c: (goto_dest):
2689
2690         Update page-cache when page is changed by the view, so that
2691         page-changed signal is emitted. 
2692
2693 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2694
2695         * test/test1.py:
2696         * test/test2.py:
2697
2698         Use C locale in tests. 
2699
2700 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2701
2702         * shell/ev-window.c: (ev_window_run_presentation):
2703         * shell/ev-view-private.h:
2704         * shell/ev-view.c: (ev_view_set_presentation):
2705
2706         Restore zoom settings when back from presentation mode. 
2707
2708 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2709
2710         * shell/ev-window.c: (ev_window_run_presentation):
2711
2712         Always use "best fit" zoom in presentation mode.
2713         Fixes bug #389195.
2714
2715 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2716
2717         * shell/ev-view.c: (ev_view_goto_window_create):
2718
2719         Show "Jump to page" label in the page jumping popup in
2720         presentation mode instead of just a GtkEntry.
2721
2722 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2723
2724         * shell/ev-window.c: (launch_external_uri):
2725
2726         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
2727         #378085.
2728
2729 2006-12-22  Elijah Newren  <newren gmail com>
2730
2731         * configure.ac: explicitly check for libxml2.  Fixes #388795
2732
2733 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2734
2735         * shell/ev-view-private.h:
2736         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
2737         (ev_view_goto_window_delete_event), (key_is_numeric),
2738         (ev_view_goto_window_key_press_event),
2739         (ev_view_goto_window_button_press_event),
2740         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
2741         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
2742         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
2743
2744         Allow jumping to another page by typing a page number in presentation
2745         mode. It uses a popup window with an entry. Fixes bug #353625.
2746
2747 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2748
2749         * configure.ac:
2750         * properties/ev-properties-view.c: (ev_get_default_user_units),
2751         (ev_regular_paper_size):
2752         
2753         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
2754         to Damien Carbery <damien.carbery@sun.com> and
2755         Yevgen Muntyan <muntyan@tamu.edu>.
2756
2757 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2758
2759         * shell/ev-window.c: (setup_document_from_metadata):
2760
2761         Make sure Evince doesn't restore the view on the last
2762         page when a document is reopened. Fixes bug #383381.
2763
2764 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
2765
2766         * shell/ev-view.c: (draw_loading_text):
2767
2768         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
2769
2770 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2771
2772         * configure.ac:
2773         * NEWS:
2774
2775         Release 0.7.0
2776
2777 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2778
2779         * configure.ac:
2780         * pdf/ev-poppler.cc: (pdf_print_context_free),
2781         (pdf_document_file_exporter_begin),
2782         (pdf_document_file_exporter_do_page):
2783
2784         Make cairo-pdf depedency optional. 
2785
2786 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2787
2788         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
2789
2790         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
2791
2792 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2793
2794         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
2795         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
2796         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
2797         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
2798         * shell/ev-view.c: (draw_loading_text):
2799         * shell/ev-window.c: (ev_window_cmd_file_properties):
2800
2801         Use an specific lock for FontConfig. Hopefully it fixes some crashes
2802         related to using FontConfig from different threads.
2803         
2804 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2805
2806         * shell/ev-view.c: (draw_loading_text):
2807
2808         Acquire lock document when drawing "Loading..." text so that only one
2809         thread will use FontConfig at the same time. Fixes bug #374750.
2810
2811 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2812
2813         * shell/ev-page-action.[ch]: (activate_cb):
2814         * shell/ev-window.c: (activate_label_cb):
2815
2816         Check if text inserted in page entry is a valid page number when it
2817         doesn't match to any document page label. Fixes bug #383165.
2818
2819 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
2820         * shell/ev-window.c:
2821
2822         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
2823         available with GTK < 2.10. Added an ifdef to avoid compilation
2824         error.
2825
2826 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2827
2828         * configure.ac:
2829         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
2830
2831         Fix ps backend in multihead systems.
2832
2833 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2834
2835         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
2836         * shell/ev-window.c: (ev_window_get_screen_dpi),
2837         (ev_window_update_actions), (setup_view_from_metadata),
2838         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
2839
2840         Take screen DPI into account when zooming. Fixes bug #318285.
2841
2842 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2843
2844         * data/Makefile.am:
2845
2846         Cleaned up/slightly refactored Makefile.am. Added GConf
2847         schemas uninstallation as well.
2848
2849 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2850
2851         * Makefile.am:
2852         * test/Makefile.am:
2853
2854         Fight with autotools to fix make check. Make distcheck
2855         works fine as well now!
2856
2857 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2858
2859         * shell/ev-view.c: (draw_end_presentation_page):
2860
2861         Corrected "end of presentation" string.
2862
2863 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2864
2865         * shell/ev-view.c: (ev_view_key_press_event):
2866
2867         Correctly propagate key press event so that up/down keys
2868         work as expected (correct behaviour was broken by
2869         black/white screen key bindings for presentations).
2870
2871 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2872
2873         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
2874         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
2875         (pdf_document_find_get_progress), (pdf_selection_render_selection),
2876         (pdf_selection_get_selection_region),
2877         (pdf_selection_get_selection_map):
2878
2879         Add "static" to some private functions. 
2880
2881 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
2882
2883         * lib/ev-tooltip.h:
2884         * properties/ev-properties-view.h:
2885         * shell/ev-jobs.h:
2886         * shell/ev-properties-dialog.h:
2887         * shell/ev-properties-fonts.h:
2888         * shell/ev-sidebar-links.h:
2889         * shell/ev-sidebar-thumbnails.h:
2890         * shell/ev-sidebar.h:
2891         * shell/ev-window.h:
2892         
2893         Fixes CHACK type in class casts. See bug #385343
2894         for details.
2895
2896 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2897
2898         * shell/ev-view-private.h:
2899         * shell/ev-view.c: (draw_end_presentation_page),
2900         (ev_view_expose_event), (ev_view_key_press_event),
2901         (ev_view_class_init), (ev_view_init):
2902
2903         Blank screen in presentation mode when pressing 'b' (filling with
2904         black) or 'w' (filling with white) keys. Fixes bug #358132.
2905
2906 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
2907
2908         * data/evince-toolbar.xml:
2909         * shell/ev-window.c:
2910         
2911         Use stock icon for Select All action. Fixes
2912         bug #382652.
2913
2914 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
2915
2916         * shell/ev-view.c: (get_doc_point_from_offset),
2917         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
2918
2919         Add links support in rotated documents. Fixes bug #343733.
2920
2921 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2922
2923         * shell/ev-view-private.h:
2924         * shell/ev-view.c: (draw_end_presentation_page),
2925         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
2926
2927         Show a blank page after the last page in presentation mode with a
2928         message indicating that presentation has finished and how to exit. 
2929
2930 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2931
2932         * shell/ev-window.c: (fullscreen_timeout_cb):
2933
2934         Hide cursor after a while in presentation mode. 
2935
2936 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2937
2938         * backend/ev-document-info.h:
2939         * data/evince-properties.glade:
2940         * pdf/ev-poppler.cc:
2941         * properties/ev-properties-view.c: (ev_regular_paper_size),
2942         (ev_properties_view_set_info):
2943         * ps/ps-document.c: (ps_document_get_info):
2944
2945         Adds a paper size field to the properties dialog. Fixes
2946         bug #307315. Patch by Kasper Svendsen (with some i18n
2947         changes done by me).
2948
2949 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2950
2951         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2952         (screensaver_init_dbus), (totem_scrsaver_new),
2953         (totem_scrsaver_init):
2954         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2955         * shell/ev-application.c: (ev_application_register_service),
2956         (ev_application_screensaver_enable),
2957         (ev_application_screensaver_disable):
2958         * shell/ev-application.h:
2959         * shell/ev-window.c: (ev_window_run_presentation),
2960         (ev_window_stop_presentation), (build_comments_string),
2961         (ev_window_init):
2962         
2963         Move screensaver handling to application. No more
2964         message on startup.
2965
2966 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2967
2968         * configure.ac:
2969         * backend/Makefile.am:
2970         * backend/ev-file-exporter.[ch]:
2971         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
2972         * ps/ps-document.c: (ps_document_file_exporter_*):
2973         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
2974         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2975         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2976         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2977
2978         Allow printing to PDF when suppoted by the backend.
2979         
2980 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2981
2982         * shell/ev-window.c: (build_comments_string):
2983
2984         Use always "Document Viewer" in about dialog. 
2985
2986 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2987
2988         * djvu/djvu-document.c: (djvu_document_get_page_size):
2989
2990         Display a warning message when get_pageinfo fails. 
2991
2992 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
2993
2994         * Makefile.am:
2995         * backend/Makefile.am:
2996         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
2997         * configure.ac:
2998         * shell/ev-window.c: (build_comments_string):
2999         
3000         Make pdf compilation optional. See bug #38007.
3001
3002 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3003
3004         * ps/ps.c: (get_next_text):
3005
3006         Fix CVE-2006-5864.
3007
3008 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3009
3010         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
3011         * shell/ev-navigation-action.c: (connect_proxy),
3012         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3013         
3014         Do not call g_type_class_peek_parent twice.
3015
3016 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3017
3018         * configure.ac:
3019         * data/icons/24x24/.cvsignore:
3020         * data/icons/24x24/Makefile.am:
3021         * data/icons/24x24/evince.png:
3022         * data/icons/Makefile.am:
3023         
3024         Add 24x24 icon. Thanks to 
3025         Michael Monreal <infernux@web.de>.
3026
3027 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3028
3029         * configure.ac: Fix typo in configure.ac. Thanks
3030         to dmacks@netspace.org for notification.
3031
3032 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3033
3034         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3035         
3036         Drop dbus include, fixes compilation with older dbus.
3037
3038 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3039
3040         * configure.ac:
3041         * cut-n-paste/Makefile.am:
3042         * cut-n-paste/totem-screensaver/.cvsignore
3043         * cut-n-paste/totem-screensaver/Makefile.am:
3044         * cut-n-paste/totem-screensaver/README:
3045         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3046         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3047         * shell/Makefile.am:
3048         * shell/ev-window.c: (ev_window_run_presentation),
3049         (ev_window_stop_presentation), (ev_window_cmd_help_about),
3050         (ev_window_init):
3051
3052         Implemented screensaver enabling/disabling for
3053         presentation mode (not fullscreen mode). Code stolen
3054         from Totem (with some minor tweaks). Fixes bug #338889.
3055
3056 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3057
3058         * configure.ac:
3059
3060         Bump gnome-icon-theme requirements. We use the rotation
3061         icons that appeared recently.
3062
3063 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3064
3065         * shell/ev-history.c: (ev_history_add_page):
3066         * shell/ev-history.h:
3067         * shell/ev-window.c: (page_changed_cb):
3068         
3069         Use page labels instead of numbers.
3070
3071 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3072
3073         * data/evince-toolbar.xml:
3074         * po/POTFILES.in:
3075         * shell/Makefile.am:
3076         * shell/ev-navigation-action-widget.c:
3077         (ev_navigation_action_widget_init),
3078         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
3079         (menu_detacher), (ev_navigation_action_widget_set_menu),
3080         (menu_position_func), (popup_menu_under_arrow),
3081         (ev_navigation_action_widget_toggled),
3082         (ev_navigation_action_widget_button_press_event):
3083         * shell/ev-navigation-action-widget.h:
3084         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
3085         (ev_navigation_action_set_window), (activate_menu_item_cb),
3086         (new_history_menu_item), (new_empty_history_menu_item),
3087         (build_menu), (menu_activated_cb), (connect_proxy),
3088         (create_tool_item), (ev_navigation_action_init),
3089         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3090         * shell/ev-navigation-action.h:
3091         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
3092         (ev_page_action_widget_set_page_cache),
3093         (ev_page_action_widget_finalize),
3094         (ev_page_action_widget_class_init), (match_selected_cb),
3095         (display_completion_text), (match_completion), (build_new_tree_cb),
3096         (get_filter_model_from_model),
3097         (ev_page_action_widget_update_model):
3098         * shell/ev-page-action-widget.h:
3099         * shell/ev-page-action.c: (activate_link_cb), (update_model),
3100         (connect_proxy):
3101         * shell/ev-page-action.h:
3102         * shell/ev-stock-icons.c:
3103         * shell/ev-stock-icons.h:
3104         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3105         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
3106         (register_custom_actions):
3107         * shell/main.c:
3108         
3109         Preliminary history implementation
3110
3111 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3112
3113         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
3114         (dvi_document_class_init), (dvi_document_init_params):
3115         * dvi/mdvi-lib/font.c: (font_reference):
3116         
3117         Add reference to subfont. Fixes bug #374277.
3118
3119 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3120
3121         * shell/ev-window.c: (ev_window_create_tmp_symlink),
3122         (ev_window_cmd_file_open_copy_at_dest):
3123
3124         Fix a race condition when creating symlink. Increase the counter
3125         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
3126         Mathias Hasselmann).
3127
3128 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3129
3130         * backend/Makefile.am:
3131         * backend/ev-attachment.c: (ev_attachment_open):
3132         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
3133         (ev_tmp_dir), (ev_tmp_filename):
3134         * shell/ev-sidebar-attachments.c:
3135         (ev_sidebar_attachments_drag_data_get):
3136         * shell/ev-window.c: (ev_window_clear_temp_file):
3137
3138         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
3139         in ensure_dir_exists. Abort without crashing when we can't create
3140         user's directory.
3141
3142 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3143
3144         * data/evince-ui.xml:
3145         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3146         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
3147         (ev_window_cmd_file_open_copy_at_dest),
3148         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
3149         (ev_view_popup_cmd_open_link_new_window):
3150
3151         Allow opening a copy of the current document in a new window. Fixes bug
3152         #357472
3153
3154 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3155
3156         * data/evince-toolbar.xml:
3157         
3158         Add rotate right and rotate left to available items for toolbar.
3159         
3160         * data/evince-ui.xml:
3161         * shell/ev-window.c: (ev_window_init):
3162         
3163         Customize toolbar with right click. Fixes bug #372451.
3164
3165 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
3166
3167         * shell/ev-window.c: 
3168         
3169         Use "object-rotate-{left,right}" stock icons. Fixes 
3170         bug #373863.
3171
3172 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3173
3174         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
3175         (ev_application_open_uri_at_dest), (ev_application_open_uri):
3176         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
3177         (ev_window_open_uri):
3178         * shell/main.c: (arguments_parse):
3179
3180         Remove temp file created when evince is used by GTK+ in
3181         preview mode. Fixes bug #365282. 
3182
3183 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3184
3185         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3186         
3187         Fixes bug #372474 - Side pane disabled when entering 
3188         and leaving fullscreen mode.
3189
3190 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3191
3192         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
3193         * data/Makefile.am:
3194         * data/evince-preview-toolbar.xml:
3195         * data/evince-toolbar.xml:
3196         * shell/ev-application.c: (ev_application_shutdown),
3197         (ev_application_init), (ev_application_get_toolbars_model):
3198         * shell/ev-application.h:
3199         * shell/ev-window.c: (update_chrome_visibility),
3200         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
3201         (ev_window_cmd_edit_toolbar), (ev_window_init):
3202         
3203         Fixes bug #364364 - toolbar editor shows zoom actions again.
3204
3205 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3206
3207         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3208
3209         Do not take margins into consideration for paper size when printing.
3210         Really fixes bug #350491.
3211
3212 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3213
3214         * data/evince-ui.xml:
3215         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
3216         (ev_window_cmd_file_print_setup),
3217         (ev_window_print_dialog_response_cb),
3218         (ev_window_setup_action_sensitivity):
3219
3220         Add page setup settings for printing. Fixes bugs #363860 and #350491.
3221
3222 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3223
3224         * shell/ev-window.c: (ev_window_print_range):
3225
3226         Revert my previuos commit, since printing to PDF is not supported by
3227         evince yet. 
3228
3229 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3230
3231         * shell/ev-window.c: (ev_window_print_range):
3232
3233         Enable print to a PDF. Fixes bug #332121.
3234
3235 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3236
3237         * shell/ev-application-service.xml:
3238         * shell/ev-application.[ch]: (ev_application_open_window),
3239         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
3240         (ev_application_open_uri), (ev_application_open_uri_list):
3241         * shell/ev-window.c: (file_open_dialog_response_cb),
3242         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
3243         (drag_data_received_cb), (open_remote_link):
3244         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
3245
3246         Add support for multiscreen systems. Fixes bug #316206.
3247
3248 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3249
3250         * shell/ev-jobs.[ch]: (ev_job_print_new),
3251         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
3252         (ev_job_print_do_page):
3253         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
3254
3255         Allow printing only odd/even pages. Fixes bug #367289.
3256
3257 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3258
3259         * test/test1.py:
3260         * test/test2.py:
3261
3262         Re-add locale settings to test files.
3263
3264 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3265
3266         * data/evince-ui.xml:
3267         * shell/ev-window.c: (set_action_properties):
3268         
3269         Removed garbage from code and ui.
3270
3271 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3272
3273         * shell/ev-window.c: (ev_window_cmd_help_about):
3274
3275         Shamelessly add my name to the list of contributors.
3276
3277 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3278
3279         * test/test1.py:
3280         * test/test2.py:
3281
3282         Cleaned up the dogtail scripts.
3283
3284 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3285
3286         * shell/ev-view.c: (draw_loading_text): Don't render
3287         "loading..." text in presentation mode. Temporary
3288         workaround for bug #320352.
3289
3290 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3291
3292         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3293         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3294
3295         Use print settings scale, copies, collate and reverse which were
3296         ignored. Fixes bug #359032.
3297
3298 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3299
3300         * configure.ac:
3301         * data/evince-password.glade:
3302         * test/Makefile.am:
3303         * test/test-encrypt.pdf:
3304         * test/test-links.pdf:
3305         * test/test1.py:
3306         * test/test2.py:
3307
3308         Add automated UI tests for evince with dogtail. See
3309         bug #300948.    
3310
3311 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3312
3313         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
3314
3315         Hide fullscreen toolbar when switching to another desktop workspace.
3316         Fixes bug #338871
3317
3318 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3319
3320         * shell/ev-window-title.c: 
3321         
3322         Test for .dvi in title of pdf documents.
3323
3324 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3325
3326         * shell/ev-view.c: (ev_view_scroll):
3327
3328         Page Up/Down should do page jumps in "Best fit" mode.
3329         If a user has explicitly chosen to view exactly one page
3330         at a time, scrolling just a part of the page when
3331         pressing Page Up/Down is not right. Fixes bug #323107.
3332
3333 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3334
3335         * NEWS:
3336         * configure.ac:
3337         
3338         Update for 0.6.1
3339
3340 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3341
3342         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
3343         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
3344         
3345         Correctly disconnect from job signals on destroy.
3346
3347 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3348
3349         * shell/ev-view-private.h:
3350         * shell/ev-view.c: (view_set_adjustment_values),
3351         (view_update_range_and_current_page),
3352         (ensure_rectangle_is_visible), (ev_view_size_allocate):
3353         
3354         Fixes bug #343199, current page now follows find page.
3355
3356 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
3357
3358         * backend/ev-document-factory.c:
3359         * configure.ac:
3360         Assigned OpenDocument presenation MIME type to the
3361         Impress backend. Added some missing (but harmless)
3362         #ifdefs in the document factory as well to make things
3363         consistent again. Fixes bug #360658.
3364
3365 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
3366
3367         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
3368         * backend/ev-document-find.c: (ev_document_find_get_type):
3369         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
3370         * backend/ev-document-links.c: (ev_document_links_get_type):
3371         * backend/ev-document-security.c: (ev_document_security_get_type):
3372         * backend/ev-document-thumbnails.c:
3373         (ev_document_thumbnails_get_type):
3374         * backend/ev-document.c: (ev_document_get_type):
3375         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
3376         * backend/ev-selection.c: (ev_selection_get_type):
3377         * cut-n-paste/recent-files/egg-recent-model.c:
3378         (egg_recent_model_get_type):
3379         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3380         (egg_recent_view_uimanager_get_type):
3381         * cut-n-paste/recent-files/egg-recent-view.c:
3382         (egg_recent_view_get_type):
3383         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3384         (egg_editable_toolbar_get_type):
3385         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3386         (egg_toolbar_editor_get_type):
3387         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3388         (egg_toolbars_model_get_type):
3389         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3390         (egg_tree_multi_drag_source_get_type):
3391         * cut-n-paste/zoom-control/ephy-zoom-action.c:
3392         (ephy_zoom_action_get_type):
3393         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3394         (ephy_zoom_control_get_type):
3395         * impress/r_back.c: (_imp_fill_back):
3396         * properties/ev-properties-main.c:
3397         (ev_properties_plugin_register_type):
3398         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
3399         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
3400         (ev_view_accessible_factory_get_type):
3401
3402         Reduce relocations. Bug #360616.
3403
3404 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3405
3406         * backend/ev-document-factory.c:
3407         (ev_document_factory_get_document):
3408         
3409         Load document even if extension is wrong.
3410
3411 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3412
3413         * shell/ev-metadata-manager.c: (save_values):
3414         * shell/ev-window.c: (setup_size_from_metadata),
3415         (setup_view_from_metadata), (ev_window_setup_document),
3416         (ev_window_xfer_job_cb), (window_configure_event_cb):
3417         
3418         Set size according to the document size/page size ratio.
3419         That should correct rather wierd behaviour of the previous
3420         commit.
3421
3422 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3423
3424         * shell/ev-window.c: (setup_view_from_metadata):
3425         
3426         Set size for new windows from previous window size.
3427         See bugs #354968 and #168450 for details. Thanks
3428         to Meik Hellmund.
3429
3430 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3431
3432         * djvu/djvu-links.c: (build_tree):
3433
3434         Fix memory leak.
3435
3436 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3437
3438         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
3439         
3440         Don't make sidebar close button insensitive. Fixes
3441         bug #357871.
3442
3443 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3444
3445         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3446         (ev_window_set_view_accels_sensitivity):
3447         
3448         Don't enable Slash on documents which don't support
3449         find. Fixes bug #358648.
3450
3451 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
3452
3453         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
3454         open dialog fall back to the current document uri if the
3455         filechooser hasn't been used before. Fixes bug #356980.
3456
3457 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
3458
3459         * shell/ev-window.c: (ev_window_setup_recent), 
3460         (ev_window_get_recent_file_label):
3461
3462         Escape underscores in filenames of recent file items.
3463
3464 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3465
3466         * configure.ac:
3467         
3468         Bumped poppler requirements, really 0.5.3 is very 
3469         buggy, now we require 0.5.4.
3470
3471 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3472
3473         * djvu/Makefile.am:
3474         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3475         (djvu_document_find_iface_init), (djvu_document_links_get_links),
3476         (djvu_document_document_links_iface_init):
3477         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
3478         (number_from_string_10), (get_djvu_link_dest),
3479         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
3480         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
3481         (djvu_links_get_links), (djvu_links_find_link_dest),
3482         (djvu_links_get_links_model):
3483         * djvu/djvu-links.h:
3484         
3485         Add support for links and bookmarks in djvu documents. Thanks
3486         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
3487         patch.
3488
3489 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3490
3491         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3492         
3493         Reopen should reload document. Fixes 
3494         bug 327951.
3495
3496 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3497
3498         * configure.ac:
3499         * data/Makefile.am:
3500         * data/evince-16.png:
3501         * data/evince-22.png:
3502         * data/evince.png:
3503         * data/evince.svg:
3504         * data/icons/16x16/Makefile.am:
3505         * data/icons/16x16/evince.png:
3506         * data/icons/22x22/Makefile.am:
3507         * data/icons/22x22/evince.png:
3508         * data/icons/48x48/Makefile.am:
3509         * data/icons/48x48/evince.png:
3510         * data/icons/Makefile.am:
3511         * data/icons/scalable/Makefile.am:
3512         * data/icons/scalable/evince.svg:
3513         
3514         Install icons with correct names. Fixes
3515         bug #354429.
3516
3517 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3518
3519         * shell/ev-view.c: (ev_view_button_release_event):
3520
3521         Don't open links with middle mouse button. Fixes bug #353649
3522
3523 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3524
3525         * NEWS:
3526         * configure.ac:
3527         
3528         Update for release 0.6.0
3529
3530 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3531
3532         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
3533         Implement Close named action. Patch by Carlos Garcia Campos.
3534
3535 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3536
3537         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
3538         
3539         Don't clear link mapping on copy_job_to_job_info. Fixes
3540         bug 346168.
3541
3542 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3543
3544         * shell/main.c: (main):
3545
3546         Revert my previous commit, gnome_program_init owns the option context.
3547         Fix another memory leak in main. Both caught by Christian Persch. 
3548
3549 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3550
3551         * shell/main.c: (main):
3552
3553         Fix memory leak.
3554
3555 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3556
3557         * backend/ev-document-factory.c: (ev_document_factory_get_document):
3558
3559         Fix crash when opening a pdf with password protection. 
3560
3561 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3562
3563         * pdf/ev-poppler.cc: (pdf_document_search_free):
3564
3565         Fix memory leak. 
3566
3567 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3568
3569         * backend/ev-document-factory.c:
3570         (ev_document_factory_get_document):
3571         * tiff/tiff-document.c: (tiff_document_finalize):
3572         
3573         More correct handling of document loading. Fixes
3574         bug #349043.
3575
3576 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3577
3578         * backend/ev-attachment.c: (ev_attachment_save):
3579
3580         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
3581         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
3582
3583 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
3584         
3585         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
3586         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
3587
3588 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3589
3590         * shell/ev-sidebar-thumbnails.c:
3591
3592         Do not render thumbnails unless thumbnails page is active in the
3593         sidebar.
3594
3595 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
3596
3597         * shell/ev-properties-dialog.c:
3598
3599         Fix dialogue spacing. Bug #351370.
3600
3601 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3602
3603         * configure.ac:
3604
3605         Use lowercase gettext catalog file names (evince.mo
3606         instead of Evince.mo)
3607
3608 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3609
3610         * shell/ev-sidebar-attachments.c:
3611
3612         GtkIconTheme is now screen safe too. Fixes bug #350878
3613
3614 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3615
3616         * shell/ev-window.c:
3617
3618         GtkRecent manager is now screen safe. Fixes bug #350145
3619
3620 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3621
3622         * shell/ev-sidebar.c: (ev_sidebar_init):
3623         
3624         Make sidebar close icon smaller. Fix for bug 350177.
3625         See also bugs 350176 and 165770.
3626
3627 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3628
3629         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
3630
3631         Ignore zoom for xyz destinations when it's <= 1, keeping user
3632         preferences instead. Set correct sizing-mode for fith and fitv
3633         destinations rather than EV_SIZING_FREE. Fixes bug #349433
3634
3635 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3636
3637         * NEWS:
3638         * configure.ac:
3639         
3640         Update for release 0.5.5
3641
3642 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
3643         
3644         * shell/ev-window.c: (ev_window_cmd_escape)
3645
3646         Escape unfocus page entry. Fixes bug #345809.
3647
3648 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3649
3650         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
3651         (build_tree), (pdf_document_links_get_links),
3652         (pdf_document_links_find_link_dest):
3653         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
3654         (goto_xyz_dest):
3655
3656         Convert from PDF style coordinates to X style coordinates in the
3657         backend rather than in the view. Fixes bug #338440
3658
3659 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3660
3661         * shell/ev-window.c:
3662         
3663         Remove Ctrl+Shift+T shortcut for toolbars. See
3664         the bug #350098.
3665
3666 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3667
3668         * configure.ac:
3669
3670         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
3671         of this. 
3672
3673 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3674
3675         * configure.ac:
3676         * cut-n-paste/Makefile.am:
3677         * data/evince-ui.xml:
3678         * shell/Makefile.am:
3679         * shell/ev-application.[ch]:
3680         * shell/ev-window.c:
3681
3682         Use GtkRecent instead of EggRecent when it's available. Fixes bug
3683         #349273
3684
3685 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3686
3687         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
3688         findbar code: s/help/search/
3689
3690 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3691
3692         * shell/ev-window.c: (setup_document_from_metadata),
3693         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
3694         (setup_view_from_metadata):
3695         
3696         Fix memory leaks.
3697
3698 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
3699
3700         * autogen.sh, configure.ac: 
3701         
3702         Update automake usage. See bug 349292.
3703
3704 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3705
3706         * shell/eggfindbar.c: (egg_find_bar_class_init),
3707         (entry_activate_callback), (egg_find_bar_init),
3708         (egg_find_bar_set_status_text):
3709         * shell/eggfindbar.h:
3710         
3711         Unify Evince findbar with Epiphany. Nice patch
3712         from Fabricio Silva <silva@crans.org> and
3713         Frederic Peters <fpeters@entrouvert.com>. See
3714         bug #339966 for details.
3715
3716 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3717
3718         * data/evince.desktop.in.in:
3719         
3720         Correct information for bugzilla. Thanks to
3721         Olaf Vitters, see bug #348855.
3722
3723 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3724
3725         * shell/ev-jobs.[ch]:
3726         * shell/ev-sidebar-links.c:
3727         * shell/ev-window.[ch]:
3728
3729         GtkPrintJob doesn't support print ranges or current page, so we export
3730         to a ps file now when printing ranges or current page.
3731
3732 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3733
3734         * pdf/ev-poppler.cc:
3735         * shell/ev-window.c: (do_action_named):
3736
3737         We should be more clear about bugzilla. See the
3738         poppler bug #7623.
3739
3740 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3741
3742         * configure.ac:
3743         * shell/Makefile.am:
3744         * shell/ev-job-queue.c:
3745         * shell/ev-jobs.[ch]:
3746         * shell/ev-sidebar-links.c:
3747         * shell/ev-window.[ch]:
3748         
3749         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
3750         #348422
3751
3752 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3753
3754         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
3755         * shell/ev-application-service.xml:
3756         * shell/ev-application.[ch]:
3757         * shell/ev-jobs.[ch]:
3758         * shell/ev-window.[ch]: (ev_window_run_preview):
3759         * shell/main.c: 
3760
3761         Add preview mode to use evince as a printing previewer. It also adds
3762         other command line options for fullscreen and presentation modes.
3763         Fixes bugs #347822, #317031
3764
3765 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3766
3767         * NEWS:
3768         * configure.ac:
3769         
3770         Update for release 0.5.4
3771
3772 2006-07-11  Bastien Nocera <hadess@hadess.net>
3773
3774         * Makefile.am:
3775         * backend/Makefile.am:
3776         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3777         * backend/ev-document-factory.h:
3778         * configure.ac:
3779         * impress/.cvsignore:
3780         * impress/Makefile.am:
3781         * impress/common.h:
3782         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
3783         (imp_get_page), (imp_next_page), (imp_prev_page),
3784         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
3785         * impress/f_oasis.c: (render_object), (render_page),
3786         (get_geometry), (_imp_oasis_load):
3787         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
3788         (_imp_oo13_load):
3789         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
3790         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
3791         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
3792         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
3793         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
3794         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
3795         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
3796         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
3797         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
3798         (iks_new_within), (iks_insert), (iks_insert_cdata),
3799         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
3800         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
3801         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
3802         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
3803         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
3804         (iks_cdata), (iks_cdata_size), (iks_has_children),
3805         (iks_has_attribs), (escape_size), (my_strcat), (escape),
3806         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
3807         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
3808         (iks_tree), (iks_load), (iks_save):
3809         * impress/iksemel.h:
3810         * impress/imposter.h:
3811         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
3812         (imp_render_draw_bezier_real), (imp_render_get_size),
3813         (imp_render_set_fg_color), (imp_render_draw_line),
3814         (imp_render_draw_rect), (imp_render_draw_polygon),
3815         (imp_render_draw_arc), (imp_render_draw_bezier),
3816         (imp_render_open_image), (imp_render_get_image_size),
3817         (imp_render_scale_image), (imp_render_draw_image),
3818         (imp_render_close_image), (imp_render_markup),
3819         (imp_render_get_text_size), (imp_render_draw_text),
3820         (impress_document_load), (impress_document_save),
3821         (impress_document_get_n_pages), (impress_document_get_page_size),
3822         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3823         (impress_document_finalize), (impress_document_class_init),
3824         (impress_document_can_get_text), (impress_document_get_info),
3825         (impress_document_document_iface_init),
3826         (impress_document_thumbnails_get_thumbnail),
3827         (impress_document_thumbnails_get_dimensions),
3828         (impress_document_document_thumbnails_iface_init),
3829         (impress_document_init):
3830         * impress/impress-document.h:
3831         * impress/internal.h:
3832         * impress/r_back.c: (_imp_fill_back):
3833         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
3834         (_imp_draw_image), (_imp_tile_image):
3835         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
3836         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
3837         (r_polyline):
3838         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
3839         (r_draw_gradient_complex), (r_draw_gradient):
3840         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
3841         (r_get_bullet):
3842         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
3843         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
3844         (r_text):
3845         * impress/render.c: (imp_create_context), (imp_context_set_page),
3846         (imp_context_set_step), (imp_render), (imp_delete_context):
3847         * impress/render.h:
3848         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
3849         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
3850         (zip_load_xml), (zip_get_size), (zip_load):
3851         * impress/zip.h:
3852         * shell/ev-utils.c:
3853         
3854         New backend to support impress slides. Fixes bug #30867.
3855
3856 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
3857
3858         * shell/ev-utils.c: (using_postscript_printer):
3859         
3860         Fixes crash when print using PAPI backend,
3861         bug #345012.
3862
3863 2006-06-09  Pat Rondon  <pmr@patrondon.org>
3864
3865         * shell/ev-jobs.c: (ev_job_xfer_run):
3866         * shell/ev-window.c: (password_dialog_response),
3867         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
3868         (ev_window_dispose):
3869         Fixes bug #344160: if the xfer job doesn't complete
3870         because a password is required, reload the existing
3871         instance instead of creating a new one.
3872
3873 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3874
3875         * shell/main.c: (main): Call gdk_threads_init. Thus
3876         we'll avoid errors in auth dialog. Fix for the bug
3877         #343347.
3878
3879 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3880
3881         * configure.ac: Advertise pixbuf support, fix
3882         for the bug 343317.
3883
3884 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3885
3886         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
3887         (ev_sidebar_thumbnails_set_document):
3888         
3889         Update sidebar thumbnails after reloading.
3890
3891 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3892
3893         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
3894         * shell/ev-jobs.h:
3895         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
3896         (ev_window_cmd_view_reload), (ev_window_init):
3897         
3898         Don't crash on reload. Fix for the bug #343167.
3899
3900 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3901
3902         * shell/ev-jobs.c: (ev_job_render_run):
3903         
3904         Check for document links.
3905
3906 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3907
3908         * backend/ev-attachment.c: (ev_attachment_save),
3909         (ev_attachment_launch_app), (ev_attachment_open):
3910         * backend/ev-document-factory.c: (get_document_from_uri):
3911         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3912         (egg_recent_view_uimanager_set_list):
3913         * ps/ps-document.c: (check_filecompressed), (document_load),
3914         (ps_document_load):
3915         * shell/ev-metadata-manager.c: (load_values):
3916         * shell/ev-password.c: (ev_password_dialog_set_property):
3917         * shell/ev-view.c: (tip_from_link):
3918         * shell/ev-window.c: (file_save_dialog_response_cb),
3919         (ev_window_print_dialog_response_cb):
3920         
3921         Use consistent quoting style. Fix for the bug #320285.
3922
3923 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3924
3925         * shell/ev-jobs.c: (ev_job_xfer_run):
3926         * shell/main.c: (load_files):
3927                 
3928         Open links with anchors. Fix for the bug #339836.
3929
3930 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3931
3932         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
3933         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
3934         (ev_link_dest_set_property), (ev_link_dest_finalize),
3935         (ev_link_dest_class_init), (ev_link_dest_new_named),
3936         (ev_link_dest_new_page_label):
3937         * backend/ev-link-dest.h:
3938         * shell/ev-application.c: (ev_application_open_uri):
3939         * shell/ev-view.c: (goto_dest):
3940         * shell/ev-window.c:
3941         * shell/ev-window.h:
3942         
3943         Fix page-label command line option. Bug #342070.
3944
3945 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3946
3947         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3948         
3949         Don't show highlight rects if page can't be showed. Fix for 
3950         the bug #342076
3951
3952 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3953
3954         * shell/ev-window.c: (setup_sidebar_from_metadata),
3955         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
3956         
3957         Setup sidebar from metadata even if there is no document
3958         loaded. Fix for the bug #342807.
3959
3960 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3961
3962         * cut-n-paste/toolbar-editor/Makefile.am:
3963         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3964         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
3965         (find_action), (drag_data_delete_cb), (drag_begin_cb),
3966         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
3967         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
3968         (popup_context_menu_cb), (button_press_event_cb),
3969         (configure_item_sensitivity), (configure_item_cursor),
3970         (configure_item_tooltip), (connect_widget_signals),
3971         (action_sensitive_cb), (create_item_from_action),
3972         (create_item_from_position), (toolbar_drag_data_received_cb),
3973         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
3974         (toolbar_drag_leave_cb), (configure_drag_dest),
3975         (toggled_visibility_cb), (toolbar_visibility_refresh),
3976         (create_dock), (toolbar_changed_cb), (unparent_fixed),
3977         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
3978         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
3979         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
3980         (egg_editable_toolbar_dispose),
3981         (egg_editable_toolbar_set_ui_manager),
3982         (egg_editable_toolbar_get_selected),
3983         (egg_editable_toolbar_set_selected), (set_edit_mode),
3984         (egg_editable_toolbar_set_property),
3985         (egg_editable_toolbar_get_property),
3986         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
3987         (egg_editable_toolbar_new_with_model),
3988         (egg_editable_toolbar_get_edit_mode),
3989         (egg_editable_toolbar_set_edit_mode),
3990         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
3991         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
3992         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
3993         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
3994         (item_added_or_removed_cb), (toolbar_removed_cb),
3995         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
3996         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
3997         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
3998         (editor_create_item_from_name), (append_table),
3999         (update_editor_sheet), (egg_toolbar_editor_init):
4000         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
4001         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4002         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
4003         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
4004         (toolbar_node_free), (egg_toolbars_model_get_flags),
4005         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
4006         (egg_toolbars_model_get_name), (impl_add_item),
4007         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
4008         (parse_data_list), (parse_item_list), (parse_toolbars),
4009         (egg_toolbars_model_load_toolbars), (parse_available_list),
4010         (parse_names), (egg_toolbars_model_load_names),
4011         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
4012         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
4013         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
4014         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
4015         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
4016         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
4017         (egg_toolbars_model_set_types), (fill_avail_array),
4018         (egg_toolbars_model_get_name_avail),
4019         (egg_toolbars_model_get_name_flags),
4020         (egg_toolbars_model_set_name_flags):
4021         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4022         * cut-n-paste/toolbar-editor/eggintl.h:
4023         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4024         (egg_tree_multi_drag_source_get_type),
4025         (egg_tree_multi_drag_source_row_draggable),
4026         (egg_tree_multi_drag_source_drag_data_delete),
4027         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
4028         (egg_tree_multi_drag_button_release_event), (selection_foreach),
4029         (path_list_free), (set_context_data), (get_context_data),
4030         (get_info), (egg_tree_multi_drag_drag_data_get),
4031         (egg_tree_multi_drag_motion_event),
4032         (egg_tree_multi_drag_button_press_event),
4033         (egg_tree_multi_drag_add_drag_support):
4034         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
4035         * shell/ev-application.c: (ev_application_init),
4036         (ev_application_save_toolbars_model):
4037         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
4038         (ev_window_cmd_edit_toolbar), (ev_window_init):
4039         
4040         Sync toolbareditor with epiphany and libegg
4041
4042 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4043
4044         * configure.ac: 
4045
4046         Depend on poppler 0.5.2
4047
4048 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4049
4050         * shell/ev-jobs.c: (ev_job_render_run):
4051         
4052         Check if document supports links iterface.
4053
4054 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4055
4056         * NEWS:
4057         * configure.ac:
4058         
4059         Update for release 0.5.3
4060
4061 2006-05-13  Michael Plump  <plumpy@skylab.org>
4062
4063         * configure.ac:
4064         * shell/Makefile.am:
4065         * shell/main.c: (main):
4066         
4067         Port to GOption command line parsing. Fix for the 
4068         bug #327518
4069
4070 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4071
4072         * shell/ev-window.c: (ev_window_cmd_help_about):
4073         
4074         Do not wrap license. Fix for the bug #309460.
4075
4076 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4077
4078         * configure.ac:
4079         * properties/ev-properties-main.c: (ev_properties_get_pages):
4080         * shell/ev-application.c: (ev_application_open_window),
4081         (ev_application_open_uri_at_dest):
4082         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4083         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
4084         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
4085         * shell/ev-utils.c: (save_print_config_to_file):
4086         * shell/ev-window.c: (ev_window_cmd_save_as),
4087         (ev_attachment_popup_cmd_save_attachment_as):
4088         * shell/main.c: (load_files_remote):
4089         
4090         Bump requirements to gtk 2.8 and drop all ifdefs used.
4091
4092 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4093
4094         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4095         * shell/ev-window.c: (ev_window_init):
4096         
4097         Show attachments page.
4098
4099 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4100
4101         * po/POTFILES.in:
4102         * shell/ev-attachment-bar.c:
4103         * shell/ev-attachment-bar.h:
4104         * shell/ev-sidebar-attachments.c:
4105         (ev_sidebar_attachments_icon_cache_add),
4106         (icon_theme_get_pixbuf_from_mime_type),
4107         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
4108         (ev_sidebar_attachments_icon_cache_refresh),
4109         (ev_sidebar_attachments_get_attachment_at_pos),
4110         (ev_sidebar_attachments_popup_menu_show),
4111         (ev_sidebar_attachments_popup_menu),
4112         (ev_sidebar_attachments_button_press),
4113         (ev_sidebar_attachments_update_icons),
4114         (ev_sidebar_attachments_drag_data_get),
4115         (ev_sidebar_attachments_get_property),
4116         (ev_sidebar_attachments_destroy),
4117         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
4118         (ev_sidebar_attachments_new),
4119         (ev_sidebar_attachments_set_document),
4120         (ev_sidebar_attachments_support_document),
4121         (ev_sidebar_attachments_get_label),
4122         (ev_sidebar_attachments_page_iface_init):
4123         * shell/ev-sidebar-attachments.h:
4124         * shell/ev-window.c: (update_chrome_visibility),
4125         (setup_sidebar_from_metadata), (ev_window_setup_document),
4126         (ev_window_sidebar_current_page_changed_cb),
4127         (attachment_bar_menu_popup_cb), (ev_window_init):
4128         
4129         Move attachments bar to sidebar.
4130
4131 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4132
4133         * pdf/ev-poppler.cc:
4134         * shell/ev-application.[ch]:
4135         * shell/main.c:
4136
4137         Fix some memory leaks.
4138
4139 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4140
4141         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4142
4143         Change the properties dialog response to
4144         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
4145         will make the dialog go away when the user presses
4146         enter. With gtk+ >= 2.9 this will happen anyway, but for
4147         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
4148         escape by default. Fixes bug #340539. See also bug
4149         #101293 for the gtk+ part.
4150
4151 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
4152
4153         * shell/ev-view.c (tip_from_action_named): Replace some strings
4154         that were wrong. Closes #340970.
4155
4156 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4157
4158         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4159
4160         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
4161         #341049
4162
4163 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4164
4165         * djvu/Makefile.am:
4166         * dvi/Makefile.am:
4167         * dvi/mdvi-lib/Makefile.am:
4168         * properties/Makefile.am:
4169         * ps/Makefile.am:
4170         * shell/Makefile.am:
4171         * thumbnailer/Makefile.am:
4172         
4173         Due to broken libtool that is unable to track dependencies
4174         of noinst libraries we are forced to explicitely point
4175         libraries for binary. Fix for the bug #333334.
4176
4177 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4178
4179         * data/evince.desktop.in.in:
4180         * shell/ev-view.c: (view_update_range_and_current_page),
4181         (ev_view_next_page), (ev_view_previous_page):
4182         * shell/ev-window.c: (update_chrome_visibility),
4183         (setup_sidebar_from_metadata), (ev_window_setup_document),
4184         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
4185         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4186         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
4187         (ev_window_stop_fullscreen), (ev_window_run_presentation),
4188         (ev_window_stop_presentation), (ev_window_focus_in_event),
4189         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
4190         (ev_window_init):
4191         * thumbnailer/Makefile.am:
4192         
4193         Update fullscreen and presentation timeout handling. Hide
4194         cursor in presentation after timeout. Fix for the bugs
4195         #136359 and #336981.
4196
4197 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4198
4199         * backend/ev-link-action.[ch]:
4200         * pdf/ev-poppler.cc: (ev_link_from_action):
4201         * shell/ev-view-private.h:
4202         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
4203         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
4204
4205         Add support for Named Action links
4206
4207 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4208
4209         * backend/Makefile.am:
4210         * backend/ev-document-links.[ch]:
4211         * backend/ev-document.[ch]:
4212         * backend/ev-link-action.[ch]:
4213         * backend/ev-link-dest.[ch]:
4214         * backend/ev-link.[ch]:
4215         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
4216         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
4217         * shell/ev-page-action.c: (build_new_tree_cb):
4218         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
4219         (links_page_num_func), (update_page_callback):
4220         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
4221         (tip_from_link):
4222         * shell/ev-jobs.c:
4223         * shell/ev-window.[ch]: (ev_window_open_uri),
4224         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
4225         * shell/ev-application.[ch]: (ev_application_open_window),
4226         (ev_application_open_uri):
4227
4228         Rework links system, it adds support for remote links now and it makes
4229         easier to add new kinds of actions and destinations. Fixes bug #317292
4230
4231 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4232
4233         * data/Makefile.am:
4234         * data/evince.png:
4235         * data/evince-16.png:
4236         * data/evince-22.png:
4237         * data/evince.svg:
4238         * shell/main.c: (main):
4239         
4240         Evince use it's own icon. Fix for the bug #313392.
4241
4242         * shell/ev-window.c: (fullscreen_timeout_cb),
4243         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4244         (ev_window_cmd_help_about), (ev_window_dispose):
4245         
4246         Simplify fullscreen timeout code.
4247
4248 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4249
4250         * backend/ev-attachment.c: 
4251         * shell/ev-attachment-bar.c:
4252         * shell/ev-window.c:
4253
4254         Allow multiple selection of attachments
4255
4256 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4257
4258         * shell/ev-view.c: (view_update_range_and_current_page),
4259         (ev_view_scroll):
4260         
4261         Fix for the bug #312573 – Optimal selection of current 
4262         page among visible pages.
4263
4264 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4265
4266         * configure.ac:
4267         * djvu/Makefile.am:
4268         * djvu/djvu-text.h:
4269         
4270         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
4271         for the bug 339868.
4272
4273 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
4274
4275         * configure.ac: Fix the LINGUAS stuff here too so it builds.
4276
4277 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4278
4279         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
4280         dictated by the GNOME HIG. Fixes bug #339235.
4281
4282 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4283
4284         * data/evince-ui.xml:
4285         * shell/ev-view.c: (ev_view_can_find_previous):
4286         * shell/ev-view.h:
4287         * shell/ev-window.c: (ev_window_update_actions),
4288         (ev_window_cmd_edit_find_previous):
4289
4290         Add support for "Find Previous" as dictated by the GNOME HIG. A
4291         menu item is added and some glue code to make it all work is added
4292         to various files.
4293
4294 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4295
4296         * configure.ac: Award myself the "useless use of cat" award.
4297
4298 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4299
4300         * po/LINGUAS: New file listing all supported languages.
4301
4302         * configure.in: Use po/LINGUAS instead of including all languages
4303         directly in this file. See the wiki for more information:
4304         http://live.gnome.org/GnomeGoals/PoLinguas
4305
4306 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4307
4308         * backend/ev-document-factory.c:
4309
4310         Do not load the document twice when there isn't errors
4311
4312 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4313
4314         * backend/ev-attachment.c: 
4315
4316         Fix a crash when there isn't a default application to open an
4317         attachment
4318
4319 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4320
4321         * backend/ev-attachment.[ch]:
4322         * shell/ev-attachment-bar.[ch]:
4323
4324         Added missing files. 
4325
4326 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4327
4328         * backend/Makefile.am:
4329         * data/evince-ui.xml:
4330         * backend/ev-attachment.[ch]:
4331         * backend/ev-document.[ch]: (ev_document_has_attachments),
4332         (ev_document_get_attachments):
4333         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
4334         (attachment_save_to_buffer), (pdf_document_get_attachments),
4335         (pdf_document_document_iface_init):
4336         * shell/Makefile.am:
4337         * shell/ev-attachment-bar.[ch]:
4338         * shell/ev-window.c:
4339
4340         Add support for PDF attachments. Fixes bug #325143
4341
4342 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4343
4344         * backend/ev-document-factory.c: (get_document_from_uri),
4345         (ev_document_factory_get_document):
4346         * backend/ev-document-factory.h:
4347         * properties/ev-properties-main.c: (ev_properties_get_pages):
4348         * shell/Makefile.am:
4349         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4350         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4351         (ev_job_queue_remove_job):
4352         * shell/ev-job-queue.h:
4353         * shell/ev-job-xfer.c:
4354         * shell/ev-job-xfer.h:
4355         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
4356         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
4357         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
4358         (ev_job_xfer_run):
4359         * shell/ev-jobs.h:
4360         * shell/ev-window.c: (ev_window_is_empty),
4361         (password_dialog_response), (ev_window_clear_xfer_job),
4362         (ev_window_xfer_job_cb), (ev_window_open_uri),
4363         (ev_window_cmd_focus_page_selector),
4364         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
4365         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4366         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4367         (ev_window_dispose):
4368         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4369         
4370         * Cleanup mime type detection on document load. Fix for the
4371         bug #336448.
4372
4373 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4374
4375         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
4376         
4377         Fix crash on exit, described in the bug #336825.
4378
4379 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4380
4381         * backend/ev-document-factory.c:
4382         (ev_document_factory_get_from_mime),
4383         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
4384         (ev_document_factory_get_document),
4385         (file_filter_add_mime_list_and_free),
4386         (ev_document_factory_add_filters):
4387         * backend/ev-document-factory.h:
4388         * properties/ev-properties-main.c: (ev_properties_get_pages):
4389         * shell/Makefile.am:
4390         * shell/ev-application.c:
4391         * shell/ev-job-xfer.c: (ev_job_xfer_run):
4392         * shell/ev-window.c: (ev_window_cmd_file_open),
4393         (ev_window_cmd_save_as):
4394         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4395         
4396         Rework factory functions so they are placed now in a single 
4397         file ev-document-factory.c
4398
4399 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4400
4401         * shell/ev-window.c: (update_chrome_visibility):
4402         
4403         Fix for the bug 166566 - don't show menubar in fullscreen
4404         mode.
4405
4406 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
4407
4408         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
4409
4410 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4411
4412         * shell/ev-view.c: (ev_view_expose_event):
4413         
4414         More correctly draw loading text when document
4415         is empty.
4416
4417 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4418
4419         * shell/ev-view.c: (ev_view_scroll):
4420         
4421         Fix for the bug #334854, page down and page up switch
4422         pages in presentation mode.
4423
4424 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4425
4426         * shell/ev-window.c: (ev_window_set_action_sensitive),
4427         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
4428         (ev_window_set_view_accels_sensitivity),
4429         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
4430         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4431         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4432         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
4433         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
4434         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
4435         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
4436         (view_actions_focus_in_cb), (ev_window_init):
4437         
4438         Fix for the bug #333902, now it's possible to search
4439         words with slash.
4440
4441 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
4442
4443         * configure.ac: Added Breton translation.
4444         * po/br.po: Added Breton translation.
4445
4446 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4447
4448         * shell/ev-window-title (ev_window_title_update):
4449
4450         Fix memory leak in window title. Fixes bug #333944
4451
4452 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4453
4454         * shell/ev-metadata-manager.c (parseItem):
4455
4456         Fix memory leaks. Fixes bug #333945
4457
4458 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4459         
4460         * NEWS, configure.ac, TODO:
4461         
4462         Update for release 0.5.2.
4463
4464 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4465
4466         * shell/ev-view.c: (view_update_range_and_current_page),
4467         (page_changed_cb):
4468         
4469         Don't jump on scrolling, fix for the bug #333127.
4470
4471 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4472
4473         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4474         
4475         Scroll by one page in presentation mode. Fix for the bug
4476         #332993.
4477
4478 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
4479
4480         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
4481
4482 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
4483
4484         * configure.ac  Added lv in ALL_LINGUAS line.
4485
4486 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4487         
4488         * NEWS, configure.ac:
4489         
4490         Update for release 0.5.1
4491
4492 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4493
4494         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
4495         * backend/ev-document-misc.h:
4496         * shell/ev-view.c: (draw_one_page):
4497         
4498          Clairfy what page the toolbar page number applies to. Fix
4499          for the bug #328102.
4500
4501 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
4502
4503         * shell/ev-view-private.h:
4504         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
4505         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
4506         (ev_view_search_changed):
4507         * shell/ev-view.h:
4508         * shell/ev-window.c: (find_bar_search_changed_cb):
4509         
4510         Dont't jump to find result if window was scrolled during search.
4511         Fix for the bug #313266.
4512
4513 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
4514
4515         * shell/eggfindbar.c: (egg_find_bar_class_init):
4516         * shell/eggfindbar.h:
4517         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
4518         * shell/ev-view-private.h:
4519         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
4520         (ev_view_class_init), (ev_sizing_mode_get_type),
4521         (ev_scroll_type_get_type):
4522         * shell/ev-view.h:
4523         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
4524         (ev_window_cmd_scroll_backward), (find_bar_scroll),
4525         (ev_window_init):
4526         
4527         Fix for the bug 319133 - Find entry should allow text scroll.
4528
4529 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
4530
4531         * shell/ev-view-private.h:
4532         * shell/ev-view.c: (view_update_range_and_current_page),
4533         (highlight_find_results), (find_changed_cb), (page_changed_cb),
4534         (ev_view_set_document), (update_find_status_message),
4535         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
4536         (ev_view_find_previous):
4537         
4538         Fix for the bug #319137. Search now takes account for scrolling.
4539
4540 2006-02-19  Michael Hofmann <mh21@piware.de>
4541
4542         * configure.ac:
4543         * djvu/Makefile.am:
4544         * djvu/djvu-document-private.h:
4545         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4546         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
4547         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
4548         (djvu_document_can_get_text), (djvu_document_get_text),
4549         (djvu_document_document_iface_init),
4550         (djvu_document_thumbnails_get_thumbnail),
4551         (djvu_document_find_begin), (djvu_document_find_get_n_results),
4552         (djvu_document_find_get_result),
4553         (djvu_document_find_page_has_results),
4554         (djvu_document_find_get_progress), (djvu_document_find_cancel),
4555         (djvu_document_find_iface_init):
4556         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
4557         (djvu_text_page_selection), (djvu_text_page_limits_process),
4558         (djvu_text_page_limits), (djvu_text_page_copy),
4559         (djvu_text_page_position), (djvu_text_page_union),
4560         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
4561         (djvu_text_page_box), (djvu_text_page_append_text),
4562         (djvu_text_page_search), (djvu_text_page_prepare_search),
4563         (djvu_text_page_new), (djvu_text_page_free):
4564         * djvu/djvu-text-page.h:
4565         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
4566         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
4567         (djvu_text_n_results), (djvu_text_has_results),
4568         (djvu_text_get_result), (djvu_text_get_progress):
4569         * djvu/djvu-text.h:
4570         
4571         Text search in djvu. Fix for the bug #303415.
4572
4573 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4574
4575         * configure.ac:
4576         * shell/ev-window.c: (ev_window_cmd_save_as):
4577         
4578         Ask filechooser to confirm overwrite. Fix for the bug #328266.
4579         Thanks to Gary Coady <gary@lyranthe.org>
4580
4581 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4582
4583         * shell/ev-print-job.c: (idle_print_handler):
4584         
4585         Inverse order printing, bug #320919.
4586
4587 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4588
4589         * data/evince-toolbar.xml:
4590         * shell/ev-window.c:
4591         
4592         Allow to add sidebar checkbutton on toolbar. Fix
4593         for the bug #144577.
4594
4595 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4596
4597         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
4598         
4599         Add checks that have sense for empty ps document.
4600
4601 2006-02-15  Luca Ferretti <elle.uca@libero.it>
4602
4603         * configure.ac: Include PS in mime types list. 
4604
4605 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4606
4607         * configure.ac:
4608         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
4609         * ps/gsdefaults.h:
4610         * ps/ps-document.c: (start_interpreter), (ps_document_load):
4611         
4612         Runtime check for gs interpreter. Fix for the bug #320868.
4613         Thanks to Antoine Dopffer antoine.dopffer@free.fr
4614
4615 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4616
4617         * shell/ev-application.c: 
4618
4619         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
4620         dbus>=0.60, so that the request is not queued. 
4621
4622 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4623
4624         * configure.ac:
4625         * shell/Makefile.am:
4626         * shell/ev-sidebar-links.c: (print_section_cb):
4627         * shell/ev-utils.c:
4628         * shell/ev-utils.h:
4629         * shell/ev-window.c: (update_action_sensitivity),
4630         (ev_window_close_dialogs), (ev_window_print):
4631         * shell/ev-window.h:
4632         
4633         Make printing support optional. Patch from Eduardo de Barros Lima
4634         <eduardo.lima@indt.org.br> for the bug #330546.
4635
4636 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4637
4638         * shell/ev-view-private.h:
4639         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
4640         (ev_view_set_document):
4641         * shell/ev-view.h:
4642         * shell/ev-window.c: (ev_window_load_job_cb),
4643         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
4644         (ev_window_init):
4645
4646         Draw Loading message during xfer job. Fix for the bug #329495.
4647
4648 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4649
4650         * comics/comics-document.c: (comics_regex_quote),
4651         (comics_document_load), (extract_argv):
4652         
4653         Correcly quote regexp before passing it to unzip.
4654
4655 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4656
4657         * shell/ev-page-cache.c: (build_height_to_page),
4658         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
4659         (ev_page_cache_get_dual_even_left):
4660         * shell/ev-page-cache.h:
4661         * shell/ev-view.c: (view_update_range_and_current_page),
4662         (get_page_y_offset), (get_page_extents):
4663         
4664         Place even pages to the left if document has less then
4665         two pages. Fix for the bug #328856.
4666
4667 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4668
4669         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4670         
4671         Correct comics scheme. This make evince create thumbnails
4672         for comic books. Fix for the bug 329088.
4673
4674 2006-01-31  Christopher Aillon  <caillon@redhat.com>
4675
4676         * data/evince-password.glade: Don't explicitly set
4677         invisible_char to the current default value in case
4678         the default changes; let GTK+ do its magic.
4679
4680 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4681
4682         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
4683         real filename to tmp filename since often document
4684         type is determined by extension.
4685
4686 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4687
4688         * shell/ev-view.c: (add_scroll_binding_keypad),
4689         (ev_view_binding_activated), (ev_view_class_init):
4690         
4691         Add keybindings for percision-scrolling of display area. 
4692         Fix for the bug #314072.
4693
4694 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4695
4696         * data/evince.desktop.in.in:
4697         
4698         Add GTK to the list of categories. Fix for the bug #328034.
4699
4700 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4701
4702         * shell/ev-application.c: (ev_application_shutdown),
4703         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
4704         * shell/ev-application.h:
4705         * shell/ev-window.c: (file_open_dialog_response_cb),
4706         (ev_window_cmd_file_open):
4707         
4708         Save last uri in file chooser dialog. Fix for the bug #327950.
4709
4710 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4711
4712         * NEWS:
4713         * README:
4714         
4715         Final update for release 0.5.0
4716         
4717         * shell/Makefile.am:
4718         
4719         Remove disable deprecated until we'll require libgnome-2.13.7
4720         and port to GOption argument parsing. See bug 327518.
4721
4722 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
4723
4724         * comics/comics-document.c: (comics_document_save):
4725         * djvu/djvu-document.c: (djvu_document_save):
4726         * dvi/dvi-document.c: (dvi_document_save):
4727         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
4728         * lib/ev-file-helpers.h:
4729         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
4730         * tiff/tiff-document.c: (tiff_document_save):
4731         
4732         Use common save function for backends.
4733
4734 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
4735
4736         * backend/ev-document-types.c:
4737         
4738         Fix crash on saving pixbuf.
4739
4740 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4741
4742         * cut-n-paste/recent-files/egg-recent-item.c:
4743         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
4744         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
4745         (parse_info_free), (valid_element), (start_element_handler),
4746         (end_element_handler), (text_handler), (egg_recent_model_filter),
4747         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4748         (egg_recent_model_monitor), (egg_recent_model_read),
4749         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4750         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4751         (egg_recent_model_set_property), (egg_recent_model_class_init),
4752         (egg_recent_model_init), (egg_recent_model_add_full),
4753         (egg_recent_model_delete), (egg_recent_model_get_list),
4754         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4755         (egg_recent_model_set_filter_mime_types),
4756         (egg_recent_model_clear_group_filter),
4757         (egg_recent_model_set_filter_groups),
4758         (egg_recent_model_clear_scheme_filter),
4759         (egg_recent_model_set_filter_uri_schemes),
4760         (egg_recent_model_remove_expired):
4761         * cut-n-paste/recent-files/egg-recent-util.c:
4762         (egg_recent_util_get_icon):
4763         * cut-n-paste/recent-files/egg-recent-util.h:
4764         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4765         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
4766         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
4767         (egg_recent_view_uimanager_set_property),
4768         (egg_recent_view_uimanager_get_property),
4769         (egg_recent_view_uimanager_class_init),
4770         (egg_recent_view_uimanager_init),
4771         (egg_recent_view_uimanager_set_label_width),
4772         (egg_recent_view_uimanager_get_label_width):
4773         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
4774         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4775         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4776         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4777         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4778         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4779         
4780         Update from libegg.
4781
4782 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4783
4784         * shell/ev-page-cache.c: (build_height_to_page),
4785         (ev_page_cache_get_height_to_page):
4786         * shell/ev-page-cache.h:
4787         * shell/ev-view.c: (view_update_range_and_current_page),
4788         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
4789         (ev_view_previous_page):
4790         
4791         Dual mode places even pages to the left. Fix for the bug #309393.
4792
4793         * shell/ev-view.h:
4794         * shell/ev-window.c: (update_action_sensitivity),
4795         (setup_view_from_metadata), (view_menu_popup_cb):
4796         
4797         Don't restore presentation in empty windows, more intelligent
4798         next page behaviour in dual mode.
4799
4800         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
4801         (ev_pixbuf_cache_clear_job_sizes):
4802         
4803         Cleanup job callback on removal. Fix for the bug #325886.
4804
4805 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4806
4807         * ps/ps.c: (psscan):
4808         
4809         Commit workaround Mozilla problem. Fix for the bug #325919
4810         
4811         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
4812         (save_item):
4813         
4814         Fix for year 2038 problem.
4815
4816 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4817
4818         * shell/ev-window.c: (setup_document_from_metadata),
4819         (ev_window_cmd_view_reload):
4820
4821         Clamp page recieved from metadata in valid values. Fix
4822         for the bug #325986.
4823
4824 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4825
4826         * MAINTAINERS: 
4827         Add MAINTAINERS as requested on desktop-devel-list.
4828
4829 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4830
4831         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
4832         (mime_type_supported_by_gdk_pixbuf),
4833         (ev_document_factory_get_mime_types),
4834         (ev_document_factory_get_all_mime_types):
4835         
4836         Don't add pixbuf mime types if pixbuf backend is disabled.
4837         
4838         * shell/ev-application.c: (ev_application_get_uri_window):
4839         
4840         Fix for the bug 325815 - unhandled MIME type message doesn't 
4841         appear a second time. 
4842         
4843         * shell/ev-document-types.c: (ev_document_types_add_filters):
4844         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
4845         (password_dialog_response), (ev_window_popup_password_dialog),
4846         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4847         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4848         (ev_window_run_presentation), (ev_window_stop_presentation),
4849         (save_sizing_mode), (ev_window_zoom_changed_cb),
4850         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4851         (ev_window_dual_mode_changed_cb),
4852         (ev_window_sidebar_current_page_changed_cb),
4853         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4854         (window_state_event_cb), (window_configure_event_cb):
4855         
4856         Cleanup additional uris holded by EvWindow.
4857
4858 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4859
4860         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
4861         (ev_view_can_previous_page), (ev_view_can_next_page):
4862         * shell/ev-view.h:
4863         * shell/ev-window.c: (update_action_sensitivity):
4864         
4865         Two page scrolling with Space and PageUp in dual mode. Second fix 
4866         for the bug #316608.
4867
4868 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4869
4870         * shell/ev-view.c: (scroll_to_current_page):
4871         
4872         Correctly clamp adjustment value. Fix for the bug
4873         #325808.
4874
4875 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4876
4877         * shell/ev-sidebar-links.c: (print_section_cb):
4878         * shell/ev-window.c: (ev_window_get_uri),
4879         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
4880         (ev_window_print_dialog_response_cb), (ev_window_print_range),
4881         (ev_window_dispose):
4882         
4883         Make print dialog non-modal. Fix for the bug #325622.
4884
4885 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4886
4887         * shell/ev-metadata-manager.c:
4888         * shell/ev-utils.c: (using_pdf_printer),
4889         (using_postscript_printer), (load_print_config_from_file),
4890         (save_print_config_to_file):
4891         * shell/ev-utils.h:
4892         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
4893         (update_sidebar_visibility), (setup_sidebar_from_metadata),
4894         (setup_view_from_metadata), (ev_window_setup_document),
4895         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4896         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4897         (ev_window_run_presentation), (ev_window_stop_presentation),
4898         (save_sizing_mode), (ev_window_zoom_changed_cb),
4899         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4900         (ev_window_dual_mode_changed_cb),
4901         (ev_window_sidebar_current_page_changed_cb),
4902         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4903         (window_state_event_cb), (window_configure_event_cb),
4904         (ev_window_init):
4905         
4906         Setting saving behaviour fixes.
4907
4908 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4909
4910         * configure.ac:
4911         
4912         Make antialiasing gs options better and allow
4913         to change them during configure. Fix for the 
4914         bug #319049.
4915
4916 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4917
4918         * shell/ev-window.c: (setup_view_from_metadata):
4919         
4920         Remember if last window was maximized. Fix for the
4921         bug #323797.
4922
4923 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
4924
4925         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
4926
4927 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4928
4929         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
4930         * shell/ev-page-action.c: (build_new_tree_cb):
4931         * shell/ev-sidebar-links.c: (links_page_num_func),
4932         (update_page_callback_foreach), (update_page_callback):
4933         * shell/ev-view.c: (scroll_to_current_page):
4934         
4935         Fix for the bug #325067 with more intelligent selection
4936         of current link in sidebar. Make sidebar handle links
4937         of FITR-like type more correctly.
4938
4939         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
4940         (dvi_pixbuf_put_pixel):
4941         
4942         Fix memory consumtion with disabled alpha channel.
4943
4944 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4945
4946         * data/evince-ui.xml:
4947         * shell/ev-window.c: (view_menu_popup_cb),
4948         (ev_popup_cmd_open_link), (ev_window_init):
4949         
4950         Update context menu for internal links. Fix for the bug
4951         #325066.
4952
4953 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4954
4955         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
4956         
4957         Bind context menu to keyboard also. Fix for the bug
4958         #325065.
4959
4960 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4961
4962         * shell/ev-view.c: (selection_scroll_timeout_cb):
4963         
4964         Horizontal scroll on selection also.
4965
4966 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4967
4968         * shell/ev-metadata-manager.c: (parse_value):
4969         * shell/ev-view.c: (goto_xyz_link):
4970         
4971         Correct zoom setup and metadata save broken in 
4972         some locales.
4973
4974 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4975
4976         * shell/ev-view-private.h:
4977         * shell/ev-view.c: (scroll_to_current_page),
4978         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
4979         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
4980         (page_changed_cb), (ev_view_set_continuous),
4981         (ev_view_set_dual_page), (ev_view_set_presentation):
4982         
4983         Delay scroll until allocation to correctly position page. Fix
4984         for the bug #317334.
4985
4986 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4987
4988         * NEWS:
4989         * configure.ac:
4990         
4991         Update NEWS and require poppler 0.5.0.
4992
4993 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4994         
4995         * data/evince-ui.xml:
4996         * shell/ev-view-private.h:
4997         * shell/ev-view.c: (ev_view_get_link_at_location),
4998         (handle_link_over_xy), (ev_view_button_press_event),
4999         (ev_view_button_release_event), (ev_view_class_init):
5000         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
5001         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
5002         (ev_window_init):
5003         
5004         Implement right-click context menu.
5005
5006 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5007
5008         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5009         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
5010         (mdvi_pixbuf_device_render):
5011         * pdf/ev-poppler.cc:
5012
5013         Don't generate thumbnails with alpha. See bug #324077.
5014         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
5015
5016 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5017
5018         * shell/ev-window.c: (setup_chrome_from_metadata):
5019         
5020         Fix typo that was hiding toolbar.
5021
5022 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5023
5024         * shell/ev-view-private.h:
5025         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
5026         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
5027         (ev_view_button_release_event), (ev_view_destroy):
5028         
5029         Small cleanup and autoscrolling during selection. Thanks to 
5030         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
5031
5032 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
5033
5034         * configure.ac:
5035         
5036         Correctly check for comics option.
5037
5038 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
5039         * Makefile.am:
5040         * configure.ac:
5041         * backend/Makefile.am:
5042         * backend/ev-document-factory.c:
5043         * shell/ev-document-types.c:
5044
5045         Included option in configure to make ps backend 
5046         compilation optional with --disable-ps.
5047
5048 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5049
5050         * backend/ev-document-factory.c:
5051         * comics/Makefile.am:
5052         * comics/comics-document.c: (comics_document_load):
5053         * comics/ev-cbr-mime.xml:
5054         * configure.ac:
5055         
5056         Comics mime types are added to shared-mime-info CVS. Now
5057         we don't need to install our own mime types.
5058
5059 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5060
5061         * shell/ev-window.c:
5062         
5063         Add shortcut for "save a copy" menu entry. Fix for
5064         the bug #324582.
5065
5066 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5067
5068         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5069         (job_finished_cb), (new_selection_pixbuf_needed),
5070         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5071         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
5072         
5073         Rework selection job info logic and fix critical warning.
5074
5075 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
5076
5077         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
5078
5079 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
5080
5081         * data/evince-ui.xml:
5082         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5083         
5084         Enter as shortcut key for next page. Fix for the bug
5085         #321394.
5086
5087 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
5088
5089         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
5090
5091 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5092
5093         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5094         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
5095         (new_selection_pixbuf_needed),
5096         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5097         (clear_job_selection):
5098         
5099         Too early for 0.5. Pixbuf cache code cleaned a bit.
5100
5101 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5102
5103         * NEWS:
5104         * configure.ac:
5105         
5106         Release 0.5.0 preparation
5107
5108 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5109
5110         * comics/Makefile.am:
5111         * configure.ac:
5112         * shell/ev-document-types.c: (ev_document_types_add_filters):
5113         
5114         More advanced handling of custom mime type installation.
5115
5116 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5117
5118         * data/evince.schemas.in:
5119         * shell/ev-metadata-manager.c: (value_free),
5120         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
5121         (ev_metadata_manager_get), (ev_metadata_manager_set):
5122         * shell/ev-metadata-manager.h:
5123         * shell/ev-window.c: (update_chrome_flag),
5124         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
5125         (setup_document_from_metadata), (setup_chrome_from_metadata),
5126         (setup_sidebar_from_metadata), (setup_view_from_metadata),
5127         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
5128         (ev_window_view_toolbar_cb),
5129         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
5130         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
5131         
5132         Save last document settings and reuse them for new documents.
5133
5134 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5135
5136         * Makefile.am:
5137         * backend/Makefile.am:
5138         * backend/ev-document-factory.c:
5139         * backend/ev-document-factory.h:
5140         * comics/Makefile.am:
5141         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
5142         (comics_document_load), (comics_document_save),
5143         (comics_document_get_n_pages), (comics_document_get_page_size),
5144         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
5145         (comics_document_class_init), (comics_document_can_get_text),
5146         (comics_document_get_info), (comics_document_document_iface_init),
5147         (comics_document_init), (get_supported_image_extensions),
5148         (comics_document_thumbnails_get_geometry),
5149         (comics_document_thumbnails_get_thumbnail),
5150         (comics_document_thumbnails_get_dimensions),
5151         (comics_document_document_thumbnails_iface_init), (extract_argv):
5152         * comics/comics-document.h:
5153         * comics/ev-cbr-mime.xml:
5154         * configure.ac:
5155         * po/POTFILES.in:
5156         * shell/ev-application.c: (ev_application_register_service):
5157         * shell/ev-document-types.c: (ev_document_types_add_filters):
5158         * thumbnailer/Makefile.am:
5159         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5160         
5161         New CBR/CBZ backend for comic books.
5162
5163 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5164
5165         * shell/main.c: (load_files_remote):
5166
5167         Thanks to Robert McQueen <robot101@debian.org>. Dbus
5168         warning on startup of second instance is fixed. It
5169         is bug #320353.
5170
5171 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5172
5173         * shell/ev-window.c: (ev_window_finalize):
5174         
5175         Fix double free that cause crash.
5176
5177 2005-10-29  Bastien Nocera <hadess@hadess.net>
5178
5179         * tiff/tiff-document.c: (tiff_document_load):
5180         
5181         Fix memory leak.
5182
5183 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5184
5185         * po/POTFILES.in:
5186         * shell/Makefile.am:
5187         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
5188         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
5189         (ev_view_accessible_get_text),
5190         (ev_view_accessible_get_character_at_offset),
5191         (ev_view_accessible_get_text_before_offset),
5192         (ev_view_accessible_get_text_at_offset),
5193         (ev_view_accessible_get_text_after_offset),
5194         (ev_view_accessible_get_character_count),
5195         (ev_view_accessible_get_caret_offset),
5196         (ev_view_accessible_set_caret_offset),
5197         (ev_view_accessible_get_run_attributes),
5198         (ev_view_accessible_get_default_attributes),
5199         (ev_view_accessible_get_character_extents),
5200         (ev_view_accessible_get_offset_at_point),
5201         (ev_view_accessible_get_n_selections),
5202         (ev_view_accessible_get_selection),
5203         (ev_view_accessible_add_selection),
5204         (ev_view_accessible_remove_selection),
5205         (ev_view_accessible_set_selection),
5206         (ev_view_accessible_text_iface_init),
5207         (ev_view_accessible_idle_do_action),
5208         (ev_view_accessible_action_do_action),
5209         (ev_view_accessible_action_get_n_actions),
5210         (ev_view_accessible_action_get_description),
5211         (ev_view_accessible_action_get_name),
5212         (ev_view_accessible_action_set_description),
5213         (ev_view_accessible_action_iface_init),
5214         (ev_view_accessible_get_type), (ev_view_accessible_new),
5215         (ev_view_accessible_factory_get_accessible_type),
5216         (ev_view_accessible_factory_create_accessible),
5217         (ev_view_accessible_factory_class_init),
5218         (ev_view_accessible_factory_get_type):
5219         * shell/ev-view-accessible.h:
5220         * shell/ev-view-private.h:
5221         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
5222         * shell/ev-view.h:
5223         
5224         Initial accessibility support.
5225
5226 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
5227
5228         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
5229
5230 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
5231
5232         * shell/ev-print-job.c: (idle_print_handler):
5233         
5234         Fix for bug Bug 318916: Printing multiple pages.
5235
5236 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
5237
5238         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
5239
5240 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5241
5242         * pdf/ev-poppler.cc:
5243         
5244         Thumnail dimensions unified with other backends.
5245         
5246         * shell/ev-window-title.c: (ev_window_title_update):
5247         
5248         Fix warning.
5249
5250 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5251
5252         * data/ev-stock-zoom-fit-width.png:
5253         
5254         Remove unused file.
5255
5256 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5257
5258         * configure.ac:
5259         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
5260         (djvu_document_finalize):
5261         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
5262         (dvi_document_finalize):
5263         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
5264         (pixbuf_document_save), (pixbuf_document_finalize):
5265         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
5266         (tiff_document_finalize):
5267         
5268         Save a copy implemented for various backends.
5269
5270 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
5271
5272         * configure.ac:
5273         
5274         Don't link with ltiff if tiff is disabled.
5275
5276 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5277
5278         * pdf/GDKSplashOutputDev.cc:
5279         * pdf/GDKSplashOutputDev.h:
5280         * pdf/Thumb.cc:
5281         * pdf/Thumb.h:
5282         * pdf/pdf-document.cc:
5283         * pdf/pdf-document.h:
5284         * pdf/test-gdk-output-dev.cc:
5285         
5286         Remove old unused files.
5287
5288 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5289
5290         * shell/ev-window.c: (ev_window_setup_document):
5291         
5292         Fixed warnings on reload and probably crash reason.
5293
5294 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5295
5296         * properties/ev-properties-view.c:
5297         (ev_properties_view_format_date):
5298         
5299         Check if date is invalid. Fix for bug 318134.
5300
5301 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
5302
5303         * shell/ev-window-title.c:
5304         
5305         Add .indd files (Adobe Indesign) to the list of "bad
5306         extensions".
5307
5308 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5309
5310         * data/evince-ui.xml:
5311         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5312         
5313         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
5314
5315 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5316
5317         * shell/ev-window.c: (launch_link), (launch_external_uri),
5318         (view_external_link_cb):
5319
5320         URL-escape link before passing it to gnome_vfs_url_show.
5321
5322 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5323
5324         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
5325         there isn't text selected.
5326
5327 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
5328
5329         * shell/ev-view.c: (handle_link_over_xy):
5330
5331         Check tooltip is valid utf8 before showing it
5332
5333 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5334
5335         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
5336
5337 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5338
5339         * shell/ev-window-title.c: (ev_window_title_update):
5340
5341         Guard against using g_strstrip on NULL. Fixes bug #317291.
5342
5343 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5344
5345         * pdf/ev-poppler.cc:
5346
5347         Show title even for unknown links
5348
5349 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5350
5351         * shell/ev-window-title.c: (ev_window_title_update):
5352
5353         Strip the title string
5354
5355 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5356
5357         * shell/ev-window-title.c:
5358
5359         Add .rtf to the bad extensions list
5360
5361 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5362
5363         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
5364         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
5365
5366         Ignore link coordinates if they are outside page bounds
5367
5368 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5369
5370         * backend/ev-link.c: (ev_link_type_get_type),
5371         (ev_link_get_filename), (ev_link_get_params),
5372         (ev_link_get_property), (ev_link_set_property),
5373         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
5374         * backend/ev-link.h:
5375         * pdf/ev-poppler.cc:
5376         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
5377         * shell/ev-window.c: (launch_link), (view_external_link_cb),
5378         (ev_window_init):
5379
5380         Implement launch links. Delegate external link opening to
5381         the window.
5382
5383 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5384
5385         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
5386         (ev_link_get_right), (ev_link_get_property),
5387         (ev_link_set_property), (ev_link_class_init),
5388         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
5389         * backend/ev-link.h:
5390         * pdf/ev-poppler.cc:
5391         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
5392
5393         Implement fitr links
5394
5395 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5396
5397         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
5398         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
5399         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5400         (ev_view_size_request_continuous),
5401         (ev_view_size_request_dual_page),
5402         (ev_view_size_request_single_page), (ev_view_size_allocate),
5403         (ev_view_zoom_for_size_continuous_and_dual_page),
5404         (ev_view_zoom_for_size_continuous),
5405         (ev_view_zoom_for_size_dual_page),
5406         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5407         (ev_sizing_mode_get_type):
5408         * shell/ev-view.h:
5409         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5410
5411         Do not use modes for link, we need to calculate size ad hoc.
5412         Still not perfect because of the usual scrollbar issues grrr.
5413
5414 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5415
5416         * backend/ev-link.c: (ev_link_type_get_type),
5417         (ev_link_new_page_fith), (ev_link_new_page_fitv):
5418         * backend/ev-link.h:
5419         * pdf/ev-poppler.cc:
5420         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
5421         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5422         (ev_view_size_request_continuous),
5423         (ev_view_size_request_dual_page),
5424         (ev_view_size_request_single_page), (ev_view_size_allocate),
5425         (zoom_for_size_fit_height),
5426         (ev_view_zoom_for_size_continuous_and_dual_page),
5427         (ev_view_zoom_for_size_continuous),
5428         (ev_view_zoom_for_size_dual_page),
5429         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5430         (ev_sizing_mode_get_type):
5431         * shell/ev-view.h:
5432         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5433
5434         Implement FIT_HEIGHT mode (only for links).
5435         Implement FITH links
5436
5437 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5438
5439         * shell/ev-window-title.c: (get_filename_from_uri),
5440         (ev_window_title_sanitize_extension), (ev_window_title_update),
5441         (ev_window_title_set_document), (ev_window_title_set_uri),
5442         (ev_window_title_free):
5443         * shell/ev-window-title.h:
5444         * shell/ev-window.c: (ev_window_setup_document),
5445         (ev_window_popup_password_dialog):
5446
5447         Refactor window title building while fixing it for
5448         password documents.
5449
5450 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5451
5452         * pdf/ev-poppler.cc:
5453
5454         Escape link title before setting it in the model
5455
5456 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
5457
5458         * shell/ev-application.c: (removed_from_session), (save_session),
5459         (init_session), (ev_application_get_empty_window),
5460         (ev_application_init), (ev_application_get_windows):
5461         * shell/ev-application.h:
5462         * shell/ev-window.c: (ev_window_finalize):
5463
5464         Add a function to retrieve window list and share it where
5465         necessary.
5466         Implement session handling, works pretty well thanks to the
5467         metadata system.
5468
5469 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5470
5471         * shell/ev-password.c: (ev_password_item_created_callback),
5472         (ev_password_dialog_save_password):
5473         
5474         Fix for bug 316972. Use async gnome-keyring API.
5475
5476 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
5477
5478         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
5479         Remove unused unrealize handler. Add scroll handling to
5480         ev_view_scroll_event for presentation mode (bug #316708),
5481         and fix the event state checks there.
5482
5483 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5484
5485         * shell/ev-page-action.c: (page_changed_cb):
5486
5487         "marco, maybe we should be crazy and jump right to 6! :)"
5488
5489         Bryan Clark, Sep 2005
5490
5491 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5492
5493         * ps/ps-document.c: (save_document), (ps_document_save),
5494         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
5495         (ps_document_ps_export_end):
5496
5497         Fix unstructured documents save and print
5498
5499 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5500
5501         * shell/ev-application.c: (ev_application_open_uri):
5502
5503         Fix window size persistance
5504
5505 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5506
5507         * shell/ev-view.c: (ev_view_button_release_event):
5508
5509         Based on a patch from carlosgc@gnome.org. Mouse buttons
5510         switch pages in presentation mode.
5511
5512 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5513
5514         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5515
5516         Dont cast to int before scaling
5517
5518 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5519
5520         * backend/ev-link.c: (ev_link_type_get_type),
5521         (ev_link_new_page_xyz), (ev_link_new_page_fit),
5522         (ev_link_new_page_fith):
5523         * backend/ev-link.h:
5524         * pdf/ev-poppler.cc:
5525         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
5526
5527         Implement FIT and FITH links
5528
5529 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5530
5531         * pdf/ev-poppler.cc:
5532
5533         Return 0 results when search is not in progress.
5534
5535         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5536         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
5537
5538         Update menu sensitivity when cancelling search
5539
5540 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5541
5542         * shell/ev-view.c: (ev_view_can_find_next):
5543
5544         Take all pages in consideration, not just current one
5545
5546 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5547
5548         * shell/ev-page-cache.c:
5549         * shell/ev-page-cache.h:
5550         * shell/ev-view.c: (ev_view_binding_activated),
5551         (ev_view_next_page), (ev_view_previous_page),
5552         (ev_sizing_mode_get_type):
5553         * shell/ev-view.h:
5554         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5555         (ev_window_cmd_go_next_page):
5556
5557         Move page next/previous functions from page chace to
5558         view and change it to move by 2 page steps in dual mode.
5559
5560 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5561
5562         * shell/ev-window.c: (update_sidebar_visibility),
5563         (setup_sidebar_from_metadata), (ev_window_setup_document),
5564         (setup_view_from_metadata):
5565
5566         Show the index by default when there is one     
5567
5568 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5569
5570         * shell/ev-window-title.c: (ev_window_title_set_document):
5571
5572         Missing null check
5573
5574 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5575
5576         * shell/ev-view.c: (view_update_range_and_current_page):
5577         
5578         Allow display of last odd page in dual view. Fix for 316347.
5579
5580 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5581
5582         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
5583         
5584         Make close button default. Fix for 316383.
5585
5586 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5587
5588         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5589         
5590         Mark close button as default. Fix for 316381.
5591
5592 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5593
5594         * backend/ev-link.c: (ev_link_class_init):
5595
5596         Allow negative doubles in left/top properties
5597
5598 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5599
5600         * shell/ev-window.c:
5601
5602         Remove a bunch of strings that was used only
5603         by the statusbar.
5604
5605 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5606
5607         * shell/ev-window-title.c: (get_filename_from_uri),
5608         (ev_window_title_set_document):
5609
5610         When title has a confusing extension, show also
5611         the document filename inside ()
5612
5613 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5614
5615         * shell/Makefile.am:
5616         * shell/ev-window-title.c: (ev_window_title_new),
5617         (ev_window_title_update), (ev_window_title_set_type),
5618         (ev_window_title_set_document), (ev_window_title_free):
5619         * shell/ev-window-title.h:
5620         * shell/ev-window.c: (ev_window_setup_document),
5621         (password_dialog_response), (ev_window_popup_password_dialog),
5622         (ev_window_dispose), (ev_window_init):
5623
5624         Factor out and cleanup window title code
5625
5626 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5627
5628         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
5629         (unable_to_load):
5630
5631         Make dialog transient so it doesnt block other windows
5632
5633 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5634
5635         * pdf/ev-poppler.cc:
5636         
5637         Fix pdf thumbnails rendering.
5638
5639 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5640
5641         * shell/ev-window.c: (fullscreen_set_timeout):
5642         
5643         Increase timeout to hide full screen popup. Bug 
5644         316123. 
5645
5646 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5647
5648         * data/evince.schemas.in:
5649         * shell/ev-window.c: (update_action_sensitivity):
5650
5651         Allow the user to override document restrictions. Fix for bug
5652         305818.
5653
5654 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
5655
5656         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
5657         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
5658         (ev_window_class_init): Fix multihead behaviour of fullscreen
5659         toolbar popup. Fixes bug #315451.
5660
5661 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5662
5663         * configure.ac:
5664         * data/evince-password.glade:
5665         * shell/ev-password.c: (ev_password_dialog_set_property),
5666         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
5667         (ev_password_dialog_init), (ev_password_set_bad_password_label),
5668         (ev_password_dialog_entry_changed_cb),
5669         (ev_password_dialog_entry_activated_cb),
5670         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
5671         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
5672         (ev_password_dialog_set_bad_pass):
5673         * shell/ev-password.h:
5674         * shell/ev-window.c: (password_dialog_response),
5675         (ev_window_popup_password_dialog):
5676         
5677         Support for gnome-keyring for encrypted PDF's.
5678
5679 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5680
5681         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
5682         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
5683         (ev_view_enter_notify_event), (ev_view_class_init):
5684         
5685         More precise handling of enter_notify/leave_notify events
5686         in EvView. Fix for bug 315470.
5687
5688 2005-09-08  Christopher Aillon  <caillon@redhat.com>
5689
5690         * shell/ev-window.c: (fullscreen_timeout_cb),
5691         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5692         (ev_window_dispose):
5693
5694         leak fix: unref fullscreen_timeout_source before clearing it
5695
5696 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5697
5698         * configure.ac, dvi/mdvi/Makefile.am: 
5699         
5700         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
5701
5702 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5703
5704         * backend/ev-link.c: (ev_link_new_page_xyz):
5705         * pdf/ev-poppler.cc:
5706         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
5707
5708         Fix some bugs with xyz links, respect zoom
5709
5710 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5711
5712         * shell/ev-window.c: (page_changed_cb),
5713         (setup_document_from_metadata), (update_sidebar_visibility),
5714         (setup_view_from_metadata), (ev_window_run_fullscreen),
5715         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5716         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
5717         (ev_window_dual_mode_changed_cb),
5718         (ev_window_sidebar_current_page_changed_cb):
5719
5720         null check uri before setting and getting metadata
5721
5722 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5723
5724         * dvi/Makefile.am:
5725         * properties/Makefile.am:
5726         * shell/Makefile.am:
5727         * thumbnailer/Makefile.am:
5728
5729         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
5730
5731 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5732
5733         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
5734         (selection_changed_callback):
5735         * shell/ev-sidebar-links.h:
5736
5737         Add a signal for link activation.
5738
5739         * shell/ev-view.c: (ev_view_goto_link),
5740         (ev_view_button_release_event):
5741         * shell/ev-view.h:
5742         * shell/ev-window.c: (sidebar_links_link_activated_cb),
5743         (ev_window_init):
5744
5745         Implement the signal so that we can handle all link types.
5746
5747         * shell/ev-page-cache.c:
5748
5749         Remove unused set_link function
5750
5751 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5752
5753         * lib/ev-tooltip.c: (ev_tooltip_set_position):
5754
5755         Add some space from the cursor, hardcoded but I couldnt
5756         find a better way.
5757
5758 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5759
5760         * lib/ev-tooltip.c:
5761
5762         Use mozilla style vs gtk style, way better for links.
5763
5764         * shell/ev-view.c: (ev_view_motion_notify_event),
5765         (ev_view_destroy), (ev_view_init):
5766
5767         Deactive tooltip when the link hovered is changed.
5768
5769 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5770
5771         * backend/ev-document.h:
5772         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
5773         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
5774         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
5775         (ev_link_new_page), (ev_link_new_page_xyz):
5776         * backend/ev-link.h:
5777         * pdf/ev-poppler.cc:
5778         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
5779         (go_to_link), (tip_from_link):
5780
5781         Implement xyz links, still not functional. Links are a total
5782         mess, will need to refactor and bugfix a lot :(
5783
5784 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
5785
5786         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
5787
5788 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
5789
5790         * data/evince-ui.xml:
5791         * data/evince.schemas.in:
5792         * shell/Makefile.am:
5793         * shell/ev-window.c: (update_chrome_visibility),
5794         (password_dialog_response), (ev_window_load_job_cb),
5795         (ev_window_xfer_job_cb), (ev_window_open_uri),
5796         (ev_window_class_init), (set_chrome_actions), (load_chrome),
5797         (ev_window_init):
5798
5799         Remove the statusbar. This regress loading feedback, need to
5800         check with Bryan what we want to do there...
5801
5802 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5803
5804         * lib/ev-tooltip.c: (ev_tooltip_init):
5805
5806         Fix tooltip border and size handling
5807
5808 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5809
5810         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
5811         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
5812         (ev_tooltip_timeout), (ev_tooltip_activate),
5813         (ev_tooltip_deactivate):
5814         * lib/ev-tooltip.h:
5815         * shell/ev-view.c: (ev_view_motion_notify_event):
5816
5817         Delay popup showing. Mirror gtk logic/times.
5818
5819 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
5820
5821         * lib/Makefile.am:
5822         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
5823         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
5824         (ev_tooltip_set_text), (ev_tooltip_set_position):
5825         * lib/ev-tooltip.h:
5826
5827         Simple widget to show tooltips at a custom position
5828
5829         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
5830         (ev_view_destroy):
5831
5832         Use it for links. First go, needs work
5833
5834 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
5835
5836         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
5837         HIG fixes.  Use title capitalization for window title. Use 12 
5838         pixels of space between the dialog's vbox and action area.
5839
5840 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5841
5842         * shell/ev-window.c: (file_open_dialog_response_cb),
5843         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
5844         (ev_window_cmd_save_as):
5845
5846         Make file pickers not modal and refactor code some
5847
5848 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5849
5850         * shell/ev-sidebar.h:
5851         * shell/ev-sidebar.c: (ev_sidebar_set_property),
5852         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
5853         (ev_sidebar_class_init), (ev_sidebar_select_page),
5854         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
5855         (ev_sidebar_set_page):
5856
5857         Add a current page property and allow to get/set it
5858
5859         * shell/ev-window.c: (setup_view_from_metadata),
5860         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
5861
5862         Persist current sidebar page per document
5863
5864 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5865
5866         * data/evince.schemas.in:
5867         * shell/ev-window.c: (update_chrome_visibility),
5868         (setup_document_from_metadata), (update_sidebar_visibility),
5869         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
5870         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5871         (ev_window_run_presentation), (ev_window_stop_presentation),
5872         (ev_window_view_sidebar_cb),
5873         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
5874         (load_chrome), (ev_window_init):
5875
5876         Persist size/visibility of sidebar per document
5877
5878 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
5879
5880         * shell/ev-view.c (draw_loading_text): Draw loading text.
5881
5882 2005-09-02  Dan Damian  <dand@gnome.ro>
5883
5884         * configure.in: Added "ro" to ALL_LINGUAS.
5885
5886 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5887
5888         * shell/ev-view.c: (clear_caches):
5889
5890         ev_page_cache_get doesnt return a reference,
5891         dont try to unref it.
5892
5893 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5894
5895         * shell/main.c: (load_files_remote):
5896
5897         Fix timestamp parameter with dbus <= 0.33
5898
5899 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
5900
5901         * data/evince.schemas.in:
5902
5903         Add missing full stop
5904
5905 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
5906
5907         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
5908         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
5909
5910         Plug some memory leaks
5911
5912 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
5913
5914         * configure.ac:
5915         * lib/ev-debug.c: (trap_handler):
5916
5917         Check for execinfo.h and use it only if it exists.
5918         Ported from Epiphany (bug #314776).
5919
5920 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
5921
5922         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
5923
5924 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
5925
5926         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
5927         * po/id.po      : Added Indonesian translation
5928
5929 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
5930
5931         * shell/main.c:
5932         * shell/ev-application.c: Last minute GTK-2.6 fixes.
5933         * NEWS: Release 0.4.0
5934
5935 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
5936
5937         * configure.ac: catch another gtk+-2.8ism
5938         * shell/main.c: Make work with gtk+-2.6
5939
5940 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
5941
5942         * shell/ev-application-service.xml: Add 'timestamp' argument to
5943           ev_application_open_window and ev_application_open_uri methods.
5944
5945         * shell/ev-application.h: Add 'timestamp' argument to
5946           ev_application_open_window, ev_application_open_uri,
5947           and ev_application_open_uri_list functions.
5948
5949         * shell/ev-application.c (ev_application_open_window,
5950           ev_application_open_uri, ev_application_open_uri_list): Change
5951           functions that show/present windows to use a timestamp if one
5952           is passed in.
5953
5954         * shell/ev-window.c (ev_window_cmd_file_open,
5955           ev_window_cmd_recent_file_activate, drag_data_received_cb):
5956         * shell/main.c (load_files): Modify calls to ev_application to
5957           include GDK_CURRENT_TIME as timestamp.
5958
5959         * shell/main.c (load_files_remote): Obtain timestamp for client
5960           instance from GDK and pass to server instance so new windows are
5961           focused properly.  Fix dbus_g_proxy_call() calls by including second
5962           G_TYPE_INVALID.
5963           
5964         Closes bug #314475.
5965
5966 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
5967
5968         * shell/ev-window.c (ev_window_finalize): Check for
5969         avail. EvWindows when quiting to handle the finalize better,
5970         #314497
5971
5972 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5973         
5974         * properties/ev-properties-view.c: 
5975         
5976         Set textdomain to libglade. Fixes translation problem in property page.
5977
5978 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5979
5980         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5981         * dvi/Makefile.am:
5982         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
5983         * dvi/mdvi-lib/Makefile.am:
5984         
5985         Fix rotation of thumbnails, ported to new API. Moved library
5986         dependencies earlier, probably it will fix linkage problem.
5987
5988 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
5989
5990         * backend/ev-document-misc.c:
5991         (ev_document_misc_get_thumbnail_frame):
5992         * backend/ev-document-misc.h:
5993         * configure.ac:
5994         * pdf/ev-poppler.cc:
5995         * shell/Makefile.am:
5996         * shell/ev-sidebar-thumbnails.c: (add_range),
5997         (ev_sidebar_thumbnails_set_loading_icon),
5998         (ev_sidebar_thumbnails_refresh),
5999         (ev_sidebar_thumbnails_set_document):
6000         * shell/ev-sidebar-thumbnails.h:
6001         * shell/ev-view.c: (ev_view_motion_notify_event),
6002         (ev_view_set_property), (ev_view_get_property),
6003         (ev_view_class_init), (ev_view_set_rotation):
6004         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6005         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
6006         (ev_window_init):
6007         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
6008         Redo rotation (again).  prepare for 0.4.0
6009
6010 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
6011
6012         * configure.ac: Bump poppler requirement to 0.4.1.
6013
6014         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
6015         argument to poppler_page_render_selection() call.
6016
6017 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6018
6019         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
6020         (djvu_document_thumbnails_get_thumbnail):
6021         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
6022         (dvi_document_thumbnails_get_thumbnail):
6023         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
6024         (pixbuf_document_thumbnails_get_thumbnail):
6025         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
6026         
6027         Update rotation direction of backends to fit with pdf and ps.
6028
6029 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
6030
6031         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
6032         * backend/ev-async-renderer.h:
6033         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
6034         (setup_page), (ps_document_get_page_size),
6035         (ps_async_renderer_render_pixbuf):
6036         * ps/ps-document.h:
6037         * shell/ev-jobs.c: (ev_job_render_run):
6038
6039         Fix orientation in the postscript document
6040
6041 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
6042
6043         * pdf/ev-poppler.cc:
6044         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
6045         * shell/ev-view.c: (highlight_find_results):
6046
6047         Adapt to the new poppler rotation API. Fix text maps on landscape
6048         documents.
6049
6050 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
6051
6052         * shell/ev-view.c (compute_new_selection_text): get the correct
6053         region when selecting in modes other than continuous.
6054
6055 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6056
6057         * shell/main.c (main): remove redundant g_warnings.
6058
6059 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6060
6061         * shell/Makefile.am: Don't include autogenerated
6062         file ev-application-service.h into distribution, since
6063         it causes dbus crash. Fix for bugs 313724 and 313443. 
6064
6065 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6066
6067         * configure.ac: Fix sed expression for FreeBSD. Thanks
6068         to Joe Marcus Clark <marcus@freebsd.org>
6069         
6070         * shell/eggfindbar.c: (entry_activate_callback),
6071         (entry_changed_callback), (egg_find_bar_init),
6072         (egg_find_bar_set_search_string):
6073         
6074         Made findbar buttons unsensitive if there is no text in
6075         entry. Fix for the bug 313285.
6076
6077 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6078
6079         * ps/ps-document.c: Use g_filename_display_name for displaying
6080         filenames and revert string freeze breackage
6081
6082 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
6083
6084         * NEWS:
6085         * configure.ac:
6086
6087         Update for 0.3.4
6088
6089         * shell/Makefile.am:
6090
6091         Add ev-application-service.xml to extra dist
6092
6093         * shell/ev-view.c: (find_page_at_location):
6094
6095         Remove unused function (fix warning)
6096
6097 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6098
6099         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
6100         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
6101         
6102         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
6103         bug 313623.
6104
6105 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6106
6107         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
6108         * shell/ev-window.c:
6109         Fix build warnings
6110
6111 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6112
6113         * configure.ac: Update script to get dbus version.
6114         Fix for the bug #313443.
6115
6116 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6117
6118         * shell/ev-window.c: (ev_window_cmd_escape):
6119         
6120         Return focus back to view on escape. Fix for bug 313295.
6121
6122 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6123
6124         * shell/ev-window.c: (update_window_title),
6125         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
6126         (ev_window_cmd_save_as):
6127         
6128         Correct conversion from uri to displayable string. Fix for
6129         bug 313296.
6130
6131 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6132
6133         * ps/ps-document.c: convert filename to utf8 when there is an error
6134         loading document. Fixes #309915
6135
6136 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
6137
6138         * configure.ac:
6139
6140         We depend on poppler 0.4.0
6141
6142 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
6143
6144         * configure.ac:
6145         * NEWS: Release 0.3.3.
6146         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
6147
6148 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
6149
6150         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
6151         add a couple missing mnemonics to menu items, use title 
6152         capitalization for menu items and window titles, and add 
6153         ellipsis to open menu item.     
6154
6155 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
6156
6157         * pdf/ev-poppler.cc:
6158         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
6159         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
6160         (ev_view_get_rotation):
6161         * shell/ev-view.h:
6162         * shell/ev-window.c: (setup_view_from_metadata),
6163         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
6164         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
6165         disk.
6166
6167 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
6168
6169         * configure.ac: Added tr to ALL_LINGUAS
6170
6171 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6172
6173         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
6174         requires several clicks to find word. Thanks to 
6175         Colin Slater <kiltedtaco@gmail.com>.
6176
6177 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
6178
6179         * data/evince.desktop.in.in: Hide menu entry and
6180         rename it to "Document Viewer". Fix for bug 
6181         #312399.
6182
6183 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
6184
6185         * shell/ev-page-action.c (ev_page_action_class_init): 
6186
6187         Point to the correct function in constructor of the
6188         activate_label signal
6189
6190 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
6191
6192         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6193         * shell/ev-jobs.h: Make thread safe.
6194
6195 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6196
6197         * shell/ev-view.c: (view_update_range_and_current_page):
6198         Don't update page range if we are scrolling to some document
6199         point.
6200
6201 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6202
6203         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
6204         when getting max_page_width, fix drawing in dual mode.
6205
6206 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
6207
6208         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
6209         getting the area for select_all.
6210
6211 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
6212
6213         * backend/ev-selection.c: (ev_selection_render_selection):
6214         * backend/ev-selection.h:
6215         * pdf/ev-poppler.cc:
6216         * shell/ev-jobs.c: (ev_job_render_new):
6217         * shell/ev-jobs.h:
6218         * shell/ev-pixbuf-cache.c: (get_selection_colors),
6219         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
6220         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
6221         (ev_view_class_init):
6222
6223         Change selection color on focus in and focus out events.  Also,
6224         poppler now uses GdkColor for specifying the selection colors, so
6225         drop some awkward conversion code.
6226
6227 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
6228
6229         * configure.ac: Added Hebrew translation
6230
6231 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
6232
6233         * NOTES:
6234         * backend/ev-selection.c: (ev_selection_render_selection):
6235         * backend/ev-selection.h:
6236         * pdf/ev-poppler.cc:
6237         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
6238         (ev_job_render_run):
6239         * shell/ev-jobs.h:
6240         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6241         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
6242         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
6243         (ev_pixbuf_cache_style_changed),
6244         (ev_pixbuf_cache_get_selection_pixbuf),
6245         (ev_pixbuf_cache_set_selection_list),
6246         (ev_pixbuf_cache_get_selection_list):
6247         * shell/ev-pixbuf-cache.h:
6248         * shell/ev-utils.c: (ev_print_region_contents):
6249         * shell/ev-utils.h:
6250         * shell/ev-view.c: (ev_view_queue_draw_page),
6251         (selection_update_idle_cb), (ev_view_motion_notify_event),
6252         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
6253         (setup_caches), (ev_view_find_next), (merge_selection_region),
6254         (selection_free):
6255         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
6256
6257         Clean up selection to be much smoother!
6258
6259 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
6260
6261         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
6262         to poppler_page_render_selection().
6263
6264 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6265
6266         * ps/ps-document.c: (save_page_list): Use
6267         unzipped document when printing. Thanks to 
6268         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
6269         311016.
6270
6271 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6272
6273         * shell/ev-window.c: (update_action_sensitivity):
6274         
6275         Disable print and save respect to lockdown gconf keys. Fix
6276         for 312342.
6277
6278 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6279
6280         * configure.ac:
6281         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
6282         (write_to_temp_file), (ev_file_set_contents):
6283         * shell/ev-utils.h:
6284         * shell/ev-window.c: (save_print_config_to_file):
6285         
6286         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
6287         Fix for bug 312238
6288
6289 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
6290
6291         * shell/ev-window.c: (load_print_config_from_file),
6292         (save_print_config_to_file), (ev_window_print_range):
6293
6294         Persist the print settings. Fixes bug #311578.
6295
6296 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6297
6298         * djvu/djvu-document.c: (djvu_document_get_page_size),
6299         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
6300         (djvu_document_thumbnails_get_thumbnail):
6301         * dvi/dvi-document.c: (dvi_document_get_page_size),
6302         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
6303         (dvi_document_thumbnails_get_dimensions),
6304         (dvi_document_thumbnails_get_thumbnail):
6305         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
6306         (pixbuf_document_render_pixbuf),
6307         (pixbuf_document_document_iface_init),
6308         (pixbuf_document_thumbnails_get_thumbnail):
6309         
6310         Update backends to make them build with new rotation system.
6311
6312 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6313
6314         * help/C/figures/evince_start_window.png:
6315         
6316         Update documentation image from Luca Ferretti <elle.uca@libero.it>
6317
6318 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
6319
6320         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
6321         * shell/ev-pixbuf-cache.h:
6322         * shell/ev-sidebar-thumbnails.c:
6323         (ev_sidebar_thumbnails_get_property), (add_range),
6324         (adjustment_changed_cb):
6325         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
6326         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
6327         we were thumbnailing the entire docment on startup, slowing us
6328         down hugely. 
6329
6330 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
6331
6332         * shell/ev-page-cache.c: (ev_page_cache_new):
6333         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
6334         == 0, fixes #310306.
6335
6336 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6337
6338         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
6339         (ev_view_rotate_left):
6340
6341         Account rotation in doc_rect_to_view_rect.
6342         Ensure rotation doesnt go out of bounds.
6343
6344 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6345
6346         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6347
6348         Correct and cleanup w/h swapping
6349
6350 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6351
6352         * backend/ev-document-thumbnails.c:
6353         (ev_document_thumbnails_get_thumbnail):
6354         * backend/ev-document-thumbnails.h:
6355         * backend/ev-document.c:
6356         * backend/ev-document.h:
6357         * backend/ev-render-context.c: (ev_render_context_new),
6358         (ev_render_context_set_rotation):
6359         * backend/ev-render-context.h:
6360         * pdf/ev-poppler.cc:
6361         * ps/ps-document.c: (ps_document_document_iface_init):
6362         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6363         * shell/ev-jobs.h:
6364         * shell/ev-page-cache.c: (build_height_to_page),
6365         (ev_page_cache_new), (ev_page_cache_get_size),
6366         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6367         (ev_page_cache_get_height_to_page):
6368         * shell/ev-page-cache.h:
6369         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6370         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6371         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
6372         (ev_pixbuf_cache_get_selection_pixbuf):
6373         * shell/ev-pixbuf-cache.h:
6374         * shell/ev-print-job.c: (idle_print_handler):
6375         * shell/ev-sidebar-thumbnails.c: (add_range):
6376         * shell/ev-view.c: (view_update_range_and_current_page),
6377         (get_page_y_offset), (get_page_extents),
6378         (ev_view_size_request_continuous_dual_page),
6379         (ev_view_size_request_continuous),
6380         (ev_view_size_request_dual_page),
6381         (ev_view_size_request_single_page), (draw_one_page),
6382         (ev_view_set_rotation), (ev_view_rotate_right),
6383         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6384         (ev_view_zoom_for_size_continuous_and_dual_page),
6385         (ev_view_zoom_for_size_continuous),
6386         (ev_view_zoom_for_size_dual_page),
6387         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6388         (ev_view_select_all):
6389         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6390         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
6391         (tiff_document_document_iface_init),
6392         (tiff_document_thumbnails_get_thumbnail):
6393
6394         Use rotation rather than orientation. It's easier and enough
6395         for our needs.
6396
6397 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6398
6399         * shell/ev-page-cache.c: (build_height_to_page),
6400         (ev_page_cache_new), (ev_page_cache_get_size),
6401         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6402         (ev_page_cache_get_height_to_page):
6403         * shell/ev-page-cache.h:
6404         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
6405         (ev_view_size_request_continuous_dual_page),
6406         (ev_view_size_request_continuous),
6407         (ev_view_zoom_for_size_continuous_and_dual_page),
6408         (ev_view_zoom_for_size_continuous):
6409
6410         Make the page cache aware of page orientation.
6411
6412 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6413
6414         * backend/ev-document-thumbnails.c:
6415         (ev_document_thumbnails_get_thumbnail):
6416         * backend/ev-document-thumbnails.h:
6417         * backend/ev-document.c:
6418         * backend/ev-document.h:
6419         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
6420         * backend/ev-ps-exporter.h:
6421         * pdf/ev-poppler.cc:
6422         * ps/ps-document.c: (ps_document_document_iface_init),
6423         (ps_document_ps_export_do_page):
6424         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6425         * shell/ev-jobs.h:
6426         * shell/ev-page-cache.c: (ev_page_cache_get_size),
6427         (ev_page_cache_get):
6428         * shell/ev-page-cache.h:
6429         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6430         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6431         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
6432         * shell/ev-pixbuf-cache.h:
6433         * shell/ev-print-job.c: (idle_print_handler):
6434         * shell/ev-sidebar-thumbnails.c: (add_range):
6435         * shell/ev-view.c: (view_update_range_and_current_page),
6436         (get_page_extents), (ev_view_size_request_dual_page),
6437         (ev_view_size_request_single_page), (draw_one_page),
6438         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
6439         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6440         (ev_view_zoom_for_size_dual_page),
6441         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6442         (ev_view_select_all):
6443         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6444         * tiff/tiff-document.c: (tiff_document_get_page_size),
6445         (tiff_document_get_orientation), (rotate_pixbuf),
6446         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
6447         (tiff_document_thumbnails_get_thumbnail),
6448         (tiff_document_ps_export_do_page), (tiff_document_init):
6449
6450         Really make use of the orientation bit of the render context.
6451         Use the render context in a few more places in the backend API.
6452         This regress orientation, but now it's done right. Will try to
6453         fix it up asap...
6454
6455 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6456
6457         * shell/ev-view.c: (ensure_rectangle_is_visible):
6458
6459         Patch by Nickolay V. Shmyrev to fix find flickering
6460
6461 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
6462
6463         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
6464         duplex parameters to ::begin.
6465
6466         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
6467         * shell/ev-print-job.c (idle_print_handler): 
6468         * ps/ps-document.c (ps_document_ps_export_begin): 
6469         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
6470         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
6471         implementations. Poppler backend needs poppler cvs. Rest has
6472         unchanged behavior.
6473
6474 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6475
6476         * shell/ev-window.c (using_pdf_printer): new function.
6477         (ev_window_print_range): print a less techy message if someone
6478         tries to print to PDF.
6479
6480 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6481
6482         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
6483         from "unknown font" string. Bug #311431
6484
6485 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6486
6487         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
6488
6489 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6490
6491         Bug #311280
6492         
6493         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
6494         name for PopplerFontTypes
6495         (pdf_document_fonts_fill_model): add font type to the detail column
6496
6497         * backend/ev-document-fonts.h: added
6498         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
6499
6500         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
6501         font name and font details, add a little markup.
6502         (ev_properties_fonts_init): use the new cell data func, specify ypad
6503         property for the cell renderer.
6504         (ev_properties_fonts_set_document): add the details column.
6505
6506 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
6507
6508         * configure.ac: Added "pl" to ALL_LINGUAS.
6509
6510 2005-07-24  Danilo Šegan  <danilo@gnome.org>
6511
6512         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
6513
6514 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
6515
6516         * help/ChangeLog: Started this for translations of manual.
6517         * configure.ac, autogen.sh, .cvsignore: Migrated to
6518         gnome-doc-utils. Patch in bug #311222.
6519
6520 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
6521
6522         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
6523         #ifdef this away to fix an unused-function warning.
6524
6525 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
6526
6527         * configure.ac: Added 'gl' to ALL_LINGUAS.
6528
6529 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
6530
6531         * configure.ac: Added ne in ALL_LINGUAS
6532         
6533 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6534
6535         * shell/ev-view.c: (ev_view_leave_notify_event):
6536         
6537         Clear status message when pointer leaves view. Fix for bug
6538         #310818 
6539
6540 2005-07-20 Ankit Patel <ankit644@yahoo.com>
6541
6542         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
6543
6544 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6545
6546         * shell/ev-view.c: (ev_view_leave_notify_event),
6547         (ev_view_class_init):
6548         
6549         Set cursor to normal then leaving view.
6550
6551 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6552
6553         * configure.ac:
6554         
6555         Fix required djvulibre version.
6556
6557 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
6558
6559         *configure.ac: Hindi (hi) language added
6560
6561 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
6562
6563         *configure.ac: Punjabi (pa) Language added
6564
6565 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6566
6567         * data/evince-ui.xml, shell/ev-window.c:
6568         
6569         Add keypad accelerators for zooming. Fix for bug 308128.
6570
6571 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6572
6573         * Makefile.am:
6574         * backend/Makefile.am:
6575         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
6576         * configure.ac:
6577         * shell/ev-document-types.c: (ev_document_types_add_filters):
6578
6579         Allow to enable/disable the pixbuf backend.
6580         Default to off for now. If we want it enabled we should
6581         really put mime types in the desktop, implement properties etc.
6582
6583         * properties/evince-properties.c:
6584
6585         Initialize error to NULL.
6586         Check error is not NULL before freeing.
6587
6588 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6589
6590         * shell/ev-window.c:
6591
6592         Use F5 as presentation accell
6593
6594 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6595
6596         * shell/ev-window.c: (update_chrome_visibility),
6597         (ev_window_create_fullscreen_popup), (ev_window_init):
6598
6599         Do not leak the fullscreen toolbar
6600
6601 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6602
6603         * shell/ev-window.c: (view_actions_focus_in_cb),
6604         (view_actions_focus_out_cb):
6605
6606         These has a return value! Fix totally random focus
6607         issues we was seeing.
6608
6609 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6610
6611         * shell/main.c: (load_files_remote):
6612
6613         Allow open more than one file
6614
6615 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6616
6617         * shell/main.c: (load_files_remote):
6618
6619         Fix for dbus 0.33. bug #309975
6620
6621 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6622
6623         * properties/ev-properties-main.c: (ev_properties_get_pages):
6624
6625         Actually return NULL for types we dont support
6626
6627 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
6628
6629         * po/POTFILES.in:
6630
6631         Remove empty lines.
6632
6633 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
6634
6635         * backend/ev-document-factory.c:
6636         (ev_document_factory_get_document):
6637
6638         Do not try to create the object if type
6639         is invalid.
6640
6641 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6642
6643         * ps/ps-document.c: (ps_document_dispose),
6644         (ps_async_renderer_render_pixbuf):
6645         * ps/ps-document.h:
6646
6647         Do not leak the target window
6648
6649 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6650
6651         * shell/ev-application.c: (ev_application_init):
6652
6653         Let tbe check file existence for us.
6654         Add a comment about eggrecent mime filter.
6655
6656 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6657
6658         * data/evince-ui.xml:
6659         * shell/ev-application.c: (ev_application_shutdown),
6660         (ev_application_init), (ev_application_get_toolbars_model),
6661         (ev_application_get_recent_model),
6662         (ev_application_save_toolbars_model):
6663         * shell/ev-application.h:
6664         * shell/ev-window.c: (ev_window_add_recent),
6665         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
6666         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
6667         (ev_window_init):
6668
6669         Use common toolbar and recent models for all windows.
6670         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6671
6672 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6673
6674         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
6675         successfully check for gtk_icon_view_get_visible_range.
6676
6677 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6678
6679         * djvu/Makefile.am:
6680         * dvi/Makefile.am:
6681         
6682         Fix djvu and dvi backend build.
6683
6684 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6685
6686         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
6687         (new_separator_pixbuf):
6688
6689         Don't leak windows.
6690
6691 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6692
6693         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6694
6695         HIGification of toolbar editor dialogue.
6696
6697 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6698
6699         * configure.ac:
6700         * shell/Makefile.am:
6701
6702         Ever build metadata manager since it's just
6703         disabled at runtime now.
6704
6705 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6706
6707         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
6708         (ev_metadata_manager_get), (ev_metadata_manager_set):
6709         * shell/ev-metadata-manager.h:
6710
6711         Add an _init functions that enabled metadata management
6712         at runtime.
6713
6714         * shell/ev-window.c: (page_changed_cb),
6715         (setup_document_from_metadata), (ev_window_setup_document),
6716         (setup_view_from_metadata), (ev_window_open_uri),
6717         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6718         (ev_window_run_presentation), (ev_window_stop_presentation),
6719         (save_sizing_mode), (ev_window_zoom_changed_cb),
6720         (ev_window_continuous_changed_cb),
6721         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
6722         (window_configure_event_cb):
6723
6724         Remove all ugly metadata define since we deal with it
6725         at runtime now.
6726
6727         * shell/main.c: (load_files_remote), (main):
6728
6729         Add support for dbus cvs head. Hopefully didnt break one
6730         of the other versions now!
6731
6732         If we dont get a response from the dbus server just
6733         give up with it and not enable metadata.
6734
6735 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6736
6737         * Makefile.am:
6738         * backend/Makefile.am:
6739         * configure.ac:
6740         * cut-n-paste/recent-files/Makefile.am:
6741         * cut-n-paste/toolbar-editor/Makefile.am:
6742         * cut-n-paste/zoom-control/Makefile.am:
6743         * lib/Makefile.am:
6744         * pdf/Makefile.am:
6745         * pixbuf/Makefile.am:
6746         * properties/Makefile.am:
6747         * ps/Makefile.am:
6748         * shell/Makefile.am:
6749         * thumbnailer/Makefile.am:
6750         * tiff/Makefile.am:
6751
6752         Make frontends depend on just libev.
6753         Rework and group CFLAGS/LIBS definitions.
6754         Cleanups.
6755
6756 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6757
6758         * shell/ev-window:
6759
6760         do not unnecessarily save zoom
6761
6762         * configure.ac:
6763         * lib/ev-file-helpers.c: (ev_dot_dir):
6764         * shell/Makefile.am:
6765         * shell/dummy.cc:
6766
6767         Some cleanups
6768
6769 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6770
6771         * configure.ac:
6772         
6773         Remove unnecessary dependencies
6774
6775 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6776
6777         * properties/Makefile.am:
6778         * thumbnailer/Makefile.am:
6779         * tiff/Makefile.am:
6780
6781         Some more cleanups. Was really necessary
6782         but I probably introduced bugs, feel free
6783         to flame :)
6784
6785 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6786
6787         * backend/Makefile.am:
6788         * configure.ac:
6789         * cut-n-paste/recent-files/Makefile.am:
6790         * cut-n-paste/toolbar-editor/Makefile.am:
6791         * cut-n-paste/zoom-control/Makefile.am:
6792         * lib/Makefile.am:
6793         * pdf/Makefile.am:
6794         * pixbuf/Makefile.am:
6795         * properties/Makefile.am:
6796         * ps/Makefile.am:
6797         * shell/Makefile.am:
6798         * thumbnailer/Makefile.am:
6799         * tiff/Makefile.am:
6800
6801         Use gnome-common macros when possible.
6802         Cleanup dependencies.
6803         Actually disable deprecated where possible.
6804
6805 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6806
6807         * Makefile.am:
6808         * backend/Makefile.am:
6809         * properties/Makefile.am:
6810         * shell/Makefile.am:
6811         * thumbnailer/Makefile.am:
6812
6813         This should solve the circular dep without
6814         requiring dir reorg!
6815
6816         * shell/ev-window.c: (setup_view_from_metadata):
6817
6818         Never restore window size/position when the
6819         window is already visible.
6820
6821 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6822
6823         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
6824
6825         Return a boolean from timeout func. Fix ported from gedit.
6826
6827 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
6828
6829         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
6830
6831 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6832
6833         * shell/ev-document-types.c: set "All Documents" as default filter in
6834         open dialog
6835
6836 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
6837
6838         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
6839         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
6840         (ev_metadata_manager_set_boolean): fix value/val thinko.
6841
6842 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6843
6844         * shell/ev-window.c: (setup_view_from_metadata),
6845         (window_state_event_cb), (window_configure_event_cb),
6846         (ev_window_init):
6847
6848         Remember window position and maximized state
6849
6850 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6851
6852         * configure.ac:
6853
6854         Fix DBUS configure checks.
6855
6856         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
6857         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
6858         (ev_metadata_manager_set_boolean):
6859
6860         Plug mem leaks.
6861
6862         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
6863         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6864         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
6865         (ev_window_continuous_changed_cb),
6866         (ev_window_dual_mode_changed_cb), (ev_window_new):
6867
6868         Fix the build without DBUS.
6869
6870 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6871
6872         * shell/ev-metadata-manager.c: (parse_value), (save_values),
6873         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
6874         (ev_metadata_manager_set_string),
6875         (ev_metadata_manager_set_boolean):
6876         * shell/ev-metadata-manager.h:
6877
6878         Add support for some more types
6879
6880         * shell/ev-view.c: (scroll_to_current_page),
6881         (ev_view_get_continuous), (ev_view_set_continuous),
6882         (ev_view_get_dual_page):
6883         * shell/ev-view.h:
6884         * shell/ev-window.c: (page_changed_cb),
6885         (setup_document_from_metadata), (ev_window_setup_document),
6886         (setup_view_from_metadata), (ev_window_open_uri),
6887         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6888         (ev_window_run_presentation), (ev_window_stop_presentation),
6889         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
6890         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
6891         (ev_window_update_dual_page_action),
6892         (ev_window_continuous_changed_cb),
6893         (ev_window_dual_mode_changed_cb), (ev_window_init):
6894
6895         Remember a bunch of view/document properties. Prolly some
6896         are still missing but it's getting interesting.
6897
6898 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
6899
6900         * configure.ac: check if dbus-binding-tool is installed. Not the
6901         case on current Ubuntu breezy, it seems.
6902
6903 2005-07-05  Luca Ferretti <elle.uca@libero.it>
6904
6905         * data/evince.desktop.in.in:
6906         
6907         Allow open uri lists and add TryExec field.
6908
6909 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6910
6911         * configure.ac:
6912
6913         Enable dbus when available, do not require a configure
6914         option.
6915
6916 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6917
6918         * configure.ac:
6919
6920         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
6921         disabled.
6922
6923 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6924         Marco Pesenti Gritti  <mpg@redhat.com>
6925
6926         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
6927         
6928         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
6929         functions to the format required by dbus
6930
6931         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
6932         errors. Use the RPC parameters in the expected way
6933
6934 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6935
6936         * Makefile.am:
6937         * properties/Makefile.am:
6938         * properties/ev-properties-main.c: (ev_properties_get_pages):
6939
6940         Support all mime types
6941
6942         * shell/Makefile.am:
6943         * thumbnailer/Makefile.am:
6944         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
6945         (evince_thumbnail_pngenc_get):
6946
6947         Use the document factory
6948
6949 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6950
6951         * backend/Makefile.am:
6952         * backend/ev-document-factory.c:
6953         (mime_type_supported_by_gdk_pixbuf),
6954         (ev_document_type_get_from_mime),
6955         (ev_document_factory_get_document),
6956         (ev_document_factory_get_backend),
6957         (ev_document_factory_get_mime_types),
6958         (ev_document_factory_get_all_mime_types):
6959         * backend/ev-document-factory.h:
6960         * shell/Makefile.am:
6961         * shell/ev-document-types.c: (get_document_from_uri),
6962         (ev_document_types_get_document),
6963         (file_filter_add_mime_list_and_free),
6964         (ev_document_types_add_filters):
6965         * shell/ev-document-types.h:
6966         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6967         * shell/ev-properties-dialog.c:
6968         (ev_properties_dialog_set_document):
6969         * shell/ev-window.c: (ev_window_cmd_file_open),
6970         (ev_window_cmd_save_as):
6971         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6972
6973         Rework document types managing to avoid code duplication
6974         and actually abstract from backend implementations.
6975         Also provide a minimal factory api that can be used by
6976         thumbnailer/properties.
6977
6978 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6979
6980         * properties/ev-properties-view.c: (ev_properties_view_set_info):
6981         Plug a mem leak.
6982         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6983         HIG spacings.
6984
6985 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6986
6987         * shell/ev-properties-dialog.c
6988         (ev_properties_dialog_set_document): only call
6989         ev_properties_fonts_set_document() if the document implements the
6990         fonts interface
6991
6992 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6993
6994         * configure.ac:
6995         * properties/Makefile.am:
6996         * properties/ev-properties-view.c:
6997         (ev_properties_view_register_type):
6998         * properties/ev-properties-view.h:
6999         * properties/ev-properties-main.h:
7000
7001         Implement nautilus plugin for properties.
7002         Works only for pdf atm, I need to rework the
7003         document types stuff to get this to work
7004         for all backends...
7005
7006 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7007
7008         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
7009         (ev_properties_fonts_set_document): use
7010         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
7011
7012 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7013
7014         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
7015         them
7016         (PlaceImage, tiff2ps_process_page): use
7017         g_ascii_dtostr to convert floats to strings in a locale-safe way.
7018
7019
7020 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7021
7022         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
7023         (main): to call gnome_authentication_manager_init. Should fix
7024         Bug #308510
7025
7026         * configure.ac: that requires libgnomeui 2.6.0.
7027
7028 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7029
7030         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7031         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
7032         use the new tiff2ps interfaces
7033
7034         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
7035         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
7036
7037         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
7038         structure instead of global variables.  Remove use of static
7039         variables in functions.
7040
7041 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
7042
7043         * shell/ev-page-action.c: unref the completion after setting it to the
7044         entry
7045
7046 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7047
7048         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
7049         postscript files
7050
7051 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7052
7053         * shell/ev-window.c (update_action_sensitivity): disable
7054         File->Print if the document does not implement the ps exporter
7055         interface
7056
7057 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
7058
7059         * Makefile.am:
7060         * configure.ac:
7061         * data/evince-properties.glade:
7062         * properties/.cvsignore:
7063         * properties/Makefile.am:
7064         * properties/ev-properties-view.c: (ev_properties_view_dispose),
7065         (ev_properties_view_class_init), (ev_properties_view_format_date),
7066         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
7067         (ev_properties_view_init), (ev_properties_view_new):
7068         * properties/ev-properties-view.h:
7069         * shell/Makefile.am:
7070         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
7071         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
7072         (ev_properties_dialog_new):
7073         * shell/ev-properties-dialog.h:
7074         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
7075         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
7076         (update_progress_label), (job_fonts_finished_cb),
7077         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
7078         * shell/ev-properties-fonts.h:
7079         * shell/ev-properties.c:
7080         * shell/ev-properties.h:
7081         * shell/ev-window.c: (ev_window_setup_document),
7082         (ev_window_cmd_file_properties):
7083
7084         Split the properties pages in two different objects, depend
7085         only on the backend where possible, use widgets instead
7086         of gobject for the glade part, reimplement the dialog
7087         itself with gtk.
7088         I need this to implement nautilus properties page.
7089
7090 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
7091
7092         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7093         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
7094         (tiff_document_document_ps_exporter_iface_init): implement the ps
7095         exporter interface for tiff documents
7096
7097         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
7098         libtiff to implement TIFF postscript export
7099
7100         * tiff/tiff2ps.h: added a header file for external tiff2ps
7101         functions.
7102
7103         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
7104         tiff2ps.h
7105
7106 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7107
7108         * shell/ev-view.c: (scroll_to_current_page),
7109         (ev_view_set_fullscreen), (ev_view_set_presentation):
7110         
7111         Scroll to current page when exit from presentation
7112
7113 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7114
7115         * shell/ev-window.c: (update_document_mode),
7116         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7117         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
7118         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
7119         
7120         Exit from fullscreen mode when switch to presentation. Fix for
7121         bug 309365
7122
7123 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7124
7125         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
7126         return NULL if the document does not implement the selection
7127         interface.
7128
7129 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7130
7131         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
7132         reported height by using the resolution aspect ratio
7133         (tiff_document_render_pixbuf): scale the pixbuf using the
7134         resolution aspect ratio
7135
7136 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7137
7138         * configure.ac:
7139         
7140         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
7141         <kiltedaco@gmail.com>
7142         
7143         * djvu/djvu-document.c: (djvu_document_get_orientation),
7144         (djvu_document_set_orientation), (djvu_document_get_page_size),
7145         (rotate_pixbuf), (djvu_document_render_pixbuf),
7146         (djvu_document_document_iface_init):
7147         * dvi/dvi-document.c: (dvi_document_get_orientation),
7148         (dvi_document_set_orientation), (dvi_document_get_page_size),
7149         (rotate_pixbuf), (dvi_document_render_pixbuf),
7150         (dvi_document_document_iface_init):
7151         
7152         Dvi and djvu backends are ported to new API
7153
7154 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
7155
7156         * backend/ev-selection.c: (ev_selection_get_selection_region),
7157         (ev_selection_get_selection_map):
7158         * backend/ev-selection.h:
7159         * pdf/ev-poppler.cc:
7160         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7161         * shell/ev-jobs.h:
7162         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7163         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7164         (ev_pixbuf_cache_get_text_mapping):
7165         * shell/ev-pixbuf-cache.h:
7166         * shell/ev-view.c: (location_in_text),
7167         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
7168         support to EvView.  Now we can see where we can select!  Sweet!
7169
7170 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7171
7172         * shell/ev-view.c (ev_view_button_press_event): Fix
7173         event->y + view->scroll_x typo.
7174
7175 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7176
7177         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
7178         sub-GdkPixbuf instead of passing dest_x and dest_y.
7179         
7180         * shell/ev-view.c: (view_point_to_doc_point),
7181         (view_rect_to_doc_rect), (ev_view_button_press_event),
7182         (ev_view_motion_notify_event), (compute_new_selection_rect),
7183         (gdk_rectangle_point_in), (compute_new_selection_text),
7184         (compute_selections): Update selection code to keep the selection
7185         around as two points and not as a normalized rectangle, and fix
7186         page level selection in two-column mode.
7187
7188 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
7189
7190         * shell/ev-window.c: (window_configure_event_cb): 
7191         
7192         Fix compilation
7193         
7194 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7195
7196         * pdf/ev-poppler.cc:
7197
7198         Fix compilation
7199
7200 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7201
7202         * shell/Makefile.am:
7203         * shell/ev-metadata-manager.c: (item_free),
7204         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
7205         (parse_value), (parseItem), (load_values),
7206         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
7207         (save_values), (save_item), (get_oldest), (resize_items),
7208         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
7209         * shell/ev-metadata-manager.h:
7210
7211         Metadata manager from gedit but modified to use GValue, so that
7212         we dont need to keep converting from strings.
7213
7214         * configure.ac:
7215
7216         ENABLE_METADATA conditional, on when dbus is on
7217
7218         * shell/ev-application.c: (ev_application_open_uri):
7219
7220         Show the window after load so that we can initialize
7221         window size before it's showed.
7222
7223         * shell/ev-window.c: (ev_window_setup_from_metadata),
7224         (ev_window_open_uri), (window_configure_event_cb),
7225         (ev_window_init):
7226
7227         Save and load metadata information about window size.
7228         Not yet keeping states in account.
7229
7230         * shell/main.c: (main):
7231
7232         Shutdown metadata manager.
7233
7234 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7235
7236         * shell/ev-application-service.xml:
7237         * configure.ac:
7238         * shell/Makefile.am:
7239         * shell/ev-application.c:
7240         * shell/ev-application.h:
7241         * shell/ev-window.c:
7242         * shell/ev-window.h:
7243         * shell/main.c:
7244
7245         Add an optional dbus interface (--enable-dbus).
7246         Rework application code, mainly to be easier to
7247         use "remotely".
7248         Do not open multiple windows with the same document,
7249         spatial evince!
7250
7251 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
7252
7253         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
7254         pixbuf iff it exists.
7255
7256 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
7257
7258         * shell/*:
7259         * backend/ev-render-context.[ch]:
7260         * backend/ev-selection.[ch]:
7261
7262         Massive changes.  We now support text selection of pdfs, and not
7263         just rectangular selection.  This is pretty broken still, but I
7264         want to get something into CVS.
7265
7266 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7267
7268         * pdf/ev-poppler.cc:
7269         
7270         Fix for Bug 309080: crash on window close.
7271         
7272         * shell/ev-page-action.c: (page_changed_cb):
7273         
7274         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
7275         jensgr@gmx.net (Jens Granseuer).
7276
7277 2005-06-25  Marcel Telka  <marcel@telka.sk>
7278
7279         * configure.in (ALL_LINGUAS): Added sk.
7280
7281 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
7282
7283         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
7284         not a document open
7285
7286 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7287
7288         * NEWS:
7289         * configure.ac:
7290
7291         Release 0.3.2
7292
7293         * cut-n-paste/recent-files/Makefile.am:
7294
7295         Fix make distcheck
7296
7297 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7298
7299         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
7300         (pixbuf_document_set_orientation), (rotate_pixbuf),
7301         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
7302         (pixbuf_document_document_iface_init), (pixbuf_document_init):
7303
7304         Implement rotation and cleanup the code a bit.
7305
7306         * tiff/tiff-document.c: (tiff_document_get_page_size),
7307         (tiff_document_get_orientation), (tiff_document_set_orientation),
7308         (rotate_pixbuf), (tiff_document_render_pixbuf),
7309         (tiff_document_document_iface_init), (tiff_document_init):
7310
7311         Implement rotation. Was the quicker solution for the release
7312         but we really need to share this code in the shell.
7313
7314 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7315
7316         * pdf/ev-poppler.cc:
7317
7318         Enable rotation, require poppler cvs. Fix a leak.
7319
7320 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7321
7322         * shell/ev-window.c: (update_action_sensitivity):
7323         
7324         Make properties unsensitive if document backend doesn't provide
7325         any info
7326
7327 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7328
7329         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
7330         (bitmap_flip_horizontally), (bitmap_flip_vertically),
7331         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
7332         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
7333         (bitmap_flip_rotate_counter_clockwise):
7334         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
7335         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
7336         (buff_gets):
7337         * dvi/mdvi-lib/common.h:
7338         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
7339         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
7340         (opendvi), (mdvi_reload), (mdvi_init_context),
7341         (mdvi_destroy_context), (mdvi_dopage), (special):
7342         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
7343         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
7344         (file_hash_free), (register_encoding), (parse_spec),
7345         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
7346         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
7347         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
7348         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
7349         (mdvi_register_font_type), (mdvi_unregister_font_type),
7350         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
7351         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
7352         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
7353         (mdvi_hash_destroy_key), (mdvi_hash_reset):
7354         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
7355         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
7356         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
7357         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
7358         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
7359         * dvi/mdvi-lib/special.c: (mdvi_register_special),
7360         (mdvi_unregister_special), (mdvi_flush_specials):
7361         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
7362         (t1_font_remove):
7363         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
7364         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
7365         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
7366         (free_font_metrics), (flush_font_metrics):
7367         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
7368         (tt_font_remove):
7369         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
7370         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
7371         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
7372         (dstring_insert), (dstring_new), (dstring_reset):
7373         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
7374         
7375         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
7376         avoid conflict with libtool on FC4
7377         
7378         * shell/ev-window.c: (ev_window_cmd_help_about):
7379         
7380         Update copyright year. Fix for bug 308828.
7381
7382 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7383
7384         * shell/ev-view.c: (add_scroll_binding_keypad),
7385         (ev_view_binding_activated), (ev_view_class_init),
7386         (on_adjustment_value_changed):
7387         
7388         Bug 170874: Arrow keys switch pages in presentation mode
7389
7390 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7391
7392         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7393         
7394         Fix for Bug 308265: Sidebar dissappears coming out of 
7395         Presentation mode
7396
7397 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7398
7399         * shell/ev-application.c: (ev_application_open):
7400         * shell/ev-document-types.c: (ev_document_types_add_filters),
7401         (ev_document_types_add_filters_for_type):
7402         * shell/ev-document-types.h:
7403         * shell/ev-window.c: (ev_window_cmd_save_as):
7404         
7405         Suggest basename as template when saving, provide filters
7406         for save dialog. It's bug 308402
7407
7408 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7409
7410         * pdf/ev-poppler.cc:
7411         * shell/ev-sidebar-links.c: (job_finished_callback):
7412         * shell/ev-view.c: (update_find_status_message):
7413         
7414         Some leaks fixed
7415
7416 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7417
7418         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7419         (egg_recent_view_uimanager_set_list):
7420
7421         Fix buglet in !show_numbers case.
7422
7423 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7424
7425         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7426         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
7427
7428         Use pango ellipsisation.
7429
7430         * pdf/ev-poppler.cc:
7431
7432         Fix refcount leak, from nsh.
7433
7434 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7435
7436         * cut-n-paste/recent-files/Makefile.am:
7437         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7438         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7439         
7440         Removed EggRecentViewGtk
7441         
7442         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7443         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7444         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
7445         (ev_window_setup_recent):
7446         
7447         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
7448         with other projects
7449
7450 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7451
7452         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7453         (egg_recent_view_gtk_finalize):
7454
7455         Fix memory leak
7456
7457         * cut-n-paste/toolbar-editor/Makefile.am:
7458         
7459         Fix location of cursor icon.
7460         
7461         * pdf/ev-poppler.cc:
7462         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
7463         (display_completion_text), (match_completion):
7464         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7465         (selection_changed_callback), (create_loading_model),
7466         (print_section_cb), (links_page_num_func),
7467         (update_page_callback_foreach):
7468         * shell/ev-window.c: (ev_window_dispose):
7469         
7470         Small memory fixes. Links model now store objects instead
7471         of pointers to improve memory management. 
7472
7473 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7474
7475         * shell/ev-window.c: (zoom_control_changed_cb):
7476         
7477         Fix update of zoom control (bug 308268).
7478
7479 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
7480
7481         * shell/ev-properties.c (set_property): escape the text correctly.
7482         Handles non-UTF-8 properties and escaped properties.  Also, sets
7483         the text to "<i>None</i>" if the property isn't set.
7484
7485         * data/evince-properties.glade: Change the label to be ellipsized,
7486         and give it a minimum size.
7487
7488 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7489
7490         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
7491         * shell/ev-sidebar-links.c: (create_loading_model):
7492         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7493         * shell/ev-view.c: (ev_view_set_document):
7494         * shell/ev-window.c: (ev_window_dispose):
7495         
7496         Various small fixes, mostly memory leaks. Thanks to valgrind.
7497
7498 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
7499
7500         * ps/ps-document.c: remove the locale.h include again ;-). And
7501         kill the (bogus) setlocale/savelocale business.
7502
7503 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
7504
7505         * ps/ps-document.c:
7506         
7507         Include locale.h to fix build
7508         
7509         * shell/ev-sidebar.c:
7510         
7511         Remove unnecessary includes
7512
7513 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7514
7515         * dvi/dvi-document.c: (dvi_document_load):
7516         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
7517         * po/POTFILES.in:
7518         
7519         Check for incorrect dvi files. Fix parsing dvi on AMD64
7520         platform. Thanks to tester@tester.ca (Olivier Crete).
7521
7522 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7523
7524         * shell/ev-page-action.c: (match_selected_cb),
7525         (display_completion_text), (match_completion), (update_model):
7526         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7527         (expand_open_links):
7528         * shell/ev-sidebar.c: (ev_sidebar_destroy),
7529         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
7530         (ev_sidebar_set_document):
7531         * shell/ev-window.c: (ev_window_xfer_job_cb),
7532         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
7533         
7534         Fixed lot's of memory leaks, for example, memory leak on reload, 
7535         described in bug 307793.
7536
7537 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7538
7539         * pdf/ev-poppler.cc:
7540         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
7541         (update_visible_range), (adjustment_changed_cb),
7542         (ev_sidebar_thumbnails_fill_model),
7543         (ev_sidebar_thumbnails_refresh),
7544         (ev_sidebar_tree_selection_changed),
7545         (ev_sidebar_icon_selection_changed),
7546         (ev_sidebar_thumbnails_use_icon_view),
7547         (ev_sidebar_thumbnails_set_document):
7548         * shell/ev-sidebar-thumbnails.h:
7549         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7550         (ev_window_cmd_edit_rotate_right), (ev_window_init):
7551
7552         Refresh thumbnails when changing orientation. Not fully
7553         working yet becuase of a sidebar bug.
7554
7555         Set page orientation to poppler page everywhere. This sucks
7556         really need to fix poppler.
7557
7558 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7559
7560         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7561         (egg_recent_view_gtk_new_menu_item),
7562         (egg_recent_view_gtk_set_property),
7563         (egg_recent_view_gtk_get_property),
7564         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
7565         (egg_recent_view_gtk_set_tooltip_func),
7566         (egg_recent_view_gtk_set_label_width),
7567         (egg_recent_view_gtk_get_label_width):
7568         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7569
7570         Sync with libegg (ellipsize labels)
7571
7572 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7573
7574         * data/evince-ui.xml:
7575         * shell/ev-window.c: (ev_window_cmd_go_forward),
7576         (ev_window_cmd_go_backward):
7577         
7578         Shift + PageUp moves 10 Pages. Fix for 306125
7579
7580 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7581
7582         * pdf/ev-poppler.cc:
7583
7584         Add a flag to check if orientation has been overriden
7585
7586 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
7587
7588         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
7589         field if necessary.
7590
7591         * ps/ps.h: add creator field to document.
7592
7593         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
7594         set creator field.
7595
7596 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7597
7598         * data/evince-properties.glade:
7599         * shell/ev-properties.c: (ev_properties_set_document):
7600
7601         s/PDF Version/Format
7602
7603 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7604
7605         * shell/ev-properties.c: (ev_properties_set_document):
7606
7607         Remove unnecessary translations
7608
7609 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7610
7611         * cut-n-paste/toolbar-editor/Makefile.am:
7612
7613         Correct library name    
7614
7615 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7616
7617         * configure.ac:
7618         * cut-n-paste/recent-files/egg-recent-model.c:
7619         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
7620         (egg_recent_model_unlock_file):
7621         * cut-n-paste/recent-files/egg-recent-util.c:
7622         (egg_recent_util_get_unique_id):
7623         * cut-n-paste/recent-files/update-from-egg.sh:
7624         * cut-n-paste/toolbar-editor/Makefile.am:
7625         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7626         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7627         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7628         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7629         (egg_toolbars_model_get_type):
7630         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7631
7632         Better makefile for toolbar editor and update everything
7633         to latest libegg.
7634
7635 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7636
7637         * shell/ev-window.c: (update_document_mode):
7638
7639         Prefer presentation mode when the document
7640         require fullscreen.
7641
7642 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7643
7644         * data/evince-ui.xml:
7645         * shell/ev-window.c:
7646
7647         Add control-equal for zooming
7648
7649 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
7650
7651         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
7652
7653 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
7654
7655         * backend/ev-document.c: (ev_document_get_orientation):
7656         * backend/ev-document.h:
7657         * pdf/ev-poppler.cc:
7658         * ps/ps-document.c: (ps_document_get_orientation),
7659         (ps_document_set_orientation), (ps_document_document_iface_init):
7660
7661         Add a get_orientation api. Improve set_orientation.
7662
7663         * data/evince-ui.xml:
7664         * shell/ev-view.c: (ev_view_set_orientation),
7665         (ev_view_rotate_right), (ev_view_rotate_left):
7666         * shell/ev-view.h:
7667         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7668         (ev_window_cmd_edit_rotate_right):
7669
7670         Better ui for changing document orientation
7671
7672 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7673
7674         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
7675         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
7676         * shell/ev-sidebar-links.h:
7677         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
7678         (ev_sidebar_page_iface_init):
7679         * shell/ev-sidebar-page.h:
7680         * shell/ev-sidebar-thumbnails.c:
7681         (ev_sidebar_thumbnails_get_property),
7682         (ev_sidebar_thumbnails_class_init),
7683         (ev_sidebar_thumbnails_set_document):
7684         * shell/ev-sidebar-thumbnails.h:
7685         * shell/ev-view.c: (ev_view_motion_notify_event):
7686         * shell/ev-window.c: (update_chrome_visibility),
7687         (ev_window_cmd_focus_page_selector),
7688         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
7689         (sidebar_page_main_widget_update_cb), (ev_window_init):
7690         
7691         Autoraise toolbar on GoToPage binding and fix bindings in
7692         EvSidebarThumbnails page.
7693
7694 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
7695
7696         * shell/ev-properties.c: (update_progress_label):
7697
7698         Hide the progress label when finished; bug #307697.
7699
7700 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7701
7702         * pdf/ev-poppler.cc:
7703
7704         Enable is_open for links, you will need poppler cvs
7705
7706         * shell/ev-properties.c: (job_fonts_finished_cb):
7707
7708         Get a lock on the document when filling the tree view
7709
7710 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7711
7712         * backend/ev-document-links.h:
7713         * pdf/ev-poppler.cc:
7714         * shell/ev-sidebar-links.c: (create_loading_model),
7715         (expand_open_links), (job_finished_callback):
7716
7717         Expand links when specified by the document.
7718         Depend on a poppler api (defined out for now)
7719
7720 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7721
7722         * shell/ev-properties.c: (ev_properties_dispose),
7723         (ev_properties_class_init), (dialog_destroy_cb),
7724         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
7725         (ev_properties_set_document), (ev_properties_new),
7726         (ev_properties_show):
7727         * shell/ev-properties.h:
7728
7729         Make it an object, cleanup the code, api to show it as transient
7730         and to set the document.
7731
7732         * shell/ev-window.c: (ev_window_setup_document),
7733         (ev_window_cmd_file_properties):
7734
7735         Adapt to EvProperties changes, do not show multiple
7736         times, update it when document changes.
7737
7738 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7739
7740         * ps/gstypes.h:
7741         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
7742         (ps_document_set_orientation), (ps_document_document_iface_init):
7743         * ps/ps-document.h:
7744
7745         Implement orientation here too
7746
7747         * shell/ev-properties.c: (ev_properties_new):
7748         * data/evince-properties.glade:
7749
7750         Hide the fonts page for backends that doesnt
7751         support it.     
7752
7753 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7754
7755         * backend/ev-document.c: (ev_document_set_orientation):
7756         * backend/ev-document.h:
7757         * pdf/ev-poppler.cc:
7758
7759         Add orientation api. Currently poppler api is not optimal,
7760         we need to set orientation every time we _get a page.
7761         I will try to fix that at some point.
7762
7763         * data/evince-ui.xml:
7764         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
7765         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
7766
7767         Add orientation menu items
7768
7769         * shell/ev-page-cache.c: (ev_page_cache_clear):
7770         * shell/ev-page-cache.h:
7771
7772         Add api to clear the cache
7773
7774         * shell/ev-view.c: (setup_caches), (clear_caches),
7775         (ev_view_set_document), (ev_view_zoom_out),
7776         (ev_view_set_orientation):
7777         * shell/ev-view.h:
7778
7779         Implement orientation changing
7780
7781 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
7782
7783         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
7784         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
7785         * backend/ev-document-fonts.h:
7786
7787         Separate scan and fill so that we can incrementally fill from
7788         the main thread. Add a progress api.
7789
7790         * data/evince-properties.glade:
7791         * pdf/ev-poppler.cc:
7792         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
7793         * shell/ev-jobs.h:
7794         * shell/ev-properties.c: (update_progress_label),
7795         (job_fonts_finished_cb), (setup_fonts_view):
7796
7797         Incrementally feel the list and show the progress
7798         percentage in a label like acrobat does.
7799
7800         You are going to need poppler cvs
7801
7802 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
7803
7804         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
7805         * backend/ev-document-fonts.h:
7806         * pdf/ev-poppler.cc:
7807
7808         Make fonts model fill incrementally.
7809
7810         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7811         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7812         (ev_job_queue_remove_job):
7813         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7814         (ev_job_fonts_new), (ev_job_fonts_run):
7815         * shell/ev-jobs.h:
7816
7817         New job for fonts scanning
7818
7819         * shell/ev-properties.c: (job_fonts_finished_cb),
7820         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
7821         * shell/ev-properties.h:
7822         * shell/ev-window.c: (ev_window_cmd_file_properties):
7823
7824         Incrementally feel the treeview using the new job. Show Loading...
7825         message until scanning is completed.
7826
7827         Hopefully I didnt break the build without the poppler patch.
7828
7829 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7830
7831         * shell/ev-application.c: (ev_application_open):
7832         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
7833         (ev_document_type_get_type), (ev_document_type_lookup):
7834         * shell/ev-document-types.h:
7835         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
7836         * shell/ev-job-xfer.h:
7837         * shell/ev-window.c: (ev_window_clear_local_uri),
7838         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
7839         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
7840         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7841         
7842         Transfer remote documents to tmp directory to display them later.
7843
7844 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
7845
7846         * backend/ev-document-info.h:
7847         * shell/ev-properties.c: (ev_properties_new):
7848
7849         s/GTime*/GTime. Not sure why we was using a pointer
7850         at all there!
7851
7852 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
7853
7854         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
7855         situations.  That situation is that you're using GTK+-HEAD with
7856         the patch at #306726 is applied, and you have a document with <
7857         1500 pages in it.  It's not quite as uniformly nice as the
7858         TreeView, but should be better in the long run.
7859
7860         I'm pretty sure I guarded against breaking compilation with
7861         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
7862         I missed some.
7863
7864         * shell/ev-window.c (ev_window_init): We don't have our tree/list
7865         widget yet, so I commented that code out
7866         enable_view_actions_for_widget() for now.  Need to figure this
7867         out.
7868
7869         * shell/ev-page-action.c (match_selected_cb): emit the right
7870         signals.  Our cool C-l completion now works.
7871
7872 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7873
7874         * backend/Makefile.am:
7875         * backend/ev-document-fonts.c:
7876         * backend/ev-document-links.c:
7877         * backend/ev-document.c: (ev_document_load):
7878         * backend/ev-document.h:
7879         * backend/ev-job-queue.c:
7880         * backend/ev-job-queue.h:
7881         * backend/ev-jobs.c:
7882         * backend/ev-jobs.h:
7883         * backend/ev-page-cache.c:
7884         * backend/ev-page-cache.h:
7885
7886         EvPageCache and EvJobs are moved to shell.
7887
7888         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
7889         (ev_tmp_filename):
7890         * lib/ev-file-helpers.h:
7891         
7892         New helper to work with temporary files
7893         
7894         * shell/Makefile.am:
7895         * shell/ev-application.c: (ev_application_open):
7896         * shell/ev-application.h:
7897         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
7898         (remove_job_from_async_queue), (add_job_to_async_queue),
7899         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
7900         (handle_job), (search_for_jobs_unlocked),
7901         (no_jobs_available_unlocked), (ev_render_thread),
7902         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7903         (ev_job_queue_add_job), (move_job_async), (move_job),
7904         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7905         * shell/ev-job-queue.h:
7906         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
7907         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
7908         * shell/ev-job-xfer.h:
7909         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
7910         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
7911         (ev_job_links_class_init), (ev_job_render_init),
7912         (ev_job_render_dispose), (ev_job_render_class_init),
7913         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
7914         (ev_job_thumbnail_class_init), (ev_job_load_init),
7915         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
7916         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
7917         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
7918         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
7919         * shell/ev-jobs.h:
7920         * shell/ev-page-action.c: (ev_page_action_set_document):
7921         * shell/ev-page-cache.c: (ev_page_cache_init),
7922         (ev_page_cache_class_init), (ev_page_cache_finalize),
7923         (ev_page_cache_new), (ev_page_cache_get_n_pages),
7924         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
7925         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
7926         (ev_page_cache_get_title), (ev_page_cache_get_size),
7927         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7928         (ev_page_cache_get_height_to_page),
7929         (ev_page_cache_get_max_label_chars),
7930         (ev_page_cache_get_page_label),
7931         (ev_page_cache_has_nonnumeric_page_labels),
7932         (ev_page_cache_get_info), (ev_page_cache_next_page),
7933         (ev_page_cache_prev_page), (ev_page_cache_get):
7934         * shell/ev-page-cache.h:
7935         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
7936         (ev_pixbuf_cache_clear_job_sizes),
7937         (ev_pixbuf_cache_add_jobs_if_needed),
7938         (ev_pixbuf_cache_set_page_range):
7939         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
7940         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
7941         * shell/ev-sidebar-thumbnails.c:
7942         (ev_sidebar_tree_selection_changed),
7943         (ev_sidebar_thumbnails_set_document):
7944         * shell/ev-statusbar.c: (ev_statusbar_destroy),
7945         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
7946         (ev_statusbar_get_context_id), (ev_statusbar_push),
7947         (ev_statusbar_pop), (ev_statusbar_set_maximized),
7948         (ev_statusbar_pulse), (ev_statusbar_show_progress),
7949         (ev_statusbar_set_progress):
7950         * shell/ev-statusbar.h:
7951         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
7952         (ev_view_find_previous):
7953         * shell/ev-window.c: (ev_window_is_empty),
7954         (ev_window_setup_document), (password_dialog_response),
7955         (ev_window_clear_jobs), (ev_window_load_job_cb),
7956         (ev_window_xfer_job_cb), (ev_window_open_uri),
7957         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
7958         (ev_window_print), (ev_window_print_range),
7959         (ev_window_state_event), (ev_window_cmd_view_reload),
7960         (menu_item_select_cb), (menu_item_deselect_cb),
7961         (view_status_changed_cb), (ev_window_dispose),
7962         (drag_data_received_cb), (ev_window_init):
7963         * shell/ev-window.h:
7964         * shell/main.c: (load_files):
7965         
7966         New statusbar to show progress on idle. Two new jobs - 
7967         xfer job and load job to load document in background. And update
7968         of page_cache clients to new location of code.
7969
7970 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
7971   
7972         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
7973         selection in open dialog. It also remembers the last visited directory 
7974         in the current session.
7975
7976 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7977
7978         * shell/ev-properties.c: (ev_properties_new):
7979         * shell/ev-properties.h:
7980         * shell/ev-window.c: (ev_window_cmd_file_properties):
7981         
7982         Get document info from page cache instead of document itself.
7983         This should fix crash related to race conditions described in
7984         bug 306545.
7985
7986 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7987
7988         * ps/ps-document.c: (ps_document_init),
7989         (send_ps), (get_page_box), (output), (catchPipe), (input),
7990         (stop_interpreter), (file_length), (file_readable),
7991         (check_filecompressedb), (ps_document_enable_interpreter),
7992         (document_load), (ps_async_renderer_render_pixbuf):
7993         * ps/ps-document.h:
7994
7995         Big cleanup of the ps code
7996
7997 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7998
7999         * backend/Makefile.am:
8000         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
8001         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
8002         * backend/ev-async-renderer.h:
8003
8004         Add an async renderer interface (method + callback) which
8005         is useful for backends like ps.
8006
8007         * backend/ev-job-queue.c: (remove_job_from_async_queue),
8008         (add_job_to_async_queue), (job_finished_cb), (handle_job),
8009         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8010         (ev_job_queue_add_job), (move_job_async), (move_job),
8011         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8012
8013         Add queues for async renderer, these are executed on the
8014         main thread.
8015
8016         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
8017         (ev_job_render_run):
8018         * backend/ev-jobs.h:
8019
8020         If the backend support async renderer interface use it.
8021
8022         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
8023         (setup_pixmap), (ps_document_get_type),
8024         (ps_async_renderer_render_pixbuf),
8025         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
8026
8027         Implement async renderer interface.
8028
8029 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8030
8031         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
8032
8033         Cleanup links job on exit.
8034
8035 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8036
8037         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8038         (drag_data_get_cb), (drag_data_received_cb):
8039         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8040         (drag_data_get_cb), (parse_item_list),
8041         (egg_toolbar_editor_load_actions):
8042         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8043         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
8044         (parse_item_list), (parse_toolbars):
8045         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8046         (dvi_pixbuf_put_pixel):
8047         
8048         Fix gcc 4.0 warnings
8049
8050 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8051
8052         * ps/ps-document.c: (start_interpreter):
8053
8054         Fix warning when loading ps
8055
8056 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8057
8058         * ps/ps-document.c: (output):
8059
8060         Fix crash when priting gs error messages.
8061
8062 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8063
8064         * backend/ev-page-cache.c: (_ev_page_cache_new):
8065         * backend/ev-page-cache.h:
8066
8067         Use a const to return title so that we dont double
8068         free it. Small cleanup and fix a leak.
8069
8070         * shell/ev-window.c: (update_window_title):
8071
8072         strdup value from get_title.
8073
8074 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8075
8076         * shell/ev-sidebar-links.c: (job_finished_callback),
8077         (ev_sidebar_links_set_document):
8078
8079         Cleanup the old job when changing document
8080
8081 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8082
8083         * shell/ev-stock-icons.c:
8084         * shell/ev-stock-icons.h:
8085         * shell/ev-window.c:
8086         
8087         Add stock icons for actions that can appear in toolbar. Fix for
8088         bug 306566.
8089
8090 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8091
8092         * backend/ev-page-cache.c: (ev_page_cache_finalize),
8093         (_ev_page_cache_new), (ev_page_cache_get_max_width),
8094         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
8095         * backend/ev-page-cache.h:
8096         * shell/ev-view.c: (scroll_to_current_page),
8097         (view_update_range_and_current_page), (get_page_y_offset),
8098         (get_page_extents), (ev_view_size_request_continuous_dual_page),
8099         (ev_view_size_request_continuous),
8100         (ev_view_zoom_for_size_continuous_and_dual_page),
8101         (ev_view_zoom_for_size_continuous):
8102         
8103         More compact EvView layout in document with pages of different size.
8104
8105 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
8106
8107         * shell/ev-window.c (ev_window_cmd_file_properties): fix
8108         compilation.
8109
8110 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8111
8112         * shell/ev-view.c: (view_set_adjustment_values):
8113         * shell/ev-window.c: (ev_window_cmd_file_properties):
8114         
8115         A bit different fix for rounding problem but it has no
8116         problems on startup. Make properties window transient to parent.
8117
8118 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8119
8120         * pdf/ev-poppler.cc:
8121         
8122         More commenting of font stuff.
8123
8124 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8125
8126         * pdf/ev-poppler.cc:
8127
8128         Comment out some more fonts stuff. Should really
8129         work without the poppler patch now.
8130
8131 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8132
8133         * pdf/ev-poppler.cc:
8134
8135         Adapt to api change
8136
8137 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8138
8139         * data/evince-properties.glade:
8140         * pdf/ev-poppler.cc:
8141         * shell/ev-properties.c: (setup_fonts_view):
8142
8143         Set the column title. Show the dialog only
8144         once everything is setup.
8145         Getting font info can be very slow... will
8146         prolly need to make this threaded too.
8147
8148 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8149
8150         * backend/Makefile.am:
8151         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
8152         (ev_document_fonts_get_fonts_model):
8153         * backend/ev-document-fonts.h:
8154         * data/evince-properties.glade:
8155         * pdf/ev-poppler.cc:
8156         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
8157         * shell/ev-properties.h:
8158         * shell/ev-window.c: (ev_window_cmd_file_properties):
8159
8160         Implement fonts list. Defined out for now, since it depends
8161         on a not yet committed poppler patch.
8162
8163 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
8164
8165         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
8166         page + 1.
8167
8168         * shell/ev-window.c: Make sure we add the timeout when we get a
8169         focus-in event.
8170
8171         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
8172         adjustment->value before calculating the zoom factor to average
8173         out all of our rounding errors.  The page no longer 'drifts' when
8174         resizing.
8175
8176 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8177
8178         * data/evince-properties.glade:
8179         * shell/ev-properties.c: (ev_properties_format_date),
8180         (set_property):
8181         
8182         Labels don't expand when the dialogue is resized.
8183         strftime result needs to be converted to UTF-8. Thanks
8184         to Christian Persch <chpe@gnome.org>.
8185
8186 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8187
8188         * data/evince-properties.glade:
8189
8190         Hide the fonts tab
8191
8192 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8193
8194         * backend/ev-document-info.h:
8195         * backend/ev-document.c: (ev_document_info_free):
8196         * data/evince-properties.glade:
8197         * pdf/ev-poppler.cc:
8198         * ps/ps-document.c: (ps_document_get_info):
8199         * shell/ev-properties.c: (ev_properties_format_date),
8200         (set_property), (ev_properties_new):
8201         * shell/ev-properties.h:
8202         * shell/ev-window.c: (ev_window_cmd_file_properties):
8203
8204         Rework properties code to take only EvPropertyInfo
8205         in the constructor so that it can be useful for
8206         nautilus plugin too.
8207
8208         Deal with backends that doesnt support some properties.
8209         Make set property code generic.
8210
8211 2005-06-04  Christian Persch <chpe@gnome.org>
8212
8213         * data/evince-properties.glade:
8214
8215         fix spacings, make resizeable, and make data labels
8216         selectable + ellipsised
8217
8218 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
8219
8220         * backend/ev-document-info.h:
8221         * data/Makefile.am:
8222         * data/evince-ui.xml:
8223         * pdf/ev-poppler.cc:
8224         * shell/Makefile.am:
8225         * shell/ev-window.c: (update_action_sensitivity),
8226         (ev_window_cmd_file_properties):
8227
8228         Initial go at file properties. Patch by
8229         Emil Soleyman-Zomalan <emil@soleyman.com>.
8230         Needs love see #169583
8231
8232 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
8233
8234         * ps/ps-document.c: (output):
8235         * ps/ps.c: (psscan):
8236
8237         Try to render even if psscan fails.
8238
8239 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8240
8241         * ps/ps.c: (psscan), (pscopydoc):
8242
8243         Port buffered reading code from gv
8244
8245 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8246
8247         * ps/ps-document.c: (interpreter_message), (output):
8248
8249         Do not fail on interpreter messages
8250
8251 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8252
8253         * backend/ev-document-misc.c:
8254         (ev_document_misc_get_thumbnail_frame):
8255
8256         Pages can be 0 x 0, dont assert on this case
8257
8258 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8259
8260         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8261         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
8262
8263         Correctly manage our reference on document. Finally the reload
8264         huge leak is gone...
8265
8266 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8267
8268         * ps/ps-document.c: (ps_document_dispose):
8269
8270         Forgot to chain it to the parent. Thanks chpe.
8271
8272 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8273
8274         * ps/ps-document.c: (ps_document_dispose),
8275         (ps_document_class_init), (stop_interpreter), (document_load):
8276
8277         Cleanup dispose a bit. Dont leak the whole pixmap.
8278
8279 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8280
8281         * pdf/ev-poppler.cc:
8282
8283         Release the poppler document on dispose
8284
8285 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8286
8287         * shell/ev-view.c: (ev_view_set_document):
8288
8289         Release ref on the pixbuf cache when changing
8290         document.
8291
8292 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8293
8294         * ps/ps-document.c: (ps_document_get_info):
8295
8296         Fix a double free
8297
8298 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8299
8300         * backend/ev-page-cache.c: (ev_page_cache_init),
8301         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
8302         * backend/ev-page-cache.h:
8303         * shell/ev-page-action.c: (page_changed_cb):
8304         
8305         Set page action entry width depending on labels width. Fix
8306         for bug 305202.
8307
8308 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
8309
8310         * backend/ev-link.c: (ev_link_class_init):
8311
8312         Allow -1 as page value (error)
8313
8314 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8315
8316         * shell/ev-sidebar-thumbnails.c:
8317         (ev_sidebar_thumbnails_set_document):
8318         * shell/ev-view.c: (scroll_to_current_page),
8319         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
8320         (page_changed_cb), (on_adjustment_value_changed),
8321         (ev_view_set_document):
8322
8323         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
8324         Fix bug 305377
8325
8326 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8327
8328         * configure.ac:
8329         * djvu/djvu-document.c: (djvu_document_get_page_size):
8330
8331         Require djvulibre CVS. Now djvu loading is much faster. Fix for
8332         bug 301993.
8333
8334 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
8335
8336         * shell/ev-view.c (draw_one_page): modify the expose handling to
8337         get the shadows.
8338
8339         * shell/ev-window.c (update_action_sensitivity): Respect
8340         permissions field.  Kowtow to the man.
8341
8342         * pdf/ev-poppler.cc: Get the permissions field.
8343
8344         * tiff/*c: Make a tiny bit more robust.
8345
8346 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8347
8348         * djvu/djvu-document.c:
8349         
8350         Pop messages from djvu context message queue.
8351
8352 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8353
8354         * configure.ac, Makefile.am, shell/Makefile.am:
8355         * tiff/Makefile.am, shell/ev-document-types.c:
8356         
8357         Cleanup tiff configure checks. Fix for bug 305218.
8358
8359 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
8360
8361         * configure.ac: Added "uk" to ALL_LINGUAS.
8362
8363 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8364
8365         * cut-n-paste/zoom-control/ephy-zoom.c:
8366         (ephy_zoom_get_changed_zoom_level):
8367         * cut-n-paste/zoom-control/ephy-zoom.h:
8368         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
8369         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
8370         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
8371         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
8372         (zoom_control_changed_cb), (ev_window_init):
8373         
8374         Fix minor points related to moving best fit up. Introduce
8375         "zoom" property and make zoom control change it's value on
8376         notify::zoom signals. Fix for 305080.
8377
8378 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8379
8380         * data/evince-ui.xml:
8381         * shell/ev-window.c: (set_view_actions_sensitivity):
8382         
8383         Use + and - as accels for zoom in and zoom out. Fix for 305001.
8384
8385 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8386
8387         * configure.ac:
8388
8389         Depends on poppler 0.3.2
8390
8391 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8392
8393         * cut-n-paste/recent-files/egg-recent-item.c:
8394         (egg_recent_item_get_short_name):
8395         * cut-n-paste/toolbar-editor/Makefile.am:
8396         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8397         (new_pixbuf_from_widget):
8398         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8399         * cut-n-paste/toolbar-editor/egg-marshal.c:
8400         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8401         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8402
8403         Sync
8404
8405 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
8406
8407         * tiff/tiff-document.c: Rough TIFF backend.
8408
8409 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8410
8411         * NEWS:
8412         * configure.ac:
8413         * cut-n-paste/toolbar-editor/Makefile.am:
8414
8415         Release 0.3.1
8416
8417 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8418
8419         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
8420         (ev_view_find_next), (ev_view_find_previous):
8421
8422         Remove the locks around get_n_results   
8423
8424 2005-05-21  Juerg Billeter  <j@bitron.ch>
8425
8426         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
8427
8428         Pass correct number of pages to poppler.
8429
8430 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8431
8432         * configure.ac:
8433         * data/Makefile.am:
8434         * data/evince.desktop.in: 
8435         * data/evince.desktop.in.in:
8436         * po/POTFILES.in:
8437         
8438         Add conditionally dvi and djvu to desktop types. Fix for 304658.
8439
8440 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
8441
8442         * shell/ev-view.c: (view_update_adjustments),
8443         (view_set_adjustment_values): cast adjustmen->value to (int)
8444         before using it.  Otherwise, we get off by a pixel in some
8445         situations.
8446
8447         (draw_one_page): Draw the border on expose.
8448
8449 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
8450
8451         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
8452         adjustment when the mode changes, #304923
8453
8454 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8455
8456         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
8457         flickering on resize but still use gdk_window_scroll on
8458         scrolling
8459
8460 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
8461
8462         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
8463         option, #170458
8464
8465 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
8466
8467         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
8468         second page on page_changed if possible, #304669
8469
8470 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
8471
8472         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
8473         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
8474
8475 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
8476
8477         * .cvsignore:
8478         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
8479         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8480         (ev_view_zoom_for_size_presentation),
8481         (ev_view_zoom_for_size_continuous_and_dual_page),
8482         (ev_view_zoom_for_size_continuous),
8483         (ev_view_zoom_for_size_dual_page),
8484         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
8485         * shell/ev-view.h:
8486         * shell/ev-window.c: (update_view_size),
8487         (ev_window_sizing_mode_changed_cb):
8488
8489         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
8490         the scrollbars.  It's not 100% right, but it's much closer.  Kills
8491         an infinite loop, #304769
8492
8493
8494 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8495
8496         * data/evince-ui.xml:
8497         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
8498         * shell/ev-window.c: (set_view_actions_sensitivity):
8499
8500         Make PgUp/Down behave like Space
8501
8502 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8503
8504         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8505         * backend/ev-ps-exporter.h:
8506         * pdf/ev-poppler.cc:
8507         * ps/ps-document.c: (ps_document_ps_export_begin):
8508         * shell/ev-print-job.c: (idle_print_handler):
8509
8510         Adapt to new poppler api
8511
8512 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8513
8514         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8515         (ephy_zoom_control_init):
8516
8517         Translate zoom levels
8518
8519 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8520
8521         * cut-n-paste/zoom-control/ephy-zoom.c:
8522         (ephy_zoom_get_zoom_level_index):
8523
8524         Fix current zoom -> zoom control match
8525
8526 2005-05-18  James Bowes  <bowes@cs.dal.ca>
8527
8528         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
8529         rather than the scrolled_window that it's in. Fixes bug #304655.
8530
8531 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
8532
8533         * shell/ev-view.c: (view_update_adjustments),
8534         (view_set_adjustment_values), (view_update_range_and_current_page),
8535         (view_scroll_to_page), (set_scroll_adjustment),
8536         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
8537         (ev_view_scroll), (ev_view_scroll_view),
8538         (ensure_rectangle_is_visible), (find_page_at_location),
8539         (get_link_at_location), (go_to_link), (status_message_from_link),
8540         (ev_view_size_request_continuous_dual_page),
8541         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
8542         (ev_view_unrealize), (ev_view_expose_event),
8543         (ev_view_button_press_event), (ev_view_motion_notify_event),
8544         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
8545         (draw_rubberband), (highlight_find_results), (draw_one_page),
8546         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
8547         (ev_view_init), (find_changed_cb), (page_changed_cb),
8548         (on_adjustment_value_changed), (ev_view_new),
8549         (ev_view_set_document), (ev_view_set_zoom),
8550         (ev_view_set_continuous), (ev_view_set_dual_page),
8551         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
8552         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8553         (ev_view_zoom_for_size_presentation),
8554         (ev_view_zoom_for_size_continuous_dual_page),
8555         (ev_view_zoom_for_size_continuous),
8556         (ev_view_zoom_for_size_dual_page),
8557         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8558         (ev_view_get_status), (ev_view_set_status),
8559         (update_find_status_message), (ev_view_get_find_status),
8560         (ev_view_set_find_status), (jump_to_find_result),
8561         (jump_to_find_page), (compute_selections), (clear_selection),
8562         (ev_view_select_all), (get_selected_text), (ev_view_copy),
8563         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
8564         (ev_view_update_primary_selection),
8565         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
8566         * shell/ev-view.h:
8567         * shell/ev-window.c: (ev_window_open_page_label),
8568         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
8569         (ev_window_init):
8570         * shell/ev-window.h:
8571         * shell/main.c: (load_files):
8572
8573         Massive code clean up from Nickolay Shmyrev.  Keep page offset
8574         when resizing.  Remove the bin_window().  Also, patch from James
8575         Bowes to fix command line page, #300641
8576         
8577 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
8578
8579         * data/evince-ui.xml:
8580         * shell/ev-view.c:
8581         * shell/ev-view.h:
8582         * shell/ev-window.c: (update_action_sensitivity):
8583
8584         Get rid of View->Normal Size, it's just confusing
8585
8586 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
8587
8588         * backend/ev-document-info.h:
8589         * backend/ev-document.c: (ev_document_info_free): Free the
8590         EvDocumentInfo.
8591
8592         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
8593         (clear_range), (add_range), (update_visible_range),
8594         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
8595         (ev_sidebar_thumbnails_set_document):
8596         * shell/ev-window.c: (ev_window_setup_document): Only render the
8597         visible thumbnails.  It takes an instant to render, but it uses
8598         much less memory.
8599
8600 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8601
8602         * shell/ev-sidebar-links.c: (popup_menu_cb):
8603
8604         Select first item
8605
8606 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8607
8608         * lib/Makefile.am:
8609         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
8610         (button_press_cb), (ev_sidebar_links_construct):
8611
8612         Show the popup menu also on keybindings
8613
8614 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8615
8616         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
8617         * shell/ev-window.h:
8618
8619         Expose api to print a range (with dialog). Make private _print use
8620         it.
8621
8622         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
8623         (ev_sidebar_links_construct):
8624
8625         Show a print context menu on linkx, it prints the selected
8626         section.
8627
8628 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
8629
8630         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
8631         button.
8632
8633 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
8634
8635         * AUTHORS:
8636
8637         Update
8638
8639         * shell/ev-window.c: (build_comments_string),
8640         (ev_window_cmd_help_about):
8641
8642         Show poppler version/backend and authors
8643
8644 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8645
8646         * cut-n-paste/zoom-control/ephy-zoom.c:
8647         (ephy_zoom_get_zoom_level_index):
8648         * cut-n-paste/zoom-control/ephy-zoom.h:
8649
8650         Move the best fit items at the top of the list
8651
8652 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8653
8654         * shell/ev-marshal.list:
8655         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
8656         (activate_cb), (match_selected_cb), (activate_link_cb),
8657         (connect_proxy), (ev_page_action_class_init):
8658         * shell/ev-page-action.h:
8659
8660         Use signals to notify action activation. Hopefully
8661         I did not break completion since I cant test...
8662
8663         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
8664         (register_custom_actions):
8665
8666         Connect to page selector actions and also grab focus on
8667         the view when activated.
8668
8669 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
8670
8671         * pdf/ev-poppler.cc:
8672         * backend/ev-page-cache.c: make page size calculation consistent
8673         and set it to (int)( width * scale + 0.5).  This makes the weird
8674         line going through the middle of the page go away.
8675
8676         * shell/ev-view.c: move painting the background page after
8677         checking the expose area covers us.
8678
8679 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8680
8681         * data/evince-password.glade:
8682         
8683         Mark labels as not translatable. Fix for bug 302842.
8684
8685 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
8686
8687         * configure.ac: Added "es" to ALL_LINGUAS.
8688
8689 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8690
8691         * data/evince-toolbar.xml:
8692         * shell/ev-window.c: (update_action_sensitivity),
8693         (ev_window_setup_document), (ev_window_set_page_mode),
8694         (ev_window_init):
8695
8696         Remove some leftover code from jrb first continous
8697         attempt. Use the new actions, we still need good icons
8698         though...
8699
8700 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8701
8702         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
8703
8704         Update label when connecting proxy. Fix a warning with NULL
8705         page_cache.
8706
8707 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8708
8709         * data/evince-ui.xml:
8710         * shell/ev-page-action.c: (ev_page_action_grab_focus):
8711         * shell/ev-page-action.h:
8712         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
8713
8714         Add mnemonic for edit toolbar.
8715         ctrl+l focus the page entry.
8716
8717 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8718
8719         * lib/Makefile.am:
8720         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
8721         (ev_window_init):
8722         * shell/main.c: (main):
8723
8724         Put the toolbar xml in evince own dot dir
8725
8726 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8727
8728         * shell/ev-window.c: (ev_window_init):
8729
8730         Make the toolbar not removable
8731
8732 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8733
8734         * data/evince-ui.xml:
8735         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
8736         * shell/ev-sidebar-links.h:
8737         * shell/ev-sidebar-thumbnails.c:
8738         (ev_sidebar_thumbnails_get_treeview):
8739         * shell/ev-sidebar-thumbnails.h:
8740         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
8741         (ev_view_class_init):
8742         * shell/ev-view.h:
8743         * shell/ev-window.c: (update_action_sensitivity),
8744         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
8745         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
8746         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
8747         (ev_window_init):
8748
8749         This is evil... Make space/backspace global accelerators but
8750         enable them only for some widgets (sidebars and view).
8751         I dont like it, but I dont know a better way... :/
8752
8753 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8754
8755         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
8756         (ev_page_action_widget_finalize),
8757         (ev_page_action_widget_class_init), (update_page_cache):
8758
8759         Keep a weak reference on proxy->page_cache so that we
8760         dont try to disconnect the signal if the object is already
8761         gone. Maybe there is a better way to cleanup reference handling
8762         in page action though...
8763
8764 2005-05-10  Juerg Billeter  <j@bitron.ch>
8765
8766         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8767         * backend/ev-ps-exporter.h:
8768         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
8769         * ps/ps-document.c: (ps_document_ps_export_begin):
8770         
8771         Change api to pass print range to ps_exporter_begin. The pdf backend
8772         requires this information.
8773         
8774         * shell/ev-print-job.c: (idle_print_handler):
8775         
8776         Adapt to api change
8777
8778 2005-05-10  Juerg Billeter  <j@bitron.ch>
8779
8780         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
8781         (idle_print_handler)
8782         * shell/ev-window.c: (ev_window_print):
8783
8784         Support printing page range, based on patch by Amaury Jacquot
8785
8786 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8787
8788         * data/evince-toolbar.xml:
8789
8790         Add zoom control to available items
8791
8792 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8793
8794         * shell/ev-window.c: (update_action_sensitivity):
8795
8796         Set slash action insensitive when appropriate
8797
8798 2005-05-10  Christian Persch <chpe@gnome.org>
8799
8800         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
8801
8802         Fix warning on the overflow menu
8803
8804 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8805
8806         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
8807
8808         Check for uri correctness/existence
8809
8810 2005-05-09  Juerg Billeter  <j@bitron.ch>
8811
8812         * shell/ev-window.c: (using_postscript_printer):
8813
8814         LPD printers use postscript, too
8815
8816 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8817
8818         * shell/ev-window.c: (register_custom_actions):
8819
8820         The zoom one is actually sort of useful,
8821         put it back
8822
8823 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8824
8825         * shell/ev-window.c: (register_custom_actions):
8826
8827         Hide page/zoom controls from overflow, they
8828         are useless.
8829
8830 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8831
8832         * cut-n-paste/update-from-egg.sh:
8833         
8834         Share it between all cut-n-paste subdirs
8835
8836         * cut-n-paste/recent-files/Makefile.am:
8837
8838         Fix to use "global" update-from-egg.sh
8839
8840         * cut-n-paste/recent-files/egg-recent-model.c:
8841         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
8842         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8843         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
8844         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
8845
8846         Update from libegg
8847
8848         * cut-n-paste/toolbar-editor/Makefile.am:
8849
8850         Fix to use "global" update-from-egg.sh
8851
8852         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8853
8854         Update from libegg
8855
8856 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
8857
8858         * configure.ac:
8859         * cut-n-paste/Makefile.am:
8860         * cut-n-paste/recent-files/Makefile.am:
8861         * cut-n-paste/toolbar-editor/.cvsignore:
8862         * cut-n-paste/toolbar-editor/Makefile.am:
8863         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8864         (egg_editable_toolbar_get_type), (get_toolbar_position),
8865         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
8866         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
8867         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
8868         (set_item_drag_source), (create_item_from_action), (create_item),
8869         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
8870         (popup_toolbar_context_menu_cb), (free_dragged_item),
8871         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
8872         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
8873         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
8874         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
8875         (item_added_cb), (item_removed_cb),
8876         (egg_editable_toolbar_construct),
8877         (egg_editable_toolbar_disconnect_model),
8878         (egg_editable_toolbar_deconstruct),
8879         (egg_editable_toolbar_set_model),
8880         (egg_editable_toolbar_set_ui_manager),
8881         (egg_editable_toolbar_set_property),
8882         (egg_editable_toolbar_get_property),
8883         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
8884         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
8885         (egg_editable_toolbar_new_with_model),
8886         (egg_editable_toolbar_get_edit_mode),
8887         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
8888         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
8889         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
8890         (new_pixbuf_from_widget), (new_separator_pixbuf),
8891         (update_separator_image), (style_set_cb),
8892         (_egg_editable_toolbar_new_separator_image),
8893         (egg_editable_toolbar_get_model):
8894         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8895         * cut-n-paste/toolbar-editor/egg-marshal.c:
8896         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8897         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
8898         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
8899         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
8900         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
8901         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
8902         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
8903         (editor_drag_data_delete_cb), (drag_data_get_cb),
8904         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
8905         (editor_create_item), (update_editor_sheet), (setup_editor),
8906         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
8907         (parse_item_list), (model_has_action), (update_actions_list),
8908         (egg_toolbar_editor_load_actions):
8909         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
8910         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8911         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
8912         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
8913         (toolbars_item_new), (free_toolbar_node), (free_item_node),
8914         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
8915         (egg_toolbars_model_add_separator), (impl_add_item),
8916         (parse_item_list), (egg_toolbars_model_add_toolbar),
8917         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
8918         (impl_get_item_data), (impl_get_item_type),
8919         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
8920         (egg_toolbars_model_init), (free_toolbar),
8921         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
8922         (egg_toolbars_model_remove_toolbar),
8923         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
8924         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
8925         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
8926         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
8927         (egg_toolbars_model_get_item_data),
8928         (egg_toolbars_model_get_item_type):
8929         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8930         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8931         * data/Makefile.am:
8932         * data/evince-toolbar.xml:
8933         * data/evince-ui.xml:
8934         * data/hand-open.png:
8935         * po/POTFILES.in:
8936         * shell/Makefile.am:
8937         * shell/ev-window.c: (update_chrome_visibility),
8938         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
8939         (ev_window_dispose), (ev_window_init):
8940
8941         Implement epiphany like toolbar editor. Based on patch by
8942         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8943
8944 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8945
8946         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
8947
8948         Use set_cursor instead of set_selection, so that
8949         the keyboard focus moves too.
8950
8951 2005-05-09  Aleksey Kliger <akliger@gmail.com>
8952
8953         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
8954
8955         Fix infinite loop when loading Type1 fonts
8956
8957 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8958
8959         * data/evince-ui.xml:
8960         * shell/ev-window.c:
8961
8962         Slash -> Find
8963
8964 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
8965
8966         * configure.ac:
8967
8968         Make --disable really disable
8969
8970 2005-05-07  Juerg Billeter  <j@bitron.ch>
8971
8972         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
8973
8974         Compare page labels even without has_labels set, fixes setting page
8975         with entry
8976
8977 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8978
8979         * shell/ev-view.c: (ev_view_create_invisible_cursor),
8980         (ev_view_set_cursor), (ev_view_button_press_event),
8981         (ev_view_motion_notify_event), (ev_view_button_release_event),
8982         (ev_view_init):
8983
8984         Implement middle button scrolling. Based on a patch
8985         by Tommi Komulainen <tommi.komulainen@iki.fi>.
8986
8987 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
8988
8989         * shell/ev-document-types.c: (get_slow_mime_type),
8990         (get_document_type_from_mime), (ev_document_type_lookup):
8991         * shell/ev-document-types.h:
8992
8993         Change api to lookup from uri. Do fast lookup first, if the
8994         type is unknown try with data sniffing.
8995
8996         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
8997         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8998
8999         Adapt to api change
9000
9001 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9002
9003         * thumbnailer/Makefile.am:
9004
9005         Fix distcheck
9006
9007 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9008
9009         * NEWS:
9010         * configure.ac:
9011
9012         Release 0.3.0
9013
9014         * data/evince-ui.xml:
9015
9016         Hide presentation mode for now
9017
9018         * shell/ev-view.c: (highlight_find_results):
9019
9020         Show current find selection only on current page
9021
9022 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9023
9024         * shell/ev-view.c: (ev_view_select_all):
9025
9026         Compute size of the actual page, not of
9027         the current one.
9028
9029 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9030
9031         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
9032         (view_rect_to_doc_rect), (compute_selections),
9033         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
9034         (ev_view_copy), (ev_view_primary_get_cb),
9035         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
9036         (ev_view_button_press_event), (ev_view_motion_notify_event),
9037         (ev_view_button_release_event), (page_changed_cb):
9038
9039         Fix text selection
9040
9041 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9042
9043         * shell/ev-view.c: (compute_border), (get_page_extents),
9044         (doc_rect_to_view_rect), (highlight_find_results),
9045         (ev_view_bin_expose), (ev_view_select_all),
9046         (ev_view_motion_notify_event), (update_find_status_message),
9047         (jump_to_find_result), (jump_to_find_page):
9048
9049         First go at fixing search, still buggy
9050
9051 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
9052
9053         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
9054         dropdown box and button at the top of the sidebar.
9055
9056 2005-05-02  James Bowes  <bowes@cs.dal.ca>
9057
9058         * configure.ac: Output zoom-control Makefile.
9059         * cut-n-paste/Makefile.am: build zoom-control subdir.
9060         * cut-n-paste/zoom-control/ephy-zoom-action.c:
9061         * cut-n-paste/zoom-control/ephy-zoom-action.h:
9062         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9063         * cut-n-paste/zoom-control/ephy-zoom-control.h:
9064         * cut-n-paste/zoom-control/ephy-zoom.c:
9065         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
9066         from epiphany, and modified to add a separator into the menu.
9067         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
9068         * data/evince-ui.xml: Replace old zoom toolbar actions with new
9069         zoom-control action.
9070         * shell/Makefile.am: Include zoom-control flags.
9071         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
9072         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
9073         (ev_view_zoom_for_size_presentation),
9074         (ev_view_zoom_for_size_continuous_and_dual_page),
9075         (ev_view_zoom_for_size_continuous),
9076         (ev_view_zoom_for_size_dual_page),
9077         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
9078         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
9079         ev_view_get_zoom and ev_view_get_sizing_mode.
9080         * shell/ev-view.h:
9081         * shell/ev-window.c: (update_action_sensitivity),
9082         (update_sizing_buttons), (zoom_control_changed_cb),
9083         (register_custom_actions): Initialize and use the zoom-control 
9084         widget.
9085
9086 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
9087
9088         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
9089         preview cache back to 1.  Don't know when it got set to 0.
9090         
9091         * shell/ev-view.c: (compute_border), (ev_view_realize),
9092         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
9093         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
9094         (ev_view_get_fullscreen), (ev_view_set_presentation),
9095         (ev_view_get_presentation), (ev_view_set_sizing_mode),
9096         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
9097         * shell/ev-view.h:
9098         * shell/ev-window.c:
9099         (update_chrome_visibility),
9100         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9101         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9102         (update_document_mode), (ev_window_update_fullscreen_action),
9103         (ev_window_fullscreen), (ev_window_unfullscreen),
9104         (ev_window_cmd_view_fullscreen),
9105         (ev_window_update_presentation_action),
9106         (ev_window_run_presentation), (ev_window_stop_presentation),
9107         (ev_window_cmd_view_presentation), (ev_window_state_event),
9108         (ev_window_focus_in_event), (ev_window_focus_out_event),
9109         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
9110         * data/evince-ui.xml: Initial presentation mode.  We should
9111         probably hide this until it's done, as it's quite rough.  Also,
9112         change full-screen to fullscreen and add two getters to EvView.
9113
9114 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9115
9116         * shell/ev-page-action.c: (update_page_cache),
9117         (ev_page_action_dispose):
9118         * shell/ev-window.c: (destroy_fullscreen_popup),
9119         (ev_window_create_fullscreen_popup):
9120
9121         Use connect_object rather than explicitly
9122         disconnect on dispose.
9123
9124 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9125
9126         * shell/ev-page-action.c: (update_page_cache),
9127         (ev_page_action_dispose):
9128
9129 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9130
9131         * backend/ev-page-cache.c: (_ev_page_cache_new),
9132         (ev_page_cache_set_page_label),
9133         (ev_page_cache_has_nonnumeric_page_labels):
9134         * backend/ev-page-cache.h:
9135         * shell/ev-page-action.c: (update_pages_label):
9136         
9137         If all page labels are numeric, fallback to default
9138         way to display number of pages. See bug 173185.
9139
9140 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9141
9142         * shell/ev-page-action.c: (ev_page_action_dispose):
9143         * shell/ev-view.c: (view_update_range_and_current_page):
9144         * shell/ev-window.c: (ev_window_dispose):
9145         
9146         Set page on scroll in continuous mode. Fixes bug 301986.
9147         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
9148
9149 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
9150
9151         * configure.ac:
9152
9153         Require poppler 0.3.0
9154
9155 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9156         
9157         * shell/Makefile.am, configure.ac: Fix build problems
9158         with t1lib. Bug 301996.
9159
9160 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9161
9162         * shell/ev-view.c: (ev_view_scroll_event):
9163         
9164         Scroll up increase zoom
9165
9166 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9167
9168         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
9169         (ev_view_set_sizing_mode),
9170         (ev_view_zoom_for_size_continuous_and_dual_page),
9171         (ev_view_zoom_for_size_continuous):
9172         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
9173         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
9174         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
9175         (ev_window_init):
9176
9177         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
9178         Fix for 165473 and 165472.
9179
9180 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9181
9182         * po/POTFILES.in:
9183         * thumbnailer/Makefile.am:
9184         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
9185         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
9186         * thumbnailer/evince-thumbnailer.schemas.in:
9187         
9188         Make thumbnailer schemas translatable. Fix for bug 301773
9189         
9190         * thumbnailer/evince-thumbnailer-djvu.schemas:
9191         * thumbnailer/evince-thumbnailer-dvi.schemas:
9192         * thumbnailer/evince-thumbnailer.schemas:
9193
9194         Removed files
9195
9196 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
9197
9198         * shell/ev-view.c (ev_view_init): forgot to set this.
9199
9200 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
9201
9202         * shell/ev-view.c: (find_page_at_location),
9203         (get_link_at_location),
9204         (ev_view_set_show_border), (ev_view_set_spacing),
9205         (ev_view_zoom_for_size_continuous_and_dual_page),
9206         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
9207         Also, add a quick fix measuring of widths.  Also, removed
9208         ev_view_set_spacing and ev_view_set_show_border.
9209         
9210         * shell/ev-window.c: (ev_window_unfullscreen),
9211         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
9212
9213 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9214
9215         * shell/ev-view.c: (view_update_range_and_current_page),
9216         (page_changed_cb):
9217         
9218         Fix crash on exit and scrolling to page in continuous view.
9219
9220 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
9221
9222         * TODO:
9223         * backend/ev-page-cache.c: (_ev_page_cache_new),
9224         (ev_page_cache_get_max_width_size),
9225         (ev_page_cache_get_max_height_size):
9226         * backend/ev-page-cache.h:
9227         * data/evince-ui.xml:
9228         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
9229         * shell/ev-view.c: (view_update_adjustments),
9230         (view_update_range_and_current_page), (get_bounding_box_size),
9231         (ev_view_size_request_continuous_and_dual_page),
9232         (ev_view_size_request_continuous),
9233         (ev_view_size_request_dual_page),
9234         (ev_view_size_request_single_page), (ev_view_size_request),
9235         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
9236         (ev_view_bin_expose), (ev_view_expose_event),
9237         (ev_view_set_property), (ev_view_get_property),
9238         (ev_view_class_init), (ev_view_init), (ev_view_new),
9239         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
9240         (ev_view_set_dual_page), (ev_view_set_full_screen),
9241         (ev_view_set_presentation), (ev_view_set_sizing_mode),
9242         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
9243         (ev_view_zoom_out), (zoom_for_size_fit_width),
9244         (zoom_for_size_best_fit),
9245         (ev_view_zoom_for_size_continuous_and_dual_page),
9246         (ev_view_zoom_for_size_continuous),
9247         (ev_view_zoom_for_size_dual_page),
9248         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9249         (ev_view_show_cursor), (ev_sizing_mode_get_type):
9250         * shell/ev-view.h:
9251         * shell/ev-window.c: (update_action_sensitivity),
9252         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9253         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9254         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
9255         (ev_window_cmd_view_zoom_out), (update_view_size),
9256         (ev_window_set_sizing_mode), (ev_window_init):
9257
9258         Add Continuous and Dual page modes.
9259
9260 2005-04-23  James Bowes  <bowes@cs.dal.ca>
9261
9262         * dvi/dvi-document.c: (dvi_document_load),
9263         (dvi_document_thumbnails_get_thumbnail),
9264         (dvi_document_init_params): Fix up some mixups between
9265         width and height to correct thumbnail rendering.
9266
9267 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9268
9269         * dvi/mdvi-lib/private.h:
9270         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
9271         
9272         Suppess output for kpathsea during font generation. Thanks to
9273         James Bowes
9274
9275 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
9276
9277         * NEWS:
9278         * configure.ac:
9279
9280         Release 0.2.1
9281
9282         * Makefile.am: fix distcheck.
9283
9284 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9285
9286         * shell/ev-sidebar-links.c: (selection_changed_callback),
9287         (update_page_callback), (row_activated_callback),
9288         (job_finished_callback), (ev_sidebar_links_set_document):
9289         
9290         Fix for bug #169901. Double click on links expands tree.
9291
9292 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
9293
9294         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
9295         hard-coded style. Fix for bug 170111
9296
9297 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
9298
9299         * shell/ev-view.c (highlight_find_results): Remove unnecessary
9300         locking.
9301
9302 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9303
9304         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
9305
9306 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
9307
9308         * pdf/ev-poppler.cc:
9309         * shell/ev-view.c: (highlight_find_results):
9310
9311         Fix find on single page documents
9312
9313 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9314
9315         * data/evince.schemas.in: fix for bug 301390
9316
9317 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9318
9319         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
9320         (ev_view_zoom_out), (ev_view_zoom_normal):
9321         * shell/ev-view.h:
9322         * shell/ev-window.c: (update_action_sensitivity),
9323         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9324         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
9325         (ev_window_cmd_view_normal_size):
9326
9327         Fix normal size zoom. Make zoom in/zoom out unsensitive when
9328         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
9329         better than oom. 
9330
9331 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9332
9333         * configure.ac:
9334
9335         Depend on 2.57, 2.59 doesnt seem to be necessary
9336
9337 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9338
9339         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
9340         (create_tool_item):
9341
9342         Put back total number of pages as (1 of 1234)
9343
9344 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
9345
9346         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
9347         remove the job.
9348
9349         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
9350         function.  This helps debugging.
9351
9352 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9353
9354         * djvu/djvu-document.c: (djvu_document_class_init),
9355         (djvu_document_get_info), (djvu_document_document_iface_init):
9356         * dvi/dvi-document.c: (dvi_document_class_init),
9357         (dvi_document_get_info), (dvi_document_document_iface_init):
9358
9359         Dummy implementation of get_info method for dvi and
9360         djvu. Fix crashes with those backends
9361
9362 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
9363
9364         * data/evince.desktop.in:
9365
9366         Add application/x-gzpostscript
9367
9368 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
9369
9370         * data/evince.schemas.in: Added real long descriptions, 
9371         closes bug 172496 
9372
9373         * README: Added actual text, closes bug 171869
9374
9375 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9376
9377         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9378
9379         Thumbnail page 0
9380
9381 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9382
9383         * backend/ev-document-info.h:
9384
9385         s/GDate */GDate so we can just use g_free
9386
9387 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9388
9389         * shell/ev-window.c: (update_document_mode),
9390         (ev_window_setup_document):
9391
9392         Show the window in fullscreen when specified by
9393         the document
9394
9395 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9396
9397         * backend/ev-document.c: (ev_document_class_init),
9398         (ev_document_get_info), (ev_document_render_pixbuf):
9399         * backend/ev-document.h:
9400         * backend/ev-page-cache.c: (_ev_page_cache_new):
9401         * pdf/ev-poppler.cc:
9402         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
9403         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
9404         * ps/ps-document.c: (ps_document_class_init), (document_load),
9405         (ps_document_get_info), (ps_document_document_iface_init):
9406
9407         Remove get_title from the interface, we can just use document info
9408
9409 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9410
9411         * backend/Makefile.am:
9412         * backend/ev-document.c: (ev_document_render_get_info):
9413         * backend/ev-document.h:
9414         * pdf/ev-poppler.cc:
9415
9416         Initial support for document info. Based on jrb patch.
9417
9418 2005-04-19  Paolo Borelli <pborelli@katamail.com>
9419
9420         * shell/ev-window.c: (ev_window_state_event),
9421         (ev_window_class_init), (ev_window_init):
9422         
9423         Doesn't show resize grip when maximized. See bug #301053
9424
9425 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9426
9427         * po/POTFILES.in:
9428         
9429         ev-sidebar-thumbnails now has translatable labels
9430         
9431         * shell/Makefile.am:
9432         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
9433         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
9434         (ev_sidebar_links_page_iface_init):
9435         * shell/ev-sidebar-links.h:
9436         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9437         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
9438         (ev_sidebar_page_get_label):
9439         * shell/ev-sidebar-page.h:
9440         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
9441         (ev_sidebar_thumbnails_set_document),
9442         (ev_sidebar_thumbnails_support_document),
9443         (ev_sidebar_thumbnails_get_label),
9444         (ev_sidebar_thumbnails_page_iface_init):
9445         * shell/ev-sidebar-thumbnails.h:
9446         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
9447         (ev_sidebar_set_document):
9448         * shell/ev-sidebar.h:
9449         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
9450         
9451         Small rework of sidebar code. Now sidebar pages should implement
9452         EvSidebarPage interface. That makes page management in EvSidebar
9453         easier. See bug #164811 for details
9454
9455 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9456
9457         * shell/ev-application.c: (ev_application_open):
9458         * shell/ev-document-types.c:
9459         
9460         Fix build error and small problem with application exit
9461
9462 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9463
9464         * thumbnailer/Makefile.am:
9465         * thumbnailer/evince-thumbnailer-djvu.schemas:
9466         * thumbnailer/evince-thumbnailer-dvi.schemas:
9467         
9468         Conditionally install schemas for djvu/dvi thumbnailer
9469
9470 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
9471
9472         * shell/ev-document-types.h: 
9473         * shell/ev-document-types.c: 
9474         New files, handling the mapping from mimetypes to backends
9475         
9476         * shell/ev-window.c: 
9477         * thumbnailer/evince-thumbnailer.c:     
9478         Use the ev-document-types code
9479         
9480         * shell/Makefile.am: 
9481         Added new convenience library libevbackendfactory_la, containing
9482         the new mimetype->backend logic; moved the backends into it.
9483
9484         * thumbnailer/Makefile.am:
9485         Make the thumbnailer link with the libevbackend.la convenience
9486         library, rather than having a duplicate of the backend logic here.
9487
9488 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
9489
9490         * shell/ev-stock-icons.c: constify some vars.
9491         * shell/ev-window.c: ditto.
9492
9493 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
9494
9495         * ps/ps-document.c (get_page_orientation):
9496
9497         Respect document orientation 
9498
9499 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9500
9501         * djvu/Makefile.am:
9502         * dvi/Makefile.am:
9503         * shell/Makefile.am:
9504         
9505         Move library dependencies to components.
9506         
9507         * shell/ev-window.c: (update_window_title),
9508         (start_loading_document):
9509         
9510         Fix display of uris with spaces. Bug 168358.
9511
9512 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
9513
9514         * shell/ev-sidebar-links.c: (selection_changed_cb):
9515         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
9516         (ev_view_button_release_event), (ev_view_set_document):
9517         * shell/ev-view.h:
9518         * shell/ev-window.c: (find_bar_search_changed_cb):
9519         * shell/ev-window.h: Minor cleanups removing some dead code.
9520
9521 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9522
9523         * backend/ev-page-cache.c: (_ev_page_cache_new):
9524         
9525         Set current page to 0 if document has pages.
9526
9527 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9528
9529         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9530
9531         Initialize GError to NULL, fix a crash when loading fails.
9532
9533 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9534
9535         * shell/ev-window.c: (update_view_size):
9536
9537         Calculate shadow size only when there is actually
9538         a shadow.
9539
9540 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9541
9542         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
9543         * shell/ev-view.h:
9544
9545         Allow setting view spacing, default to 0
9546
9547         * shell/ev-window.c: (ev_window_unfullscreen),
9548         (ev_window_cmd_view_fullscreen), (ev_window_init):
9549
9550         Remove spacing in fullscreen mode
9551
9552 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9553
9554         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
9555         (ev_view_size_request), (expose_bin_window),
9556         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
9557         * shell/ev-view.h:
9558         * shell/ev-window.c: (ev_window_unfullscreen),
9559         (ev_window_cmd_view_fullscreen):
9560
9561         Do not draw the border in fulscreen
9562
9563 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9564
9565         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
9566         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
9567         (find_page_at_location), (page_changed_cb):
9568
9569         Rework border calculation, so that I can more easily disable it.
9570         Code somewhat cleaner too.
9571
9572 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9573
9574         * backend/ev-page-cache.c: (ev_page_cache_init),
9575         (_ev_page_cache_new):
9576
9577         Remove some assertions, documents can have 0 pages.
9578         Make initial current page -1.
9579
9580         * shell/ev-page-action.c: (page_changed_cb):
9581
9582         Show "" if current page is -1
9583
9584         * shell/ev-window.c: (update_action_sensitivity),
9585         (ev_window_setup_document):
9586
9587         When document has 0 pages do not set the view
9588         and make nearly everything insensitive.
9589
9590 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9591
9592         * shell/ev-page-view.c:
9593         * shell/ev-page-view.h:
9594
9595         Remove unused files.
9596         
9597         * shell/ev-sidebar-thumbnails.c:
9598         (ev_sidebar_thumbnails_set_document):
9599         * shell/ev-sidebar.c: (ev_sidebar_set_document),
9600         (ev_sidebar_supports_document):
9601         * shell/ev-sidebar.h:
9602         * shell/ev-window.c: (ev_window_setup_document):
9603         
9604         Doesn't show thumbnails if document has 1 page. Make
9605         sidebar menu entries sensitive only if if they have 
9606         sense. Fix bug 164811. 
9607
9608 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9609
9610         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
9611         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
9612         (ev_view_zoom_out), (ev_view_set_size):
9613
9614         Rework sizing to deal with documents with not uniform page
9615         size.
9616
9617 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9618
9619         * backend/ev-page-cache.c: (_ev_page_cache_new):
9620
9621         Fix several page size caching bugs
9622
9623 2005-04-15  Luca Ferretti <elle.uca@libero.it>
9624
9625         * shell/ev-window.c: (set_action_properties):
9626
9627         Make all toolbar items translatable
9628
9629 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9630
9631         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
9632         (save_page_list), (ps_document_save),
9633         (ps_document_document_iface_init), (ps_document_ps_export_begin),
9634         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
9635         (ps_document_ps_exporter_iface_init):
9636         * ps/ps-document.h:
9637
9638         Based on a patch by J�rg Billeter <j@bitron.ch>
9639         
9640         Implement print and save a copy for the ps backend.
9641
9642 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
9643
9644         * backend/ev-document.h:
9645         * djvu/djvu-document.c: (djvu_document_can_get_text),
9646         (djvu_document_document_iface_init):
9647         * dvi/dvi-document.c: (dvi_document_can_get_text),
9648         (dvi_document_document_iface_init):
9649         * pdf/ev-poppler.cc:
9650         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
9651         (pixbuf_document_document_iface_init):
9652         * ps/ps-document.c: (ps_document_can_get_text),
9653         (ps_document_document_iface_init):
9654         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
9655         * shell/ev-window.c: (update_action_sensitivity):
9656
9657         Fix the crash when trying to copy in backends that doesnt
9658         support it. We can implement a better solution once we
9659         do real text selection.
9660
9661 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
9662
9663         * data/evince-ui.xml:
9664         * shell/ev-window.c: (ev_window_cmd_escape):
9665         
9666         Work around the Escape conflict (find bar and unfullscreen)
9667
9668 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9669
9670         * backend/ev-page-cache.c: (ev_page_cache_next_page):
9671         
9672         Fix for #300233. Next page correctly handles document end.
9673         
9674         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9675         (ev_sidebar_thumbnails_class_init),
9676         (ev_sidebar_thumbnails_set_document),
9677         (ev_sidebar_thumbnails_clear_job),
9678         (ev_sidebar_thumbnails_clear_model):
9679         
9680         Cleanup thumbnail jobs on document changes.
9681         
9682         * shell/ev-view.c: (add_scroll_binding_keypad),
9683         (add_scroll_binding_shifted), (ev_view_class_init):
9684         
9685         Shift + Space scrolls up. Fix for #173184
9686         
9687         * shell/ev-window.c: (ev_window_open_page),
9688         (ev_window_cmd_view_reload):
9689         
9690         Fix reload (Bug #300094)
9691
9692 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9693
9694         
9695         * dvi/mdvi-lib/assoc.c:
9696         * dvi/mdvi-lib/assoc.h: Removed garbage files
9697         
9698         * dvi/mdvi-lib/bitmap.c:
9699         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
9700         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
9701         * dvi/mdvi-lib/color.h: Antialias of rules
9702         
9703         * dvi/mdvi-lib/common.h:
9704         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
9705         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
9706         * dvi/mdvi-lib/files.c:
9707         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
9708         * dvi/mdvi-lib/mdvi.h:
9709         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9710         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
9711         * dvi/mdvi-lib/util.c: Fix compile warnings
9712         
9713         * dvi/dvi-document.c:
9714         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
9715         (dvi_document_thumbnails_get_thumbnail),
9716         (dvi_document_document_thumbnails_iface_init):
9717         * dvi/mdvi-lib/Makefile.am:
9718         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9719         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
9720         
9721         Dvi backend now renders thumbnails
9722
9723 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
9724
9725         * shell/main.c: (main): 
9726         
9727         Save accelerators on exit. Fixes bug #172095.
9728
9729 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
9730
9731         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
9732         update priority" comment.
9733
9734         * backend/ev-job-queue.c: Give a way to change priority.
9735
9736 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
9737
9738         * shell/ev-page-action.c: Fix logic.
9739
9740 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9741
9742         * shell/ev-view.c: (ev_view_can_find_next):
9743         * shell/ev-window.c: (ev_window_setup_document):
9744
9745         Check that the document supports find
9746
9747 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9748
9749         * data/evince-ui.xml:
9750         * shell/ev-view.c: (ev_view_can_find_next):
9751         * shell/ev-view.h:
9752         * shell/ev-window.c: (update_action_sensitivity),
9753         (find_changed_cb), (ev_window_setup_document),
9754         (ev_window_cmd_edit_find_next):
9755
9756         Add Edit->Find Next
9757
9758 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9759
9760         * pdf/ev-poppler.cc:
9761         * shell/ev-print-job.c: (idle_print_handler):
9762
9763         Make printing work again
9764
9765 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
9766
9767         * shell/ev-page-action.h:
9768         * shell/ev-page-action.c: (ev_page_action_widget_init),
9769         (ev_page_action_widget_class_init), (page_changed_cb),
9770         (create_tool_item), (update_page_cache), (build_new_tree_cb),
9771         (get_filter_model_from_model), (match_selected_cb),
9772         (display_completion_text), (match_completion), (update_model),
9773         (connect_proxy), (ev_page_action_set_property),
9774         (ev_page_action_get_property), (ev_page_action_set_document),
9775         (ev_page_action_set_model), (ev_page_action_class_init): Big
9776         reworking to make completions work iff we have >= GTK-2.7.0
9777                 
9778         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
9779         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
9780         (job_finished_cb): We now have a 'model' property that is set when
9781         the links are loaded.  This can be caught with "notify::model"
9782
9783         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
9784         listen for the model to be set, and propagate it to the action.
9785
9786 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9787
9788         * cut-n-paste/recent-files/egg-recent-item.c:
9789         (egg_recent_item_set_uri), (make_valid_utf8),
9790         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
9791         * cut-n-paste/recent-files/egg-recent-item.h:
9792         
9793         Update egg-recent from libegg. This should fix long
9794         startup problem. For details see
9795         http://bugzilla.gnome.org/show_bug.cgi?id=160531
9796
9797 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9798
9799         * cut-n-paste/recent-files/Makefile.am:
9800         * data/evince-ui.xml, shell/Makefile.am:
9801         * shell/ev-application.c, shell/ev-application.h:
9802         * shell/ev-window.c: Recent files support.
9803         
9804         * configure.ac: Added "ru" to ALL_LINGUAS.
9805         
9806         * dvju: new backend to support DJVU files.
9807         * dvi: new backend to support DVI.
9808
9809         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
9810         * ev-application.c: Support for new backends.
9811         
9812         * help, ev-window.c, main.c shell/Makefile.am: 
9813         Evince user documentation.
9814
9815 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9816
9817         * po/POTFILES.in:
9818         * shell/ev-window.c:
9819         * thumbnailer/evince-thumbnailer.c:
9820
9821         s/pdf-document/ev-poppler
9822
9823 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9824
9825         * NEWS:
9826         * configure.ac:
9827
9828         Release 0.2.0
9829
9830         * ps/ps-document.c: (setup_pixmap):
9831
9832         Remove debug code
9833
9834 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
9835
9836         * backend/ev-page-cache.c (ev_page_cache_next_page): 
9837         * shell/ev-window.c (ev_window_cmd_go_next_page) 
9838         (ev_window_cmd_go_first_page): Fix of by one errors.
9839
9840 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9841
9842         * ps/ps-document.c: (get_page_box):
9843
9844         Fix page size calculation
9845
9846 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9847
9848         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9849         (ps_document_cleanup), (setup_pixmap), (get_page_box),
9850         (get_page_orientation), (setup_page), (document_load),
9851         (ps_document_get_page_size), (render_pixbuf_idle):
9852         * ps/ps-document.h:
9853
9854         More refactoring to adapt to EvDocument changes
9855
9856 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9857
9858         * ps/ps-document.c: (start_interpreter):
9859
9860         Actually add alpha args
9861
9862 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9863
9864         * pdf/ev-poppler.cc:
9865
9866         Make clipboard work again
9867
9868 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
9869
9870         Make searching work again.
9871         
9872         * backend/ev-document.c:
9873         * backend/ev-document.h:
9874         * backend/ev-document-find.c:
9875         * backend/ev-document-find.h: Change EvDocumentIface so we no
9876         longer store the current page or zoom level in the document.  The
9877         consequence is that all calls that operate on the current page now
9878         instead take the page number as an extra argument, and all
9879         coordinates are now doubles in document coordinate system.
9880
9881         * pdf/ev-poppler.cc:
9882         * pixbuf/pixbuf-document.c:
9883         * ps/ps-document.c: Update backends accordingly.
9884
9885 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
9886
9887         * autogen.sh:
9888
9889         Add required gettext version
9890
9891 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
9892
9893         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
9894         make F1 bring up non-existent help.
9895
9896         * shell/eggfindbar.c: Patch from Christian Persch to sync to
9897         epiphany's find bar, #167477
9898
9899         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
9900         <emil@nishra.com> to add space-bar scrolling, 
9901
9902         * shell/ev-window.c (static GtkActionEntry entries): add default
9903         keybinding for Help (F1)
9904         Fixes #171068
9905
9906         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
9907         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
9908         170110
9909
9910 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
9911
9912         * Makefile.am: 
9913         * pixbuf/pixbuf-document.c: 
9914
9915         Got pixbuf backend working again
9916
9917 2005-04-01  Steve Murphy  <murf@e-tools.com>
9918
9919         * configure.in: Added "rw" to ALL_LINGUAS.
9920
9921 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
9922
9923         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
9924         model types, noticed by Martin Kretzschmar.
9925
9926 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
9927
9928         * pdf/ev-poppler.cc: Implement search based on
9929         poppler_page_find_text().  Currently a bit crude since we remember
9930         all matches from all pages.  Also, we grab the big document lock
9931         when we search since searching changes the underlying stream and
9932         thus conflicts with the rendering thread.
9933         
9934         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
9935         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
9936         (ev_view_find_previous): Fix some page indexes to be 0 based,
9937         offset rubber band by view offset,
9938
9939 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
9940
9941         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
9942
9943 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
9944
9945         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
9946         completely because I didn't understand GtkActions.  I should
9947         read Marco's code more carefully in the future.
9948
9949         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
9950         function
9951
9952 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
9953
9954         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
9955         PopplerRectangle change from poppler CVS.
9956
9957 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
9958
9959         * backend/ev-document.c: (ev_document_get_page_label):
9960         * backend/ev-document.h:
9961         * backend/ev-page-cache.c: (_ev_page_cache_new),
9962         (ev_page_cache_get_page_label):
9963         * backend/ev-page-cache.h:
9964         * pdf/ev-poppler.cc:
9965         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
9966         (links_page_num_func):
9967         * shell/ev-sidebar-thumbnails.c:
9968         (ev_sidebar_thumbnails_set_document):
9969         * shell/ev-view.c: (status_message_from_link),
9970         (ev_view_motion_notify_event):
9971         * shell/ev-window.c: (document_supports_sidebar): Add in page
9972         label support.  It's not perfect yet, but it's the first 'feature'
9973         in a while.
9974         Also, fix a bogus comment noticed by crispin. 
9975
9976 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
9977
9978         * Makefile.am: Remove pixbuf backend for now
9979
9980         * configure.ac: Require poppler-glib instead of just poppler.
9981
9982         * backend/ev-document-thumbnails.h: Add a comment
9983
9984         * backend/ev-document.h:
9985         * backend/ev-document.c: (ev_document_class_init),
9986         (ev_document_load), (ev_document_get_link),
9987         (ev_document_get_links): Remove 3 methods and add get_links.
9988         Also, made 0 based.
9989
9990         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9991         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
9992
9993         * backend/ev-link.c: (ev_link_set_title),
9994         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
9995         (ev_link_mapping_find):
9996         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
9997         
9998         * backend/ev-page-cache.c: (ev_page_cache_init),
9999         (_ev_page_cache_new), (ev_page_cache_set_current_page),
10000         (ev_page_cache_get_size), (ev_page_cache_next_page),
10001         (ev_page_cache_prev_page): Fix to be 0 based.
10002
10003         * pdf/Makefile.am: 
10004         * pdf/ev-poppler.h:
10005         * pdf/ev-poppler.cc: New backend.
10006         
10007         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
10008         (ps_document_get_page), (ps_document_document_iface_init):
10009
10010         * shell/ev-pixbuf-cache.h:
10011         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10012         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
10013         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
10014         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
10015         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
10016         Fix up code to grab a page cache per each doc.  Also, fix to be 0
10017         based.
10018         
10019         * shell/ev-sidebar-thumbnails.c:
10020         (ev_sidebar_tree_selection_changed), (page_changed_cb),
10021         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
10022
10023         * shell/ev-view.c: (status_message_from_link),
10024         (find_page_at_location), (get_link_at_location),
10025         (ev_view_motion_notify_event), (ev_view_button_release_event),
10026         (ev_view_init): Use the new link code.  Fix to be 0 based.
10027
10028         * shell/ev-window.c: (update_action_sensitivity),
10029         (document_supports_sidebar): 0 based.
10030
10031 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
10032
10033         * pdf/pdf-document.cc: Patch from Fernando Herrera
10034         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
10035         *blush*
10036
10037 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
10038
10039         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
10040         1 to the page, as this seems to be 1 based.  I thought we has this
10041         fixed.  grump.
10042
10043 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
10044
10045         * TODO:
10046         * backend/Makefile.am:
10047         * backend/ev-document-links.c:
10048         (ev_document_links_has_document_links),
10049         (ev_document_links_get_links_model):
10050         * backend/ev-document-links.h:
10051         * backend/ev-document.c: (ev_document_get_page_cache),
10052         (ev_document_get_doc_mutex), (ev_document_load),
10053         (ev_document_save), (ev_document_get_title),
10054         (ev_document_get_n_pages), (ev_document_set_page),
10055         (ev_document_get_page), (ev_document_set_target),
10056         (ev_document_set_scale), (ev_document_set_page_offset),
10057         (ev_document_get_page_size), (ev_document_get_text),
10058         (ev_document_get_link), (ev_document_render),
10059         (ev_document_render_pixbuf), (ev_document_scale_changed):
10060         * backend/ev-document.h:
10061         * backend/ev-job-queue.c: (remove_object_from_queue),
10062         (notify_finished), (handle_job), (search_for_jobs_unlocked),
10063         (no_jobs_available_unlocked), (ev_render_thread),
10064         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
10065         (ev_job_queue_remove_job):
10066         * backend/ev-job-queue.h:
10067         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10068         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10069         (ev_job_links_class_init), (ev_job_render_init),
10070         (ev_job_render_dispose), (ev_job_render_class_init),
10071         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10072         (ev_job_thumbnail_class_init), (ev_job_finished),
10073         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10074         (ev_job_render_run), (ev_job_thumbnail_new),
10075         (ev_job_thumbnail_run):
10076         * backend/ev-jobs.h:
10077         * backend/ev-link.c:
10078         * backend/ev-link.h:
10079         * backend/ev-page-cache.c: (ev_page_cache_init),
10080         (ev_page_cache_class_init), (ev_page_cache_finalize),
10081         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
10082         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10083         (ev_page_cache_set_link), (ev_page_cache_get_title),
10084         (ev_page_cache_get_size), (ev_page_cache_next_page),
10085         (ev_page_cache_prev_page):
10086         * backend/ev-page-cache.h:
10087         * pdf/pdf-document.cc:
10088         * ps/gsdefaults.c:
10089         * ps/gsdefaults.h:
10090         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10091         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
10092         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
10093         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
10094         (is_interpreter_ready), (output), (catchPipe), (input),
10095         (start_interpreter), (check_filecompressed), (compute_dimensions),
10096         (ps_document_enable_interpreter), (document_load),
10097         (ps_document_next_page), (render_page), (ps_document_set_page),
10098         (ps_document_set_scale), (render_pixbuf_idle),
10099         (ps_document_render_pixbuf), (ps_document_document_iface_init):
10100         * ps/ps-document.h:
10101         * shell/Makefile.am:
10102         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10103         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
10104         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
10105         (ev_pixbuf_cache_new), (job_finished_cb),
10106         (check_job_size_and_unref), (move_one_job),
10107         (ev_pixbuf_cache_update_range), (find_job_cache),
10108         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
10109         (ev_pixbuf_cache_add_jobs_if_needed),
10110         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
10111         * shell/ev-pixbuf-cache.h:
10112         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10113         (idle_print_handler):
10114         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
10115         (selection_changed_cb), (create_loading_model),
10116         (ev_sidebar_links_construct), (links_page_num_func),
10117         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
10118         (update_page_callback), (job_finished_cb),
10119         (ev_sidebar_links_set_document):
10120         * shell/ev-sidebar-thumbnails.c:
10121         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
10122         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
10123         (page_changed_cb), (thumbnail_job_completed_callback),
10124         (ev_sidebar_thumbnails_set_document):
10125         * shell/ev-sidebar-thumbnails.h:
10126         * shell/ev-sidebar.c: (ev_sidebar_set_document):
10127         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
10128         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
10129         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
10130         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
10131         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
10132         (ev_view_button_release_event), (ev_view_scroll_view),
10133         (ev_view_class_init), (ev_view_init), (update_find_status_message),
10134         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
10135         (ev_view_new), (job_finished_cb), (page_changed_cb),
10136         (ev_view_set_document), (go_to_link), (ev_view_zoom),
10137         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
10138         (ev_view_find_previous):
10139         * shell/ev-view.h:
10140         * shell/ev-window.c: (update_action_sensitivity),
10141         (ev_window_open_page), (update_window_title), (update_total_pages),
10142         (page_changed_cb), (ev_window_setup_document),
10143         (password_dialog_response), (ev_window_cmd_save_as),
10144         (ev_window_print), (ev_window_cmd_go_previous_page),
10145         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
10146         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
10147         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
10148         * shell/main.c: (main):
10149
10150         Merge evince-threads branch
10151
10152 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
10153
10154         * configure.ac: Added "lt" to ALL_LINGUAS.
10155
10156 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
10157
10158         * NEWS:
10159         * configure.ac:
10160
10161         Release 0.1.9
10162
10163 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
10164
10165         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10166
10167         Fix here also the thumbnails 1-basedness :)
10168
10169 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10170
10171         * NEWS:
10172         * configure.ac:
10173
10174         Release 0.1.8
10175
10176 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10177
10178         * pdf/pdf-document.cc:
10179         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
10180         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
10181
10182         Fix the mess we did with thumbnails and 1-basedness
10183
10184 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
10185
10186         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
10187
10188 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
10189
10190         * NEWS:
10191         * configure.ac:
10192
10193         Release 0.1.7
10194
10195 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
10196
10197         * ps/Makefile.am:
10198         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
10199         (gtk_gs_defaults_get_alpha_parameters),
10200         (gtk_gs_defaults_get_ungzip_cmd),
10201         (gtk_gs_defaults_get_unbzip2_cmd):
10202         * ps/gsdefaults.h:
10203         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10204         (ps_document_get_orientation), (document_load),
10205         (ps_document_goto_page), (ps_document_set_page_size):
10206         * ps/ps-document.h:
10207
10208         Some more sanitization of the ps backend. Remove a lot
10209         of unused code and do not base our defaults on ggv
10210         preferences (ugh!)
10211
10212 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
10213
10214         * thumbnailer/evince-thumbnailer.schemas:
10215         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10216         (main): add -s option for thumbnail size.
10217
10218 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
10219
10220         * configure.ac:
10221
10222         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
10223         remove it.
10224
10225 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10226
10227         * pdf/pdf-document.cc:
10228
10229         Remove 4 pixels of useless border from the
10230         thumbnail.
10231
10232 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10233
10234         * backend/ev-document-thumbnails.c:
10235         (ev_document_thumbnails_get_thumbnail):
10236         * backend/ev-document-thumbnails.h:
10237
10238         Rework API a bit. Add a border flag and
10239         change sizing logic (now the size we specify
10240         applies to the bigger dimension).
10241
10242         * pdf/pdf-document.cc:
10243         * pixbuf/pixbuf-document.c:
10244         (pixbuf_document_thumbnails_get_thumbnail):
10245         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
10246         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10247
10248         Adapt to the new API and do not draw a border for nautilus
10249         thumbnailer.
10250
10251 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
10252
10253         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10254         take thumbnails from page "0" instead of "1". Added a copyright header.
10255
10256 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
10257
10258         * ps/ps-document.c: (set_up_page), (start_interpreter):
10259
10260         Make it C89 compliant
10261
10262 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
10263
10264         * Makefile.am:
10265         * configure.ac:
10266         * pdf/.cvsignore:
10267         * pdf/pdf-document.cc:
10268         * thumbnailer/Makefile.am:
10269         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10270         (main):
10271         * thumbnailer/evince-thumbnailer.schemas:
10272         * thumbnailer/pdf-icon.png:
10273
10274         Add a nautilus thumbnailer.
10275         Based on patch by Fernando Herrera <fherrera@onirica.com>.
10276
10277 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
10278
10279         * NEWS:
10280         * configure.ac:
10281         * po/POTFILES.in:
10282
10283         Release 0.1.6
10284
10285 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
10286
10287         Use poppler instead of including xpdf source code.  Poppler is a
10288         fork of xpdf to build it as a shared library. See
10289         http://freedesktop.org/wiki/Software/poppler.
10290
10291         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
10292         xpdf fork.
10293         
10294         * pdf/Makefile.am: Build libpdfdocument.a here.
10295         
10296         * pdf/GDKSplashOutputDev.cc:
10297         * pdf/GDKSplashOutputDev.h:
10298         * pdf/GnomeVFSStream.cc:
10299         * pdf/GnomeVFSStream.h:
10300         * pdf-document.cc:
10301         * pdf-document.h:
10302         * test-gdk-output-dev.cc
10303         * Thumb.cc:
10304         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
10305         against poppler.
10306
10307 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10308
10309         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
10310
10311         Clear idle stack before unsetting the document
10312
10313 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10314
10315         * ps/ps-document.c: (ps_document_widget_event),
10316         (ps_document_set_target), (ps_document_finalize),
10317         (ps_document_get_page):
10318
10319         Disconnect the widget event signal on finalize.
10320         Some code cleanups.
10321
10322 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10323
10324         * ps/ps-document.c: (set_up_page):
10325
10326         If there is no bpixmap create one, even if size
10327         is not changed.
10328
10329 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10330
10331         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
10332         (set_up_page), (document_load), (ps_document_set_zoom):
10333
10334         Default page is 0. Calculate size even when we have no
10335         target yet.
10336
10337 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
10338
10339         * shell/ev-sidebar.c: expand the selection widget to be always as
10340         wide as the sidebar
10341
10342 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10343
10344         * shell/ev-sidebar-thumbnails.c:
10345         (ev_sidebar_thumbnails_set_document):
10346
10347         Clear the list store when setting document
10348
10349 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10350
10351         * shell/ev-page-action.c: (update_entry), (sync_entry),
10352         (activate_cb), (entry_size_request_cb), (create_tool_item),
10353         (connect_proxy):
10354
10355         Use an entry for the page control instead of spinbuttons
10356
10357 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10358
10359         * data/evince.schemas.in:
10360
10361         Correct confusing string
10362
10363 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
10364
10365         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
10366         for real.  Gosh, how long has this been broken.
10367
10368         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
10369         check for a NULL link.  We crash otherwise.
10370
10371 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
10372
10373         * NEWS:
10374         * configure.ac:
10375
10376         Release 0.1.5
10377
10378 2005-02-25  Sebastien Bacher  <seb128@debian.org>
10379
10380         * configure.ac: add the french translation.
10381
10382 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10383
10384         * shell/ev-window.c:
10385
10386         Remove unused header -> fix distcheck
10387
10388 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10389
10390         * shell/ev-window.c: (update_window_title),
10391         (ev_window_popup_password_dialog):
10392
10393         Unescape filename for display
10394
10395 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10396
10397         * pdf/xpdf/pdf-document.cc:
10398
10399         In get_page_size deal with rotation. Also
10400         cleanup the function a bit.
10401
10402 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10403
10404         * pdf/xpdf/pdf-document.cc:
10405
10406         Fix crash when opening in new window
10407
10408 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10409
10410         * configure.ac:
10411
10412         Check ghostscript >= 7
10413
10414 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
10415
10416         * shell/ev-window.c:
10417
10418         Make page width the default sizing mode
10419
10420 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
10421         Marco Pesenti Gritti <marco@gnome.org>
10422
10423         * shell/ev-window.c: Remember the sidebar size
10424
10425         * data/evince.schemas.in: Add a new gconf key to store the size of
10426         the sidebar
10427
10428 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
10429
10430         * data/evince-ui.xml:
10431         * shell/ev-window.c: (update_action_sensitivity),
10432         (ev_window_cmd_view_reload):
10433         
10434         Add a "Reload" action and menu entry
10435
10436 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
10437
10438         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
10439         iff the type doesn't support thumbnailing and indexing.
10440
10441 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
10442
10443         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
10444
10445 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10446
10447         * pdf/splash/Splash.cc:
10448
10449         Port fix for a crasher from kde bug
10450         http://bugs.kde.org/show_bug.cgi?id=97131
10451
10452 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10453
10454         * pdf/xpdf/pdf-document.cc:
10455
10456         Return a link even if it's of an unrecognized
10457         type. Otherwise we go in an infinte cycle.
10458
10459 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10460
10461         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
10462         (size_allocate_cb), (ev_window_set_sizing_mode):
10463
10464         Update size when switching mode
10465
10466 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10467
10468         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10469         (ev_window_cmd_view_page_width), (update_sizing_buttons),
10470         (ev_window_cmd_view_normal_size):
10471
10472         Fix size toggle buttons behavior
10473
10474 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10475
10476         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
10477         (doc_rect_to_view_rect), (ev_view_size_allocate),
10478         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
10479         (scale_changed_callback):
10480
10481         Do not cache offsets in size_allocate.
10482
10483 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10484
10485         * shell/ev-view.c: (ev_view_size_allocate):
10486
10487         Calculate offsets before calling the parent
10488         class (which does a redraw)
10489
10490 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10491
10492         * pdf/xpdf/pdf-document.cc:
10493
10494         Fix a crasher on exit. Unused code, put a TODO
10495
10496 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10497
10498         * backend/ev-document.c: (ev_document_class_init),
10499         (ev_document_page_changed), (ev_document_scale_changed):
10500         * backend/ev-document.h:
10501
10502         Separate page/scale notifications
10503
10504         * pdf/xpdf/pdf-document.cc:
10505
10506         Emit the new signals.
10507         Do not display the pdf page in _render, do it
10508         when scale/page are requested.
10509
10510         * ps/ps-document.c: (ps_document_set_zoom),
10511         (ps_document_widget_event):
10512         * ps/ps-document.h:
10513
10514         Emit the new signals.
10515
10516         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10517         (ev_view_init), (page_changed_callback), (scale_changed_callback),
10518         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
10519         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
10520         * shell/ev-view.h:
10521         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
10522         (ev_window_cmd_view_page_width), (size_allocate_cb),
10523         (ev_window_set_sizing_mode):
10524
10525         Rework sizing to be pixel based.
10526         There are bugs but should be already way better.
10527
10528 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
10529
10530         * shell/ev-window.c: (ev_window_init):
10531
10532         Do not allow to shrink sidebar smaller then
10533         child requisition
10534
10535 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
10536
10537         * shell/ev-sidebar.[ch]
10538         * shell/ev-window.c:
10539
10540         Improved sidebar widget. Fixes #166683
10541
10542 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
10543
10544         * shell/ev-view.c (update_find_status_message): Give translators
10545         more flexibility with ngettext plural handling.
10546
10547 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
10548
10549         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
10550         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
10551         page when we get the page size.
10552
10553 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10554
10555         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
10556
10557         ps pages are 0 based, convert 
10558
10559 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10560
10561         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
10562
10563         Initialize correct parent class. Set GError on document load
10564
10565 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10566
10567         * pdf/xpdf/pdf-document.cc:
10568
10569         Fixup selection offset calculation
10570
10571         * shell/ev-view.c: (view_rect_to_doc_rect),
10572         (doc_rect_to_view_rect), (ev_view_size_allocate),
10573         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
10574         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
10575
10576         Store selection as document relative, so that zooming
10577         and offset changing doesnt break it.
10578
10579 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10580
10581         * shell/ev-view.c: (ev_view_best_fit):
10582
10583         Do not try to best fit if the view is not realized
10584
10585 2005-02-20  Kostas Papadimas <pkst@gnome.org>
10586           
10587         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
10588
10589 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
10590
10591         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
10592
10593 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
10594
10595         * shell/ev-window.c: Change the fullscreen toolbar to always be in
10596         the popup window.  That prevents it resizing when in full screen
10597         mode.
10598
10599         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
10600         multiple rerenders.  This pretty much sucks.
10601
10602         * data/evince-ui.xml: Change the fullscreen toolbar to include the
10603         rest of the toolbar.
10604
10605 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
10606
10607         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
10608
10609 2005-02-17  Alexander Shopov  <ash@contact.bg>
10610
10611         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
10612
10613 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
10614
10615         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
10616
10617 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
10618
10619         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
10620         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
10621         (set_document_page), (document_changed_callback),
10622         (ev_view_set_document), (ev_view_find_previous),
10623         (ev_view_hide_cursor), (ev_view_show_cursor):
10624         * shell/ev-view.h:
10625         * shell/ev-window.c: (update_chrome_visibility),
10626         (fullscreen_timeout_cb), (fullscreen_set_timeout),
10627         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
10628         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
10629         (ev_window_unfullscreen):
10630         * shell/main.c: (main):
10631
10632         Automatically hide the fullscreen button.
10633         Patch by Kristian Høgsberg <krh@redhat.com>
10634
10635 2005-02-16  Vincent Noel  <vnoel@cox.net>
10636
10637         * shell/main.c (main): Specify an icon for the window. Patch by
10638         Jaap A. Haitsma. Fixes #166177.
10639
10640 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
10641
10642         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
10643
10644 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
10645
10646         * backend/ev-document-misc.h:
10647         * backend/ev-document-misc.c:
10648         (ev_document_misc_get_page_border_size),
10649         (ev_document_misc_paint_one_page): New function to canonicalize
10650         sizing/painting a border.
10651
10652         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
10653         used.
10654
10655         * pdf/xpdf/pdf-document.cc: use new function
10656
10657         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10658         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
10659         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
10660         shell/ev-window.c: (update_sizing_buttons),
10661         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
10662         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
10663         (ev_window_cmd_view_page_width), (size_allocate_cb),
10664         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
10665         and "fit width" values act as toggle buttons so they stay
10666         toggled.  It's not 100% perfect, and it's a little slow, but it's
10667         good enough to commit I think.
10668
10669 2005-02-15  David Lodge  <dave@cirt.net>
10670
10671         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
10672
10673 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
10674
10675         * shell/ev-window.c (update_window_title): replace newlines in
10676         the title by spaces. Bug #166107.
10677
10678 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
10679
10680         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
10681         parameters providing allocation width and height without
10682         scrollbars and width of a possible vertical scrollbar. With this
10683         additional information the functions can work as
10684         intended. Unfortunately they're not idempotent. We should
10685         transform these commands to toggles. Fixes Bug #164976
10686         Initial patch by Stephane Loeuillet, then heavily modified.
10687
10688         * shell/ev-view.h: update prototypes.
10689
10690         * shell/ev-window.c (ev_window_cmd_view_best_fit)
10691         (ev_window_cmd_view_page_width): provide EvView fit functions with
10692         all the information they need. Formulas to calculate this
10693         information taken from GtkScrolledWindow.
10694
10695 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
10696
10697         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
10698         created a thumbnail, the list store is updated to know
10699         that the thumbnail is set. Fixes bug #166792
10700
10701 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
10702
10703         * shell/ev-window.c: fixed typo, closes bug 166897
10704
10705         * TODO: updated TODO with bug numbers that are relevant
10706
10707 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
10708
10709         * shell/ev-window.c: Support for DnD of files. Fixes #164813
10710
10711 2005-02-09  Vincent Noel  <vnoel@cox.net>
10712
10713         * shell/ev-window.c: (set_action_properties): Set the "Previous"
10714         and "Next" toolbar buttons as important to make them stand out.
10715
10716 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10717
10718         * lib/ev-debug.c:
10719         * lib/ev-debug.h:
10720         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
10721         (start_interpreter), (stop_interpreter), (document_load),
10722         (ps_document_next_page), (ps_document_goto_page),
10723         (ps_document_set_page_size), (ps_document_widget_event),
10724         (ps_document_render):
10725         * shell/ev-page-view.c: (ev_page_view_dispose):
10726         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
10727
10728         Fix compilation on non-gcc platforms
10729
10730 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10731
10732         * NEWS:
10733         * configure.ac:
10734
10735         Release 0.1.4
10736
10737         * pdf/xpdf/Catalog.cc:
10738         * pdf/xpdf/XRef.cc:
10739
10740         Fix the fix for CAN-2004-0888
10741
10742 2005-02-09  Luca Ferretti <elle.uca@libero.it>
10743
10744         * data/Makefile.am:
10745         * data/evince-ui.xml:
10746         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10747         * shell/ev-stock-icons.h:
10748         * shell/ev-window.c: (update_action_sensitivity),
10749         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
10750         (set_action_properties):
10751
10752         Improve toolbar layout/icons
10753
10754 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
10755
10756         * pdf/xpdf/pdf-document.cc:
10757
10758         Add warnings about unimplemented/unknown link
10759         types.
10760
10761 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10762
10763         * ps/ps-document.c: (set_up_page):
10764
10765         Log gs property
10766
10767 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10768
10769         * ps/ps-document.c: (start_interpreter):
10770
10771         Log gs env var
10772
10773 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10774
10775         * shell/ev-page-view.c: (ev_page_view_dispose):
10776         * shell/ev-view.c: (ev_view_finalize):
10777         * shell/ev-window.c: (ev_window_setup_document),
10778         (ev_window_dispose), (ev_window_init):
10779
10780         Solve more refs issues.
10781
10782         I commented out the page_view initialization for now:
10783         it was never destroyed (because it's never added
10784         to a container). Because of that we was leaking
10785         gs processes. Couldnt think to a clean fix.
10786         We need to figure this out, password view has the
10787         same issue probably.
10788
10789 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10790
10791         * ps/ps-document.c: (ps_document_finalize),
10792         (ps_document_get_n_pages), (ps_document_get_page):
10793
10794         Some cleanups, stop the interpreter on finalize
10795
10796         * shell/ev-page-view.c: (ev_page_view_dispose),
10797         (ev_page_view_class_init):
10798
10799         Release our reference on the document
10800
10801 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10802
10803         * Makefile.am:
10804         * configure.ac:
10805         * doc/debugging.txt:
10806         * lib/.cvsignore:
10807         * lib/Makefile.am:
10808         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
10809         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
10810         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
10811         * lib/ev-debug.h:
10812
10813         Add debugging helpers
10814
10815         * ps/Makefile.am:
10816         * ps/ps-document.c: (set_up_page), (start_interpreter),
10817         (stop_interpreter), (document_load), (ps_document_next_page),
10818         (ps_document_goto_page), (ps_document_set_page_size),
10819         (ps_document_widget_event), (ps_document_render):
10820         * shell/Makefile.am:
10821         * shell/ev-view.c: (expose_bin_window):
10822         * shell/main.c: (main):
10823
10824         Add some logs
10825         
10826 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10827
10828         * ps/ps-document.c: (ps_document_widget_event):
10829
10830         Initialize message_window, this should make ps
10831         rendering really work! (Never noticed because I was
10832         testing with a ps that is causing gs to exit every time!)
10833
10834 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
10835
10836         * data/evince.schemas.in: updated simple error in applyto closing tag
10837
10838 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
10839
10840         * Makefile.am:
10841         * configure.ac:
10842         * data/.cvsignore:
10843         * data/Makefile.am:
10844         * data/evince-ui.xml:
10845         A data/evince.schemas.in:
10846         * po/POTFILES.in:
10847         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10848         * shell/ev-stock-icons.h:
10849         * shell/ev-window.c: (update_chrome_visibility),
10850         (update_chrome_flag), (ev_window_cmd_edit_find),
10851         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
10852         (ev_window_unfullscreen), (ev_window_focus_in_event),
10853         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
10854         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
10855         (ev_window_view_sidebar_cb), (find_bar_close_cb),
10856         (ev_window_dispose), (ev_window_class_init),
10857         (set_action_properties), (set_chrome_actions), (load_chrome),
10858         (ev_window_init):
10859
10860         Implement fullscreen mode changes from bug #164776.
10861         Also implement persistent chrome toggles.
10862
10863 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
10864
10865         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
10866
10867 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10868
10869         * NEWS:
10870         * configure.ac:
10871         * shell/ev-view.c:
10872
10873         Add another check for find interface
10874
10875         Release 0.1.3
10876
10877 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10878
10879         * shell/ev-application.c: (ev_application_open):
10880         * shell/ev-window.c: (ev_window_open):
10881
10882         Open gzipped ps documents
10883
10884 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10885
10886         * TODO:
10887         * shell/ev-view.c: (set_document_page):
10888
10889         Clamp page number, dont try to move to
10890         not existant pages.
10891
10892 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10893
10894         * backend/ev-document-find.c: (ev_document_find_changed):
10895         * backend/ev-document-find.h:
10896         * pdf/xpdf/pdf-document.cc:
10897         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
10898         * shell/ev-window.c: (find_bar_search_changed_cb):
10899
10900         Fix several bugs with find
10901
10902 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
10903
10904         * shell/ev-sidebar-thumbnails.c
10905         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
10906         document. Prevents warning from scroll_to_cell.
10907
10908 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
10909
10910         * configure.ac: Add «nb» to ALL_LINGUAS too.
10911
10912 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
10913
10914         * NOTES: New file with some random thoughts.
10915
10916         * TODO: Update.
10917
10918         * backend/ev-document-misc.c:
10919         (ev_document_misc_get_page_border_size): New function to
10920         canonicalize shadow drawing sizes.  Possibly goofy.
10921
10922         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
10923         (ev_view_best_fit), (ev_view_fit_width):
10924         * pdf/xpdf/pdf-document.cc:
10925         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
10926         * ps/ps-document.c: (ps_document_get_page_size):
10927         * backend/ev-document-misc.h:
10928         * backend/ev-document.c: (ev_document_get_page_size):
10929         * backend/ev-document.h: get_page_size now takes a page number
10930         parameter.  Made all the backends/frontends honor it.
10931
10932         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
10933         see.  Doesn't work yet.
10934
10935         * shell/Makefile.am:
10936         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
10937         Doesn't do anything yet.
10938
10939         * shell/ev-sidebar-thumbnails.c:
10940         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
10941         [0..n_pages-1]
10942
10943         * shell/ev-window.c: (update_action_sensitivity),
10944         (ev_window_setup_document), (ev_window_set_page_mode),
10945         (ev_window_page_mode_cb), (ev_window_init): Clean up the
10946         view-swapping code a bit so we can have multiple views on a
10947         document.  Add the multi-page view, though it can't be turned on
10948         yet.
10949
10950 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10951
10952         * shell/ev-application.c: (ev_application_open):
10953         * shell/ev-view.c: (expose_bin_window):
10954         * shell/ev-window.c: (ev_window_open):
10955
10956         Support eps and check document supports find
10957         before drawing highlightings in expose.
10958
10959 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
10960
10961         * pixbuf/pixbuf-document.c:
10962         (pixbuf_document_thumbnails_get_dimensions),
10963         (pixbuf_document_document_thumbnails_iface_init):
10964
10965         implement get_dimensions
10966
10967 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10968
10969         * NEWS:
10970         * configure.ac:
10971
10972         Release 0.1.2
10973
10974 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10975
10976         * shell/ev-view.c: (set_document_page):
10977
10978         Scroll at the top of the page when changing page
10979
10980 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10981
10982         * shell/ev-view.c: (ev_view_motion_notify_event):
10983
10984         Do not redraw unnecessarily
10985
10986 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10987
10988         * pdf/xpdf/pdf-document.cc:
10989         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10990         (expose_bin_window), (find_changed_cb):
10991
10992         Yay! find works now... Now to find bugs...
10993
10994 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10995
10996         * backend/ev-document-find.c: (ev_document_find_base_init),
10997         (ev_document_find_changed):
10998         * backend/ev-document-find.h:
10999         * pdf/xpdf/pdf-document.cc:
11000         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11001         (expose_bin_window), (ev_view_init), (set_document_page),
11002         (ensure_rectangle_is_visible), (jump_to_find_result),
11003         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
11004         (ev_view_find_next), (ev_view_find_previous):
11005         * shell/ev-view.h:
11006         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
11007
11008         More work on find implementation, mostly there now
11009
11010 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
11011
11012         * backend/ev-backend-marshalers.list:
11013         * backend/ev-document-find.c: (ev_document_find_base_init),
11014         (ev_document_find_cancel), (ev_document_find_page_has_results),
11015         (ev_document_find_get_n_results), (ev_document_find_get_result),
11016         (ev_document_find_get_progress), (ev_document_find_changed):
11017         * backend/ev-document-find.h:
11018
11019         Enanche the find interface to be really able to do
11020         multi page find.
11021
11022         * pdf/xpdf/pdf-document.cc:
11023
11024         Implement
11025
11026         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
11027         (expose_bin_window), (ev_view_init),
11028         (ev_view_get_find_status_message), (find_changed_cb),
11029         (ev_view_set_document), (set_document_page):
11030
11031         Adapt to the new interface. A few things are regressed sorry,
11032         I will finish it soon.
11033
11034 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
11035
11036         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
11037         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
11038         ev_sidebar_thumbnails_parent_class variable, don't define another
11039         parent_class variable.
11040
11041         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
11042         (ev_page_action_class_init): ditto.
11043
11044         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
11045         (pixbuf_document_class_init): ditto.
11046
11047         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
11048         ditto.
11049
11050         * .cvsignore: ignore various valgrind output files.
11051
11052 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11053
11054         * data/evince-ui.xml:
11055         * shell/Makefile.am:
11056         * shell/ev-history.c:
11057         * shell/ev-history.h:
11058         * shell/ev-navigation-action.c:
11059         * shell/ev-navigation-action.h:
11060         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
11061         (ev_view_set_page), (ev_view_fit_width):
11062         * shell/ev-view.h:
11063         * shell/ev-window.c: (update_action_sensitivity),
11064         (ev_window_setup_document), (register_custom_actions):
11065
11066         Kill session history
11067
11068 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11069
11070         * shell/ev-window.c: (update_action_sensitivity):
11071
11072         Fix inverted up/down buttons
11073
11074 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
11075
11076         * shell/ev-sidebar-thumbnails.c
11077         (ev_sidebar_thumbnails_select_page): make sure the selected
11078         thumbnail stays visible.
11079
11080 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
11081
11082         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
11083         scrolled window for Federico.
11084
11085 2005-01-26  Ole Laursen  <olau@hardworking.dk>
11086
11087         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
11088
11089 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
11090
11091         * configure.ac:
11092         * pdf/splash/SplashFTFontEngine.cc:
11093
11094         Fix CID fonts with freetype 2.1.9
11095
11096 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
11097
11098         * TODO: added item for desktop icon thumbnailer
11099
11100 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
11101
11102         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
11103         unloaded docs when the title is accessed.
11104
11105         * shell/ev-password-view.[hc]: New widget for displaying password
11106         state.
11107
11108         * shell/ev-window.[ch]: Refactor password handling code to handle
11109         the new view.
11110
11111 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
11112
11113         * NEWS:
11114         * configure.ac:
11115         * data/Makefile.am:
11116
11117         Release 0.1.1
11118
11119 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11120
11121         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
11122         ignore page offset here, to make search results independent of it,
11123
11124         * shell/ev-view.c (expose_bin_window): but take offsets into
11125         account here. Bug #164932
11126
11127         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
11128         scale at the right time. Bug #164996
11129
11130 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
11131
11132         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
11133         fix the problem. Now I just removed the Adobe font names and hope
11134         that the URW fonts are always in outline format. Bug #164934
11135
11136         * shell/ev-window.c (update_window_title): empty titles are
11137         useless, use filename in that case too.
11138
11139         * NEWS: Add some content.
11140
11141 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
11142
11143         * TODO: added one more TODO item and a TODONE section :)
11144
11145 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11146
11147         * ps/ps-document.h: add page_[xy]_offset fields.
11148
11149         * ps/ps-document.c (ps_document_set_page_offset)
11150         (ps_document_render): Keep offset in consideration in a few
11151         places. Bug #164752 "postscript documents are not centered in
11152         window"
11153
11154         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
11155         s/gpdf/evince/. Spotted by Stephane Loeuillet.
11156
11157         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
11158         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
11159         stub out missing methods for complete EvDocument implementation.
11160         Fixes segfaults with Save A Copy and Copy actions.
11161
11162         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
11163         (ps_document_document_iface_init): ditto.
11164         
11165 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11166
11167         * data/.cvsignore:
11168         * data/Makefile.am:
11169         * data/evince.desktop.in:
11170
11171         Add desktop file
11172
11173 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11174
11175         * shell/ev-view.c: (ev_view_button_press_event),
11176         (ev_view_motion_notify_event):
11177
11178         Make selection work in any direction
11179
11180 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11181
11182         * TODO:
11183         * shell/ev-window.c: (set_short_labels), (ev_window_init):
11184
11185         Use shorter labels for some of the toolbars items
11186
11187 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11188
11189         * pdf/xpdf/pdf-document.cc:
11190
11191         Check the links info is initialized before
11192         using it. Should fix a crash on startup.
11193
11194 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11195
11196         * pixbuf/pixbuf-document.c
11197         (pixbuf_document_thumbnails_get_dimensions): force floating point
11198         division to calculate page_ratio. Fixes crash with landscape
11199         format pixbufs.
11200
11201 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
11202
11203         * shell/ev-view.c (ev_view_realize): make the bg color darker.
11204
11205 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
11206
11207         * shell/ev-view.c (set_document_page): unset has_selection when
11208         the page changes.
11209         (set_document_page): handle paper size changes when the page
11210         changes (test with Free Culture, page 2).
11211
11212 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11213
11214         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
11215         (expose_bin_window), (ev_view_class_init), (ev_view_init):
11216
11217         Use normal style color for the widget background and
11218         draw a black box around the page.
11219
11220 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11221
11222         * pdf/xpdf/pdf-document.cc:
11223
11224         Keep offset in consideration in a few places
11225
11226         * shell/ev-view.c: (expose_bin_window):
11227
11228         Set the offsets so that the document is ever centered
11229
11230 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11231
11232         * TODO: Added TODO items and finished off the first todo item
11233
11234         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
11235         reflect current authors
11236
11237 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11238
11239         * pdf/xpdf/pdf-document.cc:
11240         * shell/ev-view.c: (ev_view_set_cursor),
11241         (ev_view_motion_notify_event), (document_changed_callback),
11242         (set_document_page):
11243
11244         Show a wait cursor while the page is rendering
11245
11246 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11247
11248         * shell/ev-sidebar-thumbnails.c:
11249         (ev_sidebar_tree_selection_changed),
11250         (ev_sidebar_thumbnails_select_page):
11251         * shell/ev-sidebar-thumbnails.h:
11252         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
11253         (ev_view_can_go_forward):
11254         * shell/ev-window.c: (ev_window_open_page),
11255         (ev_window_setup_document), (update_current_page),
11256         (view_page_changed_cb), (ev_window_init):
11257         * shell/ev-window.h:
11258
11259         Ensure thumbnails selection, toolbar page control and
11260         current page are in sync.
11261
11262 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
11263
11264         * pdf/xpdf/XRef.cc:
11265
11266         Fix CAN-2005-0064
11267
11268 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
11269
11270         * backend/Makefile.am:
11271         * backend/ev-document-links.h:
11272         * backend/ev-document-security.c: (ev_document_security_get_type),
11273         (ev_document_security_has_document_security),
11274         (ev_document_security_set_password):
11275         * backend/ev-document-security.h:
11276         * backend/ev-document.c: (ev_document_error_quark):
11277         * backend/ev-document.h:
11278         * data/Makefile.am:
11279         * data/evince-password.glade:
11280         * pdf/xpdf/pdf-document.cc:
11281         * shell/Makefile.am:
11282         * shell/ev-password.c: (ev_password_set_bad_password_label),
11283         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
11284         (ev_password_dialog_get_password),
11285         (ev_password_dialog_set_bad_pass):
11286         * shell/ev-password.h:
11287         * shell/ev-window.c: (ev_window_get_attribute),
11288         (ev_window_set_property), (update_action_sensitivity),
11289         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
11290         (ev_window_setup_document), (ev_window_get_password),
11291         (ev_window_open), (ev_window_cmd_save_as),
11292         (using_postscript_printer), (ev_window_print),
11293         (find_not_supported_dialog), (ev_window_cmd_edit_find),
11294         (update_fullscreen_popup), (ev_window_fullscreen),
11295         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11296         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
11297         (menu_item_select_cb), (find_bar_search_changed_cb),
11298         (ev_window_dispose), (ev_window_init):
11299
11300         Add initial support for password-supported dialogs.  This could be
11301         a lot cooler, but it'll do for now.
11302
11303 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
11304
11305         * pdf/xpdf/pdf-document.cc:
11306         * shell/ev-view.c: (status_message_from_link),
11307         (ev_view_set_status), (ev_view_set_cursor),
11308         (ev_view_motion_notify_event), (ev_view_init):
11309         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
11310
11311         Fix bugs in the links implementation and change cursor
11312         when hovering a link.
11313
11314 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
11315
11316         * viewer/.cvsignore: added cvsignore file for viewer directory
11317
11318         * TODO: created TODO document
11319
11320 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
11321
11322         * shell/ev-view.h:
11323         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
11324         new functions to help with implementation of sensitivity code
11325         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11326         of all actions that might require it.  Fixes a crash when you
11327         click on the Zoom actions in a window lacking a document.
11328
11329 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
11330
11331         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11332         of the Find action
11333
11334 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11335
11336         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
11337         (pixbuf_document_document_iface_init):
11338         * ps/ps-document.c: (ps_document_get_link),
11339         (ps_document_document_iface_init):
11340         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
11341         (status_message_from_link), (ev_view_set_status),
11342         (ev_view_set_find_status), (ev_view_motion_notify_event),
11343         (ev_view_button_release_event), (ev_view_set_property),
11344         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
11345         (ev_view_get_find_status_message), (update_find_results),
11346         (ev_view_get_status), (ev_view_get_find_status):
11347         * shell/ev-view.h:
11348         * shell/ev-window.c: (view_status_changed_cb),
11349         (view_find_status_changed_cb), (ev_window_init):
11350
11351         View status message support, use it to show the links.
11352         Needs work...
11353
11354 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11355
11356         * backend/ev-document.c: (ev_document_get_link):
11357         * backend/ev-document.h:
11358         * pdf/xpdf/pdf-document.cc:
11359         * shell/ev-application.c: (ev_application_open):
11360         * shell/ev-application.h:
11361         * shell/ev-sidebar-links.c: (selection_changed_cb):
11362         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
11363         (ev_view_go_to_link):
11364
11365         Add support for document links
11366
11367 2005-01-13  Anders Carlsson  <andersca@gnome.org>
11368
11369         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
11370         (create_tool_item):
11371         Set the spin button limits correctly.
11372         
11373         * shell/ev-sidebar-thumbnails.c:
11374         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
11375         Support changing pages by clicking on the thumbnails.
11376         
11377 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11378
11379         * pixbuf/pixbuf-document.c:
11380         (pixbuf_document_thumbnails_get_dimensions),
11381         (pixbuf_document_document_thumbnails_iface_init):
11382
11383         implement get_dimensions
11384
11385 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11386
11387         * ps/ps-document.c: (ps_document_goto_page):
11388
11389         Fix page switching on multipage documents
11390
11391 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
11392
11393         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11394         
11395         check for NULL before assigning to width and height parameters
11396
11397 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11398
11399         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11400         (pixbuf_document_set_property), (pixbuf_document_get_property):
11401
11402         implement get/set properties
11403
11404 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11405
11406         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
11407         
11408         return NULL instead of "Unknown", letting the title get set to
11409         the filename when the pdf has no title.
11410
11411 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11412
11413         * ps/ps-document.c: (ps_document_get_page_count),
11414         (ps_document_goto_page):
11415
11416 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11417
11418         * shell/ev-history.c: (ev_history_get_property),
11419         (ev_history_set_property), (ev_history_class_init),
11420         (ev_history_add_page), (ev_history_set_current_index):
11421         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
11422         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
11423         (ev_navigation_action_finalize):
11424         * shell/ev-navigation-action.h:
11425         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11426         (ev_view_go_forward), (ev_view_get_find_status_message),
11427         (history_index_changed_cb), (ev_view_set_history):
11428         * shell/ev-view.h:
11429         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11430         (update_current_page), (register_custom_actions):
11431
11432         Implement history dropdowns
11433
11434 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11435
11436         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
11437         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11438         (ev_view_go_forward):
11439         * shell/ev-window.c: (register_custom_actions):
11440
11441         Fix several history bugs
11442
11443 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
11444
11445         * configure.ac: Add «nb» to ALL_LINGUAS.
11446
11447 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
11448
11449         * backend/Makefile.am:
11450         * backend/ev-bookmark.c:
11451         * backend/ev-bookmark.h:
11452         * backend/ev-document-bookmarks.c:
11453         * backend/ev-document-bookmarks.h:
11454         * backend/ev-document-links.c: (ev_document_links_get_type),
11455         (ev_document_links_has_document_links),
11456         (ev_document_links_begin_read), (ev_document_links_get_link),
11457         (ev_document_links_get_child), (ev_document_links_next),
11458         (ev_document_links_free_iter):
11459         * backend/ev-document-links.h:
11460         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
11461         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
11462         (ev_link_get_link_type), (ev_link_set_link_type),
11463         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
11464         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
11465         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
11466         (ev_link_new_external):
11467         * backend/ev-link.h:
11468         * pdf/xpdf/pdf-document.cc:
11469         * shell/Makefile.am:
11470         * shell/ev-application.c: (ev_application_open_link):
11471         * shell/ev-application.h:
11472         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
11473         (ev_history_get_link_nth):
11474         * shell/ev-history.h:
11475         * shell/ev-sidebar-bookmarks.c:
11476         * shell/ev-sidebar-bookmarks.h:
11477         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11478         (ev_sidebar_links_class_init), (selection_changed_cb),
11479         (ev_sidebar_links_construct), (ev_sidebar_links_init),
11480         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
11481         (do_one_iteration), (populate_links_idle),
11482         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
11483         * shell/ev-sidebar-links.h:
11484         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11485         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
11486         (go_to_index):
11487         * shell/ev-view.h:
11488         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
11489         * shell/ev-window.h:
11490
11491         Rename bookmark to link, and use "Index" for the sidebar panel.
11492
11493 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11494
11495         * shell/Makefile.am:
11496         * shell/ev-application.c: (ev_application_open_bookmark):
11497         * shell/ev-application.h:
11498         * shell/ev-history.c: (ev_history_init), (free_links_list),
11499         (ev_history_finalize), (ev_history_class_init),
11500         (ev_history_add_link), (ev_history_add_page),
11501         (ev_history_get_link_nth), (ev_history_get_n_links),
11502         (ev_history_get_current_index), (ev_history_set_current_index),
11503         (ev_history_new):
11504         * shell/ev-history.h:
11505         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11506         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
11507         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
11508         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
11509         (ev_view_set_page):
11510         * shell/ev-view.h:
11511         * shell/ev-window.c: (ev_window_open_bookmark),
11512         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
11513         (goto_page_cb), (register_custom_actions):
11514         * shell/ev-window.h:
11515
11516         Initial history implementation. Needs work.
11517
11518 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
11519
11520         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
11521
11522 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11523
11524         * cut-n-paste/recent-files/egg-recent-item.c:
11525         * cut-n-paste/recent-files/egg-recent-item.h:
11526         * cut-n-paste/recent-files/egg-recent-model.c:
11527         * cut-n-paste/recent-files/egg-recent-util.c:
11528         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11529         * cut-n-paste/recent-files/egg-recent-view.c:
11530
11531         Update
11532
11533 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
11534
11535         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
11536         (fillGlyph, fillImageMask, drawImage):
11537         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
11538         pdf/splash/SplashTypes.h:
11539         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
11540         packed mode for Splash.
11541
11542         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
11543         RGB8 packed mode, eliminates the pixbuf data creation loop.
11544
11545         * shell/ev-print-job.c (ev_print_job_finalize)
11546         (ev_print_job_set_property, ev_print_job_get_property)
11547         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
11548         (ev_print_job_use_print_dialog_settings, idle_print_handler)
11549         (print_closure_finalize, ev_print_job_print): implement
11550         printing (for backends with EvPsExporter)
11551
11552         * shell/ev_print_job.h: update prototypes.
11553
11554         * shell/ev-window.c (ev_window_print): unref print job after
11555         printing.
11556
11557         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
11558         unless the document implements the EvDocumentFind interface.
11559
11560 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
11561
11562         * configure.ac: Added ja to ALL_LINGUAS.
11563
11564 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11565
11566         * pdf/xpdf/pdf-document.cc:
11567
11568         add a FIXME. We should probably not allocate
11569         a bookmark object every time
11570
11571 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11572
11573         * shell/ev-application.c: (ev_application_open),
11574         (ev_application_open_bookmark):
11575         * shell/ev-application.h:
11576         
11577         Add a way to open bookmarks
11578
11579         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
11580         (ev_bookmark_set_uri), (ev_bookmark_get_property),
11581         (ev_bookmark_set_property), (ev_bookmark_class_init),
11582         (ev_bookmark_new_title), (ev_bookmark_new_link),
11583         (ev_bookmark_new_external):
11584
11585         Support for external uris, better constructors.
11586
11587         * backend/ev-bookmark.h:
11588         * pdf/xpdf/pdf-document.cc:
11589         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11590
11591         Handle external uris
11592
11593 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11594
11595         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
11596         (ev_sidebar_bookmarks_construct), (do_one_iteration):
11597
11598         Hook up bookmarks navigation
11599
11600 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11601
11602         * backend/Makefile.am:
11603         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
11604         (ev_bookmark_get_title), (ev_bookmark_set_title),
11605         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
11606         (ev_bookmark_get_page), (ev_bookmark_set_page),
11607         (ev_bookmark_get_property), (ev_bookmark_set_property),
11608         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
11609         (ev_bookmark_new):
11610         * backend/ev-bookmark.h:
11611         * backend/ev-document-bookmarks.c:
11612         (ev_document_bookmarks_get_bookmark):
11613         * backend/ev-document-bookmarks.h:
11614         * pdf/xpdf/pdf-document.cc:
11615         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
11616
11617         Add a bookmark object to the backend and use it instead of get_values
11618
11619 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11620
11621         * data/evince-ui.xml:
11622
11623         Cleanup and add select all.
11624
11625         * shell/ev-view.c: (ev_view_select_all),
11626         (ev_view_button_press_event):
11627         * shell/ev-view.h:
11628         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
11629
11630         Add select all.
11631         Clear selection on click.
11632
11633 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
11634
11635         * shell/ev-sidebar-thumbnails.c
11636         (ev_sidebar_thumbnails_set_document): forgot to unref the
11637         loading_icon.
11638
11639 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
11640
11641         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
11642         at the visible page, not just linearly.  This makes it look fast.
11643
11644 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
11645
11646         * backend/ev-document-misc.c
11647         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
11648         white.
11649         * backend/ev-document-thumbnails.h: New interface to get the size
11650         of a page.
11651
11652 2005-01-06  Jeremy Katz  <katzj@redhat.com>
11653
11654         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
11655         make dist works
11656
11657 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
11658
11659         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
11660         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
11661         things up a bit.
11662
11663         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
11664
11665 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
11666
11667         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
11668         fonts. Should fix font problems on systems that have the base
11669         fonts in bitmap format. Reported by James Henstridge
11670         <james@jamesh.id.au>.
11671
11672 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11673
11674         * pdf/xpdf/Gfx.cc:
11675         * pdf/xpdf/GfxState.cc:
11676
11677         Fix for CAN-2004-1125
11678
11679 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11680
11681         * shell/ev-view.c: (ev_view_copy):
11682         * shell/ev-view.h:
11683         * shell/ev-window.c: (ev_window_cmd_edit_copy):
11684
11685         Implement Edit->Copy
11686
11687 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11688
11689         * backend/ev-document.c: (ev_document_get_text):
11690         * backend/ev-document.h:
11691         * pdf/xpdf/pdf-document.cc:
11692         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
11693         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11694         (ev_view_update_primary_selection), (ev_view_button_press_event),
11695         (ev_view_motion_notify_event), (ev_view_button_release_event):
11696
11697         Beginnings of clipboard support. Incomplete but primary sort
11698         of work.
11699
11700 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11701
11702         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
11703         (expose_bin_window):
11704
11705         Nicer rubberband drawing, from GtkIconView.
11706
11707 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11708
11709         * backend/ev-document.c: (ev_document_save):
11710         * backend/ev-document.h:
11711         * data/evince-ui.xml:
11712         * pdf/xpdf/pdf-document.cc:
11713         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
11714
11715         Implement "Save a copy..." menu item
11716
11717 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11718
11719         * shell/ev-view.c: (ev_view_zoom):
11720
11721         Queue a resize when zoom changes
11722
11723 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
11724
11725         * backend/ev-document-misc.[ch]: New misc file to do simple drop
11726         shadows.
11727
11728         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
11729         thumbnails..
11730
11731 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
11732
11733         * pdf/xpdf/pdf-document.cc
11734         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
11735
11736 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
11737
11738         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
11739         It's slow, but I'll speed it up next!
11740
11741 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
11742
11743         * shell/main.c (load_files):
11744
11745         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
11746         from the command line and because it seems more appropriate.
11747
11748 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11749
11750         * data/evince-ui.xml:
11751         * shell/ev-window.c: (update_action_sensitivity),
11752         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
11753
11754         s/next page/page down
11755         s/previous page/page up
11756
11757 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11758
11759         * data/evince-ui.xml:
11760
11761         Change the layout to match clarkbw design.
11762
11763         * shell/Makefile.am:
11764         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
11765         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
11766         (ev_navigation_action_finalize),
11767         (ev_navigation_action_set_property),
11768         (ev_navigation_action_get_property),
11769         (ev_navigation_action_class_init):
11770         * shell/ev-navigation-action.h:
11771
11772         Implement clarkbw toolbar navigation controls (incomplete)
11773
11774         * shell/ev-page-action.c: (update_label), (update_spin),
11775         (value_changed_cb), (create_tool_item), (connect_proxy),
11776         (ev_page_action_init), (ev_page_action_finalize),
11777         (ev_page_action_set_property), (ev_page_action_get_property),
11778         (ev_page_action_set_current_page),
11779         (ev_page_action_set_total_pages), (ev_page_action_class_init):
11780         * shell/ev-page-action.h:
11781
11782         Implement a page switcher in the toolbar
11783
11784         * shell/ev-view.c: (ev_view_scroll_view):
11785         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11786         (update_current_page), (view_page_changed_cb), (goto_page_cb),
11787         (register_custom_actions), (ev_window_init):
11788
11789         Change page on PageUp/Down.
11790
11791 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
11792
11793         * pdf/xpdf/pdf-document.cc
11794         (pdf_document_thumbnails_get_thumbnail): initial stab at
11795         implementing thumbnail support for pdfs.  It only does documents
11796         with precached pdfs now.
11797
11798 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
11799
11800         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
11801         thumbnail code into a time-based idle as well.  Also, turn off the
11802         shadow temporarily as it's really slow.
11803
11804 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11805
11806         * backend/ev-document.c: (ev_document_class_init):
11807         * pdf/xpdf/pdf-document.cc:
11808         * shell/ev-window.c: (ev_window_open):
11809
11810         Fix document title bugs and fallback to
11811         filename when not available.
11812
11813 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11814
11815         * backend/ev-document.c: (ev_document_get_type),
11816         (ev_document_class_init), (ev_document_load),
11817         (ev_document_get_title):
11818         * backend/ev-document.h:
11819         * pdf/xpdf/pdf-document.cc:
11820         * ps/ps-document.c: (ps_document_set_property),
11821         (ps_document_get_property), (ps_document_class_init),
11822         (document_load):
11823         * ps/ps-document.h:
11824         * ps/ps.h:
11825         * shell/ev-window.c: (update_window_title), (ev_window_open),
11826         (ev_window_init):
11827
11828         Initial support for document title. Not working yet.
11829
11830 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11831
11832         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
11833
11834         Grab focus on the view when clicking it
11835
11836 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11837
11838         * shell/ev-marshal.list:
11839         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
11840         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
11841
11842         Add key bindings to the view. Now if the focus would work
11843         right...
11844
11845 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11846
11847         * Makefile.am:
11848         * backend/Makefile.am:
11849         * data/Makefile.am:
11850         * dvi/Makefile.am:
11851         * dvi/dvilib/Makefile.am:
11852         * pdf/xpdf/Makefile.am:
11853         * po/POTFILES.in:
11854         * ps/Makefile.am:
11855
11856         Fix distcheck
11857
11858 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11859
11860         * shell/ev-view.c: (ev_view_realize):
11861
11862         Fix mouse wheel scrolling
11863
11864 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11865
11866         * ps/Makefile.am:
11867         * ps/gstypes.h:
11868         * ps/gtkgs.c:
11869         * ps/gtkgs.h:
11870         * ps/ps-document.c: (catchPipe), (ps_document_init),
11871         (ps_document_class_init), (ps_document_cleanup),
11872         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
11873         (set_up_page), (close_pipe), (is_interpreter_ready),
11874         (interpreter_failed), (output), (input), (start_interpreter),
11875         (stop_interpreter), (file_length), (file_readable),
11876         (check_filecompressed), (check_pdf), (compute_xdpi),
11877         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
11878         (ps_document_get_type), (ps_document_emit_error_msg),
11879         (document_load), (ps_document_next_page),
11880         (ps_document_get_current_page), (ps_document_get_page_count),
11881         (ps_document_goto_page), (ps_document_set_page_size),
11882         (ps_document_zoom_to_fit), (ps_document_set_zoom),
11883         (ps_document_load), (ps_document_get_n_pages),
11884         (ps_document_set_page), (ps_document_get_page),
11885         (ps_document_widget_event), (ps_document_set_target),
11886         (ps_document_set_scale), (ps_document_set_page_offset),
11887         (ps_document_get_page_size), (ps_document_render),
11888         (ps_document_document_iface_init):
11889         * ps/ps-document.h:
11890         * ps/ps.c:
11891         * shell/ev-window.c: (ev_window_open):
11892
11893         Rename GtkGS to PSDocument
11894
11895 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11896
11897         * ps/gtkgs.c: (gtk_gs_class_init):
11898         * ps/gtkgs.h:
11899
11900         Some more leftover...
11901
11902 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11903
11904         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
11905         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
11906         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
11907         * ps/gtkgs.h:
11908
11909         Remove unused code and make a lot of stuff private
11910
11911 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11912
11913         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
11914         (gtk_gs_defaults_changed):
11915         * ps/gsdefaults.h:
11916         * ps/gtkgs.c:
11917         * ps/gtkgs.h:
11918         * ps/ps.h:
11919
11920         Cleanup headers dependencies
11921
11922 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11923
11924         * ps/Makefile.am:
11925         * ps/ggvutils.c:
11926         * ps/ggvutils.h:
11927         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
11928         * ps/gsdefaults.h:
11929         * ps/gtkgs.c: (file_length), (file_readable),
11930         (check_filecompressed), (check_pdf), (gtk_gs_load),
11931         (gtk_gs_get_postscript):
11932
11933         Get rid of ggvutils
11934
11935 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11936
11937         * ps/ggvutils.c:
11938         * ps/ggvutils.h:
11939         * ps/gsio.h:
11940         * ps/gtkgs.c: (gtk_gs_set_zoom):
11941
11942         Cleanups
11943
11944 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11945
11946         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
11947
11948         Ensure the page is rerendered when changing zoom
11949
11950 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11951
11952         * backend/ev-document.c: (ev_document_base_init),
11953         (ev_document_changed):
11954         * backend/ev-document.h:
11955
11956         Add a changed event that is emitted when the page content
11957         changes. This is necessary to deal with the fact that
11958         in ps backend rendering happen asycrounously.
11959         This makes the ps backend mostly work.
11960
11961         * pdf/xpdf/pdf-document.cc:
11962
11963         Emit changed event
11964
11965         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
11966         (ps_document_set_target):
11967
11968         Emit changed event
11969
11970         * shell/ev-view.c: (document_changed_callback),
11971         (ev_view_set_document), (ev_view_set_page):
11972
11973         Redraw on the changed signal
11974
11975 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
11976
11977         * configure.ac: Added pt_BR to ALL_LINGUAS.
11978
11979 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
11980
11981         * backend/ev-document-bookmarks.c:
11982         (ev_document_bookmarks_get_child): *
11983         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
11984         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
11985         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
11986         (ev_sidebar_bookmarks_destroy),
11987         (ev_sidebar_bookmarks_class_init),
11988         (ev_sidebar_bookmarks_construct), (stack_data_free),
11989         (do_one_iteration), (populate_bookmarks_idle),
11990         (ev_sidebar_bookmarks_clear_document),
11991         (ev_sidebar_bookmarks_set_document): *
11992         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
11993         (ev_sidebar_add_page),
11994         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
11995         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
11996         it displays both the topics and the page numbers.
11997
11998 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
11999
12000         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
12001         toggle.
12002         * shell/ev-window.c (toggle_entries): Set sidebar default value to
12003         visible.
12004
12005 2004-12-23  Adam Weinberger  <adamw@gnome.org>
12006
12007         * configure.ac: Added en_CA to ALL_LINGUAS.
12008
12009 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12010
12011         * ChangeLog: replace bottom of this ChangeLog (merged history of
12012         ggv and gpdf; where all paths were wrong and most of the files are
12013         not even in this tree) with ChangeLog (from arch) of the shell
12014         code.
12015
12016 2004-12-23  Havoc Pennington  <hp@redhat.com>
12017
12018         * shell/ev-window.c: hook up potentially-questionable "find
12019         results status text" feature - something involving the sidebar or
12020         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
12021         might be better in the end.
12022
12023         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
12024         with corresponding signal when it should be updated
12025
12026         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
12027
12028 2004-12-22  Havoc Pennington  <hp@redhat.com>
12029
12030         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
12031         find stuff on other pages, sort of (only returns one result on
12032         invisible pages, to show they have results; updates full results
12033         for a page when you view it). Currently repaints the current page
12034         every time a new result is found on any page, which isn't so nice.
12035
12036 2004-12-22  Havoc Pennington  <hp@redhat.com>
12037
12038         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
12039         the document doesn't support find (better ideas?)
12040         (find_bar_search_changed_cb): handle missing document or document
12041         that doesn't support find
12042
12043         * pdf/xpdf/pdf-document.cc: port to implement the new
12044         EvDocumentFindIface
12045
12046         * backend/ev-document-find.c: create a new interface for searching
12047
12048         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
12049
12050 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12051
12052         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
12053         libevbackend.la.
12054
12055         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
12056         EvPrintJob constructor arguments.
12057
12058         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
12059         for documents that can export PostScript (page by page).
12060
12061         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
12062         
12063         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
12064         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
12065         (pdf_document_ps_exporter_iface_init:
12066         Implement EvPSExporter.
12067
12068         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
12069
12070 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12071
12072         * backend/Makefile.am:
12073         * backend/ev-document-thumbnails.c:
12074         (ev_document_thumbnails_get_type),
12075         (ev_document_thumbnails_get_thumbnail):
12076         * backend/ev-document-thumbnails.h:
12077         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12078         (pixbuf_document_thumbnails_get_thumbnail),
12079         (pixbuf_document_document_thumbnails_iface_init):
12080         * shell/Makefile.am:
12081         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
12082         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
12083         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
12084         * shell/ev-sidebar-thumbnails.h:
12085         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12086         (ev_sidebar_set_document):
12087         * shell/ev-utils.c: (gaussian), (create_blur_filter),
12088         (create_shadow), (ev_pixbuf_add_shadow):
12089         * shell/ev-utils.h:
12090         Add thumbnail support.
12091         
12092 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12093
12094         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
12095         (using_postscript_printer): Set up a print dialog for "PostScript
12096         injection" method.
12097
12098         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
12099         EvPrintJob.
12100
12101         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
12102
12103 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12104
12105         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
12106         (ps_document_set_target), (ps_document_get_page_size),
12107         (ps_document_render):
12108         * ps/gtkgs.h:
12109
12110         Fix a few bugs
12111
12112 2004-12-22  Christian Rose  <menthos@menthos.com>
12113
12114         * configure.ac: Added "sv" to ALL_LINGUAS.
12115
12116 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
12117
12118         * backend/ev-document-bookmarks.[ch]: new interface to indicate
12119         document supports bookmarks.
12120
12121 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12122
12123         * ps/ggvutils.c: (ggv_file_readable):
12124         * ps/ggvutils.h:
12125         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
12126         (gtk_gs_get_postscript):
12127
12128         Remove unused utils
12129
12130 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12131
12132         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
12133         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
12134         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
12135         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
12136         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
12137         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
12138         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12139         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12140         (gtk_gs_set_antialiasing), (ps_document_load),
12141         (ps_document_render):
12142         * ps/gtkgs.h:
12143
12144         Another check point for the ps backend. Now I can get it to show
12145         pages!
12146
12147 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
12148
12149         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
12150         document setting code.
12151
12152 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12153
12154         * shell/eggfindbar.c: (entry_activate_callback):
12155         Animate the next button when activate is pressed.
12156         
12157 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12158
12159         * shell/ev-window.c: (ev_window_cmd_edit_find),
12160         (update_fullscreen_popup), (ev_window_fullscreen),
12161         (ev_window_unfullscreen), (ev_window_state_event_cb),
12162         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
12163         Fix bugs in fullscreen code.
12164         
12165 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12166
12167         * Makefile.am:
12168         * configure.ac:
12169         * pixbuf/Makefile.am:
12170         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12171         (pixbuf_document_load), (pixbuf_document_get_n_pages),
12172         (pixbuf_document_set_page), (pixbuf_document_get_page),
12173         (pixbuf_document_set_target), (pixbuf_document_set_scale),
12174         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
12175         (pixbuf_document_render), (pixbuf_document_begin_find),
12176         (pixbuf_document_end_find), (pixbuf_document_finalize),
12177         (pixbuf_document_class_init),
12178         (pixbuf_document_document_iface_init), (pixbuf_document_init):
12179         * pixbuf/pixbuf-document.h:
12180         * shell/Makefile.am:
12181         * shell/ev-application.c: (ev_application_open):
12182         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
12183         (ev_window_open):
12184         Add pixbuf backend.
12185         
12186 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
12187
12188         * Makefile.am: 
12189         * dvi/dvilib/Makefile.am:
12190         * dvi/Makefile.am:
12191         * configure.ac: Auto*ify dvi and dvi/dvilib
12192
12193         * dvi/Makefile: Remove from CVS
12194         
12195         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
12196         confusion.
12197
12198         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
12199         
12200         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
12201         
12202 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12203
12204         * ps/Makefile.am:
12205         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
12206         (gtk_gs_value_adjustment_changed), (compute_size),
12207         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
12208         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
12209         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12210         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12211         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
12212         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
12213         (ps_document_load), (ps_document_get_n_pages),
12214         (ps_document_set_page), (ps_document_get_page),
12215         (ps_document_set_target), (ps_document_set_scale),
12216         (ps_document_set_page_offset), (ps_document_get_page_size),
12217         (ps_document_render), (ps_document_begin_find),
12218         (ps_document_end_find), (ps_document_document_iface_init):
12219         * ps/gtkgs.h:
12220         * shell/Makefile.am:
12221         * shell/ev-window.c: (ev_window_open):
12222
12223         Some work to integrate gtkgs with EvDocument
12224
12225 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12226
12227         * shell/ev-window.c: (update_fullscreen_popup),
12228         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
12229         (exit_fullscreen_button_clicked_cb),
12230         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
12231         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12232         (ev_window_state_event_cb), (ev_window_init):
12233         Add fullscreen support from Epiphany.
12234         
12235 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12236
12237         * data/ev-stock-zoom-fit-width.png: fit-width
12238         stock icon from gpdf.
12239         
12240         * shell/ev-stock-icons.[ch]: copied from gpdf.
12241         
12242         * shell/main.c: (main): init stock icons.
12243         
12244         * shell/ev-window.c: use the fit-width icon.
12245         
12246         * data/evince-ui.xml: add zooming toolbar items.
12247
12248 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12249
12250         * shell/ev-view.c: 
12251         (ev_view_best_fit), (ev_view_fit_width): because
12252         get_page_size() returns the scaled page size, we
12253         need to calculate the scale factor relative to
12254         the previous scale factor. Should really just
12255         add get_real_page_size().
12256
12257 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12258
12259         * shell/ev-view.[ch]:
12260         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
12261         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
12262         add zooming.
12263         
12264         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
12265         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
12266         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
12267         hook it up.
12268         
12269         * pdf/xpdf/pdf-document.cc:
12270         (pdf_document_begin_find),
12271         (pdf_document_end_find): make static.
12272
12273 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12274
12275         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
12276
12277         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
12278         names to fontconfig patterns.
12279         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
12280
12281         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
12282         setupBaseFontsFc.
12283
12284 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12285
12286         * Makefile.am:
12287         * configure.ac:
12288         * ps/Makefile.am:
12289         * ps/ggvutils.c:
12290         * ps/ggvutils.h:
12291         * ps/gsdefaults.c:
12292         * ps/gsdefaults.h:
12293         * ps/gsio.c:
12294         * ps/gsio.h:
12295         * ps/gtkgs.c:
12296         * ps/gtkgs.h:
12297         * ps/ps.c:
12298         * ps/ps.h:
12299
12300         Import ggv backend. Not hooked up yet.
12301
12302 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12303
12304         * shell/main.c: (load_files), (main): load files
12305         from the command line.
12306
12307 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12308
12309         * configure.ac: don't require bonobo.
12310         
12311         * cut-n-paste/recent-files/*: kill bonobo recent
12312         view.
12313
12314         * shell/ev-window.c:
12315         (ev_window_is_empty): upd.
12316         (unable_to_load), (ev_window_open): load backend
12317         based on the mime type.
12318
12319 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12320
12321         * backend/.cvsignore: ignore generated marshalers source.
12322
12323         * shell/main.c (main): this is not epiphany.
12324
12325 2004-12-22  Havoc Pennington  <hp@redhat.com>
12326
12327         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
12328         (expose_bin_window): draw find highlights
12329
12330         * shell/ev-window.c (find_bar_search_changed_cb): implement 
12331         
12332         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
12333         (pdf_document_end_find): implement this interface
12334
12335         * backend/ev-document.c (ev_document_found): add this to emit
12336         signal
12337
12338 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
12339
12340         * data/evince-ui.xml: Add a few more toolbar items.
12341
12342         * shell/ev-window.c: Hook up page navigation toolbar 
12343         items.
12344
12345         * shell/ev-view.[ch]: add ev_view_set/get_page and 
12346         a page-changed signal.
12347
12348         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
12349         Add ev_document_get_page().
12350
12351         * shell/ev-window.c: Sensitize/desensitize navigation
12352         actions.
12353
12354 2004-12-21  Havoc Pennington  <hp@redhat.com>
12355
12356         * backend/ev-backend-marshal.c,
12357         backend/ev-backend-marshalers.list, backend/Makefile.am: add
12358         marshaler-generator thingy. I'm sure there's a better way to do
12359         this in the modern world.
12360
12361         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
12362         end_find methods and "found" signal.
12363
12364         * configure.ac: find glib-genmarshal
12365
12366 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
12367
12368         * shell/ev-sidebar.c: Construct an actual sidebar.
12369         * shell/ev-sidebar-bookmarks.[ch]:
12370         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
12371
12372 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
12373
12374         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
12375         Redo size handling.
12376         
12377         * shell/ev-view.c: Track the size from the document.
12378
12379 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
12380
12381         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
12382         constructor assumes ownership of the string passed in.
12383         
12384         * shell/ev-window.c (ev_window_open): Destroy the error
12385         dialog once we've displayed it.
12386
12387 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
12388
12389         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
12390         a bit, it works! (sort of)
12391
12392         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
12393         Move to .cc since we need to use C++ in the implementation.
12394
12395         * shell/dummy.cc: Add a CC file to force evince
12396         to be linked as a C++ program.
12397
12398 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
12399
12400         * shell/ev-view.[ch]: Start of content-area widget.
12401
12402         * shell/ev-window.c: Create a EvView, update it
12403         as we change documents.
12404
12405         * shell/Makefile.am shell/ev-marshal.list: Add
12406         generated marshalers.
12407
12408 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
12409
12410         * Makefile.am (SUBDIRS): move shell.
12411
12412 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
12413
12414         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
12415         .a to libtool convenience libraries.
12416
12417         * shell/ev-window.c (ev_window_open): Hard code loading
12418         a PDF document.
12419         
12420         * backend/ev-document.h: Add a boolean return to load(),
12421         fix GError * to GError **.
12422
12423         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
12424         object for a PDF backend EvDocument.
12425
12426 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
12427
12428         * dvi/*: New directory with the beginning of a .dvi backend.
12429
12430 2004-12-21  Havoc Pennington  <hp@redhat.com>
12431
12432         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
12433         previous/next instead of back/forward
12434
12435 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
12436
12437         * backend/ev-document.[ch]: Fix a couple of problems so
12438         it compile.
12439
12440 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
12441
12442         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
12443         to backend/ directory, rename EvViewer to EvDocument.
12444
12445 2004-12-21  Havoc Pennington  <hp@redhat.com>
12446
12447         * shell/ev-window.c: hook up the find bar widget; now we just need
12448         a document to find things in
12449
12450         * shell/eggfindbar.c: a find bar widget
12451
12452 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
12453
12454         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
12455
12456 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
12457
12458         * pdf/**: Import of xpdf code from gpdf. 
12459
12460         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
12461
12462         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
12463         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
12464         Fix FreeType includes.
12465
12466         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
12467         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
12468         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
12469         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
12470         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
12471         Include xpdfconfig.h
12472         
12473 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
12474
12475         * shell/ev-window.c (ev_window_dispose): dispose can be called
12476         multiple times.
12477
12478 2004-12-21  Havoc Pennington  <hp@redhat.com>
12479
12480         * shell/ev-window.c (ev_window_init): set title to Document Viewer
12481         rather than Evince
12482
12483         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
12484         items; really they should be synced with the strings, etc. from
12485         current gpdf, but just getting the boring typing out of the way 
12486
12487 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12488
12489         * po/POTFILES.in:
12490         * shell/ev-application.c: (window_destroy_cb):
12491         * shell/ev-window.c:
12492         * shell/main.c: (main):
12493
12494         Actually show the window...
12495
12496 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12497
12498         * Makefile.am:
12499         * shell/Makefile.am:
12500         * shell/ev-application.c: (ev_application_class_init):
12501         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
12502
12503         Make it build again
12504
12505 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12506
12507         Import to gnome cvs.
12508         
12509         * Remove copies of gpdf and ggv trees.
12510         * Rip out all the recursive configure code.
12511         * Remove bonobo machinery.
12512         * viewer/*: GInterfaces that backends should/can implement.
12513
12514 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12515
12516         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
12517         typo
12518
12519 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12520
12521         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
12522         (ev_application_finalize, ev_application_class_init)
12523         (ev_application_init): use GType instance private data for priv.
12524
12525         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
12526         (ev_window_finalize, ev_window_class_init)
12527         (ev_window_init): ditto.
12528
12529 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12530
12531         * shell/ev-application.c (ev_application_new_window): make public
12532         (ev_application_show_initial_window): kill.
12533
12534         * shell/ev-application.h: update prototypes.
12535
12536         * shell/main.cc (main): inline ev_application_show_initial_window.
12537
12538 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12539
12540         * shell/ev-application.c (ev_application_new_window): impl.
12541         (ev_application_show_initial_window): use it.
12542         (is_window_empty, ev_application_get_empty_window): returns an
12543         existing empty window or a new one.
12544         (ev_application_open): from ev_window_cmd_file_open.
12545
12546         * shell/ev-application.h: update prototypes
12547
12548         * shell/ev-window.c (ev_window_is_empty): impl.
12549         (ev_window_open): make public.
12550         (ev_window_cmd_file_open): use ev_application_open
12551
12552         * shell/ev-window.h: update prototypes, remove unused.
12553
12554 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12555
12556         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
12557         move destroy handler out of here...
12558
12559         * shell/ev-application.c, shell/ev-application.h: ...into this new
12560         class. Also handles initial window creation.
12561
12562         * shell/main.cc (main): use EvApplication to create initial
12563         window.
12564
12565 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12566
12567         * Makefile.am (SUBDIRS): add cut-n-paste
12568
12569         * cut-n-paste/Makefile.am: add
12570
12571         * configure.ac: generate Makefiles in cut-n-paste
12572
12573 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12574
12575         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
12576         (ev_window_class_init): install ev_window_dispose.
12577
12578 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12579
12580         * shell/ev-window.h, shell/ev-window.c: replace gchar with
12581         char (gchar looks stupid).
12582
12583 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12584
12585         * po/de.po: updated German translation.
12586
12587 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12588
12589         * configure.ac: add more pkg-config library checks for gnome-vfs,
12590         bonobo etc.
12591
12592         * gpdf/configure.in: temporarily disable libpaper
12593         checks. Otherwise I'd have to add the checks for the shell, too.
12594
12595 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12596
12597         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
12598         and * file filters to the file choose.
12599
12600 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12601
12602         * po/de.po: Updated German translation.
12603
12604 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12605
12606         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
12607
12608 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12609
12610         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
12611
12612         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
12613         (ev_window_init): implement those menuitems.
12614
12615 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12616
12617         * data/evince-ui.xml: add a toolbar (with FileOpen action)
12618
12619         * shell/ev-window.c (ev_window_init): use the toolbar.
12620
12621 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12622
12623         * shell/ev-window.c (ev_window_init): use menu translations
12624
12625 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12626
12627         * configure.ac: add "de" to ALL_LINGUAS.
12628
12629         * po/de.po: add German translation.
12630
12631 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12632
12633         * Makefile.am (SUBDIRS): add po
12634
12635         * configure.ac: check intltool, glib-gettext etc, generate
12636         po/Makefile.in
12637
12638         * po, po/POTFILES.in, po/POTFILES.skip: new.
12639
12640 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12641
12642         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
12643         already use (#ifdef ENABLE_NLS)
12644
12645         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
12646         pointer indirection thinko.
12647
12648         * shell/main.c: include gi18n.h for bindtextdomain etc.
12649
12650 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12651
12652         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
12653         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
12654         tooltips for menu items in the statusbar.
12655
12656 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12657
12658         * configure.ac, data/Makefile.am, shell/Makefile.am: use
12659         pkgdatadir drop UIDIR
12660
12661 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12662
12663         * data/evince-ui.xml: Add File->Open menu item
12664
12665         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
12666         chooser), hook it up in the ui manager.
12667
12668 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12669
12670         * shell/ev-window.c: fix Help->About tooltip.
12671
12672 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
12673
12674         * configure.ac: set CFLAGS for libevprivate.
12675
12676         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
12677         definitions, factory etc.
12678
12679         * lib/Makefile.am: build libevprivate.a (only stock icon code).
12680
12681         * shell/Makefile.am: link against libevprivate.a.
12682
12683         * shell/ev-window.c (entries): add stock icon to Help->About.
12684
12685         * shell/main.c (main): init stock icon code.
12686
12687 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12688
12689         * lib/recent-files: egg recent files code
12690
12691         * lib/Makefile.am: add.
12692
12693         * Makefile.am: add lib subdir.
12694
12695         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
12696         set CFLAGS for recent-files.
12697
12698 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12699
12700         * configure.ac: disable -ansi and -pedantic gcc flags. They
12701         disable POSIX stuff in stdio.h, but egg-recent uses them.
12702
12703 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
12704
12705         * configure.ac: add --disable-deprecated flag (defaults to on in
12706         "cvs" builds).
12707
12708         * shell/Makefile.am (INCLUDES): use it.
12709
12710 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12711
12712         * shell/main.c: add missing #include.
12713
12714         * shell/ev-window.c: fix for pedantic gcc.
12715         (ev_window_cmd_help_about): split license into paragraphs for
12716         translators and pedantic compilers.
12717
12718 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12719
12720         * configure.ac: add more warning flags if compiling with gcc from
12721         cvs (or explicitly requested with --enable-more-warnings).
12722
12723 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12724
12725         * data/evince-ui.xml: add File and File->Close menu.
12726
12727         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
12728         (ev_window_destroy): quit after destroy.
12729         (ev_window_class_init): override GtkObject::destroy.
12730         (entries): install close_window callback.
12731
12732 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12733
12734         * Makefile.am (SUBDIRS): add data subdir.
12735
12736         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
12737         gtk+ 2.5.0 for GtkAboutDialog.
12738
12739         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
12740         main window.
12741
12742         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
12743
12744         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
12745         manager.
12746         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
12747
12748 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12749
12750         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
12751
12752 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12753
12754         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
12755
12756 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12757
12758         * shell/*: Added shell directory boilerplate, build it.
12759
12760 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12761
12762         * configure.ac, Makefile.am: Added top-level configure.ac and
12763         Makefile.am