]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Implement "cover" effect.
[evince.git] / ChangeLog
1 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2
3         * shell/ev-transition-animation.c (ev_transition_animation_cover)
4         (ev_transition_animation_paint): Implement "cover" effect.
5
6 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
7
8         * shell/ev-transition-animation.c (ev_transition_animation_push)
9         (ev_transition_animation_paint): Implement "push" effect.
10
11 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
12
13         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
14         (ev_transition_animation_paint): Implement "dissolve" effect.
15
16 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
17
18         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
19         (ev_transition_animation_paint): Implement "wipe" effect.
20
21 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
22
23         * shell/ev-transition-animation.c (ev_transition_animation_box)
24         (ev_transition_animation_paint): Implement "box" effect.
25
26 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
27
28         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
29         (ev_transition_animation_paint): Implement "blinds" effect.
30
31 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
32
33         * shell/ev-transition-animation.c (ev_transition_animation_split)
34         (ev_transition_animation_paint): Implement "split" effect.
35
36 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
37
38         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
39         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
40         (ev_view_transition_animation_start) 
41         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
42         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
43         (ev_view_next_page) (ev_view_previous_page):
44         
45         Use EvTransitionAnimation to drive page changes in the presentation
46         mode, the animation will wait to start until both the origin and 
47         destination page surfaces are available. Fixes #458460.
48
49         (draw_loading_text):
50
51         Remove workaround for bug #320352, it's now fixed properly.
52
53
54 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
55
56         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
57         will contain the implementations for page transition animations, at
58         the moment it just has the "replace" effect.
59         * shell/Makefile.am: Added these files to build.
60
61 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
62
63         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
64         animations.
65         * shell/Makefile.am: Added these files to build.
66
67 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
68
69         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
70         implementation to get_effect() in EvDocumentTransitionIface.
71
72 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
73
74         * libdocument/ev-transition-effect.[ch]: New files, define a page
75         transition effect, at the moment it maps PopplerPageTransition to a
76         GObject.
77         * libdocument/Makefile.am: Added these files to build.
78         * libdocument/ev-document-transition.[ch]
79         (ev_document_transition_get_effect): New method, gets the
80         EvTransitionEffect returned by the interface implementation, with
81         fallback to the "replace" effect.
82
83 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
84
85         * configure.ac:
86         * cut-n-paste/Makefile.am:
87         * cut-n-paste/fileformatchooser/Makefile.am:
88         * cut-n-paste/fileformatchooser/egg-macros.h:
89         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
90         * shell/Makefile.am:
91         * shell/ev-window.c: (image_save_dialog_response_cb),
92         (ev_view_popup_cmd_save_image_as):
93
94         Allow exporting images in any format supported by
95         GdkPixbuf. Fixes bug #500209.
96         
97 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
98
99         * backend/pixbuf/pixbuf-document.c:
100
101         More warnings fixed.
102         
103 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
104
105         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
106         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
107         * backend/djvu/djvu-text.h:
108         * backend/tiff/tiff-document.c: (tiff_document_render):
109
110         Fix compile warnings.
111         
112 2007-12-28  Christian Persch  <chpe@gnome.org>
113
114         * **/*.c: Include config.h. Bug #504721.
115
116 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
117
118         * configure.ac:
119         * Makefile.am:
120         * po/POTFILES.in:
121         * backend/comics/Makefile.am:
122         * backend/comics/comics-document.[ch]:
123         * backend/comics/comicsdocument.evince-backend.in:
124         * backend/djvu/Makefile.am:
125         * backend/djvu/djvu-document.[ch]:
126         * backend/djvu/djvudocument.evince-backend.in:
127         * backend/dvi/Makefile.am:
128         * backend/dvi/dvi-document.[c]:
129         * backend/dvi/dvidocument.evince-backend.in:
130         * backend/impress/Makefile.am:
131         * backend/impress/impress-document.[ch]:
132         * backend/impress/impressdocument.evince-backend.in:
133         * backend/pdf/Makefile.am:
134         * backend/pdf/ev-poppler.cc:
135         * backend/pdf/ev-poppler.h:
136         * backend/pdf/pdfdocument.evince-backend.in:
137         * backend/pixbuf/Makefile.am:
138         * backend/pixbuf/pixbuf-document.[ch]:
139         * backend/pixbuf/pixbufdocument.evince-backend.in:
140         * backend/ps/Makefile.am:
141         * backend/ps/ev-spectre.[ch]:
142         * backend/ps/ps-document.[ch]:
143         * backend/ps/psdocument.evince-backend.in:
144         * backend/tiff/Makefile.am:
145         * backend/tiff/tiff-document.[ch]:
146         * backend/tiff/tiffdocument.evince-backend.in:
147         * libdocument/Makefile.am:
148         * libdocument/ev-backends-manager.[ch]:
149         * libdocument/ev-module.[ch]:
150         * libdocument/ev-document.h:
151         * libdocument/ev-document-factory.[ch]:
152         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
153         (get_compression_from_mime_type), (get_document_from_uri),
154         (ev_document_factory_get_document), (file_filter_add_mime_types),
155         (ev_document_factory_add_filters):
156         * shell/Makefile.am:
157         * shell/ev-window-title.c: (get_filename_from_uri):
158         * shell/main.c: (main):
159         * thumbnailer/Makefile.am:
160         * thumbnailer/evince-thumbnailer.c: (main):
161
162         Plugin system for backends. Fixes bug #351348.
163         
164 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
165
166         * shell/ev-view-private.h:
167         * shell/ev-view.c: (ev_view_drag_update_momentum),
168         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
169         (ev_view_button_release_event), (ev_view_destroy):
170         
171         Kinetic scrolling implemented as requested in
172         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
173
174 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
175
176         * data/evince-toolbar.xml:
177         * data/evince-ui.xml:
178         * shell/ev-view-private.h:
179         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
180         (ev_view_button_press_event), (ev_view_motion_notify_event),
181         (ev_view_button_release_event), (ev_view_init),
182         (ev_view_autoscroll_cb), (ev_view_autoscroll),
183         (ev_view_set_cursor):
184         * shell/ev-view.h:
185         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
186         (ev_window_cmd_view_autoscroll):
187         
188         Autoscroll feature with the context menu. Fixes bug 
189         #323670. Thanks to David Turner <cillian64@googlemail.com>.
190
191 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
192
193         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
194
195         Disconnect also page-ready signal when removing a job because the
196         page size has changed. Thanks to kripken
197         <kripkensteiner@gmail.com>.
198
199 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
200
201         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
202         
203         Scroll pages in page entry with mouse wheel. Fixes bug
204         #324122. Thanks to David Turner <cillian64@googlemail.com>.
205
206 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
207
208         * backend/dvi/Makefile.am:
209         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
210         (mdvi_cairo_device_init):
211         * backend/dvi/mdvi-lib/common.h:
212         * backend/dvi/mdvi-lib/mdvi.h:
213         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
214         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
215         (mdvi_build_path_from_cwd):
216
217         Add ps specials support in dvi backend when libspectre is
218         present. Fixes bug #386005.
219         
220 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
221
222         * configure.ac:
223         * backend/ps/Makefile.am:
224         * backend/ps/ev-spectre.[ch]:
225         
226         Use libspectre, if available, for the ps backend. Fixes bugs
227         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
228
229 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
230         
231         * backend/comics/comics-document.c: (comics_document_load):
232         
233         Cygwin build issue fix.
234
235 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
236
237         * shell/ev-view.c: (ev_view_set_zoom):
238
239         Do not limit the minimum zoom factor when sizing mode is best bit
240         or fit width. Fixes bug #503805.
241         
242 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
243
244         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
245         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
246         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
247         (ev_link_dest_get_property), (ev_link_dest_set_property),
248         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
249         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
250         (ev_link_dest_new_fitr):
251         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
252         (goto_fith_dest), (goto_xyz_dest):
253
254         Do not change left, top and zoom values when they are null in PDF
255         destinations. Fixes bug #460658.
256         
257 2007-12-10  Christian Persch  <chpe@gnome.org>
258
259         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
260         (ev_view_accessible_class_init),
261         (ev_view_accessible_idle_do_action),
262         (ev_view_accessible_action_do_action),
263         (ev_view_accessible_action_get_description),
264         (ev_view_accessible_action_set_description),
265         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
266         (ev_view_accessible_factory_init),
267         (ev_view_accessible_factory_get_accessible_type):
268         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
269         private data, and G_DEFINE_TYPE. Bug #502843.
270
271 2007-12-08  Christian Persch  <chpe@gnome.org>
272
273         * shell/ev-metadata-manager.c: (item_free),
274         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
275         (value_free), (parse_value), (parseItem),
276         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
277         (save_values): Use GSlice to allocate small amounts of memory. Bug
278         #475972.
279
280 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
281
282         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
283
284         Restore cursor to normal after a drag operation. Fixes bug
285         #501603.
286         
287 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
288
289         * NEWS:
290         * configure.ac:
291         
292         Update for release 2.21.1
293
294 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
295
296         * configure.ac:
297         * cut-n-paste/gedit-message-area/Makefile.am:
298         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
299         * shell/Makefile.am:
300         * shell/ev-message-area.[ch]:
301         * shell/ev-window.c: (ev_window_set_message_area),
302         (ev_window_error_message_response_cb), (ev_window_error_message),
303         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
304         (ev_window_save_job_cb), (image_save_dialog_response_cb),
305         (ev_attachment_popup_cmd_open_attachment),
306         (attachment_save_dialog_response_cb), (ev_window_set_document),
307         (ev_window_init):
308
309         Use a message area instead of a popup dialog for error
310         notifications. Fixes bug #337495.
311         
312 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
313
314         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
315         (ev_window_run_fullscreen):
316
317         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
318         
319 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
320
321         * ev-sidebar-thumbnails.c: (update_visible_range),
322         (ev_sidebar_thumbnails_refresh),
323         (ev_sidebar_thumbnails_set_document),
324         (ev_sidebar_thumbnails_support_document):
325
326         Show thumbnails for documents with one page. Fixes bug #358751.
327         
328 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
329
330         * shell/ev-window.c:
331         (ev_window_load_print_settings_from_metadata),
332         (ev_window_save_print_settings), (ev_window_print_finished),
333         (ev_window_print_range):
334
335         Print settings that are specific to the document are now saved per
336         document in the metadata file. Fixes bug #488806.
337         
338 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
339
340         * backend/tiff/tiff-document.c: (tiff_document_render):
341
342         Tiff documents were rendered with wrong colors. Fixes bug #497279.
343         
344 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
345
346         * shell/ev-application.[ch]: (get_find_string_from_args),
347         (ev_application_open_uri_at_dest), (ev_application_open_uri),
348         (ev_application_open_uri_list):
349         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
350         * shell/ev-window.[ch]: (ev_window_load_job_cb),
351         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
352         (ev_window_cmd_recent_file_activate),
353         (ev_window_open_recent_action_item_activated),
354         (ev_window_print_send), (open_remote_link):
355         * shell/main.c: (arguments_parse):
356
357         Add a command line option for search. Fixes bug #497710.
358         
359 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
360
361         * shell/ev-jobs.c: (ev_job_print_new):
362
363         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
364         
365 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
366
367         * data/evince-toolbar.xml:
368         * shell/Makefile.am:
369         * shell/ev-application.c: (ev_application_init):
370         * shell/ev-open-recent-action.[ch]:
371         * shell/ev-window.c:
372         (ev_window_open_recent_action_item_activated),
373         (register_custom_actions):
374
375         Add an expander to the open toolbar item which pops up a dropdown
376         menu with the recently used documents. Fixes bug #487215.
377         
378 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
379
380         * shell/ev-window.c: (ev_window_open_uri),
381         (ev_window_cmd_view_reload):
382
383         Do not jump to the first page when reloading by running evince
384         from the command line. Fixes bug #490847.
385         
386 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
387
388         * shell/ev-window.c: (ev_window_cmd_help_contents):
389
390         Plugged memory leak when help file is not found. Fixes bug
391         #490762.
392         
393 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
394
395         * configure.ac:
396
397         Enable djvu, dvi and comics backends by default. Fixes bug
398         #437121.
399         
400 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
401
402         * configure.ac:
403         * cut-n-paste/Makefile.am:
404         * cut-n-paste/recent-files/*: Removed
405         * help/reference/Makefile.am:
406         * shell/Makefile.am:
407         * shell/ev-application.[ch]: (ev_application_shutdown),
408         (ev_application_init):
409         * shell/ev-window.c: (ev_window_add_recent),
410         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
411
412         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
413         
414 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
415
416         * shell/ev-window.c: (launch_external_uri):
417
418         Let GnomeVFS check the URL, this allow more URL (like mailto:),
419         and report error if the URL is not supported (#489910).
420
421 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
422
423         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
424         (pdf_document_file_exporter_begin_page),
425         (pdf_document_file_exporter_end_page):
426
427         Fix printing with poppler splash backend. Fixes bug #489774.
428         
429 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
430
431         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
432         * shell/ev-print-job.c: (ev_print_job_class_init):
433
434         Fix a crash when printing with the gnome-print dialog. Fixes bug
435         #488939.
436         
437 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
438
439         * backend/pixbuf/pixbuf-document.c:
440
441         Fix an implicit function definition warning (#487655)
442
443 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
444
445         * shell/ev-window.c:
446
447         Fix conflicting shortcut for view sade pane and presentation.
448         
449 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
450
451         * backend/pdf/ev-poppler.cc:
452         (pdf_document_file_exporter_begin_page),
453         (pdf_document_file_exporter_do_page),
454         (pdf_document_file_exporter_end_page),
455         (pdf_document_file_exporter_iface_init):
456         * libdocument/ev-file-exporter.[ch]:
457         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
458         * shell/ev-jobs.c: (ev_job_print_get_page_list),
459         (ev_job_print_run):
460
461         When printing multiple pages per sheet in reverse option, do not
462         invert the order of the pages in every sheet, but the order of the
463         sheets. Do not print blank pages when page range is invalid. Fixes
464         bugs #484857 and #485521.
465         
466 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
467
468         * shell/ev-jobs.c: (ev_job_print_get_page_list),
469         (ev_job_print_run):
470         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
471
472         Respect ranges order when printing more than one range in random
473         order.
474         
475 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
476
477         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
478         (ev_window_setup_document), (ev_window_rotation_changed_cb):
479
480         Rotate also the window icon when document is rotated. Fixes bug
481         #474681.
482         
483 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
484
485         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
486         (pdf_document_forms_get_form_fields):
487
488         Silently ignore unknown form fields. Fixes bug #482654. Patch by
489         Matthias Drochner.
490         
491 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
492
493         * configure.ac:
494         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
495
496         Use poppler_page_render_for_printing() instead of
497         poppler_page_render() if available when exporting to a ps or pdf
498         file. Fixes bug #476627.
499         
500 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
501
502         * shell/ev-window.c: (ev_window_run_fullscreen):
503
504         Do not show the toolbar in fullscreen mode if the main toolbar is
505         not visible. Fixes bug #483048.
506         
507 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
508
509         * shell/ev-view.c: (ev_view_button_press_event):
510
511         Give priority to form fields over images when deciding whether a
512         button press event is over an image or form field. It allows edit
513         form fields when they are over a background image. Fixes bug
514         #477841.
515         
516 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
517
518         * NEWS:
519         * configure.ac:
520         
521         Update for release 2.20.0
522
523 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
524
525         * backend/pdf/ev-poppler.cc:
526
527         Remove #ifdef HAVE_FORMS, so that forms support works again.
528
529 2007-09-05  Götz Waschk  <waschk@mandriva.org>
530
531         * configure.ac:
532         * data/evince.desktop.in.in:
533         
534         Fixes desktop file issues. See bug #473471.
535
536 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
537
538         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
539         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
540         (ev_job_queue_remove_job):
541         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
542         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
543         * shell/ev-window.c: (ev_window_clear_save_job),
544         (ev_window_save_job_cb), (file_save_dialog_response_cb),
545         (ev_window_dispose):
546
547         Move save a copy task to its own job so that it's carried out in a
548         thread avoiding another lock in the main thread. Use
549         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
550         can be saved to a pathin another file system. Fixes bug #456891.
551         
552 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
553
554         * NEWS:
555         * configure.ac:
556         
557         Update for release 2.19.92
558
559 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
560
561         * configure.ac:
562         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
563         (pdf_selection_get_selection_region),
564         (pdf_selection_get_selection_map),
565         (ev_form_field_from_poppler_field):
566
567         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
568         and triple click selections are enabled again now.
569
570 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
571
572         * shell/ev-window.c: (ev_window_add_history):
573
574         Make sure not to use the history with documents not supporting
575         links. Fixes bug #468954.
576
577 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
578
579         * shell/ev-window.c: (ev_window_load_job_cb):
580
581         Restart the search when reloading a document with the find bar
582         visible. Fixes bug #461962.
583
584 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
585
586         * shell/ev-window.c: (setup_document_from_metadata),
587         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
588
589         Do not jump to the first page when reloading a document from the
590         last page.
591
592 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
593
594         * shell/ev-window.c: (update_chrome_flag),
595         (setup_sidebar_from_metadata),
596         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
597         (ev_window_cmd_edit_find_next),
598         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
599         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
600         (find_bar_close_cb), (view_actions_focus_in_cb):
601
602         Do not update visibility when changing a chrome flag so that it's
603         possible to update several flags and update visibility only once
604         for all of them.
605
606 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
607
608         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
609
610         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
611         supported by gtk+. Fixes bug #460907.
612
613 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
614
615         * shell/ev-view.c: (view_update_range_and_current_page):
616
617         Make sure current-page <= end-page in continuous mode. Fixes bug
618         #454950.
619
620 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
621
622         * backend/pdf/ev-poppler.cc: (build_tree):
623
624         Ignore outline items without a title. Fixes bug #453913.
625
626 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
627
628         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
629         (ev_view_button_release_event), (ev_view_leave_notify_event):
630
631         Use always drag mouse cursor during a drag operation. Fixes bug
632         #470564.
633
634 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
635
636         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
637         (pdf_selection_get_selection_region),
638         (pdf_selection_get_selection_map):
639
640         Temporarily disable double and triple selections since it depends on
641         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
642         released and the update of the external dependency minimal version
643         approved.
644
645 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
646
647         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
648         (pdf_document_file_exporter_do_page):
649         * libdocument/ev-file-exporter.h:
650         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
651         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
652
653         Actually fix printing regressions. Remove orientation from
654         EvPrintContext since it's redundant.
655
656 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
657
658         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
659         * backend/impress/impress-document.c:
660         (impress_document_document_iface_init):
661         * backend/ps/ps-document.c: (ps_document_document_iface_init):
662         * backend/djvu/djvu-document.c:
663         (djvu_document_document_iface_init),
664         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
665         * backend/tiff/tiff-document.c:
666         (tiff_document_document_iface_init):
667         * backend/pixbuf/pixbuf-document.c:
668         (pixbuf_document_document_iface_init):
669         * backend/comics/comics-document.c:
670         (comics_document_document_iface_init):
671         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
672         (pdf_selection_render_selection),
673         (pdf_selection_get_selected_text),
674         (pdf_selection_get_selection_region),
675         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
676         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
677         (ev_selection_get_selection_region),
678         (ev_selection_get_selection_map):
679         * libdocument/ev-document.[ch]:
680         * shell/ev-pixbuf-cache.[ch]: (add_job),
681         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
682         * shell/ev-view-private.h:
683         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
684         (ev_job_render_run):
685         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
686         * shell/ev-view.c: (start_selection_for_event),
687         (ev_view_button_press_event), (ev_view_drag_data_get),
688         (ev_view_drag_data_received), (ev_view_button_release_event),
689         (compute_new_selection_text), (compute_selections),
690         (ev_view_select_all), (get_selected_text), (ev_view_copy),
691         (ev_view_primary_get_cb):
692
693         Add support for double and triple click selections.
694
695 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
696
697         * NEWS:
698         * configure.ac:
699
700         Update for release 2.19.4
701
702 2007-08-28  Justin Blanchard  <justinb04@aim.com>
703
704         * shell/ev-view-private.h:
705         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
706         (ev_view_set_highlight_search):
707         * shell/ev-view.h:
708         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
709         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
710         (find_bar_visibility_changed_cb):
711         
712         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
713
714 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
715
716         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
717         (pdf_document_file_exporter_begin),
718         (pdf_document_file_exporter_do_page):
719         * shell/ev-jobs.c: (ev_job_print_run):
720         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
721
722         Create always a portrait cairo surface and rotate when needed for
723         landscape. It fixes printing problems in real printers.
724
725 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
726
727         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
728         * libdocument/ev-file-exporter.[ch]:
729         (ev_file_exporter_get_capabilities):
730         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
731         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
732
733         Adjust number of pages per row according to page orientation when
734         printing 2 or 6 pages per sheet.
735
736 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
737
738         * shell/ev-window.c: (ev_window_print_send):
739
740         Reset also cups setting to 1 when printing multiple pages per
741         sheet. Fixes bug #468853.
742
743 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
744
745         * libdocument/ev-document-misc.c:
746         (ev_document_misc_surface_rotate_and_scale):
747
748         Use directly cairo_surface_get_content() when creating a similar
749         surface as suggested by Jeff Muizelaar. Thanks again.
750
751 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
752
753         * backend/djvu/djvu-document.c: (djvu_document_render):
754         * backend/tiff/tiff-document.c: (tiff_document_render):
755         * backend/pdf/ev-poppler.cc: (pdf_document_render):
756         * libdocument/ev-document-misc.c:
757         (ev_document_misc_surface_from_pixbuf),
758         (ev_document_misc_surface_rotate_and_scale):
759
760         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
761         creating page surfaces. Fixes bug #453123. Thank you very much to
762         Jeff Muizelaar <jeff@infidigm.net>.
763
764 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
765
766         * shell/ev-page-cache.c: (ev_page_cache_new),
767         (ev_page_cache_get_thumbnail_size):
768         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
769         (ev_sidebar_thumbnails_set_loading_icon):
770
771         Also store in page-cache the dimensions of the thumbnails so that
772         they can be used to create the correct loading icon in the side
773         pane. Fixes bug #466857.
774
775 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
776
777         * backend/pdf/ev-poppler.cc:
778         (pdf_document_thumbnails_get_thumbnail):
779
780         Fix thumbnails rotation in pdf documents that include embedded 
781         thumbnails.
782
783 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
784
785         * backend/pdf/ev-poppler.cc:
786
787         Don't use #ifdef in macro expansion. Some compilers don't
788         like that. Closes bug #467042.
789
790 2007-08-15  Justin Blanchard  <justinb04@aim.com>
791
792         * backend/djvu/djvu-document.c: (djvu_document_finalize):
793         
794         Fixes memory leak in djvu backend.
795
796 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
797
798         * data/icons/32x32/Makefile.am:
799         * data/icons/32x32/actions/Makefile.am:
800         * data/icons/32x32/actions/view-page-cont.svg:
801         * data/icons/32x32/actions/view-page-facing.svg:
802         * data/icons/48x48/Makefile.am:
803         * data/icons/48x48/actions/Makefile.am:
804         * data/icons/48x48/actions/view-page-cont.svg:
805         * data/icons/48x48/actions/view-page-facing.svg:
806         
807         Icons for a new sizes.
808
809 2007-08-14  Justin Blanchard  <justinb04@aim.com>
810
811         * shell/ev-page-cache.c: (build_height_to_page),
812         (ev_page_cache_get_height_to_page):
813         
814         Fixes invalid read, see bug #466401.
815
816 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
817
818         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
819         (set_drag_cursor):
820         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
821         (configure_item_cursor), (new_pixbuf_from_widget):
822
823         Fix multihead problems in toolbar editor. Fixes bug #382055.
824
825 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
826
827         * shell/ev-window.c: (ev_window_cmd_file_open),
828         (ev_window_cmd_save_as):
829
830         Use g_get_user_special_dir when available instead of
831         xdg_user_dir_lookup.
832
833 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
834
835         * MAINTAINERS:
836         
837         Updated according to request on desktop-devel.
838
839 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
840
841         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
842
843         Do not use cairo_rectangle and cairo_clip since we are
844         not using cairo_fill but cairo_paint. Use the same cairo context
845         for every page in the same expose event.
846
847 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
848
849         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
850         leak.
851
852 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
853
854         * configure.ac:
855         * NEWS:
856
857         Release 0.9.3
858
859 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
860
861         * libdocument/ev-document-info.h:
862         * libdocument/ev-document.h:
863         * shell/ev-page-action.h:
864         * shell/ev-sidebar-links.h:
865
866         Fix a headers problem with ev-link
867         
868         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
869         * shell/ev-view-private.h:
870         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
871         (get_link_area), (ev_view_query_tooltip),
872         (ev_view_leave_notify_event), (ev_view_destroy),
873         (ev_view_class_init):
874
875         Use new gtk tooltips when available instead of ev-tooltip.
876         
877 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
878
879         * shell/ev-window.c: (update_chrome_visibility),
880         (ev_window_sidebar_visibility_changed_cb):
881
882         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
883         
884 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
885
886         * shell/ev-navigation-action.c:
887         (ev_navigation_action_history_changed),
888         (ev_navigation_action_set_history):
889         * shell/ev-navigation-action-widget.c:
890         (ev_navigation_action_widget_init):
891         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
892
893         Fix compile warnings.
894         
895 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
896
897         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
898         (egg_editable_toolbar_dispose):
899
900         Fix memory leak.
901         
902 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
903
904         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
905         (screensaver_disable_x11):
906         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
907         * shell/ev-window.c: (presentation_set_timeout):
908         * shell/ev-view.c: (ev_view_presentation_transition_start):
909
910         Use g_timeout_add_seconds instead of g_timeout_add when
911         available.
912         
913 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
914
915         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
916
917         Set horizontal scrollbar policy to AUTOMATIC instead of
918         NEVER. Workaround for bug #449462.
919         
920 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
921
922         * shell/ev-jobs.c: (ev_job_render_page_ready):
923
924         Add page_ready callback to main loop with high priority and hold
925         a reference to job during idle.
926         
927 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
928
929         * configure.ac:
930         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
931         (pdf_document_file_exporter_begin),
932         (pdf_document_file_exporter_do_page),
933         (pdf_document_file_exporter_get_capabilities):
934         * libdocument/ev-file-exporter.h:
935         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
936         * shell/ev-window.c: (ev_window_print_send),
937         (ev_window_print_dialog_response_cb):
938
939         Allow printing multiple pages per sheet. Fixes bug #395573.
940         
941 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
942
943         * shell/ev-view.c: (tip_from_link):
944         
945         Check for NULL, fixes bug #460862.
946
947 2007-07-29  Christian Persch  <chpe@gnome.org>
948
949         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
950         (ev_window_preview_print_finished), (ev_window_do_preview_print),
951         (ev_window_cmd_preview_print):
952         
953         Fixes bug #437681 - blocks while enumerating printers.
954
955 2007-07-29  Christian Persch  <chpe@gnome.org>
956
957         * shell/ev-window.c: (ev_window_screen_changed):
958         
959         Don't use deprecated gtk+ function. See bug #460909.
960
961 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
962
963         * shell/ev-utils.c: (get_num_monitors):
964         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
965
966         Do not use display before initializing it. Remove compile
967         warnings.
968
969 2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
970
971         * shell/ev-view.c: (ev_view_class_init):
972         
973         Unix-like hjkl bindings added. See bug #458111.
974
975 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
976
977         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
978         * shell/ev-utils.h:
979         * shell/ev-view.c: (ev_view_set_zoom_for_size),
980         (ev_view_update_view_size):
981         * shell/ev-view.h:
982         * shell/ev-window.c: (ev_window_update_actions),
983         (setup_view_from_metadata), (ev_window_screen_changed),
984         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
985         (zoom_control_changed_cb):
986         * shell/ev-window.h:
987         
988         Reorganizes utility functions.
989
990 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
991
992         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
993         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
994         (add_job), (ev_pixbuf_cache_get_surface),
995         (ev_pixbuf_cache_get_link_mapping),
996         (ev_pixbuf_cache_get_image_mapping),
997         (ev_pixbuf_cache_get_form_field_mapping),
998         (ev_pixbuf_cache_get_text_mapping):
999         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
1000         (notify_page_ready), (ev_job_render_page_ready),
1001         (ev_job_render_run):
1002
1003         Add page_ready signal to notify that page is ready as soon as
1004         possible even if other page elements like links, forms, images or
1005         text mapping are not ready yet.
1006
1007 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1008
1009         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
1010         (dvi_document_file_exporter_do_page),
1011         (dvi_document_file_exporter_get_capabilities),
1012         (dvi_document_file_exporter_iface_init):
1013         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
1014         (ps_document_file_exporter_do_page),
1015         (ps_document_file_exporter_get_capabilities),
1016         (ps_document_file_exporter_iface_init):
1017         * backend/djvu/djvu-document.c:
1018         (djvu_document_file_exporter_begin),
1019         (djvu_document_file_exporter_end),
1020         (djvu_document_file_exporter_get_capabilities),
1021         (djvu_document_file_exporter_iface_init):
1022         * backend/tiff/tiff-document.c:
1023         (tiff_document_file_exporter_begin),
1024         (tiff_document_file_exporter_get_capabilities),
1025         (tiff_document_document_file_exporter_iface_init):
1026         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1027         (pdf_document_file_exporter_do_page),
1028         (pdf_document_file_exporter_get_capabilities),
1029         (pdf_document_file_exporter_iface_init):
1030         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
1031         (ev_file_exporter_get_capabilities):
1032         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
1033         (idle_print_handler), (ev_print_job_print):
1034         * shell/ev-jobs.c: (ev_job_print_run):
1035         * shell/ev-window.c: (ev_window_print_send),
1036         (ev_window_print_range):
1037
1038         Use capabilities to know which options should be offered by the
1039         print dialog depending on the document backend.
1040
1041 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1042
1043         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1044
1045         Give priority to forms over text to set the cursor.
1046
1047 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1048
1049         * shell/ev-view-private.h:
1050         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1051         (ev_view_leave_notify_event), (ev_view_finalize),
1052         (ev_view_get_property), (ev_view_class_init):
1053
1054         Use IBEAM cursor for text form fields and NORMAL cursor for read
1055         only fields. Remove unused status attribute.
1056
1057 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1058
1059         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1060
1061         Update region for current selected items also for checkbox
1062         buttons, since they can behave as radio buttons when they are in a
1063         set.
1064
1065 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1066
1067         * configure.ac:
1068         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1069
1070         Get max length of text form fields.
1071
1072 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1073
1074         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1075         * libdocument/ev-form-field.h:
1076         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
1077
1078         Fix build with current poppler cvs head.
1079
1080 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1081
1082         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1083         * shell/eggfindbar.c: (egg_find_bar_init):
1084
1085         Fix build with gtk+ >= 2.11.5 due to gtktooltips
1086         deprecation. Fixes bug #455667
1087
1088 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1089
1090         * NEWS:
1091         * configure.ac:
1092         
1093         Update for release 0.9.2
1094
1095 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1096
1097         * shell/ev-view.c: (ev_view_form_field_text_save),
1098         (ev_view_form_field_choice_save):
1099
1100         Fix a crash when closing whith a form widget visible.
1101
1102 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1103
1104         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1105
1106         Update also the region of the current selected button when
1107         clicking on another button if they are radio buttons.
1108
1109 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1110
1111         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
1112         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
1113         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
1114         (ev_pixbuf_cache_get_link_mapping),
1115         (ev_pixbuf_cache_get_image_mapping),
1116         (ev_pixbuf_cache_get_form_field_mapping),
1117         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
1118         * shell/ev-view.c: (ev_view_form_field_get_region),
1119         (ev_view_form_field_button_create_widget),
1120         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1121         (job_finished_cb):
1122
1123         Redraw only form field region instead of the whole page when
1124         reloading a page to show changes on the form field.
1125
1126 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1127
1128         * shell/ev-view.c: (ev_view_form_field_choice_save):
1129
1130         Fix selection of first item in list form fields.
1131
1132 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1133
1134         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
1135         (ev_pixbuf_cache_reload_page),
1136         (ev_pixbuf_cache_get_form_field_mapping):
1137
1138         Some refactoring to avoid duplicated code.
1139
1140 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1141
1142         * configure.ac:
1143         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
1144         (ev_form_field_from_poppler_field),
1145         (pdf_document_forms_get_form_fields),
1146         (pdf_document_forms_form_field_text_get_text),
1147         (pdf_document_forms_form_field_text_set_text),
1148         (pdf_document_forms_form_field_button_set_state),
1149         (pdf_document_forms_form_field_button_get_state),
1150         (pdf_document_forms_form_field_choice_get_item),
1151         (pdf_document_forms_form_field_choice_get_n_items),
1152         (pdf_document_forms_form_field_choice_is_item_selected),
1153         (pdf_document_forms_form_field_choice_select_item),
1154         (pdf_document_forms_form_field_choice_toggle_item),
1155         (pdf_document_forms_form_field_choice_unselect_all),
1156         (pdf_document_forms_form_field_choice_set_text),
1157         (pdf_document_forms_form_field_choice_get_text),
1158         (pdf_document_document_forms_iface_init):
1159         * libdocument/Makefile.am:
1160         * libdocument/ev-form-field.[ch]:
1161         * libdocument/ev-document-forms.[ch]:
1162         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1163         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1164         (add_job), (ev_pixbuf_cache_reload_page),
1165         (ev_pixbuf_cache_get_form_field_mapping):
1166         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
1167         * shell/ev-view-private.h:
1168         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
1169         (ev_view_handle_cursor_over_xy),
1170         (ev_view_get_form_field_at_location),
1171         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
1172         (ev_view_form_field_button_create_widget),
1173         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
1174         (ev_view_form_field_text_create_widget),
1175         (ev_view_form_field_choice_save),
1176         (ev_view_form_field_choice_changed),
1177         (ev_view_form_field_choice_create_widget),
1178         (ev_view_handle_form_field), (ev_view_size_allocate),
1179         (ev_view_realize), (draw_end_presentation_page),
1180         (ev_view_button_press_event), (ev_view_remove_all),
1181         (ev_view_motion_notify_event), (ev_view_key_press_event),
1182         (ev_view_enter_notify_event), (highlight_find_results),
1183         (draw_loading_text), (draw_one_page), (ev_view_destroy),
1184         (ev_view_class_init), (page_changed_cb),
1185         (on_adjustment_value_changed), (ev_view_set_presentation),
1186         (merge_selection_region), (ev_view_set_cursor),
1187         (ev_view_reset_presentation_state):
1188         
1189         Merge evince-forms branch.
1190
1191 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
1192
1193         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
1194
1195         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
1196         This script also updates itself from libegg
1197
1198         * cut-n-paste/toolbar-editor/egg*:
1199         Run update-toolbareditor-from-libegg.sh so we are in sync again with
1200         libegg
1201
1202 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
1203
1204         * shell/ev-window.c:
1205         
1206         Adds a nice icon to page action during toolbar editing.
1207         See bug #452872.
1208
1209 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1210
1211         * data/evince-toolbar.xml:
1212         * shell/ev-window.c:
1213         
1214         Let user add a presentation and fullscreen icons on toolbar.
1215         See bug #449734.
1216
1217 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
1218
1219         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
1220
1221         new script to keep in sync with toolbareditor in libegg
1222
1223         * cut-n-paste/toolbar-editor/*: 
1224
1225         Run update-toolbareditor-from-libegg so we are in sync again. 
1226         Fixes bug #452850.
1227         
1228
1229 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1230
1231         * shell/ev-sidebar-links.c: (job_finished_callback):
1232
1233         Do not connect selection changed signal more than once. Fixes bug
1234         #349433.
1235
1236 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1237
1238         * shell/ev-window.c: (ev_window_view_sidebar_cb):
1239
1240         Do not change sidebar chrome flag when pressing F9 key in
1241         presentation mode.
1242
1243 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1244
1245         * backend/pdf/ev-poppler.cc:
1246         (pdf_document_thumbnails_get_dimensions):
1247
1248         Make sure thumbnails width and height is not <= 0. Fixes a crash
1249         with some pdf documents which have really small pages.
1250
1251 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
1252
1253         * shell/main.c: (main):
1254
1255         Fixes program description translation issue.
1256         Bug #450148.
1257
1258 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
1259
1260         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
1261
1262         Do not change current page when returning from black/white mode
1263         in presentation. Fixes bug #415032.
1264
1265 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1266
1267         * NEWS:
1268         * configure.ac:
1269         
1270         Update for release 0.9.1
1271
1272 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
1273
1274         * backend/dvi/dvi-document.c:
1275         (dvi_document_finalize),
1276         (dvi_document_file_exporter_format_supported),
1277         (dvi_document_file_exporter_begin),
1278         (dvi_document_file_exporter_do_page),
1279         (dvi_document_file_exporter_end),
1280         (dvi_document_file_exporter_iface_init), (dvi_document_init):
1281         
1282         PDF exporter for dvi documents. Fixes bug #441319.
1283
1284 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1285
1286         * shell/ev-window.c: (ev_window_clear_print_job):
1287
1288         Clear gtk print job when job has finished. Fixes bug #447612.
1289
1290 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1291
1292         * shell/ev-window.c: (ev_window_print_send),
1293         (ev_window_print_dialog_response_cb), (ev_window_print_range):
1294
1295         Add preview button to print dialog. Fixes bug #445419.
1296
1297 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1298
1299         * backend/dvi/Makefile.am:
1300         * backend/dvi/pixbuf-device.[ch]: Removed
1301         * backend/dvi/cairo-device.[ch]: Added
1302         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
1303         * backend/dvi/dvi-document.c: (dvi_document_load),
1304         (dvi_document_render), (dvi_document_finalize),
1305         (dvi_document_thumbnails_get_thumbnail), (parse_color),
1306         (dvi_document_do_color_special):
1307         * libdocument/ev-document-misc.[ch]:
1308         (ev_document_misc_pixbuf_from_surface):
1309
1310         Port dvi backend to cairo and fix a problem with colors. 
1311
1312 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1313
1314         * shell/ev-view.c: (draw_one_page):
1315
1316         Draw only visible region.
1317
1318 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1319
1320         * backend/djvu/djvu-document.c: (djvu_document_render):
1321
1322         Fix rotation in djvu backend.
1323
1324 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1325
1326         * shell/ev-pixbuf-cache.c: (job_finished_cb),
1327         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
1328         (ev_pixbuf_cache_get_image_mapping),
1329         (ev_pixbuf_cache_get_text_mapping):
1330
1331         Redraw view every time we have a new surface. Fixes bug #443587.
1332
1333 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1334
1335         * libdocument/ev-document.c: (ev_document_info_free):
1336
1337         Fix memory leaks.
1338
1339 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1340
1341         * backend/dvi/dvi-document.c: (dvi_document_render),
1342         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
1343         * backend/impress/impress-document.c:
1344         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
1345         (impress_document_render), (impress_document_document_iface_init),
1346         (impress_document_thumbnails_get_thumbnail):
1347         * backend/djvu/djvu-document-private.h:
1348         * backend/djvu/djvu-document.c: (djvu_document_render),
1349         (djvu_document_finalize), (djvu_document_document_iface_init),
1350         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
1351         * backend/tiff/tiff-document.c: (tiff_document_render),
1352         (tiff_document_render_pixbuf),
1353         (tiff_document_document_iface_init):
1354         * backend/pdf/ev-poppler.cc: (pdf_document_render),
1355         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
1356         (pdf_selection_render_selection):
1357         * backend/comics/comics-document.c:
1358         (comics_document_render_pixbuf), (comics_document_render),
1359         (comics_document_document_iface_init):
1360         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
1361         (pixbuf_document_document_iface_init):
1362         * libdocument/ev-document-misc.[ch]:
1363         (ev_document_misc_surface_from_pixbuf),
1364         (ev_document_misc_surface_rotate_and_scale):
1365         * libdocument/ev-document.[ch]: (ev_document_render):
1366         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
1367         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1368         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1369         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
1370         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
1371         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
1372         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1373         (render_finished_cb), (ev_job_render_run):
1374         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
1375         (merge_selection_region):
1376
1377         Use cairo image surfaces instead of GDK pixbufs for drawing pages
1378         and selections.
1379
1380 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1381
1382         * shell/ev-window-title.c: (ev_window_title_update):
1383
1384         Fix memory leak.
1385
1386 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1387
1388         * shell/ev-view.c: (draw_loading_text):
1389
1390         Show loading text centered. Fixes bug #433061
1391
1392 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1393
1394         * shell/ev-sidebar-thumbnails.c:
1395         (ev_sidebar_thumbnails_set_loading_icon):
1396
1397         Remove a mutex in the main thread that blocks the UI in heavy
1398         documents.
1399
1400 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1401
1402         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
1403
1404         Set points_set to TRUE so that selections don't disappear after a
1405         zoom change.
1406
1407 2007-06-07  Michael Monreal  <infernux@web.de>
1408
1409         * data/icons/16x16/actions/Makefile.am:
1410         * data/icons/16x16/actions/zoom.svg:
1411         * data/icons/22x22/actions/Makefile.am:
1412         * data/icons/22x22/actions/zoom.svg:
1413         * data/icons/24x24/actions/Makefile.am:
1414         * shell/ev-stock-icons.c:
1415         * shell/ev-stock-icons.h:
1416         * shell/ev-window.c:
1417         
1418         Zoom icon artwork. See bug #444795.
1419
1420 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1421
1422         * shell/ev-metadata-manager.c: Remove extraneous function
1423         (Closes: #444386)
1424
1425 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1426
1427         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
1428         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
1429         (ev_metadata_manager_set), (ev_metadata_manager_save):
1430         Simplify the timeout, no need for modified anymore
1431
1432 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1433
1434         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
1435         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1436         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1437         (ev_metadata_manager_save): Adapted patch from Arjan van de
1438         Ven (arjan@linux.intel.com) to avoid the timeout running all the
1439         time, saves on power (Closes: #443851)
1440
1441 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1442
1443         * configure.ac:
1444         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
1445         (pdf_selection_render_selection), (pdf_document_get_page_duration):
1446
1447         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
1448
1449 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1450
1451         * shell/ev-window.c: (ev_window_add_history):
1452
1453         Check if history is NULL
1454
1455 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1456
1457         * libdocument/ev-image.c: (ev_image_finalize):
1458         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
1459         * libdocument/ev-attachment.c: (ev_attachment_finalize):
1460         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
1461         (ev_tmp_uri_unlink):
1462
1463         Add functions to delete temporary files created by evince in a safe
1464         way.
1465
1466         * shell/ev-window.c: (ev_window_clear_local_uri),
1467         (open_xfer_update_progress_callback),
1468         (save_xfer_update_progress_callback), (ev_window_save_remote),
1469         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
1470         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1471         (attachment_save_dialog_response_cb),
1472         (ev_attachment_popup_cmd_save_attachment_as):
1473
1474         Allow saving a copy of a document, image or attachment to a remote
1475         location. Fixes bug #440754. 
1476
1477 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1478
1479         * configure.ac:
1480         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1481
1482         Fix build with current poppler from cvs head. 
1483
1484 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
1485
1486         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
1487
1488         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
1489         directory exists.
1490
1491 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1492
1493         * shell/ev-sidebar.c: (ev_sidebar_add_page):
1494         * shell/ev-window.c:
1495
1496         Change sidebar ordering. Fixes bug #439939.
1497
1498 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
1499
1500         * backend/comics/Makefile.am:
1501         
1502         Fixes build with --without-libgnome.
1503
1504 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1505         
1506         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
1507
1508         Update cursor and tooltip on page change and view scroll. Fixes bug
1509         #439217.
1510
1511 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1512
1513         * NEWS:
1514         * configure.ac:
1515         
1516         Update for release 0.9.0
1517
1518 2007-05-14  Alaska Subedi <asubedi@gmail.com>
1519
1520         * backend/djvu/djvu-document-private.h:
1521         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1522         (djvu_document_finalize),
1523         (djvu_document_file_exporter_format_supported),
1524         (djvu_document_file_exporter_begin),
1525         (djvu_document_file_exporter_do_page),
1526         (djvu_document_file_exporter_end),
1527         (djvu_document_file_exporter_iface_init), (djvu_document_init):
1528         
1529         Implemented printing with djvu. Bug #437998.
1530
1531 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1532
1533         * backend/impress/zip.c:
1534         Add missing ulong definition.
1535
1536         * backend/ps/ps-interpreter.c:
1537         Add missing headers.
1538
1539         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
1540
1541 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1542
1543         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
1544
1545         Add missing call to parent class dispose method. 
1546
1547 2007-05-12  Ross Burton  <ross@openedhand.com>
1548
1549         * shell/main.c:
1550         Sync keybindings manually when building without libgnome
1551         (#437925).
1552
1553 2007-05-12  Ross Burton  <ross@openedhand.com>
1554
1555         * shell/ev-window.c:
1556         Respect the screen when opening help (#437866).
1557
1558 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1559
1560         * data/evince-ui.xml:
1561         * shell/ev-application.[ch]: (get_print_settings_from_args),
1562         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1563         (ev_application_open_uri_list):
1564         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
1565         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1566         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
1567         (ev_window_cmd_view_reload), (lookup_printer_from_name),
1568         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
1569         (ev_window_dispose):
1570         * shell/main.c: (arguments_parse):
1571
1572         Add print button in preview mode. Fixes bug #396475. 
1573
1574 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1575
1576         * cut-n-paste/zoom-control/ephy-zoom.h:
1577         
1578         Fixes zoom level factors. See bug #408119 for details.
1579
1580 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1581
1582         * backend/comics/comics-document.c: (comics_regex_quote),
1583         (extract_argv):
1584         
1585         Correctly quote symbols. Fixes crash in the bug
1586         #415370.
1587
1588 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1589
1590         * shell/ev-navigation-action-widget.c:
1591         (ev_navigation_action_widget_init),
1592         (ev_navigation_action_widget_class_init),
1593         (ev_navigation_action_widget_button_press_event):
1594         
1595         Connect to button-press event on correct widget. Fixes
1596         bug #431988
1597
1598 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1599
1600         * shell/ev-application.c: (ev_application_open_window),
1601         (ev_application_add_icon_path_for_screen),
1602         (ev_application_open_uri_at_dest):
1603         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
1604         * shell/ev-navigation-action.c: (build_menu):
1605         
1606         Add app-specific icons to our icon theme. Fixes bug
1607         #425508.
1608
1609 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1610
1611         * shell/ev-history.c: (ev_history_class_init),
1612         (ev_history_add_link):
1613         * shell/ev-history.h:
1614         * shell/ev-navigation-action.c:
1615         (ev_navigation_action_history_changed),
1616         (ev_navigation_action_set_history), (build_menu),
1617         (ev_navigation_action_finalize):
1618         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1619         
1620         Make navigation action unsensitive instead of showing
1621         menu with unsensitive word. Fixes bug #417392.
1622
1623 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1624
1625         * shell/ev-application.[ch]: (ev_application_shutdown),
1626         (ev_application_get_print_settings),
1627         (ev_application_set_print_settings):
1628         * shell/ev-window.c:
1629
1630         Remember print settings. Fixes bug #349102. 
1631
1632 2007-05-08  Christian Persch  <chpe@gnome.org>
1633
1634         * configure.ac:
1635         * properties/ev-properties-view.c:
1636
1637         No need for a configure check; just use the GTK_CHECK_VERSION macro.
1638         Bug #382438.
1639
1640 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1641
1642         * configure.ac:
1643         * properties/ev-properties-view.c: (ev_regular_paper_size):
1644
1645         Use gtk+ builtin paper list to identify the document's paper size.
1646         Fixes bug #382438. 
1647
1648 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1649
1650         * configure.ac:
1651
1652         Fix build when compiling with thumbnailer and libgnome support. 
1653
1654 2007-05-04  Ross Burton  <ross@openedhand.com>
1655
1656         * configure.ac:
1657         Add --without-libgnome, check for libgnome and libgnomeui
1658         separately, and add them to the symbols as required.
1659
1660         * libdocument/ev-file-helpers.c:
1661         When building without libgnome, use g_get_user_config_dir instead
1662         of gnome_user_dir_get.
1663
1664         * shell/ev-application.c:
1665         When building without libgnome, don't use session management.
1666
1667         * shell/main.c:
1668         When building without libgnome, don't use GnomeProgram or
1669         initialise the authentication manager.
1670
1671         This fixes #328842.
1672
1673 2007-05-04  Ross Burton  <ross@openedhand.com>
1674
1675         * shell/ev-window.c:
1676         Don't use libgnome to open help, instead call Yelp directly.
1677
1678 2007-05-04  Ross Burton  <ross@openedhand.com>
1679
1680         * shell/ev-sidebar-attachments.c:
1681         Don't use libgnome to lookup icons for MIME types, instead copy
1682         code from GTK+ to do it manually.
1683
1684 2007-05-04  Ross Burton  <ross@openedhand.com>
1685
1686         * configure.ac:
1687         Add libxml to the dependencies for SHELL_CORE (#435818).
1688
1689 2007-05-02  Ross Burton  <ross@openedhand.com>
1690
1691         * configure.ac:
1692         * Makefile.am:
1693         Add --disable-thumbnailer (#434825)
1694
1695 2007-05-02  Ross Burton  <ross@openedhand.com>
1696
1697         * shell/ev-window.c:
1698         Add missing includes, fix indentation.
1699
1700         * shell/main.c:
1701         Fix indentation.
1702
1703 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
1704
1705         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
1706         ev_application_open_uri_at_dest instead of ev_application_open_uri
1707         preventing new document always being opened in a new window even if there
1708         is an empty window.
1709
1710 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1711
1712         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1713         (egg_recent_view_uimanager_finalize):
1714         * properties/ev-properties-view.c: (ev_properties_view_dispose):
1715         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
1716         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
1717         (ev_pixbuf_cache_dispose):
1718         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
1719         * shell/ev-tooltip.c: (ev_tooltip_dispose):
1720         
1721         Add missing chain to parent class methods. Fixes
1722         bug #433128.
1723
1724 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
1725
1726         * data/Makefile.am (update-icon-cache): Updates
1727         gtk-update-icon-cache in uninstall-hook.
1728
1729 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1730
1731         * shell/ev-window.c: (ev_window_setup_document),
1732         (ev_window_set_document), (ev_window_load_job_cb):
1733         * shell/ev-view.c: (setup_caches):
1734         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
1735
1736         Start rendering pages before any other jobs. 
1737
1738 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1739
1740         * shell/ev-window.c: (ev_window_stop_fullscreen),
1741         (ev_window_stop_presentation):
1742
1743         Update chrome visibility before window unfullscreen. 
1744
1745 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1746
1747         * data/Makefile.am:
1748         * data/evince-ui.xml:
1749         * shell/ev-stock-icons.[ch]:
1750         * shell/ev-application.[ch]: (ev_application_shutdown),
1751         (ev_application_init), (ev_application_get_toolbars_model):
1752         * shell/ev-window.c: (update_chrome_visibility),
1753         (fullscreen_toolbar_setup_item_properties),
1754         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1755         (ev_window_run_presentation), (ev_window_stop_presentation),
1756         (ev_window_run_preview), (ev_window_screen_changed),
1757         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
1758         (ev_window_dispose), (ev_window_init):
1759
1760         Make fullscreen toolbar always visible. Do not use egg toolbars for
1761         fullscreen and preview modes since such toolbars are not editables.
1762         Fixes bugs #300278, #338910 and #316188.  
1763
1764 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
1765
1766         * shell/ev-application.c:
1767         * shell/ev-job-queue.c:
1768         * shell/ev-metadata-manager.c:
1769         * shell/ev-stock-icons.c:
1770         * shell/ev-window.c:
1771         * shell/main.c:
1772         
1773         Developers documentation updated.
1774
1775 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1776
1777         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
1778
1779         Check whether uri is valid before launching it. Fixes bug #427664.
1780
1781 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1782
1783         * shell/ev-window.c:
1784
1785         Change key accelerator for Open a Copy menu entry which is in conflict
1786         with Close. Fixes bug #427321.
1787
1788 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1789
1790         * NEWS:
1791         * configure.ac:
1792         
1793         Update for release 0.8.1
1794
1795 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1796
1797         * shell/ev-window.c: (setup_size_from_metadata):
1798         
1799         Do not make window bigger than screen. Fixes bug 
1800         #388985.
1801
1802 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1803
1804         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
1805         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
1806
1807         Use default resolution when it's not provided by document. Fixes bug
1808         #408762.
1809
1810 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1811
1812         * configure.ac:
1813         * thumbnailer/Makefile.am:
1814         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1815         * thumbnailer/evince-thumbnailer.schemas.in:
1816         * thumbnailer/evince-thumbnailer-ps.schemas.in:
1817
1818         Add support for ps, eps and compressed documents thumbnails. Do not
1819         ignore size parameter. 
1820
1821 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1822
1823         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
1824         (dvi_document_do_color_special):
1825         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
1826
1827         Implement font color specials in the DVI backend. Fixes bug #303651.
1828
1829 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1830
1831         Fixup the previous commit:
1832
1833         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
1834         * shell/xdg-user-dir-lookup.c: Make the function non-static
1835         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
1836
1837 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1838
1839         * shell/ev-window.c (file_open_dialog_response_cb): Use
1840         the xdg-user-dirs DOCUMENTS folder as default folder when
1841         opening a file chooser.  (#424858)
1842
1843         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
1844         xdg-user-dirs.
1845
1846 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1847
1848         * shell/ev-window.c: (ev_window_load_job_cb):
1849
1850         Do not setup view from metadata on preview mode. 
1851
1852 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1853
1854         * shell/main.c:
1855
1856         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
1857
1858 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1859
1860         * shell/ev-view.c: (ev_view_primary_get_cb):
1861
1862         Check pointer != NULL before using it. Fixes bug #416841. 
1863
1864 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1865
1866         * NEWS:
1867         * configure.ac:
1868         
1869         Release 0.8.0
1870
1871 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1872
1873         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1874
1875         Do not render thumbnails when sidebar thumbnail page is not visible
1876         at startup. Fixes bug #416447. 
1877
1878 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
1879
1880         * data/evince.desktop.in.in:
1881
1882         "Application" is not a valid category in the freedesktop specification.
1883
1884 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1885
1886         * libdocument/ev-file-helpers.[ch]: (compression_run),
1887         (ev_file_uncompress), (ev_file_compress):
1888         * shell/ev-window.c: (file_save_dialog_response_cb):
1889
1890         Save document compressed when saving a copy of a compressed document.
1891         Fixes bug #334542.
1892
1893 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1894
1895         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
1896
1897         Allow deleting in goto window entry in presentation mode. 
1898
1899 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
1900
1901         * Makefile.am: Dist MAINTAINERS.
1902
1903 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1904
1905         * shell/ev-window.c: (ev_window_update_actions):
1906
1907         Fix zoom shortcut keys when searching. Fixes bug #409828.
1908
1909 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1910
1911         * shell/ev-window.c: (ev_window_setup_document):
1912
1913         Fix crash when loading documents with only one page. 
1914
1915 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1916
1917         * backend/dvi/dvi-document.c:
1918         (dvi_document_thumbnails_get_dimensions),
1919         (dvi_document_thumbnails_get_thumbnail):
1920         * backend/impress/impress-document.c:
1921         (impress_document_thumbnails_get_thumbnail),
1922         (impress_document_thumbnails_get_dimensions):
1923         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
1924         (ps_document_thumbnails_get_dimensions):
1925         * backend/djvu/djvu-document.c:
1926         (djvu_document_thumbnails_get_dimensions),
1927         (djvu_document_thumbnails_get_thumbnail):
1928         * backend/tiff/tiff-document.c:
1929         (tiff_document_thumbnails_get_thumbnail),
1930         (tiff_document_thumbnails_get_dimensions):
1931         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
1932         (pdf_document_thumbnails_get_thumbnail),
1933         (pdf_document_thumbnails_get_dimensions):
1934         * backend/comics/comics-document.c:
1935         (comics_document_thumbnails_get_thumbnail),
1936         (comics_document_thumbnails_get_dimensions):
1937         * backend/pixbuf/pixbuf-document.c:
1938         (pixbuf_document_thumbnails_get_thumbnail),
1939         (pixbuf_document_thumbnails_get_dimensions):
1940         * libdocument/ev-document-thumbnails.[ch]:
1941         (ev_document_thumbnails_get_thumbnail),
1942         (ev_document_thumbnails_get_dimensions):
1943         * libdocument/ev-document-misc.[ch]:
1944         (ev_document_misc_get_thumbnail_frame):
1945         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1946         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
1947         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
1948         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
1949         (ev_sidebar_thumbnails_refresh):
1950         * shell/ev-window.c: (ev_window_setup_document):
1951         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1952
1953         Use an EvRenderContext for rendering thumbnails instead of a suggested
1954         width, so that different sized pages get sized proportionally.
1955
1956 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1957
1958         * shell/ev-view.c: (ev_view_button_press_event),
1959         (ev_view_key_press_event):
1960
1961         Fix critical warnings when there is no document loaded. 
1962
1963 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1964
1965         * shell/ev-page-action-widget.c:
1966         * shell/ev-navigation-action.c:
1967         * shell/ev-window.c:
1968
1969         Fix compile warnings. 
1970
1971 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1972
1973         * backend/djvu/djvu-text.h:
1974         * backend/djvu/djvu-document.c:
1975         * backend/djvu/djvu-text-page.c:
1976         * backend/djvu/djvu-links.c:
1977         * backend/djvu/djvu-text-page.h:
1978         * backend/djvu/djvu-text.c:
1979         
1980         Fix build on Mac. Fixes bug #392186. Patch by
1981         <ephraim_owns@hotmail.com>
1982
1983 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1984
1985         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1986
1987         Restore cairo context before rendering every page when printing a PDF
1988         document into a PDF file. 
1989
1990 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1991
1992         * backend/ps/gstypes.h:
1993         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
1994         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
1995         (ps_document_thumbnails_get_thumbnail):
1996
1997         Handle PostScript page orientation. Fixes bug #318568.
1998
1999 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2000
2001         * backend/ps/Makefile.am:
2002         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
2003         (document_load), (ps_document_load), (save_document),
2004         (save_page_list), (ps_document_get_n_pages),
2005         (ps_document_get_page_size), (ps_document_get_info),
2006         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
2007         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
2008         (ps_document_thumbnails_get_thumbnail),
2009         (ps_document_thumbnails_get_dimensions),
2010         (ps_document_document_thumbnails_iface_init):
2011         * backend/ps/ps.[ch]: (psgetpagebox):
2012         * backend/ps/ps-interpreter.[ch]:
2013
2014         Add support for thumbnails in ps backend. Fixes bug #164755. 
2015
2016 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2017
2018         * NEWS:
2019         * configure.ac:
2020         
2021         Release 0.7.2
2022
2023 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2024
2025         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
2026         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
2027         (ev_window_dispose):
2028
2029         Use document thumbnail as window icon. Fixes bug #384442.
2030
2031 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
2032
2033         * configure.ac:
2034
2035         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
2036         duplicated adding application/x-bzpostscript instead. 
2037
2038 2007-02-11  Tom Parker  <palfrey@tevp.net>
2039
2040         * backend/ps/ps-document.c: (document_load):
2041
2042         Check return value of psscan before trying
2043         to use it. Fixes bug #372414.
2044
2045 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2046
2047         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2048
2049         Fix invalid free in ev-page-cache. Fixes bug #404745.
2050
2051 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2052
2053         * test/Makefile.am:
2054         * test/test3.py:
2055         
2056         Added reload test case.
2057
2058 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2059
2060         * po/POTFILES.in:
2061         * backend/djvu/djvu-document.c: (djvu_document_load):
2062
2063         Check whether there are missing files in indirect multipage djvu
2064         documents. Fixes bug #361683. 
2065
2066 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2067
2068         * test/Makefile.am:
2069         * test/test-mime.bin:
2070         * test/test3.py:
2071         
2072         Added test for slow mime type
2073
2074 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2075
2076         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2077
2078         Add some checks and call parent_class->finalize. Fixes bug #404745.
2079
2080 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2081
2082         * shell/ev-navigation-action.c: (connect_proxy):
2083         
2084         Fixes dropdown history menu. Thanks a lot Carlos!
2085
2086 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2087
2088         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
2089
2090         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
2091         bug #373715.
2092
2093 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2094
2095         * backend/ps/ps.c: (psscan):
2096
2097         Fix memory leak. 
2098
2099 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2100
2101         * configure.ac:
2102         * libdocument/ev-file-helpers.c: 
2103
2104         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
2105
2106 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2107
2108         * configure.ac:
2109         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
2110         (ps_interpreter_start), (document_load), (save_document),
2111         (save_page_list):
2112         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
2113         * libdocument/ev-document-factory.c:
2114         (ev_document_factory_get_from_mime), (get_document_from_uri),
2115         (free_uncompressed_uri), (ev_document_factory_get_document):
2116         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
2117
2118         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
2119
2120 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2121
2122         * libdocument/ev-document.h:
2123
2124         Fix typo in function name. 
2125
2126 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2127
2128         * backend/ps/ps-document.c: (ps_interpreter_finished),
2129         (ps_interpreter_start), (ps_interpreter_failed):
2130
2131         Handle ghostscript interpreter crashes. 
2132
2133 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2134
2135         * shell/ev-window.c: (ev_window_open_uri),
2136         (window_configure_event_cb):
2137
2138         Setup window size and position before showing it. Fixes bug #401711.
2139
2140 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2141
2142         * backend/ps/Makefile.am:
2143         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
2144         (ps_document_dispose), (ps_document_class_init),
2145         (ps_interpreter_input), (ps_interpreter_output),
2146         (ps_interpreter_error), (setup_interpreter_env),
2147         (ps_interpreter_start), (ps_interpreter_stop),
2148         (ps_interpreter_failed), (ps_interpreter_is_ready),
2149         (check_filecompressed), (document_load), (ps_document_load),
2150         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
2151         (ps_document_widget_event), (send_ps), (ps_document_next_page),
2152         (render_page):
2153
2154         Rework ps-document. Code cleanups, remove deprecated code. 
2155
2156 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2157
2158         * shell/ev-view.c: (ev_view_button_press_event):
2159
2160         Do not start an image drag and drop operation when pointer is on 
2161         text, so that we can select text when the whole background is an
2162         image. 
2163
2164 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2165
2166         * shell/ev-window.c: (ev_window_update_actions): 
2167
2168         Disable all zoom related actions during presentation mode. 
2169
2170 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
2171
2172         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
2173
2174         Do not zoom in or out on presentation mode. Fixes bug #401305.
2175
2176 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2177
2178         * shell/ev-navigation-action.c: (connect_proxy),
2179         (create_menu_item), (ev_navigation_action_class_init):
2180         
2181         Correctly show menu and fix crash when navigaton 
2182         action is out of toolbar visible area.
2183
2184 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2185
2186         * data/Makefile.am:
2187         * data/evince.1:
2188         
2189         Added man file
2190
2191 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2192
2193         * help/reference/* :
2194         * configure.ac:
2195         
2196         Added gtk-doc based documentation for Evince.
2197         Still in initial state but I hope it will
2198         grow.
2199         
2200         * configure.ac:
2201         
2202         Lower dbus requirement to 0.70
2203
2204 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2205
2206         * shell/ev-window.c: (ev_window_add_history):
2207
2208         Fix memory leak. 
2209
2210 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2211
2212         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
2213         * shell/ev-view.h:
2214         * shell/ev-window.c: (ev_window_add_history):
2215         
2216         Correctly handle named destination links
2217
2218 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2219
2220         * NOTES:
2221         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
2222         * backend/pdf/ev-poppler.cc:
2223         * libdocument/ev-document-links.h:
2224         * libdocument/ev-link.c: (ev_link_get_page):
2225         * libdocument/ev-link.h:
2226         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
2227         (ev_history_add_link):
2228         * shell/ev-history.h:
2229         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2230         (new_history_menu_item), (build_menu):
2231         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2232         * shell/ev-sidebar-links.c: (create_loading_model),
2233         (print_section_cb), (ev_sidebar_links_construct),
2234         (fill_page_labels), (update_page_callback_foreach),
2235         (update_page_callback), (job_finished_callback):
2236         * shell/ev-view.c: (ev_view_handle_link):
2237         * shell/ev-window.c: (ev_window_find_chapter),
2238         (ev_window_add_history), (view_handle_link_cb),
2239         (history_changed_cb):
2240         
2241         Implements another history variant
2242
2243 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2244
2245         * shell/ev-window.c: (view_external_link_cb):
2246         * shell/ev-view.c: (ev_view_button_release_event):
2247
2248         Open links in new window when clicking with middle button. 
2249
2250 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2251
2252         * shell/ev-navigation-action.c: (new_history_menu_item):
2253         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2254         * shell/ev-view.c: (ev_view_handle_link):
2255         * shell/ev-window.c:
2256         
2257         Store link before jump, not the destination. For me it 
2258         seems like more natural history behavior.
2259
2260 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2261
2262         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2263         (ev_navigation_action_class_init):
2264         * shell/ev-navigation-action.h:
2265         * shell/ev-page-action.c: (activate_cb):
2266         * shell/ev-page-cache.c: (ev_page_cache_class_init),
2267         (ev_page_cache_set_current_page_history):
2268         * shell/ev-page-cache.h:
2269         * shell/ev-sidebar-thumbnails.c:
2270         (ev_sidebar_tree_selection_changed),
2271         (ev_sidebar_icon_selection_changed), (page_changed_cb):
2272         * shell/ev-view-private.h:
2273         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
2274         * shell/ev-view.h:
2275         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
2276         (ev_window_setup_document), (ev_window_load_job_cb):
2277         * shell/ev-window.h:
2278         
2279         History finally works as expected.
2280
2281 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2282
2283         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
2284
2285         Do not update links treeview if it doesn't have a model assigned yet. 
2286
2287 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2288
2289         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
2290         (ev_sidebar_links_class_init), (update_page_callback):
2291
2292         Do not update links treeview when sidepane is not visible. 
2293
2294 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2295
2296         * shell/ev-marshal.list:
2297         * shell/ev-page-action.c: (activate_cb),
2298         (ev_page_action_class_init):
2299         * shell/ev-page-action.h:
2300         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
2301         * shell/ev-window.c:
2302         
2303         Remove activate_link signal, not required.
2304
2305 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2306
2307         * shell/ev-navigation-action.c: (build_menu):
2308         
2309         Reorder menu items and build menu with fixed length.
2310
2311 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
2312
2313         * shell/ev-view.c: (get_selected_text):
2314         
2315         Normalize text to fix ligatures problem. See bug
2316         #341947 for details.
2317
2318 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2319
2320         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2321
2322         Fix memory leak in ev-page-cache. 
2323
2324 2007-01-25  Tom Parker <palfrey@tevp.net>
2325
2326         * backend/impress/impress-document.c: (impress_document_load),
2327         (impress_document_finalize), (impress_document_init):
2328         * properties/ev-properties-main.c: (ev_properties_get_pages):
2329         
2330         Correctly handle impress document errors. Fixes nautilus
2331         crash in property page #370491.
2332
2333 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2334
2335         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2336         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2337         (ev_job_queue_remove_job):
2338         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
2339         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
2340         (ev_job_load_run):
2341         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
2342         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
2343         (ev_window_load_job_cb), (xfer_update_progress_callback),
2344         (ev_window_open_uri), (ev_window_dispose):
2345         * shell/main.c: (main):
2346
2347         Do file transfer asynchronously in the main thread instead of
2348         synchronously in the load thread. Fixes bugs #399694, #398307 and
2349         #343542.
2350
2351 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2352
2353         * shell/ev-jobs.c: (ev_job_xfer_run):
2354
2355         Load the document with the font-config lock held. 
2356
2357 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2358
2359         * backend/ps/ps-document.c: (start_interpreter):
2360
2361         Fix memory leaks in ps backend. 
2362
2363 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2364
2365         * backend/impress/impress-document.c:
2366         (impress_document_render_pixbuf):
2367
2368         Do not acquire fontconfig lock in impress backend, since it is using
2369         the main loop for rendering. 
2370
2371 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2372
2373         * po/POTFILES.in: 
2374
2375         Remove mdvi files that shouldn't be translated. 
2376
2377 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2378
2379         * shell/ev-view-private.h:
2380         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
2381         (ev_view_set_zoom):
2382
2383         Render "loading..." text into a cairo surface instead of directly into
2384         the window so that fontconfig lock is only needed once and UI is not
2385         blocked. Change text color to #9B9B9B. Fixes bug #397356.
2386
2387 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2388
2389         * shell/ev-stock-icons.c: (ev_stock_icons_init):
2390         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2391
2392         Use icon theme associated with the window screen rather than default. 
2393
2394 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2395
2396         * configure.ac:
2397
2398         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
2399
2400 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2401
2402         * data/icons/*/apps/evince.*:
2403
2404         Move Evince icons under new apps directory.
2405
2406         * data/icons/*/actions/*:
2407
2408         Add new custom themeable Evince icons: view-page-continuous, 
2409         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
2410         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
2411
2412         * configure.ac:
2413
2414         Add new directories to AC_CONFIG_FILES.
2415
2416         * shell/ev-stock-icons.c:
2417         * shell/ev-stock-icons.h:
2418
2419         Use new custom themeable icons.
2420
2421 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2422
2423         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2424
2425         Do not draw white background page in presentation mode. 
2426
2427 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
2428
2429         * shell/ev-view.c: Remove unused gnome-vfs include.
2430
2431 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
2432
2433         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
2434         
2435         Format string is corrected, fixes bug #397129.
2436
2437 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2438
2439         * shell/ev-window.c: (ev_window_setup_recent):
2440
2441         Do not include in recent menu inexistent documents. Fixes
2442         bug #339171.
2443
2444 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2445
2446         * po/POTFILES.skip: 
2447
2448         Update POTFILES.skip file according to current source tree. 
2449
2450 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2451
2452         * shell/ev-window.c: (file_save_dialog_response_cb):
2453
2454         Do Save a copy in atomic way. Fixes bug #328266. 
2455
2456 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2457
2458         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
2459
2460         Keep selected cell always visible in index treeview.
2461
2462 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2463         
2464         * shell/ev-view.c: (ev_view_size_allocate):
2465
2466         Restore horizontal scrollbar after switching to/from fullscreen
2467         or presentation mode. Fixes bug #331728.
2468
2469 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2470
2471         * shell/ev-view-private.h:
2472         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
2473         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
2474         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
2475         (ev_view_can_zoom_out):
2476
2477         Use max and min scale values in the view iby taking dpi into account. 
2478
2479 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2480
2481         * configure.ac:
2482         * NEWS:
2483
2484         Release 0.7.1
2485
2486 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2487
2488         * shell/ev-window.c: (ev_window_print_send):
2489
2490         Send print job to printer with some settings set to default values,
2491         since we have already exported to a file according to such settings
2492         and they could be taken twice by some printers. 
2493
2494 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2495
2496         * shell/ev-jobs.c: (ev_job_xfer_run):
2497         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2498
2499         Show main window and load document with the font-config lock held. 
2500
2501 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2502
2503         * configure.ac:
2504         * shell/ev-application.c: (ev_application_register_service):
2505         * shell/main.c: (load_files_remote):
2506
2507         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
2508
2509 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2510
2511         * doc/debugging.txt:
2512         
2513         Remove obsolete documentation.
2514
2515 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2516
2517         * Makefile.am:
2518         * backend/Makefile.am:
2519         * backend/comics/Makefile.am:
2520         * backend/djvu/Makefile.am:
2521         * backend/dvi/Makefile.am:
2522         * backend/ev-async-renderer.c:
2523         * backend/ev-async-renderer.h:
2524         * backend/ev-attachment.c:
2525         * backend/ev-attachment.h:
2526         * backend/ev-backend-marshal.c:
2527         * backend/ev-document-factory.c:
2528         * backend/ev-document-factory.h:
2529         * backend/ev-document-find.c:
2530         * backend/ev-document-find.h:
2531         * backend/ev-document-fonts.c:
2532         * backend/ev-document-fonts.h:
2533         * backend/ev-document-images.c:
2534         * backend/ev-document-images.h:
2535         * backend/ev-document-info.h:
2536         * backend/ev-document-links.c:
2537         * backend/ev-document-links.h:
2538         * backend/ev-document-misc.c:
2539         * backend/ev-document-misc.h:
2540         * backend/ev-document-security.c:
2541         * backend/ev-document-security.h:
2542         * backend/ev-document-thumbnails.c:
2543         * backend/ev-document-thumbnails.h:
2544         * backend/ev-document-transition.c:
2545         * backend/ev-document-transition.h:
2546         * backend/ev-document.c:
2547         * backend/ev-document.h:
2548         * backend/ev-file-exporter.c:
2549         * backend/ev-file-exporter.h:
2550         * backend/ev-image.c:
2551         * backend/ev-image.h:
2552         * backend/ev-link-action.c:
2553         * backend/ev-link-action.h:
2554         * backend/ev-link-dest.c:
2555         * backend/ev-link-dest.h:
2556         * backend/ev-link.c:
2557         * backend/ev-link.h:
2558         * backend/ev-render-context.c:
2559         * backend/ev-render-context.h:
2560         * backend/ev-selection.c:
2561         * backend/ev-selection.h:
2562         * backend/impress/Makefile.am:
2563         * backend/pdf/Makefile.am:
2564         * backend/pixbuf/Makefile.am:
2565         * backend/ps/Makefile.am:
2566         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
2567         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
2568         (start_interpreter), (stop_interpreter), (document_load),
2569         (ps_document_next_page), (render_page):
2570         * backend/tiff/Makefile.am:
2571         * comics/Makefile.am:
2572         * comics/comics-document.c:
2573         * comics/comics-document.h:
2574         * configure.ac:
2575         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2576         * djvu/Makefile.am:
2577         * djvu/djvu-document-private.h:
2578         * djvu/djvu-document.c:
2579         * djvu/djvu-document.h:
2580         * djvu/djvu-links.c:
2581         * djvu/djvu-links.h:
2582         * djvu/djvu-text-page.c:
2583         * djvu/djvu-text-page.h:
2584         * djvu/djvu-text.c:
2585         * djvu/djvu-text.h:
2586         * dvi/Makefile.am:
2587         * dvi/dvi-document.c:
2588         * dvi/dvi-document.h:
2589         * dvi/fonts.c:
2590         * dvi/fonts.h:
2591         * dvi/mdvi-lib/Makefile.am:
2592         * dvi/mdvi-lib/afmparse.c:
2593         * dvi/mdvi-lib/afmparse.h:
2594         * dvi/mdvi-lib/bitmap.c:
2595         * dvi/mdvi-lib/bitmap.h:
2596         * dvi/mdvi-lib/color.c:
2597         * dvi/mdvi-lib/color.h:
2598         * dvi/mdvi-lib/common.c:
2599         * dvi/mdvi-lib/common.h:
2600         * dvi/mdvi-lib/defaults.h:
2601         * dvi/mdvi-lib/dvimisc.c:
2602         * dvi/mdvi-lib/dviopcodes.h:
2603         * dvi/mdvi-lib/dviread.c:
2604         * dvi/mdvi-lib/files.c:
2605         * dvi/mdvi-lib/font.c:
2606         * dvi/mdvi-lib/fontmap.c:
2607         * dvi/mdvi-lib/fontmap.h:
2608         * dvi/mdvi-lib/fontsrch.c:
2609         * dvi/mdvi-lib/gf.c:
2610         * dvi/mdvi-lib/hash.c:
2611         * dvi/mdvi-lib/hash.h:
2612         * dvi/mdvi-lib/list.c:
2613         * dvi/mdvi-lib/mdvi.h:
2614         * dvi/mdvi-lib/pagesel.c:
2615         * dvi/mdvi-lib/paper.c:
2616         * dvi/mdvi-lib/paper.h:
2617         * dvi/mdvi-lib/pk.c:
2618         * dvi/mdvi-lib/private.h:
2619         * dvi/mdvi-lib/setup.c:
2620         * dvi/mdvi-lib/sp-epsf.c:
2621         * dvi/mdvi-lib/special.c:
2622         * dvi/mdvi-lib/sysdeps.h:
2623         * dvi/mdvi-lib/t1.c:
2624         * dvi/mdvi-lib/tfm.c:
2625         * dvi/mdvi-lib/tfmfile.c:
2626         * dvi/mdvi-lib/tt.c:
2627         * dvi/mdvi-lib/util.c:
2628         * dvi/mdvi-lib/vf.c:
2629         * dvi/pixbuf-device.c:
2630         * dvi/pixbuf-device.h:
2631         * impress/Makefile.am:
2632         * impress/common.h:
2633         * impress/document.c:
2634         * impress/f_oasis.c:
2635         * impress/f_oo13.c:
2636         * impress/iksemel.c:
2637         * impress/iksemel.h:
2638         * impress/imposter.h:
2639         * impress/impress-document.c:
2640         * impress/impress-document.h:
2641         * impress/internal.h:
2642         * impress/r_back.c:
2643         * impress/r_draw.c:
2644         * impress/r_geometry.c:
2645         * impress/r_gradient.c:
2646         * impress/r_style.c:
2647         * impress/r_text.c:
2648         * impress/render.c:
2649         * impress/render.h:
2650         * impress/zip.c:
2651         * impress/zip.h:
2652         * lib/Makefile.am:
2653         * lib/ev-debug.c:
2654         * lib/ev-debug.h:
2655         * lib/ev-file-helpers.c:
2656         * lib/ev-file-helpers.h:
2657         * lib/ev-gui.c:
2658         * lib/ev-gui.h:
2659         * lib/ev-tooltip.c:
2660         * lib/ev-tooltip.h:
2661         * libdocument/Makefile.am:
2662         * libdocument/ev-file-helpers.c:
2663         * pdf/Makefile.am:
2664         * pdf/ev-poppler.cc:
2665         * pdf/ev-poppler.h:
2666         * pixbuf/Makefile.am:
2667         * pixbuf/pixbuf-document.c:
2668         * pixbuf/pixbuf-document.h:
2669         * properties/Makefile.am:
2670         * ps/Makefile.am:
2671         * ps/gsdefaults.c:
2672         * ps/gsdefaults.h:
2673         * ps/gsio.c:
2674         * ps/gsio.h:
2675         * ps/gstypes.h:
2676         * ps/ps-document.c:
2677         * ps/ps-document.h:
2678         * ps/ps.c:
2679         * ps/ps.h:
2680         * shell/Makefile.am:
2681         * shell/ev-application.h:
2682         * shell/ev-sidebar-links.c:
2683         * shell/ev-sidebar-links.h:
2684         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
2685         (ev_gui_menu_position_tree_selection):
2686         * shell/ev-utils.h:
2687         * shell/ev-view.c: (ev_view_finalize):
2688         * shell/ev-window.c:
2689         * shell/main.c: (main):
2690         * thumbnailer/Makefile.am:
2691         * tiff/Makefile.am:
2692         * tiff/tiff-document.c:
2693         * tiff/tiff-document.h:
2694         * tiff/tiff2ps.c:
2695         * tiff/tiff2ps.h:
2696         
2697         Reorganize source tree.
2698
2699 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2700
2701         * backend/ev-document-factory.c:
2702
2703         Do not include ev-poppler.h when pdf is disabled. 
2704
2705 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2706
2707         * configure.ac:
2708         * data/evince-ui.xml:
2709         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
2710         (pdf_document_document_images_iface_init):
2711         * backend/Makefile.am:
2712         * backend/ev-document-images.[ch]:
2713         * backend/ev-image.[ch]:
2714         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
2715         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
2716         (ev_job_xfer_run):
2717         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2718         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2719         (ev_pixbuf_cache_get_image_mapping):
2720         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
2721         (view_menu_popup_cb), (ev_window_dispose),
2722         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2723         (ev_view_popup_cmd_copy_image):
2724         * shell/ev-view-private.h:
2725         * shell/ev-view.c: (ev_view_get_image_at_location),
2726         (ev_view_do_popup_menu), (ev_view_popup_menu),
2727         (ev_view_button_press_event), (ev_view_drag_data_get),
2728         (ev_view_drag_motion), (ev_view_drag_data_received),
2729         (ev_view_motion_notify_event), (ev_view_button_release_event),
2730         (ev_view_finalize), (ev_view_class_init):
2731
2732         Add image handling support. Fixes bugs #310008 and #325047. Images
2733         selection is not supported yet. 
2734
2735 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2736
2737         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
2738         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
2739         (ev_view_init):
2740
2741         Move view drag and drop stuff to ev-view.
2742
2743 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2744
2745         * shell/ev-pixbuf-cache.c: (clear_job_selection):
2746         * shell/ev-view.c: (clear_selection): 
2747
2748         Clear selection also in pixbuf cache.
2749
2750 2007-01-02  Luca Ferretti <elle.uca@libero.it>
2751
2752         * data/evince.desktop.in.in:
2753         
2754         Change icon name in desktop file. See bug #390734
2755         for details.
2756
2757 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2758
2759         * thumbnailer/Makefile.am:
2760
2761         Use top_builddir instead top_srcdir for generated schema
2762         file installation. Fixes bug #390161.
2763
2764 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2765
2766         * configure.ac:
2767         * backend/Makefile.am:
2768         * backend/ev-document-transition.[ch]:
2769         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
2770         (pdf_document_page_transition_iface_init):
2771         * shell/ev-view-private.h:
2772         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
2773         (ev_view_set_presentation), (transition_next_page),
2774         (ev_view_presentation_transition_stop),
2775         (ev_view_presentation_transition_start), (ev_view_next_page):
2776
2777         Add page transition support in presentation mode. At the moment only
2778         page duration is supported, but not transition effects. Fixes bug
2779         #309815.
2780
2781 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2782
2783         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
2784
2785         Run find_link_dest with document lock held, since it's called by links
2786         thread and main thread at the same time. 
2787
2788 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2789
2790         * shell/ev-view.c: (goto_dest):
2791
2792         Update page-cache when page is changed by the view, so that
2793         page-changed signal is emitted. 
2794
2795 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2796
2797         * test/test1.py:
2798         * test/test2.py:
2799
2800         Use C locale in tests. 
2801
2802 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2803
2804         * shell/ev-window.c: (ev_window_run_presentation):
2805         * shell/ev-view-private.h:
2806         * shell/ev-view.c: (ev_view_set_presentation):
2807
2808         Restore zoom settings when back from presentation mode. 
2809
2810 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2811
2812         * shell/ev-window.c: (ev_window_run_presentation):
2813
2814         Always use "best fit" zoom in presentation mode.
2815         Fixes bug #389195.
2816
2817 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2818
2819         * shell/ev-view.c: (ev_view_goto_window_create):
2820
2821         Show "Jump to page" label in the page jumping popup in
2822         presentation mode instead of just a GtkEntry.
2823
2824 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2825
2826         * shell/ev-window.c: (launch_external_uri):
2827
2828         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
2829         #378085.
2830
2831 2006-12-22  Elijah Newren  <newren gmail com>
2832
2833         * configure.ac: explicitly check for libxml2.  Fixes #388795
2834
2835 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2836
2837         * shell/ev-view-private.h:
2838         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
2839         (ev_view_goto_window_delete_event), (key_is_numeric),
2840         (ev_view_goto_window_key_press_event),
2841         (ev_view_goto_window_button_press_event),
2842         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
2843         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
2844         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
2845
2846         Allow jumping to another page by typing a page number in presentation
2847         mode. It uses a popup window with an entry. Fixes bug #353625.
2848
2849 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2850
2851         * configure.ac:
2852         * properties/ev-properties-view.c: (ev_get_default_user_units),
2853         (ev_regular_paper_size):
2854         
2855         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
2856         to Damien Carbery <damien.carbery@sun.com> and
2857         Yevgen Muntyan <muntyan@tamu.edu>.
2858
2859 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2860
2861         * shell/ev-window.c: (setup_document_from_metadata):
2862
2863         Make sure Evince doesn't restore the view on the last
2864         page when a document is reopened. Fixes bug #383381.
2865
2866 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
2867
2868         * shell/ev-view.c: (draw_loading_text):
2869
2870         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
2871
2872 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2873
2874         * configure.ac:
2875         * NEWS:
2876
2877         Release 0.7.0
2878
2879 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2880
2881         * configure.ac:
2882         * pdf/ev-poppler.cc: (pdf_print_context_free),
2883         (pdf_document_file_exporter_begin),
2884         (pdf_document_file_exporter_do_page):
2885
2886         Make cairo-pdf depedency optional. 
2887
2888 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2889
2890         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
2891
2892         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
2893
2894 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2895
2896         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
2897         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
2898         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
2899         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
2900         * shell/ev-view.c: (draw_loading_text):
2901         * shell/ev-window.c: (ev_window_cmd_file_properties):
2902
2903         Use an specific lock for FontConfig. Hopefully it fixes some crashes
2904         related to using FontConfig from different threads.
2905         
2906 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2907
2908         * shell/ev-view.c: (draw_loading_text):
2909
2910         Acquire lock document when drawing "Loading..." text so that only one
2911         thread will use FontConfig at the same time. Fixes bug #374750.
2912
2913 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2914
2915         * shell/ev-page-action.[ch]: (activate_cb):
2916         * shell/ev-window.c: (activate_label_cb):
2917
2918         Check if text inserted in page entry is a valid page number when it
2919         doesn't match to any document page label. Fixes bug #383165.
2920
2921 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
2922         * shell/ev-window.c:
2923
2924         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
2925         available with GTK < 2.10. Added an ifdef to avoid compilation
2926         error.
2927
2928 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2929
2930         * configure.ac:
2931         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
2932
2933         Fix ps backend in multihead systems.
2934
2935 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2936
2937         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
2938         * shell/ev-window.c: (ev_window_get_screen_dpi),
2939         (ev_window_update_actions), (setup_view_from_metadata),
2940         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
2941
2942         Take screen DPI into account when zooming. Fixes bug #318285.
2943
2944 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2945
2946         * data/Makefile.am:
2947
2948         Cleaned up/slightly refactored Makefile.am. Added GConf
2949         schemas uninstallation as well.
2950
2951 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2952
2953         * Makefile.am:
2954         * test/Makefile.am:
2955
2956         Fight with autotools to fix make check. Make distcheck
2957         works fine as well now!
2958
2959 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2960
2961         * shell/ev-view.c: (draw_end_presentation_page):
2962
2963         Corrected "end of presentation" string.
2964
2965 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2966
2967         * shell/ev-view.c: (ev_view_key_press_event):
2968
2969         Correctly propagate key press event so that up/down keys
2970         work as expected (correct behaviour was broken by
2971         black/white screen key bindings for presentations).
2972
2973 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2974
2975         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
2976         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
2977         (pdf_document_find_get_progress), (pdf_selection_render_selection),
2978         (pdf_selection_get_selection_region),
2979         (pdf_selection_get_selection_map):
2980
2981         Add "static" to some private functions. 
2982
2983 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
2984
2985         * lib/ev-tooltip.h:
2986         * properties/ev-properties-view.h:
2987         * shell/ev-jobs.h:
2988         * shell/ev-properties-dialog.h:
2989         * shell/ev-properties-fonts.h:
2990         * shell/ev-sidebar-links.h:
2991         * shell/ev-sidebar-thumbnails.h:
2992         * shell/ev-sidebar.h:
2993         * shell/ev-window.h:
2994         
2995         Fixes CHACK type in class casts. See bug #385343
2996         for details.
2997
2998 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2999
3000         * shell/ev-view-private.h:
3001         * shell/ev-view.c: (draw_end_presentation_page),
3002         (ev_view_expose_event), (ev_view_key_press_event),
3003         (ev_view_class_init), (ev_view_init):
3004
3005         Blank screen in presentation mode when pressing 'b' (filling with
3006         black) or 'w' (filling with white) keys. Fixes bug #358132.
3007
3008 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
3009
3010         * data/evince-toolbar.xml:
3011         * shell/ev-window.c:
3012         
3013         Use stock icon for Select All action. Fixes
3014         bug #382652.
3015
3016 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
3017
3018         * shell/ev-view.c: (get_doc_point_from_offset),
3019         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
3020
3021         Add links support in rotated documents. Fixes bug #343733.
3022
3023 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3024
3025         * shell/ev-view-private.h:
3026         * shell/ev-view.c: (draw_end_presentation_page),
3027         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
3028
3029         Show a blank page after the last page in presentation mode with a
3030         message indicating that presentation has finished and how to exit. 
3031
3032 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3033
3034         * shell/ev-window.c: (fullscreen_timeout_cb):
3035
3036         Hide cursor after a while in presentation mode. 
3037
3038 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3039
3040         * backend/ev-document-info.h:
3041         * data/evince-properties.glade:
3042         * pdf/ev-poppler.cc:
3043         * properties/ev-properties-view.c: (ev_regular_paper_size),
3044         (ev_properties_view_set_info):
3045         * ps/ps-document.c: (ps_document_get_info):
3046
3047         Adds a paper size field to the properties dialog. Fixes
3048         bug #307315. Patch by Kasper Svendsen (with some i18n
3049         changes done by me).
3050
3051 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3052
3053         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3054         (screensaver_init_dbus), (totem_scrsaver_new),
3055         (totem_scrsaver_init):
3056         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3057         * shell/ev-application.c: (ev_application_register_service),
3058         (ev_application_screensaver_enable),
3059         (ev_application_screensaver_disable):
3060         * shell/ev-application.h:
3061         * shell/ev-window.c: (ev_window_run_presentation),
3062         (ev_window_stop_presentation), (build_comments_string),
3063         (ev_window_init):
3064         
3065         Move screensaver handling to application. No more
3066         message on startup.
3067
3068 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3069
3070         * configure.ac:
3071         * backend/Makefile.am:
3072         * backend/ev-file-exporter.[ch]:
3073         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
3074         * ps/ps-document.c: (ps_document_file_exporter_*):
3075         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
3076         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3077         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3078         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3079
3080         Allow printing to PDF when suppoted by the backend.
3081         
3082 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3083
3084         * shell/ev-window.c: (build_comments_string):
3085
3086         Use always "Document Viewer" in about dialog. 
3087
3088 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3089
3090         * djvu/djvu-document.c: (djvu_document_get_page_size):
3091
3092         Display a warning message when get_pageinfo fails. 
3093
3094 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
3095
3096         * Makefile.am:
3097         * backend/Makefile.am:
3098         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3099         * configure.ac:
3100         * shell/ev-window.c: (build_comments_string):
3101         
3102         Make pdf compilation optional. See bug #38007.
3103
3104 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3105
3106         * ps/ps.c: (get_next_text):
3107
3108         Fix CVE-2006-5864.
3109
3110 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3111
3112         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
3113         * shell/ev-navigation-action.c: (connect_proxy),
3114         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3115         
3116         Do not call g_type_class_peek_parent twice.
3117
3118 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3119
3120         * configure.ac:
3121         * data/icons/24x24/.cvsignore:
3122         * data/icons/24x24/Makefile.am:
3123         * data/icons/24x24/evince.png:
3124         * data/icons/Makefile.am:
3125         
3126         Add 24x24 icon. Thanks to 
3127         Michael Monreal <infernux@web.de>.
3128
3129 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3130
3131         * configure.ac: Fix typo in configure.ac. Thanks
3132         to dmacks@netspace.org for notification.
3133
3134 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3135
3136         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3137         
3138         Drop dbus include, fixes compilation with older dbus.
3139
3140 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3141
3142         * configure.ac:
3143         * cut-n-paste/Makefile.am:
3144         * cut-n-paste/totem-screensaver/.cvsignore
3145         * cut-n-paste/totem-screensaver/Makefile.am:
3146         * cut-n-paste/totem-screensaver/README:
3147         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3148         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3149         * shell/Makefile.am:
3150         * shell/ev-window.c: (ev_window_run_presentation),
3151         (ev_window_stop_presentation), (ev_window_cmd_help_about),
3152         (ev_window_init):
3153
3154         Implemented screensaver enabling/disabling for
3155         presentation mode (not fullscreen mode). Code stolen
3156         from Totem (with some minor tweaks). Fixes bug #338889.
3157
3158 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3159
3160         * configure.ac:
3161
3162         Bump gnome-icon-theme requirements. We use the rotation
3163         icons that appeared recently.
3164
3165 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3166
3167         * shell/ev-history.c: (ev_history_add_page):
3168         * shell/ev-history.h:
3169         * shell/ev-window.c: (page_changed_cb):
3170         
3171         Use page labels instead of numbers.
3172
3173 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3174
3175         * data/evince-toolbar.xml:
3176         * po/POTFILES.in:
3177         * shell/Makefile.am:
3178         * shell/ev-navigation-action-widget.c:
3179         (ev_navigation_action_widget_init),
3180         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
3181         (menu_detacher), (ev_navigation_action_widget_set_menu),
3182         (menu_position_func), (popup_menu_under_arrow),
3183         (ev_navigation_action_widget_toggled),
3184         (ev_navigation_action_widget_button_press_event):
3185         * shell/ev-navigation-action-widget.h:
3186         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
3187         (ev_navigation_action_set_window), (activate_menu_item_cb),
3188         (new_history_menu_item), (new_empty_history_menu_item),
3189         (build_menu), (menu_activated_cb), (connect_proxy),
3190         (create_tool_item), (ev_navigation_action_init),
3191         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3192         * shell/ev-navigation-action.h:
3193         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
3194         (ev_page_action_widget_set_page_cache),
3195         (ev_page_action_widget_finalize),
3196         (ev_page_action_widget_class_init), (match_selected_cb),
3197         (display_completion_text), (match_completion), (build_new_tree_cb),
3198         (get_filter_model_from_model),
3199         (ev_page_action_widget_update_model):
3200         * shell/ev-page-action-widget.h:
3201         * shell/ev-page-action.c: (activate_link_cb), (update_model),
3202         (connect_proxy):
3203         * shell/ev-page-action.h:
3204         * shell/ev-stock-icons.c:
3205         * shell/ev-stock-icons.h:
3206         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3207         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
3208         (register_custom_actions):
3209         * shell/main.c:
3210         
3211         Preliminary history implementation
3212
3213 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3214
3215         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
3216         (dvi_document_class_init), (dvi_document_init_params):
3217         * dvi/mdvi-lib/font.c: (font_reference):
3218         
3219         Add reference to subfont. Fixes bug #374277.
3220
3221 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3222
3223         * shell/ev-window.c: (ev_window_create_tmp_symlink),
3224         (ev_window_cmd_file_open_copy_at_dest):
3225
3226         Fix a race condition when creating symlink. Increase the counter
3227         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
3228         Mathias Hasselmann).
3229
3230 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3231
3232         * backend/Makefile.am:
3233         * backend/ev-attachment.c: (ev_attachment_open):
3234         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
3235         (ev_tmp_dir), (ev_tmp_filename):
3236         * shell/ev-sidebar-attachments.c:
3237         (ev_sidebar_attachments_drag_data_get):
3238         * shell/ev-window.c: (ev_window_clear_temp_file):
3239
3240         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
3241         in ensure_dir_exists. Abort without crashing when we can't create
3242         user's directory.
3243
3244 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3245
3246         * data/evince-ui.xml:
3247         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3248         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
3249         (ev_window_cmd_file_open_copy_at_dest),
3250         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
3251         (ev_view_popup_cmd_open_link_new_window):
3252
3253         Allow opening a copy of the current document in a new window. Fixes bug
3254         #357472
3255
3256 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3257
3258         * data/evince-toolbar.xml:
3259         
3260         Add rotate right and rotate left to available items for toolbar.
3261         
3262         * data/evince-ui.xml:
3263         * shell/ev-window.c: (ev_window_init):
3264         
3265         Customize toolbar with right click. Fixes bug #372451.
3266
3267 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
3268
3269         * shell/ev-window.c: 
3270         
3271         Use "object-rotate-{left,right}" stock icons. Fixes 
3272         bug #373863.
3273
3274 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3275
3276         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
3277         (ev_application_open_uri_at_dest), (ev_application_open_uri):
3278         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
3279         (ev_window_open_uri):
3280         * shell/main.c: (arguments_parse):
3281
3282         Remove temp file created when evince is used by GTK+ in
3283         preview mode. Fixes bug #365282. 
3284
3285 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3286
3287         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3288         
3289         Fixes bug #372474 - Side pane disabled when entering 
3290         and leaving fullscreen mode.
3291
3292 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3293
3294         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
3295         * data/Makefile.am:
3296         * data/evince-preview-toolbar.xml:
3297         * data/evince-toolbar.xml:
3298         * shell/ev-application.c: (ev_application_shutdown),
3299         (ev_application_init), (ev_application_get_toolbars_model):
3300         * shell/ev-application.h:
3301         * shell/ev-window.c: (update_chrome_visibility),
3302         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
3303         (ev_window_cmd_edit_toolbar), (ev_window_init):
3304         
3305         Fixes bug #364364 - toolbar editor shows zoom actions again.
3306
3307 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3308
3309         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3310
3311         Do not take margins into consideration for paper size when printing.
3312         Really fixes bug #350491.
3313
3314 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3315
3316         * data/evince-ui.xml:
3317         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
3318         (ev_window_cmd_file_print_setup),
3319         (ev_window_print_dialog_response_cb),
3320         (ev_window_setup_action_sensitivity):
3321
3322         Add page setup settings for printing. Fixes bugs #363860 and #350491.
3323
3324 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3325
3326         * shell/ev-window.c: (ev_window_print_range):
3327
3328         Revert my previuos commit, since printing to PDF is not supported by
3329         evince yet. 
3330
3331 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3332
3333         * shell/ev-window.c: (ev_window_print_range):
3334
3335         Enable print to a PDF. Fixes bug #332121.
3336
3337 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3338
3339         * shell/ev-application-service.xml:
3340         * shell/ev-application.[ch]: (ev_application_open_window),
3341         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
3342         (ev_application_open_uri), (ev_application_open_uri_list):
3343         * shell/ev-window.c: (file_open_dialog_response_cb),
3344         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
3345         (drag_data_received_cb), (open_remote_link):
3346         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
3347
3348         Add support for multiscreen systems. Fixes bug #316206.
3349
3350 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3351
3352         * shell/ev-jobs.[ch]: (ev_job_print_new),
3353         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
3354         (ev_job_print_do_page):
3355         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
3356
3357         Allow printing only odd/even pages. Fixes bug #367289.
3358
3359 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3360
3361         * test/test1.py:
3362         * test/test2.py:
3363
3364         Re-add locale settings to test files.
3365
3366 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3367
3368         * data/evince-ui.xml:
3369         * shell/ev-window.c: (set_action_properties):
3370         
3371         Removed garbage from code and ui.
3372
3373 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3374
3375         * shell/ev-window.c: (ev_window_cmd_help_about):
3376
3377         Shamelessly add my name to the list of contributors.
3378
3379 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3380
3381         * test/test1.py:
3382         * test/test2.py:
3383
3384         Cleaned up the dogtail scripts.
3385
3386 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3387
3388         * shell/ev-view.c: (draw_loading_text): Don't render
3389         "loading..." text in presentation mode. Temporary
3390         workaround for bug #320352.
3391
3392 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3393
3394         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3395         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3396
3397         Use print settings scale, copies, collate and reverse which were
3398         ignored. Fixes bug #359032.
3399
3400 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3401
3402         * configure.ac:
3403         * data/evince-password.glade:
3404         * test/Makefile.am:
3405         * test/test-encrypt.pdf:
3406         * test/test-links.pdf:
3407         * test/test1.py:
3408         * test/test2.py:
3409
3410         Add automated UI tests for evince with dogtail. See
3411         bug #300948.    
3412
3413 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3414
3415         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
3416
3417         Hide fullscreen toolbar when switching to another desktop workspace.
3418         Fixes bug #338871
3419
3420 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3421
3422         * shell/ev-window-title.c: 
3423         
3424         Test for .dvi in title of pdf documents.
3425
3426 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3427
3428         * shell/ev-view.c: (ev_view_scroll):
3429
3430         Page Up/Down should do page jumps in "Best fit" mode.
3431         If a user has explicitly chosen to view exactly one page
3432         at a time, scrolling just a part of the page when
3433         pressing Page Up/Down is not right. Fixes bug #323107.
3434
3435 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3436
3437         * NEWS:
3438         * configure.ac:
3439         
3440         Update for 0.6.1
3441
3442 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3443
3444         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
3445         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
3446         
3447         Correctly disconnect from job signals on destroy.
3448
3449 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3450
3451         * shell/ev-view-private.h:
3452         * shell/ev-view.c: (view_set_adjustment_values),
3453         (view_update_range_and_current_page),
3454         (ensure_rectangle_is_visible), (ev_view_size_allocate):
3455         
3456         Fixes bug #343199, current page now follows find page.
3457
3458 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
3459
3460         * backend/ev-document-factory.c:
3461         * configure.ac:
3462         Assigned OpenDocument presenation MIME type to the
3463         Impress backend. Added some missing (but harmless)
3464         #ifdefs in the document factory as well to make things
3465         consistent again. Fixes bug #360658.
3466
3467 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
3468
3469         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
3470         * backend/ev-document-find.c: (ev_document_find_get_type):
3471         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
3472         * backend/ev-document-links.c: (ev_document_links_get_type):
3473         * backend/ev-document-security.c: (ev_document_security_get_type):
3474         * backend/ev-document-thumbnails.c:
3475         (ev_document_thumbnails_get_type):
3476         * backend/ev-document.c: (ev_document_get_type):
3477         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
3478         * backend/ev-selection.c: (ev_selection_get_type):
3479         * cut-n-paste/recent-files/egg-recent-model.c:
3480         (egg_recent_model_get_type):
3481         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3482         (egg_recent_view_uimanager_get_type):
3483         * cut-n-paste/recent-files/egg-recent-view.c:
3484         (egg_recent_view_get_type):
3485         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3486         (egg_editable_toolbar_get_type):
3487         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3488         (egg_toolbar_editor_get_type):
3489         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3490         (egg_toolbars_model_get_type):
3491         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3492         (egg_tree_multi_drag_source_get_type):
3493         * cut-n-paste/zoom-control/ephy-zoom-action.c:
3494         (ephy_zoom_action_get_type):
3495         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3496         (ephy_zoom_control_get_type):
3497         * impress/r_back.c: (_imp_fill_back):
3498         * properties/ev-properties-main.c:
3499         (ev_properties_plugin_register_type):
3500         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
3501         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
3502         (ev_view_accessible_factory_get_type):
3503
3504         Reduce relocations. Bug #360616.
3505
3506 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3507
3508         * backend/ev-document-factory.c:
3509         (ev_document_factory_get_document):
3510         
3511         Load document even if extension is wrong.
3512
3513 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3514
3515         * shell/ev-metadata-manager.c: (save_values):
3516         * shell/ev-window.c: (setup_size_from_metadata),
3517         (setup_view_from_metadata), (ev_window_setup_document),
3518         (ev_window_xfer_job_cb), (window_configure_event_cb):
3519         
3520         Set size according to the document size/page size ratio.
3521         That should correct rather wierd behaviour of the previous
3522         commit.
3523
3524 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3525
3526         * shell/ev-window.c: (setup_view_from_metadata):
3527         
3528         Set size for new windows from previous window size.
3529         See bugs #354968 and #168450 for details. Thanks
3530         to Meik Hellmund.
3531
3532 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3533
3534         * djvu/djvu-links.c: (build_tree):
3535
3536         Fix memory leak.
3537
3538 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3539
3540         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
3541         
3542         Don't make sidebar close button insensitive. Fixes
3543         bug #357871.
3544
3545 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3546
3547         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3548         (ev_window_set_view_accels_sensitivity):
3549         
3550         Don't enable Slash on documents which don't support
3551         find. Fixes bug #358648.
3552
3553 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
3554
3555         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
3556         open dialog fall back to the current document uri if the
3557         filechooser hasn't been used before. Fixes bug #356980.
3558
3559 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
3560
3561         * shell/ev-window.c: (ev_window_setup_recent), 
3562         (ev_window_get_recent_file_label):
3563
3564         Escape underscores in filenames of recent file items.
3565
3566 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3567
3568         * configure.ac:
3569         
3570         Bumped poppler requirements, really 0.5.3 is very 
3571         buggy, now we require 0.5.4.
3572
3573 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3574
3575         * djvu/Makefile.am:
3576         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3577         (djvu_document_find_iface_init), (djvu_document_links_get_links),
3578         (djvu_document_document_links_iface_init):
3579         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
3580         (number_from_string_10), (get_djvu_link_dest),
3581         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
3582         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
3583         (djvu_links_get_links), (djvu_links_find_link_dest),
3584         (djvu_links_get_links_model):
3585         * djvu/djvu-links.h:
3586         
3587         Add support for links and bookmarks in djvu documents. Thanks
3588         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
3589         patch.
3590
3591 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3592
3593         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3594         
3595         Reopen should reload document. Fixes 
3596         bug 327951.
3597
3598 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3599
3600         * configure.ac:
3601         * data/Makefile.am:
3602         * data/evince-16.png:
3603         * data/evince-22.png:
3604         * data/evince.png:
3605         * data/evince.svg:
3606         * data/icons/16x16/Makefile.am:
3607         * data/icons/16x16/evince.png:
3608         * data/icons/22x22/Makefile.am:
3609         * data/icons/22x22/evince.png:
3610         * data/icons/48x48/Makefile.am:
3611         * data/icons/48x48/evince.png:
3612         * data/icons/Makefile.am:
3613         * data/icons/scalable/Makefile.am:
3614         * data/icons/scalable/evince.svg:
3615         
3616         Install icons with correct names. Fixes
3617         bug #354429.
3618
3619 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3620
3621         * shell/ev-view.c: (ev_view_button_release_event):
3622
3623         Don't open links with middle mouse button. Fixes bug #353649
3624
3625 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3626
3627         * NEWS:
3628         * configure.ac:
3629         
3630         Update for release 0.6.0
3631
3632 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3633
3634         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
3635         Implement Close named action. Patch by Carlos Garcia Campos.
3636
3637 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3638
3639         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
3640         
3641         Don't clear link mapping on copy_job_to_job_info. Fixes
3642         bug 346168.
3643
3644 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3645
3646         * shell/main.c: (main):
3647
3648         Revert my previous commit, gnome_program_init owns the option context.
3649         Fix another memory leak in main. Both caught by Christian Persch. 
3650
3651 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3652
3653         * shell/main.c: (main):
3654
3655         Fix memory leak.
3656
3657 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3658
3659         * backend/ev-document-factory.c: (ev_document_factory_get_document):
3660
3661         Fix crash when opening a pdf with password protection. 
3662
3663 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3664
3665         * pdf/ev-poppler.cc: (pdf_document_search_free):
3666
3667         Fix memory leak. 
3668
3669 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3670
3671         * backend/ev-document-factory.c:
3672         (ev_document_factory_get_document):
3673         * tiff/tiff-document.c: (tiff_document_finalize):
3674         
3675         More correct handling of document loading. Fixes
3676         bug #349043.
3677
3678 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3679
3680         * backend/ev-attachment.c: (ev_attachment_save):
3681
3682         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
3683         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
3684
3685 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
3686         
3687         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
3688         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
3689
3690 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3691
3692         * shell/ev-sidebar-thumbnails.c:
3693
3694         Do not render thumbnails unless thumbnails page is active in the
3695         sidebar.
3696
3697 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
3698
3699         * shell/ev-properties-dialog.c:
3700
3701         Fix dialogue spacing. Bug #351370.
3702
3703 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3704
3705         * configure.ac:
3706
3707         Use lowercase gettext catalog file names (evince.mo
3708         instead of Evince.mo)
3709
3710 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3711
3712         * shell/ev-sidebar-attachments.c:
3713
3714         GtkIconTheme is now screen safe too. Fixes bug #350878
3715
3716 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3717
3718         * shell/ev-window.c:
3719
3720         GtkRecent manager is now screen safe. Fixes bug #350145
3721
3722 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3723
3724         * shell/ev-sidebar.c: (ev_sidebar_init):
3725         
3726         Make sidebar close icon smaller. Fix for bug 350177.
3727         See also bugs 350176 and 165770.
3728
3729 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3730
3731         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
3732
3733         Ignore zoom for xyz destinations when it's <= 1, keeping user
3734         preferences instead. Set correct sizing-mode for fith and fitv
3735         destinations rather than EV_SIZING_FREE. Fixes bug #349433
3736
3737 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3738
3739         * NEWS:
3740         * configure.ac:
3741         
3742         Update for release 0.5.5
3743
3744 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
3745         
3746         * shell/ev-window.c: (ev_window_cmd_escape)
3747
3748         Escape unfocus page entry. Fixes bug #345809.
3749
3750 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3751
3752         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
3753         (build_tree), (pdf_document_links_get_links),
3754         (pdf_document_links_find_link_dest):
3755         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
3756         (goto_xyz_dest):
3757
3758         Convert from PDF style coordinates to X style coordinates in the
3759         backend rather than in the view. Fixes bug #338440
3760
3761 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3762
3763         * shell/ev-window.c:
3764         
3765         Remove Ctrl+Shift+T shortcut for toolbars. See
3766         the bug #350098.
3767
3768 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3769
3770         * configure.ac:
3771
3772         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
3773         of this. 
3774
3775 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3776
3777         * configure.ac:
3778         * cut-n-paste/Makefile.am:
3779         * data/evince-ui.xml:
3780         * shell/Makefile.am:
3781         * shell/ev-application.[ch]:
3782         * shell/ev-window.c:
3783
3784         Use GtkRecent instead of EggRecent when it's available. Fixes bug
3785         #349273
3786
3787 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3788
3789         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
3790         findbar code: s/help/search/
3791
3792 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3793
3794         * shell/ev-window.c: (setup_document_from_metadata),
3795         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
3796         (setup_view_from_metadata):
3797         
3798         Fix memory leaks.
3799
3800 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
3801
3802         * autogen.sh, configure.ac: 
3803         
3804         Update automake usage. See bug 349292.
3805
3806 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3807
3808         * shell/eggfindbar.c: (egg_find_bar_class_init),
3809         (entry_activate_callback), (egg_find_bar_init),
3810         (egg_find_bar_set_status_text):
3811         * shell/eggfindbar.h:
3812         
3813         Unify Evince findbar with Epiphany. Nice patch
3814         from Fabricio Silva <silva@crans.org> and
3815         Frederic Peters <fpeters@entrouvert.com>. See
3816         bug #339966 for details.
3817
3818 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3819
3820         * data/evince.desktop.in.in:
3821         
3822         Correct information for bugzilla. Thanks to
3823         Olaf Vitters, see bug #348855.
3824
3825 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3826
3827         * shell/ev-jobs.[ch]:
3828         * shell/ev-sidebar-links.c:
3829         * shell/ev-window.[ch]:
3830
3831         GtkPrintJob doesn't support print ranges or current page, so we export
3832         to a ps file now when printing ranges or current page.
3833
3834 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3835
3836         * pdf/ev-poppler.cc:
3837         * shell/ev-window.c: (do_action_named):
3838
3839         We should be more clear about bugzilla. See the
3840         poppler bug #7623.
3841
3842 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3843
3844         * configure.ac:
3845         * shell/Makefile.am:
3846         * shell/ev-job-queue.c:
3847         * shell/ev-jobs.[ch]:
3848         * shell/ev-sidebar-links.c:
3849         * shell/ev-window.[ch]:
3850         
3851         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
3852         #348422
3853
3854 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3855
3856         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
3857         * shell/ev-application-service.xml:
3858         * shell/ev-application.[ch]:
3859         * shell/ev-jobs.[ch]:
3860         * shell/ev-window.[ch]: (ev_window_run_preview):
3861         * shell/main.c: 
3862
3863         Add preview mode to use evince as a printing previewer. It also adds
3864         other command line options for fullscreen and presentation modes.
3865         Fixes bugs #347822, #317031
3866
3867 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3868
3869         * NEWS:
3870         * configure.ac:
3871         
3872         Update for release 0.5.4
3873
3874 2006-07-11  Bastien Nocera <hadess@hadess.net>
3875
3876         * Makefile.am:
3877         * backend/Makefile.am:
3878         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3879         * backend/ev-document-factory.h:
3880         * configure.ac:
3881         * impress/.cvsignore:
3882         * impress/Makefile.am:
3883         * impress/common.h:
3884         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
3885         (imp_get_page), (imp_next_page), (imp_prev_page),
3886         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
3887         * impress/f_oasis.c: (render_object), (render_page),
3888         (get_geometry), (_imp_oasis_load):
3889         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
3890         (_imp_oo13_load):
3891         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
3892         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
3893         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
3894         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
3895         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
3896         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
3897         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
3898         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
3899         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
3900         (iks_new_within), (iks_insert), (iks_insert_cdata),
3901         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
3902         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
3903         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
3904         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
3905         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
3906         (iks_cdata), (iks_cdata_size), (iks_has_children),
3907         (iks_has_attribs), (escape_size), (my_strcat), (escape),
3908         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
3909         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
3910         (iks_tree), (iks_load), (iks_save):
3911         * impress/iksemel.h:
3912         * impress/imposter.h:
3913         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
3914         (imp_render_draw_bezier_real), (imp_render_get_size),
3915         (imp_render_set_fg_color), (imp_render_draw_line),
3916         (imp_render_draw_rect), (imp_render_draw_polygon),
3917         (imp_render_draw_arc), (imp_render_draw_bezier),
3918         (imp_render_open_image), (imp_render_get_image_size),
3919         (imp_render_scale_image), (imp_render_draw_image),
3920         (imp_render_close_image), (imp_render_markup),
3921         (imp_render_get_text_size), (imp_render_draw_text),
3922         (impress_document_load), (impress_document_save),
3923         (impress_document_get_n_pages), (impress_document_get_page_size),
3924         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3925         (impress_document_finalize), (impress_document_class_init),
3926         (impress_document_can_get_text), (impress_document_get_info),
3927         (impress_document_document_iface_init),
3928         (impress_document_thumbnails_get_thumbnail),
3929         (impress_document_thumbnails_get_dimensions),
3930         (impress_document_document_thumbnails_iface_init),
3931         (impress_document_init):
3932         * impress/impress-document.h:
3933         * impress/internal.h:
3934         * impress/r_back.c: (_imp_fill_back):
3935         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
3936         (_imp_draw_image), (_imp_tile_image):
3937         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
3938         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
3939         (r_polyline):
3940         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
3941         (r_draw_gradient_complex), (r_draw_gradient):
3942         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
3943         (r_get_bullet):
3944         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
3945         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
3946         (r_text):
3947         * impress/render.c: (imp_create_context), (imp_context_set_page),
3948         (imp_context_set_step), (imp_render), (imp_delete_context):
3949         * impress/render.h:
3950         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
3951         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
3952         (zip_load_xml), (zip_get_size), (zip_load):
3953         * impress/zip.h:
3954         * shell/ev-utils.c:
3955         
3956         New backend to support impress slides. Fixes bug #30867.
3957
3958 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
3959
3960         * shell/ev-utils.c: (using_postscript_printer):
3961         
3962         Fixes crash when print using PAPI backend,
3963         bug #345012.
3964
3965 2006-06-09  Pat Rondon  <pmr@patrondon.org>
3966
3967         * shell/ev-jobs.c: (ev_job_xfer_run):
3968         * shell/ev-window.c: (password_dialog_response),
3969         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
3970         (ev_window_dispose):
3971         Fixes bug #344160: if the xfer job doesn't complete
3972         because a password is required, reload the existing
3973         instance instead of creating a new one.
3974
3975 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3976
3977         * shell/main.c: (main): Call gdk_threads_init. Thus
3978         we'll avoid errors in auth dialog. Fix for the bug
3979         #343347.
3980
3981 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3982
3983         * configure.ac: Advertise pixbuf support, fix
3984         for the bug 343317.
3985
3986 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3987
3988         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
3989         (ev_sidebar_thumbnails_set_document):
3990         
3991         Update sidebar thumbnails after reloading.
3992
3993 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3994
3995         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
3996         * shell/ev-jobs.h:
3997         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
3998         (ev_window_cmd_view_reload), (ev_window_init):
3999         
4000         Don't crash on reload. Fix for the bug #343167.
4001
4002 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4003
4004         * shell/ev-jobs.c: (ev_job_render_run):
4005         
4006         Check for document links.
4007
4008 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4009
4010         * backend/ev-attachment.c: (ev_attachment_save),
4011         (ev_attachment_launch_app), (ev_attachment_open):
4012         * backend/ev-document-factory.c: (get_document_from_uri):
4013         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4014         (egg_recent_view_uimanager_set_list):
4015         * ps/ps-document.c: (check_filecompressed), (document_load),
4016         (ps_document_load):
4017         * shell/ev-metadata-manager.c: (load_values):
4018         * shell/ev-password.c: (ev_password_dialog_set_property):
4019         * shell/ev-view.c: (tip_from_link):
4020         * shell/ev-window.c: (file_save_dialog_response_cb),
4021         (ev_window_print_dialog_response_cb):
4022         
4023         Use consistent quoting style. Fix for the bug #320285.
4024
4025 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4026
4027         * shell/ev-jobs.c: (ev_job_xfer_run):
4028         * shell/main.c: (load_files):
4029                 
4030         Open links with anchors. Fix for the bug #339836.
4031
4032 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4033
4034         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
4035         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
4036         (ev_link_dest_set_property), (ev_link_dest_finalize),
4037         (ev_link_dest_class_init), (ev_link_dest_new_named),
4038         (ev_link_dest_new_page_label):
4039         * backend/ev-link-dest.h:
4040         * shell/ev-application.c: (ev_application_open_uri):
4041         * shell/ev-view.c: (goto_dest):
4042         * shell/ev-window.c:
4043         * shell/ev-window.h:
4044         
4045         Fix page-label command line option. Bug #342070.
4046
4047 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4048
4049         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4050         
4051         Don't show highlight rects if page can't be showed. Fix for 
4052         the bug #342076
4053
4054 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4055
4056         * shell/ev-window.c: (setup_sidebar_from_metadata),
4057         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
4058         
4059         Setup sidebar from metadata even if there is no document
4060         loaded. Fix for the bug #342807.
4061
4062 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4063
4064         * cut-n-paste/toolbar-editor/Makefile.am:
4065         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4066         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
4067         (find_action), (drag_data_delete_cb), (drag_begin_cb),
4068         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
4069         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
4070         (popup_context_menu_cb), (button_press_event_cb),
4071         (configure_item_sensitivity), (configure_item_cursor),
4072         (configure_item_tooltip), (connect_widget_signals),
4073         (action_sensitive_cb), (create_item_from_action),
4074         (create_item_from_position), (toolbar_drag_data_received_cb),
4075         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
4076         (toolbar_drag_leave_cb), (configure_drag_dest),
4077         (toggled_visibility_cb), (toolbar_visibility_refresh),
4078         (create_dock), (toolbar_changed_cb), (unparent_fixed),
4079         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
4080         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
4081         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
4082         (egg_editable_toolbar_dispose),
4083         (egg_editable_toolbar_set_ui_manager),
4084         (egg_editable_toolbar_get_selected),
4085         (egg_editable_toolbar_set_selected), (set_edit_mode),
4086         (egg_editable_toolbar_set_property),
4087         (egg_editable_toolbar_get_property),
4088         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
4089         (egg_editable_toolbar_new_with_model),
4090         (egg_editable_toolbar_get_edit_mode),
4091         (egg_editable_toolbar_set_edit_mode),
4092         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
4093         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
4094         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4095         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
4096         (item_added_or_removed_cb), (toolbar_removed_cb),
4097         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
4098         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
4099         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
4100         (editor_create_item_from_name), (append_table),
4101         (update_editor_sheet), (egg_toolbar_editor_init):
4102         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
4103         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4104         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
4105         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
4106         (toolbar_node_free), (egg_toolbars_model_get_flags),
4107         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
4108         (egg_toolbars_model_get_name), (impl_add_item),
4109         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
4110         (parse_data_list), (parse_item_list), (parse_toolbars),
4111         (egg_toolbars_model_load_toolbars), (parse_available_list),
4112         (parse_names), (egg_toolbars_model_load_names),
4113         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
4114         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
4115         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
4116         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
4117         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
4118         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
4119         (egg_toolbars_model_set_types), (fill_avail_array),
4120         (egg_toolbars_model_get_name_avail),
4121         (egg_toolbars_model_get_name_flags),
4122         (egg_toolbars_model_set_name_flags):
4123         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4124         * cut-n-paste/toolbar-editor/eggintl.h:
4125         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4126         (egg_tree_multi_drag_source_get_type),
4127         (egg_tree_multi_drag_source_row_draggable),
4128         (egg_tree_multi_drag_source_drag_data_delete),
4129         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
4130         (egg_tree_multi_drag_button_release_event), (selection_foreach),
4131         (path_list_free), (set_context_data), (get_context_data),
4132         (get_info), (egg_tree_multi_drag_drag_data_get),
4133         (egg_tree_multi_drag_motion_event),
4134         (egg_tree_multi_drag_button_press_event),
4135         (egg_tree_multi_drag_add_drag_support):
4136         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
4137         * shell/ev-application.c: (ev_application_init),
4138         (ev_application_save_toolbars_model):
4139         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
4140         (ev_window_cmd_edit_toolbar), (ev_window_init):
4141         
4142         Sync toolbareditor with epiphany and libegg
4143
4144 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4145
4146         * configure.ac: 
4147
4148         Depend on poppler 0.5.2
4149
4150 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4151
4152         * shell/ev-jobs.c: (ev_job_render_run):
4153         
4154         Check if document supports links iterface.
4155
4156 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4157
4158         * NEWS:
4159         * configure.ac:
4160         
4161         Update for release 0.5.3
4162
4163 2006-05-13  Michael Plump  <plumpy@skylab.org>
4164
4165         * configure.ac:
4166         * shell/Makefile.am:
4167         * shell/main.c: (main):
4168         
4169         Port to GOption command line parsing. Fix for the 
4170         bug #327518
4171
4172 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4173
4174         * shell/ev-window.c: (ev_window_cmd_help_about):
4175         
4176         Do not wrap license. Fix for the bug #309460.
4177
4178 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4179
4180         * configure.ac:
4181         * properties/ev-properties-main.c: (ev_properties_get_pages):
4182         * shell/ev-application.c: (ev_application_open_window),
4183         (ev_application_open_uri_at_dest):
4184         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4185         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
4186         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
4187         * shell/ev-utils.c: (save_print_config_to_file):
4188         * shell/ev-window.c: (ev_window_cmd_save_as),
4189         (ev_attachment_popup_cmd_save_attachment_as):
4190         * shell/main.c: (load_files_remote):
4191         
4192         Bump requirements to gtk 2.8 and drop all ifdefs used.
4193
4194 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4195
4196         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4197         * shell/ev-window.c: (ev_window_init):
4198         
4199         Show attachments page.
4200
4201 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4202
4203         * po/POTFILES.in:
4204         * shell/ev-attachment-bar.c:
4205         * shell/ev-attachment-bar.h:
4206         * shell/ev-sidebar-attachments.c:
4207         (ev_sidebar_attachments_icon_cache_add),
4208         (icon_theme_get_pixbuf_from_mime_type),
4209         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
4210         (ev_sidebar_attachments_icon_cache_refresh),
4211         (ev_sidebar_attachments_get_attachment_at_pos),
4212         (ev_sidebar_attachments_popup_menu_show),
4213         (ev_sidebar_attachments_popup_menu),
4214         (ev_sidebar_attachments_button_press),
4215         (ev_sidebar_attachments_update_icons),
4216         (ev_sidebar_attachments_drag_data_get),
4217         (ev_sidebar_attachments_get_property),
4218         (ev_sidebar_attachments_destroy),
4219         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
4220         (ev_sidebar_attachments_new),
4221         (ev_sidebar_attachments_set_document),
4222         (ev_sidebar_attachments_support_document),
4223         (ev_sidebar_attachments_get_label),
4224         (ev_sidebar_attachments_page_iface_init):
4225         * shell/ev-sidebar-attachments.h:
4226         * shell/ev-window.c: (update_chrome_visibility),
4227         (setup_sidebar_from_metadata), (ev_window_setup_document),
4228         (ev_window_sidebar_current_page_changed_cb),
4229         (attachment_bar_menu_popup_cb), (ev_window_init):
4230         
4231         Move attachments bar to sidebar.
4232
4233 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4234
4235         * pdf/ev-poppler.cc:
4236         * shell/ev-application.[ch]:
4237         * shell/main.c:
4238
4239         Fix some memory leaks.
4240
4241 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4242
4243         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4244
4245         Change the properties dialog response to
4246         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
4247         will make the dialog go away when the user presses
4248         enter. With gtk+ >= 2.9 this will happen anyway, but for
4249         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
4250         escape by default. Fixes bug #340539. See also bug
4251         #101293 for the gtk+ part.
4252
4253 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
4254
4255         * shell/ev-view.c (tip_from_action_named): Replace some strings
4256         that were wrong. Closes #340970.
4257
4258 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4259
4260         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4261
4262         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
4263         #341049
4264
4265 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4266
4267         * djvu/Makefile.am:
4268         * dvi/Makefile.am:
4269         * dvi/mdvi-lib/Makefile.am:
4270         * properties/Makefile.am:
4271         * ps/Makefile.am:
4272         * shell/Makefile.am:
4273         * thumbnailer/Makefile.am:
4274         
4275         Due to broken libtool that is unable to track dependencies
4276         of noinst libraries we are forced to explicitely point
4277         libraries for binary. Fix for the bug #333334.
4278
4279 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4280
4281         * data/evince.desktop.in.in:
4282         * shell/ev-view.c: (view_update_range_and_current_page),
4283         (ev_view_next_page), (ev_view_previous_page):
4284         * shell/ev-window.c: (update_chrome_visibility),
4285         (setup_sidebar_from_metadata), (ev_window_setup_document),
4286         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
4287         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4288         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
4289         (ev_window_stop_fullscreen), (ev_window_run_presentation),
4290         (ev_window_stop_presentation), (ev_window_focus_in_event),
4291         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
4292         (ev_window_init):
4293         * thumbnailer/Makefile.am:
4294         
4295         Update fullscreen and presentation timeout handling. Hide
4296         cursor in presentation after timeout. Fix for the bugs
4297         #136359 and #336981.
4298
4299 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4300
4301         * backend/ev-link-action.[ch]:
4302         * pdf/ev-poppler.cc: (ev_link_from_action):
4303         * shell/ev-view-private.h:
4304         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
4305         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
4306
4307         Add support for Named Action links
4308
4309 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4310
4311         * backend/Makefile.am:
4312         * backend/ev-document-links.[ch]:
4313         * backend/ev-document.[ch]:
4314         * backend/ev-link-action.[ch]:
4315         * backend/ev-link-dest.[ch]:
4316         * backend/ev-link.[ch]:
4317         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
4318         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
4319         * shell/ev-page-action.c: (build_new_tree_cb):
4320         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
4321         (links_page_num_func), (update_page_callback):
4322         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
4323         (tip_from_link):
4324         * shell/ev-jobs.c:
4325         * shell/ev-window.[ch]: (ev_window_open_uri),
4326         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
4327         * shell/ev-application.[ch]: (ev_application_open_window),
4328         (ev_application_open_uri):
4329
4330         Rework links system, it adds support for remote links now and it makes
4331         easier to add new kinds of actions and destinations. Fixes bug #317292
4332
4333 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4334
4335         * data/Makefile.am:
4336         * data/evince.png:
4337         * data/evince-16.png:
4338         * data/evince-22.png:
4339         * data/evince.svg:
4340         * shell/main.c: (main):
4341         
4342         Evince use it's own icon. Fix for the bug #313392.
4343
4344         * shell/ev-window.c: (fullscreen_timeout_cb),
4345         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4346         (ev_window_cmd_help_about), (ev_window_dispose):
4347         
4348         Simplify fullscreen timeout code.
4349
4350 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4351
4352         * backend/ev-attachment.c: 
4353         * shell/ev-attachment-bar.c:
4354         * shell/ev-window.c:
4355
4356         Allow multiple selection of attachments
4357
4358 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4359
4360         * shell/ev-view.c: (view_update_range_and_current_page),
4361         (ev_view_scroll):
4362         
4363         Fix for the bug #312573 – Optimal selection of current 
4364         page among visible pages.
4365
4366 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4367
4368         * configure.ac:
4369         * djvu/Makefile.am:
4370         * djvu/djvu-text.h:
4371         
4372         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
4373         for the bug 339868.
4374
4375 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
4376
4377         * configure.ac: Fix the LINGUAS stuff here too so it builds.
4378
4379 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4380
4381         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
4382         dictated by the GNOME HIG. Fixes bug #339235.
4383
4384 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4385
4386         * data/evince-ui.xml:
4387         * shell/ev-view.c: (ev_view_can_find_previous):
4388         * shell/ev-view.h:
4389         * shell/ev-window.c: (ev_window_update_actions),
4390         (ev_window_cmd_edit_find_previous):
4391
4392         Add support for "Find Previous" as dictated by the GNOME HIG. A
4393         menu item is added and some glue code to make it all work is added
4394         to various files.
4395
4396 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4397
4398         * configure.ac: Award myself the "useless use of cat" award.
4399
4400 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4401
4402         * po/LINGUAS: New file listing all supported languages.
4403
4404         * configure.in: Use po/LINGUAS instead of including all languages
4405         directly in this file. See the wiki for more information:
4406         http://live.gnome.org/GnomeGoals/PoLinguas
4407
4408 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4409
4410         * backend/ev-document-factory.c:
4411
4412         Do not load the document twice when there isn't errors
4413
4414 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4415
4416         * backend/ev-attachment.c: 
4417
4418         Fix a crash when there isn't a default application to open an
4419         attachment
4420
4421 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4422
4423         * backend/ev-attachment.[ch]:
4424         * shell/ev-attachment-bar.[ch]:
4425
4426         Added missing files. 
4427
4428 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4429
4430         * backend/Makefile.am:
4431         * data/evince-ui.xml:
4432         * backend/ev-attachment.[ch]:
4433         * backend/ev-document.[ch]: (ev_document_has_attachments),
4434         (ev_document_get_attachments):
4435         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
4436         (attachment_save_to_buffer), (pdf_document_get_attachments),
4437         (pdf_document_document_iface_init):
4438         * shell/Makefile.am:
4439         * shell/ev-attachment-bar.[ch]:
4440         * shell/ev-window.c:
4441
4442         Add support for PDF attachments. Fixes bug #325143
4443
4444 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4445
4446         * backend/ev-document-factory.c: (get_document_from_uri),
4447         (ev_document_factory_get_document):
4448         * backend/ev-document-factory.h:
4449         * properties/ev-properties-main.c: (ev_properties_get_pages):
4450         * shell/Makefile.am:
4451         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4452         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4453         (ev_job_queue_remove_job):
4454         * shell/ev-job-queue.h:
4455         * shell/ev-job-xfer.c:
4456         * shell/ev-job-xfer.h:
4457         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
4458         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
4459         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
4460         (ev_job_xfer_run):
4461         * shell/ev-jobs.h:
4462         * shell/ev-window.c: (ev_window_is_empty),
4463         (password_dialog_response), (ev_window_clear_xfer_job),
4464         (ev_window_xfer_job_cb), (ev_window_open_uri),
4465         (ev_window_cmd_focus_page_selector),
4466         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
4467         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4468         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4469         (ev_window_dispose):
4470         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4471         
4472         * Cleanup mime type detection on document load. Fix for the
4473         bug #336448.
4474
4475 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4476
4477         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
4478         
4479         Fix crash on exit, described in the bug #336825.
4480
4481 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4482
4483         * backend/ev-document-factory.c:
4484         (ev_document_factory_get_from_mime),
4485         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
4486         (ev_document_factory_get_document),
4487         (file_filter_add_mime_list_and_free),
4488         (ev_document_factory_add_filters):
4489         * backend/ev-document-factory.h:
4490         * properties/ev-properties-main.c: (ev_properties_get_pages):
4491         * shell/Makefile.am:
4492         * shell/ev-application.c:
4493         * shell/ev-job-xfer.c: (ev_job_xfer_run):
4494         * shell/ev-window.c: (ev_window_cmd_file_open),
4495         (ev_window_cmd_save_as):
4496         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4497         
4498         Rework factory functions so they are placed now in a single 
4499         file ev-document-factory.c
4500
4501 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4502
4503         * shell/ev-window.c: (update_chrome_visibility):
4504         
4505         Fix for the bug 166566 - don't show menubar in fullscreen
4506         mode.
4507
4508 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
4509
4510         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
4511
4512 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4513
4514         * shell/ev-view.c: (ev_view_expose_event):
4515         
4516         More correctly draw loading text when document
4517         is empty.
4518
4519 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4520
4521         * shell/ev-view.c: (ev_view_scroll):
4522         
4523         Fix for the bug #334854, page down and page up switch
4524         pages in presentation mode.
4525
4526 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4527
4528         * shell/ev-window.c: (ev_window_set_action_sensitive),
4529         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
4530         (ev_window_set_view_accels_sensitivity),
4531         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
4532         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4533         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4534         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
4535         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
4536         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
4537         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
4538         (view_actions_focus_in_cb), (ev_window_init):
4539         
4540         Fix for the bug #333902, now it's possible to search
4541         words with slash.
4542
4543 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
4544
4545         * configure.ac: Added Breton translation.
4546         * po/br.po: Added Breton translation.
4547
4548 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4549
4550         * shell/ev-window-title (ev_window_title_update):
4551
4552         Fix memory leak in window title. Fixes bug #333944
4553
4554 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4555
4556         * shell/ev-metadata-manager.c (parseItem):
4557
4558         Fix memory leaks. Fixes bug #333945
4559
4560 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4561         
4562         * NEWS, configure.ac, TODO:
4563         
4564         Update for release 0.5.2.
4565
4566 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4567
4568         * shell/ev-view.c: (view_update_range_and_current_page),
4569         (page_changed_cb):
4570         
4571         Don't jump on scrolling, fix for the bug #333127.
4572
4573 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4574
4575         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4576         
4577         Scroll by one page in presentation mode. Fix for the bug
4578         #332993.
4579
4580 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
4581
4582         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
4583
4584 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
4585
4586         * configure.ac  Added lv in ALL_LINGUAS line.
4587
4588 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4589         
4590         * NEWS, configure.ac:
4591         
4592         Update for release 0.5.1
4593
4594 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4595
4596         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
4597         * backend/ev-document-misc.h:
4598         * shell/ev-view.c: (draw_one_page):
4599         
4600          Clairfy what page the toolbar page number applies to. Fix
4601          for the bug #328102.
4602
4603 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
4604
4605         * shell/ev-view-private.h:
4606         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
4607         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
4608         (ev_view_search_changed):
4609         * shell/ev-view.h:
4610         * shell/ev-window.c: (find_bar_search_changed_cb):
4611         
4612         Dont't jump to find result if window was scrolled during search.
4613         Fix for the bug #313266.
4614
4615 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
4616
4617         * shell/eggfindbar.c: (egg_find_bar_class_init):
4618         * shell/eggfindbar.h:
4619         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
4620         * shell/ev-view-private.h:
4621         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
4622         (ev_view_class_init), (ev_sizing_mode_get_type),
4623         (ev_scroll_type_get_type):
4624         * shell/ev-view.h:
4625         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
4626         (ev_window_cmd_scroll_backward), (find_bar_scroll),
4627         (ev_window_init):
4628         
4629         Fix for the bug 319133 - Find entry should allow text scroll.
4630
4631 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
4632
4633         * shell/ev-view-private.h:
4634         * shell/ev-view.c: (view_update_range_and_current_page),
4635         (highlight_find_results), (find_changed_cb), (page_changed_cb),
4636         (ev_view_set_document), (update_find_status_message),
4637         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
4638         (ev_view_find_previous):
4639         
4640         Fix for the bug #319137. Search now takes account for scrolling.
4641
4642 2006-02-19  Michael Hofmann <mh21@piware.de>
4643
4644         * configure.ac:
4645         * djvu/Makefile.am:
4646         * djvu/djvu-document-private.h:
4647         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4648         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
4649         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
4650         (djvu_document_can_get_text), (djvu_document_get_text),
4651         (djvu_document_document_iface_init),
4652         (djvu_document_thumbnails_get_thumbnail),
4653         (djvu_document_find_begin), (djvu_document_find_get_n_results),
4654         (djvu_document_find_get_result),
4655         (djvu_document_find_page_has_results),
4656         (djvu_document_find_get_progress), (djvu_document_find_cancel),
4657         (djvu_document_find_iface_init):
4658         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
4659         (djvu_text_page_selection), (djvu_text_page_limits_process),
4660         (djvu_text_page_limits), (djvu_text_page_copy),
4661         (djvu_text_page_position), (djvu_text_page_union),
4662         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
4663         (djvu_text_page_box), (djvu_text_page_append_text),
4664         (djvu_text_page_search), (djvu_text_page_prepare_search),
4665         (djvu_text_page_new), (djvu_text_page_free):
4666         * djvu/djvu-text-page.h:
4667         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
4668         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
4669         (djvu_text_n_results), (djvu_text_has_results),
4670         (djvu_text_get_result), (djvu_text_get_progress):
4671         * djvu/djvu-text.h:
4672         
4673         Text search in djvu. Fix for the bug #303415.
4674
4675 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4676
4677         * configure.ac:
4678         * shell/ev-window.c: (ev_window_cmd_save_as):
4679         
4680         Ask filechooser to confirm overwrite. Fix for the bug #328266.
4681         Thanks to Gary Coady <gary@lyranthe.org>
4682
4683 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4684
4685         * shell/ev-print-job.c: (idle_print_handler):
4686         
4687         Inverse order printing, bug #320919.
4688
4689 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4690
4691         * data/evince-toolbar.xml:
4692         * shell/ev-window.c:
4693         
4694         Allow to add sidebar checkbutton on toolbar. Fix
4695         for the bug #144577.
4696
4697 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4698
4699         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
4700         
4701         Add checks that have sense for empty ps document.
4702
4703 2006-02-15  Luca Ferretti <elle.uca@libero.it>
4704
4705         * configure.ac: Include PS in mime types list. 
4706
4707 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4708
4709         * configure.ac:
4710         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
4711         * ps/gsdefaults.h:
4712         * ps/ps-document.c: (start_interpreter), (ps_document_load):
4713         
4714         Runtime check for gs interpreter. Fix for the bug #320868.
4715         Thanks to Antoine Dopffer antoine.dopffer@free.fr
4716
4717 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4718
4719         * shell/ev-application.c: 
4720
4721         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
4722         dbus>=0.60, so that the request is not queued. 
4723
4724 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4725
4726         * configure.ac:
4727         * shell/Makefile.am:
4728         * shell/ev-sidebar-links.c: (print_section_cb):
4729         * shell/ev-utils.c:
4730         * shell/ev-utils.h:
4731         * shell/ev-window.c: (update_action_sensitivity),
4732         (ev_window_close_dialogs), (ev_window_print):
4733         * shell/ev-window.h:
4734         
4735         Make printing support optional. Patch from Eduardo de Barros Lima
4736         <eduardo.lima@indt.org.br> for the bug #330546.
4737
4738 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4739
4740         * shell/ev-view-private.h:
4741         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
4742         (ev_view_set_document):
4743         * shell/ev-view.h:
4744         * shell/ev-window.c: (ev_window_load_job_cb),
4745         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
4746         (ev_window_init):
4747
4748         Draw Loading message during xfer job. Fix for the bug #329495.
4749
4750 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4751
4752         * comics/comics-document.c: (comics_regex_quote),
4753         (comics_document_load), (extract_argv):
4754         
4755         Correcly quote regexp before passing it to unzip.
4756
4757 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4758
4759         * shell/ev-page-cache.c: (build_height_to_page),
4760         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
4761         (ev_page_cache_get_dual_even_left):
4762         * shell/ev-page-cache.h:
4763         * shell/ev-view.c: (view_update_range_and_current_page),
4764         (get_page_y_offset), (get_page_extents):
4765         
4766         Place even pages to the left if document has less then
4767         two pages. Fix for the bug #328856.
4768
4769 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4770
4771         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4772         
4773         Correct comics scheme. This make evince create thumbnails
4774         for comic books. Fix for the bug 329088.
4775
4776 2006-01-31  Christopher Aillon  <caillon@redhat.com>
4777
4778         * data/evince-password.glade: Don't explicitly set
4779         invisible_char to the current default value in case
4780         the default changes; let GTK+ do its magic.
4781
4782 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4783
4784         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
4785         real filename to tmp filename since often document
4786         type is determined by extension.
4787
4788 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4789
4790         * shell/ev-view.c: (add_scroll_binding_keypad),
4791         (ev_view_binding_activated), (ev_view_class_init):
4792         
4793         Add keybindings for percision-scrolling of display area. 
4794         Fix for the bug #314072.
4795
4796 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4797
4798         * data/evince.desktop.in.in:
4799         
4800         Add GTK to the list of categories. Fix for the bug #328034.
4801
4802 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4803
4804         * shell/ev-application.c: (ev_application_shutdown),
4805         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
4806         * shell/ev-application.h:
4807         * shell/ev-window.c: (file_open_dialog_response_cb),
4808         (ev_window_cmd_file_open):
4809         
4810         Save last uri in file chooser dialog. Fix for the bug #327950.
4811
4812 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4813
4814         * NEWS:
4815         * README:
4816         
4817         Final update for release 0.5.0
4818         
4819         * shell/Makefile.am:
4820         
4821         Remove disable deprecated until we'll require libgnome-2.13.7
4822         and port to GOption argument parsing. See bug 327518.
4823
4824 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
4825
4826         * comics/comics-document.c: (comics_document_save):
4827         * djvu/djvu-document.c: (djvu_document_save):
4828         * dvi/dvi-document.c: (dvi_document_save):
4829         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
4830         * lib/ev-file-helpers.h:
4831         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
4832         * tiff/tiff-document.c: (tiff_document_save):
4833         
4834         Use common save function for backends.
4835
4836 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
4837
4838         * backend/ev-document-types.c:
4839         
4840         Fix crash on saving pixbuf.
4841
4842 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4843
4844         * cut-n-paste/recent-files/egg-recent-item.c:
4845         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
4846         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
4847         (parse_info_free), (valid_element), (start_element_handler),
4848         (end_element_handler), (text_handler), (egg_recent_model_filter),
4849         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4850         (egg_recent_model_monitor), (egg_recent_model_read),
4851         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4852         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4853         (egg_recent_model_set_property), (egg_recent_model_class_init),
4854         (egg_recent_model_init), (egg_recent_model_add_full),
4855         (egg_recent_model_delete), (egg_recent_model_get_list),
4856         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4857         (egg_recent_model_set_filter_mime_types),
4858         (egg_recent_model_clear_group_filter),
4859         (egg_recent_model_set_filter_groups),
4860         (egg_recent_model_clear_scheme_filter),
4861         (egg_recent_model_set_filter_uri_schemes),
4862         (egg_recent_model_remove_expired):
4863         * cut-n-paste/recent-files/egg-recent-util.c:
4864         (egg_recent_util_get_icon):
4865         * cut-n-paste/recent-files/egg-recent-util.h:
4866         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4867         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
4868         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
4869         (egg_recent_view_uimanager_set_property),
4870         (egg_recent_view_uimanager_get_property),
4871         (egg_recent_view_uimanager_class_init),
4872         (egg_recent_view_uimanager_init),
4873         (egg_recent_view_uimanager_set_label_width),
4874         (egg_recent_view_uimanager_get_label_width):
4875         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
4876         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4877         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4878         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4879         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4880         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4881         
4882         Update from libegg.
4883
4884 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4885
4886         * shell/ev-page-cache.c: (build_height_to_page),
4887         (ev_page_cache_get_height_to_page):
4888         * shell/ev-page-cache.h:
4889         * shell/ev-view.c: (view_update_range_and_current_page),
4890         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
4891         (ev_view_previous_page):
4892         
4893         Dual mode places even pages to the left. Fix for the bug #309393.
4894
4895         * shell/ev-view.h:
4896         * shell/ev-window.c: (update_action_sensitivity),
4897         (setup_view_from_metadata), (view_menu_popup_cb):
4898         
4899         Don't restore presentation in empty windows, more intelligent
4900         next page behaviour in dual mode.
4901
4902         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
4903         (ev_pixbuf_cache_clear_job_sizes):
4904         
4905         Cleanup job callback on removal. Fix for the bug #325886.
4906
4907 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4908
4909         * ps/ps.c: (psscan):
4910         
4911         Commit workaround Mozilla problem. Fix for the bug #325919
4912         
4913         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
4914         (save_item):
4915         
4916         Fix for year 2038 problem.
4917
4918 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4919
4920         * shell/ev-window.c: (setup_document_from_metadata),
4921         (ev_window_cmd_view_reload):
4922
4923         Clamp page recieved from metadata in valid values. Fix
4924         for the bug #325986.
4925
4926 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4927
4928         * MAINTAINERS: 
4929         Add MAINTAINERS as requested on desktop-devel-list.
4930
4931 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4932
4933         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
4934         (mime_type_supported_by_gdk_pixbuf),
4935         (ev_document_factory_get_mime_types),
4936         (ev_document_factory_get_all_mime_types):
4937         
4938         Don't add pixbuf mime types if pixbuf backend is disabled.
4939         
4940         * shell/ev-application.c: (ev_application_get_uri_window):
4941         
4942         Fix for the bug 325815 - unhandled MIME type message doesn't 
4943         appear a second time. 
4944         
4945         * shell/ev-document-types.c: (ev_document_types_add_filters):
4946         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
4947         (password_dialog_response), (ev_window_popup_password_dialog),
4948         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4949         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4950         (ev_window_run_presentation), (ev_window_stop_presentation),
4951         (save_sizing_mode), (ev_window_zoom_changed_cb),
4952         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4953         (ev_window_dual_mode_changed_cb),
4954         (ev_window_sidebar_current_page_changed_cb),
4955         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4956         (window_state_event_cb), (window_configure_event_cb):
4957         
4958         Cleanup additional uris holded by EvWindow.
4959
4960 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4961
4962         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
4963         (ev_view_can_previous_page), (ev_view_can_next_page):
4964         * shell/ev-view.h:
4965         * shell/ev-window.c: (update_action_sensitivity):
4966         
4967         Two page scrolling with Space and PageUp in dual mode. Second fix 
4968         for the bug #316608.
4969
4970 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4971
4972         * shell/ev-view.c: (scroll_to_current_page):
4973         
4974         Correctly clamp adjustment value. Fix for the bug
4975         #325808.
4976
4977 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4978
4979         * shell/ev-sidebar-links.c: (print_section_cb):
4980         * shell/ev-window.c: (ev_window_get_uri),
4981         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
4982         (ev_window_print_dialog_response_cb), (ev_window_print_range),
4983         (ev_window_dispose):
4984         
4985         Make print dialog non-modal. Fix for the bug #325622.
4986
4987 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4988
4989         * shell/ev-metadata-manager.c:
4990         * shell/ev-utils.c: (using_pdf_printer),
4991         (using_postscript_printer), (load_print_config_from_file),
4992         (save_print_config_to_file):
4993         * shell/ev-utils.h:
4994         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
4995         (update_sidebar_visibility), (setup_sidebar_from_metadata),
4996         (setup_view_from_metadata), (ev_window_setup_document),
4997         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4998         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4999         (ev_window_run_presentation), (ev_window_stop_presentation),
5000         (save_sizing_mode), (ev_window_zoom_changed_cb),
5001         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5002         (ev_window_dual_mode_changed_cb),
5003         (ev_window_sidebar_current_page_changed_cb),
5004         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5005         (window_state_event_cb), (window_configure_event_cb),
5006         (ev_window_init):
5007         
5008         Setting saving behaviour fixes.
5009
5010 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5011
5012         * configure.ac:
5013         
5014         Make antialiasing gs options better and allow
5015         to change them during configure. Fix for the 
5016         bug #319049.
5017
5018 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5019
5020         * shell/ev-window.c: (setup_view_from_metadata):
5021         
5022         Remember if last window was maximized. Fix for the
5023         bug #323797.
5024
5025 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
5026
5027         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
5028
5029 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5030
5031         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
5032         * shell/ev-page-action.c: (build_new_tree_cb):
5033         * shell/ev-sidebar-links.c: (links_page_num_func),
5034         (update_page_callback_foreach), (update_page_callback):
5035         * shell/ev-view.c: (scroll_to_current_page):
5036         
5037         Fix for the bug #325067 with more intelligent selection
5038         of current link in sidebar. Make sidebar handle links
5039         of FITR-like type more correctly.
5040
5041         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
5042         (dvi_pixbuf_put_pixel):
5043         
5044         Fix memory consumtion with disabled alpha channel.
5045
5046 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5047
5048         * data/evince-ui.xml:
5049         * shell/ev-window.c: (view_menu_popup_cb),
5050         (ev_popup_cmd_open_link), (ev_window_init):
5051         
5052         Update context menu for internal links. Fix for the bug
5053         #325066.
5054
5055 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5056
5057         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
5058         
5059         Bind context menu to keyboard also. Fix for the bug
5060         #325065.
5061
5062 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5063
5064         * shell/ev-view.c: (selection_scroll_timeout_cb):
5065         
5066         Horizontal scroll on selection also.
5067
5068 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5069
5070         * shell/ev-metadata-manager.c: (parse_value):
5071         * shell/ev-view.c: (goto_xyz_link):
5072         
5073         Correct zoom setup and metadata save broken in 
5074         some locales.
5075
5076 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5077
5078         * shell/ev-view-private.h:
5079         * shell/ev-view.c: (scroll_to_current_page),
5080         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
5081         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
5082         (page_changed_cb), (ev_view_set_continuous),
5083         (ev_view_set_dual_page), (ev_view_set_presentation):
5084         
5085         Delay scroll until allocation to correctly position page. Fix
5086         for the bug #317334.
5087
5088 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5089
5090         * NEWS:
5091         * configure.ac:
5092         
5093         Update NEWS and require poppler 0.5.0.
5094
5095 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5096         
5097         * data/evince-ui.xml:
5098         * shell/ev-view-private.h:
5099         * shell/ev-view.c: (ev_view_get_link_at_location),
5100         (handle_link_over_xy), (ev_view_button_press_event),
5101         (ev_view_button_release_event), (ev_view_class_init):
5102         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
5103         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
5104         (ev_window_init):
5105         
5106         Implement right-click context menu.
5107
5108 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5109
5110         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5111         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
5112         (mdvi_pixbuf_device_render):
5113         * pdf/ev-poppler.cc:
5114
5115         Don't generate thumbnails with alpha. See bug #324077.
5116         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
5117
5118 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5119
5120         * shell/ev-window.c: (setup_chrome_from_metadata):
5121         
5122         Fix typo that was hiding toolbar.
5123
5124 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5125
5126         * shell/ev-view-private.h:
5127         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
5128         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
5129         (ev_view_button_release_event), (ev_view_destroy):
5130         
5131         Small cleanup and autoscrolling during selection. Thanks to 
5132         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
5133
5134 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
5135
5136         * configure.ac:
5137         
5138         Correctly check for comics option.
5139
5140 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
5141         * Makefile.am:
5142         * configure.ac:
5143         * backend/Makefile.am:
5144         * backend/ev-document-factory.c:
5145         * shell/ev-document-types.c:
5146
5147         Included option in configure to make ps backend 
5148         compilation optional with --disable-ps.
5149
5150 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5151
5152         * backend/ev-document-factory.c:
5153         * comics/Makefile.am:
5154         * comics/comics-document.c: (comics_document_load):
5155         * comics/ev-cbr-mime.xml:
5156         * configure.ac:
5157         
5158         Comics mime types are added to shared-mime-info CVS. Now
5159         we don't need to install our own mime types.
5160
5161 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5162
5163         * shell/ev-window.c:
5164         
5165         Add shortcut for "save a copy" menu entry. Fix for
5166         the bug #324582.
5167
5168 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5169
5170         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5171         (job_finished_cb), (new_selection_pixbuf_needed),
5172         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5173         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
5174         
5175         Rework selection job info logic and fix critical warning.
5176
5177 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
5178
5179         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
5180
5181 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
5182
5183         * data/evince-ui.xml:
5184         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5185         
5186         Enter as shortcut key for next page. Fix for the bug
5187         #321394.
5188
5189 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
5190
5191         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
5192
5193 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5194
5195         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5196         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
5197         (new_selection_pixbuf_needed),
5198         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5199         (clear_job_selection):
5200         
5201         Too early for 0.5. Pixbuf cache code cleaned a bit.
5202
5203 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5204
5205         * NEWS:
5206         * configure.ac:
5207         
5208         Release 0.5.0 preparation
5209
5210 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5211
5212         * comics/Makefile.am:
5213         * configure.ac:
5214         * shell/ev-document-types.c: (ev_document_types_add_filters):
5215         
5216         More advanced handling of custom mime type installation.
5217
5218 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5219
5220         * data/evince.schemas.in:
5221         * shell/ev-metadata-manager.c: (value_free),
5222         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
5223         (ev_metadata_manager_get), (ev_metadata_manager_set):
5224         * shell/ev-metadata-manager.h:
5225         * shell/ev-window.c: (update_chrome_flag),
5226         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
5227         (setup_document_from_metadata), (setup_chrome_from_metadata),
5228         (setup_sidebar_from_metadata), (setup_view_from_metadata),
5229         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
5230         (ev_window_view_toolbar_cb),
5231         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
5232         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
5233         
5234         Save last document settings and reuse them for new documents.
5235
5236 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5237
5238         * Makefile.am:
5239         * backend/Makefile.am:
5240         * backend/ev-document-factory.c:
5241         * backend/ev-document-factory.h:
5242         * comics/Makefile.am:
5243         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
5244         (comics_document_load), (comics_document_save),
5245         (comics_document_get_n_pages), (comics_document_get_page_size),
5246         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
5247         (comics_document_class_init), (comics_document_can_get_text),
5248         (comics_document_get_info), (comics_document_document_iface_init),
5249         (comics_document_init), (get_supported_image_extensions),
5250         (comics_document_thumbnails_get_geometry),
5251         (comics_document_thumbnails_get_thumbnail),
5252         (comics_document_thumbnails_get_dimensions),
5253         (comics_document_document_thumbnails_iface_init), (extract_argv):
5254         * comics/comics-document.h:
5255         * comics/ev-cbr-mime.xml:
5256         * configure.ac:
5257         * po/POTFILES.in:
5258         * shell/ev-application.c: (ev_application_register_service):
5259         * shell/ev-document-types.c: (ev_document_types_add_filters):
5260         * thumbnailer/Makefile.am:
5261         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5262         
5263         New CBR/CBZ backend for comic books.
5264
5265 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5266
5267         * shell/main.c: (load_files_remote):
5268
5269         Thanks to Robert McQueen <robot101@debian.org>. Dbus
5270         warning on startup of second instance is fixed. It
5271         is bug #320353.
5272
5273 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5274
5275         * shell/ev-window.c: (ev_window_finalize):
5276         
5277         Fix double free that cause crash.
5278
5279 2005-10-29  Bastien Nocera <hadess@hadess.net>
5280
5281         * tiff/tiff-document.c: (tiff_document_load):
5282         
5283         Fix memory leak.
5284
5285 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5286
5287         * po/POTFILES.in:
5288         * shell/Makefile.am:
5289         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
5290         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
5291         (ev_view_accessible_get_text),
5292         (ev_view_accessible_get_character_at_offset),
5293         (ev_view_accessible_get_text_before_offset),
5294         (ev_view_accessible_get_text_at_offset),
5295         (ev_view_accessible_get_text_after_offset),
5296         (ev_view_accessible_get_character_count),
5297         (ev_view_accessible_get_caret_offset),
5298         (ev_view_accessible_set_caret_offset),
5299         (ev_view_accessible_get_run_attributes),
5300         (ev_view_accessible_get_default_attributes),
5301         (ev_view_accessible_get_character_extents),
5302         (ev_view_accessible_get_offset_at_point),
5303         (ev_view_accessible_get_n_selections),
5304         (ev_view_accessible_get_selection),
5305         (ev_view_accessible_add_selection),
5306         (ev_view_accessible_remove_selection),
5307         (ev_view_accessible_set_selection),
5308         (ev_view_accessible_text_iface_init),
5309         (ev_view_accessible_idle_do_action),
5310         (ev_view_accessible_action_do_action),
5311         (ev_view_accessible_action_get_n_actions),
5312         (ev_view_accessible_action_get_description),
5313         (ev_view_accessible_action_get_name),
5314         (ev_view_accessible_action_set_description),
5315         (ev_view_accessible_action_iface_init),
5316         (ev_view_accessible_get_type), (ev_view_accessible_new),
5317         (ev_view_accessible_factory_get_accessible_type),
5318         (ev_view_accessible_factory_create_accessible),
5319         (ev_view_accessible_factory_class_init),
5320         (ev_view_accessible_factory_get_type):
5321         * shell/ev-view-accessible.h:
5322         * shell/ev-view-private.h:
5323         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
5324         * shell/ev-view.h:
5325         
5326         Initial accessibility support.
5327
5328 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
5329
5330         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
5331
5332 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
5333
5334         * shell/ev-print-job.c: (idle_print_handler):
5335         
5336         Fix for bug Bug 318916: Printing multiple pages.
5337
5338 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
5339
5340         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
5341
5342 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5343
5344         * pdf/ev-poppler.cc:
5345         
5346         Thumnail dimensions unified with other backends.
5347         
5348         * shell/ev-window-title.c: (ev_window_title_update):
5349         
5350         Fix warning.
5351
5352 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5353
5354         * data/ev-stock-zoom-fit-width.png:
5355         
5356         Remove unused file.
5357
5358 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5359
5360         * configure.ac:
5361         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
5362         (djvu_document_finalize):
5363         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
5364         (dvi_document_finalize):
5365         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
5366         (pixbuf_document_save), (pixbuf_document_finalize):
5367         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
5368         (tiff_document_finalize):
5369         
5370         Save a copy implemented for various backends.
5371
5372 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
5373
5374         * configure.ac:
5375         
5376         Don't link with ltiff if tiff is disabled.
5377
5378 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5379
5380         * pdf/GDKSplashOutputDev.cc:
5381         * pdf/GDKSplashOutputDev.h:
5382         * pdf/Thumb.cc:
5383         * pdf/Thumb.h:
5384         * pdf/pdf-document.cc:
5385         * pdf/pdf-document.h:
5386         * pdf/test-gdk-output-dev.cc:
5387         
5388         Remove old unused files.
5389
5390 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5391
5392         * shell/ev-window.c: (ev_window_setup_document):
5393         
5394         Fixed warnings on reload and probably crash reason.
5395
5396 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5397
5398         * properties/ev-properties-view.c:
5399         (ev_properties_view_format_date):
5400         
5401         Check if date is invalid. Fix for bug 318134.
5402
5403 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
5404
5405         * shell/ev-window-title.c:
5406         
5407         Add .indd files (Adobe Indesign) to the list of "bad
5408         extensions".
5409
5410 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5411
5412         * data/evince-ui.xml:
5413         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5414         
5415         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
5416
5417 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5418
5419         * shell/ev-window.c: (launch_link), (launch_external_uri),
5420         (view_external_link_cb):
5421
5422         URL-escape link before passing it to gnome_vfs_url_show.
5423
5424 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5425
5426         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
5427         there isn't text selected.
5428
5429 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
5430
5431         * shell/ev-view.c: (handle_link_over_xy):
5432
5433         Check tooltip is valid utf8 before showing it
5434
5435 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5436
5437         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
5438
5439 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5440
5441         * shell/ev-window-title.c: (ev_window_title_update):
5442
5443         Guard against using g_strstrip on NULL. Fixes bug #317291.
5444
5445 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5446
5447         * pdf/ev-poppler.cc:
5448
5449         Show title even for unknown links
5450
5451 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5452
5453         * shell/ev-window-title.c: (ev_window_title_update):
5454
5455         Strip the title string
5456
5457 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5458
5459         * shell/ev-window-title.c:
5460
5461         Add .rtf to the bad extensions list
5462
5463 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5464
5465         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
5466         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
5467
5468         Ignore link coordinates if they are outside page bounds
5469
5470 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5471
5472         * backend/ev-link.c: (ev_link_type_get_type),
5473         (ev_link_get_filename), (ev_link_get_params),
5474         (ev_link_get_property), (ev_link_set_property),
5475         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
5476         * backend/ev-link.h:
5477         * pdf/ev-poppler.cc:
5478         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
5479         * shell/ev-window.c: (launch_link), (view_external_link_cb),
5480         (ev_window_init):
5481
5482         Implement launch links. Delegate external link opening to
5483         the window.
5484
5485 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5486
5487         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
5488         (ev_link_get_right), (ev_link_get_property),
5489         (ev_link_set_property), (ev_link_class_init),
5490         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
5491         * backend/ev-link.h:
5492         * pdf/ev-poppler.cc:
5493         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
5494
5495         Implement fitr links
5496
5497 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5498
5499         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
5500         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
5501         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5502         (ev_view_size_request_continuous),
5503         (ev_view_size_request_dual_page),
5504         (ev_view_size_request_single_page), (ev_view_size_allocate),
5505         (ev_view_zoom_for_size_continuous_and_dual_page),
5506         (ev_view_zoom_for_size_continuous),
5507         (ev_view_zoom_for_size_dual_page),
5508         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5509         (ev_sizing_mode_get_type):
5510         * shell/ev-view.h:
5511         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5512
5513         Do not use modes for link, we need to calculate size ad hoc.
5514         Still not perfect because of the usual scrollbar issues grrr.
5515
5516 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5517
5518         * backend/ev-link.c: (ev_link_type_get_type),
5519         (ev_link_new_page_fith), (ev_link_new_page_fitv):
5520         * backend/ev-link.h:
5521         * pdf/ev-poppler.cc:
5522         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
5523         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5524         (ev_view_size_request_continuous),
5525         (ev_view_size_request_dual_page),
5526         (ev_view_size_request_single_page), (ev_view_size_allocate),
5527         (zoom_for_size_fit_height),
5528         (ev_view_zoom_for_size_continuous_and_dual_page),
5529         (ev_view_zoom_for_size_continuous),
5530         (ev_view_zoom_for_size_dual_page),
5531         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5532         (ev_sizing_mode_get_type):
5533         * shell/ev-view.h:
5534         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5535
5536         Implement FIT_HEIGHT mode (only for links).
5537         Implement FITH links
5538
5539 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5540
5541         * shell/ev-window-title.c: (get_filename_from_uri),
5542         (ev_window_title_sanitize_extension), (ev_window_title_update),
5543         (ev_window_title_set_document), (ev_window_title_set_uri),
5544         (ev_window_title_free):
5545         * shell/ev-window-title.h:
5546         * shell/ev-window.c: (ev_window_setup_document),
5547         (ev_window_popup_password_dialog):
5548
5549         Refactor window title building while fixing it for
5550         password documents.
5551
5552 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5553
5554         * pdf/ev-poppler.cc:
5555
5556         Escape link title before setting it in the model
5557
5558 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
5559
5560         * shell/ev-application.c: (removed_from_session), (save_session),
5561         (init_session), (ev_application_get_empty_window),
5562         (ev_application_init), (ev_application_get_windows):
5563         * shell/ev-application.h:
5564         * shell/ev-window.c: (ev_window_finalize):
5565
5566         Add a function to retrieve window list and share it where
5567         necessary.
5568         Implement session handling, works pretty well thanks to the
5569         metadata system.
5570
5571 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5572
5573         * shell/ev-password.c: (ev_password_item_created_callback),
5574         (ev_password_dialog_save_password):
5575         
5576         Fix for bug 316972. Use async gnome-keyring API.
5577
5578 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
5579
5580         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
5581         Remove unused unrealize handler. Add scroll handling to
5582         ev_view_scroll_event for presentation mode (bug #316708),
5583         and fix the event state checks there.
5584
5585 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5586
5587         * shell/ev-page-action.c: (page_changed_cb):
5588
5589         "marco, maybe we should be crazy and jump right to 6! :)"
5590
5591         Bryan Clark, Sep 2005
5592
5593 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5594
5595         * ps/ps-document.c: (save_document), (ps_document_save),
5596         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
5597         (ps_document_ps_export_end):
5598
5599         Fix unstructured documents save and print
5600
5601 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5602
5603         * shell/ev-application.c: (ev_application_open_uri):
5604
5605         Fix window size persistance
5606
5607 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5608
5609         * shell/ev-view.c: (ev_view_button_release_event):
5610
5611         Based on a patch from carlosgc@gnome.org. Mouse buttons
5612         switch pages in presentation mode.
5613
5614 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5615
5616         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5617
5618         Dont cast to int before scaling
5619
5620 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5621
5622         * backend/ev-link.c: (ev_link_type_get_type),
5623         (ev_link_new_page_xyz), (ev_link_new_page_fit),
5624         (ev_link_new_page_fith):
5625         * backend/ev-link.h:
5626         * pdf/ev-poppler.cc:
5627         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
5628
5629         Implement FIT and FITH links
5630
5631 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5632
5633         * pdf/ev-poppler.cc:
5634
5635         Return 0 results when search is not in progress.
5636
5637         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5638         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
5639
5640         Update menu sensitivity when cancelling search
5641
5642 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5643
5644         * shell/ev-view.c: (ev_view_can_find_next):
5645
5646         Take all pages in consideration, not just current one
5647
5648 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5649
5650         * shell/ev-page-cache.c:
5651         * shell/ev-page-cache.h:
5652         * shell/ev-view.c: (ev_view_binding_activated),
5653         (ev_view_next_page), (ev_view_previous_page),
5654         (ev_sizing_mode_get_type):
5655         * shell/ev-view.h:
5656         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5657         (ev_window_cmd_go_next_page):
5658
5659         Move page next/previous functions from page chace to
5660         view and change it to move by 2 page steps in dual mode.
5661
5662 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5663
5664         * shell/ev-window.c: (update_sidebar_visibility),
5665         (setup_sidebar_from_metadata), (ev_window_setup_document),
5666         (setup_view_from_metadata):
5667
5668         Show the index by default when there is one     
5669
5670 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5671
5672         * shell/ev-window-title.c: (ev_window_title_set_document):
5673
5674         Missing null check
5675
5676 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5677
5678         * shell/ev-view.c: (view_update_range_and_current_page):
5679         
5680         Allow display of last odd page in dual view. Fix for 316347.
5681
5682 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5683
5684         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
5685         
5686         Make close button default. Fix for 316383.
5687
5688 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5689
5690         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5691         
5692         Mark close button as default. Fix for 316381.
5693
5694 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5695
5696         * backend/ev-link.c: (ev_link_class_init):
5697
5698         Allow negative doubles in left/top properties
5699
5700 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5701
5702         * shell/ev-window.c:
5703
5704         Remove a bunch of strings that was used only
5705         by the statusbar.
5706
5707 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5708
5709         * shell/ev-window-title.c: (get_filename_from_uri),
5710         (ev_window_title_set_document):
5711
5712         When title has a confusing extension, show also
5713         the document filename inside ()
5714
5715 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5716
5717         * shell/Makefile.am:
5718         * shell/ev-window-title.c: (ev_window_title_new),
5719         (ev_window_title_update), (ev_window_title_set_type),
5720         (ev_window_title_set_document), (ev_window_title_free):
5721         * shell/ev-window-title.h:
5722         * shell/ev-window.c: (ev_window_setup_document),
5723         (password_dialog_response), (ev_window_popup_password_dialog),
5724         (ev_window_dispose), (ev_window_init):
5725
5726         Factor out and cleanup window title code
5727
5728 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5729
5730         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
5731         (unable_to_load):
5732
5733         Make dialog transient so it doesnt block other windows
5734
5735 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5736
5737         * pdf/ev-poppler.cc:
5738         
5739         Fix pdf thumbnails rendering.
5740
5741 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5742
5743         * shell/ev-window.c: (fullscreen_set_timeout):
5744         
5745         Increase timeout to hide full screen popup. Bug 
5746         316123. 
5747
5748 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5749
5750         * data/evince.schemas.in:
5751         * shell/ev-window.c: (update_action_sensitivity):
5752
5753         Allow the user to override document restrictions. Fix for bug
5754         305818.
5755
5756 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
5757
5758         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
5759         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
5760         (ev_window_class_init): Fix multihead behaviour of fullscreen
5761         toolbar popup. Fixes bug #315451.
5762
5763 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5764
5765         * configure.ac:
5766         * data/evince-password.glade:
5767         * shell/ev-password.c: (ev_password_dialog_set_property),
5768         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
5769         (ev_password_dialog_init), (ev_password_set_bad_password_label),
5770         (ev_password_dialog_entry_changed_cb),
5771         (ev_password_dialog_entry_activated_cb),
5772         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
5773         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
5774         (ev_password_dialog_set_bad_pass):
5775         * shell/ev-password.h:
5776         * shell/ev-window.c: (password_dialog_response),
5777         (ev_window_popup_password_dialog):
5778         
5779         Support for gnome-keyring for encrypted PDF's.
5780
5781 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5782
5783         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
5784         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
5785         (ev_view_enter_notify_event), (ev_view_class_init):
5786         
5787         More precise handling of enter_notify/leave_notify events
5788         in EvView. Fix for bug 315470.
5789
5790 2005-09-08  Christopher Aillon  <caillon@redhat.com>
5791
5792         * shell/ev-window.c: (fullscreen_timeout_cb),
5793         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5794         (ev_window_dispose):
5795
5796         leak fix: unref fullscreen_timeout_source before clearing it
5797
5798 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5799
5800         * configure.ac, dvi/mdvi/Makefile.am: 
5801         
5802         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
5803
5804 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5805
5806         * backend/ev-link.c: (ev_link_new_page_xyz):
5807         * pdf/ev-poppler.cc:
5808         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
5809
5810         Fix some bugs with xyz links, respect zoom
5811
5812 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5813
5814         * shell/ev-window.c: (page_changed_cb),
5815         (setup_document_from_metadata), (update_sidebar_visibility),
5816         (setup_view_from_metadata), (ev_window_run_fullscreen),
5817         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5818         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
5819         (ev_window_dual_mode_changed_cb),
5820         (ev_window_sidebar_current_page_changed_cb):
5821
5822         null check uri before setting and getting metadata
5823
5824 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5825
5826         * dvi/Makefile.am:
5827         * properties/Makefile.am:
5828         * shell/Makefile.am:
5829         * thumbnailer/Makefile.am:
5830
5831         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
5832
5833 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5834
5835         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
5836         (selection_changed_callback):
5837         * shell/ev-sidebar-links.h:
5838
5839         Add a signal for link activation.
5840
5841         * shell/ev-view.c: (ev_view_goto_link),
5842         (ev_view_button_release_event):
5843         * shell/ev-view.h:
5844         * shell/ev-window.c: (sidebar_links_link_activated_cb),
5845         (ev_window_init):
5846
5847         Implement the signal so that we can handle all link types.
5848
5849         * shell/ev-page-cache.c:
5850
5851         Remove unused set_link function
5852
5853 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5854
5855         * lib/ev-tooltip.c: (ev_tooltip_set_position):
5856
5857         Add some space from the cursor, hardcoded but I couldnt
5858         find a better way.
5859
5860 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5861
5862         * lib/ev-tooltip.c:
5863
5864         Use mozilla style vs gtk style, way better for links.
5865
5866         * shell/ev-view.c: (ev_view_motion_notify_event),
5867         (ev_view_destroy), (ev_view_init):
5868
5869         Deactive tooltip when the link hovered is changed.
5870
5871 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5872
5873         * backend/ev-document.h:
5874         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
5875         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
5876         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
5877         (ev_link_new_page), (ev_link_new_page_xyz):
5878         * backend/ev-link.h:
5879         * pdf/ev-poppler.cc:
5880         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
5881         (go_to_link), (tip_from_link):
5882
5883         Implement xyz links, still not functional. Links are a total
5884         mess, will need to refactor and bugfix a lot :(
5885
5886 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
5887
5888         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
5889
5890 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
5891
5892         * data/evince-ui.xml:
5893         * data/evince.schemas.in:
5894         * shell/Makefile.am:
5895         * shell/ev-window.c: (update_chrome_visibility),
5896         (password_dialog_response), (ev_window_load_job_cb),
5897         (ev_window_xfer_job_cb), (ev_window_open_uri),
5898         (ev_window_class_init), (set_chrome_actions), (load_chrome),
5899         (ev_window_init):
5900
5901         Remove the statusbar. This regress loading feedback, need to
5902         check with Bryan what we want to do there...
5903
5904 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5905
5906         * lib/ev-tooltip.c: (ev_tooltip_init):
5907
5908         Fix tooltip border and size handling
5909
5910 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5911
5912         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
5913         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
5914         (ev_tooltip_timeout), (ev_tooltip_activate),
5915         (ev_tooltip_deactivate):
5916         * lib/ev-tooltip.h:
5917         * shell/ev-view.c: (ev_view_motion_notify_event):
5918
5919         Delay popup showing. Mirror gtk logic/times.
5920
5921 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
5922
5923         * lib/Makefile.am:
5924         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
5925         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
5926         (ev_tooltip_set_text), (ev_tooltip_set_position):
5927         * lib/ev-tooltip.h:
5928
5929         Simple widget to show tooltips at a custom position
5930
5931         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
5932         (ev_view_destroy):
5933
5934         Use it for links. First go, needs work
5935
5936 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
5937
5938         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
5939         HIG fixes.  Use title capitalization for window title. Use 12 
5940         pixels of space between the dialog's vbox and action area.
5941
5942 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5943
5944         * shell/ev-window.c: (file_open_dialog_response_cb),
5945         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
5946         (ev_window_cmd_save_as):
5947
5948         Make file pickers not modal and refactor code some
5949
5950 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5951
5952         * shell/ev-sidebar.h:
5953         * shell/ev-sidebar.c: (ev_sidebar_set_property),
5954         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
5955         (ev_sidebar_class_init), (ev_sidebar_select_page),
5956         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
5957         (ev_sidebar_set_page):
5958
5959         Add a current page property and allow to get/set it
5960
5961         * shell/ev-window.c: (setup_view_from_metadata),
5962         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
5963
5964         Persist current sidebar page per document
5965
5966 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5967
5968         * data/evince.schemas.in:
5969         * shell/ev-window.c: (update_chrome_visibility),
5970         (setup_document_from_metadata), (update_sidebar_visibility),
5971         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
5972         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5973         (ev_window_run_presentation), (ev_window_stop_presentation),
5974         (ev_window_view_sidebar_cb),
5975         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
5976         (load_chrome), (ev_window_init):
5977
5978         Persist size/visibility of sidebar per document
5979
5980 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
5981
5982         * shell/ev-view.c (draw_loading_text): Draw loading text.
5983
5984 2005-09-02  Dan Damian  <dand@gnome.ro>
5985
5986         * configure.in: Added "ro" to ALL_LINGUAS.
5987
5988 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5989
5990         * shell/ev-view.c: (clear_caches):
5991
5992         ev_page_cache_get doesnt return a reference,
5993         dont try to unref it.
5994
5995 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5996
5997         * shell/main.c: (load_files_remote):
5998
5999         Fix timestamp parameter with dbus <= 0.33
6000
6001 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
6002
6003         * data/evince.schemas.in:
6004
6005         Add missing full stop
6006
6007 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
6008
6009         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
6010         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
6011
6012         Plug some memory leaks
6013
6014 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
6015
6016         * configure.ac:
6017         * lib/ev-debug.c: (trap_handler):
6018
6019         Check for execinfo.h and use it only if it exists.
6020         Ported from Epiphany (bug #314776).
6021
6022 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
6023
6024         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
6025
6026 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
6027
6028         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
6029         * po/id.po      : Added Indonesian translation
6030
6031 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
6032
6033         * shell/main.c:
6034         * shell/ev-application.c: Last minute GTK-2.6 fixes.
6035         * NEWS: Release 0.4.0
6036
6037 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
6038
6039         * configure.ac: catch another gtk+-2.8ism
6040         * shell/main.c: Make work with gtk+-2.6
6041
6042 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
6043
6044         * shell/ev-application-service.xml: Add 'timestamp' argument to
6045           ev_application_open_window and ev_application_open_uri methods.
6046
6047         * shell/ev-application.h: Add 'timestamp' argument to
6048           ev_application_open_window, ev_application_open_uri,
6049           and ev_application_open_uri_list functions.
6050
6051         * shell/ev-application.c (ev_application_open_window,
6052           ev_application_open_uri, ev_application_open_uri_list): Change
6053           functions that show/present windows to use a timestamp if one
6054           is passed in.
6055
6056         * shell/ev-window.c (ev_window_cmd_file_open,
6057           ev_window_cmd_recent_file_activate, drag_data_received_cb):
6058         * shell/main.c (load_files): Modify calls to ev_application to
6059           include GDK_CURRENT_TIME as timestamp.
6060
6061         * shell/main.c (load_files_remote): Obtain timestamp for client
6062           instance from GDK and pass to server instance so new windows are
6063           focused properly.  Fix dbus_g_proxy_call() calls by including second
6064           G_TYPE_INVALID.
6065           
6066         Closes bug #314475.
6067
6068 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
6069
6070         * shell/ev-window.c (ev_window_finalize): Check for
6071         avail. EvWindows when quiting to handle the finalize better,
6072         #314497
6073
6074 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6075         
6076         * properties/ev-properties-view.c: 
6077         
6078         Set textdomain to libglade. Fixes translation problem in property page.
6079
6080 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6081
6082         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6083         * dvi/Makefile.am:
6084         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
6085         * dvi/mdvi-lib/Makefile.am:
6086         
6087         Fix rotation of thumbnails, ported to new API. Moved library
6088         dependencies earlier, probably it will fix linkage problem.
6089
6090 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
6091
6092         * backend/ev-document-misc.c:
6093         (ev_document_misc_get_thumbnail_frame):
6094         * backend/ev-document-misc.h:
6095         * configure.ac:
6096         * pdf/ev-poppler.cc:
6097         * shell/Makefile.am:
6098         * shell/ev-sidebar-thumbnails.c: (add_range),
6099         (ev_sidebar_thumbnails_set_loading_icon),
6100         (ev_sidebar_thumbnails_refresh),
6101         (ev_sidebar_thumbnails_set_document):
6102         * shell/ev-sidebar-thumbnails.h:
6103         * shell/ev-view.c: (ev_view_motion_notify_event),
6104         (ev_view_set_property), (ev_view_get_property),
6105         (ev_view_class_init), (ev_view_set_rotation):
6106         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6107         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
6108         (ev_window_init):
6109         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
6110         Redo rotation (again).  prepare for 0.4.0
6111
6112 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
6113
6114         * configure.ac: Bump poppler requirement to 0.4.1.
6115
6116         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
6117         argument to poppler_page_render_selection() call.
6118
6119 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6120
6121         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
6122         (djvu_document_thumbnails_get_thumbnail):
6123         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
6124         (dvi_document_thumbnails_get_thumbnail):
6125         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
6126         (pixbuf_document_thumbnails_get_thumbnail):
6127         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
6128         
6129         Update rotation direction of backends to fit with pdf and ps.
6130
6131 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
6132
6133         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
6134         * backend/ev-async-renderer.h:
6135         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
6136         (setup_page), (ps_document_get_page_size),
6137         (ps_async_renderer_render_pixbuf):
6138         * ps/ps-document.h:
6139         * shell/ev-jobs.c: (ev_job_render_run):
6140
6141         Fix orientation in the postscript document
6142
6143 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
6144
6145         * pdf/ev-poppler.cc:
6146         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
6147         * shell/ev-view.c: (highlight_find_results):
6148
6149         Adapt to the new poppler rotation API. Fix text maps on landscape
6150         documents.
6151
6152 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
6153
6154         * shell/ev-view.c (compute_new_selection_text): get the correct
6155         region when selecting in modes other than continuous.
6156
6157 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6158
6159         * shell/main.c (main): remove redundant g_warnings.
6160
6161 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6162
6163         * shell/Makefile.am: Don't include autogenerated
6164         file ev-application-service.h into distribution, since
6165         it causes dbus crash. Fix for bugs 313724 and 313443. 
6166
6167 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6168
6169         * configure.ac: Fix sed expression for FreeBSD. Thanks
6170         to Joe Marcus Clark <marcus@freebsd.org>
6171         
6172         * shell/eggfindbar.c: (entry_activate_callback),
6173         (entry_changed_callback), (egg_find_bar_init),
6174         (egg_find_bar_set_search_string):
6175         
6176         Made findbar buttons unsensitive if there is no text in
6177         entry. Fix for the bug 313285.
6178
6179 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6180
6181         * ps/ps-document.c: Use g_filename_display_name for displaying
6182         filenames and revert string freeze breackage
6183
6184 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
6185
6186         * NEWS:
6187         * configure.ac:
6188
6189         Update for 0.3.4
6190
6191         * shell/Makefile.am:
6192
6193         Add ev-application-service.xml to extra dist
6194
6195         * shell/ev-view.c: (find_page_at_location):
6196
6197         Remove unused function (fix warning)
6198
6199 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6200
6201         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
6202         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
6203         
6204         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
6205         bug 313623.
6206
6207 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6208
6209         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
6210         * shell/ev-window.c:
6211         Fix build warnings
6212
6213 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6214
6215         * configure.ac: Update script to get dbus version.
6216         Fix for the bug #313443.
6217
6218 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6219
6220         * shell/ev-window.c: (ev_window_cmd_escape):
6221         
6222         Return focus back to view on escape. Fix for bug 313295.
6223
6224 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6225
6226         * shell/ev-window.c: (update_window_title),
6227         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
6228         (ev_window_cmd_save_as):
6229         
6230         Correct conversion from uri to displayable string. Fix for
6231         bug 313296.
6232
6233 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6234
6235         * ps/ps-document.c: convert filename to utf8 when there is an error
6236         loading document. Fixes #309915
6237
6238 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
6239
6240         * configure.ac:
6241
6242         We depend on poppler 0.4.0
6243
6244 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
6245
6246         * configure.ac:
6247         * NEWS: Release 0.3.3.
6248         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
6249
6250 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
6251
6252         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
6253         add a couple missing mnemonics to menu items, use title 
6254         capitalization for menu items and window titles, and add 
6255         ellipsis to open menu item.     
6256
6257 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
6258
6259         * pdf/ev-poppler.cc:
6260         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
6261         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
6262         (ev_view_get_rotation):
6263         * shell/ev-view.h:
6264         * shell/ev-window.c: (setup_view_from_metadata),
6265         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
6266         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
6267         disk.
6268
6269 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
6270
6271         * configure.ac: Added tr to ALL_LINGUAS
6272
6273 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6274
6275         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
6276         requires several clicks to find word. Thanks to 
6277         Colin Slater <kiltedtaco@gmail.com>.
6278
6279 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
6280
6281         * data/evince.desktop.in.in: Hide menu entry and
6282         rename it to "Document Viewer". Fix for bug 
6283         #312399.
6284
6285 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
6286
6287         * shell/ev-page-action.c (ev_page_action_class_init): 
6288
6289         Point to the correct function in constructor of the
6290         activate_label signal
6291
6292 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
6293
6294         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6295         * shell/ev-jobs.h: Make thread safe.
6296
6297 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6298
6299         * shell/ev-view.c: (view_update_range_and_current_page):
6300         Don't update page range if we are scrolling to some document
6301         point.
6302
6303 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6304
6305         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
6306         when getting max_page_width, fix drawing in dual mode.
6307
6308 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
6309
6310         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
6311         getting the area for select_all.
6312
6313 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
6314
6315         * backend/ev-selection.c: (ev_selection_render_selection):
6316         * backend/ev-selection.h:
6317         * pdf/ev-poppler.cc:
6318         * shell/ev-jobs.c: (ev_job_render_new):
6319         * shell/ev-jobs.h:
6320         * shell/ev-pixbuf-cache.c: (get_selection_colors),
6321         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
6322         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
6323         (ev_view_class_init):
6324
6325         Change selection color on focus in and focus out events.  Also,
6326         poppler now uses GdkColor for specifying the selection colors, so
6327         drop some awkward conversion code.
6328
6329 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
6330
6331         * configure.ac: Added Hebrew translation
6332
6333 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
6334
6335         * NOTES:
6336         * backend/ev-selection.c: (ev_selection_render_selection):
6337         * backend/ev-selection.h:
6338         * pdf/ev-poppler.cc:
6339         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
6340         (ev_job_render_run):
6341         * shell/ev-jobs.h:
6342         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6343         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
6344         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
6345         (ev_pixbuf_cache_style_changed),
6346         (ev_pixbuf_cache_get_selection_pixbuf),
6347         (ev_pixbuf_cache_set_selection_list),
6348         (ev_pixbuf_cache_get_selection_list):
6349         * shell/ev-pixbuf-cache.h:
6350         * shell/ev-utils.c: (ev_print_region_contents):
6351         * shell/ev-utils.h:
6352         * shell/ev-view.c: (ev_view_queue_draw_page),
6353         (selection_update_idle_cb), (ev_view_motion_notify_event),
6354         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
6355         (setup_caches), (ev_view_find_next), (merge_selection_region),
6356         (selection_free):
6357         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
6358
6359         Clean up selection to be much smoother!
6360
6361 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
6362
6363         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
6364         to poppler_page_render_selection().
6365
6366 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6367
6368         * ps/ps-document.c: (save_page_list): Use
6369         unzipped document when printing. Thanks to 
6370         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
6371         311016.
6372
6373 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6374
6375         * shell/ev-window.c: (update_action_sensitivity):
6376         
6377         Disable print and save respect to lockdown gconf keys. Fix
6378         for 312342.
6379
6380 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6381
6382         * configure.ac:
6383         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
6384         (write_to_temp_file), (ev_file_set_contents):
6385         * shell/ev-utils.h:
6386         * shell/ev-window.c: (save_print_config_to_file):
6387         
6388         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
6389         Fix for bug 312238
6390
6391 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
6392
6393         * shell/ev-window.c: (load_print_config_from_file),
6394         (save_print_config_to_file), (ev_window_print_range):
6395
6396         Persist the print settings. Fixes bug #311578.
6397
6398 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6399
6400         * djvu/djvu-document.c: (djvu_document_get_page_size),
6401         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
6402         (djvu_document_thumbnails_get_thumbnail):
6403         * dvi/dvi-document.c: (dvi_document_get_page_size),
6404         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
6405         (dvi_document_thumbnails_get_dimensions),
6406         (dvi_document_thumbnails_get_thumbnail):
6407         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
6408         (pixbuf_document_render_pixbuf),
6409         (pixbuf_document_document_iface_init),
6410         (pixbuf_document_thumbnails_get_thumbnail):
6411         
6412         Update backends to make them build with new rotation system.
6413
6414 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6415
6416         * help/C/figures/evince_start_window.png:
6417         
6418         Update documentation image from Luca Ferretti <elle.uca@libero.it>
6419
6420 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
6421
6422         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
6423         * shell/ev-pixbuf-cache.h:
6424         * shell/ev-sidebar-thumbnails.c:
6425         (ev_sidebar_thumbnails_get_property), (add_range),
6426         (adjustment_changed_cb):
6427         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
6428         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
6429         we were thumbnailing the entire docment on startup, slowing us
6430         down hugely. 
6431
6432 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
6433
6434         * shell/ev-page-cache.c: (ev_page_cache_new):
6435         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
6436         == 0, fixes #310306.
6437
6438 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6439
6440         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
6441         (ev_view_rotate_left):
6442
6443         Account rotation in doc_rect_to_view_rect.
6444         Ensure rotation doesnt go out of bounds.
6445
6446 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6447
6448         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6449
6450         Correct and cleanup w/h swapping
6451
6452 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6453
6454         * backend/ev-document-thumbnails.c:
6455         (ev_document_thumbnails_get_thumbnail):
6456         * backend/ev-document-thumbnails.h:
6457         * backend/ev-document.c:
6458         * backend/ev-document.h:
6459         * backend/ev-render-context.c: (ev_render_context_new),
6460         (ev_render_context_set_rotation):
6461         * backend/ev-render-context.h:
6462         * pdf/ev-poppler.cc:
6463         * ps/ps-document.c: (ps_document_document_iface_init):
6464         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6465         * shell/ev-jobs.h:
6466         * shell/ev-page-cache.c: (build_height_to_page),
6467         (ev_page_cache_new), (ev_page_cache_get_size),
6468         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6469         (ev_page_cache_get_height_to_page):
6470         * shell/ev-page-cache.h:
6471         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6472         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6473         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
6474         (ev_pixbuf_cache_get_selection_pixbuf):
6475         * shell/ev-pixbuf-cache.h:
6476         * shell/ev-print-job.c: (idle_print_handler):
6477         * shell/ev-sidebar-thumbnails.c: (add_range):
6478         * shell/ev-view.c: (view_update_range_and_current_page),
6479         (get_page_y_offset), (get_page_extents),
6480         (ev_view_size_request_continuous_dual_page),
6481         (ev_view_size_request_continuous),
6482         (ev_view_size_request_dual_page),
6483         (ev_view_size_request_single_page), (draw_one_page),
6484         (ev_view_set_rotation), (ev_view_rotate_right),
6485         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6486         (ev_view_zoom_for_size_continuous_and_dual_page),
6487         (ev_view_zoom_for_size_continuous),
6488         (ev_view_zoom_for_size_dual_page),
6489         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6490         (ev_view_select_all):
6491         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6492         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
6493         (tiff_document_document_iface_init),
6494         (tiff_document_thumbnails_get_thumbnail):
6495
6496         Use rotation rather than orientation. It's easier and enough
6497         for our needs.
6498
6499 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6500
6501         * shell/ev-page-cache.c: (build_height_to_page),
6502         (ev_page_cache_new), (ev_page_cache_get_size),
6503         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6504         (ev_page_cache_get_height_to_page):
6505         * shell/ev-page-cache.h:
6506         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
6507         (ev_view_size_request_continuous_dual_page),
6508         (ev_view_size_request_continuous),
6509         (ev_view_zoom_for_size_continuous_and_dual_page),
6510         (ev_view_zoom_for_size_continuous):
6511
6512         Make the page cache aware of page orientation.
6513
6514 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6515
6516         * backend/ev-document-thumbnails.c:
6517         (ev_document_thumbnails_get_thumbnail):
6518         * backend/ev-document-thumbnails.h:
6519         * backend/ev-document.c:
6520         * backend/ev-document.h:
6521         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
6522         * backend/ev-ps-exporter.h:
6523         * pdf/ev-poppler.cc:
6524         * ps/ps-document.c: (ps_document_document_iface_init),
6525         (ps_document_ps_export_do_page):
6526         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6527         * shell/ev-jobs.h:
6528         * shell/ev-page-cache.c: (ev_page_cache_get_size),
6529         (ev_page_cache_get):
6530         * shell/ev-page-cache.h:
6531         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6532         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6533         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
6534         * shell/ev-pixbuf-cache.h:
6535         * shell/ev-print-job.c: (idle_print_handler):
6536         * shell/ev-sidebar-thumbnails.c: (add_range):
6537         * shell/ev-view.c: (view_update_range_and_current_page),
6538         (get_page_extents), (ev_view_size_request_dual_page),
6539         (ev_view_size_request_single_page), (draw_one_page),
6540         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
6541         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6542         (ev_view_zoom_for_size_dual_page),
6543         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6544         (ev_view_select_all):
6545         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6546         * tiff/tiff-document.c: (tiff_document_get_page_size),
6547         (tiff_document_get_orientation), (rotate_pixbuf),
6548         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
6549         (tiff_document_thumbnails_get_thumbnail),
6550         (tiff_document_ps_export_do_page), (tiff_document_init):
6551
6552         Really make use of the orientation bit of the render context.
6553         Use the render context in a few more places in the backend API.
6554         This regress orientation, but now it's done right. Will try to
6555         fix it up asap...
6556
6557 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6558
6559         * shell/ev-view.c: (ensure_rectangle_is_visible):
6560
6561         Patch by Nickolay V. Shmyrev to fix find flickering
6562
6563 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
6564
6565         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
6566         duplex parameters to ::begin.
6567
6568         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
6569         * shell/ev-print-job.c (idle_print_handler): 
6570         * ps/ps-document.c (ps_document_ps_export_begin): 
6571         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
6572         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
6573         implementations. Poppler backend needs poppler cvs. Rest has
6574         unchanged behavior.
6575
6576 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6577
6578         * shell/ev-window.c (using_pdf_printer): new function.
6579         (ev_window_print_range): print a less techy message if someone
6580         tries to print to PDF.
6581
6582 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6583
6584         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
6585         from "unknown font" string. Bug #311431
6586
6587 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6588
6589         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
6590
6591 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6592
6593         Bug #311280
6594         
6595         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
6596         name for PopplerFontTypes
6597         (pdf_document_fonts_fill_model): add font type to the detail column
6598
6599         * backend/ev-document-fonts.h: added
6600         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
6601
6602         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
6603         font name and font details, add a little markup.
6604         (ev_properties_fonts_init): use the new cell data func, specify ypad
6605         property for the cell renderer.
6606         (ev_properties_fonts_set_document): add the details column.
6607
6608 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
6609
6610         * configure.ac: Added "pl" to ALL_LINGUAS.
6611
6612 2005-07-24  Danilo Šegan  <danilo@gnome.org>
6613
6614         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
6615
6616 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
6617
6618         * help/ChangeLog: Started this for translations of manual.
6619         * configure.ac, autogen.sh, .cvsignore: Migrated to
6620         gnome-doc-utils. Patch in bug #311222.
6621
6622 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
6623
6624         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
6625         #ifdef this away to fix an unused-function warning.
6626
6627 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
6628
6629         * configure.ac: Added 'gl' to ALL_LINGUAS.
6630
6631 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
6632
6633         * configure.ac: Added ne in ALL_LINGUAS
6634         
6635 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6636
6637         * shell/ev-view.c: (ev_view_leave_notify_event):
6638         
6639         Clear status message when pointer leaves view. Fix for bug
6640         #310818 
6641
6642 2005-07-20 Ankit Patel <ankit644@yahoo.com>
6643
6644         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
6645
6646 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6647
6648         * shell/ev-view.c: (ev_view_leave_notify_event),
6649         (ev_view_class_init):
6650         
6651         Set cursor to normal then leaving view.
6652
6653 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6654
6655         * configure.ac:
6656         
6657         Fix required djvulibre version.
6658
6659 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
6660
6661         *configure.ac: Hindi (hi) language added
6662
6663 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
6664
6665         *configure.ac: Punjabi (pa) Language added
6666
6667 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6668
6669         * data/evince-ui.xml, shell/ev-window.c:
6670         
6671         Add keypad accelerators for zooming. Fix for bug 308128.
6672
6673 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6674
6675         * Makefile.am:
6676         * backend/Makefile.am:
6677         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
6678         * configure.ac:
6679         * shell/ev-document-types.c: (ev_document_types_add_filters):
6680
6681         Allow to enable/disable the pixbuf backend.
6682         Default to off for now. If we want it enabled we should
6683         really put mime types in the desktop, implement properties etc.
6684
6685         * properties/evince-properties.c:
6686
6687         Initialize error to NULL.
6688         Check error is not NULL before freeing.
6689
6690 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6691
6692         * shell/ev-window.c:
6693
6694         Use F5 as presentation accell
6695
6696 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6697
6698         * shell/ev-window.c: (update_chrome_visibility),
6699         (ev_window_create_fullscreen_popup), (ev_window_init):
6700
6701         Do not leak the fullscreen toolbar
6702
6703 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6704
6705         * shell/ev-window.c: (view_actions_focus_in_cb),
6706         (view_actions_focus_out_cb):
6707
6708         These has a return value! Fix totally random focus
6709         issues we was seeing.
6710
6711 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6712
6713         * shell/main.c: (load_files_remote):
6714
6715         Allow open more than one file
6716
6717 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6718
6719         * shell/main.c: (load_files_remote):
6720
6721         Fix for dbus 0.33. bug #309975
6722
6723 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6724
6725         * properties/ev-properties-main.c: (ev_properties_get_pages):
6726
6727         Actually return NULL for types we dont support
6728
6729 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
6730
6731         * po/POTFILES.in:
6732
6733         Remove empty lines.
6734
6735 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
6736
6737         * backend/ev-document-factory.c:
6738         (ev_document_factory_get_document):
6739
6740         Do not try to create the object if type
6741         is invalid.
6742
6743 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6744
6745         * ps/ps-document.c: (ps_document_dispose),
6746         (ps_async_renderer_render_pixbuf):
6747         * ps/ps-document.h:
6748
6749         Do not leak the target window
6750
6751 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6752
6753         * shell/ev-application.c: (ev_application_init):
6754
6755         Let tbe check file existence for us.
6756         Add a comment about eggrecent mime filter.
6757
6758 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6759
6760         * data/evince-ui.xml:
6761         * shell/ev-application.c: (ev_application_shutdown),
6762         (ev_application_init), (ev_application_get_toolbars_model),
6763         (ev_application_get_recent_model),
6764         (ev_application_save_toolbars_model):
6765         * shell/ev-application.h:
6766         * shell/ev-window.c: (ev_window_add_recent),
6767         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
6768         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
6769         (ev_window_init):
6770
6771         Use common toolbar and recent models for all windows.
6772         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6773
6774 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6775
6776         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
6777         successfully check for gtk_icon_view_get_visible_range.
6778
6779 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6780
6781         * djvu/Makefile.am:
6782         * dvi/Makefile.am:
6783         
6784         Fix djvu and dvi backend build.
6785
6786 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6787
6788         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
6789         (new_separator_pixbuf):
6790
6791         Don't leak windows.
6792
6793 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6794
6795         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6796
6797         HIGification of toolbar editor dialogue.
6798
6799 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6800
6801         * configure.ac:
6802         * shell/Makefile.am:
6803
6804         Ever build metadata manager since it's just
6805         disabled at runtime now.
6806
6807 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6808
6809         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
6810         (ev_metadata_manager_get), (ev_metadata_manager_set):
6811         * shell/ev-metadata-manager.h:
6812
6813         Add an _init functions that enabled metadata management
6814         at runtime.
6815
6816         * shell/ev-window.c: (page_changed_cb),
6817         (setup_document_from_metadata), (ev_window_setup_document),
6818         (setup_view_from_metadata), (ev_window_open_uri),
6819         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6820         (ev_window_run_presentation), (ev_window_stop_presentation),
6821         (save_sizing_mode), (ev_window_zoom_changed_cb),
6822         (ev_window_continuous_changed_cb),
6823         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
6824         (window_configure_event_cb):
6825
6826         Remove all ugly metadata define since we deal with it
6827         at runtime now.
6828
6829         * shell/main.c: (load_files_remote), (main):
6830
6831         Add support for dbus cvs head. Hopefully didnt break one
6832         of the other versions now!
6833
6834         If we dont get a response from the dbus server just
6835         give up with it and not enable metadata.
6836
6837 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6838
6839         * Makefile.am:
6840         * backend/Makefile.am:
6841         * configure.ac:
6842         * cut-n-paste/recent-files/Makefile.am:
6843         * cut-n-paste/toolbar-editor/Makefile.am:
6844         * cut-n-paste/zoom-control/Makefile.am:
6845         * lib/Makefile.am:
6846         * pdf/Makefile.am:
6847         * pixbuf/Makefile.am:
6848         * properties/Makefile.am:
6849         * ps/Makefile.am:
6850         * shell/Makefile.am:
6851         * thumbnailer/Makefile.am:
6852         * tiff/Makefile.am:
6853
6854         Make frontends depend on just libev.
6855         Rework and group CFLAGS/LIBS definitions.
6856         Cleanups.
6857
6858 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6859
6860         * shell/ev-window:
6861
6862         do not unnecessarily save zoom
6863
6864         * configure.ac:
6865         * lib/ev-file-helpers.c: (ev_dot_dir):
6866         * shell/Makefile.am:
6867         * shell/dummy.cc:
6868
6869         Some cleanups
6870
6871 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6872
6873         * configure.ac:
6874         
6875         Remove unnecessary dependencies
6876
6877 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6878
6879         * properties/Makefile.am:
6880         * thumbnailer/Makefile.am:
6881         * tiff/Makefile.am:
6882
6883         Some more cleanups. Was really necessary
6884         but I probably introduced bugs, feel free
6885         to flame :)
6886
6887 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6888
6889         * backend/Makefile.am:
6890         * configure.ac:
6891         * cut-n-paste/recent-files/Makefile.am:
6892         * cut-n-paste/toolbar-editor/Makefile.am:
6893         * cut-n-paste/zoom-control/Makefile.am:
6894         * lib/Makefile.am:
6895         * pdf/Makefile.am:
6896         * pixbuf/Makefile.am:
6897         * properties/Makefile.am:
6898         * ps/Makefile.am:
6899         * shell/Makefile.am:
6900         * thumbnailer/Makefile.am:
6901         * tiff/Makefile.am:
6902
6903         Use gnome-common macros when possible.
6904         Cleanup dependencies.
6905         Actually disable deprecated where possible.
6906
6907 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6908
6909         * Makefile.am:
6910         * backend/Makefile.am:
6911         * properties/Makefile.am:
6912         * shell/Makefile.am:
6913         * thumbnailer/Makefile.am:
6914
6915         This should solve the circular dep without
6916         requiring dir reorg!
6917
6918         * shell/ev-window.c: (setup_view_from_metadata):
6919
6920         Never restore window size/position when the
6921         window is already visible.
6922
6923 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6924
6925         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
6926
6927         Return a boolean from timeout func. Fix ported from gedit.
6928
6929 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
6930
6931         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
6932
6933 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6934
6935         * shell/ev-document-types.c: set "All Documents" as default filter in
6936         open dialog
6937
6938 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
6939
6940         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
6941         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
6942         (ev_metadata_manager_set_boolean): fix value/val thinko.
6943
6944 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6945
6946         * shell/ev-window.c: (setup_view_from_metadata),
6947         (window_state_event_cb), (window_configure_event_cb),
6948         (ev_window_init):
6949
6950         Remember window position and maximized state
6951
6952 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6953
6954         * configure.ac:
6955
6956         Fix DBUS configure checks.
6957
6958         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
6959         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
6960         (ev_metadata_manager_set_boolean):
6961
6962         Plug mem leaks.
6963
6964         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
6965         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6966         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
6967         (ev_window_continuous_changed_cb),
6968         (ev_window_dual_mode_changed_cb), (ev_window_new):
6969
6970         Fix the build without DBUS.
6971
6972 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6973
6974         * shell/ev-metadata-manager.c: (parse_value), (save_values),
6975         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
6976         (ev_metadata_manager_set_string),
6977         (ev_metadata_manager_set_boolean):
6978         * shell/ev-metadata-manager.h:
6979
6980         Add support for some more types
6981
6982         * shell/ev-view.c: (scroll_to_current_page),
6983         (ev_view_get_continuous), (ev_view_set_continuous),
6984         (ev_view_get_dual_page):
6985         * shell/ev-view.h:
6986         * shell/ev-window.c: (page_changed_cb),
6987         (setup_document_from_metadata), (ev_window_setup_document),
6988         (setup_view_from_metadata), (ev_window_open_uri),
6989         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6990         (ev_window_run_presentation), (ev_window_stop_presentation),
6991         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
6992         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
6993         (ev_window_update_dual_page_action),
6994         (ev_window_continuous_changed_cb),
6995         (ev_window_dual_mode_changed_cb), (ev_window_init):
6996
6997         Remember a bunch of view/document properties. Prolly some
6998         are still missing but it's getting interesting.
6999
7000 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
7001
7002         * configure.ac: check if dbus-binding-tool is installed. Not the
7003         case on current Ubuntu breezy, it seems.
7004
7005 2005-07-05  Luca Ferretti <elle.uca@libero.it>
7006
7007         * data/evince.desktop.in.in:
7008         
7009         Allow open uri lists and add TryExec field.
7010
7011 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7012
7013         * configure.ac:
7014
7015         Enable dbus when available, do not require a configure
7016         option.
7017
7018 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7019
7020         * configure.ac:
7021
7022         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
7023         disabled.
7024
7025 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
7026         Marco Pesenti Gritti  <mpg@redhat.com>
7027
7028         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
7029         
7030         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
7031         functions to the format required by dbus
7032
7033         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
7034         errors. Use the RPC parameters in the expected way
7035
7036 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7037
7038         * Makefile.am:
7039         * properties/Makefile.am:
7040         * properties/ev-properties-main.c: (ev_properties_get_pages):
7041
7042         Support all mime types
7043
7044         * shell/Makefile.am:
7045         * thumbnailer/Makefile.am:
7046         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
7047         (evince_thumbnail_pngenc_get):
7048
7049         Use the document factory
7050
7051 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7052
7053         * backend/Makefile.am:
7054         * backend/ev-document-factory.c:
7055         (mime_type_supported_by_gdk_pixbuf),
7056         (ev_document_type_get_from_mime),
7057         (ev_document_factory_get_document),
7058         (ev_document_factory_get_backend),
7059         (ev_document_factory_get_mime_types),
7060         (ev_document_factory_get_all_mime_types):
7061         * backend/ev-document-factory.h:
7062         * shell/Makefile.am:
7063         * shell/ev-document-types.c: (get_document_from_uri),
7064         (ev_document_types_get_document),
7065         (file_filter_add_mime_list_and_free),
7066         (ev_document_types_add_filters):
7067         * shell/ev-document-types.h:
7068         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7069         * shell/ev-properties-dialog.c:
7070         (ev_properties_dialog_set_document):
7071         * shell/ev-window.c: (ev_window_cmd_file_open),
7072         (ev_window_cmd_save_as):
7073         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7074
7075         Rework document types managing to avoid code duplication
7076         and actually abstract from backend implementations.
7077         Also provide a minimal factory api that can be used by
7078         thumbnailer/properties.
7079
7080 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7081
7082         * properties/ev-properties-view.c: (ev_properties_view_set_info):
7083         Plug a mem leak.
7084         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7085         HIG spacings.
7086
7087 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7088
7089         * shell/ev-properties-dialog.c
7090         (ev_properties_dialog_set_document): only call
7091         ev_properties_fonts_set_document() if the document implements the
7092         fonts interface
7093
7094 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7095
7096         * configure.ac:
7097         * properties/Makefile.am:
7098         * properties/ev-properties-view.c:
7099         (ev_properties_view_register_type):
7100         * properties/ev-properties-view.h:
7101         * properties/ev-properties-main.h:
7102
7103         Implement nautilus plugin for properties.
7104         Works only for pdf atm, I need to rework the
7105         document types stuff to get this to work
7106         for all backends...
7107
7108 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7109
7110         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
7111         (ev_properties_fonts_set_document): use
7112         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
7113
7114 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7115
7116         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
7117         them
7118         (PlaceImage, tiff2ps_process_page): use
7119         g_ascii_dtostr to convert floats to strings in a locale-safe way.
7120
7121
7122 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7123
7124         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
7125         (main): to call gnome_authentication_manager_init. Should fix
7126         Bug #308510
7127
7128         * configure.ac: that requires libgnomeui 2.6.0.
7129
7130 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7131
7132         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7133         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
7134         use the new tiff2ps interfaces
7135
7136         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
7137         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
7138
7139         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
7140         structure instead of global variables.  Remove use of static
7141         variables in functions.
7142
7143 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
7144
7145         * shell/ev-page-action.c: unref the completion after setting it to the
7146         entry
7147
7148 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7149
7150         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
7151         postscript files
7152
7153 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7154
7155         * shell/ev-window.c (update_action_sensitivity): disable
7156         File->Print if the document does not implement the ps exporter
7157         interface
7158
7159 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
7160
7161         * Makefile.am:
7162         * configure.ac:
7163         * data/evince-properties.glade:
7164         * properties/.cvsignore:
7165         * properties/Makefile.am:
7166         * properties/ev-properties-view.c: (ev_properties_view_dispose),
7167         (ev_properties_view_class_init), (ev_properties_view_format_date),
7168         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
7169         (ev_properties_view_init), (ev_properties_view_new):
7170         * properties/ev-properties-view.h:
7171         * shell/Makefile.am:
7172         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
7173         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
7174         (ev_properties_dialog_new):
7175         * shell/ev-properties-dialog.h:
7176         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
7177         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
7178         (update_progress_label), (job_fonts_finished_cb),
7179         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
7180         * shell/ev-properties-fonts.h:
7181         * shell/ev-properties.c:
7182         * shell/ev-properties.h:
7183         * shell/ev-window.c: (ev_window_setup_document),
7184         (ev_window_cmd_file_properties):
7185
7186         Split the properties pages in two different objects, depend
7187         only on the backend where possible, use widgets instead
7188         of gobject for the glade part, reimplement the dialog
7189         itself with gtk.
7190         I need this to implement nautilus properties page.
7191
7192 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
7193
7194         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7195         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
7196         (tiff_document_document_ps_exporter_iface_init): implement the ps
7197         exporter interface for tiff documents
7198
7199         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
7200         libtiff to implement TIFF postscript export
7201
7202         * tiff/tiff2ps.h: added a header file for external tiff2ps
7203         functions.
7204
7205         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
7206         tiff2ps.h
7207
7208 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7209
7210         * shell/ev-view.c: (scroll_to_current_page),
7211         (ev_view_set_fullscreen), (ev_view_set_presentation):
7212         
7213         Scroll to current page when exit from presentation
7214
7215 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7216
7217         * shell/ev-window.c: (update_document_mode),
7218         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7219         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
7220         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
7221         
7222         Exit from fullscreen mode when switch to presentation. Fix for
7223         bug 309365
7224
7225 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7226
7227         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
7228         return NULL if the document does not implement the selection
7229         interface.
7230
7231 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7232
7233         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
7234         reported height by using the resolution aspect ratio
7235         (tiff_document_render_pixbuf): scale the pixbuf using the
7236         resolution aspect ratio
7237
7238 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7239
7240         * configure.ac:
7241         
7242         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
7243         <kiltedaco@gmail.com>
7244         
7245         * djvu/djvu-document.c: (djvu_document_get_orientation),
7246         (djvu_document_set_orientation), (djvu_document_get_page_size),
7247         (rotate_pixbuf), (djvu_document_render_pixbuf),
7248         (djvu_document_document_iface_init):
7249         * dvi/dvi-document.c: (dvi_document_get_orientation),
7250         (dvi_document_set_orientation), (dvi_document_get_page_size),
7251         (rotate_pixbuf), (dvi_document_render_pixbuf),
7252         (dvi_document_document_iface_init):
7253         
7254         Dvi and djvu backends are ported to new API
7255
7256 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
7257
7258         * backend/ev-selection.c: (ev_selection_get_selection_region),
7259         (ev_selection_get_selection_map):
7260         * backend/ev-selection.h:
7261         * pdf/ev-poppler.cc:
7262         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7263         * shell/ev-jobs.h:
7264         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7265         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7266         (ev_pixbuf_cache_get_text_mapping):
7267         * shell/ev-pixbuf-cache.h:
7268         * shell/ev-view.c: (location_in_text),
7269         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
7270         support to EvView.  Now we can see where we can select!  Sweet!
7271
7272 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7273
7274         * shell/ev-view.c (ev_view_button_press_event): Fix
7275         event->y + view->scroll_x typo.
7276
7277 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7278
7279         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
7280         sub-GdkPixbuf instead of passing dest_x and dest_y.
7281         
7282         * shell/ev-view.c: (view_point_to_doc_point),
7283         (view_rect_to_doc_rect), (ev_view_button_press_event),
7284         (ev_view_motion_notify_event), (compute_new_selection_rect),
7285         (gdk_rectangle_point_in), (compute_new_selection_text),
7286         (compute_selections): Update selection code to keep the selection
7287         around as two points and not as a normalized rectangle, and fix
7288         page level selection in two-column mode.
7289
7290 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
7291
7292         * shell/ev-window.c: (window_configure_event_cb): 
7293         
7294         Fix compilation
7295         
7296 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7297
7298         * pdf/ev-poppler.cc:
7299
7300         Fix compilation
7301
7302 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7303
7304         * shell/Makefile.am:
7305         * shell/ev-metadata-manager.c: (item_free),
7306         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
7307         (parse_value), (parseItem), (load_values),
7308         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
7309         (save_values), (save_item), (get_oldest), (resize_items),
7310         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
7311         * shell/ev-metadata-manager.h:
7312
7313         Metadata manager from gedit but modified to use GValue, so that
7314         we dont need to keep converting from strings.
7315
7316         * configure.ac:
7317
7318         ENABLE_METADATA conditional, on when dbus is on
7319
7320         * shell/ev-application.c: (ev_application_open_uri):
7321
7322         Show the window after load so that we can initialize
7323         window size before it's showed.
7324
7325         * shell/ev-window.c: (ev_window_setup_from_metadata),
7326         (ev_window_open_uri), (window_configure_event_cb),
7327         (ev_window_init):
7328
7329         Save and load metadata information about window size.
7330         Not yet keeping states in account.
7331
7332         * shell/main.c: (main):
7333
7334         Shutdown metadata manager.
7335
7336 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7337
7338         * shell/ev-application-service.xml:
7339         * configure.ac:
7340         * shell/Makefile.am:
7341         * shell/ev-application.c:
7342         * shell/ev-application.h:
7343         * shell/ev-window.c:
7344         * shell/ev-window.h:
7345         * shell/main.c:
7346
7347         Add an optional dbus interface (--enable-dbus).
7348         Rework application code, mainly to be easier to
7349         use "remotely".
7350         Do not open multiple windows with the same document,
7351         spatial evince!
7352
7353 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
7354
7355         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
7356         pixbuf iff it exists.
7357
7358 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
7359
7360         * shell/*:
7361         * backend/ev-render-context.[ch]:
7362         * backend/ev-selection.[ch]:
7363
7364         Massive changes.  We now support text selection of pdfs, and not
7365         just rectangular selection.  This is pretty broken still, but I
7366         want to get something into CVS.
7367
7368 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7369
7370         * pdf/ev-poppler.cc:
7371         
7372         Fix for Bug 309080: crash on window close.
7373         
7374         * shell/ev-page-action.c: (page_changed_cb):
7375         
7376         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
7377         jensgr@gmx.net (Jens Granseuer).
7378
7379 2005-06-25  Marcel Telka  <marcel@telka.sk>
7380
7381         * configure.in (ALL_LINGUAS): Added sk.
7382
7383 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
7384
7385         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
7386         not a document open
7387
7388 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7389
7390         * NEWS:
7391         * configure.ac:
7392
7393         Release 0.3.2
7394
7395         * cut-n-paste/recent-files/Makefile.am:
7396
7397         Fix make distcheck
7398
7399 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7400
7401         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
7402         (pixbuf_document_set_orientation), (rotate_pixbuf),
7403         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
7404         (pixbuf_document_document_iface_init), (pixbuf_document_init):
7405
7406         Implement rotation and cleanup the code a bit.
7407
7408         * tiff/tiff-document.c: (tiff_document_get_page_size),
7409         (tiff_document_get_orientation), (tiff_document_set_orientation),
7410         (rotate_pixbuf), (tiff_document_render_pixbuf),
7411         (tiff_document_document_iface_init), (tiff_document_init):
7412
7413         Implement rotation. Was the quicker solution for the release
7414         but we really need to share this code in the shell.
7415
7416 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7417
7418         * pdf/ev-poppler.cc:
7419
7420         Enable rotation, require poppler cvs. Fix a leak.
7421
7422 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7423
7424         * shell/ev-window.c: (update_action_sensitivity):
7425         
7426         Make properties unsensitive if document backend doesn't provide
7427         any info
7428
7429 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7430
7431         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
7432         (bitmap_flip_horizontally), (bitmap_flip_vertically),
7433         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
7434         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
7435         (bitmap_flip_rotate_counter_clockwise):
7436         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
7437         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
7438         (buff_gets):
7439         * dvi/mdvi-lib/common.h:
7440         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
7441         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
7442         (opendvi), (mdvi_reload), (mdvi_init_context),
7443         (mdvi_destroy_context), (mdvi_dopage), (special):
7444         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
7445         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
7446         (file_hash_free), (register_encoding), (parse_spec),
7447         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
7448         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
7449         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
7450         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
7451         (mdvi_register_font_type), (mdvi_unregister_font_type),
7452         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
7453         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
7454         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
7455         (mdvi_hash_destroy_key), (mdvi_hash_reset):
7456         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
7457         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
7458         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
7459         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
7460         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
7461         * dvi/mdvi-lib/special.c: (mdvi_register_special),
7462         (mdvi_unregister_special), (mdvi_flush_specials):
7463         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
7464         (t1_font_remove):
7465         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
7466         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
7467         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
7468         (free_font_metrics), (flush_font_metrics):
7469         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
7470         (tt_font_remove):
7471         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
7472         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
7473         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
7474         (dstring_insert), (dstring_new), (dstring_reset):
7475         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
7476         
7477         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
7478         avoid conflict with libtool on FC4
7479         
7480         * shell/ev-window.c: (ev_window_cmd_help_about):
7481         
7482         Update copyright year. Fix for bug 308828.
7483
7484 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7485
7486         * shell/ev-view.c: (add_scroll_binding_keypad),
7487         (ev_view_binding_activated), (ev_view_class_init),
7488         (on_adjustment_value_changed):
7489         
7490         Bug 170874: Arrow keys switch pages in presentation mode
7491
7492 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7493
7494         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7495         
7496         Fix for Bug 308265: Sidebar dissappears coming out of 
7497         Presentation mode
7498
7499 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7500
7501         * shell/ev-application.c: (ev_application_open):
7502         * shell/ev-document-types.c: (ev_document_types_add_filters),
7503         (ev_document_types_add_filters_for_type):
7504         * shell/ev-document-types.h:
7505         * shell/ev-window.c: (ev_window_cmd_save_as):
7506         
7507         Suggest basename as template when saving, provide filters
7508         for save dialog. It's bug 308402
7509
7510 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7511
7512         * pdf/ev-poppler.cc:
7513         * shell/ev-sidebar-links.c: (job_finished_callback):
7514         * shell/ev-view.c: (update_find_status_message):
7515         
7516         Some leaks fixed
7517
7518 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7519
7520         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7521         (egg_recent_view_uimanager_set_list):
7522
7523         Fix buglet in !show_numbers case.
7524
7525 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7526
7527         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7528         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
7529
7530         Use pango ellipsisation.
7531
7532         * pdf/ev-poppler.cc:
7533
7534         Fix refcount leak, from nsh.
7535
7536 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7537
7538         * cut-n-paste/recent-files/Makefile.am:
7539         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7540         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7541         
7542         Removed EggRecentViewGtk
7543         
7544         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7545         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7546         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
7547         (ev_window_setup_recent):
7548         
7549         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
7550         with other projects
7551
7552 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7553
7554         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7555         (egg_recent_view_gtk_finalize):
7556
7557         Fix memory leak
7558
7559         * cut-n-paste/toolbar-editor/Makefile.am:
7560         
7561         Fix location of cursor icon.
7562         
7563         * pdf/ev-poppler.cc:
7564         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
7565         (display_completion_text), (match_completion):
7566         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7567         (selection_changed_callback), (create_loading_model),
7568         (print_section_cb), (links_page_num_func),
7569         (update_page_callback_foreach):
7570         * shell/ev-window.c: (ev_window_dispose):
7571         
7572         Small memory fixes. Links model now store objects instead
7573         of pointers to improve memory management. 
7574
7575 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7576
7577         * shell/ev-window.c: (zoom_control_changed_cb):
7578         
7579         Fix update of zoom control (bug 308268).
7580
7581 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
7582
7583         * shell/ev-properties.c (set_property): escape the text correctly.
7584         Handles non-UTF-8 properties and escaped properties.  Also, sets
7585         the text to "<i>None</i>" if the property isn't set.
7586
7587         * data/evince-properties.glade: Change the label to be ellipsized,
7588         and give it a minimum size.
7589
7590 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7591
7592         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
7593         * shell/ev-sidebar-links.c: (create_loading_model):
7594         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7595         * shell/ev-view.c: (ev_view_set_document):
7596         * shell/ev-window.c: (ev_window_dispose):
7597         
7598         Various small fixes, mostly memory leaks. Thanks to valgrind.
7599
7600 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
7601
7602         * ps/ps-document.c: remove the locale.h include again ;-). And
7603         kill the (bogus) setlocale/savelocale business.
7604
7605 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
7606
7607         * ps/ps-document.c:
7608         
7609         Include locale.h to fix build
7610         
7611         * shell/ev-sidebar.c:
7612         
7613         Remove unnecessary includes
7614
7615 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7616
7617         * dvi/dvi-document.c: (dvi_document_load):
7618         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
7619         * po/POTFILES.in:
7620         
7621         Check for incorrect dvi files. Fix parsing dvi on AMD64
7622         platform. Thanks to tester@tester.ca (Olivier Crete).
7623
7624 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7625
7626         * shell/ev-page-action.c: (match_selected_cb),
7627         (display_completion_text), (match_completion), (update_model):
7628         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7629         (expand_open_links):
7630         * shell/ev-sidebar.c: (ev_sidebar_destroy),
7631         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
7632         (ev_sidebar_set_document):
7633         * shell/ev-window.c: (ev_window_xfer_job_cb),
7634         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
7635         
7636         Fixed lot's of memory leaks, for example, memory leak on reload, 
7637         described in bug 307793.
7638
7639 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7640
7641         * pdf/ev-poppler.cc:
7642         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
7643         (update_visible_range), (adjustment_changed_cb),
7644         (ev_sidebar_thumbnails_fill_model),
7645         (ev_sidebar_thumbnails_refresh),
7646         (ev_sidebar_tree_selection_changed),
7647         (ev_sidebar_icon_selection_changed),
7648         (ev_sidebar_thumbnails_use_icon_view),
7649         (ev_sidebar_thumbnails_set_document):
7650         * shell/ev-sidebar-thumbnails.h:
7651         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7652         (ev_window_cmd_edit_rotate_right), (ev_window_init):
7653
7654         Refresh thumbnails when changing orientation. Not fully
7655         working yet becuase of a sidebar bug.
7656
7657         Set page orientation to poppler page everywhere. This sucks
7658         really need to fix poppler.
7659
7660 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7661
7662         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7663         (egg_recent_view_gtk_new_menu_item),
7664         (egg_recent_view_gtk_set_property),
7665         (egg_recent_view_gtk_get_property),
7666         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
7667         (egg_recent_view_gtk_set_tooltip_func),
7668         (egg_recent_view_gtk_set_label_width),
7669         (egg_recent_view_gtk_get_label_width):
7670         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7671
7672         Sync with libegg (ellipsize labels)
7673
7674 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7675
7676         * data/evince-ui.xml:
7677         * shell/ev-window.c: (ev_window_cmd_go_forward),
7678         (ev_window_cmd_go_backward):
7679         
7680         Shift + PageUp moves 10 Pages. Fix for 306125
7681
7682 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7683
7684         * pdf/ev-poppler.cc:
7685
7686         Add a flag to check if orientation has been overriden
7687
7688 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
7689
7690         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
7691         field if necessary.
7692
7693         * ps/ps.h: add creator field to document.
7694
7695         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
7696         set creator field.
7697
7698 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7699
7700         * data/evince-properties.glade:
7701         * shell/ev-properties.c: (ev_properties_set_document):
7702
7703         s/PDF Version/Format
7704
7705 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7706
7707         * shell/ev-properties.c: (ev_properties_set_document):
7708
7709         Remove unnecessary translations
7710
7711 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7712
7713         * cut-n-paste/toolbar-editor/Makefile.am:
7714
7715         Correct library name    
7716
7717 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7718
7719         * configure.ac:
7720         * cut-n-paste/recent-files/egg-recent-model.c:
7721         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
7722         (egg_recent_model_unlock_file):
7723         * cut-n-paste/recent-files/egg-recent-util.c:
7724         (egg_recent_util_get_unique_id):
7725         * cut-n-paste/recent-files/update-from-egg.sh:
7726         * cut-n-paste/toolbar-editor/Makefile.am:
7727         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7728         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7729         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7730         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7731         (egg_toolbars_model_get_type):
7732         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7733
7734         Better makefile for toolbar editor and update everything
7735         to latest libegg.
7736
7737 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7738
7739         * shell/ev-window.c: (update_document_mode):
7740
7741         Prefer presentation mode when the document
7742         require fullscreen.
7743
7744 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7745
7746         * data/evince-ui.xml:
7747         * shell/ev-window.c:
7748
7749         Add control-equal for zooming
7750
7751 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
7752
7753         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
7754
7755 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
7756
7757         * backend/ev-document.c: (ev_document_get_orientation):
7758         * backend/ev-document.h:
7759         * pdf/ev-poppler.cc:
7760         * ps/ps-document.c: (ps_document_get_orientation),
7761         (ps_document_set_orientation), (ps_document_document_iface_init):
7762
7763         Add a get_orientation api. Improve set_orientation.
7764
7765         * data/evince-ui.xml:
7766         * shell/ev-view.c: (ev_view_set_orientation),
7767         (ev_view_rotate_right), (ev_view_rotate_left):
7768         * shell/ev-view.h:
7769         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7770         (ev_window_cmd_edit_rotate_right):
7771
7772         Better ui for changing document orientation
7773
7774 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7775
7776         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
7777         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
7778         * shell/ev-sidebar-links.h:
7779         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
7780         (ev_sidebar_page_iface_init):
7781         * shell/ev-sidebar-page.h:
7782         * shell/ev-sidebar-thumbnails.c:
7783         (ev_sidebar_thumbnails_get_property),
7784         (ev_sidebar_thumbnails_class_init),
7785         (ev_sidebar_thumbnails_set_document):
7786         * shell/ev-sidebar-thumbnails.h:
7787         * shell/ev-view.c: (ev_view_motion_notify_event):
7788         * shell/ev-window.c: (update_chrome_visibility),
7789         (ev_window_cmd_focus_page_selector),
7790         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
7791         (sidebar_page_main_widget_update_cb), (ev_window_init):
7792         
7793         Autoraise toolbar on GoToPage binding and fix bindings in
7794         EvSidebarThumbnails page.
7795
7796 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
7797
7798         * shell/ev-properties.c: (update_progress_label):
7799
7800         Hide the progress label when finished; bug #307697.
7801
7802 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7803
7804         * pdf/ev-poppler.cc:
7805
7806         Enable is_open for links, you will need poppler cvs
7807
7808         * shell/ev-properties.c: (job_fonts_finished_cb):
7809
7810         Get a lock on the document when filling the tree view
7811
7812 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7813
7814         * backend/ev-document-links.h:
7815         * pdf/ev-poppler.cc:
7816         * shell/ev-sidebar-links.c: (create_loading_model),
7817         (expand_open_links), (job_finished_callback):
7818
7819         Expand links when specified by the document.
7820         Depend on a poppler api (defined out for now)
7821
7822 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7823
7824         * shell/ev-properties.c: (ev_properties_dispose),
7825         (ev_properties_class_init), (dialog_destroy_cb),
7826         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
7827         (ev_properties_set_document), (ev_properties_new),
7828         (ev_properties_show):
7829         * shell/ev-properties.h:
7830
7831         Make it an object, cleanup the code, api to show it as transient
7832         and to set the document.
7833
7834         * shell/ev-window.c: (ev_window_setup_document),
7835         (ev_window_cmd_file_properties):
7836
7837         Adapt to EvProperties changes, do not show multiple
7838         times, update it when document changes.
7839
7840 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7841
7842         * ps/gstypes.h:
7843         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
7844         (ps_document_set_orientation), (ps_document_document_iface_init):
7845         * ps/ps-document.h:
7846
7847         Implement orientation here too
7848
7849         * shell/ev-properties.c: (ev_properties_new):
7850         * data/evince-properties.glade:
7851
7852         Hide the fonts page for backends that doesnt
7853         support it.     
7854
7855 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7856
7857         * backend/ev-document.c: (ev_document_set_orientation):
7858         * backend/ev-document.h:
7859         * pdf/ev-poppler.cc:
7860
7861         Add orientation api. Currently poppler api is not optimal,
7862         we need to set orientation every time we _get a page.
7863         I will try to fix that at some point.
7864
7865         * data/evince-ui.xml:
7866         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
7867         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
7868
7869         Add orientation menu items
7870
7871         * shell/ev-page-cache.c: (ev_page_cache_clear):
7872         * shell/ev-page-cache.h:
7873
7874         Add api to clear the cache
7875
7876         * shell/ev-view.c: (setup_caches), (clear_caches),
7877         (ev_view_set_document), (ev_view_zoom_out),
7878         (ev_view_set_orientation):
7879         * shell/ev-view.h:
7880
7881         Implement orientation changing
7882
7883 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
7884
7885         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
7886         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
7887         * backend/ev-document-fonts.h:
7888
7889         Separate scan and fill so that we can incrementally fill from
7890         the main thread. Add a progress api.
7891
7892         * data/evince-properties.glade:
7893         * pdf/ev-poppler.cc:
7894         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
7895         * shell/ev-jobs.h:
7896         * shell/ev-properties.c: (update_progress_label),
7897         (job_fonts_finished_cb), (setup_fonts_view):
7898
7899         Incrementally feel the list and show the progress
7900         percentage in a label like acrobat does.
7901
7902         You are going to need poppler cvs
7903
7904 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
7905
7906         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
7907         * backend/ev-document-fonts.h:
7908         * pdf/ev-poppler.cc:
7909
7910         Make fonts model fill incrementally.
7911
7912         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7913         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7914         (ev_job_queue_remove_job):
7915         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7916         (ev_job_fonts_new), (ev_job_fonts_run):
7917         * shell/ev-jobs.h:
7918
7919         New job for fonts scanning
7920
7921         * shell/ev-properties.c: (job_fonts_finished_cb),
7922         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
7923         * shell/ev-properties.h:
7924         * shell/ev-window.c: (ev_window_cmd_file_properties):
7925
7926         Incrementally feel the treeview using the new job. Show Loading...
7927         message until scanning is completed.
7928
7929         Hopefully I didnt break the build without the poppler patch.
7930
7931 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7932
7933         * shell/ev-application.c: (ev_application_open):
7934         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
7935         (ev_document_type_get_type), (ev_document_type_lookup):
7936         * shell/ev-document-types.h:
7937         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
7938         * shell/ev-job-xfer.h:
7939         * shell/ev-window.c: (ev_window_clear_local_uri),
7940         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
7941         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
7942         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7943         
7944         Transfer remote documents to tmp directory to display them later.
7945
7946 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
7947
7948         * backend/ev-document-info.h:
7949         * shell/ev-properties.c: (ev_properties_new):
7950
7951         s/GTime*/GTime. Not sure why we was using a pointer
7952         at all there!
7953
7954 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
7955
7956         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
7957         situations.  That situation is that you're using GTK+-HEAD with
7958         the patch at #306726 is applied, and you have a document with <
7959         1500 pages in it.  It's not quite as uniformly nice as the
7960         TreeView, but should be better in the long run.
7961
7962         I'm pretty sure I guarded against breaking compilation with
7963         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
7964         I missed some.
7965
7966         * shell/ev-window.c (ev_window_init): We don't have our tree/list
7967         widget yet, so I commented that code out
7968         enable_view_actions_for_widget() for now.  Need to figure this
7969         out.
7970
7971         * shell/ev-page-action.c (match_selected_cb): emit the right
7972         signals.  Our cool C-l completion now works.
7973
7974 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7975
7976         * backend/Makefile.am:
7977         * backend/ev-document-fonts.c:
7978         * backend/ev-document-links.c:
7979         * backend/ev-document.c: (ev_document_load):
7980         * backend/ev-document.h:
7981         * backend/ev-job-queue.c:
7982         * backend/ev-job-queue.h:
7983         * backend/ev-jobs.c:
7984         * backend/ev-jobs.h:
7985         * backend/ev-page-cache.c:
7986         * backend/ev-page-cache.h:
7987
7988         EvPageCache and EvJobs are moved to shell.
7989
7990         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
7991         (ev_tmp_filename):
7992         * lib/ev-file-helpers.h:
7993         
7994         New helper to work with temporary files
7995         
7996         * shell/Makefile.am:
7997         * shell/ev-application.c: (ev_application_open):
7998         * shell/ev-application.h:
7999         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
8000         (remove_job_from_async_queue), (add_job_to_async_queue),
8001         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
8002         (handle_job), (search_for_jobs_unlocked),
8003         (no_jobs_available_unlocked), (ev_render_thread),
8004         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8005         (ev_job_queue_add_job), (move_job_async), (move_job),
8006         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8007         * shell/ev-job-queue.h:
8008         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
8009         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
8010         * shell/ev-job-xfer.h:
8011         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
8012         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
8013         (ev_job_links_class_init), (ev_job_render_init),
8014         (ev_job_render_dispose), (ev_job_render_class_init),
8015         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
8016         (ev_job_thumbnail_class_init), (ev_job_load_init),
8017         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
8018         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
8019         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
8020         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
8021         * shell/ev-jobs.h:
8022         * shell/ev-page-action.c: (ev_page_action_set_document):
8023         * shell/ev-page-cache.c: (ev_page_cache_init),
8024         (ev_page_cache_class_init), (ev_page_cache_finalize),
8025         (ev_page_cache_new), (ev_page_cache_get_n_pages),
8026         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
8027         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
8028         (ev_page_cache_get_title), (ev_page_cache_get_size),
8029         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8030         (ev_page_cache_get_height_to_page),
8031         (ev_page_cache_get_max_label_chars),
8032         (ev_page_cache_get_page_label),
8033         (ev_page_cache_has_nonnumeric_page_labels),
8034         (ev_page_cache_get_info), (ev_page_cache_next_page),
8035         (ev_page_cache_prev_page), (ev_page_cache_get):
8036         * shell/ev-page-cache.h:
8037         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
8038         (ev_pixbuf_cache_clear_job_sizes),
8039         (ev_pixbuf_cache_add_jobs_if_needed),
8040         (ev_pixbuf_cache_set_page_range):
8041         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
8042         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
8043         * shell/ev-sidebar-thumbnails.c:
8044         (ev_sidebar_tree_selection_changed),
8045         (ev_sidebar_thumbnails_set_document):
8046         * shell/ev-statusbar.c: (ev_statusbar_destroy),
8047         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
8048         (ev_statusbar_get_context_id), (ev_statusbar_push),
8049         (ev_statusbar_pop), (ev_statusbar_set_maximized),
8050         (ev_statusbar_pulse), (ev_statusbar_show_progress),
8051         (ev_statusbar_set_progress):
8052         * shell/ev-statusbar.h:
8053         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
8054         (ev_view_find_previous):
8055         * shell/ev-window.c: (ev_window_is_empty),
8056         (ev_window_setup_document), (password_dialog_response),
8057         (ev_window_clear_jobs), (ev_window_load_job_cb),
8058         (ev_window_xfer_job_cb), (ev_window_open_uri),
8059         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
8060         (ev_window_print), (ev_window_print_range),
8061         (ev_window_state_event), (ev_window_cmd_view_reload),
8062         (menu_item_select_cb), (menu_item_deselect_cb),
8063         (view_status_changed_cb), (ev_window_dispose),
8064         (drag_data_received_cb), (ev_window_init):
8065         * shell/ev-window.h:
8066         * shell/main.c: (load_files):
8067         
8068         New statusbar to show progress on idle. Two new jobs - 
8069         xfer job and load job to load document in background. And update
8070         of page_cache clients to new location of code.
8071
8072 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
8073   
8074         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
8075         selection in open dialog. It also remembers the last visited directory 
8076         in the current session.
8077
8078 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8079
8080         * shell/ev-properties.c: (ev_properties_new):
8081         * shell/ev-properties.h:
8082         * shell/ev-window.c: (ev_window_cmd_file_properties):
8083         
8084         Get document info from page cache instead of document itself.
8085         This should fix crash related to race conditions described in
8086         bug 306545.
8087
8088 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8089
8090         * ps/ps-document.c: (ps_document_init),
8091         (send_ps), (get_page_box), (output), (catchPipe), (input),
8092         (stop_interpreter), (file_length), (file_readable),
8093         (check_filecompressedb), (ps_document_enable_interpreter),
8094         (document_load), (ps_async_renderer_render_pixbuf):
8095         * ps/ps-document.h:
8096
8097         Big cleanup of the ps code
8098
8099 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8100
8101         * backend/Makefile.am:
8102         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
8103         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
8104         * backend/ev-async-renderer.h:
8105
8106         Add an async renderer interface (method + callback) which
8107         is useful for backends like ps.
8108
8109         * backend/ev-job-queue.c: (remove_job_from_async_queue),
8110         (add_job_to_async_queue), (job_finished_cb), (handle_job),
8111         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8112         (ev_job_queue_add_job), (move_job_async), (move_job),
8113         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8114
8115         Add queues for async renderer, these are executed on the
8116         main thread.
8117
8118         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
8119         (ev_job_render_run):
8120         * backend/ev-jobs.h:
8121
8122         If the backend support async renderer interface use it.
8123
8124         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
8125         (setup_pixmap), (ps_document_get_type),
8126         (ps_async_renderer_render_pixbuf),
8127         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
8128
8129         Implement async renderer interface.
8130
8131 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8132
8133         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
8134
8135         Cleanup links job on exit.
8136
8137 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8138
8139         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8140         (drag_data_get_cb), (drag_data_received_cb):
8141         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8142         (drag_data_get_cb), (parse_item_list),
8143         (egg_toolbar_editor_load_actions):
8144         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8145         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
8146         (parse_item_list), (parse_toolbars):
8147         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8148         (dvi_pixbuf_put_pixel):
8149         
8150         Fix gcc 4.0 warnings
8151
8152 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8153
8154         * ps/ps-document.c: (start_interpreter):
8155
8156         Fix warning when loading ps
8157
8158 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8159
8160         * ps/ps-document.c: (output):
8161
8162         Fix crash when priting gs error messages.
8163
8164 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8165
8166         * backend/ev-page-cache.c: (_ev_page_cache_new):
8167         * backend/ev-page-cache.h:
8168
8169         Use a const to return title so that we dont double
8170         free it. Small cleanup and fix a leak.
8171
8172         * shell/ev-window.c: (update_window_title):
8173
8174         strdup value from get_title.
8175
8176 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8177
8178         * shell/ev-sidebar-links.c: (job_finished_callback),
8179         (ev_sidebar_links_set_document):
8180
8181         Cleanup the old job when changing document
8182
8183 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8184
8185         * shell/ev-stock-icons.c:
8186         * shell/ev-stock-icons.h:
8187         * shell/ev-window.c:
8188         
8189         Add stock icons for actions that can appear in toolbar. Fix for
8190         bug 306566.
8191
8192 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8193
8194         * backend/ev-page-cache.c: (ev_page_cache_finalize),
8195         (_ev_page_cache_new), (ev_page_cache_get_max_width),
8196         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
8197         * backend/ev-page-cache.h:
8198         * shell/ev-view.c: (scroll_to_current_page),
8199         (view_update_range_and_current_page), (get_page_y_offset),
8200         (get_page_extents), (ev_view_size_request_continuous_dual_page),
8201         (ev_view_size_request_continuous),
8202         (ev_view_zoom_for_size_continuous_and_dual_page),
8203         (ev_view_zoom_for_size_continuous):
8204         
8205         More compact EvView layout in document with pages of different size.
8206
8207 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
8208
8209         * shell/ev-window.c (ev_window_cmd_file_properties): fix
8210         compilation.
8211
8212 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8213
8214         * shell/ev-view.c: (view_set_adjustment_values):
8215         * shell/ev-window.c: (ev_window_cmd_file_properties):
8216         
8217         A bit different fix for rounding problem but it has no
8218         problems on startup. Make properties window transient to parent.
8219
8220 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8221
8222         * pdf/ev-poppler.cc:
8223         
8224         More commenting of font stuff.
8225
8226 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8227
8228         * pdf/ev-poppler.cc:
8229
8230         Comment out some more fonts stuff. Should really
8231         work without the poppler patch now.
8232
8233 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8234
8235         * pdf/ev-poppler.cc:
8236
8237         Adapt to api change
8238
8239 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8240
8241         * data/evince-properties.glade:
8242         * pdf/ev-poppler.cc:
8243         * shell/ev-properties.c: (setup_fonts_view):
8244
8245         Set the column title. Show the dialog only
8246         once everything is setup.
8247         Getting font info can be very slow... will
8248         prolly need to make this threaded too.
8249
8250 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8251
8252         * backend/Makefile.am:
8253         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
8254         (ev_document_fonts_get_fonts_model):
8255         * backend/ev-document-fonts.h:
8256         * data/evince-properties.glade:
8257         * pdf/ev-poppler.cc:
8258         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
8259         * shell/ev-properties.h:
8260         * shell/ev-window.c: (ev_window_cmd_file_properties):
8261
8262         Implement fonts list. Defined out for now, since it depends
8263         on a not yet committed poppler patch.
8264
8265 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
8266
8267         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
8268         page + 1.
8269
8270         * shell/ev-window.c: Make sure we add the timeout when we get a
8271         focus-in event.
8272
8273         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
8274         adjustment->value before calculating the zoom factor to average
8275         out all of our rounding errors.  The page no longer 'drifts' when
8276         resizing.
8277
8278 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8279
8280         * data/evince-properties.glade:
8281         * shell/ev-properties.c: (ev_properties_format_date),
8282         (set_property):
8283         
8284         Labels don't expand when the dialogue is resized.
8285         strftime result needs to be converted to UTF-8. Thanks
8286         to Christian Persch <chpe@gnome.org>.
8287
8288 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8289
8290         * data/evince-properties.glade:
8291
8292         Hide the fonts tab
8293
8294 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8295
8296         * backend/ev-document-info.h:
8297         * backend/ev-document.c: (ev_document_info_free):
8298         * data/evince-properties.glade:
8299         * pdf/ev-poppler.cc:
8300         * ps/ps-document.c: (ps_document_get_info):
8301         * shell/ev-properties.c: (ev_properties_format_date),
8302         (set_property), (ev_properties_new):
8303         * shell/ev-properties.h:
8304         * shell/ev-window.c: (ev_window_cmd_file_properties):
8305
8306         Rework properties code to take only EvPropertyInfo
8307         in the constructor so that it can be useful for
8308         nautilus plugin too.
8309
8310         Deal with backends that doesnt support some properties.
8311         Make set property code generic.
8312
8313 2005-06-04  Christian Persch <chpe@gnome.org>
8314
8315         * data/evince-properties.glade:
8316
8317         fix spacings, make resizeable, and make data labels
8318         selectable + ellipsised
8319
8320 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
8321
8322         * backend/ev-document-info.h:
8323         * data/Makefile.am:
8324         * data/evince-ui.xml:
8325         * pdf/ev-poppler.cc:
8326         * shell/Makefile.am:
8327         * shell/ev-window.c: (update_action_sensitivity),
8328         (ev_window_cmd_file_properties):
8329
8330         Initial go at file properties. Patch by
8331         Emil Soleyman-Zomalan <emil@soleyman.com>.
8332         Needs love see #169583
8333
8334 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
8335
8336         * ps/ps-document.c: (output):
8337         * ps/ps.c: (psscan):
8338
8339         Try to render even if psscan fails.
8340
8341 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8342
8343         * ps/ps.c: (psscan), (pscopydoc):
8344
8345         Port buffered reading code from gv
8346
8347 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8348
8349         * ps/ps-document.c: (interpreter_message), (output):
8350
8351         Do not fail on interpreter messages
8352
8353 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8354
8355         * backend/ev-document-misc.c:
8356         (ev_document_misc_get_thumbnail_frame):
8357
8358         Pages can be 0 x 0, dont assert on this case
8359
8360 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8361
8362         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8363         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
8364
8365         Correctly manage our reference on document. Finally the reload
8366         huge leak is gone...
8367
8368 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8369
8370         * ps/ps-document.c: (ps_document_dispose):
8371
8372         Forgot to chain it to the parent. Thanks chpe.
8373
8374 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8375
8376         * ps/ps-document.c: (ps_document_dispose),
8377         (ps_document_class_init), (stop_interpreter), (document_load):
8378
8379         Cleanup dispose a bit. Dont leak the whole pixmap.
8380
8381 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8382
8383         * pdf/ev-poppler.cc:
8384
8385         Release the poppler document on dispose
8386
8387 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8388
8389         * shell/ev-view.c: (ev_view_set_document):
8390
8391         Release ref on the pixbuf cache when changing
8392         document.
8393
8394 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8395
8396         * ps/ps-document.c: (ps_document_get_info):
8397
8398         Fix a double free
8399
8400 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8401
8402         * backend/ev-page-cache.c: (ev_page_cache_init),
8403         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
8404         * backend/ev-page-cache.h:
8405         * shell/ev-page-action.c: (page_changed_cb):
8406         
8407         Set page action entry width depending on labels width. Fix
8408         for bug 305202.
8409
8410 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
8411
8412         * backend/ev-link.c: (ev_link_class_init):
8413
8414         Allow -1 as page value (error)
8415
8416 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8417
8418         * shell/ev-sidebar-thumbnails.c:
8419         (ev_sidebar_thumbnails_set_document):
8420         * shell/ev-view.c: (scroll_to_current_page),
8421         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
8422         (page_changed_cb), (on_adjustment_value_changed),
8423         (ev_view_set_document):
8424
8425         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
8426         Fix bug 305377
8427
8428 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8429
8430         * configure.ac:
8431         * djvu/djvu-document.c: (djvu_document_get_page_size):
8432
8433         Require djvulibre CVS. Now djvu loading is much faster. Fix for
8434         bug 301993.
8435
8436 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
8437
8438         * shell/ev-view.c (draw_one_page): modify the expose handling to
8439         get the shadows.
8440
8441         * shell/ev-window.c (update_action_sensitivity): Respect
8442         permissions field.  Kowtow to the man.
8443
8444         * pdf/ev-poppler.cc: Get the permissions field.
8445
8446         * tiff/*c: Make a tiny bit more robust.
8447
8448 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8449
8450         * djvu/djvu-document.c:
8451         
8452         Pop messages from djvu context message queue.
8453
8454 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8455
8456         * configure.ac, Makefile.am, shell/Makefile.am:
8457         * tiff/Makefile.am, shell/ev-document-types.c:
8458         
8459         Cleanup tiff configure checks. Fix for bug 305218.
8460
8461 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
8462
8463         * configure.ac: Added "uk" to ALL_LINGUAS.
8464
8465 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8466
8467         * cut-n-paste/zoom-control/ephy-zoom.c:
8468         (ephy_zoom_get_changed_zoom_level):
8469         * cut-n-paste/zoom-control/ephy-zoom.h:
8470         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
8471         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
8472         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
8473         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
8474         (zoom_control_changed_cb), (ev_window_init):
8475         
8476         Fix minor points related to moving best fit up. Introduce
8477         "zoom" property and make zoom control change it's value on
8478         notify::zoom signals. Fix for 305080.
8479
8480 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8481
8482         * data/evince-ui.xml:
8483         * shell/ev-window.c: (set_view_actions_sensitivity):
8484         
8485         Use + and - as accels for zoom in and zoom out. Fix for 305001.
8486
8487 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8488
8489         * configure.ac:
8490
8491         Depends on poppler 0.3.2
8492
8493 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8494
8495         * cut-n-paste/recent-files/egg-recent-item.c:
8496         (egg_recent_item_get_short_name):
8497         * cut-n-paste/toolbar-editor/Makefile.am:
8498         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8499         (new_pixbuf_from_widget):
8500         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8501         * cut-n-paste/toolbar-editor/egg-marshal.c:
8502         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8503         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8504
8505         Sync
8506
8507 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
8508
8509         * tiff/tiff-document.c: Rough TIFF backend.
8510
8511 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8512
8513         * NEWS:
8514         * configure.ac:
8515         * cut-n-paste/toolbar-editor/Makefile.am:
8516
8517         Release 0.3.1
8518
8519 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8520
8521         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
8522         (ev_view_find_next), (ev_view_find_previous):
8523
8524         Remove the locks around get_n_results   
8525
8526 2005-05-21  Juerg Billeter  <j@bitron.ch>
8527
8528         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
8529
8530         Pass correct number of pages to poppler.
8531
8532 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8533
8534         * configure.ac:
8535         * data/Makefile.am:
8536         * data/evince.desktop.in: 
8537         * data/evince.desktop.in.in:
8538         * po/POTFILES.in:
8539         
8540         Add conditionally dvi and djvu to desktop types. Fix for 304658.
8541
8542 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
8543
8544         * shell/ev-view.c: (view_update_adjustments),
8545         (view_set_adjustment_values): cast adjustmen->value to (int)
8546         before using it.  Otherwise, we get off by a pixel in some
8547         situations.
8548
8549         (draw_one_page): Draw the border on expose.
8550
8551 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
8552
8553         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
8554         adjustment when the mode changes, #304923
8555
8556 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8557
8558         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
8559         flickering on resize but still use gdk_window_scroll on
8560         scrolling
8561
8562 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
8563
8564         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
8565         option, #170458
8566
8567 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
8568
8569         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
8570         second page on page_changed if possible, #304669
8571
8572 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
8573
8574         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
8575         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
8576
8577 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
8578
8579         * .cvsignore:
8580         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
8581         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8582         (ev_view_zoom_for_size_presentation),
8583         (ev_view_zoom_for_size_continuous_and_dual_page),
8584         (ev_view_zoom_for_size_continuous),
8585         (ev_view_zoom_for_size_dual_page),
8586         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
8587         * shell/ev-view.h:
8588         * shell/ev-window.c: (update_view_size),
8589         (ev_window_sizing_mode_changed_cb):
8590
8591         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
8592         the scrollbars.  It's not 100% right, but it's much closer.  Kills
8593         an infinite loop, #304769
8594
8595
8596 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8597
8598         * data/evince-ui.xml:
8599         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
8600         * shell/ev-window.c: (set_view_actions_sensitivity):
8601
8602         Make PgUp/Down behave like Space
8603
8604 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8605
8606         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8607         * backend/ev-ps-exporter.h:
8608         * pdf/ev-poppler.cc:
8609         * ps/ps-document.c: (ps_document_ps_export_begin):
8610         * shell/ev-print-job.c: (idle_print_handler):
8611
8612         Adapt to new poppler api
8613
8614 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8615
8616         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8617         (ephy_zoom_control_init):
8618
8619         Translate zoom levels
8620
8621 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8622
8623         * cut-n-paste/zoom-control/ephy-zoom.c:
8624         (ephy_zoom_get_zoom_level_index):
8625
8626         Fix current zoom -> zoom control match
8627
8628 2005-05-18  James Bowes  <bowes@cs.dal.ca>
8629
8630         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
8631         rather than the scrolled_window that it's in. Fixes bug #304655.
8632
8633 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
8634
8635         * shell/ev-view.c: (view_update_adjustments),
8636         (view_set_adjustment_values), (view_update_range_and_current_page),
8637         (view_scroll_to_page), (set_scroll_adjustment),
8638         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
8639         (ev_view_scroll), (ev_view_scroll_view),
8640         (ensure_rectangle_is_visible), (find_page_at_location),
8641         (get_link_at_location), (go_to_link), (status_message_from_link),
8642         (ev_view_size_request_continuous_dual_page),
8643         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
8644         (ev_view_unrealize), (ev_view_expose_event),
8645         (ev_view_button_press_event), (ev_view_motion_notify_event),
8646         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
8647         (draw_rubberband), (highlight_find_results), (draw_one_page),
8648         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
8649         (ev_view_init), (find_changed_cb), (page_changed_cb),
8650         (on_adjustment_value_changed), (ev_view_new),
8651         (ev_view_set_document), (ev_view_set_zoom),
8652         (ev_view_set_continuous), (ev_view_set_dual_page),
8653         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
8654         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8655         (ev_view_zoom_for_size_presentation),
8656         (ev_view_zoom_for_size_continuous_dual_page),
8657         (ev_view_zoom_for_size_continuous),
8658         (ev_view_zoom_for_size_dual_page),
8659         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8660         (ev_view_get_status), (ev_view_set_status),
8661         (update_find_status_message), (ev_view_get_find_status),
8662         (ev_view_set_find_status), (jump_to_find_result),
8663         (jump_to_find_page), (compute_selections), (clear_selection),
8664         (ev_view_select_all), (get_selected_text), (ev_view_copy),
8665         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
8666         (ev_view_update_primary_selection),
8667         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
8668         * shell/ev-view.h:
8669         * shell/ev-window.c: (ev_window_open_page_label),
8670         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
8671         (ev_window_init):
8672         * shell/ev-window.h:
8673         * shell/main.c: (load_files):
8674
8675         Massive code clean up from Nickolay Shmyrev.  Keep page offset
8676         when resizing.  Remove the bin_window().  Also, patch from James
8677         Bowes to fix command line page, #300641
8678         
8679 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
8680
8681         * data/evince-ui.xml:
8682         * shell/ev-view.c:
8683         * shell/ev-view.h:
8684         * shell/ev-window.c: (update_action_sensitivity):
8685
8686         Get rid of View->Normal Size, it's just confusing
8687
8688 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
8689
8690         * backend/ev-document-info.h:
8691         * backend/ev-document.c: (ev_document_info_free): Free the
8692         EvDocumentInfo.
8693
8694         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
8695         (clear_range), (add_range), (update_visible_range),
8696         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
8697         (ev_sidebar_thumbnails_set_document):
8698         * shell/ev-window.c: (ev_window_setup_document): Only render the
8699         visible thumbnails.  It takes an instant to render, but it uses
8700         much less memory.
8701
8702 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8703
8704         * shell/ev-sidebar-links.c: (popup_menu_cb):
8705
8706         Select first item
8707
8708 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8709
8710         * lib/Makefile.am:
8711         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
8712         (button_press_cb), (ev_sidebar_links_construct):
8713
8714         Show the popup menu also on keybindings
8715
8716 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8717
8718         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
8719         * shell/ev-window.h:
8720
8721         Expose api to print a range (with dialog). Make private _print use
8722         it.
8723
8724         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
8725         (ev_sidebar_links_construct):
8726
8727         Show a print context menu on linkx, it prints the selected
8728         section.
8729
8730 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
8731
8732         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
8733         button.
8734
8735 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
8736
8737         * AUTHORS:
8738
8739         Update
8740
8741         * shell/ev-window.c: (build_comments_string),
8742         (ev_window_cmd_help_about):
8743
8744         Show poppler version/backend and authors
8745
8746 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8747
8748         * cut-n-paste/zoom-control/ephy-zoom.c:
8749         (ephy_zoom_get_zoom_level_index):
8750         * cut-n-paste/zoom-control/ephy-zoom.h:
8751
8752         Move the best fit items at the top of the list
8753
8754 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8755
8756         * shell/ev-marshal.list:
8757         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
8758         (activate_cb), (match_selected_cb), (activate_link_cb),
8759         (connect_proxy), (ev_page_action_class_init):
8760         * shell/ev-page-action.h:
8761
8762         Use signals to notify action activation. Hopefully
8763         I did not break completion since I cant test...
8764
8765         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
8766         (register_custom_actions):
8767
8768         Connect to page selector actions and also grab focus on
8769         the view when activated.
8770
8771 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
8772
8773         * pdf/ev-poppler.cc:
8774         * backend/ev-page-cache.c: make page size calculation consistent
8775         and set it to (int)( width * scale + 0.5).  This makes the weird
8776         line going through the middle of the page go away.
8777
8778         * shell/ev-view.c: move painting the background page after
8779         checking the expose area covers us.
8780
8781 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8782
8783         * data/evince-password.glade:
8784         
8785         Mark labels as not translatable. Fix for bug 302842.
8786
8787 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
8788
8789         * configure.ac: Added "es" to ALL_LINGUAS.
8790
8791 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8792
8793         * data/evince-toolbar.xml:
8794         * shell/ev-window.c: (update_action_sensitivity),
8795         (ev_window_setup_document), (ev_window_set_page_mode),
8796         (ev_window_init):
8797
8798         Remove some leftover code from jrb first continous
8799         attempt. Use the new actions, we still need good icons
8800         though...
8801
8802 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8803
8804         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
8805
8806         Update label when connecting proxy. Fix a warning with NULL
8807         page_cache.
8808
8809 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8810
8811         * data/evince-ui.xml:
8812         * shell/ev-page-action.c: (ev_page_action_grab_focus):
8813         * shell/ev-page-action.h:
8814         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
8815
8816         Add mnemonic for edit toolbar.
8817         ctrl+l focus the page entry.
8818
8819 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8820
8821         * lib/Makefile.am:
8822         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
8823         (ev_window_init):
8824         * shell/main.c: (main):
8825
8826         Put the toolbar xml in evince own dot dir
8827
8828 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8829
8830         * shell/ev-window.c: (ev_window_init):
8831
8832         Make the toolbar not removable
8833
8834 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8835
8836         * data/evince-ui.xml:
8837         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
8838         * shell/ev-sidebar-links.h:
8839         * shell/ev-sidebar-thumbnails.c:
8840         (ev_sidebar_thumbnails_get_treeview):
8841         * shell/ev-sidebar-thumbnails.h:
8842         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
8843         (ev_view_class_init):
8844         * shell/ev-view.h:
8845         * shell/ev-window.c: (update_action_sensitivity),
8846         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
8847         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
8848         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
8849         (ev_window_init):
8850
8851         This is evil... Make space/backspace global accelerators but
8852         enable them only for some widgets (sidebars and view).
8853         I dont like it, but I dont know a better way... :/
8854
8855 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8856
8857         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
8858         (ev_page_action_widget_finalize),
8859         (ev_page_action_widget_class_init), (update_page_cache):
8860
8861         Keep a weak reference on proxy->page_cache so that we
8862         dont try to disconnect the signal if the object is already
8863         gone. Maybe there is a better way to cleanup reference handling
8864         in page action though...
8865
8866 2005-05-10  Juerg Billeter  <j@bitron.ch>
8867
8868         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8869         * backend/ev-ps-exporter.h:
8870         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
8871         * ps/ps-document.c: (ps_document_ps_export_begin):
8872         
8873         Change api to pass print range to ps_exporter_begin. The pdf backend
8874         requires this information.
8875         
8876         * shell/ev-print-job.c: (idle_print_handler):
8877         
8878         Adapt to api change
8879
8880 2005-05-10  Juerg Billeter  <j@bitron.ch>
8881
8882         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
8883         (idle_print_handler)
8884         * shell/ev-window.c: (ev_window_print):
8885
8886         Support printing page range, based on patch by Amaury Jacquot
8887
8888 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8889
8890         * data/evince-toolbar.xml:
8891
8892         Add zoom control to available items
8893
8894 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8895
8896         * shell/ev-window.c: (update_action_sensitivity):
8897
8898         Set slash action insensitive when appropriate
8899
8900 2005-05-10  Christian Persch <chpe@gnome.org>
8901
8902         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
8903
8904         Fix warning on the overflow menu
8905
8906 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8907
8908         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
8909
8910         Check for uri correctness/existence
8911
8912 2005-05-09  Juerg Billeter  <j@bitron.ch>
8913
8914         * shell/ev-window.c: (using_postscript_printer):
8915
8916         LPD printers use postscript, too
8917
8918 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8919
8920         * shell/ev-window.c: (register_custom_actions):
8921
8922         The zoom one is actually sort of useful,
8923         put it back
8924
8925 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8926
8927         * shell/ev-window.c: (register_custom_actions):
8928
8929         Hide page/zoom controls from overflow, they
8930         are useless.
8931
8932 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8933
8934         * cut-n-paste/update-from-egg.sh:
8935         
8936         Share it between all cut-n-paste subdirs
8937
8938         * cut-n-paste/recent-files/Makefile.am:
8939
8940         Fix to use "global" update-from-egg.sh
8941
8942         * cut-n-paste/recent-files/egg-recent-model.c:
8943         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
8944         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8945         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
8946         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
8947
8948         Update from libegg
8949
8950         * cut-n-paste/toolbar-editor/Makefile.am:
8951
8952         Fix to use "global" update-from-egg.sh
8953
8954         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8955
8956         Update from libegg
8957
8958 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
8959
8960         * configure.ac:
8961         * cut-n-paste/Makefile.am:
8962         * cut-n-paste/recent-files/Makefile.am:
8963         * cut-n-paste/toolbar-editor/.cvsignore:
8964         * cut-n-paste/toolbar-editor/Makefile.am:
8965         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8966         (egg_editable_toolbar_get_type), (get_toolbar_position),
8967         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
8968         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
8969         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
8970         (set_item_drag_source), (create_item_from_action), (create_item),
8971         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
8972         (popup_toolbar_context_menu_cb), (free_dragged_item),
8973         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
8974         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
8975         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
8976         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
8977         (item_added_cb), (item_removed_cb),
8978         (egg_editable_toolbar_construct),
8979         (egg_editable_toolbar_disconnect_model),
8980         (egg_editable_toolbar_deconstruct),
8981         (egg_editable_toolbar_set_model),
8982         (egg_editable_toolbar_set_ui_manager),
8983         (egg_editable_toolbar_set_property),
8984         (egg_editable_toolbar_get_property),
8985         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
8986         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
8987         (egg_editable_toolbar_new_with_model),
8988         (egg_editable_toolbar_get_edit_mode),
8989         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
8990         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
8991         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
8992         (new_pixbuf_from_widget), (new_separator_pixbuf),
8993         (update_separator_image), (style_set_cb),
8994         (_egg_editable_toolbar_new_separator_image),
8995         (egg_editable_toolbar_get_model):
8996         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8997         * cut-n-paste/toolbar-editor/egg-marshal.c:
8998         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8999         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
9000         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
9001         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
9002         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
9003         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
9004         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
9005         (editor_drag_data_delete_cb), (drag_data_get_cb),
9006         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
9007         (editor_create_item), (update_editor_sheet), (setup_editor),
9008         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
9009         (parse_item_list), (model_has_action), (update_actions_list),
9010         (egg_toolbar_editor_load_actions):
9011         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
9012         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9013         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
9014         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
9015         (toolbars_item_new), (free_toolbar_node), (free_item_node),
9016         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
9017         (egg_toolbars_model_add_separator), (impl_add_item),
9018         (parse_item_list), (egg_toolbars_model_add_toolbar),
9019         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
9020         (impl_get_item_data), (impl_get_item_type),
9021         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
9022         (egg_toolbars_model_init), (free_toolbar),
9023         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
9024         (egg_toolbars_model_remove_toolbar),
9025         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
9026         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
9027         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
9028         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
9029         (egg_toolbars_model_get_item_data),
9030         (egg_toolbars_model_get_item_type):
9031         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9032         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9033         * data/Makefile.am:
9034         * data/evince-toolbar.xml:
9035         * data/evince-ui.xml:
9036         * data/hand-open.png:
9037         * po/POTFILES.in:
9038         * shell/Makefile.am:
9039         * shell/ev-window.c: (update_chrome_visibility),
9040         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
9041         (ev_window_dispose), (ev_window_init):
9042
9043         Implement epiphany like toolbar editor. Based on patch by
9044         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9045
9046 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9047
9048         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
9049
9050         Use set_cursor instead of set_selection, so that
9051         the keyboard focus moves too.
9052
9053 2005-05-09  Aleksey Kliger <akliger@gmail.com>
9054
9055         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
9056
9057         Fix infinite loop when loading Type1 fonts
9058
9059 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9060
9061         * data/evince-ui.xml:
9062         * shell/ev-window.c:
9063
9064         Slash -> Find
9065
9066 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
9067
9068         * configure.ac:
9069
9070         Make --disable really disable
9071
9072 2005-05-07  Juerg Billeter  <j@bitron.ch>
9073
9074         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
9075
9076         Compare page labels even without has_labels set, fixes setting page
9077         with entry
9078
9079 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9080
9081         * shell/ev-view.c: (ev_view_create_invisible_cursor),
9082         (ev_view_set_cursor), (ev_view_button_press_event),
9083         (ev_view_motion_notify_event), (ev_view_button_release_event),
9084         (ev_view_init):
9085
9086         Implement middle button scrolling. Based on a patch
9087         by Tommi Komulainen <tommi.komulainen@iki.fi>.
9088
9089 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
9090
9091         * shell/ev-document-types.c: (get_slow_mime_type),
9092         (get_document_type_from_mime), (ev_document_type_lookup):
9093         * shell/ev-document-types.h:
9094
9095         Change api to lookup from uri. Do fast lookup first, if the
9096         type is unknown try with data sniffing.
9097
9098         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
9099         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9100
9101         Adapt to api change
9102
9103 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9104
9105         * thumbnailer/Makefile.am:
9106
9107         Fix distcheck
9108
9109 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9110
9111         * NEWS:
9112         * configure.ac:
9113
9114         Release 0.3.0
9115
9116         * data/evince-ui.xml:
9117
9118         Hide presentation mode for now
9119
9120         * shell/ev-view.c: (highlight_find_results):
9121
9122         Show current find selection only on current page
9123
9124 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9125
9126         * shell/ev-view.c: (ev_view_select_all):
9127
9128         Compute size of the actual page, not of
9129         the current one.
9130
9131 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9132
9133         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
9134         (view_rect_to_doc_rect), (compute_selections),
9135         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
9136         (ev_view_copy), (ev_view_primary_get_cb),
9137         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
9138         (ev_view_button_press_event), (ev_view_motion_notify_event),
9139         (ev_view_button_release_event), (page_changed_cb):
9140
9141         Fix text selection
9142
9143 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9144
9145         * shell/ev-view.c: (compute_border), (get_page_extents),
9146         (doc_rect_to_view_rect), (highlight_find_results),
9147         (ev_view_bin_expose), (ev_view_select_all),
9148         (ev_view_motion_notify_event), (update_find_status_message),
9149         (jump_to_find_result), (jump_to_find_page):
9150
9151         First go at fixing search, still buggy
9152
9153 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
9154
9155         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
9156         dropdown box and button at the top of the sidebar.
9157
9158 2005-05-02  James Bowes  <bowes@cs.dal.ca>
9159
9160         * configure.ac: Output zoom-control Makefile.
9161         * cut-n-paste/Makefile.am: build zoom-control subdir.
9162         * cut-n-paste/zoom-control/ephy-zoom-action.c:
9163         * cut-n-paste/zoom-control/ephy-zoom-action.h:
9164         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9165         * cut-n-paste/zoom-control/ephy-zoom-control.h:
9166         * cut-n-paste/zoom-control/ephy-zoom.c:
9167         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
9168         from epiphany, and modified to add a separator into the menu.
9169         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
9170         * data/evince-ui.xml: Replace old zoom toolbar actions with new
9171         zoom-control action.
9172         * shell/Makefile.am: Include zoom-control flags.
9173         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
9174         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
9175         (ev_view_zoom_for_size_presentation),
9176         (ev_view_zoom_for_size_continuous_and_dual_page),
9177         (ev_view_zoom_for_size_continuous),
9178         (ev_view_zoom_for_size_dual_page),
9179         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
9180         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
9181         ev_view_get_zoom and ev_view_get_sizing_mode.
9182         * shell/ev-view.h:
9183         * shell/ev-window.c: (update_action_sensitivity),
9184         (update_sizing_buttons), (zoom_control_changed_cb),
9185         (register_custom_actions): Initialize and use the zoom-control 
9186         widget.
9187
9188 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
9189
9190         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
9191         preview cache back to 1.  Don't know when it got set to 0.
9192         
9193         * shell/ev-view.c: (compute_border), (ev_view_realize),
9194         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
9195         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
9196         (ev_view_get_fullscreen), (ev_view_set_presentation),
9197         (ev_view_get_presentation), (ev_view_set_sizing_mode),
9198         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
9199         * shell/ev-view.h:
9200         * shell/ev-window.c:
9201         (update_chrome_visibility),
9202         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9203         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9204         (update_document_mode), (ev_window_update_fullscreen_action),
9205         (ev_window_fullscreen), (ev_window_unfullscreen),
9206         (ev_window_cmd_view_fullscreen),
9207         (ev_window_update_presentation_action),
9208         (ev_window_run_presentation), (ev_window_stop_presentation),
9209         (ev_window_cmd_view_presentation), (ev_window_state_event),
9210         (ev_window_focus_in_event), (ev_window_focus_out_event),
9211         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
9212         * data/evince-ui.xml: Initial presentation mode.  We should
9213         probably hide this until it's done, as it's quite rough.  Also,
9214         change full-screen to fullscreen and add two getters to EvView.
9215
9216 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9217
9218         * shell/ev-page-action.c: (update_page_cache),
9219         (ev_page_action_dispose):
9220         * shell/ev-window.c: (destroy_fullscreen_popup),
9221         (ev_window_create_fullscreen_popup):
9222
9223         Use connect_object rather than explicitly
9224         disconnect on dispose.
9225
9226 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9227
9228         * shell/ev-page-action.c: (update_page_cache),
9229         (ev_page_action_dispose):
9230
9231 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9232
9233         * backend/ev-page-cache.c: (_ev_page_cache_new),
9234         (ev_page_cache_set_page_label),
9235         (ev_page_cache_has_nonnumeric_page_labels):
9236         * backend/ev-page-cache.h:
9237         * shell/ev-page-action.c: (update_pages_label):
9238         
9239         If all page labels are numeric, fallback to default
9240         way to display number of pages. See bug 173185.
9241
9242 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9243
9244         * shell/ev-page-action.c: (ev_page_action_dispose):
9245         * shell/ev-view.c: (view_update_range_and_current_page):
9246         * shell/ev-window.c: (ev_window_dispose):
9247         
9248         Set page on scroll in continuous mode. Fixes bug 301986.
9249         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
9250
9251 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
9252
9253         * configure.ac:
9254
9255         Require poppler 0.3.0
9256
9257 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9258         
9259         * shell/Makefile.am, configure.ac: Fix build problems
9260         with t1lib. Bug 301996.
9261
9262 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9263
9264         * shell/ev-view.c: (ev_view_scroll_event):
9265         
9266         Scroll up increase zoom
9267
9268 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9269
9270         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
9271         (ev_view_set_sizing_mode),
9272         (ev_view_zoom_for_size_continuous_and_dual_page),
9273         (ev_view_zoom_for_size_continuous):
9274         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
9275         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
9276         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
9277         (ev_window_init):
9278
9279         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
9280         Fix for 165473 and 165472.
9281
9282 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9283
9284         * po/POTFILES.in:
9285         * thumbnailer/Makefile.am:
9286         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
9287         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
9288         * thumbnailer/evince-thumbnailer.schemas.in:
9289         
9290         Make thumbnailer schemas translatable. Fix for bug 301773
9291         
9292         * thumbnailer/evince-thumbnailer-djvu.schemas:
9293         * thumbnailer/evince-thumbnailer-dvi.schemas:
9294         * thumbnailer/evince-thumbnailer.schemas:
9295
9296         Removed files
9297
9298 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
9299
9300         * shell/ev-view.c (ev_view_init): forgot to set this.
9301
9302 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
9303
9304         * shell/ev-view.c: (find_page_at_location),
9305         (get_link_at_location),
9306         (ev_view_set_show_border), (ev_view_set_spacing),
9307         (ev_view_zoom_for_size_continuous_and_dual_page),
9308         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
9309         Also, add a quick fix measuring of widths.  Also, removed
9310         ev_view_set_spacing and ev_view_set_show_border.
9311         
9312         * shell/ev-window.c: (ev_window_unfullscreen),
9313         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
9314
9315 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9316
9317         * shell/ev-view.c: (view_update_range_and_current_page),
9318         (page_changed_cb):
9319         
9320         Fix crash on exit and scrolling to page in continuous view.
9321
9322 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
9323
9324         * TODO:
9325         * backend/ev-page-cache.c: (_ev_page_cache_new),
9326         (ev_page_cache_get_max_width_size),
9327         (ev_page_cache_get_max_height_size):
9328         * backend/ev-page-cache.h:
9329         * data/evince-ui.xml:
9330         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
9331         * shell/ev-view.c: (view_update_adjustments),
9332         (view_update_range_and_current_page), (get_bounding_box_size),
9333         (ev_view_size_request_continuous_and_dual_page),
9334         (ev_view_size_request_continuous),
9335         (ev_view_size_request_dual_page),
9336         (ev_view_size_request_single_page), (ev_view_size_request),
9337         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
9338         (ev_view_bin_expose), (ev_view_expose_event),
9339         (ev_view_set_property), (ev_view_get_property),
9340         (ev_view_class_init), (ev_view_init), (ev_view_new),
9341         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
9342         (ev_view_set_dual_page), (ev_view_set_full_screen),
9343         (ev_view_set_presentation), (ev_view_set_sizing_mode),
9344         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
9345         (ev_view_zoom_out), (zoom_for_size_fit_width),
9346         (zoom_for_size_best_fit),
9347         (ev_view_zoom_for_size_continuous_and_dual_page),
9348         (ev_view_zoom_for_size_continuous),
9349         (ev_view_zoom_for_size_dual_page),
9350         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9351         (ev_view_show_cursor), (ev_sizing_mode_get_type):
9352         * shell/ev-view.h:
9353         * shell/ev-window.c: (update_action_sensitivity),
9354         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9355         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9356         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
9357         (ev_window_cmd_view_zoom_out), (update_view_size),
9358         (ev_window_set_sizing_mode), (ev_window_init):
9359
9360         Add Continuous and Dual page modes.
9361
9362 2005-04-23  James Bowes  <bowes@cs.dal.ca>
9363
9364         * dvi/dvi-document.c: (dvi_document_load),
9365         (dvi_document_thumbnails_get_thumbnail),
9366         (dvi_document_init_params): Fix up some mixups between
9367         width and height to correct thumbnail rendering.
9368
9369 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9370
9371         * dvi/mdvi-lib/private.h:
9372         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
9373         
9374         Suppess output for kpathsea during font generation. Thanks to
9375         James Bowes
9376
9377 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
9378
9379         * NEWS:
9380         * configure.ac:
9381
9382         Release 0.2.1
9383
9384         * Makefile.am: fix distcheck.
9385
9386 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9387
9388         * shell/ev-sidebar-links.c: (selection_changed_callback),
9389         (update_page_callback), (row_activated_callback),
9390         (job_finished_callback), (ev_sidebar_links_set_document):
9391         
9392         Fix for bug #169901. Double click on links expands tree.
9393
9394 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
9395
9396         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
9397         hard-coded style. Fix for bug 170111
9398
9399 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
9400
9401         * shell/ev-view.c (highlight_find_results): Remove unnecessary
9402         locking.
9403
9404 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9405
9406         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
9407
9408 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
9409
9410         * pdf/ev-poppler.cc:
9411         * shell/ev-view.c: (highlight_find_results):
9412
9413         Fix find on single page documents
9414
9415 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9416
9417         * data/evince.schemas.in: fix for bug 301390
9418
9419 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9420
9421         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
9422         (ev_view_zoom_out), (ev_view_zoom_normal):
9423         * shell/ev-view.h:
9424         * shell/ev-window.c: (update_action_sensitivity),
9425         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9426         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
9427         (ev_window_cmd_view_normal_size):
9428
9429         Fix normal size zoom. Make zoom in/zoom out unsensitive when
9430         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
9431         better than oom. 
9432
9433 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9434
9435         * configure.ac:
9436
9437         Depend on 2.57, 2.59 doesnt seem to be necessary
9438
9439 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9440
9441         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
9442         (create_tool_item):
9443
9444         Put back total number of pages as (1 of 1234)
9445
9446 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
9447
9448         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
9449         remove the job.
9450
9451         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
9452         function.  This helps debugging.
9453
9454 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9455
9456         * djvu/djvu-document.c: (djvu_document_class_init),
9457         (djvu_document_get_info), (djvu_document_document_iface_init):
9458         * dvi/dvi-document.c: (dvi_document_class_init),
9459         (dvi_document_get_info), (dvi_document_document_iface_init):
9460
9461         Dummy implementation of get_info method for dvi and
9462         djvu. Fix crashes with those backends
9463
9464 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
9465
9466         * data/evince.desktop.in:
9467
9468         Add application/x-gzpostscript
9469
9470 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
9471
9472         * data/evince.schemas.in: Added real long descriptions, 
9473         closes bug 172496 
9474
9475         * README: Added actual text, closes bug 171869
9476
9477 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9478
9479         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9480
9481         Thumbnail page 0
9482
9483 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9484
9485         * backend/ev-document-info.h:
9486
9487         s/GDate */GDate so we can just use g_free
9488
9489 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9490
9491         * shell/ev-window.c: (update_document_mode),
9492         (ev_window_setup_document):
9493
9494         Show the window in fullscreen when specified by
9495         the document
9496
9497 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9498
9499         * backend/ev-document.c: (ev_document_class_init),
9500         (ev_document_get_info), (ev_document_render_pixbuf):
9501         * backend/ev-document.h:
9502         * backend/ev-page-cache.c: (_ev_page_cache_new):
9503         * pdf/ev-poppler.cc:
9504         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
9505         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
9506         * ps/ps-document.c: (ps_document_class_init), (document_load),
9507         (ps_document_get_info), (ps_document_document_iface_init):
9508
9509         Remove get_title from the interface, we can just use document info
9510
9511 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9512
9513         * backend/Makefile.am:
9514         * backend/ev-document.c: (ev_document_render_get_info):
9515         * backend/ev-document.h:
9516         * pdf/ev-poppler.cc:
9517
9518         Initial support for document info. Based on jrb patch.
9519
9520 2005-04-19  Paolo Borelli <pborelli@katamail.com>
9521
9522         * shell/ev-window.c: (ev_window_state_event),
9523         (ev_window_class_init), (ev_window_init):
9524         
9525         Doesn't show resize grip when maximized. See bug #301053
9526
9527 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9528
9529         * po/POTFILES.in:
9530         
9531         ev-sidebar-thumbnails now has translatable labels
9532         
9533         * shell/Makefile.am:
9534         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
9535         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
9536         (ev_sidebar_links_page_iface_init):
9537         * shell/ev-sidebar-links.h:
9538         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9539         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
9540         (ev_sidebar_page_get_label):
9541         * shell/ev-sidebar-page.h:
9542         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
9543         (ev_sidebar_thumbnails_set_document),
9544         (ev_sidebar_thumbnails_support_document),
9545         (ev_sidebar_thumbnails_get_label),
9546         (ev_sidebar_thumbnails_page_iface_init):
9547         * shell/ev-sidebar-thumbnails.h:
9548         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
9549         (ev_sidebar_set_document):
9550         * shell/ev-sidebar.h:
9551         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
9552         
9553         Small rework of sidebar code. Now sidebar pages should implement
9554         EvSidebarPage interface. That makes page management in EvSidebar
9555         easier. See bug #164811 for details
9556
9557 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9558
9559         * shell/ev-application.c: (ev_application_open):
9560         * shell/ev-document-types.c:
9561         
9562         Fix build error and small problem with application exit
9563
9564 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9565
9566         * thumbnailer/Makefile.am:
9567         * thumbnailer/evince-thumbnailer-djvu.schemas:
9568         * thumbnailer/evince-thumbnailer-dvi.schemas:
9569         
9570         Conditionally install schemas for djvu/dvi thumbnailer
9571
9572 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
9573
9574         * shell/ev-document-types.h: 
9575         * shell/ev-document-types.c: 
9576         New files, handling the mapping from mimetypes to backends
9577         
9578         * shell/ev-window.c: 
9579         * thumbnailer/evince-thumbnailer.c:     
9580         Use the ev-document-types code
9581         
9582         * shell/Makefile.am: 
9583         Added new convenience library libevbackendfactory_la, containing
9584         the new mimetype->backend logic; moved the backends into it.
9585
9586         * thumbnailer/Makefile.am:
9587         Make the thumbnailer link with the libevbackend.la convenience
9588         library, rather than having a duplicate of the backend logic here.
9589
9590 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
9591
9592         * shell/ev-stock-icons.c: constify some vars.
9593         * shell/ev-window.c: ditto.
9594
9595 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
9596
9597         * ps/ps-document.c (get_page_orientation):
9598
9599         Respect document orientation 
9600
9601 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9602
9603         * djvu/Makefile.am:
9604         * dvi/Makefile.am:
9605         * shell/Makefile.am:
9606         
9607         Move library dependencies to components.
9608         
9609         * shell/ev-window.c: (update_window_title),
9610         (start_loading_document):
9611         
9612         Fix display of uris with spaces. Bug 168358.
9613
9614 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
9615
9616         * shell/ev-sidebar-links.c: (selection_changed_cb):
9617         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
9618         (ev_view_button_release_event), (ev_view_set_document):
9619         * shell/ev-view.h:
9620         * shell/ev-window.c: (find_bar_search_changed_cb):
9621         * shell/ev-window.h: Minor cleanups removing some dead code.
9622
9623 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9624
9625         * backend/ev-page-cache.c: (_ev_page_cache_new):
9626         
9627         Set current page to 0 if document has pages.
9628
9629 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9630
9631         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9632
9633         Initialize GError to NULL, fix a crash when loading fails.
9634
9635 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9636
9637         * shell/ev-window.c: (update_view_size):
9638
9639         Calculate shadow size only when there is actually
9640         a shadow.
9641
9642 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9643
9644         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
9645         * shell/ev-view.h:
9646
9647         Allow setting view spacing, default to 0
9648
9649         * shell/ev-window.c: (ev_window_unfullscreen),
9650         (ev_window_cmd_view_fullscreen), (ev_window_init):
9651
9652         Remove spacing in fullscreen mode
9653
9654 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9655
9656         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
9657         (ev_view_size_request), (expose_bin_window),
9658         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
9659         * shell/ev-view.h:
9660         * shell/ev-window.c: (ev_window_unfullscreen),
9661         (ev_window_cmd_view_fullscreen):
9662
9663         Do not draw the border in fulscreen
9664
9665 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9666
9667         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
9668         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
9669         (find_page_at_location), (page_changed_cb):
9670
9671         Rework border calculation, so that I can more easily disable it.
9672         Code somewhat cleaner too.
9673
9674 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9675
9676         * backend/ev-page-cache.c: (ev_page_cache_init),
9677         (_ev_page_cache_new):
9678
9679         Remove some assertions, documents can have 0 pages.
9680         Make initial current page -1.
9681
9682         * shell/ev-page-action.c: (page_changed_cb):
9683
9684         Show "" if current page is -1
9685
9686         * shell/ev-window.c: (update_action_sensitivity),
9687         (ev_window_setup_document):
9688
9689         When document has 0 pages do not set the view
9690         and make nearly everything insensitive.
9691
9692 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9693
9694         * shell/ev-page-view.c:
9695         * shell/ev-page-view.h:
9696
9697         Remove unused files.
9698         
9699         * shell/ev-sidebar-thumbnails.c:
9700         (ev_sidebar_thumbnails_set_document):
9701         * shell/ev-sidebar.c: (ev_sidebar_set_document),
9702         (ev_sidebar_supports_document):
9703         * shell/ev-sidebar.h:
9704         * shell/ev-window.c: (ev_window_setup_document):
9705         
9706         Doesn't show thumbnails if document has 1 page. Make
9707         sidebar menu entries sensitive only if if they have 
9708         sense. Fix bug 164811. 
9709
9710 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9711
9712         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
9713         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
9714         (ev_view_zoom_out), (ev_view_set_size):
9715
9716         Rework sizing to deal with documents with not uniform page
9717         size.
9718
9719 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9720
9721         * backend/ev-page-cache.c: (_ev_page_cache_new):
9722
9723         Fix several page size caching bugs
9724
9725 2005-04-15  Luca Ferretti <elle.uca@libero.it>
9726
9727         * shell/ev-window.c: (set_action_properties):
9728
9729         Make all toolbar items translatable
9730
9731 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9732
9733         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
9734         (save_page_list), (ps_document_save),
9735         (ps_document_document_iface_init), (ps_document_ps_export_begin),
9736         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
9737         (ps_document_ps_exporter_iface_init):
9738         * ps/ps-document.h:
9739
9740         Based on a patch by J�rg Billeter <j@bitron.ch>
9741         
9742         Implement print and save a copy for the ps backend.
9743
9744 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
9745
9746         * backend/ev-document.h:
9747         * djvu/djvu-document.c: (djvu_document_can_get_text),
9748         (djvu_document_document_iface_init):
9749         * dvi/dvi-document.c: (dvi_document_can_get_text),
9750         (dvi_document_document_iface_init):
9751         * pdf/ev-poppler.cc:
9752         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
9753         (pixbuf_document_document_iface_init):
9754         * ps/ps-document.c: (ps_document_can_get_text),
9755         (ps_document_document_iface_init):
9756         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
9757         * shell/ev-window.c: (update_action_sensitivity):
9758
9759         Fix the crash when trying to copy in backends that doesnt
9760         support it. We can implement a better solution once we
9761         do real text selection.
9762
9763 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
9764
9765         * data/evince-ui.xml:
9766         * shell/ev-window.c: (ev_window_cmd_escape):
9767         
9768         Work around the Escape conflict (find bar and unfullscreen)
9769
9770 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9771
9772         * backend/ev-page-cache.c: (ev_page_cache_next_page):
9773         
9774         Fix for #300233. Next page correctly handles document end.
9775         
9776         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9777         (ev_sidebar_thumbnails_class_init),
9778         (ev_sidebar_thumbnails_set_document),
9779         (ev_sidebar_thumbnails_clear_job),
9780         (ev_sidebar_thumbnails_clear_model):
9781         
9782         Cleanup thumbnail jobs on document changes.
9783         
9784         * shell/ev-view.c: (add_scroll_binding_keypad),
9785         (add_scroll_binding_shifted), (ev_view_class_init):
9786         
9787         Shift + Space scrolls up. Fix for #173184
9788         
9789         * shell/ev-window.c: (ev_window_open_page),
9790         (ev_window_cmd_view_reload):
9791         
9792         Fix reload (Bug #300094)
9793
9794 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9795
9796         
9797         * dvi/mdvi-lib/assoc.c:
9798         * dvi/mdvi-lib/assoc.h: Removed garbage files
9799         
9800         * dvi/mdvi-lib/bitmap.c:
9801         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
9802         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
9803         * dvi/mdvi-lib/color.h: Antialias of rules
9804         
9805         * dvi/mdvi-lib/common.h:
9806         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
9807         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
9808         * dvi/mdvi-lib/files.c:
9809         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
9810         * dvi/mdvi-lib/mdvi.h:
9811         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9812         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
9813         * dvi/mdvi-lib/util.c: Fix compile warnings
9814         
9815         * dvi/dvi-document.c:
9816         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
9817         (dvi_document_thumbnails_get_thumbnail),
9818         (dvi_document_document_thumbnails_iface_init):
9819         * dvi/mdvi-lib/Makefile.am:
9820         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9821         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
9822         
9823         Dvi backend now renders thumbnails
9824
9825 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
9826
9827         * shell/main.c: (main): 
9828         
9829         Save accelerators on exit. Fixes bug #172095.
9830
9831 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
9832
9833         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
9834         update priority" comment.
9835
9836         * backend/ev-job-queue.c: Give a way to change priority.
9837
9838 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
9839
9840         * shell/ev-page-action.c: Fix logic.
9841
9842 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9843
9844         * shell/ev-view.c: (ev_view_can_find_next):
9845         * shell/ev-window.c: (ev_window_setup_document):
9846
9847         Check that the document supports find
9848
9849 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9850
9851         * data/evince-ui.xml:
9852         * shell/ev-view.c: (ev_view_can_find_next):
9853         * shell/ev-view.h:
9854         * shell/ev-window.c: (update_action_sensitivity),
9855         (find_changed_cb), (ev_window_setup_document),
9856         (ev_window_cmd_edit_find_next):
9857
9858         Add Edit->Find Next
9859
9860 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9861
9862         * pdf/ev-poppler.cc:
9863         * shell/ev-print-job.c: (idle_print_handler):
9864
9865         Make printing work again
9866
9867 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
9868
9869         * shell/ev-page-action.h:
9870         * shell/ev-page-action.c: (ev_page_action_widget_init),
9871         (ev_page_action_widget_class_init), (page_changed_cb),
9872         (create_tool_item), (update_page_cache), (build_new_tree_cb),
9873         (get_filter_model_from_model), (match_selected_cb),
9874         (display_completion_text), (match_completion), (update_model),
9875         (connect_proxy), (ev_page_action_set_property),
9876         (ev_page_action_get_property), (ev_page_action_set_document),
9877         (ev_page_action_set_model), (ev_page_action_class_init): Big
9878         reworking to make completions work iff we have >= GTK-2.7.0
9879                 
9880         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
9881         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
9882         (job_finished_cb): We now have a 'model' property that is set when
9883         the links are loaded.  This can be caught with "notify::model"
9884
9885         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
9886         listen for the model to be set, and propagate it to the action.
9887
9888 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9889
9890         * cut-n-paste/recent-files/egg-recent-item.c:
9891         (egg_recent_item_set_uri), (make_valid_utf8),
9892         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
9893         * cut-n-paste/recent-files/egg-recent-item.h:
9894         
9895         Update egg-recent from libegg. This should fix long
9896         startup problem. For details see
9897         http://bugzilla.gnome.org/show_bug.cgi?id=160531
9898
9899 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9900
9901         * cut-n-paste/recent-files/Makefile.am:
9902         * data/evince-ui.xml, shell/Makefile.am:
9903         * shell/ev-application.c, shell/ev-application.h:
9904         * shell/ev-window.c: Recent files support.
9905         
9906         * configure.ac: Added "ru" to ALL_LINGUAS.
9907         
9908         * dvju: new backend to support DJVU files.
9909         * dvi: new backend to support DVI.
9910
9911         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
9912         * ev-application.c: Support for new backends.
9913         
9914         * help, ev-window.c, main.c shell/Makefile.am: 
9915         Evince user documentation.
9916
9917 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9918
9919         * po/POTFILES.in:
9920         * shell/ev-window.c:
9921         * thumbnailer/evince-thumbnailer.c:
9922
9923         s/pdf-document/ev-poppler
9924
9925 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9926
9927         * NEWS:
9928         * configure.ac:
9929
9930         Release 0.2.0
9931
9932         * ps/ps-document.c: (setup_pixmap):
9933
9934         Remove debug code
9935
9936 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
9937
9938         * backend/ev-page-cache.c (ev_page_cache_next_page): 
9939         * shell/ev-window.c (ev_window_cmd_go_next_page) 
9940         (ev_window_cmd_go_first_page): Fix of by one errors.
9941
9942 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9943
9944         * ps/ps-document.c: (get_page_box):
9945
9946         Fix page size calculation
9947
9948 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9949
9950         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9951         (ps_document_cleanup), (setup_pixmap), (get_page_box),
9952         (get_page_orientation), (setup_page), (document_load),
9953         (ps_document_get_page_size), (render_pixbuf_idle):
9954         * ps/ps-document.h:
9955
9956         More refactoring to adapt to EvDocument changes
9957
9958 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9959
9960         * ps/ps-document.c: (start_interpreter):
9961
9962         Actually add alpha args
9963
9964 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9965
9966         * pdf/ev-poppler.cc:
9967
9968         Make clipboard work again
9969
9970 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
9971
9972         Make searching work again.
9973         
9974         * backend/ev-document.c:
9975         * backend/ev-document.h:
9976         * backend/ev-document-find.c:
9977         * backend/ev-document-find.h: Change EvDocumentIface so we no
9978         longer store the current page or zoom level in the document.  The
9979         consequence is that all calls that operate on the current page now
9980         instead take the page number as an extra argument, and all
9981         coordinates are now doubles in document coordinate system.
9982
9983         * pdf/ev-poppler.cc:
9984         * pixbuf/pixbuf-document.c:
9985         * ps/ps-document.c: Update backends accordingly.
9986
9987 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
9988
9989         * autogen.sh:
9990
9991         Add required gettext version
9992
9993 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
9994
9995         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
9996         make F1 bring up non-existent help.
9997
9998         * shell/eggfindbar.c: Patch from Christian Persch to sync to
9999         epiphany's find bar, #167477
10000
10001         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
10002         <emil@nishra.com> to add space-bar scrolling, 
10003
10004         * shell/ev-window.c (static GtkActionEntry entries): add default
10005         keybinding for Help (F1)
10006         Fixes #171068
10007
10008         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
10009         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
10010         170110
10011
10012 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
10013
10014         * Makefile.am: 
10015         * pixbuf/pixbuf-document.c: 
10016
10017         Got pixbuf backend working again
10018
10019 2005-04-01  Steve Murphy  <murf@e-tools.com>
10020
10021         * configure.in: Added "rw" to ALL_LINGUAS.
10022
10023 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
10024
10025         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
10026         model types, noticed by Martin Kretzschmar.
10027
10028 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
10029
10030         * pdf/ev-poppler.cc: Implement search based on
10031         poppler_page_find_text().  Currently a bit crude since we remember
10032         all matches from all pages.  Also, we grab the big document lock
10033         when we search since searching changes the underlying stream and
10034         thus conflicts with the rendering thread.
10035         
10036         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10037         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
10038         (ev_view_find_previous): Fix some page indexes to be 0 based,
10039         offset rubber band by view offset,
10040
10041 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
10042
10043         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
10044
10045 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
10046
10047         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
10048         completely because I didn't understand GtkActions.  I should
10049         read Marco's code more carefully in the future.
10050
10051         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
10052         function
10053
10054 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
10055
10056         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
10057         PopplerRectangle change from poppler CVS.
10058
10059 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
10060
10061         * backend/ev-document.c: (ev_document_get_page_label):
10062         * backend/ev-document.h:
10063         * backend/ev-page-cache.c: (_ev_page_cache_new),
10064         (ev_page_cache_get_page_label):
10065         * backend/ev-page-cache.h:
10066         * pdf/ev-poppler.cc:
10067         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
10068         (links_page_num_func):
10069         * shell/ev-sidebar-thumbnails.c:
10070         (ev_sidebar_thumbnails_set_document):
10071         * shell/ev-view.c: (status_message_from_link),
10072         (ev_view_motion_notify_event):
10073         * shell/ev-window.c: (document_supports_sidebar): Add in page
10074         label support.  It's not perfect yet, but it's the first 'feature'
10075         in a while.
10076         Also, fix a bogus comment noticed by crispin. 
10077
10078 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
10079
10080         * Makefile.am: Remove pixbuf backend for now
10081
10082         * configure.ac: Require poppler-glib instead of just poppler.
10083
10084         * backend/ev-document-thumbnails.h: Add a comment
10085
10086         * backend/ev-document.h:
10087         * backend/ev-document.c: (ev_document_class_init),
10088         (ev_document_load), (ev_document_get_link),
10089         (ev_document_get_links): Remove 3 methods and add get_links.
10090         Also, made 0 based.
10091
10092         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10093         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
10094
10095         * backend/ev-link.c: (ev_link_set_title),
10096         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
10097         (ev_link_mapping_find):
10098         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
10099         
10100         * backend/ev-page-cache.c: (ev_page_cache_init),
10101         (_ev_page_cache_new), (ev_page_cache_set_current_page),
10102         (ev_page_cache_get_size), (ev_page_cache_next_page),
10103         (ev_page_cache_prev_page): Fix to be 0 based.
10104
10105         * pdf/Makefile.am: 
10106         * pdf/ev-poppler.h:
10107         * pdf/ev-poppler.cc: New backend.
10108         
10109         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
10110         (ps_document_get_page), (ps_document_document_iface_init):
10111
10112         * shell/ev-pixbuf-cache.h:
10113         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10114         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
10115         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
10116         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
10117         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
10118         Fix up code to grab a page cache per each doc.  Also, fix to be 0
10119         based.
10120         
10121         * shell/ev-sidebar-thumbnails.c:
10122         (ev_sidebar_tree_selection_changed), (page_changed_cb),
10123         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
10124
10125         * shell/ev-view.c: (status_message_from_link),
10126         (find_page_at_location), (get_link_at_location),
10127         (ev_view_motion_notify_event), (ev_view_button_release_event),
10128         (ev_view_init): Use the new link code.  Fix to be 0 based.
10129
10130         * shell/ev-window.c: (update_action_sensitivity),
10131         (document_supports_sidebar): 0 based.
10132
10133 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
10134
10135         * pdf/pdf-document.cc: Patch from Fernando Herrera
10136         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
10137         *blush*
10138
10139 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
10140
10141         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
10142         1 to the page, as this seems to be 1 based.  I thought we has this
10143         fixed.  grump.
10144
10145 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
10146
10147         * TODO:
10148         * backend/Makefile.am:
10149         * backend/ev-document-links.c:
10150         (ev_document_links_has_document_links),
10151         (ev_document_links_get_links_model):
10152         * backend/ev-document-links.h:
10153         * backend/ev-document.c: (ev_document_get_page_cache),
10154         (ev_document_get_doc_mutex), (ev_document_load),
10155         (ev_document_save), (ev_document_get_title),
10156         (ev_document_get_n_pages), (ev_document_set_page),
10157         (ev_document_get_page), (ev_document_set_target),
10158         (ev_document_set_scale), (ev_document_set_page_offset),
10159         (ev_document_get_page_size), (ev_document_get_text),
10160         (ev_document_get_link), (ev_document_render),
10161         (ev_document_render_pixbuf), (ev_document_scale_changed):
10162         * backend/ev-document.h:
10163         * backend/ev-job-queue.c: (remove_object_from_queue),
10164         (notify_finished), (handle_job), (search_for_jobs_unlocked),
10165         (no_jobs_available_unlocked), (ev_render_thread),
10166         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
10167         (ev_job_queue_remove_job):
10168         * backend/ev-job-queue.h:
10169         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10170         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10171         (ev_job_links_class_init), (ev_job_render_init),
10172         (ev_job_render_dispose), (ev_job_render_class_init),
10173         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10174         (ev_job_thumbnail_class_init), (ev_job_finished),
10175         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10176         (ev_job_render_run), (ev_job_thumbnail_new),
10177         (ev_job_thumbnail_run):
10178         * backend/ev-jobs.h:
10179         * backend/ev-link.c:
10180         * backend/ev-link.h:
10181         * backend/ev-page-cache.c: (ev_page_cache_init),
10182         (ev_page_cache_class_init), (ev_page_cache_finalize),
10183         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
10184         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10185         (ev_page_cache_set_link), (ev_page_cache_get_title),
10186         (ev_page_cache_get_size), (ev_page_cache_next_page),
10187         (ev_page_cache_prev_page):
10188         * backend/ev-page-cache.h:
10189         * pdf/pdf-document.cc:
10190         * ps/gsdefaults.c:
10191         * ps/gsdefaults.h:
10192         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10193         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
10194         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
10195         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
10196         (is_interpreter_ready), (output), (catchPipe), (input),
10197         (start_interpreter), (check_filecompressed), (compute_dimensions),
10198         (ps_document_enable_interpreter), (document_load),
10199         (ps_document_next_page), (render_page), (ps_document_set_page),
10200         (ps_document_set_scale), (render_pixbuf_idle),
10201         (ps_document_render_pixbuf), (ps_document_document_iface_init):
10202         * ps/ps-document.h:
10203         * shell/Makefile.am:
10204         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10205         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
10206         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
10207         (ev_pixbuf_cache_new), (job_finished_cb),
10208         (check_job_size_and_unref), (move_one_job),
10209         (ev_pixbuf_cache_update_range), (find_job_cache),
10210         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
10211         (ev_pixbuf_cache_add_jobs_if_needed),
10212         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
10213         * shell/ev-pixbuf-cache.h:
10214         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10215         (idle_print_handler):
10216         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
10217         (selection_changed_cb), (create_loading_model),
10218         (ev_sidebar_links_construct), (links_page_num_func),
10219         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
10220         (update_page_callback), (job_finished_cb),
10221         (ev_sidebar_links_set_document):
10222         * shell/ev-sidebar-thumbnails.c:
10223         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
10224         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
10225         (page_changed_cb), (thumbnail_job_completed_callback),
10226         (ev_sidebar_thumbnails_set_document):
10227         * shell/ev-sidebar-thumbnails.h:
10228         * shell/ev-sidebar.c: (ev_sidebar_set_document):
10229         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
10230         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
10231         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
10232         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
10233         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
10234         (ev_view_button_release_event), (ev_view_scroll_view),
10235         (ev_view_class_init), (ev_view_init), (update_find_status_message),
10236         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
10237         (ev_view_new), (job_finished_cb), (page_changed_cb),
10238         (ev_view_set_document), (go_to_link), (ev_view_zoom),
10239         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
10240         (ev_view_find_previous):
10241         * shell/ev-view.h:
10242         * shell/ev-window.c: (update_action_sensitivity),
10243         (ev_window_open_page), (update_window_title), (update_total_pages),
10244         (page_changed_cb), (ev_window_setup_document),
10245         (password_dialog_response), (ev_window_cmd_save_as),
10246         (ev_window_print), (ev_window_cmd_go_previous_page),
10247         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
10248         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
10249         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
10250         * shell/main.c: (main):
10251
10252         Merge evince-threads branch
10253
10254 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
10255
10256         * configure.ac: Added "lt" to ALL_LINGUAS.
10257
10258 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
10259
10260         * NEWS:
10261         * configure.ac:
10262
10263         Release 0.1.9
10264
10265 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
10266
10267         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10268
10269         Fix here also the thumbnails 1-basedness :)
10270
10271 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10272
10273         * NEWS:
10274         * configure.ac:
10275
10276         Release 0.1.8
10277
10278 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10279
10280         * pdf/pdf-document.cc:
10281         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
10282         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
10283
10284         Fix the mess we did with thumbnails and 1-basedness
10285
10286 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
10287
10288         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
10289
10290 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
10291
10292         * NEWS:
10293         * configure.ac:
10294
10295         Release 0.1.7
10296
10297 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
10298
10299         * ps/Makefile.am:
10300         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
10301         (gtk_gs_defaults_get_alpha_parameters),
10302         (gtk_gs_defaults_get_ungzip_cmd),
10303         (gtk_gs_defaults_get_unbzip2_cmd):
10304         * ps/gsdefaults.h:
10305         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10306         (ps_document_get_orientation), (document_load),
10307         (ps_document_goto_page), (ps_document_set_page_size):
10308         * ps/ps-document.h:
10309
10310         Some more sanitization of the ps backend. Remove a lot
10311         of unused code and do not base our defaults on ggv
10312         preferences (ugh!)
10313
10314 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
10315
10316         * thumbnailer/evince-thumbnailer.schemas:
10317         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10318         (main): add -s option for thumbnail size.
10319
10320 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
10321
10322         * configure.ac:
10323
10324         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
10325         remove it.
10326
10327 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10328
10329         * pdf/pdf-document.cc:
10330
10331         Remove 4 pixels of useless border from the
10332         thumbnail.
10333
10334 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10335
10336         * backend/ev-document-thumbnails.c:
10337         (ev_document_thumbnails_get_thumbnail):
10338         * backend/ev-document-thumbnails.h:
10339
10340         Rework API a bit. Add a border flag and
10341         change sizing logic (now the size we specify
10342         applies to the bigger dimension).
10343
10344         * pdf/pdf-document.cc:
10345         * pixbuf/pixbuf-document.c:
10346         (pixbuf_document_thumbnails_get_thumbnail):
10347         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
10348         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10349
10350         Adapt to the new API and do not draw a border for nautilus
10351         thumbnailer.
10352
10353 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
10354
10355         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10356         take thumbnails from page "0" instead of "1". Added a copyright header.
10357
10358 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
10359
10360         * ps/ps-document.c: (set_up_page), (start_interpreter):
10361
10362         Make it C89 compliant
10363
10364 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
10365
10366         * Makefile.am:
10367         * configure.ac:
10368         * pdf/.cvsignore:
10369         * pdf/pdf-document.cc:
10370         * thumbnailer/Makefile.am:
10371         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10372         (main):
10373         * thumbnailer/evince-thumbnailer.schemas:
10374         * thumbnailer/pdf-icon.png:
10375
10376         Add a nautilus thumbnailer.
10377         Based on patch by Fernando Herrera <fherrera@onirica.com>.
10378
10379 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
10380
10381         * NEWS:
10382         * configure.ac:
10383         * po/POTFILES.in:
10384
10385         Release 0.1.6
10386
10387 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
10388
10389         Use poppler instead of including xpdf source code.  Poppler is a
10390         fork of xpdf to build it as a shared library. See
10391         http://freedesktop.org/wiki/Software/poppler.
10392
10393         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
10394         xpdf fork.
10395         
10396         * pdf/Makefile.am: Build libpdfdocument.a here.
10397         
10398         * pdf/GDKSplashOutputDev.cc:
10399         * pdf/GDKSplashOutputDev.h:
10400         * pdf/GnomeVFSStream.cc:
10401         * pdf/GnomeVFSStream.h:
10402         * pdf-document.cc:
10403         * pdf-document.h:
10404         * test-gdk-output-dev.cc
10405         * Thumb.cc:
10406         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
10407         against poppler.
10408
10409 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10410
10411         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
10412
10413         Clear idle stack before unsetting the document
10414
10415 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10416
10417         * ps/ps-document.c: (ps_document_widget_event),
10418         (ps_document_set_target), (ps_document_finalize),
10419         (ps_document_get_page):
10420
10421         Disconnect the widget event signal on finalize.
10422         Some code cleanups.
10423
10424 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10425
10426         * ps/ps-document.c: (set_up_page):
10427
10428         If there is no bpixmap create one, even if size
10429         is not changed.
10430
10431 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10432
10433         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
10434         (set_up_page), (document_load), (ps_document_set_zoom):
10435
10436         Default page is 0. Calculate size even when we have no
10437         target yet.
10438
10439 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
10440
10441         * shell/ev-sidebar.c: expand the selection widget to be always as
10442         wide as the sidebar
10443
10444 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10445
10446         * shell/ev-sidebar-thumbnails.c:
10447         (ev_sidebar_thumbnails_set_document):
10448
10449         Clear the list store when setting document
10450
10451 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10452
10453         * shell/ev-page-action.c: (update_entry), (sync_entry),
10454         (activate_cb), (entry_size_request_cb), (create_tool_item),
10455         (connect_proxy):
10456
10457         Use an entry for the page control instead of spinbuttons
10458
10459 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10460
10461         * data/evince.schemas.in:
10462
10463         Correct confusing string
10464
10465 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
10466
10467         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
10468         for real.  Gosh, how long has this been broken.
10469
10470         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
10471         check for a NULL link.  We crash otherwise.
10472
10473 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
10474
10475         * NEWS:
10476         * configure.ac:
10477
10478         Release 0.1.5
10479
10480 2005-02-25  Sebastien Bacher  <seb128@debian.org>
10481
10482         * configure.ac: add the french translation.
10483
10484 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10485
10486         * shell/ev-window.c:
10487
10488         Remove unused header -> fix distcheck
10489
10490 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10491
10492         * shell/ev-window.c: (update_window_title),
10493         (ev_window_popup_password_dialog):
10494
10495         Unescape filename for display
10496
10497 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10498
10499         * pdf/xpdf/pdf-document.cc:
10500
10501         In get_page_size deal with rotation. Also
10502         cleanup the function a bit.
10503
10504 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10505
10506         * pdf/xpdf/pdf-document.cc:
10507
10508         Fix crash when opening in new window
10509
10510 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10511
10512         * configure.ac:
10513
10514         Check ghostscript >= 7
10515
10516 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
10517
10518         * shell/ev-window.c:
10519
10520         Make page width the default sizing mode
10521
10522 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
10523         Marco Pesenti Gritti <marco@gnome.org>
10524
10525         * shell/ev-window.c: Remember the sidebar size
10526
10527         * data/evince.schemas.in: Add a new gconf key to store the size of
10528         the sidebar
10529
10530 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
10531
10532         * data/evince-ui.xml:
10533         * shell/ev-window.c: (update_action_sensitivity),
10534         (ev_window_cmd_view_reload):
10535         
10536         Add a "Reload" action and menu entry
10537
10538 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
10539
10540         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
10541         iff the type doesn't support thumbnailing and indexing.
10542
10543 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
10544
10545         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
10546
10547 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10548
10549         * pdf/splash/Splash.cc:
10550
10551         Port fix for a crasher from kde bug
10552         http://bugs.kde.org/show_bug.cgi?id=97131
10553
10554 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10555
10556         * pdf/xpdf/pdf-document.cc:
10557
10558         Return a link even if it's of an unrecognized
10559         type. Otherwise we go in an infinte cycle.
10560
10561 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10562
10563         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
10564         (size_allocate_cb), (ev_window_set_sizing_mode):
10565
10566         Update size when switching mode
10567
10568 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10569
10570         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10571         (ev_window_cmd_view_page_width), (update_sizing_buttons),
10572         (ev_window_cmd_view_normal_size):
10573
10574         Fix size toggle buttons behavior
10575
10576 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10577
10578         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
10579         (doc_rect_to_view_rect), (ev_view_size_allocate),
10580         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
10581         (scale_changed_callback):
10582
10583         Do not cache offsets in size_allocate.
10584
10585 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10586
10587         * shell/ev-view.c: (ev_view_size_allocate):
10588
10589         Calculate offsets before calling the parent
10590         class (which does a redraw)
10591
10592 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10593
10594         * pdf/xpdf/pdf-document.cc:
10595
10596         Fix a crasher on exit. Unused code, put a TODO
10597
10598 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10599
10600         * backend/ev-document.c: (ev_document_class_init),
10601         (ev_document_page_changed), (ev_document_scale_changed):
10602         * backend/ev-document.h:
10603
10604         Separate page/scale notifications
10605
10606         * pdf/xpdf/pdf-document.cc:
10607
10608         Emit the new signals.
10609         Do not display the pdf page in _render, do it
10610         when scale/page are requested.
10611
10612         * ps/ps-document.c: (ps_document_set_zoom),
10613         (ps_document_widget_event):
10614         * ps/ps-document.h:
10615
10616         Emit the new signals.
10617
10618         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10619         (ev_view_init), (page_changed_callback), (scale_changed_callback),
10620         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
10621         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
10622         * shell/ev-view.h:
10623         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
10624         (ev_window_cmd_view_page_width), (size_allocate_cb),
10625         (ev_window_set_sizing_mode):
10626
10627         Rework sizing to be pixel based.
10628         There are bugs but should be already way better.
10629
10630 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
10631
10632         * shell/ev-window.c: (ev_window_init):
10633
10634         Do not allow to shrink sidebar smaller then
10635         child requisition
10636
10637 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
10638
10639         * shell/ev-sidebar.[ch]
10640         * shell/ev-window.c:
10641
10642         Improved sidebar widget. Fixes #166683
10643
10644 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
10645
10646         * shell/ev-view.c (update_find_status_message): Give translators
10647         more flexibility with ngettext plural handling.
10648
10649 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
10650
10651         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
10652         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
10653         page when we get the page size.
10654
10655 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10656
10657         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
10658
10659         ps pages are 0 based, convert 
10660
10661 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10662
10663         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
10664
10665         Initialize correct parent class. Set GError on document load
10666
10667 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10668
10669         * pdf/xpdf/pdf-document.cc:
10670
10671         Fixup selection offset calculation
10672
10673         * shell/ev-view.c: (view_rect_to_doc_rect),
10674         (doc_rect_to_view_rect), (ev_view_size_allocate),
10675         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
10676         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
10677
10678         Store selection as document relative, so that zooming
10679         and offset changing doesnt break it.
10680
10681 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10682
10683         * shell/ev-view.c: (ev_view_best_fit):
10684
10685         Do not try to best fit if the view is not realized
10686
10687 2005-02-20  Kostas Papadimas <pkst@gnome.org>
10688           
10689         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
10690
10691 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
10692
10693         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
10694
10695 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
10696
10697         * shell/ev-window.c: Change the fullscreen toolbar to always be in
10698         the popup window.  That prevents it resizing when in full screen
10699         mode.
10700
10701         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
10702         multiple rerenders.  This pretty much sucks.
10703
10704         * data/evince-ui.xml: Change the fullscreen toolbar to include the
10705         rest of the toolbar.
10706
10707 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
10708
10709         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
10710
10711 2005-02-17  Alexander Shopov  <ash@contact.bg>
10712
10713         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
10714
10715 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
10716
10717         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
10718
10719 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
10720
10721         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
10722         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
10723         (set_document_page), (document_changed_callback),
10724         (ev_view_set_document), (ev_view_find_previous),
10725         (ev_view_hide_cursor), (ev_view_show_cursor):
10726         * shell/ev-view.h:
10727         * shell/ev-window.c: (update_chrome_visibility),
10728         (fullscreen_timeout_cb), (fullscreen_set_timeout),
10729         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
10730         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
10731         (ev_window_unfullscreen):
10732         * shell/main.c: (main):
10733
10734         Automatically hide the fullscreen button.
10735         Patch by Kristian Høgsberg <krh@redhat.com>
10736
10737 2005-02-16  Vincent Noel  <vnoel@cox.net>
10738
10739         * shell/main.c (main): Specify an icon for the window. Patch by
10740         Jaap A. Haitsma. Fixes #166177.
10741
10742 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
10743
10744         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
10745
10746 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
10747
10748         * backend/ev-document-misc.h:
10749         * backend/ev-document-misc.c:
10750         (ev_document_misc_get_page_border_size),
10751         (ev_document_misc_paint_one_page): New function to canonicalize
10752         sizing/painting a border.
10753
10754         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
10755         used.
10756
10757         * pdf/xpdf/pdf-document.cc: use new function
10758
10759         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10760         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
10761         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
10762         shell/ev-window.c: (update_sizing_buttons),
10763         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
10764         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
10765         (ev_window_cmd_view_page_width), (size_allocate_cb),
10766         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
10767         and "fit width" values act as toggle buttons so they stay
10768         toggled.  It's not 100% perfect, and it's a little slow, but it's
10769         good enough to commit I think.
10770
10771 2005-02-15  David Lodge  <dave@cirt.net>
10772
10773         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
10774
10775 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
10776
10777         * shell/ev-window.c (update_window_title): replace newlines in
10778         the title by spaces. Bug #166107.
10779
10780 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
10781
10782         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
10783         parameters providing allocation width and height without
10784         scrollbars and width of a possible vertical scrollbar. With this
10785         additional information the functions can work as
10786         intended. Unfortunately they're not idempotent. We should
10787         transform these commands to toggles. Fixes Bug #164976
10788         Initial patch by Stephane Loeuillet, then heavily modified.
10789
10790         * shell/ev-view.h: update prototypes.
10791
10792         * shell/ev-window.c (ev_window_cmd_view_best_fit)
10793         (ev_window_cmd_view_page_width): provide EvView fit functions with
10794         all the information they need. Formulas to calculate this
10795         information taken from GtkScrolledWindow.
10796
10797 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
10798
10799         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
10800         created a thumbnail, the list store is updated to know
10801         that the thumbnail is set. Fixes bug #166792
10802
10803 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
10804
10805         * shell/ev-window.c: fixed typo, closes bug 166897
10806
10807         * TODO: updated TODO with bug numbers that are relevant
10808
10809 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
10810
10811         * shell/ev-window.c: Support for DnD of files. Fixes #164813
10812
10813 2005-02-09  Vincent Noel  <vnoel@cox.net>
10814
10815         * shell/ev-window.c: (set_action_properties): Set the "Previous"
10816         and "Next" toolbar buttons as important to make them stand out.
10817
10818 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10819
10820         * lib/ev-debug.c:
10821         * lib/ev-debug.h:
10822         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
10823         (start_interpreter), (stop_interpreter), (document_load),
10824         (ps_document_next_page), (ps_document_goto_page),
10825         (ps_document_set_page_size), (ps_document_widget_event),
10826         (ps_document_render):
10827         * shell/ev-page-view.c: (ev_page_view_dispose):
10828         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
10829
10830         Fix compilation on non-gcc platforms
10831
10832 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10833
10834         * NEWS:
10835         * configure.ac:
10836
10837         Release 0.1.4
10838
10839         * pdf/xpdf/Catalog.cc:
10840         * pdf/xpdf/XRef.cc:
10841
10842         Fix the fix for CAN-2004-0888
10843
10844 2005-02-09  Luca Ferretti <elle.uca@libero.it>
10845
10846         * data/Makefile.am:
10847         * data/evince-ui.xml:
10848         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10849         * shell/ev-stock-icons.h:
10850         * shell/ev-window.c: (update_action_sensitivity),
10851         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
10852         (set_action_properties):
10853
10854         Improve toolbar layout/icons
10855
10856 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
10857
10858         * pdf/xpdf/pdf-document.cc:
10859
10860         Add warnings about unimplemented/unknown link
10861         types.
10862
10863 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10864
10865         * ps/ps-document.c: (set_up_page):
10866
10867         Log gs property
10868
10869 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10870
10871         * ps/ps-document.c: (start_interpreter):
10872
10873         Log gs env var
10874
10875 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10876
10877         * shell/ev-page-view.c: (ev_page_view_dispose):
10878         * shell/ev-view.c: (ev_view_finalize):
10879         * shell/ev-window.c: (ev_window_setup_document),
10880         (ev_window_dispose), (ev_window_init):
10881
10882         Solve more refs issues.
10883
10884         I commented out the page_view initialization for now:
10885         it was never destroyed (because it's never added
10886         to a container). Because of that we was leaking
10887         gs processes. Couldnt think to a clean fix.
10888         We need to figure this out, password view has the
10889         same issue probably.
10890
10891 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10892
10893         * ps/ps-document.c: (ps_document_finalize),
10894         (ps_document_get_n_pages), (ps_document_get_page):
10895
10896         Some cleanups, stop the interpreter on finalize
10897
10898         * shell/ev-page-view.c: (ev_page_view_dispose),
10899         (ev_page_view_class_init):
10900
10901         Release our reference on the document
10902
10903 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10904
10905         * Makefile.am:
10906         * configure.ac:
10907         * doc/debugging.txt:
10908         * lib/.cvsignore:
10909         * lib/Makefile.am:
10910         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
10911         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
10912         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
10913         * lib/ev-debug.h:
10914
10915         Add debugging helpers
10916
10917         * ps/Makefile.am:
10918         * ps/ps-document.c: (set_up_page), (start_interpreter),
10919         (stop_interpreter), (document_load), (ps_document_next_page),
10920         (ps_document_goto_page), (ps_document_set_page_size),
10921         (ps_document_widget_event), (ps_document_render):
10922         * shell/Makefile.am:
10923         * shell/ev-view.c: (expose_bin_window):
10924         * shell/main.c: (main):
10925
10926         Add some logs
10927         
10928 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10929
10930         * ps/ps-document.c: (ps_document_widget_event):
10931
10932         Initialize message_window, this should make ps
10933         rendering really work! (Never noticed because I was
10934         testing with a ps that is causing gs to exit every time!)
10935
10936 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
10937
10938         * data/evince.schemas.in: updated simple error in applyto closing tag
10939
10940 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
10941
10942         * Makefile.am:
10943         * configure.ac:
10944         * data/.cvsignore:
10945         * data/Makefile.am:
10946         * data/evince-ui.xml:
10947         A data/evince.schemas.in:
10948         * po/POTFILES.in:
10949         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10950         * shell/ev-stock-icons.h:
10951         * shell/ev-window.c: (update_chrome_visibility),
10952         (update_chrome_flag), (ev_window_cmd_edit_find),
10953         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
10954         (ev_window_unfullscreen), (ev_window_focus_in_event),
10955         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
10956         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
10957         (ev_window_view_sidebar_cb), (find_bar_close_cb),
10958         (ev_window_dispose), (ev_window_class_init),
10959         (set_action_properties), (set_chrome_actions), (load_chrome),
10960         (ev_window_init):
10961
10962         Implement fullscreen mode changes from bug #164776.
10963         Also implement persistent chrome toggles.
10964
10965 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
10966
10967         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
10968
10969 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10970
10971         * NEWS:
10972         * configure.ac:
10973         * shell/ev-view.c:
10974
10975         Add another check for find interface
10976
10977         Release 0.1.3
10978
10979 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10980
10981         * shell/ev-application.c: (ev_application_open):
10982         * shell/ev-window.c: (ev_window_open):
10983
10984         Open gzipped ps documents
10985
10986 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10987
10988         * TODO:
10989         * shell/ev-view.c: (set_document_page):
10990
10991         Clamp page number, dont try to move to
10992         not existant pages.
10993
10994 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10995
10996         * backend/ev-document-find.c: (ev_document_find_changed):
10997         * backend/ev-document-find.h:
10998         * pdf/xpdf/pdf-document.cc:
10999         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
11000         * shell/ev-window.c: (find_bar_search_changed_cb):
11001
11002         Fix several bugs with find
11003
11004 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
11005
11006         * shell/ev-sidebar-thumbnails.c
11007         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
11008         document. Prevents warning from scroll_to_cell.
11009
11010 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
11011
11012         * configure.ac: Add «nb» to ALL_LINGUAS too.
11013
11014 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
11015
11016         * NOTES: New file with some random thoughts.
11017
11018         * TODO: Update.
11019
11020         * backend/ev-document-misc.c:
11021         (ev_document_misc_get_page_border_size): New function to
11022         canonicalize shadow drawing sizes.  Possibly goofy.
11023
11024         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
11025         (ev_view_best_fit), (ev_view_fit_width):
11026         * pdf/xpdf/pdf-document.cc:
11027         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11028         * ps/ps-document.c: (ps_document_get_page_size):
11029         * backend/ev-document-misc.h:
11030         * backend/ev-document.c: (ev_document_get_page_size):
11031         * backend/ev-document.h: get_page_size now takes a page number
11032         parameter.  Made all the backends/frontends honor it.
11033
11034         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
11035         see.  Doesn't work yet.
11036
11037         * shell/Makefile.am:
11038         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
11039         Doesn't do anything yet.
11040
11041         * shell/ev-sidebar-thumbnails.c:
11042         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
11043         [0..n_pages-1]
11044
11045         * shell/ev-window.c: (update_action_sensitivity),
11046         (ev_window_setup_document), (ev_window_set_page_mode),
11047         (ev_window_page_mode_cb), (ev_window_init): Clean up the
11048         view-swapping code a bit so we can have multiple views on a
11049         document.  Add the multi-page view, though it can't be turned on
11050         yet.
11051
11052 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11053
11054         * shell/ev-application.c: (ev_application_open):
11055         * shell/ev-view.c: (expose_bin_window):
11056         * shell/ev-window.c: (ev_window_open):
11057
11058         Support eps and check document supports find
11059         before drawing highlightings in expose.
11060
11061 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11062
11063         * pixbuf/pixbuf-document.c:
11064         (pixbuf_document_thumbnails_get_dimensions),
11065         (pixbuf_document_document_thumbnails_iface_init):
11066
11067         implement get_dimensions
11068
11069 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11070
11071         * NEWS:
11072         * configure.ac:
11073
11074         Release 0.1.2
11075
11076 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11077
11078         * shell/ev-view.c: (set_document_page):
11079
11080         Scroll at the top of the page when changing page
11081
11082 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11083
11084         * shell/ev-view.c: (ev_view_motion_notify_event):
11085
11086         Do not redraw unnecessarily
11087
11088 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11089
11090         * pdf/xpdf/pdf-document.cc:
11091         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11092         (expose_bin_window), (find_changed_cb):
11093
11094         Yay! find works now... Now to find bugs...
11095
11096 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11097
11098         * backend/ev-document-find.c: (ev_document_find_base_init),
11099         (ev_document_find_changed):
11100         * backend/ev-document-find.h:
11101         * pdf/xpdf/pdf-document.cc:
11102         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11103         (expose_bin_window), (ev_view_init), (set_document_page),
11104         (ensure_rectangle_is_visible), (jump_to_find_result),
11105         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
11106         (ev_view_find_next), (ev_view_find_previous):
11107         * shell/ev-view.h:
11108         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
11109
11110         More work on find implementation, mostly there now
11111
11112 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
11113
11114         * backend/ev-backend-marshalers.list:
11115         * backend/ev-document-find.c: (ev_document_find_base_init),
11116         (ev_document_find_cancel), (ev_document_find_page_has_results),
11117         (ev_document_find_get_n_results), (ev_document_find_get_result),
11118         (ev_document_find_get_progress), (ev_document_find_changed):
11119         * backend/ev-document-find.h:
11120
11121         Enanche the find interface to be really able to do
11122         multi page find.
11123
11124         * pdf/xpdf/pdf-document.cc:
11125
11126         Implement
11127
11128         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
11129         (expose_bin_window), (ev_view_init),
11130         (ev_view_get_find_status_message), (find_changed_cb),
11131         (ev_view_set_document), (set_document_page):
11132
11133         Adapt to the new interface. A few things are regressed sorry,
11134         I will finish it soon.
11135
11136 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
11137
11138         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
11139         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
11140         ev_sidebar_thumbnails_parent_class variable, don't define another
11141         parent_class variable.
11142
11143         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
11144         (ev_page_action_class_init): ditto.
11145
11146         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
11147         (pixbuf_document_class_init): ditto.
11148
11149         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
11150         ditto.
11151
11152         * .cvsignore: ignore various valgrind output files.
11153
11154 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11155
11156         * data/evince-ui.xml:
11157         * shell/Makefile.am:
11158         * shell/ev-history.c:
11159         * shell/ev-history.h:
11160         * shell/ev-navigation-action.c:
11161         * shell/ev-navigation-action.h:
11162         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
11163         (ev_view_set_page), (ev_view_fit_width):
11164         * shell/ev-view.h:
11165         * shell/ev-window.c: (update_action_sensitivity),
11166         (ev_window_setup_document), (register_custom_actions):
11167
11168         Kill session history
11169
11170 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11171
11172         * shell/ev-window.c: (update_action_sensitivity):
11173
11174         Fix inverted up/down buttons
11175
11176 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
11177
11178         * shell/ev-sidebar-thumbnails.c
11179         (ev_sidebar_thumbnails_select_page): make sure the selected
11180         thumbnail stays visible.
11181
11182 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
11183
11184         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
11185         scrolled window for Federico.
11186
11187 2005-01-26  Ole Laursen  <olau@hardworking.dk>
11188
11189         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
11190
11191 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
11192
11193         * configure.ac:
11194         * pdf/splash/SplashFTFontEngine.cc:
11195
11196         Fix CID fonts with freetype 2.1.9
11197
11198 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
11199
11200         * TODO: added item for desktop icon thumbnailer
11201
11202 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
11203
11204         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
11205         unloaded docs when the title is accessed.
11206
11207         * shell/ev-password-view.[hc]: New widget for displaying password
11208         state.
11209
11210         * shell/ev-window.[ch]: Refactor password handling code to handle
11211         the new view.
11212
11213 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
11214
11215         * NEWS:
11216         * configure.ac:
11217         * data/Makefile.am:
11218
11219         Release 0.1.1
11220
11221 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11222
11223         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
11224         ignore page offset here, to make search results independent of it,
11225
11226         * shell/ev-view.c (expose_bin_window): but take offsets into
11227         account here. Bug #164932
11228
11229         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
11230         scale at the right time. Bug #164996
11231
11232 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
11233
11234         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
11235         fix the problem. Now I just removed the Adobe font names and hope
11236         that the URW fonts are always in outline format. Bug #164934
11237
11238         * shell/ev-window.c (update_window_title): empty titles are
11239         useless, use filename in that case too.
11240
11241         * NEWS: Add some content.
11242
11243 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
11244
11245         * TODO: added one more TODO item and a TODONE section :)
11246
11247 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11248
11249         * ps/ps-document.h: add page_[xy]_offset fields.
11250
11251         * ps/ps-document.c (ps_document_set_page_offset)
11252         (ps_document_render): Keep offset in consideration in a few
11253         places. Bug #164752 "postscript documents are not centered in
11254         window"
11255
11256         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
11257         s/gpdf/evince/. Spotted by Stephane Loeuillet.
11258
11259         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
11260         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
11261         stub out missing methods for complete EvDocument implementation.
11262         Fixes segfaults with Save A Copy and Copy actions.
11263
11264         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
11265         (ps_document_document_iface_init): ditto.
11266         
11267 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11268
11269         * data/.cvsignore:
11270         * data/Makefile.am:
11271         * data/evince.desktop.in:
11272
11273         Add desktop file
11274
11275 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11276
11277         * shell/ev-view.c: (ev_view_button_press_event),
11278         (ev_view_motion_notify_event):
11279
11280         Make selection work in any direction
11281
11282 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11283
11284         * TODO:
11285         * shell/ev-window.c: (set_short_labels), (ev_window_init):
11286
11287         Use shorter labels for some of the toolbars items
11288
11289 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11290
11291         * pdf/xpdf/pdf-document.cc:
11292
11293         Check the links info is initialized before
11294         using it. Should fix a crash on startup.
11295
11296 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11297
11298         * pixbuf/pixbuf-document.c
11299         (pixbuf_document_thumbnails_get_dimensions): force floating point
11300         division to calculate page_ratio. Fixes crash with landscape
11301         format pixbufs.
11302
11303 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
11304
11305         * shell/ev-view.c (ev_view_realize): make the bg color darker.
11306
11307 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
11308
11309         * shell/ev-view.c (set_document_page): unset has_selection when
11310         the page changes.
11311         (set_document_page): handle paper size changes when the page
11312         changes (test with Free Culture, page 2).
11313
11314 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11315
11316         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
11317         (expose_bin_window), (ev_view_class_init), (ev_view_init):
11318
11319         Use normal style color for the widget background and
11320         draw a black box around the page.
11321
11322 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11323
11324         * pdf/xpdf/pdf-document.cc:
11325
11326         Keep offset in consideration in a few places
11327
11328         * shell/ev-view.c: (expose_bin_window):
11329
11330         Set the offsets so that the document is ever centered
11331
11332 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11333
11334         * TODO: Added TODO items and finished off the first todo item
11335
11336         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
11337         reflect current authors
11338
11339 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11340
11341         * pdf/xpdf/pdf-document.cc:
11342         * shell/ev-view.c: (ev_view_set_cursor),
11343         (ev_view_motion_notify_event), (document_changed_callback),
11344         (set_document_page):
11345
11346         Show a wait cursor while the page is rendering
11347
11348 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11349
11350         * shell/ev-sidebar-thumbnails.c:
11351         (ev_sidebar_tree_selection_changed),
11352         (ev_sidebar_thumbnails_select_page):
11353         * shell/ev-sidebar-thumbnails.h:
11354         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
11355         (ev_view_can_go_forward):
11356         * shell/ev-window.c: (ev_window_open_page),
11357         (ev_window_setup_document), (update_current_page),
11358         (view_page_changed_cb), (ev_window_init):
11359         * shell/ev-window.h:
11360
11361         Ensure thumbnails selection, toolbar page control and
11362         current page are in sync.
11363
11364 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
11365
11366         * pdf/xpdf/XRef.cc:
11367
11368         Fix CAN-2005-0064
11369
11370 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
11371
11372         * backend/Makefile.am:
11373         * backend/ev-document-links.h:
11374         * backend/ev-document-security.c: (ev_document_security_get_type),
11375         (ev_document_security_has_document_security),
11376         (ev_document_security_set_password):
11377         * backend/ev-document-security.h:
11378         * backend/ev-document.c: (ev_document_error_quark):
11379         * backend/ev-document.h:
11380         * data/Makefile.am:
11381         * data/evince-password.glade:
11382         * pdf/xpdf/pdf-document.cc:
11383         * shell/Makefile.am:
11384         * shell/ev-password.c: (ev_password_set_bad_password_label),
11385         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
11386         (ev_password_dialog_get_password),
11387         (ev_password_dialog_set_bad_pass):
11388         * shell/ev-password.h:
11389         * shell/ev-window.c: (ev_window_get_attribute),
11390         (ev_window_set_property), (update_action_sensitivity),
11391         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
11392         (ev_window_setup_document), (ev_window_get_password),
11393         (ev_window_open), (ev_window_cmd_save_as),
11394         (using_postscript_printer), (ev_window_print),
11395         (find_not_supported_dialog), (ev_window_cmd_edit_find),
11396         (update_fullscreen_popup), (ev_window_fullscreen),
11397         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11398         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
11399         (menu_item_select_cb), (find_bar_search_changed_cb),
11400         (ev_window_dispose), (ev_window_init):
11401
11402         Add initial support for password-supported dialogs.  This could be
11403         a lot cooler, but it'll do for now.
11404
11405 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
11406
11407         * pdf/xpdf/pdf-document.cc:
11408         * shell/ev-view.c: (status_message_from_link),
11409         (ev_view_set_status), (ev_view_set_cursor),
11410         (ev_view_motion_notify_event), (ev_view_init):
11411         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
11412
11413         Fix bugs in the links implementation and change cursor
11414         when hovering a link.
11415
11416 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
11417
11418         * viewer/.cvsignore: added cvsignore file for viewer directory
11419
11420         * TODO: created TODO document
11421
11422 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
11423
11424         * shell/ev-view.h:
11425         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
11426         new functions to help with implementation of sensitivity code
11427         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11428         of all actions that might require it.  Fixes a crash when you
11429         click on the Zoom actions in a window lacking a document.
11430
11431 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
11432
11433         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11434         of the Find action
11435
11436 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11437
11438         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
11439         (pixbuf_document_document_iface_init):
11440         * ps/ps-document.c: (ps_document_get_link),
11441         (ps_document_document_iface_init):
11442         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
11443         (status_message_from_link), (ev_view_set_status),
11444         (ev_view_set_find_status), (ev_view_motion_notify_event),
11445         (ev_view_button_release_event), (ev_view_set_property),
11446         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
11447         (ev_view_get_find_status_message), (update_find_results),
11448         (ev_view_get_status), (ev_view_get_find_status):
11449         * shell/ev-view.h:
11450         * shell/ev-window.c: (view_status_changed_cb),
11451         (view_find_status_changed_cb), (ev_window_init):
11452
11453         View status message support, use it to show the links.
11454         Needs work...
11455
11456 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11457
11458         * backend/ev-document.c: (ev_document_get_link):
11459         * backend/ev-document.h:
11460         * pdf/xpdf/pdf-document.cc:
11461         * shell/ev-application.c: (ev_application_open):
11462         * shell/ev-application.h:
11463         * shell/ev-sidebar-links.c: (selection_changed_cb):
11464         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
11465         (ev_view_go_to_link):
11466
11467         Add support for document links
11468
11469 2005-01-13  Anders Carlsson  <andersca@gnome.org>
11470
11471         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
11472         (create_tool_item):
11473         Set the spin button limits correctly.
11474         
11475         * shell/ev-sidebar-thumbnails.c:
11476         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
11477         Support changing pages by clicking on the thumbnails.
11478         
11479 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11480
11481         * pixbuf/pixbuf-document.c:
11482         (pixbuf_document_thumbnails_get_dimensions),
11483         (pixbuf_document_document_thumbnails_iface_init):
11484
11485         implement get_dimensions
11486
11487 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11488
11489         * ps/ps-document.c: (ps_document_goto_page):
11490
11491         Fix page switching on multipage documents
11492
11493 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
11494
11495         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11496         
11497         check for NULL before assigning to width and height parameters
11498
11499 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11500
11501         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11502         (pixbuf_document_set_property), (pixbuf_document_get_property):
11503
11504         implement get/set properties
11505
11506 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11507
11508         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
11509         
11510         return NULL instead of "Unknown", letting the title get set to
11511         the filename when the pdf has no title.
11512
11513 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11514
11515         * ps/ps-document.c: (ps_document_get_page_count),
11516         (ps_document_goto_page):
11517
11518 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11519
11520         * shell/ev-history.c: (ev_history_get_property),
11521         (ev_history_set_property), (ev_history_class_init),
11522         (ev_history_add_page), (ev_history_set_current_index):
11523         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
11524         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
11525         (ev_navigation_action_finalize):
11526         * shell/ev-navigation-action.h:
11527         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11528         (ev_view_go_forward), (ev_view_get_find_status_message),
11529         (history_index_changed_cb), (ev_view_set_history):
11530         * shell/ev-view.h:
11531         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11532         (update_current_page), (register_custom_actions):
11533
11534         Implement history dropdowns
11535
11536 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11537
11538         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
11539         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11540         (ev_view_go_forward):
11541         * shell/ev-window.c: (register_custom_actions):
11542
11543         Fix several history bugs
11544
11545 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
11546
11547         * configure.ac: Add «nb» to ALL_LINGUAS.
11548
11549 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
11550
11551         * backend/Makefile.am:
11552         * backend/ev-bookmark.c:
11553         * backend/ev-bookmark.h:
11554         * backend/ev-document-bookmarks.c:
11555         * backend/ev-document-bookmarks.h:
11556         * backend/ev-document-links.c: (ev_document_links_get_type),
11557         (ev_document_links_has_document_links),
11558         (ev_document_links_begin_read), (ev_document_links_get_link),
11559         (ev_document_links_get_child), (ev_document_links_next),
11560         (ev_document_links_free_iter):
11561         * backend/ev-document-links.h:
11562         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
11563         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
11564         (ev_link_get_link_type), (ev_link_set_link_type),
11565         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
11566         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
11567         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
11568         (ev_link_new_external):
11569         * backend/ev-link.h:
11570         * pdf/xpdf/pdf-document.cc:
11571         * shell/Makefile.am:
11572         * shell/ev-application.c: (ev_application_open_link):
11573         * shell/ev-application.h:
11574         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
11575         (ev_history_get_link_nth):
11576         * shell/ev-history.h:
11577         * shell/ev-sidebar-bookmarks.c:
11578         * shell/ev-sidebar-bookmarks.h:
11579         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11580         (ev_sidebar_links_class_init), (selection_changed_cb),
11581         (ev_sidebar_links_construct), (ev_sidebar_links_init),
11582         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
11583         (do_one_iteration), (populate_links_idle),
11584         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
11585         * shell/ev-sidebar-links.h:
11586         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11587         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
11588         (go_to_index):
11589         * shell/ev-view.h:
11590         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
11591         * shell/ev-window.h:
11592
11593         Rename bookmark to link, and use "Index" for the sidebar panel.
11594
11595 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11596
11597         * shell/Makefile.am:
11598         * shell/ev-application.c: (ev_application_open_bookmark):
11599         * shell/ev-application.h:
11600         * shell/ev-history.c: (ev_history_init), (free_links_list),
11601         (ev_history_finalize), (ev_history_class_init),
11602         (ev_history_add_link), (ev_history_add_page),
11603         (ev_history_get_link_nth), (ev_history_get_n_links),
11604         (ev_history_get_current_index), (ev_history_set_current_index),
11605         (ev_history_new):
11606         * shell/ev-history.h:
11607         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11608         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
11609         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
11610         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
11611         (ev_view_set_page):
11612         * shell/ev-view.h:
11613         * shell/ev-window.c: (ev_window_open_bookmark),
11614         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
11615         (goto_page_cb), (register_custom_actions):
11616         * shell/ev-window.h:
11617
11618         Initial history implementation. Needs work.
11619
11620 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
11621
11622         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
11623
11624 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11625
11626         * cut-n-paste/recent-files/egg-recent-item.c:
11627         * cut-n-paste/recent-files/egg-recent-item.h:
11628         * cut-n-paste/recent-files/egg-recent-model.c:
11629         * cut-n-paste/recent-files/egg-recent-util.c:
11630         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11631         * cut-n-paste/recent-files/egg-recent-view.c:
11632
11633         Update
11634
11635 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
11636
11637         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
11638         (fillGlyph, fillImageMask, drawImage):
11639         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
11640         pdf/splash/SplashTypes.h:
11641         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
11642         packed mode for Splash.
11643
11644         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
11645         RGB8 packed mode, eliminates the pixbuf data creation loop.
11646
11647         * shell/ev-print-job.c (ev_print_job_finalize)
11648         (ev_print_job_set_property, ev_print_job_get_property)
11649         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
11650         (ev_print_job_use_print_dialog_settings, idle_print_handler)
11651         (print_closure_finalize, ev_print_job_print): implement
11652         printing (for backends with EvPsExporter)
11653
11654         * shell/ev_print_job.h: update prototypes.
11655
11656         * shell/ev-window.c (ev_window_print): unref print job after
11657         printing.
11658
11659         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
11660         unless the document implements the EvDocumentFind interface.
11661
11662 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
11663
11664         * configure.ac: Added ja to ALL_LINGUAS.
11665
11666 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11667
11668         * pdf/xpdf/pdf-document.cc:
11669
11670         add a FIXME. We should probably not allocate
11671         a bookmark object every time
11672
11673 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11674
11675         * shell/ev-application.c: (ev_application_open),
11676         (ev_application_open_bookmark):
11677         * shell/ev-application.h:
11678         
11679         Add a way to open bookmarks
11680
11681         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
11682         (ev_bookmark_set_uri), (ev_bookmark_get_property),
11683         (ev_bookmark_set_property), (ev_bookmark_class_init),
11684         (ev_bookmark_new_title), (ev_bookmark_new_link),
11685         (ev_bookmark_new_external):
11686
11687         Support for external uris, better constructors.
11688
11689         * backend/ev-bookmark.h:
11690         * pdf/xpdf/pdf-document.cc:
11691         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11692
11693         Handle external uris
11694
11695 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11696
11697         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
11698         (ev_sidebar_bookmarks_construct), (do_one_iteration):
11699
11700         Hook up bookmarks navigation
11701
11702 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11703
11704         * backend/Makefile.am:
11705         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
11706         (ev_bookmark_get_title), (ev_bookmark_set_title),
11707         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
11708         (ev_bookmark_get_page), (ev_bookmark_set_page),
11709         (ev_bookmark_get_property), (ev_bookmark_set_property),
11710         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
11711         (ev_bookmark_new):
11712         * backend/ev-bookmark.h:
11713         * backend/ev-document-bookmarks.c:
11714         (ev_document_bookmarks_get_bookmark):
11715         * backend/ev-document-bookmarks.h:
11716         * pdf/xpdf/pdf-document.cc:
11717         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
11718
11719         Add a bookmark object to the backend and use it instead of get_values
11720
11721 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11722
11723         * data/evince-ui.xml:
11724
11725         Cleanup and add select all.
11726
11727         * shell/ev-view.c: (ev_view_select_all),
11728         (ev_view_button_press_event):
11729         * shell/ev-view.h:
11730         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
11731
11732         Add select all.
11733         Clear selection on click.
11734
11735 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
11736
11737         * shell/ev-sidebar-thumbnails.c
11738         (ev_sidebar_thumbnails_set_document): forgot to unref the
11739         loading_icon.
11740
11741 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
11742
11743         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
11744         at the visible page, not just linearly.  This makes it look fast.
11745
11746 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
11747
11748         * backend/ev-document-misc.c
11749         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
11750         white.
11751         * backend/ev-document-thumbnails.h: New interface to get the size
11752         of a page.
11753
11754 2005-01-06  Jeremy Katz  <katzj@redhat.com>
11755
11756         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
11757         make dist works
11758
11759 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
11760
11761         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
11762         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
11763         things up a bit.
11764
11765         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
11766
11767 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
11768
11769         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
11770         fonts. Should fix font problems on systems that have the base
11771         fonts in bitmap format. Reported by James Henstridge
11772         <james@jamesh.id.au>.
11773
11774 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11775
11776         * pdf/xpdf/Gfx.cc:
11777         * pdf/xpdf/GfxState.cc:
11778
11779         Fix for CAN-2004-1125
11780
11781 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11782
11783         * shell/ev-view.c: (ev_view_copy):
11784         * shell/ev-view.h:
11785         * shell/ev-window.c: (ev_window_cmd_edit_copy):
11786
11787         Implement Edit->Copy
11788
11789 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11790
11791         * backend/ev-document.c: (ev_document_get_text):
11792         * backend/ev-document.h:
11793         * pdf/xpdf/pdf-document.cc:
11794         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
11795         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11796         (ev_view_update_primary_selection), (ev_view_button_press_event),
11797         (ev_view_motion_notify_event), (ev_view_button_release_event):
11798
11799         Beginnings of clipboard support. Incomplete but primary sort
11800         of work.
11801
11802 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11803
11804         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
11805         (expose_bin_window):
11806
11807         Nicer rubberband drawing, from GtkIconView.
11808
11809 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11810
11811         * backend/ev-document.c: (ev_document_save):
11812         * backend/ev-document.h:
11813         * data/evince-ui.xml:
11814         * pdf/xpdf/pdf-document.cc:
11815         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
11816
11817         Implement "Save a copy..." menu item
11818
11819 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11820
11821         * shell/ev-view.c: (ev_view_zoom):
11822
11823         Queue a resize when zoom changes
11824
11825 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
11826
11827         * backend/ev-document-misc.[ch]: New misc file to do simple drop
11828         shadows.
11829
11830         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
11831         thumbnails..
11832
11833 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
11834
11835         * pdf/xpdf/pdf-document.cc
11836         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
11837
11838 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
11839
11840         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
11841         It's slow, but I'll speed it up next!
11842
11843 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
11844
11845         * shell/main.c (load_files):
11846
11847         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
11848         from the command line and because it seems more appropriate.
11849
11850 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11851
11852         * data/evince-ui.xml:
11853         * shell/ev-window.c: (update_action_sensitivity),
11854         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
11855
11856         s/next page/page down
11857         s/previous page/page up
11858
11859 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11860
11861         * data/evince-ui.xml:
11862
11863         Change the layout to match clarkbw design.
11864
11865         * shell/Makefile.am:
11866         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
11867         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
11868         (ev_navigation_action_finalize),
11869         (ev_navigation_action_set_property),
11870         (ev_navigation_action_get_property),
11871         (ev_navigation_action_class_init):
11872         * shell/ev-navigation-action.h:
11873
11874         Implement clarkbw toolbar navigation controls (incomplete)
11875
11876         * shell/ev-page-action.c: (update_label), (update_spin),
11877         (value_changed_cb), (create_tool_item), (connect_proxy),
11878         (ev_page_action_init), (ev_page_action_finalize),
11879         (ev_page_action_set_property), (ev_page_action_get_property),
11880         (ev_page_action_set_current_page),
11881         (ev_page_action_set_total_pages), (ev_page_action_class_init):
11882         * shell/ev-page-action.h:
11883
11884         Implement a page switcher in the toolbar
11885
11886         * shell/ev-view.c: (ev_view_scroll_view):
11887         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11888         (update_current_page), (view_page_changed_cb), (goto_page_cb),
11889         (register_custom_actions), (ev_window_init):
11890
11891         Change page on PageUp/Down.
11892
11893 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
11894
11895         * pdf/xpdf/pdf-document.cc
11896         (pdf_document_thumbnails_get_thumbnail): initial stab at
11897         implementing thumbnail support for pdfs.  It only does documents
11898         with precached pdfs now.
11899
11900 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
11901
11902         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
11903         thumbnail code into a time-based idle as well.  Also, turn off the
11904         shadow temporarily as it's really slow.
11905
11906 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11907
11908         * backend/ev-document.c: (ev_document_class_init):
11909         * pdf/xpdf/pdf-document.cc:
11910         * shell/ev-window.c: (ev_window_open):
11911
11912         Fix document title bugs and fallback to
11913         filename when not available.
11914
11915 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11916
11917         * backend/ev-document.c: (ev_document_get_type),
11918         (ev_document_class_init), (ev_document_load),
11919         (ev_document_get_title):
11920         * backend/ev-document.h:
11921         * pdf/xpdf/pdf-document.cc:
11922         * ps/ps-document.c: (ps_document_set_property),
11923         (ps_document_get_property), (ps_document_class_init),
11924         (document_load):
11925         * ps/ps-document.h:
11926         * ps/ps.h:
11927         * shell/ev-window.c: (update_window_title), (ev_window_open),
11928         (ev_window_init):
11929
11930         Initial support for document title. Not working yet.
11931
11932 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11933
11934         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
11935
11936         Grab focus on the view when clicking it
11937
11938 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11939
11940         * shell/ev-marshal.list:
11941         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
11942         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
11943
11944         Add key bindings to the view. Now if the focus would work
11945         right...
11946
11947 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11948
11949         * Makefile.am:
11950         * backend/Makefile.am:
11951         * data/Makefile.am:
11952         * dvi/Makefile.am:
11953         * dvi/dvilib/Makefile.am:
11954         * pdf/xpdf/Makefile.am:
11955         * po/POTFILES.in:
11956         * ps/Makefile.am:
11957
11958         Fix distcheck
11959
11960 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11961
11962         * shell/ev-view.c: (ev_view_realize):
11963
11964         Fix mouse wheel scrolling
11965
11966 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11967
11968         * ps/Makefile.am:
11969         * ps/gstypes.h:
11970         * ps/gtkgs.c:
11971         * ps/gtkgs.h:
11972         * ps/ps-document.c: (catchPipe), (ps_document_init),
11973         (ps_document_class_init), (ps_document_cleanup),
11974         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
11975         (set_up_page), (close_pipe), (is_interpreter_ready),
11976         (interpreter_failed), (output), (input), (start_interpreter),
11977         (stop_interpreter), (file_length), (file_readable),
11978         (check_filecompressed), (check_pdf), (compute_xdpi),
11979         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
11980         (ps_document_get_type), (ps_document_emit_error_msg),
11981         (document_load), (ps_document_next_page),
11982         (ps_document_get_current_page), (ps_document_get_page_count),
11983         (ps_document_goto_page), (ps_document_set_page_size),
11984         (ps_document_zoom_to_fit), (ps_document_set_zoom),
11985         (ps_document_load), (ps_document_get_n_pages),
11986         (ps_document_set_page), (ps_document_get_page),
11987         (ps_document_widget_event), (ps_document_set_target),
11988         (ps_document_set_scale), (ps_document_set_page_offset),
11989         (ps_document_get_page_size), (ps_document_render),
11990         (ps_document_document_iface_init):
11991         * ps/ps-document.h:
11992         * ps/ps.c:
11993         * shell/ev-window.c: (ev_window_open):
11994
11995         Rename GtkGS to PSDocument
11996
11997 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11998
11999         * ps/gtkgs.c: (gtk_gs_class_init):
12000         * ps/gtkgs.h:
12001
12002         Some more leftover...
12003
12004 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12005
12006         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
12007         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
12008         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
12009         * ps/gtkgs.h:
12010
12011         Remove unused code and make a lot of stuff private
12012
12013 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12014
12015         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
12016         (gtk_gs_defaults_changed):
12017         * ps/gsdefaults.h:
12018         * ps/gtkgs.c:
12019         * ps/gtkgs.h:
12020         * ps/ps.h:
12021
12022         Cleanup headers dependencies
12023
12024 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12025
12026         * ps/Makefile.am:
12027         * ps/ggvutils.c:
12028         * ps/ggvutils.h:
12029         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
12030         * ps/gsdefaults.h:
12031         * ps/gtkgs.c: (file_length), (file_readable),
12032         (check_filecompressed), (check_pdf), (gtk_gs_load),
12033         (gtk_gs_get_postscript):
12034
12035         Get rid of ggvutils
12036
12037 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12038
12039         * ps/ggvutils.c:
12040         * ps/ggvutils.h:
12041         * ps/gsio.h:
12042         * ps/gtkgs.c: (gtk_gs_set_zoom):
12043
12044         Cleanups
12045
12046 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12047
12048         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
12049
12050         Ensure the page is rerendered when changing zoom
12051
12052 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12053
12054         * backend/ev-document.c: (ev_document_base_init),
12055         (ev_document_changed):
12056         * backend/ev-document.h:
12057
12058         Add a changed event that is emitted when the page content
12059         changes. This is necessary to deal with the fact that
12060         in ps backend rendering happen asycrounously.
12061         This makes the ps backend mostly work.
12062
12063         * pdf/xpdf/pdf-document.cc:
12064
12065         Emit changed event
12066
12067         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
12068         (ps_document_set_target):
12069
12070         Emit changed event
12071
12072         * shell/ev-view.c: (document_changed_callback),
12073         (ev_view_set_document), (ev_view_set_page):
12074
12075         Redraw on the changed signal
12076
12077 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
12078
12079         * configure.ac: Added pt_BR to ALL_LINGUAS.
12080
12081 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
12082
12083         * backend/ev-document-bookmarks.c:
12084         (ev_document_bookmarks_get_child): *
12085         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
12086         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
12087         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
12088         (ev_sidebar_bookmarks_destroy),
12089         (ev_sidebar_bookmarks_class_init),
12090         (ev_sidebar_bookmarks_construct), (stack_data_free),
12091         (do_one_iteration), (populate_bookmarks_idle),
12092         (ev_sidebar_bookmarks_clear_document),
12093         (ev_sidebar_bookmarks_set_document): *
12094         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
12095         (ev_sidebar_add_page),
12096         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
12097         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
12098         it displays both the topics and the page numbers.
12099
12100 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
12101
12102         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
12103         toggle.
12104         * shell/ev-window.c (toggle_entries): Set sidebar default value to
12105         visible.
12106
12107 2004-12-23  Adam Weinberger  <adamw@gnome.org>
12108
12109         * configure.ac: Added en_CA to ALL_LINGUAS.
12110
12111 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12112
12113         * ChangeLog: replace bottom of this ChangeLog (merged history of
12114         ggv and gpdf; where all paths were wrong and most of the files are
12115         not even in this tree) with ChangeLog (from arch) of the shell
12116         code.
12117
12118 2004-12-23  Havoc Pennington  <hp@redhat.com>
12119
12120         * shell/ev-window.c: hook up potentially-questionable "find
12121         results status text" feature - something involving the sidebar or
12122         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
12123         might be better in the end.
12124
12125         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
12126         with corresponding signal when it should be updated
12127
12128         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
12129
12130 2004-12-22  Havoc Pennington  <hp@redhat.com>
12131
12132         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
12133         find stuff on other pages, sort of (only returns one result on
12134         invisible pages, to show they have results; updates full results
12135         for a page when you view it). Currently repaints the current page
12136         every time a new result is found on any page, which isn't so nice.
12137
12138 2004-12-22  Havoc Pennington  <hp@redhat.com>
12139
12140         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
12141         the document doesn't support find (better ideas?)
12142         (find_bar_search_changed_cb): handle missing document or document
12143         that doesn't support find
12144
12145         * pdf/xpdf/pdf-document.cc: port to implement the new
12146         EvDocumentFindIface
12147
12148         * backend/ev-document-find.c: create a new interface for searching
12149
12150         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
12151
12152 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12153
12154         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
12155         libevbackend.la.
12156
12157         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
12158         EvPrintJob constructor arguments.
12159
12160         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
12161         for documents that can export PostScript (page by page).
12162
12163         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
12164         
12165         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
12166         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
12167         (pdf_document_ps_exporter_iface_init:
12168         Implement EvPSExporter.
12169
12170         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
12171
12172 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12173
12174         * backend/Makefile.am:
12175         * backend/ev-document-thumbnails.c:
12176         (ev_document_thumbnails_get_type),
12177         (ev_document_thumbnails_get_thumbnail):
12178         * backend/ev-document-thumbnails.h:
12179         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12180         (pixbuf_document_thumbnails_get_thumbnail),
12181         (pixbuf_document_document_thumbnails_iface_init):
12182         * shell/Makefile.am:
12183         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
12184         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
12185         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
12186         * shell/ev-sidebar-thumbnails.h:
12187         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12188         (ev_sidebar_set_document):
12189         * shell/ev-utils.c: (gaussian), (create_blur_filter),
12190         (create_shadow), (ev_pixbuf_add_shadow):
12191         * shell/ev-utils.h:
12192         Add thumbnail support.
12193         
12194 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12195
12196         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
12197         (using_postscript_printer): Set up a print dialog for "PostScript
12198         injection" method.
12199
12200         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
12201         EvPrintJob.
12202
12203         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
12204
12205 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12206
12207         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
12208         (ps_document_set_target), (ps_document_get_page_size),
12209         (ps_document_render):
12210         * ps/gtkgs.h:
12211
12212         Fix a few bugs
12213
12214 2004-12-22  Christian Rose  <menthos@menthos.com>
12215
12216         * configure.ac: Added "sv" to ALL_LINGUAS.
12217
12218 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
12219
12220         * backend/ev-document-bookmarks.[ch]: new interface to indicate
12221         document supports bookmarks.
12222
12223 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12224
12225         * ps/ggvutils.c: (ggv_file_readable):
12226         * ps/ggvutils.h:
12227         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
12228         (gtk_gs_get_postscript):
12229
12230         Remove unused utils
12231
12232 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12233
12234         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
12235         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
12236         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
12237         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
12238         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
12239         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
12240         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12241         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12242         (gtk_gs_set_antialiasing), (ps_document_load),
12243         (ps_document_render):
12244         * ps/gtkgs.h:
12245
12246         Another check point for the ps backend. Now I can get it to show
12247         pages!
12248
12249 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
12250
12251         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
12252         document setting code.
12253
12254 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12255
12256         * shell/eggfindbar.c: (entry_activate_callback):
12257         Animate the next button when activate is pressed.
12258         
12259 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12260
12261         * shell/ev-window.c: (ev_window_cmd_edit_find),
12262         (update_fullscreen_popup), (ev_window_fullscreen),
12263         (ev_window_unfullscreen), (ev_window_state_event_cb),
12264         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
12265         Fix bugs in fullscreen code.
12266         
12267 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12268
12269         * Makefile.am:
12270         * configure.ac:
12271         * pixbuf/Makefile.am:
12272         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12273         (pixbuf_document_load), (pixbuf_document_get_n_pages),
12274         (pixbuf_document_set_page), (pixbuf_document_get_page),
12275         (pixbuf_document_set_target), (pixbuf_document_set_scale),
12276         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
12277         (pixbuf_document_render), (pixbuf_document_begin_find),
12278         (pixbuf_document_end_find), (pixbuf_document_finalize),
12279         (pixbuf_document_class_init),
12280         (pixbuf_document_document_iface_init), (pixbuf_document_init):
12281         * pixbuf/pixbuf-document.h:
12282         * shell/Makefile.am:
12283         * shell/ev-application.c: (ev_application_open):
12284         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
12285         (ev_window_open):
12286         Add pixbuf backend.
12287         
12288 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
12289
12290         * Makefile.am: 
12291         * dvi/dvilib/Makefile.am:
12292         * dvi/Makefile.am:
12293         * configure.ac: Auto*ify dvi and dvi/dvilib
12294
12295         * dvi/Makefile: Remove from CVS
12296         
12297         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
12298         confusion.
12299
12300         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
12301         
12302         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
12303         
12304 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12305
12306         * ps/Makefile.am:
12307         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
12308         (gtk_gs_value_adjustment_changed), (compute_size),
12309         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
12310         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
12311         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12312         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12313         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
12314         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
12315         (ps_document_load), (ps_document_get_n_pages),
12316         (ps_document_set_page), (ps_document_get_page),
12317         (ps_document_set_target), (ps_document_set_scale),
12318         (ps_document_set_page_offset), (ps_document_get_page_size),
12319         (ps_document_render), (ps_document_begin_find),
12320         (ps_document_end_find), (ps_document_document_iface_init):
12321         * ps/gtkgs.h:
12322         * shell/Makefile.am:
12323         * shell/ev-window.c: (ev_window_open):
12324
12325         Some work to integrate gtkgs with EvDocument
12326
12327 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12328
12329         * shell/ev-window.c: (update_fullscreen_popup),
12330         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
12331         (exit_fullscreen_button_clicked_cb),
12332         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
12333         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12334         (ev_window_state_event_cb), (ev_window_init):
12335         Add fullscreen support from Epiphany.
12336         
12337 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12338
12339         * data/ev-stock-zoom-fit-width.png: fit-width
12340         stock icon from gpdf.
12341         
12342         * shell/ev-stock-icons.[ch]: copied from gpdf.
12343         
12344         * shell/main.c: (main): init stock icons.
12345         
12346         * shell/ev-window.c: use the fit-width icon.
12347         
12348         * data/evince-ui.xml: add zooming toolbar items.
12349
12350 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12351
12352         * shell/ev-view.c: 
12353         (ev_view_best_fit), (ev_view_fit_width): because
12354         get_page_size() returns the scaled page size, we
12355         need to calculate the scale factor relative to
12356         the previous scale factor. Should really just
12357         add get_real_page_size().
12358
12359 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12360
12361         * shell/ev-view.[ch]:
12362         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
12363         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
12364         add zooming.
12365         
12366         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
12367         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
12368         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
12369         hook it up.
12370         
12371         * pdf/xpdf/pdf-document.cc:
12372         (pdf_document_begin_find),
12373         (pdf_document_end_find): make static.
12374
12375 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12376
12377         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
12378
12379         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
12380         names to fontconfig patterns.
12381         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
12382
12383         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
12384         setupBaseFontsFc.
12385
12386 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12387
12388         * Makefile.am:
12389         * configure.ac:
12390         * ps/Makefile.am:
12391         * ps/ggvutils.c:
12392         * ps/ggvutils.h:
12393         * ps/gsdefaults.c:
12394         * ps/gsdefaults.h:
12395         * ps/gsio.c:
12396         * ps/gsio.h:
12397         * ps/gtkgs.c:
12398         * ps/gtkgs.h:
12399         * ps/ps.c:
12400         * ps/ps.h:
12401
12402         Import ggv backend. Not hooked up yet.
12403
12404 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12405
12406         * shell/main.c: (load_files), (main): load files
12407         from the command line.
12408
12409 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12410
12411         * configure.ac: don't require bonobo.
12412         
12413         * cut-n-paste/recent-files/*: kill bonobo recent
12414         view.
12415
12416         * shell/ev-window.c:
12417         (ev_window_is_empty): upd.
12418         (unable_to_load), (ev_window_open): load backend
12419         based on the mime type.
12420
12421 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12422
12423         * backend/.cvsignore: ignore generated marshalers source.
12424
12425         * shell/main.c (main): this is not epiphany.
12426
12427 2004-12-22  Havoc Pennington  <hp@redhat.com>
12428
12429         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
12430         (expose_bin_window): draw find highlights
12431
12432         * shell/ev-window.c (find_bar_search_changed_cb): implement 
12433         
12434         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
12435         (pdf_document_end_find): implement this interface
12436
12437         * backend/ev-document.c (ev_document_found): add this to emit
12438         signal
12439
12440 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
12441
12442         * data/evince-ui.xml: Add a few more toolbar items.
12443
12444         * shell/ev-window.c: Hook up page navigation toolbar 
12445         items.
12446
12447         * shell/ev-view.[ch]: add ev_view_set/get_page and 
12448         a page-changed signal.
12449
12450         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
12451         Add ev_document_get_page().
12452
12453         * shell/ev-window.c: Sensitize/desensitize navigation
12454         actions.
12455
12456 2004-12-21  Havoc Pennington  <hp@redhat.com>
12457
12458         * backend/ev-backend-marshal.c,
12459         backend/ev-backend-marshalers.list, backend/Makefile.am: add
12460         marshaler-generator thingy. I'm sure there's a better way to do
12461         this in the modern world.
12462
12463         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
12464         end_find methods and "found" signal.
12465
12466         * configure.ac: find glib-genmarshal
12467
12468 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
12469
12470         * shell/ev-sidebar.c: Construct an actual sidebar.
12471         * shell/ev-sidebar-bookmarks.[ch]:
12472         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
12473
12474 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
12475
12476         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
12477         Redo size handling.
12478         
12479         * shell/ev-view.c: Track the size from the document.
12480
12481 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
12482
12483         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
12484         constructor assumes ownership of the string passed in.
12485         
12486         * shell/ev-window.c (ev_window_open): Destroy the error
12487         dialog once we've displayed it.
12488
12489 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
12490
12491         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
12492         a bit, it works! (sort of)
12493
12494         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
12495         Move to .cc since we need to use C++ in the implementation.
12496
12497         * shell/dummy.cc: Add a CC file to force evince
12498         to be linked as a C++ program.
12499
12500 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
12501
12502         * shell/ev-view.[ch]: Start of content-area widget.
12503
12504         * shell/ev-window.c: Create a EvView, update it
12505         as we change documents.
12506
12507         * shell/Makefile.am shell/ev-marshal.list: Add
12508         generated marshalers.
12509
12510 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
12511
12512         * Makefile.am (SUBDIRS): move shell.
12513
12514 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
12515
12516         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
12517         .a to libtool convenience libraries.
12518
12519         * shell/ev-window.c (ev_window_open): Hard code loading
12520         a PDF document.
12521         
12522         * backend/ev-document.h: Add a boolean return to load(),
12523         fix GError * to GError **.
12524
12525         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
12526         object for a PDF backend EvDocument.
12527
12528 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
12529
12530         * dvi/*: New directory with the beginning of a .dvi backend.
12531
12532 2004-12-21  Havoc Pennington  <hp@redhat.com>
12533
12534         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
12535         previous/next instead of back/forward
12536
12537 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
12538
12539         * backend/ev-document.[ch]: Fix a couple of problems so
12540         it compile.
12541
12542 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
12543
12544         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
12545         to backend/ directory, rename EvViewer to EvDocument.
12546
12547 2004-12-21  Havoc Pennington  <hp@redhat.com>
12548
12549         * shell/ev-window.c: hook up the find bar widget; now we just need
12550         a document to find things in
12551
12552         * shell/eggfindbar.c: a find bar widget
12553
12554 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
12555
12556         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
12557
12558 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
12559
12560         * pdf/**: Import of xpdf code from gpdf. 
12561
12562         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
12563
12564         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
12565         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
12566         Fix FreeType includes.
12567
12568         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
12569         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
12570         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
12571         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
12572         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
12573         Include xpdfconfig.h
12574         
12575 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
12576
12577         * shell/ev-window.c (ev_window_dispose): dispose can be called
12578         multiple times.
12579
12580 2004-12-21  Havoc Pennington  <hp@redhat.com>
12581
12582         * shell/ev-window.c (ev_window_init): set title to Document Viewer
12583         rather than Evince
12584
12585         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
12586         items; really they should be synced with the strings, etc. from
12587         current gpdf, but just getting the boring typing out of the way 
12588
12589 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12590
12591         * po/POTFILES.in:
12592         * shell/ev-application.c: (window_destroy_cb):
12593         * shell/ev-window.c:
12594         * shell/main.c: (main):
12595
12596         Actually show the window...
12597
12598 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12599
12600         * Makefile.am:
12601         * shell/Makefile.am:
12602         * shell/ev-application.c: (ev_application_class_init):
12603         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
12604
12605         Make it build again
12606
12607 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12608
12609         Import to gnome cvs.
12610         
12611         * Remove copies of gpdf and ggv trees.
12612         * Rip out all the recursive configure code.
12613         * Remove bonobo machinery.
12614         * viewer/*: GInterfaces that backends should/can implement.
12615
12616 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12617
12618         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
12619         typo
12620
12621 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12622
12623         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
12624         (ev_application_finalize, ev_application_class_init)
12625         (ev_application_init): use GType instance private data for priv.
12626
12627         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
12628         (ev_window_finalize, ev_window_class_init)
12629         (ev_window_init): ditto.
12630
12631 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12632
12633         * shell/ev-application.c (ev_application_new_window): make public
12634         (ev_application_show_initial_window): kill.
12635
12636         * shell/ev-application.h: update prototypes.
12637
12638         * shell/main.cc (main): inline ev_application_show_initial_window.
12639
12640 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12641
12642         * shell/ev-application.c (ev_application_new_window): impl.
12643         (ev_application_show_initial_window): use it.
12644         (is_window_empty, ev_application_get_empty_window): returns an
12645         existing empty window or a new one.
12646         (ev_application_open): from ev_window_cmd_file_open.
12647
12648         * shell/ev-application.h: update prototypes
12649
12650         * shell/ev-window.c (ev_window_is_empty): impl.
12651         (ev_window_open): make public.
12652         (ev_window_cmd_file_open): use ev_application_open
12653
12654         * shell/ev-window.h: update prototypes, remove unused.
12655
12656 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12657
12658         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
12659         move destroy handler out of here...
12660
12661         * shell/ev-application.c, shell/ev-application.h: ...into this new
12662         class. Also handles initial window creation.
12663
12664         * shell/main.cc (main): use EvApplication to create initial
12665         window.
12666
12667 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12668
12669         * Makefile.am (SUBDIRS): add cut-n-paste
12670
12671         * cut-n-paste/Makefile.am: add
12672
12673         * configure.ac: generate Makefiles in cut-n-paste
12674
12675 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12676
12677         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
12678         (ev_window_class_init): install ev_window_dispose.
12679
12680 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12681
12682         * shell/ev-window.h, shell/ev-window.c: replace gchar with
12683         char (gchar looks stupid).
12684
12685 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12686
12687         * po/de.po: updated German translation.
12688
12689 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12690
12691         * configure.ac: add more pkg-config library checks for gnome-vfs,
12692         bonobo etc.
12693
12694         * gpdf/configure.in: temporarily disable libpaper
12695         checks. Otherwise I'd have to add the checks for the shell, too.
12696
12697 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12698
12699         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
12700         and * file filters to the file choose.
12701
12702 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12703
12704         * po/de.po: Updated German translation.
12705
12706 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12707
12708         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
12709
12710 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12711
12712         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
12713
12714         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
12715         (ev_window_init): implement those menuitems.
12716
12717 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12718
12719         * data/evince-ui.xml: add a toolbar (with FileOpen action)
12720
12721         * shell/ev-window.c (ev_window_init): use the toolbar.
12722
12723 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12724
12725         * shell/ev-window.c (ev_window_init): use menu translations
12726
12727 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12728
12729         * configure.ac: add "de" to ALL_LINGUAS.
12730
12731         * po/de.po: add German translation.
12732
12733 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12734
12735         * Makefile.am (SUBDIRS): add po
12736
12737         * configure.ac: check intltool, glib-gettext etc, generate
12738         po/Makefile.in
12739
12740         * po, po/POTFILES.in, po/POTFILES.skip: new.
12741
12742 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12743
12744         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
12745         already use (#ifdef ENABLE_NLS)
12746
12747         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
12748         pointer indirection thinko.
12749
12750         * shell/main.c: include gi18n.h for bindtextdomain etc.
12751
12752 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12753
12754         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
12755         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
12756         tooltips for menu items in the statusbar.
12757
12758 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12759
12760         * configure.ac, data/Makefile.am, shell/Makefile.am: use
12761         pkgdatadir drop UIDIR
12762
12763 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12764
12765         * data/evince-ui.xml: Add File->Open menu item
12766
12767         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
12768         chooser), hook it up in the ui manager.
12769
12770 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12771
12772         * shell/ev-window.c: fix Help->About tooltip.
12773
12774 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
12775
12776         * configure.ac: set CFLAGS for libevprivate.
12777
12778         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
12779         definitions, factory etc.
12780
12781         * lib/Makefile.am: build libevprivate.a (only stock icon code).
12782
12783         * shell/Makefile.am: link against libevprivate.a.
12784
12785         * shell/ev-window.c (entries): add stock icon to Help->About.
12786
12787         * shell/main.c (main): init stock icon code.
12788
12789 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12790
12791         * lib/recent-files: egg recent files code
12792
12793         * lib/Makefile.am: add.
12794
12795         * Makefile.am: add lib subdir.
12796
12797         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
12798         set CFLAGS for recent-files.
12799
12800 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12801
12802         * configure.ac: disable -ansi and -pedantic gcc flags. They
12803         disable POSIX stuff in stdio.h, but egg-recent uses them.
12804
12805 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
12806
12807         * configure.ac: add --disable-deprecated flag (defaults to on in
12808         "cvs" builds).
12809
12810         * shell/Makefile.am (INCLUDES): use it.
12811
12812 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12813
12814         * shell/main.c: add missing #include.
12815
12816         * shell/ev-window.c: fix for pedantic gcc.
12817         (ev_window_cmd_help_about): split license into paragraphs for
12818         translators and pedantic compilers.
12819
12820 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12821
12822         * configure.ac: add more warning flags if compiling with gcc from
12823         cvs (or explicitly requested with --enable-more-warnings).
12824
12825 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12826
12827         * data/evince-ui.xml: add File and File->Close menu.
12828
12829         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
12830         (ev_window_destroy): quit after destroy.
12831         (ev_window_class_init): override GtkObject::destroy.
12832         (entries): install close_window callback.
12833
12834 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12835
12836         * Makefile.am (SUBDIRS): add data subdir.
12837
12838         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
12839         gtk+ 2.5.0 for GtkAboutDialog.
12840
12841         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
12842         main window.
12843
12844         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
12845
12846         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
12847         manager.
12848         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
12849
12850 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12851
12852         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
12853
12854 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12855
12856         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
12857
12858 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12859
12860         * shell/*: Added shell directory boilerplate, build it.
12861
12862 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12863
12864         * configure.ac, Makefile.am: Added top-level configure.ac and
12865         Makefile.am