]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Implement "blinds" effect.
[evince.git] / ChangeLog
1 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2
3         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
4         (ev_transition_animation_paint): Implement "blinds" effect.
5
6 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
7
8         * shell/ev-transition-animation.c (ev_transition_animation_split)
9         (ev_transition_animation_paint): Implement "split" effect.
10
11 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
12
13         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
14         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
15         (ev_view_transition_animation_start) 
16         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
17         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
18         (ev_view_next_page) (ev_view_previous_page):
19         
20         Use EvTransitionAnimation to drive page changes in the presentation
21         mode, the animation will wait to start until both the origin and 
22         destination page surfaces are available. Fixes #458460.
23
24         (draw_loading_text):
25
26         Remove workaround for bug #320352, it's now fixed properly.
27
28
29 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
30
31         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
32         will contain the implementations for page transition animations, at
33         the moment it just has the "replace" effect.
34         * shell/Makefile.am: Added these files to build.
35
36 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
37
38         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
39         animations.
40         * shell/Makefile.am: Added these files to build.
41
42 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
43
44         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
45         implementation to get_effect() in EvDocumentTransitionIface.
46
47 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
48
49         * libdocument/ev-transition-effect.[ch]: New files, define a page
50         transition effect, at the moment it maps PopplerPageTransition to a
51         GObject.
52         * libdocument/Makefile.am: Added these files to build.
53         * libdocument/ev-document-transition.[ch]
54         (ev_document_transition_get_effect): New method, gets the
55         EvTransitionEffect returned by the interface implementation, with
56         fallback to the "replace" effect.
57
58 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
59
60         * configure.ac:
61         * cut-n-paste/Makefile.am:
62         * cut-n-paste/fileformatchooser/Makefile.am:
63         * cut-n-paste/fileformatchooser/egg-macros.h:
64         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
65         * shell/Makefile.am:
66         * shell/ev-window.c: (image_save_dialog_response_cb),
67         (ev_view_popup_cmd_save_image_as):
68
69         Allow exporting images in any format supported by
70         GdkPixbuf. Fixes bug #500209.
71         
72 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
73
74         * backend/pixbuf/pixbuf-document.c:
75
76         More warnings fixed.
77         
78 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
79
80         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
81         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
82         * backend/djvu/djvu-text.h:
83         * backend/tiff/tiff-document.c: (tiff_document_render):
84
85         Fix compile warnings.
86         
87 2007-12-28  Christian Persch  <chpe@gnome.org>
88
89         * **/*.c: Include config.h. Bug #504721.
90
91 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
92
93         * configure.ac:
94         * Makefile.am:
95         * po/POTFILES.in:
96         * backend/comics/Makefile.am:
97         * backend/comics/comics-document.[ch]:
98         * backend/comics/comicsdocument.evince-backend.in:
99         * backend/djvu/Makefile.am:
100         * backend/djvu/djvu-document.[ch]:
101         * backend/djvu/djvudocument.evince-backend.in:
102         * backend/dvi/Makefile.am:
103         * backend/dvi/dvi-document.[c]:
104         * backend/dvi/dvidocument.evince-backend.in:
105         * backend/impress/Makefile.am:
106         * backend/impress/impress-document.[ch]:
107         * backend/impress/impressdocument.evince-backend.in:
108         * backend/pdf/Makefile.am:
109         * backend/pdf/ev-poppler.cc:
110         * backend/pdf/ev-poppler.h:
111         * backend/pdf/pdfdocument.evince-backend.in:
112         * backend/pixbuf/Makefile.am:
113         * backend/pixbuf/pixbuf-document.[ch]:
114         * backend/pixbuf/pixbufdocument.evince-backend.in:
115         * backend/ps/Makefile.am:
116         * backend/ps/ev-spectre.[ch]:
117         * backend/ps/ps-document.[ch]:
118         * backend/ps/psdocument.evince-backend.in:
119         * backend/tiff/Makefile.am:
120         * backend/tiff/tiff-document.[ch]:
121         * backend/tiff/tiffdocument.evince-backend.in:
122         * libdocument/Makefile.am:
123         * libdocument/ev-backends-manager.[ch]:
124         * libdocument/ev-module.[ch]:
125         * libdocument/ev-document.h:
126         * libdocument/ev-document-factory.[ch]:
127         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
128         (get_compression_from_mime_type), (get_document_from_uri),
129         (ev_document_factory_get_document), (file_filter_add_mime_types),
130         (ev_document_factory_add_filters):
131         * shell/Makefile.am:
132         * shell/ev-window-title.c: (get_filename_from_uri):
133         * shell/main.c: (main):
134         * thumbnailer/Makefile.am:
135         * thumbnailer/evince-thumbnailer.c: (main):
136
137         Plugin system for backends. Fixes bug #351348.
138         
139 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
140
141         * shell/ev-view-private.h:
142         * shell/ev-view.c: (ev_view_drag_update_momentum),
143         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
144         (ev_view_button_release_event), (ev_view_destroy):
145         
146         Kinetic scrolling implemented as requested in
147         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
148
149 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
150
151         * data/evince-toolbar.xml:
152         * data/evince-ui.xml:
153         * shell/ev-view-private.h:
154         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
155         (ev_view_button_press_event), (ev_view_motion_notify_event),
156         (ev_view_button_release_event), (ev_view_init),
157         (ev_view_autoscroll_cb), (ev_view_autoscroll),
158         (ev_view_set_cursor):
159         * shell/ev-view.h:
160         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
161         (ev_window_cmd_view_autoscroll):
162         
163         Autoscroll feature with the context menu. Fixes bug 
164         #323670. Thanks to David Turner <cillian64@googlemail.com>.
165
166 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
167
168         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
169
170         Disconnect also page-ready signal when removing a job because the
171         page size has changed. Thanks to kripken
172         <kripkensteiner@gmail.com>.
173
174 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
175
176         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
177         
178         Scroll pages in page entry with mouse wheel. Fixes bug
179         #324122. Thanks to David Turner <cillian64@googlemail.com>.
180
181 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
182
183         * backend/dvi/Makefile.am:
184         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
185         (mdvi_cairo_device_init):
186         * backend/dvi/mdvi-lib/common.h:
187         * backend/dvi/mdvi-lib/mdvi.h:
188         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
189         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
190         (mdvi_build_path_from_cwd):
191
192         Add ps specials support in dvi backend when libspectre is
193         present. Fixes bug #386005.
194         
195 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
196
197         * configure.ac:
198         * backend/ps/Makefile.am:
199         * backend/ps/ev-spectre.[ch]:
200         
201         Use libspectre, if available, for the ps backend. Fixes bugs
202         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
203
204 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
205         
206         * backend/comics/comics-document.c: (comics_document_load):
207         
208         Cygwin build issue fix.
209
210 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
211
212         * shell/ev-view.c: (ev_view_set_zoom):
213
214         Do not limit the minimum zoom factor when sizing mode is best bit
215         or fit width. Fixes bug #503805.
216         
217 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
218
219         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
220         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
221         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
222         (ev_link_dest_get_property), (ev_link_dest_set_property),
223         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
224         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
225         (ev_link_dest_new_fitr):
226         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
227         (goto_fith_dest), (goto_xyz_dest):
228
229         Do not change left, top and zoom values when they are null in PDF
230         destinations. Fixes bug #460658.
231         
232 2007-12-10  Christian Persch  <chpe@gnome.org>
233
234         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
235         (ev_view_accessible_class_init),
236         (ev_view_accessible_idle_do_action),
237         (ev_view_accessible_action_do_action),
238         (ev_view_accessible_action_get_description),
239         (ev_view_accessible_action_set_description),
240         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
241         (ev_view_accessible_factory_init),
242         (ev_view_accessible_factory_get_accessible_type):
243         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
244         private data, and G_DEFINE_TYPE. Bug #502843.
245
246 2007-12-08  Christian Persch  <chpe@gnome.org>
247
248         * shell/ev-metadata-manager.c: (item_free),
249         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
250         (value_free), (parse_value), (parseItem),
251         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
252         (save_values): Use GSlice to allocate small amounts of memory. Bug
253         #475972.
254
255 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
256
257         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
258
259         Restore cursor to normal after a drag operation. Fixes bug
260         #501603.
261         
262 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
263
264         * NEWS:
265         * configure.ac:
266         
267         Update for release 2.21.1
268
269 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
270
271         * configure.ac:
272         * cut-n-paste/gedit-message-area/Makefile.am:
273         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
274         * shell/Makefile.am:
275         * shell/ev-message-area.[ch]:
276         * shell/ev-window.c: (ev_window_set_message_area),
277         (ev_window_error_message_response_cb), (ev_window_error_message),
278         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
279         (ev_window_save_job_cb), (image_save_dialog_response_cb),
280         (ev_attachment_popup_cmd_open_attachment),
281         (attachment_save_dialog_response_cb), (ev_window_set_document),
282         (ev_window_init):
283
284         Use a message area instead of a popup dialog for error
285         notifications. Fixes bug #337495.
286         
287 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
288
289         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
290         (ev_window_run_fullscreen):
291
292         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
293         
294 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
295
296         * ev-sidebar-thumbnails.c: (update_visible_range),
297         (ev_sidebar_thumbnails_refresh),
298         (ev_sidebar_thumbnails_set_document),
299         (ev_sidebar_thumbnails_support_document):
300
301         Show thumbnails for documents with one page. Fixes bug #358751.
302         
303 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
304
305         * shell/ev-window.c:
306         (ev_window_load_print_settings_from_metadata),
307         (ev_window_save_print_settings), (ev_window_print_finished),
308         (ev_window_print_range):
309
310         Print settings that are specific to the document are now saved per
311         document in the metadata file. Fixes bug #488806.
312         
313 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
314
315         * backend/tiff/tiff-document.c: (tiff_document_render):
316
317         Tiff documents were rendered with wrong colors. Fixes bug #497279.
318         
319 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
320
321         * shell/ev-application.[ch]: (get_find_string_from_args),
322         (ev_application_open_uri_at_dest), (ev_application_open_uri),
323         (ev_application_open_uri_list):
324         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
325         * shell/ev-window.[ch]: (ev_window_load_job_cb),
326         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
327         (ev_window_cmd_recent_file_activate),
328         (ev_window_open_recent_action_item_activated),
329         (ev_window_print_send), (open_remote_link):
330         * shell/main.c: (arguments_parse):
331
332         Add a command line option for search. Fixes bug #497710.
333         
334 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
335
336         * shell/ev-jobs.c: (ev_job_print_new):
337
338         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
339         
340 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
341
342         * data/evince-toolbar.xml:
343         * shell/Makefile.am:
344         * shell/ev-application.c: (ev_application_init):
345         * shell/ev-open-recent-action.[ch]:
346         * shell/ev-window.c:
347         (ev_window_open_recent_action_item_activated),
348         (register_custom_actions):
349
350         Add an expander to the open toolbar item which pops up a dropdown
351         menu with the recently used documents. Fixes bug #487215.
352         
353 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
354
355         * shell/ev-window.c: (ev_window_open_uri),
356         (ev_window_cmd_view_reload):
357
358         Do not jump to the first page when reloading by running evince
359         from the command line. Fixes bug #490847.
360         
361 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
362
363         * shell/ev-window.c: (ev_window_cmd_help_contents):
364
365         Plugged memory leak when help file is not found. Fixes bug
366         #490762.
367         
368 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
369
370         * configure.ac:
371
372         Enable djvu, dvi and comics backends by default. Fixes bug
373         #437121.
374         
375 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
376
377         * configure.ac:
378         * cut-n-paste/Makefile.am:
379         * cut-n-paste/recent-files/*: Removed
380         * help/reference/Makefile.am:
381         * shell/Makefile.am:
382         * shell/ev-application.[ch]: (ev_application_shutdown),
383         (ev_application_init):
384         * shell/ev-window.c: (ev_window_add_recent),
385         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
386
387         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
388         
389 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
390
391         * shell/ev-window.c: (launch_external_uri):
392
393         Let GnomeVFS check the URL, this allow more URL (like mailto:),
394         and report error if the URL is not supported (#489910).
395
396 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
397
398         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
399         (pdf_document_file_exporter_begin_page),
400         (pdf_document_file_exporter_end_page):
401
402         Fix printing with poppler splash backend. Fixes bug #489774.
403         
404 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
405
406         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
407         * shell/ev-print-job.c: (ev_print_job_class_init):
408
409         Fix a crash when printing with the gnome-print dialog. Fixes bug
410         #488939.
411         
412 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
413
414         * backend/pixbuf/pixbuf-document.c:
415
416         Fix an implicit function definition warning (#487655)
417
418 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
419
420         * shell/ev-window.c:
421
422         Fix conflicting shortcut for view sade pane and presentation.
423         
424 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
425
426         * backend/pdf/ev-poppler.cc:
427         (pdf_document_file_exporter_begin_page),
428         (pdf_document_file_exporter_do_page),
429         (pdf_document_file_exporter_end_page),
430         (pdf_document_file_exporter_iface_init):
431         * libdocument/ev-file-exporter.[ch]:
432         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
433         * shell/ev-jobs.c: (ev_job_print_get_page_list),
434         (ev_job_print_run):
435
436         When printing multiple pages per sheet in reverse option, do not
437         invert the order of the pages in every sheet, but the order of the
438         sheets. Do not print blank pages when page range is invalid. Fixes
439         bugs #484857 and #485521.
440         
441 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
442
443         * shell/ev-jobs.c: (ev_job_print_get_page_list),
444         (ev_job_print_run):
445         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
446
447         Respect ranges order when printing more than one range in random
448         order.
449         
450 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
451
452         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
453         (ev_window_setup_document), (ev_window_rotation_changed_cb):
454
455         Rotate also the window icon when document is rotated. Fixes bug
456         #474681.
457         
458 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
459
460         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
461         (pdf_document_forms_get_form_fields):
462
463         Silently ignore unknown form fields. Fixes bug #482654. Patch by
464         Matthias Drochner.
465         
466 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
467
468         * configure.ac:
469         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
470
471         Use poppler_page_render_for_printing() instead of
472         poppler_page_render() if available when exporting to a ps or pdf
473         file. Fixes bug #476627.
474         
475 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
476
477         * shell/ev-window.c: (ev_window_run_fullscreen):
478
479         Do not show the toolbar in fullscreen mode if the main toolbar is
480         not visible. Fixes bug #483048.
481         
482 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
483
484         * shell/ev-view.c: (ev_view_button_press_event):
485
486         Give priority to form fields over images when deciding whether a
487         button press event is over an image or form field. It allows edit
488         form fields when they are over a background image. Fixes bug
489         #477841.
490         
491 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
492
493         * NEWS:
494         * configure.ac:
495         
496         Update for release 2.20.0
497
498 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
499
500         * backend/pdf/ev-poppler.cc:
501
502         Remove #ifdef HAVE_FORMS, so that forms support works again.
503
504 2007-09-05  Götz Waschk  <waschk@mandriva.org>
505
506         * configure.ac:
507         * data/evince.desktop.in.in:
508         
509         Fixes desktop file issues. See bug #473471.
510
511 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
512
513         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
514         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
515         (ev_job_queue_remove_job):
516         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
517         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
518         * shell/ev-window.c: (ev_window_clear_save_job),
519         (ev_window_save_job_cb), (file_save_dialog_response_cb),
520         (ev_window_dispose):
521
522         Move save a copy task to its own job so that it's carried out in a
523         thread avoiding another lock in the main thread. Use
524         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
525         can be saved to a pathin another file system. Fixes bug #456891.
526         
527 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
528
529         * NEWS:
530         * configure.ac:
531         
532         Update for release 2.19.92
533
534 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
535
536         * configure.ac:
537         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
538         (pdf_selection_get_selection_region),
539         (pdf_selection_get_selection_map),
540         (ev_form_field_from_poppler_field):
541
542         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
543         and triple click selections are enabled again now.
544
545 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
546
547         * shell/ev-window.c: (ev_window_add_history):
548
549         Make sure not to use the history with documents not supporting
550         links. Fixes bug #468954.
551
552 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
553
554         * shell/ev-window.c: (ev_window_load_job_cb):
555
556         Restart the search when reloading a document with the find bar
557         visible. Fixes bug #461962.
558
559 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
560
561         * shell/ev-window.c: (setup_document_from_metadata),
562         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
563
564         Do not jump to the first page when reloading a document from the
565         last page.
566
567 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
568
569         * shell/ev-window.c: (update_chrome_flag),
570         (setup_sidebar_from_metadata),
571         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
572         (ev_window_cmd_edit_find_next),
573         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
574         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
575         (find_bar_close_cb), (view_actions_focus_in_cb):
576
577         Do not update visibility when changing a chrome flag so that it's
578         possible to update several flags and update visibility only once
579         for all of them.
580
581 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
582
583         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
584
585         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
586         supported by gtk+. Fixes bug #460907.
587
588 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
589
590         * shell/ev-view.c: (view_update_range_and_current_page):
591
592         Make sure current-page <= end-page in continuous mode. Fixes bug
593         #454950.
594
595 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
596
597         * backend/pdf/ev-poppler.cc: (build_tree):
598
599         Ignore outline items without a title. Fixes bug #453913.
600
601 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
602
603         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
604         (ev_view_button_release_event), (ev_view_leave_notify_event):
605
606         Use always drag mouse cursor during a drag operation. Fixes bug
607         #470564.
608
609 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
610
611         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
612         (pdf_selection_get_selection_region),
613         (pdf_selection_get_selection_map):
614
615         Temporarily disable double and triple selections since it depends on
616         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
617         released and the update of the external dependency minimal version
618         approved.
619
620 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
621
622         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
623         (pdf_document_file_exporter_do_page):
624         * libdocument/ev-file-exporter.h:
625         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
626         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
627
628         Actually fix printing regressions. Remove orientation from
629         EvPrintContext since it's redundant.
630
631 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
632
633         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
634         * backend/impress/impress-document.c:
635         (impress_document_document_iface_init):
636         * backend/ps/ps-document.c: (ps_document_document_iface_init):
637         * backend/djvu/djvu-document.c:
638         (djvu_document_document_iface_init),
639         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
640         * backend/tiff/tiff-document.c:
641         (tiff_document_document_iface_init):
642         * backend/pixbuf/pixbuf-document.c:
643         (pixbuf_document_document_iface_init):
644         * backend/comics/comics-document.c:
645         (comics_document_document_iface_init):
646         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
647         (pdf_selection_render_selection),
648         (pdf_selection_get_selected_text),
649         (pdf_selection_get_selection_region),
650         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
651         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
652         (ev_selection_get_selection_region),
653         (ev_selection_get_selection_map):
654         * libdocument/ev-document.[ch]:
655         * shell/ev-pixbuf-cache.[ch]: (add_job),
656         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
657         * shell/ev-view-private.h:
658         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
659         (ev_job_render_run):
660         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
661         * shell/ev-view.c: (start_selection_for_event),
662         (ev_view_button_press_event), (ev_view_drag_data_get),
663         (ev_view_drag_data_received), (ev_view_button_release_event),
664         (compute_new_selection_text), (compute_selections),
665         (ev_view_select_all), (get_selected_text), (ev_view_copy),
666         (ev_view_primary_get_cb):
667
668         Add support for double and triple click selections.
669
670 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
671
672         * NEWS:
673         * configure.ac:
674
675         Update for release 2.19.4
676
677 2007-08-28  Justin Blanchard  <justinb04@aim.com>
678
679         * shell/ev-view-private.h:
680         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
681         (ev_view_set_highlight_search):
682         * shell/ev-view.h:
683         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
684         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
685         (find_bar_visibility_changed_cb):
686         
687         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
688
689 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
690
691         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
692         (pdf_document_file_exporter_begin),
693         (pdf_document_file_exporter_do_page):
694         * shell/ev-jobs.c: (ev_job_print_run):
695         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
696
697         Create always a portrait cairo surface and rotate when needed for
698         landscape. It fixes printing problems in real printers.
699
700 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
701
702         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
703         * libdocument/ev-file-exporter.[ch]:
704         (ev_file_exporter_get_capabilities):
705         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
706         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
707
708         Adjust number of pages per row according to page orientation when
709         printing 2 or 6 pages per sheet.
710
711 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
712
713         * shell/ev-window.c: (ev_window_print_send):
714
715         Reset also cups setting to 1 when printing multiple pages per
716         sheet. Fixes bug #468853.
717
718 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
719
720         * libdocument/ev-document-misc.c:
721         (ev_document_misc_surface_rotate_and_scale):
722
723         Use directly cairo_surface_get_content() when creating a similar
724         surface as suggested by Jeff Muizelaar. Thanks again.
725
726 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
727
728         * backend/djvu/djvu-document.c: (djvu_document_render):
729         * backend/tiff/tiff-document.c: (tiff_document_render):
730         * backend/pdf/ev-poppler.cc: (pdf_document_render):
731         * libdocument/ev-document-misc.c:
732         (ev_document_misc_surface_from_pixbuf),
733         (ev_document_misc_surface_rotate_and_scale):
734
735         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
736         creating page surfaces. Fixes bug #453123. Thank you very much to
737         Jeff Muizelaar <jeff@infidigm.net>.
738
739 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
740
741         * shell/ev-page-cache.c: (ev_page_cache_new),
742         (ev_page_cache_get_thumbnail_size):
743         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
744         (ev_sidebar_thumbnails_set_loading_icon):
745
746         Also store in page-cache the dimensions of the thumbnails so that
747         they can be used to create the correct loading icon in the side
748         pane. Fixes bug #466857.
749
750 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
751
752         * backend/pdf/ev-poppler.cc:
753         (pdf_document_thumbnails_get_thumbnail):
754
755         Fix thumbnails rotation in pdf documents that include embedded 
756         thumbnails.
757
758 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
759
760         * backend/pdf/ev-poppler.cc:
761
762         Don't use #ifdef in macro expansion. Some compilers don't
763         like that. Closes bug #467042.
764
765 2007-08-15  Justin Blanchard  <justinb04@aim.com>
766
767         * backend/djvu/djvu-document.c: (djvu_document_finalize):
768         
769         Fixes memory leak in djvu backend.
770
771 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
772
773         * data/icons/32x32/Makefile.am:
774         * data/icons/32x32/actions/Makefile.am:
775         * data/icons/32x32/actions/view-page-cont.svg:
776         * data/icons/32x32/actions/view-page-facing.svg:
777         * data/icons/48x48/Makefile.am:
778         * data/icons/48x48/actions/Makefile.am:
779         * data/icons/48x48/actions/view-page-cont.svg:
780         * data/icons/48x48/actions/view-page-facing.svg:
781         
782         Icons for a new sizes.
783
784 2007-08-14  Justin Blanchard  <justinb04@aim.com>
785
786         * shell/ev-page-cache.c: (build_height_to_page),
787         (ev_page_cache_get_height_to_page):
788         
789         Fixes invalid read, see bug #466401.
790
791 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
792
793         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
794         (set_drag_cursor):
795         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
796         (configure_item_cursor), (new_pixbuf_from_widget):
797
798         Fix multihead problems in toolbar editor. Fixes bug #382055.
799
800 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
801
802         * shell/ev-window.c: (ev_window_cmd_file_open),
803         (ev_window_cmd_save_as):
804
805         Use g_get_user_special_dir when available instead of
806         xdg_user_dir_lookup.
807
808 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
809
810         * MAINTAINERS:
811         
812         Updated according to request on desktop-devel.
813
814 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
815
816         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
817
818         Do not use cairo_rectangle and cairo_clip since we are
819         not using cairo_fill but cairo_paint. Use the same cairo context
820         for every page in the same expose event.
821
822 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
823
824         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
825         leak.
826
827 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
828
829         * configure.ac:
830         * NEWS:
831
832         Release 0.9.3
833
834 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
835
836         * libdocument/ev-document-info.h:
837         * libdocument/ev-document.h:
838         * shell/ev-page-action.h:
839         * shell/ev-sidebar-links.h:
840
841         Fix a headers problem with ev-link
842         
843         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
844         * shell/ev-view-private.h:
845         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
846         (get_link_area), (ev_view_query_tooltip),
847         (ev_view_leave_notify_event), (ev_view_destroy),
848         (ev_view_class_init):
849
850         Use new gtk tooltips when available instead of ev-tooltip.
851         
852 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
853
854         * shell/ev-window.c: (update_chrome_visibility),
855         (ev_window_sidebar_visibility_changed_cb):
856
857         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
858         
859 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
860
861         * shell/ev-navigation-action.c:
862         (ev_navigation_action_history_changed),
863         (ev_navigation_action_set_history):
864         * shell/ev-navigation-action-widget.c:
865         (ev_navigation_action_widget_init):
866         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
867
868         Fix compile warnings.
869         
870 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
871
872         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
873         (egg_editable_toolbar_dispose):
874
875         Fix memory leak.
876         
877 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
878
879         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
880         (screensaver_disable_x11):
881         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
882         * shell/ev-window.c: (presentation_set_timeout):
883         * shell/ev-view.c: (ev_view_presentation_transition_start):
884
885         Use g_timeout_add_seconds instead of g_timeout_add when
886         available.
887         
888 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
889
890         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
891
892         Set horizontal scrollbar policy to AUTOMATIC instead of
893         NEVER. Workaround for bug #449462.
894         
895 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
896
897         * shell/ev-jobs.c: (ev_job_render_page_ready):
898
899         Add page_ready callback to main loop with high priority and hold
900         a reference to job during idle.
901         
902 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
903
904         * configure.ac:
905         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
906         (pdf_document_file_exporter_begin),
907         (pdf_document_file_exporter_do_page),
908         (pdf_document_file_exporter_get_capabilities):
909         * libdocument/ev-file-exporter.h:
910         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
911         * shell/ev-window.c: (ev_window_print_send),
912         (ev_window_print_dialog_response_cb):
913
914         Allow printing multiple pages per sheet. Fixes bug #395573.
915         
916 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
917
918         * shell/ev-view.c: (tip_from_link):
919         
920         Check for NULL, fixes bug #460862.
921
922 2007-07-29  Christian Persch  <chpe@gnome.org>
923
924         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
925         (ev_window_preview_print_finished), (ev_window_do_preview_print),
926         (ev_window_cmd_preview_print):
927         
928         Fixes bug #437681 - blocks while enumerating printers.
929
930 2007-07-29  Christian Persch  <chpe@gnome.org>
931
932         * shell/ev-window.c: (ev_window_screen_changed):
933         
934         Don't use deprecated gtk+ function. See bug #460909.
935
936 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
937
938         * shell/ev-utils.c: (get_num_monitors):
939         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
940
941         Do not use display before initializing it. Remove compile
942         warnings.
943
944 2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
945
946         * shell/ev-view.c: (ev_view_class_init):
947         
948         Unix-like hjkl bindings added. See bug #458111.
949
950 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
951
952         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
953         * shell/ev-utils.h:
954         * shell/ev-view.c: (ev_view_set_zoom_for_size),
955         (ev_view_update_view_size):
956         * shell/ev-view.h:
957         * shell/ev-window.c: (ev_window_update_actions),
958         (setup_view_from_metadata), (ev_window_screen_changed),
959         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
960         (zoom_control_changed_cb):
961         * shell/ev-window.h:
962         
963         Reorganizes utility functions.
964
965 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
966
967         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
968         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
969         (add_job), (ev_pixbuf_cache_get_surface),
970         (ev_pixbuf_cache_get_link_mapping),
971         (ev_pixbuf_cache_get_image_mapping),
972         (ev_pixbuf_cache_get_form_field_mapping),
973         (ev_pixbuf_cache_get_text_mapping):
974         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
975         (notify_page_ready), (ev_job_render_page_ready),
976         (ev_job_render_run):
977
978         Add page_ready signal to notify that page is ready as soon as
979         possible even if other page elements like links, forms, images or
980         text mapping are not ready yet.
981
982 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
983
984         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
985         (dvi_document_file_exporter_do_page),
986         (dvi_document_file_exporter_get_capabilities),
987         (dvi_document_file_exporter_iface_init):
988         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
989         (ps_document_file_exporter_do_page),
990         (ps_document_file_exporter_get_capabilities),
991         (ps_document_file_exporter_iface_init):
992         * backend/djvu/djvu-document.c:
993         (djvu_document_file_exporter_begin),
994         (djvu_document_file_exporter_end),
995         (djvu_document_file_exporter_get_capabilities),
996         (djvu_document_file_exporter_iface_init):
997         * backend/tiff/tiff-document.c:
998         (tiff_document_file_exporter_begin),
999         (tiff_document_file_exporter_get_capabilities),
1000         (tiff_document_document_file_exporter_iface_init):
1001         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1002         (pdf_document_file_exporter_do_page),
1003         (pdf_document_file_exporter_get_capabilities),
1004         (pdf_document_file_exporter_iface_init):
1005         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
1006         (ev_file_exporter_get_capabilities):
1007         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
1008         (idle_print_handler), (ev_print_job_print):
1009         * shell/ev-jobs.c: (ev_job_print_run):
1010         * shell/ev-window.c: (ev_window_print_send),
1011         (ev_window_print_range):
1012
1013         Use capabilities to know which options should be offered by the
1014         print dialog depending on the document backend.
1015
1016 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1017
1018         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1019
1020         Give priority to forms over text to set the cursor.
1021
1022 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1023
1024         * shell/ev-view-private.h:
1025         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1026         (ev_view_leave_notify_event), (ev_view_finalize),
1027         (ev_view_get_property), (ev_view_class_init):
1028
1029         Use IBEAM cursor for text form fields and NORMAL cursor for read
1030         only fields. Remove unused status attribute.
1031
1032 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1033
1034         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1035
1036         Update region for current selected items also for checkbox
1037         buttons, since they can behave as radio buttons when they are in a
1038         set.
1039
1040 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1041
1042         * configure.ac:
1043         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1044
1045         Get max length of text form fields.
1046
1047 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1048
1049         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1050         * libdocument/ev-form-field.h:
1051         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
1052
1053         Fix build with current poppler cvs head.
1054
1055 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1056
1057         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1058         * shell/eggfindbar.c: (egg_find_bar_init):
1059
1060         Fix build with gtk+ >= 2.11.5 due to gtktooltips
1061         deprecation. Fixes bug #455667
1062
1063 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1064
1065         * NEWS:
1066         * configure.ac:
1067         
1068         Update for release 0.9.2
1069
1070 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1071
1072         * shell/ev-view.c: (ev_view_form_field_text_save),
1073         (ev_view_form_field_choice_save):
1074
1075         Fix a crash when closing whith a form widget visible.
1076
1077 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1078
1079         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1080
1081         Update also the region of the current selected button when
1082         clicking on another button if they are radio buttons.
1083
1084 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1085
1086         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
1087         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
1088         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
1089         (ev_pixbuf_cache_get_link_mapping),
1090         (ev_pixbuf_cache_get_image_mapping),
1091         (ev_pixbuf_cache_get_form_field_mapping),
1092         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
1093         * shell/ev-view.c: (ev_view_form_field_get_region),
1094         (ev_view_form_field_button_create_widget),
1095         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1096         (job_finished_cb):
1097
1098         Redraw only form field region instead of the whole page when
1099         reloading a page to show changes on the form field.
1100
1101 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1102
1103         * shell/ev-view.c: (ev_view_form_field_choice_save):
1104
1105         Fix selection of first item in list form fields.
1106
1107 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1108
1109         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
1110         (ev_pixbuf_cache_reload_page),
1111         (ev_pixbuf_cache_get_form_field_mapping):
1112
1113         Some refactoring to avoid duplicated code.
1114
1115 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1116
1117         * configure.ac:
1118         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
1119         (ev_form_field_from_poppler_field),
1120         (pdf_document_forms_get_form_fields),
1121         (pdf_document_forms_form_field_text_get_text),
1122         (pdf_document_forms_form_field_text_set_text),
1123         (pdf_document_forms_form_field_button_set_state),
1124         (pdf_document_forms_form_field_button_get_state),
1125         (pdf_document_forms_form_field_choice_get_item),
1126         (pdf_document_forms_form_field_choice_get_n_items),
1127         (pdf_document_forms_form_field_choice_is_item_selected),
1128         (pdf_document_forms_form_field_choice_select_item),
1129         (pdf_document_forms_form_field_choice_toggle_item),
1130         (pdf_document_forms_form_field_choice_unselect_all),
1131         (pdf_document_forms_form_field_choice_set_text),
1132         (pdf_document_forms_form_field_choice_get_text),
1133         (pdf_document_document_forms_iface_init):
1134         * libdocument/Makefile.am:
1135         * libdocument/ev-form-field.[ch]:
1136         * libdocument/ev-document-forms.[ch]:
1137         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1138         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1139         (add_job), (ev_pixbuf_cache_reload_page),
1140         (ev_pixbuf_cache_get_form_field_mapping):
1141         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
1142         * shell/ev-view-private.h:
1143         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
1144         (ev_view_handle_cursor_over_xy),
1145         (ev_view_get_form_field_at_location),
1146         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
1147         (ev_view_form_field_button_create_widget),
1148         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
1149         (ev_view_form_field_text_create_widget),
1150         (ev_view_form_field_choice_save),
1151         (ev_view_form_field_choice_changed),
1152         (ev_view_form_field_choice_create_widget),
1153         (ev_view_handle_form_field), (ev_view_size_allocate),
1154         (ev_view_realize), (draw_end_presentation_page),
1155         (ev_view_button_press_event), (ev_view_remove_all),
1156         (ev_view_motion_notify_event), (ev_view_key_press_event),
1157         (ev_view_enter_notify_event), (highlight_find_results),
1158         (draw_loading_text), (draw_one_page), (ev_view_destroy),
1159         (ev_view_class_init), (page_changed_cb),
1160         (on_adjustment_value_changed), (ev_view_set_presentation),
1161         (merge_selection_region), (ev_view_set_cursor),
1162         (ev_view_reset_presentation_state):
1163         
1164         Merge evince-forms branch.
1165
1166 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
1167
1168         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
1169
1170         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
1171         This script also updates itself from libegg
1172
1173         * cut-n-paste/toolbar-editor/egg*:
1174         Run update-toolbareditor-from-libegg.sh so we are in sync again with
1175         libegg
1176
1177 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
1178
1179         * shell/ev-window.c:
1180         
1181         Adds a nice icon to page action during toolbar editing.
1182         See bug #452872.
1183
1184 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1185
1186         * data/evince-toolbar.xml:
1187         * shell/ev-window.c:
1188         
1189         Let user add a presentation and fullscreen icons on toolbar.
1190         See bug #449734.
1191
1192 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
1193
1194         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
1195
1196         new script to keep in sync with toolbareditor in libegg
1197
1198         * cut-n-paste/toolbar-editor/*: 
1199
1200         Run update-toolbareditor-from-libegg so we are in sync again. 
1201         Fixes bug #452850.
1202         
1203
1204 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1205
1206         * shell/ev-sidebar-links.c: (job_finished_callback):
1207
1208         Do not connect selection changed signal more than once. Fixes bug
1209         #349433.
1210
1211 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1212
1213         * shell/ev-window.c: (ev_window_view_sidebar_cb):
1214
1215         Do not change sidebar chrome flag when pressing F9 key in
1216         presentation mode.
1217
1218 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1219
1220         * backend/pdf/ev-poppler.cc:
1221         (pdf_document_thumbnails_get_dimensions):
1222
1223         Make sure thumbnails width and height is not <= 0. Fixes a crash
1224         with some pdf documents which have really small pages.
1225
1226 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
1227
1228         * shell/main.c: (main):
1229
1230         Fixes program description translation issue.
1231         Bug #450148.
1232
1233 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
1234
1235         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
1236
1237         Do not change current page when returning from black/white mode
1238         in presentation. Fixes bug #415032.
1239
1240 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1241
1242         * NEWS:
1243         * configure.ac:
1244         
1245         Update for release 0.9.1
1246
1247 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
1248
1249         * backend/dvi/dvi-document.c:
1250         (dvi_document_finalize),
1251         (dvi_document_file_exporter_format_supported),
1252         (dvi_document_file_exporter_begin),
1253         (dvi_document_file_exporter_do_page),
1254         (dvi_document_file_exporter_end),
1255         (dvi_document_file_exporter_iface_init), (dvi_document_init):
1256         
1257         PDF exporter for dvi documents. Fixes bug #441319.
1258
1259 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1260
1261         * shell/ev-window.c: (ev_window_clear_print_job):
1262
1263         Clear gtk print job when job has finished. Fixes bug #447612.
1264
1265 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1266
1267         * shell/ev-window.c: (ev_window_print_send),
1268         (ev_window_print_dialog_response_cb), (ev_window_print_range):
1269
1270         Add preview button to print dialog. Fixes bug #445419.
1271
1272 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1273
1274         * backend/dvi/Makefile.am:
1275         * backend/dvi/pixbuf-device.[ch]: Removed
1276         * backend/dvi/cairo-device.[ch]: Added
1277         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
1278         * backend/dvi/dvi-document.c: (dvi_document_load),
1279         (dvi_document_render), (dvi_document_finalize),
1280         (dvi_document_thumbnails_get_thumbnail), (parse_color),
1281         (dvi_document_do_color_special):
1282         * libdocument/ev-document-misc.[ch]:
1283         (ev_document_misc_pixbuf_from_surface):
1284
1285         Port dvi backend to cairo and fix a problem with colors. 
1286
1287 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1288
1289         * shell/ev-view.c: (draw_one_page):
1290
1291         Draw only visible region.
1292
1293 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1294
1295         * backend/djvu/djvu-document.c: (djvu_document_render):
1296
1297         Fix rotation in djvu backend.
1298
1299 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1300
1301         * shell/ev-pixbuf-cache.c: (job_finished_cb),
1302         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
1303         (ev_pixbuf_cache_get_image_mapping),
1304         (ev_pixbuf_cache_get_text_mapping):
1305
1306         Redraw view every time we have a new surface. Fixes bug #443587.
1307
1308 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1309
1310         * libdocument/ev-document.c: (ev_document_info_free):
1311
1312         Fix memory leaks.
1313
1314 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1315
1316         * backend/dvi/dvi-document.c: (dvi_document_render),
1317         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
1318         * backend/impress/impress-document.c:
1319         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
1320         (impress_document_render), (impress_document_document_iface_init),
1321         (impress_document_thumbnails_get_thumbnail):
1322         * backend/djvu/djvu-document-private.h:
1323         * backend/djvu/djvu-document.c: (djvu_document_render),
1324         (djvu_document_finalize), (djvu_document_document_iface_init),
1325         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
1326         * backend/tiff/tiff-document.c: (tiff_document_render),
1327         (tiff_document_render_pixbuf),
1328         (tiff_document_document_iface_init):
1329         * backend/pdf/ev-poppler.cc: (pdf_document_render),
1330         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
1331         (pdf_selection_render_selection):
1332         * backend/comics/comics-document.c:
1333         (comics_document_render_pixbuf), (comics_document_render),
1334         (comics_document_document_iface_init):
1335         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
1336         (pixbuf_document_document_iface_init):
1337         * libdocument/ev-document-misc.[ch]:
1338         (ev_document_misc_surface_from_pixbuf),
1339         (ev_document_misc_surface_rotate_and_scale):
1340         * libdocument/ev-document.[ch]: (ev_document_render):
1341         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
1342         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1343         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1344         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
1345         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
1346         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
1347         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1348         (render_finished_cb), (ev_job_render_run):
1349         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
1350         (merge_selection_region):
1351
1352         Use cairo image surfaces instead of GDK pixbufs for drawing pages
1353         and selections.
1354
1355 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1356
1357         * shell/ev-window-title.c: (ev_window_title_update):
1358
1359         Fix memory leak.
1360
1361 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1362
1363         * shell/ev-view.c: (draw_loading_text):
1364
1365         Show loading text centered. Fixes bug #433061
1366
1367 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1368
1369         * shell/ev-sidebar-thumbnails.c:
1370         (ev_sidebar_thumbnails_set_loading_icon):
1371
1372         Remove a mutex in the main thread that blocks the UI in heavy
1373         documents.
1374
1375 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1376
1377         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
1378
1379         Set points_set to TRUE so that selections don't disappear after a
1380         zoom change.
1381
1382 2007-06-07  Michael Monreal  <infernux@web.de>
1383
1384         * data/icons/16x16/actions/Makefile.am:
1385         * data/icons/16x16/actions/zoom.svg:
1386         * data/icons/22x22/actions/Makefile.am:
1387         * data/icons/22x22/actions/zoom.svg:
1388         * data/icons/24x24/actions/Makefile.am:
1389         * shell/ev-stock-icons.c:
1390         * shell/ev-stock-icons.h:
1391         * shell/ev-window.c:
1392         
1393         Zoom icon artwork. See bug #444795.
1394
1395 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1396
1397         * shell/ev-metadata-manager.c: Remove extraneous function
1398         (Closes: #444386)
1399
1400 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1401
1402         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
1403         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
1404         (ev_metadata_manager_set), (ev_metadata_manager_save):
1405         Simplify the timeout, no need for modified anymore
1406
1407 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1408
1409         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
1410         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1411         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1412         (ev_metadata_manager_save): Adapted patch from Arjan van de
1413         Ven (arjan@linux.intel.com) to avoid the timeout running all the
1414         time, saves on power (Closes: #443851)
1415
1416 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1417
1418         * configure.ac:
1419         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
1420         (pdf_selection_render_selection), (pdf_document_get_page_duration):
1421
1422         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
1423
1424 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1425
1426         * shell/ev-window.c: (ev_window_add_history):
1427
1428         Check if history is NULL
1429
1430 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1431
1432         * libdocument/ev-image.c: (ev_image_finalize):
1433         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
1434         * libdocument/ev-attachment.c: (ev_attachment_finalize):
1435         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
1436         (ev_tmp_uri_unlink):
1437
1438         Add functions to delete temporary files created by evince in a safe
1439         way.
1440
1441         * shell/ev-window.c: (ev_window_clear_local_uri),
1442         (open_xfer_update_progress_callback),
1443         (save_xfer_update_progress_callback), (ev_window_save_remote),
1444         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
1445         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1446         (attachment_save_dialog_response_cb),
1447         (ev_attachment_popup_cmd_save_attachment_as):
1448
1449         Allow saving a copy of a document, image or attachment to a remote
1450         location. Fixes bug #440754. 
1451
1452 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1453
1454         * configure.ac:
1455         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1456
1457         Fix build with current poppler from cvs head. 
1458
1459 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
1460
1461         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
1462
1463         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
1464         directory exists.
1465
1466 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1467
1468         * shell/ev-sidebar.c: (ev_sidebar_add_page):
1469         * shell/ev-window.c:
1470
1471         Change sidebar ordering. Fixes bug #439939.
1472
1473 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
1474
1475         * backend/comics/Makefile.am:
1476         
1477         Fixes build with --without-libgnome.
1478
1479 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1480         
1481         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
1482
1483         Update cursor and tooltip on page change and view scroll. Fixes bug
1484         #439217.
1485
1486 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1487
1488         * NEWS:
1489         * configure.ac:
1490         
1491         Update for release 0.9.0
1492
1493 2007-05-14  Alaska Subedi <asubedi@gmail.com>
1494
1495         * backend/djvu/djvu-document-private.h:
1496         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1497         (djvu_document_finalize),
1498         (djvu_document_file_exporter_format_supported),
1499         (djvu_document_file_exporter_begin),
1500         (djvu_document_file_exporter_do_page),
1501         (djvu_document_file_exporter_end),
1502         (djvu_document_file_exporter_iface_init), (djvu_document_init):
1503         
1504         Implemented printing with djvu. Bug #437998.
1505
1506 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1507
1508         * backend/impress/zip.c:
1509         Add missing ulong definition.
1510
1511         * backend/ps/ps-interpreter.c:
1512         Add missing headers.
1513
1514         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
1515
1516 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1517
1518         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
1519
1520         Add missing call to parent class dispose method. 
1521
1522 2007-05-12  Ross Burton  <ross@openedhand.com>
1523
1524         * shell/main.c:
1525         Sync keybindings manually when building without libgnome
1526         (#437925).
1527
1528 2007-05-12  Ross Burton  <ross@openedhand.com>
1529
1530         * shell/ev-window.c:
1531         Respect the screen when opening help (#437866).
1532
1533 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1534
1535         * data/evince-ui.xml:
1536         * shell/ev-application.[ch]: (get_print_settings_from_args),
1537         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1538         (ev_application_open_uri_list):
1539         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
1540         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1541         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
1542         (ev_window_cmd_view_reload), (lookup_printer_from_name),
1543         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
1544         (ev_window_dispose):
1545         * shell/main.c: (arguments_parse):
1546
1547         Add print button in preview mode. Fixes bug #396475. 
1548
1549 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1550
1551         * cut-n-paste/zoom-control/ephy-zoom.h:
1552         
1553         Fixes zoom level factors. See bug #408119 for details.
1554
1555 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1556
1557         * backend/comics/comics-document.c: (comics_regex_quote),
1558         (extract_argv):
1559         
1560         Correctly quote symbols. Fixes crash in the bug
1561         #415370.
1562
1563 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1564
1565         * shell/ev-navigation-action-widget.c:
1566         (ev_navigation_action_widget_init),
1567         (ev_navigation_action_widget_class_init),
1568         (ev_navigation_action_widget_button_press_event):
1569         
1570         Connect to button-press event on correct widget. Fixes
1571         bug #431988
1572
1573 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1574
1575         * shell/ev-application.c: (ev_application_open_window),
1576         (ev_application_add_icon_path_for_screen),
1577         (ev_application_open_uri_at_dest):
1578         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
1579         * shell/ev-navigation-action.c: (build_menu):
1580         
1581         Add app-specific icons to our icon theme. Fixes bug
1582         #425508.
1583
1584 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1585
1586         * shell/ev-history.c: (ev_history_class_init),
1587         (ev_history_add_link):
1588         * shell/ev-history.h:
1589         * shell/ev-navigation-action.c:
1590         (ev_navigation_action_history_changed),
1591         (ev_navigation_action_set_history), (build_menu),
1592         (ev_navigation_action_finalize):
1593         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1594         
1595         Make navigation action unsensitive instead of showing
1596         menu with unsensitive word. Fixes bug #417392.
1597
1598 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1599
1600         * shell/ev-application.[ch]: (ev_application_shutdown),
1601         (ev_application_get_print_settings),
1602         (ev_application_set_print_settings):
1603         * shell/ev-window.c:
1604
1605         Remember print settings. Fixes bug #349102. 
1606
1607 2007-05-08  Christian Persch  <chpe@gnome.org>
1608
1609         * configure.ac:
1610         * properties/ev-properties-view.c:
1611
1612         No need for a configure check; just use the GTK_CHECK_VERSION macro.
1613         Bug #382438.
1614
1615 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1616
1617         * configure.ac:
1618         * properties/ev-properties-view.c: (ev_regular_paper_size):
1619
1620         Use gtk+ builtin paper list to identify the document's paper size.
1621         Fixes bug #382438. 
1622
1623 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1624
1625         * configure.ac:
1626
1627         Fix build when compiling with thumbnailer and libgnome support. 
1628
1629 2007-05-04  Ross Burton  <ross@openedhand.com>
1630
1631         * configure.ac:
1632         Add --without-libgnome, check for libgnome and libgnomeui
1633         separately, and add them to the symbols as required.
1634
1635         * libdocument/ev-file-helpers.c:
1636         When building without libgnome, use g_get_user_config_dir instead
1637         of gnome_user_dir_get.
1638
1639         * shell/ev-application.c:
1640         When building without libgnome, don't use session management.
1641
1642         * shell/main.c:
1643         When building without libgnome, don't use GnomeProgram or
1644         initialise the authentication manager.
1645
1646         This fixes #328842.
1647
1648 2007-05-04  Ross Burton  <ross@openedhand.com>
1649
1650         * shell/ev-window.c:
1651         Don't use libgnome to open help, instead call Yelp directly.
1652
1653 2007-05-04  Ross Burton  <ross@openedhand.com>
1654
1655         * shell/ev-sidebar-attachments.c:
1656         Don't use libgnome to lookup icons for MIME types, instead copy
1657         code from GTK+ to do it manually.
1658
1659 2007-05-04  Ross Burton  <ross@openedhand.com>
1660
1661         * configure.ac:
1662         Add libxml to the dependencies for SHELL_CORE (#435818).
1663
1664 2007-05-02  Ross Burton  <ross@openedhand.com>
1665
1666         * configure.ac:
1667         * Makefile.am:
1668         Add --disable-thumbnailer (#434825)
1669
1670 2007-05-02  Ross Burton  <ross@openedhand.com>
1671
1672         * shell/ev-window.c:
1673         Add missing includes, fix indentation.
1674
1675         * shell/main.c:
1676         Fix indentation.
1677
1678 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
1679
1680         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
1681         ev_application_open_uri_at_dest instead of ev_application_open_uri
1682         preventing new document always being opened in a new window even if there
1683         is an empty window.
1684
1685 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1686
1687         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1688         (egg_recent_view_uimanager_finalize):
1689         * properties/ev-properties-view.c: (ev_properties_view_dispose):
1690         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
1691         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
1692         (ev_pixbuf_cache_dispose):
1693         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
1694         * shell/ev-tooltip.c: (ev_tooltip_dispose):
1695         
1696         Add missing chain to parent class methods. Fixes
1697         bug #433128.
1698
1699 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
1700
1701         * data/Makefile.am (update-icon-cache): Updates
1702         gtk-update-icon-cache in uninstall-hook.
1703
1704 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1705
1706         * shell/ev-window.c: (ev_window_setup_document),
1707         (ev_window_set_document), (ev_window_load_job_cb):
1708         * shell/ev-view.c: (setup_caches):
1709         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
1710
1711         Start rendering pages before any other jobs. 
1712
1713 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1714
1715         * shell/ev-window.c: (ev_window_stop_fullscreen),
1716         (ev_window_stop_presentation):
1717
1718         Update chrome visibility before window unfullscreen. 
1719
1720 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1721
1722         * data/Makefile.am:
1723         * data/evince-ui.xml:
1724         * shell/ev-stock-icons.[ch]:
1725         * shell/ev-application.[ch]: (ev_application_shutdown),
1726         (ev_application_init), (ev_application_get_toolbars_model):
1727         * shell/ev-window.c: (update_chrome_visibility),
1728         (fullscreen_toolbar_setup_item_properties),
1729         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1730         (ev_window_run_presentation), (ev_window_stop_presentation),
1731         (ev_window_run_preview), (ev_window_screen_changed),
1732         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
1733         (ev_window_dispose), (ev_window_init):
1734
1735         Make fullscreen toolbar always visible. Do not use egg toolbars for
1736         fullscreen and preview modes since such toolbars are not editables.
1737         Fixes bugs #300278, #338910 and #316188.  
1738
1739 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
1740
1741         * shell/ev-application.c:
1742         * shell/ev-job-queue.c:
1743         * shell/ev-metadata-manager.c:
1744         * shell/ev-stock-icons.c:
1745         * shell/ev-window.c:
1746         * shell/main.c:
1747         
1748         Developers documentation updated.
1749
1750 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1751
1752         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
1753
1754         Check whether uri is valid before launching it. Fixes bug #427664.
1755
1756 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1757
1758         * shell/ev-window.c:
1759
1760         Change key accelerator for Open a Copy menu entry which is in conflict
1761         with Close. Fixes bug #427321.
1762
1763 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1764
1765         * NEWS:
1766         * configure.ac:
1767         
1768         Update for release 0.8.1
1769
1770 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1771
1772         * shell/ev-window.c: (setup_size_from_metadata):
1773         
1774         Do not make window bigger than screen. Fixes bug 
1775         #388985.
1776
1777 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1778
1779         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
1780         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
1781
1782         Use default resolution when it's not provided by document. Fixes bug
1783         #408762.
1784
1785 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1786
1787         * configure.ac:
1788         * thumbnailer/Makefile.am:
1789         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1790         * thumbnailer/evince-thumbnailer.schemas.in:
1791         * thumbnailer/evince-thumbnailer-ps.schemas.in:
1792
1793         Add support for ps, eps and compressed documents thumbnails. Do not
1794         ignore size parameter. 
1795
1796 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1797
1798         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
1799         (dvi_document_do_color_special):
1800         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
1801
1802         Implement font color specials in the DVI backend. Fixes bug #303651.
1803
1804 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1805
1806         Fixup the previous commit:
1807
1808         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
1809         * shell/xdg-user-dir-lookup.c: Make the function non-static
1810         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
1811
1812 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1813
1814         * shell/ev-window.c (file_open_dialog_response_cb): Use
1815         the xdg-user-dirs DOCUMENTS folder as default folder when
1816         opening a file chooser.  (#424858)
1817
1818         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
1819         xdg-user-dirs.
1820
1821 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1822
1823         * shell/ev-window.c: (ev_window_load_job_cb):
1824
1825         Do not setup view from metadata on preview mode. 
1826
1827 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1828
1829         * shell/main.c:
1830
1831         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
1832
1833 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1834
1835         * shell/ev-view.c: (ev_view_primary_get_cb):
1836
1837         Check pointer != NULL before using it. Fixes bug #416841. 
1838
1839 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1840
1841         * NEWS:
1842         * configure.ac:
1843         
1844         Release 0.8.0
1845
1846 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1847
1848         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1849
1850         Do not render thumbnails when sidebar thumbnail page is not visible
1851         at startup. Fixes bug #416447. 
1852
1853 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
1854
1855         * data/evince.desktop.in.in:
1856
1857         "Application" is not a valid category in the freedesktop specification.
1858
1859 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1860
1861         * libdocument/ev-file-helpers.[ch]: (compression_run),
1862         (ev_file_uncompress), (ev_file_compress):
1863         * shell/ev-window.c: (file_save_dialog_response_cb):
1864
1865         Save document compressed when saving a copy of a compressed document.
1866         Fixes bug #334542.
1867
1868 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1869
1870         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
1871
1872         Allow deleting in goto window entry in presentation mode. 
1873
1874 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
1875
1876         * Makefile.am: Dist MAINTAINERS.
1877
1878 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1879
1880         * shell/ev-window.c: (ev_window_update_actions):
1881
1882         Fix zoom shortcut keys when searching. Fixes bug #409828.
1883
1884 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1885
1886         * shell/ev-window.c: (ev_window_setup_document):
1887
1888         Fix crash when loading documents with only one page. 
1889
1890 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1891
1892         * backend/dvi/dvi-document.c:
1893         (dvi_document_thumbnails_get_dimensions),
1894         (dvi_document_thumbnails_get_thumbnail):
1895         * backend/impress/impress-document.c:
1896         (impress_document_thumbnails_get_thumbnail),
1897         (impress_document_thumbnails_get_dimensions):
1898         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
1899         (ps_document_thumbnails_get_dimensions):
1900         * backend/djvu/djvu-document.c:
1901         (djvu_document_thumbnails_get_dimensions),
1902         (djvu_document_thumbnails_get_thumbnail):
1903         * backend/tiff/tiff-document.c:
1904         (tiff_document_thumbnails_get_thumbnail),
1905         (tiff_document_thumbnails_get_dimensions):
1906         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
1907         (pdf_document_thumbnails_get_thumbnail),
1908         (pdf_document_thumbnails_get_dimensions):
1909         * backend/comics/comics-document.c:
1910         (comics_document_thumbnails_get_thumbnail),
1911         (comics_document_thumbnails_get_dimensions):
1912         * backend/pixbuf/pixbuf-document.c:
1913         (pixbuf_document_thumbnails_get_thumbnail),
1914         (pixbuf_document_thumbnails_get_dimensions):
1915         * libdocument/ev-document-thumbnails.[ch]:
1916         (ev_document_thumbnails_get_thumbnail),
1917         (ev_document_thumbnails_get_dimensions):
1918         * libdocument/ev-document-misc.[ch]:
1919         (ev_document_misc_get_thumbnail_frame):
1920         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1921         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
1922         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
1923         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
1924         (ev_sidebar_thumbnails_refresh):
1925         * shell/ev-window.c: (ev_window_setup_document):
1926         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1927
1928         Use an EvRenderContext for rendering thumbnails instead of a suggested
1929         width, so that different sized pages get sized proportionally.
1930
1931 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1932
1933         * shell/ev-view.c: (ev_view_button_press_event),
1934         (ev_view_key_press_event):
1935
1936         Fix critical warnings when there is no document loaded. 
1937
1938 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1939
1940         * shell/ev-page-action-widget.c:
1941         * shell/ev-navigation-action.c:
1942         * shell/ev-window.c:
1943
1944         Fix compile warnings. 
1945
1946 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1947
1948         * backend/djvu/djvu-text.h:
1949         * backend/djvu/djvu-document.c:
1950         * backend/djvu/djvu-text-page.c:
1951         * backend/djvu/djvu-links.c:
1952         * backend/djvu/djvu-text-page.h:
1953         * backend/djvu/djvu-text.c:
1954         
1955         Fix build on Mac. Fixes bug #392186. Patch by
1956         <ephraim_owns@hotmail.com>
1957
1958 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1959
1960         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1961
1962         Restore cairo context before rendering every page when printing a PDF
1963         document into a PDF file. 
1964
1965 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1966
1967         * backend/ps/gstypes.h:
1968         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
1969         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
1970         (ps_document_thumbnails_get_thumbnail):
1971
1972         Handle PostScript page orientation. Fixes bug #318568.
1973
1974 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1975
1976         * backend/ps/Makefile.am:
1977         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
1978         (document_load), (ps_document_load), (save_document),
1979         (save_page_list), (ps_document_get_n_pages),
1980         (ps_document_get_page_size), (ps_document_get_info),
1981         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
1982         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
1983         (ps_document_thumbnails_get_thumbnail),
1984         (ps_document_thumbnails_get_dimensions),
1985         (ps_document_document_thumbnails_iface_init):
1986         * backend/ps/ps.[ch]: (psgetpagebox):
1987         * backend/ps/ps-interpreter.[ch]:
1988
1989         Add support for thumbnails in ps backend. Fixes bug #164755. 
1990
1991 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1992
1993         * NEWS:
1994         * configure.ac:
1995         
1996         Release 0.7.2
1997
1998 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1999
2000         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
2001         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
2002         (ev_window_dispose):
2003
2004         Use document thumbnail as window icon. Fixes bug #384442.
2005
2006 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
2007
2008         * configure.ac:
2009
2010         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
2011         duplicated adding application/x-bzpostscript instead. 
2012
2013 2007-02-11  Tom Parker  <palfrey@tevp.net>
2014
2015         * backend/ps/ps-document.c: (document_load):
2016
2017         Check return value of psscan before trying
2018         to use it. Fixes bug #372414.
2019
2020 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2021
2022         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2023
2024         Fix invalid free in ev-page-cache. Fixes bug #404745.
2025
2026 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2027
2028         * test/Makefile.am:
2029         * test/test3.py:
2030         
2031         Added reload test case.
2032
2033 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2034
2035         * po/POTFILES.in:
2036         * backend/djvu/djvu-document.c: (djvu_document_load):
2037
2038         Check whether there are missing files in indirect multipage djvu
2039         documents. Fixes bug #361683. 
2040
2041 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2042
2043         * test/Makefile.am:
2044         * test/test-mime.bin:
2045         * test/test3.py:
2046         
2047         Added test for slow mime type
2048
2049 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2050
2051         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2052
2053         Add some checks and call parent_class->finalize. Fixes bug #404745.
2054
2055 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2056
2057         * shell/ev-navigation-action.c: (connect_proxy):
2058         
2059         Fixes dropdown history menu. Thanks a lot Carlos!
2060
2061 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2062
2063         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
2064
2065         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
2066         bug #373715.
2067
2068 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2069
2070         * backend/ps/ps.c: (psscan):
2071
2072         Fix memory leak. 
2073
2074 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2075
2076         * configure.ac:
2077         * libdocument/ev-file-helpers.c: 
2078
2079         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
2080
2081 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2082
2083         * configure.ac:
2084         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
2085         (ps_interpreter_start), (document_load), (save_document),
2086         (save_page_list):
2087         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
2088         * libdocument/ev-document-factory.c:
2089         (ev_document_factory_get_from_mime), (get_document_from_uri),
2090         (free_uncompressed_uri), (ev_document_factory_get_document):
2091         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
2092
2093         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
2094
2095 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2096
2097         * libdocument/ev-document.h:
2098
2099         Fix typo in function name. 
2100
2101 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2102
2103         * backend/ps/ps-document.c: (ps_interpreter_finished),
2104         (ps_interpreter_start), (ps_interpreter_failed):
2105
2106         Handle ghostscript interpreter crashes. 
2107
2108 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2109
2110         * shell/ev-window.c: (ev_window_open_uri),
2111         (window_configure_event_cb):
2112
2113         Setup window size and position before showing it. Fixes bug #401711.
2114
2115 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2116
2117         * backend/ps/Makefile.am:
2118         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
2119         (ps_document_dispose), (ps_document_class_init),
2120         (ps_interpreter_input), (ps_interpreter_output),
2121         (ps_interpreter_error), (setup_interpreter_env),
2122         (ps_interpreter_start), (ps_interpreter_stop),
2123         (ps_interpreter_failed), (ps_interpreter_is_ready),
2124         (check_filecompressed), (document_load), (ps_document_load),
2125         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
2126         (ps_document_widget_event), (send_ps), (ps_document_next_page),
2127         (render_page):
2128
2129         Rework ps-document. Code cleanups, remove deprecated code. 
2130
2131 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2132
2133         * shell/ev-view.c: (ev_view_button_press_event):
2134
2135         Do not start an image drag and drop operation when pointer is on 
2136         text, so that we can select text when the whole background is an
2137         image. 
2138
2139 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2140
2141         * shell/ev-window.c: (ev_window_update_actions): 
2142
2143         Disable all zoom related actions during presentation mode. 
2144
2145 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
2146
2147         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
2148
2149         Do not zoom in or out on presentation mode. Fixes bug #401305.
2150
2151 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2152
2153         * shell/ev-navigation-action.c: (connect_proxy),
2154         (create_menu_item), (ev_navigation_action_class_init):
2155         
2156         Correctly show menu and fix crash when navigaton 
2157         action is out of toolbar visible area.
2158
2159 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2160
2161         * data/Makefile.am:
2162         * data/evince.1:
2163         
2164         Added man file
2165
2166 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2167
2168         * help/reference/* :
2169         * configure.ac:
2170         
2171         Added gtk-doc based documentation for Evince.
2172         Still in initial state but I hope it will
2173         grow.
2174         
2175         * configure.ac:
2176         
2177         Lower dbus requirement to 0.70
2178
2179 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2180
2181         * shell/ev-window.c: (ev_window_add_history):
2182
2183         Fix memory leak. 
2184
2185 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2186
2187         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
2188         * shell/ev-view.h:
2189         * shell/ev-window.c: (ev_window_add_history):
2190         
2191         Correctly handle named destination links
2192
2193 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2194
2195         * NOTES:
2196         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
2197         * backend/pdf/ev-poppler.cc:
2198         * libdocument/ev-document-links.h:
2199         * libdocument/ev-link.c: (ev_link_get_page):
2200         * libdocument/ev-link.h:
2201         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
2202         (ev_history_add_link):
2203         * shell/ev-history.h:
2204         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2205         (new_history_menu_item), (build_menu):
2206         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2207         * shell/ev-sidebar-links.c: (create_loading_model),
2208         (print_section_cb), (ev_sidebar_links_construct),
2209         (fill_page_labels), (update_page_callback_foreach),
2210         (update_page_callback), (job_finished_callback):
2211         * shell/ev-view.c: (ev_view_handle_link):
2212         * shell/ev-window.c: (ev_window_find_chapter),
2213         (ev_window_add_history), (view_handle_link_cb),
2214         (history_changed_cb):
2215         
2216         Implements another history variant
2217
2218 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2219
2220         * shell/ev-window.c: (view_external_link_cb):
2221         * shell/ev-view.c: (ev_view_button_release_event):
2222
2223         Open links in new window when clicking with middle button. 
2224
2225 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2226
2227         * shell/ev-navigation-action.c: (new_history_menu_item):
2228         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2229         * shell/ev-view.c: (ev_view_handle_link):
2230         * shell/ev-window.c:
2231         
2232         Store link before jump, not the destination. For me it 
2233         seems like more natural history behavior.
2234
2235 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2236
2237         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2238         (ev_navigation_action_class_init):
2239         * shell/ev-navigation-action.h:
2240         * shell/ev-page-action.c: (activate_cb):
2241         * shell/ev-page-cache.c: (ev_page_cache_class_init),
2242         (ev_page_cache_set_current_page_history):
2243         * shell/ev-page-cache.h:
2244         * shell/ev-sidebar-thumbnails.c:
2245         (ev_sidebar_tree_selection_changed),
2246         (ev_sidebar_icon_selection_changed), (page_changed_cb):
2247         * shell/ev-view-private.h:
2248         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
2249         * shell/ev-view.h:
2250         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
2251         (ev_window_setup_document), (ev_window_load_job_cb):
2252         * shell/ev-window.h:
2253         
2254         History finally works as expected.
2255
2256 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2257
2258         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
2259
2260         Do not update links treeview if it doesn't have a model assigned yet. 
2261
2262 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2263
2264         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
2265         (ev_sidebar_links_class_init), (update_page_callback):
2266
2267         Do not update links treeview when sidepane is not visible. 
2268
2269 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2270
2271         * shell/ev-marshal.list:
2272         * shell/ev-page-action.c: (activate_cb),
2273         (ev_page_action_class_init):
2274         * shell/ev-page-action.h:
2275         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
2276         * shell/ev-window.c:
2277         
2278         Remove activate_link signal, not required.
2279
2280 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2281
2282         * shell/ev-navigation-action.c: (build_menu):
2283         
2284         Reorder menu items and build menu with fixed length.
2285
2286 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
2287
2288         * shell/ev-view.c: (get_selected_text):
2289         
2290         Normalize text to fix ligatures problem. See bug
2291         #341947 for details.
2292
2293 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2294
2295         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2296
2297         Fix memory leak in ev-page-cache. 
2298
2299 2007-01-25  Tom Parker <palfrey@tevp.net>
2300
2301         * backend/impress/impress-document.c: (impress_document_load),
2302         (impress_document_finalize), (impress_document_init):
2303         * properties/ev-properties-main.c: (ev_properties_get_pages):
2304         
2305         Correctly handle impress document errors. Fixes nautilus
2306         crash in property page #370491.
2307
2308 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2309
2310         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2311         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2312         (ev_job_queue_remove_job):
2313         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
2314         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
2315         (ev_job_load_run):
2316         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
2317         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
2318         (ev_window_load_job_cb), (xfer_update_progress_callback),
2319         (ev_window_open_uri), (ev_window_dispose):
2320         * shell/main.c: (main):
2321
2322         Do file transfer asynchronously in the main thread instead of
2323         synchronously in the load thread. Fixes bugs #399694, #398307 and
2324         #343542.
2325
2326 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2327
2328         * shell/ev-jobs.c: (ev_job_xfer_run):
2329
2330         Load the document with the font-config lock held. 
2331
2332 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2333
2334         * backend/ps/ps-document.c: (start_interpreter):
2335
2336         Fix memory leaks in ps backend. 
2337
2338 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2339
2340         * backend/impress/impress-document.c:
2341         (impress_document_render_pixbuf):
2342
2343         Do not acquire fontconfig lock in impress backend, since it is using
2344         the main loop for rendering. 
2345
2346 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2347
2348         * po/POTFILES.in: 
2349
2350         Remove mdvi files that shouldn't be translated. 
2351
2352 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2353
2354         * shell/ev-view-private.h:
2355         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
2356         (ev_view_set_zoom):
2357
2358         Render "loading..." text into a cairo surface instead of directly into
2359         the window so that fontconfig lock is only needed once and UI is not
2360         blocked. Change text color to #9B9B9B. Fixes bug #397356.
2361
2362 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2363
2364         * shell/ev-stock-icons.c: (ev_stock_icons_init):
2365         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2366
2367         Use icon theme associated with the window screen rather than default. 
2368
2369 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2370
2371         * configure.ac:
2372
2373         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
2374
2375 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2376
2377         * data/icons/*/apps/evince.*:
2378
2379         Move Evince icons under new apps directory.
2380
2381         * data/icons/*/actions/*:
2382
2383         Add new custom themeable Evince icons: view-page-continuous, 
2384         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
2385         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
2386
2387         * configure.ac:
2388
2389         Add new directories to AC_CONFIG_FILES.
2390
2391         * shell/ev-stock-icons.c:
2392         * shell/ev-stock-icons.h:
2393
2394         Use new custom themeable icons.
2395
2396 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2397
2398         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2399
2400         Do not draw white background page in presentation mode. 
2401
2402 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
2403
2404         * shell/ev-view.c: Remove unused gnome-vfs include.
2405
2406 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
2407
2408         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
2409         
2410         Format string is corrected, fixes bug #397129.
2411
2412 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2413
2414         * shell/ev-window.c: (ev_window_setup_recent):
2415
2416         Do not include in recent menu inexistent documents. Fixes
2417         bug #339171.
2418
2419 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2420
2421         * po/POTFILES.skip: 
2422
2423         Update POTFILES.skip file according to current source tree. 
2424
2425 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2426
2427         * shell/ev-window.c: (file_save_dialog_response_cb):
2428
2429         Do Save a copy in atomic way. Fixes bug #328266. 
2430
2431 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2432
2433         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
2434
2435         Keep selected cell always visible in index treeview.
2436
2437 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2438         
2439         * shell/ev-view.c: (ev_view_size_allocate):
2440
2441         Restore horizontal scrollbar after switching to/from fullscreen
2442         or presentation mode. Fixes bug #331728.
2443
2444 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2445
2446         * shell/ev-view-private.h:
2447         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
2448         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
2449         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
2450         (ev_view_can_zoom_out):
2451
2452         Use max and min scale values in the view iby taking dpi into account. 
2453
2454 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2455
2456         * configure.ac:
2457         * NEWS:
2458
2459         Release 0.7.1
2460
2461 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2462
2463         * shell/ev-window.c: (ev_window_print_send):
2464
2465         Send print job to printer with some settings set to default values,
2466         since we have already exported to a file according to such settings
2467         and they could be taken twice by some printers. 
2468
2469 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2470
2471         * shell/ev-jobs.c: (ev_job_xfer_run):
2472         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2473
2474         Show main window and load document with the font-config lock held. 
2475
2476 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2477
2478         * configure.ac:
2479         * shell/ev-application.c: (ev_application_register_service):
2480         * shell/main.c: (load_files_remote):
2481
2482         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
2483
2484 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2485
2486         * doc/debugging.txt:
2487         
2488         Remove obsolete documentation.
2489
2490 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2491
2492         * Makefile.am:
2493         * backend/Makefile.am:
2494         * backend/comics/Makefile.am:
2495         * backend/djvu/Makefile.am:
2496         * backend/dvi/Makefile.am:
2497         * backend/ev-async-renderer.c:
2498         * backend/ev-async-renderer.h:
2499         * backend/ev-attachment.c:
2500         * backend/ev-attachment.h:
2501         * backend/ev-backend-marshal.c:
2502         * backend/ev-document-factory.c:
2503         * backend/ev-document-factory.h:
2504         * backend/ev-document-find.c:
2505         * backend/ev-document-find.h:
2506         * backend/ev-document-fonts.c:
2507         * backend/ev-document-fonts.h:
2508         * backend/ev-document-images.c:
2509         * backend/ev-document-images.h:
2510         * backend/ev-document-info.h:
2511         * backend/ev-document-links.c:
2512         * backend/ev-document-links.h:
2513         * backend/ev-document-misc.c:
2514         * backend/ev-document-misc.h:
2515         * backend/ev-document-security.c:
2516         * backend/ev-document-security.h:
2517         * backend/ev-document-thumbnails.c:
2518         * backend/ev-document-thumbnails.h:
2519         * backend/ev-document-transition.c:
2520         * backend/ev-document-transition.h:
2521         * backend/ev-document.c:
2522         * backend/ev-document.h:
2523         * backend/ev-file-exporter.c:
2524         * backend/ev-file-exporter.h:
2525         * backend/ev-image.c:
2526         * backend/ev-image.h:
2527         * backend/ev-link-action.c:
2528         * backend/ev-link-action.h:
2529         * backend/ev-link-dest.c:
2530         * backend/ev-link-dest.h:
2531         * backend/ev-link.c:
2532         * backend/ev-link.h:
2533         * backend/ev-render-context.c:
2534         * backend/ev-render-context.h:
2535         * backend/ev-selection.c:
2536         * backend/ev-selection.h:
2537         * backend/impress/Makefile.am:
2538         * backend/pdf/Makefile.am:
2539         * backend/pixbuf/Makefile.am:
2540         * backend/ps/Makefile.am:
2541         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
2542         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
2543         (start_interpreter), (stop_interpreter), (document_load),
2544         (ps_document_next_page), (render_page):
2545         * backend/tiff/Makefile.am:
2546         * comics/Makefile.am:
2547         * comics/comics-document.c:
2548         * comics/comics-document.h:
2549         * configure.ac:
2550         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2551         * djvu/Makefile.am:
2552         * djvu/djvu-document-private.h:
2553         * djvu/djvu-document.c:
2554         * djvu/djvu-document.h:
2555         * djvu/djvu-links.c:
2556         * djvu/djvu-links.h:
2557         * djvu/djvu-text-page.c:
2558         * djvu/djvu-text-page.h:
2559         * djvu/djvu-text.c:
2560         * djvu/djvu-text.h:
2561         * dvi/Makefile.am:
2562         * dvi/dvi-document.c:
2563         * dvi/dvi-document.h:
2564         * dvi/fonts.c:
2565         * dvi/fonts.h:
2566         * dvi/mdvi-lib/Makefile.am:
2567         * dvi/mdvi-lib/afmparse.c:
2568         * dvi/mdvi-lib/afmparse.h:
2569         * dvi/mdvi-lib/bitmap.c:
2570         * dvi/mdvi-lib/bitmap.h:
2571         * dvi/mdvi-lib/color.c:
2572         * dvi/mdvi-lib/color.h:
2573         * dvi/mdvi-lib/common.c:
2574         * dvi/mdvi-lib/common.h:
2575         * dvi/mdvi-lib/defaults.h:
2576         * dvi/mdvi-lib/dvimisc.c:
2577         * dvi/mdvi-lib/dviopcodes.h:
2578         * dvi/mdvi-lib/dviread.c:
2579         * dvi/mdvi-lib/files.c:
2580         * dvi/mdvi-lib/font.c:
2581         * dvi/mdvi-lib/fontmap.c:
2582         * dvi/mdvi-lib/fontmap.h:
2583         * dvi/mdvi-lib/fontsrch.c:
2584         * dvi/mdvi-lib/gf.c:
2585         * dvi/mdvi-lib/hash.c:
2586         * dvi/mdvi-lib/hash.h:
2587         * dvi/mdvi-lib/list.c:
2588         * dvi/mdvi-lib/mdvi.h:
2589         * dvi/mdvi-lib/pagesel.c:
2590         * dvi/mdvi-lib/paper.c:
2591         * dvi/mdvi-lib/paper.h:
2592         * dvi/mdvi-lib/pk.c:
2593         * dvi/mdvi-lib/private.h:
2594         * dvi/mdvi-lib/setup.c:
2595         * dvi/mdvi-lib/sp-epsf.c:
2596         * dvi/mdvi-lib/special.c:
2597         * dvi/mdvi-lib/sysdeps.h:
2598         * dvi/mdvi-lib/t1.c:
2599         * dvi/mdvi-lib/tfm.c:
2600         * dvi/mdvi-lib/tfmfile.c:
2601         * dvi/mdvi-lib/tt.c:
2602         * dvi/mdvi-lib/util.c:
2603         * dvi/mdvi-lib/vf.c:
2604         * dvi/pixbuf-device.c:
2605         * dvi/pixbuf-device.h:
2606         * impress/Makefile.am:
2607         * impress/common.h:
2608         * impress/document.c:
2609         * impress/f_oasis.c:
2610         * impress/f_oo13.c:
2611         * impress/iksemel.c:
2612         * impress/iksemel.h:
2613         * impress/imposter.h:
2614         * impress/impress-document.c:
2615         * impress/impress-document.h:
2616         * impress/internal.h:
2617         * impress/r_back.c:
2618         * impress/r_draw.c:
2619         * impress/r_geometry.c:
2620         * impress/r_gradient.c:
2621         * impress/r_style.c:
2622         * impress/r_text.c:
2623         * impress/render.c:
2624         * impress/render.h:
2625         * impress/zip.c:
2626         * impress/zip.h:
2627         * lib/Makefile.am:
2628         * lib/ev-debug.c:
2629         * lib/ev-debug.h:
2630         * lib/ev-file-helpers.c:
2631         * lib/ev-file-helpers.h:
2632         * lib/ev-gui.c:
2633         * lib/ev-gui.h:
2634         * lib/ev-tooltip.c:
2635         * lib/ev-tooltip.h:
2636         * libdocument/Makefile.am:
2637         * libdocument/ev-file-helpers.c:
2638         * pdf/Makefile.am:
2639         * pdf/ev-poppler.cc:
2640         * pdf/ev-poppler.h:
2641         * pixbuf/Makefile.am:
2642         * pixbuf/pixbuf-document.c:
2643         * pixbuf/pixbuf-document.h:
2644         * properties/Makefile.am:
2645         * ps/Makefile.am:
2646         * ps/gsdefaults.c:
2647         * ps/gsdefaults.h:
2648         * ps/gsio.c:
2649         * ps/gsio.h:
2650         * ps/gstypes.h:
2651         * ps/ps-document.c:
2652         * ps/ps-document.h:
2653         * ps/ps.c:
2654         * ps/ps.h:
2655         * shell/Makefile.am:
2656         * shell/ev-application.h:
2657         * shell/ev-sidebar-links.c:
2658         * shell/ev-sidebar-links.h:
2659         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
2660         (ev_gui_menu_position_tree_selection):
2661         * shell/ev-utils.h:
2662         * shell/ev-view.c: (ev_view_finalize):
2663         * shell/ev-window.c:
2664         * shell/main.c: (main):
2665         * thumbnailer/Makefile.am:
2666         * tiff/Makefile.am:
2667         * tiff/tiff-document.c:
2668         * tiff/tiff-document.h:
2669         * tiff/tiff2ps.c:
2670         * tiff/tiff2ps.h:
2671         
2672         Reorganize source tree.
2673
2674 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2675
2676         * backend/ev-document-factory.c:
2677
2678         Do not include ev-poppler.h when pdf is disabled. 
2679
2680 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2681
2682         * configure.ac:
2683         * data/evince-ui.xml:
2684         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
2685         (pdf_document_document_images_iface_init):
2686         * backend/Makefile.am:
2687         * backend/ev-document-images.[ch]:
2688         * backend/ev-image.[ch]:
2689         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
2690         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
2691         (ev_job_xfer_run):
2692         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2693         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2694         (ev_pixbuf_cache_get_image_mapping):
2695         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
2696         (view_menu_popup_cb), (ev_window_dispose),
2697         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2698         (ev_view_popup_cmd_copy_image):
2699         * shell/ev-view-private.h:
2700         * shell/ev-view.c: (ev_view_get_image_at_location),
2701         (ev_view_do_popup_menu), (ev_view_popup_menu),
2702         (ev_view_button_press_event), (ev_view_drag_data_get),
2703         (ev_view_drag_motion), (ev_view_drag_data_received),
2704         (ev_view_motion_notify_event), (ev_view_button_release_event),
2705         (ev_view_finalize), (ev_view_class_init):
2706
2707         Add image handling support. Fixes bugs #310008 and #325047. Images
2708         selection is not supported yet. 
2709
2710 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2711
2712         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
2713         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
2714         (ev_view_init):
2715
2716         Move view drag and drop stuff to ev-view.
2717
2718 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2719
2720         * shell/ev-pixbuf-cache.c: (clear_job_selection):
2721         * shell/ev-view.c: (clear_selection): 
2722
2723         Clear selection also in pixbuf cache.
2724
2725 2007-01-02  Luca Ferretti <elle.uca@libero.it>
2726
2727         * data/evince.desktop.in.in:
2728         
2729         Change icon name in desktop file. See bug #390734
2730         for details.
2731
2732 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2733
2734         * thumbnailer/Makefile.am:
2735
2736         Use top_builddir instead top_srcdir for generated schema
2737         file installation. Fixes bug #390161.
2738
2739 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2740
2741         * configure.ac:
2742         * backend/Makefile.am:
2743         * backend/ev-document-transition.[ch]:
2744         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
2745         (pdf_document_page_transition_iface_init):
2746         * shell/ev-view-private.h:
2747         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
2748         (ev_view_set_presentation), (transition_next_page),
2749         (ev_view_presentation_transition_stop),
2750         (ev_view_presentation_transition_start), (ev_view_next_page):
2751
2752         Add page transition support in presentation mode. At the moment only
2753         page duration is supported, but not transition effects. Fixes bug
2754         #309815.
2755
2756 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2757
2758         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
2759
2760         Run find_link_dest with document lock held, since it's called by links
2761         thread and main thread at the same time. 
2762
2763 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2764
2765         * shell/ev-view.c: (goto_dest):
2766
2767         Update page-cache when page is changed by the view, so that
2768         page-changed signal is emitted. 
2769
2770 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2771
2772         * test/test1.py:
2773         * test/test2.py:
2774
2775         Use C locale in tests. 
2776
2777 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2778
2779         * shell/ev-window.c: (ev_window_run_presentation):
2780         * shell/ev-view-private.h:
2781         * shell/ev-view.c: (ev_view_set_presentation):
2782
2783         Restore zoom settings when back from presentation mode. 
2784
2785 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2786
2787         * shell/ev-window.c: (ev_window_run_presentation):
2788
2789         Always use "best fit" zoom in presentation mode.
2790         Fixes bug #389195.
2791
2792 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2793
2794         * shell/ev-view.c: (ev_view_goto_window_create):
2795
2796         Show "Jump to page" label in the page jumping popup in
2797         presentation mode instead of just a GtkEntry.
2798
2799 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2800
2801         * shell/ev-window.c: (launch_external_uri):
2802
2803         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
2804         #378085.
2805
2806 2006-12-22  Elijah Newren  <newren gmail com>
2807
2808         * configure.ac: explicitly check for libxml2.  Fixes #388795
2809
2810 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2811
2812         * shell/ev-view-private.h:
2813         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
2814         (ev_view_goto_window_delete_event), (key_is_numeric),
2815         (ev_view_goto_window_key_press_event),
2816         (ev_view_goto_window_button_press_event),
2817         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
2818         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
2819         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
2820
2821         Allow jumping to another page by typing a page number in presentation
2822         mode. It uses a popup window with an entry. Fixes bug #353625.
2823
2824 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2825
2826         * configure.ac:
2827         * properties/ev-properties-view.c: (ev_get_default_user_units),
2828         (ev_regular_paper_size):
2829         
2830         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
2831         to Damien Carbery <damien.carbery@sun.com> and
2832         Yevgen Muntyan <muntyan@tamu.edu>.
2833
2834 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2835
2836         * shell/ev-window.c: (setup_document_from_metadata):
2837
2838         Make sure Evince doesn't restore the view on the last
2839         page when a document is reopened. Fixes bug #383381.
2840
2841 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
2842
2843         * shell/ev-view.c: (draw_loading_text):
2844
2845         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
2846
2847 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2848
2849         * configure.ac:
2850         * NEWS:
2851
2852         Release 0.7.0
2853
2854 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2855
2856         * configure.ac:
2857         * pdf/ev-poppler.cc: (pdf_print_context_free),
2858         (pdf_document_file_exporter_begin),
2859         (pdf_document_file_exporter_do_page):
2860
2861         Make cairo-pdf depedency optional. 
2862
2863 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2864
2865         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
2866
2867         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
2868
2869 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2870
2871         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
2872         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
2873         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
2874         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
2875         * shell/ev-view.c: (draw_loading_text):
2876         * shell/ev-window.c: (ev_window_cmd_file_properties):
2877
2878         Use an specific lock for FontConfig. Hopefully it fixes some crashes
2879         related to using FontConfig from different threads.
2880         
2881 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2882
2883         * shell/ev-view.c: (draw_loading_text):
2884
2885         Acquire lock document when drawing "Loading..." text so that only one
2886         thread will use FontConfig at the same time. Fixes bug #374750.
2887
2888 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2889
2890         * shell/ev-page-action.[ch]: (activate_cb):
2891         * shell/ev-window.c: (activate_label_cb):
2892
2893         Check if text inserted in page entry is a valid page number when it
2894         doesn't match to any document page label. Fixes bug #383165.
2895
2896 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
2897         * shell/ev-window.c:
2898
2899         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
2900         available with GTK < 2.10. Added an ifdef to avoid compilation
2901         error.
2902
2903 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2904
2905         * configure.ac:
2906         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
2907
2908         Fix ps backend in multihead systems.
2909
2910 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2911
2912         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
2913         * shell/ev-window.c: (ev_window_get_screen_dpi),
2914         (ev_window_update_actions), (setup_view_from_metadata),
2915         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
2916
2917         Take screen DPI into account when zooming. Fixes bug #318285.
2918
2919 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2920
2921         * data/Makefile.am:
2922
2923         Cleaned up/slightly refactored Makefile.am. Added GConf
2924         schemas uninstallation as well.
2925
2926 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2927
2928         * Makefile.am:
2929         * test/Makefile.am:
2930
2931         Fight with autotools to fix make check. Make distcheck
2932         works fine as well now!
2933
2934 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2935
2936         * shell/ev-view.c: (draw_end_presentation_page):
2937
2938         Corrected "end of presentation" string.
2939
2940 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2941
2942         * shell/ev-view.c: (ev_view_key_press_event):
2943
2944         Correctly propagate key press event so that up/down keys
2945         work as expected (correct behaviour was broken by
2946         black/white screen key bindings for presentations).
2947
2948 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2949
2950         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
2951         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
2952         (pdf_document_find_get_progress), (pdf_selection_render_selection),
2953         (pdf_selection_get_selection_region),
2954         (pdf_selection_get_selection_map):
2955
2956         Add "static" to some private functions. 
2957
2958 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
2959
2960         * lib/ev-tooltip.h:
2961         * properties/ev-properties-view.h:
2962         * shell/ev-jobs.h:
2963         * shell/ev-properties-dialog.h:
2964         * shell/ev-properties-fonts.h:
2965         * shell/ev-sidebar-links.h:
2966         * shell/ev-sidebar-thumbnails.h:
2967         * shell/ev-sidebar.h:
2968         * shell/ev-window.h:
2969         
2970         Fixes CHACK type in class casts. See bug #385343
2971         for details.
2972
2973 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2974
2975         * shell/ev-view-private.h:
2976         * shell/ev-view.c: (draw_end_presentation_page),
2977         (ev_view_expose_event), (ev_view_key_press_event),
2978         (ev_view_class_init), (ev_view_init):
2979
2980         Blank screen in presentation mode when pressing 'b' (filling with
2981         black) or 'w' (filling with white) keys. Fixes bug #358132.
2982
2983 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
2984
2985         * data/evince-toolbar.xml:
2986         * shell/ev-window.c:
2987         
2988         Use stock icon for Select All action. Fixes
2989         bug #382652.
2990
2991 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
2992
2993         * shell/ev-view.c: (get_doc_point_from_offset),
2994         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
2995
2996         Add links support in rotated documents. Fixes bug #343733.
2997
2998 2006-12-09  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_init), (ev_view_set_presentation):
3003
3004         Show a blank page after the last page in presentation mode with a
3005         message indicating that presentation has finished and how to exit. 
3006
3007 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3008
3009         * shell/ev-window.c: (fullscreen_timeout_cb):
3010
3011         Hide cursor after a while in presentation mode. 
3012
3013 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3014
3015         * backend/ev-document-info.h:
3016         * data/evince-properties.glade:
3017         * pdf/ev-poppler.cc:
3018         * properties/ev-properties-view.c: (ev_regular_paper_size),
3019         (ev_properties_view_set_info):
3020         * ps/ps-document.c: (ps_document_get_info):
3021
3022         Adds a paper size field to the properties dialog. Fixes
3023         bug #307315. Patch by Kasper Svendsen (with some i18n
3024         changes done by me).
3025
3026 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3027
3028         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3029         (screensaver_init_dbus), (totem_scrsaver_new),
3030         (totem_scrsaver_init):
3031         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3032         * shell/ev-application.c: (ev_application_register_service),
3033         (ev_application_screensaver_enable),
3034         (ev_application_screensaver_disable):
3035         * shell/ev-application.h:
3036         * shell/ev-window.c: (ev_window_run_presentation),
3037         (ev_window_stop_presentation), (build_comments_string),
3038         (ev_window_init):
3039         
3040         Move screensaver handling to application. No more
3041         message on startup.
3042
3043 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3044
3045         * configure.ac:
3046         * backend/Makefile.am:
3047         * backend/ev-file-exporter.[ch]:
3048         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
3049         * ps/ps-document.c: (ps_document_file_exporter_*):
3050         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
3051         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3052         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3053         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3054
3055         Allow printing to PDF when suppoted by the backend.
3056         
3057 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3058
3059         * shell/ev-window.c: (build_comments_string):
3060
3061         Use always "Document Viewer" in about dialog. 
3062
3063 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3064
3065         * djvu/djvu-document.c: (djvu_document_get_page_size):
3066
3067         Display a warning message when get_pageinfo fails. 
3068
3069 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
3070
3071         * Makefile.am:
3072         * backend/Makefile.am:
3073         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3074         * configure.ac:
3075         * shell/ev-window.c: (build_comments_string):
3076         
3077         Make pdf compilation optional. See bug #38007.
3078
3079 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3080
3081         * ps/ps.c: (get_next_text):
3082
3083         Fix CVE-2006-5864.
3084
3085 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3086
3087         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
3088         * shell/ev-navigation-action.c: (connect_proxy),
3089         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3090         
3091         Do not call g_type_class_peek_parent twice.
3092
3093 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3094
3095         * configure.ac:
3096         * data/icons/24x24/.cvsignore:
3097         * data/icons/24x24/Makefile.am:
3098         * data/icons/24x24/evince.png:
3099         * data/icons/Makefile.am:
3100         
3101         Add 24x24 icon. Thanks to 
3102         Michael Monreal <infernux@web.de>.
3103
3104 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3105
3106         * configure.ac: Fix typo in configure.ac. Thanks
3107         to dmacks@netspace.org for notification.
3108
3109 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3110
3111         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3112         
3113         Drop dbus include, fixes compilation with older dbus.
3114
3115 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3116
3117         * configure.ac:
3118         * cut-n-paste/Makefile.am:
3119         * cut-n-paste/totem-screensaver/.cvsignore
3120         * cut-n-paste/totem-screensaver/Makefile.am:
3121         * cut-n-paste/totem-screensaver/README:
3122         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3123         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3124         * shell/Makefile.am:
3125         * shell/ev-window.c: (ev_window_run_presentation),
3126         (ev_window_stop_presentation), (ev_window_cmd_help_about),
3127         (ev_window_init):
3128
3129         Implemented screensaver enabling/disabling for
3130         presentation mode (not fullscreen mode). Code stolen
3131         from Totem (with some minor tweaks). Fixes bug #338889.
3132
3133 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3134
3135         * configure.ac:
3136
3137         Bump gnome-icon-theme requirements. We use the rotation
3138         icons that appeared recently.
3139
3140 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3141
3142         * shell/ev-history.c: (ev_history_add_page):
3143         * shell/ev-history.h:
3144         * shell/ev-window.c: (page_changed_cb):
3145         
3146         Use page labels instead of numbers.
3147
3148 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3149
3150         * data/evince-toolbar.xml:
3151         * po/POTFILES.in:
3152         * shell/Makefile.am:
3153         * shell/ev-navigation-action-widget.c:
3154         (ev_navigation_action_widget_init),
3155         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
3156         (menu_detacher), (ev_navigation_action_widget_set_menu),
3157         (menu_position_func), (popup_menu_under_arrow),
3158         (ev_navigation_action_widget_toggled),
3159         (ev_navigation_action_widget_button_press_event):
3160         * shell/ev-navigation-action-widget.h:
3161         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
3162         (ev_navigation_action_set_window), (activate_menu_item_cb),
3163         (new_history_menu_item), (new_empty_history_menu_item),
3164         (build_menu), (menu_activated_cb), (connect_proxy),
3165         (create_tool_item), (ev_navigation_action_init),
3166         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3167         * shell/ev-navigation-action.h:
3168         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
3169         (ev_page_action_widget_set_page_cache),
3170         (ev_page_action_widget_finalize),
3171         (ev_page_action_widget_class_init), (match_selected_cb),
3172         (display_completion_text), (match_completion), (build_new_tree_cb),
3173         (get_filter_model_from_model),
3174         (ev_page_action_widget_update_model):
3175         * shell/ev-page-action-widget.h:
3176         * shell/ev-page-action.c: (activate_link_cb), (update_model),
3177         (connect_proxy):
3178         * shell/ev-page-action.h:
3179         * shell/ev-stock-icons.c:
3180         * shell/ev-stock-icons.h:
3181         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3182         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
3183         (register_custom_actions):
3184         * shell/main.c:
3185         
3186         Preliminary history implementation
3187
3188 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3189
3190         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
3191         (dvi_document_class_init), (dvi_document_init_params):
3192         * dvi/mdvi-lib/font.c: (font_reference):
3193         
3194         Add reference to subfont. Fixes bug #374277.
3195
3196 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3197
3198         * shell/ev-window.c: (ev_window_create_tmp_symlink),
3199         (ev_window_cmd_file_open_copy_at_dest):
3200
3201         Fix a race condition when creating symlink. Increase the counter
3202         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
3203         Mathias Hasselmann).
3204
3205 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3206
3207         * backend/Makefile.am:
3208         * backend/ev-attachment.c: (ev_attachment_open):
3209         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
3210         (ev_tmp_dir), (ev_tmp_filename):
3211         * shell/ev-sidebar-attachments.c:
3212         (ev_sidebar_attachments_drag_data_get):
3213         * shell/ev-window.c: (ev_window_clear_temp_file):
3214
3215         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
3216         in ensure_dir_exists. Abort without crashing when we can't create
3217         user's directory.
3218
3219 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3220
3221         * data/evince-ui.xml:
3222         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3223         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
3224         (ev_window_cmd_file_open_copy_at_dest),
3225         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
3226         (ev_view_popup_cmd_open_link_new_window):
3227
3228         Allow opening a copy of the current document in a new window. Fixes bug
3229         #357472
3230
3231 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3232
3233         * data/evince-toolbar.xml:
3234         
3235         Add rotate right and rotate left to available items for toolbar.
3236         
3237         * data/evince-ui.xml:
3238         * shell/ev-window.c: (ev_window_init):
3239         
3240         Customize toolbar with right click. Fixes bug #372451.
3241
3242 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
3243
3244         * shell/ev-window.c: 
3245         
3246         Use "object-rotate-{left,right}" stock icons. Fixes 
3247         bug #373863.
3248
3249 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3250
3251         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
3252         (ev_application_open_uri_at_dest), (ev_application_open_uri):
3253         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
3254         (ev_window_open_uri):
3255         * shell/main.c: (arguments_parse):
3256
3257         Remove temp file created when evince is used by GTK+ in
3258         preview mode. Fixes bug #365282. 
3259
3260 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3261
3262         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3263         
3264         Fixes bug #372474 - Side pane disabled when entering 
3265         and leaving fullscreen mode.
3266
3267 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3268
3269         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
3270         * data/Makefile.am:
3271         * data/evince-preview-toolbar.xml:
3272         * data/evince-toolbar.xml:
3273         * shell/ev-application.c: (ev_application_shutdown),
3274         (ev_application_init), (ev_application_get_toolbars_model):
3275         * shell/ev-application.h:
3276         * shell/ev-window.c: (update_chrome_visibility),
3277         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
3278         (ev_window_cmd_edit_toolbar), (ev_window_init):
3279         
3280         Fixes bug #364364 - toolbar editor shows zoom actions again.
3281
3282 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3283
3284         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3285
3286         Do not take margins into consideration for paper size when printing.
3287         Really fixes bug #350491.
3288
3289 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3290
3291         * data/evince-ui.xml:
3292         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
3293         (ev_window_cmd_file_print_setup),
3294         (ev_window_print_dialog_response_cb),
3295         (ev_window_setup_action_sensitivity):
3296
3297         Add page setup settings for printing. Fixes bugs #363860 and #350491.
3298
3299 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3300
3301         * shell/ev-window.c: (ev_window_print_range):
3302
3303         Revert my previuos commit, since printing to PDF is not supported by
3304         evince yet. 
3305
3306 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3307
3308         * shell/ev-window.c: (ev_window_print_range):
3309
3310         Enable print to a PDF. Fixes bug #332121.
3311
3312 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3313
3314         * shell/ev-application-service.xml:
3315         * shell/ev-application.[ch]: (ev_application_open_window),
3316         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
3317         (ev_application_open_uri), (ev_application_open_uri_list):
3318         * shell/ev-window.c: (file_open_dialog_response_cb),
3319         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
3320         (drag_data_received_cb), (open_remote_link):
3321         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
3322
3323         Add support for multiscreen systems. Fixes bug #316206.
3324
3325 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3326
3327         * shell/ev-jobs.[ch]: (ev_job_print_new),
3328         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
3329         (ev_job_print_do_page):
3330         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
3331
3332         Allow printing only odd/even pages. Fixes bug #367289.
3333
3334 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3335
3336         * test/test1.py:
3337         * test/test2.py:
3338
3339         Re-add locale settings to test files.
3340
3341 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3342
3343         * data/evince-ui.xml:
3344         * shell/ev-window.c: (set_action_properties):
3345         
3346         Removed garbage from code and ui.
3347
3348 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3349
3350         * shell/ev-window.c: (ev_window_cmd_help_about):
3351
3352         Shamelessly add my name to the list of contributors.
3353
3354 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3355
3356         * test/test1.py:
3357         * test/test2.py:
3358
3359         Cleaned up the dogtail scripts.
3360
3361 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3362
3363         * shell/ev-view.c: (draw_loading_text): Don't render
3364         "loading..." text in presentation mode. Temporary
3365         workaround for bug #320352.
3366
3367 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3368
3369         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3370         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3371
3372         Use print settings scale, copies, collate and reverse which were
3373         ignored. Fixes bug #359032.
3374
3375 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3376
3377         * configure.ac:
3378         * data/evince-password.glade:
3379         * test/Makefile.am:
3380         * test/test-encrypt.pdf:
3381         * test/test-links.pdf:
3382         * test/test1.py:
3383         * test/test2.py:
3384
3385         Add automated UI tests for evince with dogtail. See
3386         bug #300948.    
3387
3388 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3389
3390         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
3391
3392         Hide fullscreen toolbar when switching to another desktop workspace.
3393         Fixes bug #338871
3394
3395 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3396
3397         * shell/ev-window-title.c: 
3398         
3399         Test for .dvi in title of pdf documents.
3400
3401 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3402
3403         * shell/ev-view.c: (ev_view_scroll):
3404
3405         Page Up/Down should do page jumps in "Best fit" mode.
3406         If a user has explicitly chosen to view exactly one page
3407         at a time, scrolling just a part of the page when
3408         pressing Page Up/Down is not right. Fixes bug #323107.
3409
3410 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3411
3412         * NEWS:
3413         * configure.ac:
3414         
3415         Update for 0.6.1
3416
3417 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3418
3419         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
3420         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
3421         
3422         Correctly disconnect from job signals on destroy.
3423
3424 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3425
3426         * shell/ev-view-private.h:
3427         * shell/ev-view.c: (view_set_adjustment_values),
3428         (view_update_range_and_current_page),
3429         (ensure_rectangle_is_visible), (ev_view_size_allocate):
3430         
3431         Fixes bug #343199, current page now follows find page.
3432
3433 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
3434
3435         * backend/ev-document-factory.c:
3436         * configure.ac:
3437         Assigned OpenDocument presenation MIME type to the
3438         Impress backend. Added some missing (but harmless)
3439         #ifdefs in the document factory as well to make things
3440         consistent again. Fixes bug #360658.
3441
3442 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
3443
3444         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
3445         * backend/ev-document-find.c: (ev_document_find_get_type):
3446         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
3447         * backend/ev-document-links.c: (ev_document_links_get_type):
3448         * backend/ev-document-security.c: (ev_document_security_get_type):
3449         * backend/ev-document-thumbnails.c:
3450         (ev_document_thumbnails_get_type):
3451         * backend/ev-document.c: (ev_document_get_type):
3452         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
3453         * backend/ev-selection.c: (ev_selection_get_type):
3454         * cut-n-paste/recent-files/egg-recent-model.c:
3455         (egg_recent_model_get_type):
3456         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3457         (egg_recent_view_uimanager_get_type):
3458         * cut-n-paste/recent-files/egg-recent-view.c:
3459         (egg_recent_view_get_type):
3460         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3461         (egg_editable_toolbar_get_type):
3462         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3463         (egg_toolbar_editor_get_type):
3464         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3465         (egg_toolbars_model_get_type):
3466         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3467         (egg_tree_multi_drag_source_get_type):
3468         * cut-n-paste/zoom-control/ephy-zoom-action.c:
3469         (ephy_zoom_action_get_type):
3470         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3471         (ephy_zoom_control_get_type):
3472         * impress/r_back.c: (_imp_fill_back):
3473         * properties/ev-properties-main.c:
3474         (ev_properties_plugin_register_type):
3475         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
3476         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
3477         (ev_view_accessible_factory_get_type):
3478
3479         Reduce relocations. Bug #360616.
3480
3481 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3482
3483         * backend/ev-document-factory.c:
3484         (ev_document_factory_get_document):
3485         
3486         Load document even if extension is wrong.
3487
3488 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3489
3490         * shell/ev-metadata-manager.c: (save_values):
3491         * shell/ev-window.c: (setup_size_from_metadata),
3492         (setup_view_from_metadata), (ev_window_setup_document),
3493         (ev_window_xfer_job_cb), (window_configure_event_cb):
3494         
3495         Set size according to the document size/page size ratio.
3496         That should correct rather wierd behaviour of the previous
3497         commit.
3498
3499 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3500
3501         * shell/ev-window.c: (setup_view_from_metadata):
3502         
3503         Set size for new windows from previous window size.
3504         See bugs #354968 and #168450 for details. Thanks
3505         to Meik Hellmund.
3506
3507 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3508
3509         * djvu/djvu-links.c: (build_tree):
3510
3511         Fix memory leak.
3512
3513 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3514
3515         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
3516         
3517         Don't make sidebar close button insensitive. Fixes
3518         bug #357871.
3519
3520 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3521
3522         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3523         (ev_window_set_view_accels_sensitivity):
3524         
3525         Don't enable Slash on documents which don't support
3526         find. Fixes bug #358648.
3527
3528 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
3529
3530         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
3531         open dialog fall back to the current document uri if the
3532         filechooser hasn't been used before. Fixes bug #356980.
3533
3534 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
3535
3536         * shell/ev-window.c: (ev_window_setup_recent), 
3537         (ev_window_get_recent_file_label):
3538
3539         Escape underscores in filenames of recent file items.
3540
3541 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3542
3543         * configure.ac:
3544         
3545         Bumped poppler requirements, really 0.5.3 is very 
3546         buggy, now we require 0.5.4.
3547
3548 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3549
3550         * djvu/Makefile.am:
3551         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3552         (djvu_document_find_iface_init), (djvu_document_links_get_links),
3553         (djvu_document_document_links_iface_init):
3554         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
3555         (number_from_string_10), (get_djvu_link_dest),
3556         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
3557         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
3558         (djvu_links_get_links), (djvu_links_find_link_dest),
3559         (djvu_links_get_links_model):
3560         * djvu/djvu-links.h:
3561         
3562         Add support for links and bookmarks in djvu documents. Thanks
3563         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
3564         patch.
3565
3566 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3567
3568         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3569         
3570         Reopen should reload document. Fixes 
3571         bug 327951.
3572
3573 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3574
3575         * configure.ac:
3576         * data/Makefile.am:
3577         * data/evince-16.png:
3578         * data/evince-22.png:
3579         * data/evince.png:
3580         * data/evince.svg:
3581         * data/icons/16x16/Makefile.am:
3582         * data/icons/16x16/evince.png:
3583         * data/icons/22x22/Makefile.am:
3584         * data/icons/22x22/evince.png:
3585         * data/icons/48x48/Makefile.am:
3586         * data/icons/48x48/evince.png:
3587         * data/icons/Makefile.am:
3588         * data/icons/scalable/Makefile.am:
3589         * data/icons/scalable/evince.svg:
3590         
3591         Install icons with correct names. Fixes
3592         bug #354429.
3593
3594 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3595
3596         * shell/ev-view.c: (ev_view_button_release_event):
3597
3598         Don't open links with middle mouse button. Fixes bug #353649
3599
3600 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3601
3602         * NEWS:
3603         * configure.ac:
3604         
3605         Update for release 0.6.0
3606
3607 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3608
3609         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
3610         Implement Close named action. Patch by Carlos Garcia Campos.
3611
3612 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3613
3614         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
3615         
3616         Don't clear link mapping on copy_job_to_job_info. Fixes
3617         bug 346168.
3618
3619 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3620
3621         * shell/main.c: (main):
3622
3623         Revert my previous commit, gnome_program_init owns the option context.
3624         Fix another memory leak in main. Both caught by Christian Persch. 
3625
3626 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3627
3628         * shell/main.c: (main):
3629
3630         Fix memory leak.
3631
3632 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3633
3634         * backend/ev-document-factory.c: (ev_document_factory_get_document):
3635
3636         Fix crash when opening a pdf with password protection. 
3637
3638 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3639
3640         * pdf/ev-poppler.cc: (pdf_document_search_free):
3641
3642         Fix memory leak. 
3643
3644 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3645
3646         * backend/ev-document-factory.c:
3647         (ev_document_factory_get_document):
3648         * tiff/tiff-document.c: (tiff_document_finalize):
3649         
3650         More correct handling of document loading. Fixes
3651         bug #349043.
3652
3653 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3654
3655         * backend/ev-attachment.c: (ev_attachment_save):
3656
3657         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
3658         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
3659
3660 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
3661         
3662         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
3663         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
3664
3665 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3666
3667         * shell/ev-sidebar-thumbnails.c:
3668
3669         Do not render thumbnails unless thumbnails page is active in the
3670         sidebar.
3671
3672 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
3673
3674         * shell/ev-properties-dialog.c:
3675
3676         Fix dialogue spacing. Bug #351370.
3677
3678 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3679
3680         * configure.ac:
3681
3682         Use lowercase gettext catalog file names (evince.mo
3683         instead of Evince.mo)
3684
3685 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3686
3687         * shell/ev-sidebar-attachments.c:
3688
3689         GtkIconTheme is now screen safe too. Fixes bug #350878
3690
3691 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3692
3693         * shell/ev-window.c:
3694
3695         GtkRecent manager is now screen safe. Fixes bug #350145
3696
3697 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3698
3699         * shell/ev-sidebar.c: (ev_sidebar_init):
3700         
3701         Make sidebar close icon smaller. Fix for bug 350177.
3702         See also bugs 350176 and 165770.
3703
3704 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3705
3706         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
3707
3708         Ignore zoom for xyz destinations when it's <= 1, keeping user
3709         preferences instead. Set correct sizing-mode for fith and fitv
3710         destinations rather than EV_SIZING_FREE. Fixes bug #349433
3711
3712 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3713
3714         * NEWS:
3715         * configure.ac:
3716         
3717         Update for release 0.5.5
3718
3719 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
3720         
3721         * shell/ev-window.c: (ev_window_cmd_escape)
3722
3723         Escape unfocus page entry. Fixes bug #345809.
3724
3725 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3726
3727         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
3728         (build_tree), (pdf_document_links_get_links),
3729         (pdf_document_links_find_link_dest):
3730         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
3731         (goto_xyz_dest):
3732
3733         Convert from PDF style coordinates to X style coordinates in the
3734         backend rather than in the view. Fixes bug #338440
3735
3736 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3737
3738         * shell/ev-window.c:
3739         
3740         Remove Ctrl+Shift+T shortcut for toolbars. See
3741         the bug #350098.
3742
3743 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3744
3745         * configure.ac:
3746
3747         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
3748         of this. 
3749
3750 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3751
3752         * configure.ac:
3753         * cut-n-paste/Makefile.am:
3754         * data/evince-ui.xml:
3755         * shell/Makefile.am:
3756         * shell/ev-application.[ch]:
3757         * shell/ev-window.c:
3758
3759         Use GtkRecent instead of EggRecent when it's available. Fixes bug
3760         #349273
3761
3762 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3763
3764         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
3765         findbar code: s/help/search/
3766
3767 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3768
3769         * shell/ev-window.c: (setup_document_from_metadata),
3770         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
3771         (setup_view_from_metadata):
3772         
3773         Fix memory leaks.
3774
3775 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
3776
3777         * autogen.sh, configure.ac: 
3778         
3779         Update automake usage. See bug 349292.
3780
3781 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3782
3783         * shell/eggfindbar.c: (egg_find_bar_class_init),
3784         (entry_activate_callback), (egg_find_bar_init),
3785         (egg_find_bar_set_status_text):
3786         * shell/eggfindbar.h:
3787         
3788         Unify Evince findbar with Epiphany. Nice patch
3789         from Fabricio Silva <silva@crans.org> and
3790         Frederic Peters <fpeters@entrouvert.com>. See
3791         bug #339966 for details.
3792
3793 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3794
3795         * data/evince.desktop.in.in:
3796         
3797         Correct information for bugzilla. Thanks to
3798         Olaf Vitters, see bug #348855.
3799
3800 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3801
3802         * shell/ev-jobs.[ch]:
3803         * shell/ev-sidebar-links.c:
3804         * shell/ev-window.[ch]:
3805
3806         GtkPrintJob doesn't support print ranges or current page, so we export
3807         to a ps file now when printing ranges or current page.
3808
3809 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3810
3811         * pdf/ev-poppler.cc:
3812         * shell/ev-window.c: (do_action_named):
3813
3814         We should be more clear about bugzilla. See the
3815         poppler bug #7623.
3816
3817 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3818
3819         * configure.ac:
3820         * shell/Makefile.am:
3821         * shell/ev-job-queue.c:
3822         * shell/ev-jobs.[ch]:
3823         * shell/ev-sidebar-links.c:
3824         * shell/ev-window.[ch]:
3825         
3826         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
3827         #348422
3828
3829 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3830
3831         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
3832         * shell/ev-application-service.xml:
3833         * shell/ev-application.[ch]:
3834         * shell/ev-jobs.[ch]:
3835         * shell/ev-window.[ch]: (ev_window_run_preview):
3836         * shell/main.c: 
3837
3838         Add preview mode to use evince as a printing previewer. It also adds
3839         other command line options for fullscreen and presentation modes.
3840         Fixes bugs #347822, #317031
3841
3842 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3843
3844         * NEWS:
3845         * configure.ac:
3846         
3847         Update for release 0.5.4
3848
3849 2006-07-11  Bastien Nocera <hadess@hadess.net>
3850
3851         * Makefile.am:
3852         * backend/Makefile.am:
3853         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3854         * backend/ev-document-factory.h:
3855         * configure.ac:
3856         * impress/.cvsignore:
3857         * impress/Makefile.am:
3858         * impress/common.h:
3859         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
3860         (imp_get_page), (imp_next_page), (imp_prev_page),
3861         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
3862         * impress/f_oasis.c: (render_object), (render_page),
3863         (get_geometry), (_imp_oasis_load):
3864         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
3865         (_imp_oo13_load):
3866         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
3867         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
3868         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
3869         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
3870         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
3871         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
3872         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
3873         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
3874         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
3875         (iks_new_within), (iks_insert), (iks_insert_cdata),
3876         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
3877         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
3878         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
3879         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
3880         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
3881         (iks_cdata), (iks_cdata_size), (iks_has_children),
3882         (iks_has_attribs), (escape_size), (my_strcat), (escape),
3883         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
3884         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
3885         (iks_tree), (iks_load), (iks_save):
3886         * impress/iksemel.h:
3887         * impress/imposter.h:
3888         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
3889         (imp_render_draw_bezier_real), (imp_render_get_size),
3890         (imp_render_set_fg_color), (imp_render_draw_line),
3891         (imp_render_draw_rect), (imp_render_draw_polygon),
3892         (imp_render_draw_arc), (imp_render_draw_bezier),
3893         (imp_render_open_image), (imp_render_get_image_size),
3894         (imp_render_scale_image), (imp_render_draw_image),
3895         (imp_render_close_image), (imp_render_markup),
3896         (imp_render_get_text_size), (imp_render_draw_text),
3897         (impress_document_load), (impress_document_save),
3898         (impress_document_get_n_pages), (impress_document_get_page_size),
3899         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3900         (impress_document_finalize), (impress_document_class_init),
3901         (impress_document_can_get_text), (impress_document_get_info),
3902         (impress_document_document_iface_init),
3903         (impress_document_thumbnails_get_thumbnail),
3904         (impress_document_thumbnails_get_dimensions),
3905         (impress_document_document_thumbnails_iface_init),
3906         (impress_document_init):
3907         * impress/impress-document.h:
3908         * impress/internal.h:
3909         * impress/r_back.c: (_imp_fill_back):
3910         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
3911         (_imp_draw_image), (_imp_tile_image):
3912         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
3913         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
3914         (r_polyline):
3915         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
3916         (r_draw_gradient_complex), (r_draw_gradient):
3917         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
3918         (r_get_bullet):
3919         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
3920         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
3921         (r_text):
3922         * impress/render.c: (imp_create_context), (imp_context_set_page),
3923         (imp_context_set_step), (imp_render), (imp_delete_context):
3924         * impress/render.h:
3925         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
3926         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
3927         (zip_load_xml), (zip_get_size), (zip_load):
3928         * impress/zip.h:
3929         * shell/ev-utils.c:
3930         
3931         New backend to support impress slides. Fixes bug #30867.
3932
3933 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
3934
3935         * shell/ev-utils.c: (using_postscript_printer):
3936         
3937         Fixes crash when print using PAPI backend,
3938         bug #345012.
3939
3940 2006-06-09  Pat Rondon  <pmr@patrondon.org>
3941
3942         * shell/ev-jobs.c: (ev_job_xfer_run):
3943         * shell/ev-window.c: (password_dialog_response),
3944         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
3945         (ev_window_dispose):
3946         Fixes bug #344160: if the xfer job doesn't complete
3947         because a password is required, reload the existing
3948         instance instead of creating a new one.
3949
3950 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3951
3952         * shell/main.c: (main): Call gdk_threads_init. Thus
3953         we'll avoid errors in auth dialog. Fix for the bug
3954         #343347.
3955
3956 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3957
3958         * configure.ac: Advertise pixbuf support, fix
3959         for the bug 343317.
3960
3961 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3962
3963         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
3964         (ev_sidebar_thumbnails_set_document):
3965         
3966         Update sidebar thumbnails after reloading.
3967
3968 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3969
3970         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
3971         * shell/ev-jobs.h:
3972         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
3973         (ev_window_cmd_view_reload), (ev_window_init):
3974         
3975         Don't crash on reload. Fix for the bug #343167.
3976
3977 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3978
3979         * shell/ev-jobs.c: (ev_job_render_run):
3980         
3981         Check for document links.
3982
3983 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3984
3985         * backend/ev-attachment.c: (ev_attachment_save),
3986         (ev_attachment_launch_app), (ev_attachment_open):
3987         * backend/ev-document-factory.c: (get_document_from_uri):
3988         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3989         (egg_recent_view_uimanager_set_list):
3990         * ps/ps-document.c: (check_filecompressed), (document_load),
3991         (ps_document_load):
3992         * shell/ev-metadata-manager.c: (load_values):
3993         * shell/ev-password.c: (ev_password_dialog_set_property):
3994         * shell/ev-view.c: (tip_from_link):
3995         * shell/ev-window.c: (file_save_dialog_response_cb),
3996         (ev_window_print_dialog_response_cb):
3997         
3998         Use consistent quoting style. Fix for the bug #320285.
3999
4000 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4001
4002         * shell/ev-jobs.c: (ev_job_xfer_run):
4003         * shell/main.c: (load_files):
4004                 
4005         Open links with anchors. Fix for the bug #339836.
4006
4007 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4008
4009         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
4010         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
4011         (ev_link_dest_set_property), (ev_link_dest_finalize),
4012         (ev_link_dest_class_init), (ev_link_dest_new_named),
4013         (ev_link_dest_new_page_label):
4014         * backend/ev-link-dest.h:
4015         * shell/ev-application.c: (ev_application_open_uri):
4016         * shell/ev-view.c: (goto_dest):
4017         * shell/ev-window.c:
4018         * shell/ev-window.h:
4019         
4020         Fix page-label command line option. Bug #342070.
4021
4022 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4023
4024         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4025         
4026         Don't show highlight rects if page can't be showed. Fix for 
4027         the bug #342076
4028
4029 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4030
4031         * shell/ev-window.c: (setup_sidebar_from_metadata),
4032         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
4033         
4034         Setup sidebar from metadata even if there is no document
4035         loaded. Fix for the bug #342807.
4036
4037 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4038
4039         * cut-n-paste/toolbar-editor/Makefile.am:
4040         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4041         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
4042         (find_action), (drag_data_delete_cb), (drag_begin_cb),
4043         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
4044         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
4045         (popup_context_menu_cb), (button_press_event_cb),
4046         (configure_item_sensitivity), (configure_item_cursor),
4047         (configure_item_tooltip), (connect_widget_signals),
4048         (action_sensitive_cb), (create_item_from_action),
4049         (create_item_from_position), (toolbar_drag_data_received_cb),
4050         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
4051         (toolbar_drag_leave_cb), (configure_drag_dest),
4052         (toggled_visibility_cb), (toolbar_visibility_refresh),
4053         (create_dock), (toolbar_changed_cb), (unparent_fixed),
4054         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
4055         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
4056         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
4057         (egg_editable_toolbar_dispose),
4058         (egg_editable_toolbar_set_ui_manager),
4059         (egg_editable_toolbar_get_selected),
4060         (egg_editable_toolbar_set_selected), (set_edit_mode),
4061         (egg_editable_toolbar_set_property),
4062         (egg_editable_toolbar_get_property),
4063         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
4064         (egg_editable_toolbar_new_with_model),
4065         (egg_editable_toolbar_get_edit_mode),
4066         (egg_editable_toolbar_set_edit_mode),
4067         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
4068         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
4069         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4070         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
4071         (item_added_or_removed_cb), (toolbar_removed_cb),
4072         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
4073         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
4074         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
4075         (editor_create_item_from_name), (append_table),
4076         (update_editor_sheet), (egg_toolbar_editor_init):
4077         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
4078         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4079         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
4080         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
4081         (toolbar_node_free), (egg_toolbars_model_get_flags),
4082         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
4083         (egg_toolbars_model_get_name), (impl_add_item),
4084         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
4085         (parse_data_list), (parse_item_list), (parse_toolbars),
4086         (egg_toolbars_model_load_toolbars), (parse_available_list),
4087         (parse_names), (egg_toolbars_model_load_names),
4088         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
4089         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
4090         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
4091         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
4092         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
4093         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
4094         (egg_toolbars_model_set_types), (fill_avail_array),
4095         (egg_toolbars_model_get_name_avail),
4096         (egg_toolbars_model_get_name_flags),
4097         (egg_toolbars_model_set_name_flags):
4098         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4099         * cut-n-paste/toolbar-editor/eggintl.h:
4100         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4101         (egg_tree_multi_drag_source_get_type),
4102         (egg_tree_multi_drag_source_row_draggable),
4103         (egg_tree_multi_drag_source_drag_data_delete),
4104         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
4105         (egg_tree_multi_drag_button_release_event), (selection_foreach),
4106         (path_list_free), (set_context_data), (get_context_data),
4107         (get_info), (egg_tree_multi_drag_drag_data_get),
4108         (egg_tree_multi_drag_motion_event),
4109         (egg_tree_multi_drag_button_press_event),
4110         (egg_tree_multi_drag_add_drag_support):
4111         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
4112         * shell/ev-application.c: (ev_application_init),
4113         (ev_application_save_toolbars_model):
4114         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
4115         (ev_window_cmd_edit_toolbar), (ev_window_init):
4116         
4117         Sync toolbareditor with epiphany and libegg
4118
4119 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4120
4121         * configure.ac: 
4122
4123         Depend on poppler 0.5.2
4124
4125 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4126
4127         * shell/ev-jobs.c: (ev_job_render_run):
4128         
4129         Check if document supports links iterface.
4130
4131 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4132
4133         * NEWS:
4134         * configure.ac:
4135         
4136         Update for release 0.5.3
4137
4138 2006-05-13  Michael Plump  <plumpy@skylab.org>
4139
4140         * configure.ac:
4141         * shell/Makefile.am:
4142         * shell/main.c: (main):
4143         
4144         Port to GOption command line parsing. Fix for the 
4145         bug #327518
4146
4147 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4148
4149         * shell/ev-window.c: (ev_window_cmd_help_about):
4150         
4151         Do not wrap license. Fix for the bug #309460.
4152
4153 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4154
4155         * configure.ac:
4156         * properties/ev-properties-main.c: (ev_properties_get_pages):
4157         * shell/ev-application.c: (ev_application_open_window),
4158         (ev_application_open_uri_at_dest):
4159         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4160         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
4161         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
4162         * shell/ev-utils.c: (save_print_config_to_file):
4163         * shell/ev-window.c: (ev_window_cmd_save_as),
4164         (ev_attachment_popup_cmd_save_attachment_as):
4165         * shell/main.c: (load_files_remote):
4166         
4167         Bump requirements to gtk 2.8 and drop all ifdefs used.
4168
4169 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4170
4171         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4172         * shell/ev-window.c: (ev_window_init):
4173         
4174         Show attachments page.
4175
4176 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4177
4178         * po/POTFILES.in:
4179         * shell/ev-attachment-bar.c:
4180         * shell/ev-attachment-bar.h:
4181         * shell/ev-sidebar-attachments.c:
4182         (ev_sidebar_attachments_icon_cache_add),
4183         (icon_theme_get_pixbuf_from_mime_type),
4184         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
4185         (ev_sidebar_attachments_icon_cache_refresh),
4186         (ev_sidebar_attachments_get_attachment_at_pos),
4187         (ev_sidebar_attachments_popup_menu_show),
4188         (ev_sidebar_attachments_popup_menu),
4189         (ev_sidebar_attachments_button_press),
4190         (ev_sidebar_attachments_update_icons),
4191         (ev_sidebar_attachments_drag_data_get),
4192         (ev_sidebar_attachments_get_property),
4193         (ev_sidebar_attachments_destroy),
4194         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
4195         (ev_sidebar_attachments_new),
4196         (ev_sidebar_attachments_set_document),
4197         (ev_sidebar_attachments_support_document),
4198         (ev_sidebar_attachments_get_label),
4199         (ev_sidebar_attachments_page_iface_init):
4200         * shell/ev-sidebar-attachments.h:
4201         * shell/ev-window.c: (update_chrome_visibility),
4202         (setup_sidebar_from_metadata), (ev_window_setup_document),
4203         (ev_window_sidebar_current_page_changed_cb),
4204         (attachment_bar_menu_popup_cb), (ev_window_init):
4205         
4206         Move attachments bar to sidebar.
4207
4208 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4209
4210         * pdf/ev-poppler.cc:
4211         * shell/ev-application.[ch]:
4212         * shell/main.c:
4213
4214         Fix some memory leaks.
4215
4216 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4217
4218         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4219
4220         Change the properties dialog response to
4221         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
4222         will make the dialog go away when the user presses
4223         enter. With gtk+ >= 2.9 this will happen anyway, but for
4224         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
4225         escape by default. Fixes bug #340539. See also bug
4226         #101293 for the gtk+ part.
4227
4228 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
4229
4230         * shell/ev-view.c (tip_from_action_named): Replace some strings
4231         that were wrong. Closes #340970.
4232
4233 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4234
4235         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4236
4237         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
4238         #341049
4239
4240 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4241
4242         * djvu/Makefile.am:
4243         * dvi/Makefile.am:
4244         * dvi/mdvi-lib/Makefile.am:
4245         * properties/Makefile.am:
4246         * ps/Makefile.am:
4247         * shell/Makefile.am:
4248         * thumbnailer/Makefile.am:
4249         
4250         Due to broken libtool that is unable to track dependencies
4251         of noinst libraries we are forced to explicitely point
4252         libraries for binary. Fix for the bug #333334.
4253
4254 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4255
4256         * data/evince.desktop.in.in:
4257         * shell/ev-view.c: (view_update_range_and_current_page),
4258         (ev_view_next_page), (ev_view_previous_page):
4259         * shell/ev-window.c: (update_chrome_visibility),
4260         (setup_sidebar_from_metadata), (ev_window_setup_document),
4261         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
4262         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4263         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
4264         (ev_window_stop_fullscreen), (ev_window_run_presentation),
4265         (ev_window_stop_presentation), (ev_window_focus_in_event),
4266         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
4267         (ev_window_init):
4268         * thumbnailer/Makefile.am:
4269         
4270         Update fullscreen and presentation timeout handling. Hide
4271         cursor in presentation after timeout. Fix for the bugs
4272         #136359 and #336981.
4273
4274 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4275
4276         * backend/ev-link-action.[ch]:
4277         * pdf/ev-poppler.cc: (ev_link_from_action):
4278         * shell/ev-view-private.h:
4279         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
4280         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
4281
4282         Add support for Named Action links
4283
4284 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4285
4286         * backend/Makefile.am:
4287         * backend/ev-document-links.[ch]:
4288         * backend/ev-document.[ch]:
4289         * backend/ev-link-action.[ch]:
4290         * backend/ev-link-dest.[ch]:
4291         * backend/ev-link.[ch]:
4292         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
4293         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
4294         * shell/ev-page-action.c: (build_new_tree_cb):
4295         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
4296         (links_page_num_func), (update_page_callback):
4297         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
4298         (tip_from_link):
4299         * shell/ev-jobs.c:
4300         * shell/ev-window.[ch]: (ev_window_open_uri),
4301         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
4302         * shell/ev-application.[ch]: (ev_application_open_window),
4303         (ev_application_open_uri):
4304
4305         Rework links system, it adds support for remote links now and it makes
4306         easier to add new kinds of actions and destinations. Fixes bug #317292
4307
4308 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4309
4310         * data/Makefile.am:
4311         * data/evince.png:
4312         * data/evince-16.png:
4313         * data/evince-22.png:
4314         * data/evince.svg:
4315         * shell/main.c: (main):
4316         
4317         Evince use it's own icon. Fix for the bug #313392.
4318
4319         * shell/ev-window.c: (fullscreen_timeout_cb),
4320         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4321         (ev_window_cmd_help_about), (ev_window_dispose):
4322         
4323         Simplify fullscreen timeout code.
4324
4325 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4326
4327         * backend/ev-attachment.c: 
4328         * shell/ev-attachment-bar.c:
4329         * shell/ev-window.c:
4330
4331         Allow multiple selection of attachments
4332
4333 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4334
4335         * shell/ev-view.c: (view_update_range_and_current_page),
4336         (ev_view_scroll):
4337         
4338         Fix for the bug #312573 – Optimal selection of current 
4339         page among visible pages.
4340
4341 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4342
4343         * configure.ac:
4344         * djvu/Makefile.am:
4345         * djvu/djvu-text.h:
4346         
4347         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
4348         for the bug 339868.
4349
4350 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
4351
4352         * configure.ac: Fix the LINGUAS stuff here too so it builds.
4353
4354 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4355
4356         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
4357         dictated by the GNOME HIG. Fixes bug #339235.
4358
4359 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4360
4361         * data/evince-ui.xml:
4362         * shell/ev-view.c: (ev_view_can_find_previous):
4363         * shell/ev-view.h:
4364         * shell/ev-window.c: (ev_window_update_actions),
4365         (ev_window_cmd_edit_find_previous):
4366
4367         Add support for "Find Previous" as dictated by the GNOME HIG. A
4368         menu item is added and some glue code to make it all work is added
4369         to various files.
4370
4371 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4372
4373         * configure.ac: Award myself the "useless use of cat" award.
4374
4375 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4376
4377         * po/LINGUAS: New file listing all supported languages.
4378
4379         * configure.in: Use po/LINGUAS instead of including all languages
4380         directly in this file. See the wiki for more information:
4381         http://live.gnome.org/GnomeGoals/PoLinguas
4382
4383 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4384
4385         * backend/ev-document-factory.c:
4386
4387         Do not load the document twice when there isn't errors
4388
4389 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4390
4391         * backend/ev-attachment.c: 
4392
4393         Fix a crash when there isn't a default application to open an
4394         attachment
4395
4396 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4397
4398         * backend/ev-attachment.[ch]:
4399         * shell/ev-attachment-bar.[ch]:
4400
4401         Added missing files. 
4402
4403 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4404
4405         * backend/Makefile.am:
4406         * data/evince-ui.xml:
4407         * backend/ev-attachment.[ch]:
4408         * backend/ev-document.[ch]: (ev_document_has_attachments),
4409         (ev_document_get_attachments):
4410         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
4411         (attachment_save_to_buffer), (pdf_document_get_attachments),
4412         (pdf_document_document_iface_init):
4413         * shell/Makefile.am:
4414         * shell/ev-attachment-bar.[ch]:
4415         * shell/ev-window.c:
4416
4417         Add support for PDF attachments. Fixes bug #325143
4418
4419 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4420
4421         * backend/ev-document-factory.c: (get_document_from_uri),
4422         (ev_document_factory_get_document):
4423         * backend/ev-document-factory.h:
4424         * properties/ev-properties-main.c: (ev_properties_get_pages):
4425         * shell/Makefile.am:
4426         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4427         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4428         (ev_job_queue_remove_job):
4429         * shell/ev-job-queue.h:
4430         * shell/ev-job-xfer.c:
4431         * shell/ev-job-xfer.h:
4432         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
4433         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
4434         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
4435         (ev_job_xfer_run):
4436         * shell/ev-jobs.h:
4437         * shell/ev-window.c: (ev_window_is_empty),
4438         (password_dialog_response), (ev_window_clear_xfer_job),
4439         (ev_window_xfer_job_cb), (ev_window_open_uri),
4440         (ev_window_cmd_focus_page_selector),
4441         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
4442         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4443         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4444         (ev_window_dispose):
4445         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4446         
4447         * Cleanup mime type detection on document load. Fix for the
4448         bug #336448.
4449
4450 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4451
4452         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
4453         
4454         Fix crash on exit, described in the bug #336825.
4455
4456 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4457
4458         * backend/ev-document-factory.c:
4459         (ev_document_factory_get_from_mime),
4460         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
4461         (ev_document_factory_get_document),
4462         (file_filter_add_mime_list_and_free),
4463         (ev_document_factory_add_filters):
4464         * backend/ev-document-factory.h:
4465         * properties/ev-properties-main.c: (ev_properties_get_pages):
4466         * shell/Makefile.am:
4467         * shell/ev-application.c:
4468         * shell/ev-job-xfer.c: (ev_job_xfer_run):
4469         * shell/ev-window.c: (ev_window_cmd_file_open),
4470         (ev_window_cmd_save_as):
4471         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4472         
4473         Rework factory functions so they are placed now in a single 
4474         file ev-document-factory.c
4475
4476 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4477
4478         * shell/ev-window.c: (update_chrome_visibility):
4479         
4480         Fix for the bug 166566 - don't show menubar in fullscreen
4481         mode.
4482
4483 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
4484
4485         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
4486
4487 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4488
4489         * shell/ev-view.c: (ev_view_expose_event):
4490         
4491         More correctly draw loading text when document
4492         is empty.
4493
4494 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4495
4496         * shell/ev-view.c: (ev_view_scroll):
4497         
4498         Fix for the bug #334854, page down and page up switch
4499         pages in presentation mode.
4500
4501 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4502
4503         * shell/ev-window.c: (ev_window_set_action_sensitive),
4504         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
4505         (ev_window_set_view_accels_sensitivity),
4506         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
4507         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4508         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4509         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
4510         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
4511         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
4512         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
4513         (view_actions_focus_in_cb), (ev_window_init):
4514         
4515         Fix for the bug #333902, now it's possible to search
4516         words with slash.
4517
4518 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
4519
4520         * configure.ac: Added Breton translation.
4521         * po/br.po: Added Breton translation.
4522
4523 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4524
4525         * shell/ev-window-title (ev_window_title_update):
4526
4527         Fix memory leak in window title. Fixes bug #333944
4528
4529 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4530
4531         * shell/ev-metadata-manager.c (parseItem):
4532
4533         Fix memory leaks. Fixes bug #333945
4534
4535 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4536         
4537         * NEWS, configure.ac, TODO:
4538         
4539         Update for release 0.5.2.
4540
4541 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4542
4543         * shell/ev-view.c: (view_update_range_and_current_page),
4544         (page_changed_cb):
4545         
4546         Don't jump on scrolling, fix for the bug #333127.
4547
4548 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4549
4550         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4551         
4552         Scroll by one page in presentation mode. Fix for the bug
4553         #332993.
4554
4555 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
4556
4557         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
4558
4559 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
4560
4561         * configure.ac  Added lv in ALL_LINGUAS line.
4562
4563 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4564         
4565         * NEWS, configure.ac:
4566         
4567         Update for release 0.5.1
4568
4569 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4570
4571         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
4572         * backend/ev-document-misc.h:
4573         * shell/ev-view.c: (draw_one_page):
4574         
4575          Clairfy what page the toolbar page number applies to. Fix
4576          for the bug #328102.
4577
4578 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
4579
4580         * shell/ev-view-private.h:
4581         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
4582         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
4583         (ev_view_search_changed):
4584         * shell/ev-view.h:
4585         * shell/ev-window.c: (find_bar_search_changed_cb):
4586         
4587         Dont't jump to find result if window was scrolled during search.
4588         Fix for the bug #313266.
4589
4590 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
4591
4592         * shell/eggfindbar.c: (egg_find_bar_class_init):
4593         * shell/eggfindbar.h:
4594         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
4595         * shell/ev-view-private.h:
4596         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
4597         (ev_view_class_init), (ev_sizing_mode_get_type),
4598         (ev_scroll_type_get_type):
4599         * shell/ev-view.h:
4600         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
4601         (ev_window_cmd_scroll_backward), (find_bar_scroll),
4602         (ev_window_init):
4603         
4604         Fix for the bug 319133 - Find entry should allow text scroll.
4605
4606 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
4607
4608         * shell/ev-view-private.h:
4609         * shell/ev-view.c: (view_update_range_and_current_page),
4610         (highlight_find_results), (find_changed_cb), (page_changed_cb),
4611         (ev_view_set_document), (update_find_status_message),
4612         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
4613         (ev_view_find_previous):
4614         
4615         Fix for the bug #319137. Search now takes account for scrolling.
4616
4617 2006-02-19  Michael Hofmann <mh21@piware.de>
4618
4619         * configure.ac:
4620         * djvu/Makefile.am:
4621         * djvu/djvu-document-private.h:
4622         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4623         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
4624         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
4625         (djvu_document_can_get_text), (djvu_document_get_text),
4626         (djvu_document_document_iface_init),
4627         (djvu_document_thumbnails_get_thumbnail),
4628         (djvu_document_find_begin), (djvu_document_find_get_n_results),
4629         (djvu_document_find_get_result),
4630         (djvu_document_find_page_has_results),
4631         (djvu_document_find_get_progress), (djvu_document_find_cancel),
4632         (djvu_document_find_iface_init):
4633         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
4634         (djvu_text_page_selection), (djvu_text_page_limits_process),
4635         (djvu_text_page_limits), (djvu_text_page_copy),
4636         (djvu_text_page_position), (djvu_text_page_union),
4637         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
4638         (djvu_text_page_box), (djvu_text_page_append_text),
4639         (djvu_text_page_search), (djvu_text_page_prepare_search),
4640         (djvu_text_page_new), (djvu_text_page_free):
4641         * djvu/djvu-text-page.h:
4642         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
4643         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
4644         (djvu_text_n_results), (djvu_text_has_results),
4645         (djvu_text_get_result), (djvu_text_get_progress):
4646         * djvu/djvu-text.h:
4647         
4648         Text search in djvu. Fix for the bug #303415.
4649
4650 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4651
4652         * configure.ac:
4653         * shell/ev-window.c: (ev_window_cmd_save_as):
4654         
4655         Ask filechooser to confirm overwrite. Fix for the bug #328266.
4656         Thanks to Gary Coady <gary@lyranthe.org>
4657
4658 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4659
4660         * shell/ev-print-job.c: (idle_print_handler):
4661         
4662         Inverse order printing, bug #320919.
4663
4664 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4665
4666         * data/evince-toolbar.xml:
4667         * shell/ev-window.c:
4668         
4669         Allow to add sidebar checkbutton on toolbar. Fix
4670         for the bug #144577.
4671
4672 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4673
4674         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
4675         
4676         Add checks that have sense for empty ps document.
4677
4678 2006-02-15  Luca Ferretti <elle.uca@libero.it>
4679
4680         * configure.ac: Include PS in mime types list. 
4681
4682 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4683
4684         * configure.ac:
4685         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
4686         * ps/gsdefaults.h:
4687         * ps/ps-document.c: (start_interpreter), (ps_document_load):
4688         
4689         Runtime check for gs interpreter. Fix for the bug #320868.
4690         Thanks to Antoine Dopffer antoine.dopffer@free.fr
4691
4692 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4693
4694         * shell/ev-application.c: 
4695
4696         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
4697         dbus>=0.60, so that the request is not queued. 
4698
4699 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4700
4701         * configure.ac:
4702         * shell/Makefile.am:
4703         * shell/ev-sidebar-links.c: (print_section_cb):
4704         * shell/ev-utils.c:
4705         * shell/ev-utils.h:
4706         * shell/ev-window.c: (update_action_sensitivity),
4707         (ev_window_close_dialogs), (ev_window_print):
4708         * shell/ev-window.h:
4709         
4710         Make printing support optional. Patch from Eduardo de Barros Lima
4711         <eduardo.lima@indt.org.br> for the bug #330546.
4712
4713 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4714
4715         * shell/ev-view-private.h:
4716         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
4717         (ev_view_set_document):
4718         * shell/ev-view.h:
4719         * shell/ev-window.c: (ev_window_load_job_cb),
4720         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
4721         (ev_window_init):
4722
4723         Draw Loading message during xfer job. Fix for the bug #329495.
4724
4725 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4726
4727         * comics/comics-document.c: (comics_regex_quote),
4728         (comics_document_load), (extract_argv):
4729         
4730         Correcly quote regexp before passing it to unzip.
4731
4732 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4733
4734         * shell/ev-page-cache.c: (build_height_to_page),
4735         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
4736         (ev_page_cache_get_dual_even_left):
4737         * shell/ev-page-cache.h:
4738         * shell/ev-view.c: (view_update_range_and_current_page),
4739         (get_page_y_offset), (get_page_extents):
4740         
4741         Place even pages to the left if document has less then
4742         two pages. Fix for the bug #328856.
4743
4744 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4745
4746         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4747         
4748         Correct comics scheme. This make evince create thumbnails
4749         for comic books. Fix for the bug 329088.
4750
4751 2006-01-31  Christopher Aillon  <caillon@redhat.com>
4752
4753         * data/evince-password.glade: Don't explicitly set
4754         invisible_char to the current default value in case
4755         the default changes; let GTK+ do its magic.
4756
4757 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4758
4759         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
4760         real filename to tmp filename since often document
4761         type is determined by extension.
4762
4763 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4764
4765         * shell/ev-view.c: (add_scroll_binding_keypad),
4766         (ev_view_binding_activated), (ev_view_class_init):
4767         
4768         Add keybindings for percision-scrolling of display area. 
4769         Fix for the bug #314072.
4770
4771 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4772
4773         * data/evince.desktop.in.in:
4774         
4775         Add GTK to the list of categories. Fix for the bug #328034.
4776
4777 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4778
4779         * shell/ev-application.c: (ev_application_shutdown),
4780         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
4781         * shell/ev-application.h:
4782         * shell/ev-window.c: (file_open_dialog_response_cb),
4783         (ev_window_cmd_file_open):
4784         
4785         Save last uri in file chooser dialog. Fix for the bug #327950.
4786
4787 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4788
4789         * NEWS:
4790         * README:
4791         
4792         Final update for release 0.5.0
4793         
4794         * shell/Makefile.am:
4795         
4796         Remove disable deprecated until we'll require libgnome-2.13.7
4797         and port to GOption argument parsing. See bug 327518.
4798
4799 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
4800
4801         * comics/comics-document.c: (comics_document_save):
4802         * djvu/djvu-document.c: (djvu_document_save):
4803         * dvi/dvi-document.c: (dvi_document_save):
4804         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
4805         * lib/ev-file-helpers.h:
4806         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
4807         * tiff/tiff-document.c: (tiff_document_save):
4808         
4809         Use common save function for backends.
4810
4811 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
4812
4813         * backend/ev-document-types.c:
4814         
4815         Fix crash on saving pixbuf.
4816
4817 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4818
4819         * cut-n-paste/recent-files/egg-recent-item.c:
4820         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
4821         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
4822         (parse_info_free), (valid_element), (start_element_handler),
4823         (end_element_handler), (text_handler), (egg_recent_model_filter),
4824         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4825         (egg_recent_model_monitor), (egg_recent_model_read),
4826         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4827         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4828         (egg_recent_model_set_property), (egg_recent_model_class_init),
4829         (egg_recent_model_init), (egg_recent_model_add_full),
4830         (egg_recent_model_delete), (egg_recent_model_get_list),
4831         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4832         (egg_recent_model_set_filter_mime_types),
4833         (egg_recent_model_clear_group_filter),
4834         (egg_recent_model_set_filter_groups),
4835         (egg_recent_model_clear_scheme_filter),
4836         (egg_recent_model_set_filter_uri_schemes),
4837         (egg_recent_model_remove_expired):
4838         * cut-n-paste/recent-files/egg-recent-util.c:
4839         (egg_recent_util_get_icon):
4840         * cut-n-paste/recent-files/egg-recent-util.h:
4841         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4842         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
4843         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
4844         (egg_recent_view_uimanager_set_property),
4845         (egg_recent_view_uimanager_get_property),
4846         (egg_recent_view_uimanager_class_init),
4847         (egg_recent_view_uimanager_init),
4848         (egg_recent_view_uimanager_set_label_width),
4849         (egg_recent_view_uimanager_get_label_width):
4850         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
4851         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4852         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4853         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4854         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4855         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4856         
4857         Update from libegg.
4858
4859 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4860
4861         * shell/ev-page-cache.c: (build_height_to_page),
4862         (ev_page_cache_get_height_to_page):
4863         * shell/ev-page-cache.h:
4864         * shell/ev-view.c: (view_update_range_and_current_page),
4865         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
4866         (ev_view_previous_page):
4867         
4868         Dual mode places even pages to the left. Fix for the bug #309393.
4869
4870         * shell/ev-view.h:
4871         * shell/ev-window.c: (update_action_sensitivity),
4872         (setup_view_from_metadata), (view_menu_popup_cb):
4873         
4874         Don't restore presentation in empty windows, more intelligent
4875         next page behaviour in dual mode.
4876
4877         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
4878         (ev_pixbuf_cache_clear_job_sizes):
4879         
4880         Cleanup job callback on removal. Fix for the bug #325886.
4881
4882 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4883
4884         * ps/ps.c: (psscan):
4885         
4886         Commit workaround Mozilla problem. Fix for the bug #325919
4887         
4888         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
4889         (save_item):
4890         
4891         Fix for year 2038 problem.
4892
4893 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4894
4895         * shell/ev-window.c: (setup_document_from_metadata),
4896         (ev_window_cmd_view_reload):
4897
4898         Clamp page recieved from metadata in valid values. Fix
4899         for the bug #325986.
4900
4901 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4902
4903         * MAINTAINERS: 
4904         Add MAINTAINERS as requested on desktop-devel-list.
4905
4906 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4907
4908         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
4909         (mime_type_supported_by_gdk_pixbuf),
4910         (ev_document_factory_get_mime_types),
4911         (ev_document_factory_get_all_mime_types):
4912         
4913         Don't add pixbuf mime types if pixbuf backend is disabled.
4914         
4915         * shell/ev-application.c: (ev_application_get_uri_window):
4916         
4917         Fix for the bug 325815 - unhandled MIME type message doesn't 
4918         appear a second time. 
4919         
4920         * shell/ev-document-types.c: (ev_document_types_add_filters):
4921         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
4922         (password_dialog_response), (ev_window_popup_password_dialog),
4923         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4924         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4925         (ev_window_run_presentation), (ev_window_stop_presentation),
4926         (save_sizing_mode), (ev_window_zoom_changed_cb),
4927         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4928         (ev_window_dual_mode_changed_cb),
4929         (ev_window_sidebar_current_page_changed_cb),
4930         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4931         (window_state_event_cb), (window_configure_event_cb):
4932         
4933         Cleanup additional uris holded by EvWindow.
4934
4935 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4936
4937         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
4938         (ev_view_can_previous_page), (ev_view_can_next_page):
4939         * shell/ev-view.h:
4940         * shell/ev-window.c: (update_action_sensitivity):
4941         
4942         Two page scrolling with Space and PageUp in dual mode. Second fix 
4943         for the bug #316608.
4944
4945 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4946
4947         * shell/ev-view.c: (scroll_to_current_page):
4948         
4949         Correctly clamp adjustment value. Fix for the bug
4950         #325808.
4951
4952 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4953
4954         * shell/ev-sidebar-links.c: (print_section_cb):
4955         * shell/ev-window.c: (ev_window_get_uri),
4956         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
4957         (ev_window_print_dialog_response_cb), (ev_window_print_range),
4958         (ev_window_dispose):
4959         
4960         Make print dialog non-modal. Fix for the bug #325622.
4961
4962 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4963
4964         * shell/ev-metadata-manager.c:
4965         * shell/ev-utils.c: (using_pdf_printer),
4966         (using_postscript_printer), (load_print_config_from_file),
4967         (save_print_config_to_file):
4968         * shell/ev-utils.h:
4969         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
4970         (update_sidebar_visibility), (setup_sidebar_from_metadata),
4971         (setup_view_from_metadata), (ev_window_setup_document),
4972         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4973         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4974         (ev_window_run_presentation), (ev_window_stop_presentation),
4975         (save_sizing_mode), (ev_window_zoom_changed_cb),
4976         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4977         (ev_window_dual_mode_changed_cb),
4978         (ev_window_sidebar_current_page_changed_cb),
4979         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4980         (window_state_event_cb), (window_configure_event_cb),
4981         (ev_window_init):
4982         
4983         Setting saving behaviour fixes.
4984
4985 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4986
4987         * configure.ac:
4988         
4989         Make antialiasing gs options better and allow
4990         to change them during configure. Fix for the 
4991         bug #319049.
4992
4993 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4994
4995         * shell/ev-window.c: (setup_view_from_metadata):
4996         
4997         Remember if last window was maximized. Fix for the
4998         bug #323797.
4999
5000 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
5001
5002         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
5003
5004 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5005
5006         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
5007         * shell/ev-page-action.c: (build_new_tree_cb):
5008         * shell/ev-sidebar-links.c: (links_page_num_func),
5009         (update_page_callback_foreach), (update_page_callback):
5010         * shell/ev-view.c: (scroll_to_current_page):
5011         
5012         Fix for the bug #325067 with more intelligent selection
5013         of current link in sidebar. Make sidebar handle links
5014         of FITR-like type more correctly.
5015
5016         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
5017         (dvi_pixbuf_put_pixel):
5018         
5019         Fix memory consumtion with disabled alpha channel.
5020
5021 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5022
5023         * data/evince-ui.xml:
5024         * shell/ev-window.c: (view_menu_popup_cb),
5025         (ev_popup_cmd_open_link), (ev_window_init):
5026         
5027         Update context menu for internal links. Fix for the bug
5028         #325066.
5029
5030 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5031
5032         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
5033         
5034         Bind context menu to keyboard also. Fix for the bug
5035         #325065.
5036
5037 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5038
5039         * shell/ev-view.c: (selection_scroll_timeout_cb):
5040         
5041         Horizontal scroll on selection also.
5042
5043 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5044
5045         * shell/ev-metadata-manager.c: (parse_value):
5046         * shell/ev-view.c: (goto_xyz_link):
5047         
5048         Correct zoom setup and metadata save broken in 
5049         some locales.
5050
5051 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5052
5053         * shell/ev-view-private.h:
5054         * shell/ev-view.c: (scroll_to_current_page),
5055         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
5056         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
5057         (page_changed_cb), (ev_view_set_continuous),
5058         (ev_view_set_dual_page), (ev_view_set_presentation):
5059         
5060         Delay scroll until allocation to correctly position page. Fix
5061         for the bug #317334.
5062
5063 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5064
5065         * NEWS:
5066         * configure.ac:
5067         
5068         Update NEWS and require poppler 0.5.0.
5069
5070 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5071         
5072         * data/evince-ui.xml:
5073         * shell/ev-view-private.h:
5074         * shell/ev-view.c: (ev_view_get_link_at_location),
5075         (handle_link_over_xy), (ev_view_button_press_event),
5076         (ev_view_button_release_event), (ev_view_class_init):
5077         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
5078         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
5079         (ev_window_init):
5080         
5081         Implement right-click context menu.
5082
5083 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5084
5085         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5086         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
5087         (mdvi_pixbuf_device_render):
5088         * pdf/ev-poppler.cc:
5089
5090         Don't generate thumbnails with alpha. See bug #324077.
5091         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
5092
5093 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5094
5095         * shell/ev-window.c: (setup_chrome_from_metadata):
5096         
5097         Fix typo that was hiding toolbar.
5098
5099 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5100
5101         * shell/ev-view-private.h:
5102         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
5103         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
5104         (ev_view_button_release_event), (ev_view_destroy):
5105         
5106         Small cleanup and autoscrolling during selection. Thanks to 
5107         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
5108
5109 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
5110
5111         * configure.ac:
5112         
5113         Correctly check for comics option.
5114
5115 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
5116         * Makefile.am:
5117         * configure.ac:
5118         * backend/Makefile.am:
5119         * backend/ev-document-factory.c:
5120         * shell/ev-document-types.c:
5121
5122         Included option in configure to make ps backend 
5123         compilation optional with --disable-ps.
5124
5125 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5126
5127         * backend/ev-document-factory.c:
5128         * comics/Makefile.am:
5129         * comics/comics-document.c: (comics_document_load):
5130         * comics/ev-cbr-mime.xml:
5131         * configure.ac:
5132         
5133         Comics mime types are added to shared-mime-info CVS. Now
5134         we don't need to install our own mime types.
5135
5136 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5137
5138         * shell/ev-window.c:
5139         
5140         Add shortcut for "save a copy" menu entry. Fix for
5141         the bug #324582.
5142
5143 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5144
5145         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5146         (job_finished_cb), (new_selection_pixbuf_needed),
5147         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5148         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
5149         
5150         Rework selection job info logic and fix critical warning.
5151
5152 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
5153
5154         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
5155
5156 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
5157
5158         * data/evince-ui.xml:
5159         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5160         
5161         Enter as shortcut key for next page. Fix for the bug
5162         #321394.
5163
5164 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
5165
5166         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
5167
5168 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5169
5170         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5171         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
5172         (new_selection_pixbuf_needed),
5173         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5174         (clear_job_selection):
5175         
5176         Too early for 0.5. Pixbuf cache code cleaned a bit.
5177
5178 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5179
5180         * NEWS:
5181         * configure.ac:
5182         
5183         Release 0.5.0 preparation
5184
5185 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5186
5187         * comics/Makefile.am:
5188         * configure.ac:
5189         * shell/ev-document-types.c: (ev_document_types_add_filters):
5190         
5191         More advanced handling of custom mime type installation.
5192
5193 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5194
5195         * data/evince.schemas.in:
5196         * shell/ev-metadata-manager.c: (value_free),
5197         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
5198         (ev_metadata_manager_get), (ev_metadata_manager_set):
5199         * shell/ev-metadata-manager.h:
5200         * shell/ev-window.c: (update_chrome_flag),
5201         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
5202         (setup_document_from_metadata), (setup_chrome_from_metadata),
5203         (setup_sidebar_from_metadata), (setup_view_from_metadata),
5204         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
5205         (ev_window_view_toolbar_cb),
5206         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
5207         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
5208         
5209         Save last document settings and reuse them for new documents.
5210
5211 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5212
5213         * Makefile.am:
5214         * backend/Makefile.am:
5215         * backend/ev-document-factory.c:
5216         * backend/ev-document-factory.h:
5217         * comics/Makefile.am:
5218         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
5219         (comics_document_load), (comics_document_save),
5220         (comics_document_get_n_pages), (comics_document_get_page_size),
5221         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
5222         (comics_document_class_init), (comics_document_can_get_text),
5223         (comics_document_get_info), (comics_document_document_iface_init),
5224         (comics_document_init), (get_supported_image_extensions),
5225         (comics_document_thumbnails_get_geometry),
5226         (comics_document_thumbnails_get_thumbnail),
5227         (comics_document_thumbnails_get_dimensions),
5228         (comics_document_document_thumbnails_iface_init), (extract_argv):
5229         * comics/comics-document.h:
5230         * comics/ev-cbr-mime.xml:
5231         * configure.ac:
5232         * po/POTFILES.in:
5233         * shell/ev-application.c: (ev_application_register_service):
5234         * shell/ev-document-types.c: (ev_document_types_add_filters):
5235         * thumbnailer/Makefile.am:
5236         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5237         
5238         New CBR/CBZ backend for comic books.
5239
5240 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5241
5242         * shell/main.c: (load_files_remote):
5243
5244         Thanks to Robert McQueen <robot101@debian.org>. Dbus
5245         warning on startup of second instance is fixed. It
5246         is bug #320353.
5247
5248 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5249
5250         * shell/ev-window.c: (ev_window_finalize):
5251         
5252         Fix double free that cause crash.
5253
5254 2005-10-29  Bastien Nocera <hadess@hadess.net>
5255
5256         * tiff/tiff-document.c: (tiff_document_load):
5257         
5258         Fix memory leak.
5259
5260 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5261
5262         * po/POTFILES.in:
5263         * shell/Makefile.am:
5264         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
5265         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
5266         (ev_view_accessible_get_text),
5267         (ev_view_accessible_get_character_at_offset),
5268         (ev_view_accessible_get_text_before_offset),
5269         (ev_view_accessible_get_text_at_offset),
5270         (ev_view_accessible_get_text_after_offset),
5271         (ev_view_accessible_get_character_count),
5272         (ev_view_accessible_get_caret_offset),
5273         (ev_view_accessible_set_caret_offset),
5274         (ev_view_accessible_get_run_attributes),
5275         (ev_view_accessible_get_default_attributes),
5276         (ev_view_accessible_get_character_extents),
5277         (ev_view_accessible_get_offset_at_point),
5278         (ev_view_accessible_get_n_selections),
5279         (ev_view_accessible_get_selection),
5280         (ev_view_accessible_add_selection),
5281         (ev_view_accessible_remove_selection),
5282         (ev_view_accessible_set_selection),
5283         (ev_view_accessible_text_iface_init),
5284         (ev_view_accessible_idle_do_action),
5285         (ev_view_accessible_action_do_action),
5286         (ev_view_accessible_action_get_n_actions),
5287         (ev_view_accessible_action_get_description),
5288         (ev_view_accessible_action_get_name),
5289         (ev_view_accessible_action_set_description),
5290         (ev_view_accessible_action_iface_init),
5291         (ev_view_accessible_get_type), (ev_view_accessible_new),
5292         (ev_view_accessible_factory_get_accessible_type),
5293         (ev_view_accessible_factory_create_accessible),
5294         (ev_view_accessible_factory_class_init),
5295         (ev_view_accessible_factory_get_type):
5296         * shell/ev-view-accessible.h:
5297         * shell/ev-view-private.h:
5298         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
5299         * shell/ev-view.h:
5300         
5301         Initial accessibility support.
5302
5303 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
5304
5305         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
5306
5307 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
5308
5309         * shell/ev-print-job.c: (idle_print_handler):
5310         
5311         Fix for bug Bug 318916: Printing multiple pages.
5312
5313 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
5314
5315         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
5316
5317 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5318
5319         * pdf/ev-poppler.cc:
5320         
5321         Thumnail dimensions unified with other backends.
5322         
5323         * shell/ev-window-title.c: (ev_window_title_update):
5324         
5325         Fix warning.
5326
5327 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5328
5329         * data/ev-stock-zoom-fit-width.png:
5330         
5331         Remove unused file.
5332
5333 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5334
5335         * configure.ac:
5336         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
5337         (djvu_document_finalize):
5338         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
5339         (dvi_document_finalize):
5340         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
5341         (pixbuf_document_save), (pixbuf_document_finalize):
5342         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
5343         (tiff_document_finalize):
5344         
5345         Save a copy implemented for various backends.
5346
5347 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
5348
5349         * configure.ac:
5350         
5351         Don't link with ltiff if tiff is disabled.
5352
5353 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5354
5355         * pdf/GDKSplashOutputDev.cc:
5356         * pdf/GDKSplashOutputDev.h:
5357         * pdf/Thumb.cc:
5358         * pdf/Thumb.h:
5359         * pdf/pdf-document.cc:
5360         * pdf/pdf-document.h:
5361         * pdf/test-gdk-output-dev.cc:
5362         
5363         Remove old unused files.
5364
5365 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5366
5367         * shell/ev-window.c: (ev_window_setup_document):
5368         
5369         Fixed warnings on reload and probably crash reason.
5370
5371 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5372
5373         * properties/ev-properties-view.c:
5374         (ev_properties_view_format_date):
5375         
5376         Check if date is invalid. Fix for bug 318134.
5377
5378 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
5379
5380         * shell/ev-window-title.c:
5381         
5382         Add .indd files (Adobe Indesign) to the list of "bad
5383         extensions".
5384
5385 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5386
5387         * data/evince-ui.xml:
5388         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5389         
5390         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
5391
5392 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5393
5394         * shell/ev-window.c: (launch_link), (launch_external_uri),
5395         (view_external_link_cb):
5396
5397         URL-escape link before passing it to gnome_vfs_url_show.
5398
5399 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5400
5401         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
5402         there isn't text selected.
5403
5404 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
5405
5406         * shell/ev-view.c: (handle_link_over_xy):
5407
5408         Check tooltip is valid utf8 before showing it
5409
5410 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5411
5412         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
5413
5414 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5415
5416         * shell/ev-window-title.c: (ev_window_title_update):
5417
5418         Guard against using g_strstrip on NULL. Fixes bug #317291.
5419
5420 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5421
5422         * pdf/ev-poppler.cc:
5423
5424         Show title even for unknown links
5425
5426 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5427
5428         * shell/ev-window-title.c: (ev_window_title_update):
5429
5430         Strip the title string
5431
5432 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5433
5434         * shell/ev-window-title.c:
5435
5436         Add .rtf to the bad extensions list
5437
5438 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5439
5440         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
5441         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
5442
5443         Ignore link coordinates if they are outside page bounds
5444
5445 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5446
5447         * backend/ev-link.c: (ev_link_type_get_type),
5448         (ev_link_get_filename), (ev_link_get_params),
5449         (ev_link_get_property), (ev_link_set_property),
5450         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
5451         * backend/ev-link.h:
5452         * pdf/ev-poppler.cc:
5453         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
5454         * shell/ev-window.c: (launch_link), (view_external_link_cb),
5455         (ev_window_init):
5456
5457         Implement launch links. Delegate external link opening to
5458         the window.
5459
5460 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5461
5462         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
5463         (ev_link_get_right), (ev_link_get_property),
5464         (ev_link_set_property), (ev_link_class_init),
5465         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
5466         * backend/ev-link.h:
5467         * pdf/ev-poppler.cc:
5468         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
5469
5470         Implement fitr links
5471
5472 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5473
5474         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
5475         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
5476         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5477         (ev_view_size_request_continuous),
5478         (ev_view_size_request_dual_page),
5479         (ev_view_size_request_single_page), (ev_view_size_allocate),
5480         (ev_view_zoom_for_size_continuous_and_dual_page),
5481         (ev_view_zoom_for_size_continuous),
5482         (ev_view_zoom_for_size_dual_page),
5483         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5484         (ev_sizing_mode_get_type):
5485         * shell/ev-view.h:
5486         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5487
5488         Do not use modes for link, we need to calculate size ad hoc.
5489         Still not perfect because of the usual scrollbar issues grrr.
5490
5491 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5492
5493         * backend/ev-link.c: (ev_link_type_get_type),
5494         (ev_link_new_page_fith), (ev_link_new_page_fitv):
5495         * backend/ev-link.h:
5496         * pdf/ev-poppler.cc:
5497         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
5498         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5499         (ev_view_size_request_continuous),
5500         (ev_view_size_request_dual_page),
5501         (ev_view_size_request_single_page), (ev_view_size_allocate),
5502         (zoom_for_size_fit_height),
5503         (ev_view_zoom_for_size_continuous_and_dual_page),
5504         (ev_view_zoom_for_size_continuous),
5505         (ev_view_zoom_for_size_dual_page),
5506         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5507         (ev_sizing_mode_get_type):
5508         * shell/ev-view.h:
5509         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5510
5511         Implement FIT_HEIGHT mode (only for links).
5512         Implement FITH links
5513
5514 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5515
5516         * shell/ev-window-title.c: (get_filename_from_uri),
5517         (ev_window_title_sanitize_extension), (ev_window_title_update),
5518         (ev_window_title_set_document), (ev_window_title_set_uri),
5519         (ev_window_title_free):
5520         * shell/ev-window-title.h:
5521         * shell/ev-window.c: (ev_window_setup_document),
5522         (ev_window_popup_password_dialog):
5523
5524         Refactor window title building while fixing it for
5525         password documents.
5526
5527 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5528
5529         * pdf/ev-poppler.cc:
5530
5531         Escape link title before setting it in the model
5532
5533 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
5534
5535         * shell/ev-application.c: (removed_from_session), (save_session),
5536         (init_session), (ev_application_get_empty_window),
5537         (ev_application_init), (ev_application_get_windows):
5538         * shell/ev-application.h:
5539         * shell/ev-window.c: (ev_window_finalize):
5540
5541         Add a function to retrieve window list and share it where
5542         necessary.
5543         Implement session handling, works pretty well thanks to the
5544         metadata system.
5545
5546 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5547
5548         * shell/ev-password.c: (ev_password_item_created_callback),
5549         (ev_password_dialog_save_password):
5550         
5551         Fix for bug 316972. Use async gnome-keyring API.
5552
5553 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
5554
5555         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
5556         Remove unused unrealize handler. Add scroll handling to
5557         ev_view_scroll_event for presentation mode (bug #316708),
5558         and fix the event state checks there.
5559
5560 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5561
5562         * shell/ev-page-action.c: (page_changed_cb):
5563
5564         "marco, maybe we should be crazy and jump right to 6! :)"
5565
5566         Bryan Clark, Sep 2005
5567
5568 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5569
5570         * ps/ps-document.c: (save_document), (ps_document_save),
5571         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
5572         (ps_document_ps_export_end):
5573
5574         Fix unstructured documents save and print
5575
5576 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5577
5578         * shell/ev-application.c: (ev_application_open_uri):
5579
5580         Fix window size persistance
5581
5582 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5583
5584         * shell/ev-view.c: (ev_view_button_release_event):
5585
5586         Based on a patch from carlosgc@gnome.org. Mouse buttons
5587         switch pages in presentation mode.
5588
5589 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5590
5591         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5592
5593         Dont cast to int before scaling
5594
5595 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5596
5597         * backend/ev-link.c: (ev_link_type_get_type),
5598         (ev_link_new_page_xyz), (ev_link_new_page_fit),
5599         (ev_link_new_page_fith):
5600         * backend/ev-link.h:
5601         * pdf/ev-poppler.cc:
5602         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
5603
5604         Implement FIT and FITH links
5605
5606 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5607
5608         * pdf/ev-poppler.cc:
5609
5610         Return 0 results when search is not in progress.
5611
5612         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5613         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
5614
5615         Update menu sensitivity when cancelling search
5616
5617 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5618
5619         * shell/ev-view.c: (ev_view_can_find_next):
5620
5621         Take all pages in consideration, not just current one
5622
5623 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5624
5625         * shell/ev-page-cache.c:
5626         * shell/ev-page-cache.h:
5627         * shell/ev-view.c: (ev_view_binding_activated),
5628         (ev_view_next_page), (ev_view_previous_page),
5629         (ev_sizing_mode_get_type):
5630         * shell/ev-view.h:
5631         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5632         (ev_window_cmd_go_next_page):
5633
5634         Move page next/previous functions from page chace to
5635         view and change it to move by 2 page steps in dual mode.
5636
5637 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5638
5639         * shell/ev-window.c: (update_sidebar_visibility),
5640         (setup_sidebar_from_metadata), (ev_window_setup_document),
5641         (setup_view_from_metadata):
5642
5643         Show the index by default when there is one     
5644
5645 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5646
5647         * shell/ev-window-title.c: (ev_window_title_set_document):
5648
5649         Missing null check
5650
5651 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5652
5653         * shell/ev-view.c: (view_update_range_and_current_page):
5654         
5655         Allow display of last odd page in dual view. Fix for 316347.
5656
5657 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5658
5659         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
5660         
5661         Make close button default. Fix for 316383.
5662
5663 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5664
5665         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5666         
5667         Mark close button as default. Fix for 316381.
5668
5669 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5670
5671         * backend/ev-link.c: (ev_link_class_init):
5672
5673         Allow negative doubles in left/top properties
5674
5675 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5676
5677         * shell/ev-window.c:
5678
5679         Remove a bunch of strings that was used only
5680         by the statusbar.
5681
5682 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5683
5684         * shell/ev-window-title.c: (get_filename_from_uri),
5685         (ev_window_title_set_document):
5686
5687         When title has a confusing extension, show also
5688         the document filename inside ()
5689
5690 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5691
5692         * shell/Makefile.am:
5693         * shell/ev-window-title.c: (ev_window_title_new),
5694         (ev_window_title_update), (ev_window_title_set_type),
5695         (ev_window_title_set_document), (ev_window_title_free):
5696         * shell/ev-window-title.h:
5697         * shell/ev-window.c: (ev_window_setup_document),
5698         (password_dialog_response), (ev_window_popup_password_dialog),
5699         (ev_window_dispose), (ev_window_init):
5700
5701         Factor out and cleanup window title code
5702
5703 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5704
5705         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
5706         (unable_to_load):
5707
5708         Make dialog transient so it doesnt block other windows
5709
5710 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5711
5712         * pdf/ev-poppler.cc:
5713         
5714         Fix pdf thumbnails rendering.
5715
5716 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5717
5718         * shell/ev-window.c: (fullscreen_set_timeout):
5719         
5720         Increase timeout to hide full screen popup. Bug 
5721         316123. 
5722
5723 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5724
5725         * data/evince.schemas.in:
5726         * shell/ev-window.c: (update_action_sensitivity):
5727
5728         Allow the user to override document restrictions. Fix for bug
5729         305818.
5730
5731 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
5732
5733         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
5734         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
5735         (ev_window_class_init): Fix multihead behaviour of fullscreen
5736         toolbar popup. Fixes bug #315451.
5737
5738 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5739
5740         * configure.ac:
5741         * data/evince-password.glade:
5742         * shell/ev-password.c: (ev_password_dialog_set_property),
5743         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
5744         (ev_password_dialog_init), (ev_password_set_bad_password_label),
5745         (ev_password_dialog_entry_changed_cb),
5746         (ev_password_dialog_entry_activated_cb),
5747         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
5748         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
5749         (ev_password_dialog_set_bad_pass):
5750         * shell/ev-password.h:
5751         * shell/ev-window.c: (password_dialog_response),
5752         (ev_window_popup_password_dialog):
5753         
5754         Support for gnome-keyring for encrypted PDF's.
5755
5756 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5757
5758         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
5759         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
5760         (ev_view_enter_notify_event), (ev_view_class_init):
5761         
5762         More precise handling of enter_notify/leave_notify events
5763         in EvView. Fix for bug 315470.
5764
5765 2005-09-08  Christopher Aillon  <caillon@redhat.com>
5766
5767         * shell/ev-window.c: (fullscreen_timeout_cb),
5768         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5769         (ev_window_dispose):
5770
5771         leak fix: unref fullscreen_timeout_source before clearing it
5772
5773 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5774
5775         * configure.ac, dvi/mdvi/Makefile.am: 
5776         
5777         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
5778
5779 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5780
5781         * backend/ev-link.c: (ev_link_new_page_xyz):
5782         * pdf/ev-poppler.cc:
5783         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
5784
5785         Fix some bugs with xyz links, respect zoom
5786
5787 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5788
5789         * shell/ev-window.c: (page_changed_cb),
5790         (setup_document_from_metadata), (update_sidebar_visibility),
5791         (setup_view_from_metadata), (ev_window_run_fullscreen),
5792         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5793         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
5794         (ev_window_dual_mode_changed_cb),
5795         (ev_window_sidebar_current_page_changed_cb):
5796
5797         null check uri before setting and getting metadata
5798
5799 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5800
5801         * dvi/Makefile.am:
5802         * properties/Makefile.am:
5803         * shell/Makefile.am:
5804         * thumbnailer/Makefile.am:
5805
5806         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
5807
5808 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5809
5810         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
5811         (selection_changed_callback):
5812         * shell/ev-sidebar-links.h:
5813
5814         Add a signal for link activation.
5815
5816         * shell/ev-view.c: (ev_view_goto_link),
5817         (ev_view_button_release_event):
5818         * shell/ev-view.h:
5819         * shell/ev-window.c: (sidebar_links_link_activated_cb),
5820         (ev_window_init):
5821
5822         Implement the signal so that we can handle all link types.
5823
5824         * shell/ev-page-cache.c:
5825
5826         Remove unused set_link function
5827
5828 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5829
5830         * lib/ev-tooltip.c: (ev_tooltip_set_position):
5831
5832         Add some space from the cursor, hardcoded but I couldnt
5833         find a better way.
5834
5835 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5836
5837         * lib/ev-tooltip.c:
5838
5839         Use mozilla style vs gtk style, way better for links.
5840
5841         * shell/ev-view.c: (ev_view_motion_notify_event),
5842         (ev_view_destroy), (ev_view_init):
5843
5844         Deactive tooltip when the link hovered is changed.
5845
5846 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5847
5848         * backend/ev-document.h:
5849         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
5850         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
5851         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
5852         (ev_link_new_page), (ev_link_new_page_xyz):
5853         * backend/ev-link.h:
5854         * pdf/ev-poppler.cc:
5855         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
5856         (go_to_link), (tip_from_link):
5857
5858         Implement xyz links, still not functional. Links are a total
5859         mess, will need to refactor and bugfix a lot :(
5860
5861 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
5862
5863         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
5864
5865 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
5866
5867         * data/evince-ui.xml:
5868         * data/evince.schemas.in:
5869         * shell/Makefile.am:
5870         * shell/ev-window.c: (update_chrome_visibility),
5871         (password_dialog_response), (ev_window_load_job_cb),
5872         (ev_window_xfer_job_cb), (ev_window_open_uri),
5873         (ev_window_class_init), (set_chrome_actions), (load_chrome),
5874         (ev_window_init):
5875
5876         Remove the statusbar. This regress loading feedback, need to
5877         check with Bryan what we want to do there...
5878
5879 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5880
5881         * lib/ev-tooltip.c: (ev_tooltip_init):
5882
5883         Fix tooltip border and size handling
5884
5885 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5886
5887         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
5888         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
5889         (ev_tooltip_timeout), (ev_tooltip_activate),
5890         (ev_tooltip_deactivate):
5891         * lib/ev-tooltip.h:
5892         * shell/ev-view.c: (ev_view_motion_notify_event):
5893
5894         Delay popup showing. Mirror gtk logic/times.
5895
5896 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
5897
5898         * lib/Makefile.am:
5899         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
5900         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
5901         (ev_tooltip_set_text), (ev_tooltip_set_position):
5902         * lib/ev-tooltip.h:
5903
5904         Simple widget to show tooltips at a custom position
5905
5906         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
5907         (ev_view_destroy):
5908
5909         Use it for links. First go, needs work
5910
5911 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
5912
5913         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
5914         HIG fixes.  Use title capitalization for window title. Use 12 
5915         pixels of space between the dialog's vbox and action area.
5916
5917 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5918
5919         * shell/ev-window.c: (file_open_dialog_response_cb),
5920         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
5921         (ev_window_cmd_save_as):
5922
5923         Make file pickers not modal and refactor code some
5924
5925 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5926
5927         * shell/ev-sidebar.h:
5928         * shell/ev-sidebar.c: (ev_sidebar_set_property),
5929         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
5930         (ev_sidebar_class_init), (ev_sidebar_select_page),
5931         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
5932         (ev_sidebar_set_page):
5933
5934         Add a current page property and allow to get/set it
5935
5936         * shell/ev-window.c: (setup_view_from_metadata),
5937         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
5938
5939         Persist current sidebar page per document
5940
5941 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5942
5943         * data/evince.schemas.in:
5944         * shell/ev-window.c: (update_chrome_visibility),
5945         (setup_document_from_metadata), (update_sidebar_visibility),
5946         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
5947         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5948         (ev_window_run_presentation), (ev_window_stop_presentation),
5949         (ev_window_view_sidebar_cb),
5950         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
5951         (load_chrome), (ev_window_init):
5952
5953         Persist size/visibility of sidebar per document
5954
5955 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
5956
5957         * shell/ev-view.c (draw_loading_text): Draw loading text.
5958
5959 2005-09-02  Dan Damian  <dand@gnome.ro>
5960
5961         * configure.in: Added "ro" to ALL_LINGUAS.
5962
5963 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5964
5965         * shell/ev-view.c: (clear_caches):
5966
5967         ev_page_cache_get doesnt return a reference,
5968         dont try to unref it.
5969
5970 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5971
5972         * shell/main.c: (load_files_remote):
5973
5974         Fix timestamp parameter with dbus <= 0.33
5975
5976 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
5977
5978         * data/evince.schemas.in:
5979
5980         Add missing full stop
5981
5982 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
5983
5984         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
5985         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
5986
5987         Plug some memory leaks
5988
5989 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
5990
5991         * configure.ac:
5992         * lib/ev-debug.c: (trap_handler):
5993
5994         Check for execinfo.h and use it only if it exists.
5995         Ported from Epiphany (bug #314776).
5996
5997 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
5998
5999         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
6000
6001 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
6002
6003         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
6004         * po/id.po      : Added Indonesian translation
6005
6006 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
6007
6008         * shell/main.c:
6009         * shell/ev-application.c: Last minute GTK-2.6 fixes.
6010         * NEWS: Release 0.4.0
6011
6012 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
6013
6014         * configure.ac: catch another gtk+-2.8ism
6015         * shell/main.c: Make work with gtk+-2.6
6016
6017 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
6018
6019         * shell/ev-application-service.xml: Add 'timestamp' argument to
6020           ev_application_open_window and ev_application_open_uri methods.
6021
6022         * shell/ev-application.h: Add 'timestamp' argument to
6023           ev_application_open_window, ev_application_open_uri,
6024           and ev_application_open_uri_list functions.
6025
6026         * shell/ev-application.c (ev_application_open_window,
6027           ev_application_open_uri, ev_application_open_uri_list): Change
6028           functions that show/present windows to use a timestamp if one
6029           is passed in.
6030
6031         * shell/ev-window.c (ev_window_cmd_file_open,
6032           ev_window_cmd_recent_file_activate, drag_data_received_cb):
6033         * shell/main.c (load_files): Modify calls to ev_application to
6034           include GDK_CURRENT_TIME as timestamp.
6035
6036         * shell/main.c (load_files_remote): Obtain timestamp for client
6037           instance from GDK and pass to server instance so new windows are
6038           focused properly.  Fix dbus_g_proxy_call() calls by including second
6039           G_TYPE_INVALID.
6040           
6041         Closes bug #314475.
6042
6043 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
6044
6045         * shell/ev-window.c (ev_window_finalize): Check for
6046         avail. EvWindows when quiting to handle the finalize better,
6047         #314497
6048
6049 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6050         
6051         * properties/ev-properties-view.c: 
6052         
6053         Set textdomain to libglade. Fixes translation problem in property page.
6054
6055 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6056
6057         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6058         * dvi/Makefile.am:
6059         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
6060         * dvi/mdvi-lib/Makefile.am:
6061         
6062         Fix rotation of thumbnails, ported to new API. Moved library
6063         dependencies earlier, probably it will fix linkage problem.
6064
6065 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
6066
6067         * backend/ev-document-misc.c:
6068         (ev_document_misc_get_thumbnail_frame):
6069         * backend/ev-document-misc.h:
6070         * configure.ac:
6071         * pdf/ev-poppler.cc:
6072         * shell/Makefile.am:
6073         * shell/ev-sidebar-thumbnails.c: (add_range),
6074         (ev_sidebar_thumbnails_set_loading_icon),
6075         (ev_sidebar_thumbnails_refresh),
6076         (ev_sidebar_thumbnails_set_document):
6077         * shell/ev-sidebar-thumbnails.h:
6078         * shell/ev-view.c: (ev_view_motion_notify_event),
6079         (ev_view_set_property), (ev_view_get_property),
6080         (ev_view_class_init), (ev_view_set_rotation):
6081         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6082         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
6083         (ev_window_init):
6084         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
6085         Redo rotation (again).  prepare for 0.4.0
6086
6087 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
6088
6089         * configure.ac: Bump poppler requirement to 0.4.1.
6090
6091         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
6092         argument to poppler_page_render_selection() call.
6093
6094 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6095
6096         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
6097         (djvu_document_thumbnails_get_thumbnail):
6098         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
6099         (dvi_document_thumbnails_get_thumbnail):
6100         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
6101         (pixbuf_document_thumbnails_get_thumbnail):
6102         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
6103         
6104         Update rotation direction of backends to fit with pdf and ps.
6105
6106 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
6107
6108         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
6109         * backend/ev-async-renderer.h:
6110         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
6111         (setup_page), (ps_document_get_page_size),
6112         (ps_async_renderer_render_pixbuf):
6113         * ps/ps-document.h:
6114         * shell/ev-jobs.c: (ev_job_render_run):
6115
6116         Fix orientation in the postscript document
6117
6118 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
6119
6120         * pdf/ev-poppler.cc:
6121         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
6122         * shell/ev-view.c: (highlight_find_results):
6123
6124         Adapt to the new poppler rotation API. Fix text maps on landscape
6125         documents.
6126
6127 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
6128
6129         * shell/ev-view.c (compute_new_selection_text): get the correct
6130         region when selecting in modes other than continuous.
6131
6132 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6133
6134         * shell/main.c (main): remove redundant g_warnings.
6135
6136 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6137
6138         * shell/Makefile.am: Don't include autogenerated
6139         file ev-application-service.h into distribution, since
6140         it causes dbus crash. Fix for bugs 313724 and 313443. 
6141
6142 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6143
6144         * configure.ac: Fix sed expression for FreeBSD. Thanks
6145         to Joe Marcus Clark <marcus@freebsd.org>
6146         
6147         * shell/eggfindbar.c: (entry_activate_callback),
6148         (entry_changed_callback), (egg_find_bar_init),
6149         (egg_find_bar_set_search_string):
6150         
6151         Made findbar buttons unsensitive if there is no text in
6152         entry. Fix for the bug 313285.
6153
6154 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6155
6156         * ps/ps-document.c: Use g_filename_display_name for displaying
6157         filenames and revert string freeze breackage
6158
6159 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
6160
6161         * NEWS:
6162         * configure.ac:
6163
6164         Update for 0.3.4
6165
6166         * shell/Makefile.am:
6167
6168         Add ev-application-service.xml to extra dist
6169
6170         * shell/ev-view.c: (find_page_at_location):
6171
6172         Remove unused function (fix warning)
6173
6174 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6175
6176         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
6177         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
6178         
6179         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
6180         bug 313623.
6181
6182 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6183
6184         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
6185         * shell/ev-window.c:
6186         Fix build warnings
6187
6188 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6189
6190         * configure.ac: Update script to get dbus version.
6191         Fix for the bug #313443.
6192
6193 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6194
6195         * shell/ev-window.c: (ev_window_cmd_escape):
6196         
6197         Return focus back to view on escape. Fix for bug 313295.
6198
6199 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6200
6201         * shell/ev-window.c: (update_window_title),
6202         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
6203         (ev_window_cmd_save_as):
6204         
6205         Correct conversion from uri to displayable string. Fix for
6206         bug 313296.
6207
6208 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6209
6210         * ps/ps-document.c: convert filename to utf8 when there is an error
6211         loading document. Fixes #309915
6212
6213 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
6214
6215         * configure.ac:
6216
6217         We depend on poppler 0.4.0
6218
6219 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
6220
6221         * configure.ac:
6222         * NEWS: Release 0.3.3.
6223         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
6224
6225 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
6226
6227         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
6228         add a couple missing mnemonics to menu items, use title 
6229         capitalization for menu items and window titles, and add 
6230         ellipsis to open menu item.     
6231
6232 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
6233
6234         * pdf/ev-poppler.cc:
6235         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
6236         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
6237         (ev_view_get_rotation):
6238         * shell/ev-view.h:
6239         * shell/ev-window.c: (setup_view_from_metadata),
6240         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
6241         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
6242         disk.
6243
6244 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
6245
6246         * configure.ac: Added tr to ALL_LINGUAS
6247
6248 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6249
6250         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
6251         requires several clicks to find word. Thanks to 
6252         Colin Slater <kiltedtaco@gmail.com>.
6253
6254 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
6255
6256         * data/evince.desktop.in.in: Hide menu entry and
6257         rename it to "Document Viewer". Fix for bug 
6258         #312399.
6259
6260 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
6261
6262         * shell/ev-page-action.c (ev_page_action_class_init): 
6263
6264         Point to the correct function in constructor of the
6265         activate_label signal
6266
6267 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
6268
6269         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6270         * shell/ev-jobs.h: Make thread safe.
6271
6272 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6273
6274         * shell/ev-view.c: (view_update_range_and_current_page):
6275         Don't update page range if we are scrolling to some document
6276         point.
6277
6278 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6279
6280         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
6281         when getting max_page_width, fix drawing in dual mode.
6282
6283 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
6284
6285         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
6286         getting the area for select_all.
6287
6288 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
6289
6290         * backend/ev-selection.c: (ev_selection_render_selection):
6291         * backend/ev-selection.h:
6292         * pdf/ev-poppler.cc:
6293         * shell/ev-jobs.c: (ev_job_render_new):
6294         * shell/ev-jobs.h:
6295         * shell/ev-pixbuf-cache.c: (get_selection_colors),
6296         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
6297         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
6298         (ev_view_class_init):
6299
6300         Change selection color on focus in and focus out events.  Also,
6301         poppler now uses GdkColor for specifying the selection colors, so
6302         drop some awkward conversion code.
6303
6304 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
6305
6306         * configure.ac: Added Hebrew translation
6307
6308 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
6309
6310         * NOTES:
6311         * backend/ev-selection.c: (ev_selection_render_selection):
6312         * backend/ev-selection.h:
6313         * pdf/ev-poppler.cc:
6314         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
6315         (ev_job_render_run):
6316         * shell/ev-jobs.h:
6317         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6318         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
6319         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
6320         (ev_pixbuf_cache_style_changed),
6321         (ev_pixbuf_cache_get_selection_pixbuf),
6322         (ev_pixbuf_cache_set_selection_list),
6323         (ev_pixbuf_cache_get_selection_list):
6324         * shell/ev-pixbuf-cache.h:
6325         * shell/ev-utils.c: (ev_print_region_contents):
6326         * shell/ev-utils.h:
6327         * shell/ev-view.c: (ev_view_queue_draw_page),
6328         (selection_update_idle_cb), (ev_view_motion_notify_event),
6329         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
6330         (setup_caches), (ev_view_find_next), (merge_selection_region),
6331         (selection_free):
6332         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
6333
6334         Clean up selection to be much smoother!
6335
6336 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
6337
6338         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
6339         to poppler_page_render_selection().
6340
6341 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6342
6343         * ps/ps-document.c: (save_page_list): Use
6344         unzipped document when printing. Thanks to 
6345         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
6346         311016.
6347
6348 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6349
6350         * shell/ev-window.c: (update_action_sensitivity):
6351         
6352         Disable print and save respect to lockdown gconf keys. Fix
6353         for 312342.
6354
6355 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6356
6357         * configure.ac:
6358         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
6359         (write_to_temp_file), (ev_file_set_contents):
6360         * shell/ev-utils.h:
6361         * shell/ev-window.c: (save_print_config_to_file):
6362         
6363         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
6364         Fix for bug 312238
6365
6366 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
6367
6368         * shell/ev-window.c: (load_print_config_from_file),
6369         (save_print_config_to_file), (ev_window_print_range):
6370
6371         Persist the print settings. Fixes bug #311578.
6372
6373 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6374
6375         * djvu/djvu-document.c: (djvu_document_get_page_size),
6376         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
6377         (djvu_document_thumbnails_get_thumbnail):
6378         * dvi/dvi-document.c: (dvi_document_get_page_size),
6379         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
6380         (dvi_document_thumbnails_get_dimensions),
6381         (dvi_document_thumbnails_get_thumbnail):
6382         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
6383         (pixbuf_document_render_pixbuf),
6384         (pixbuf_document_document_iface_init),
6385         (pixbuf_document_thumbnails_get_thumbnail):
6386         
6387         Update backends to make them build with new rotation system.
6388
6389 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6390
6391         * help/C/figures/evince_start_window.png:
6392         
6393         Update documentation image from Luca Ferretti <elle.uca@libero.it>
6394
6395 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
6396
6397         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
6398         * shell/ev-pixbuf-cache.h:
6399         * shell/ev-sidebar-thumbnails.c:
6400         (ev_sidebar_thumbnails_get_property), (add_range),
6401         (adjustment_changed_cb):
6402         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
6403         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
6404         we were thumbnailing the entire docment on startup, slowing us
6405         down hugely. 
6406
6407 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
6408
6409         * shell/ev-page-cache.c: (ev_page_cache_new):
6410         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
6411         == 0, fixes #310306.
6412
6413 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6414
6415         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
6416         (ev_view_rotate_left):
6417
6418         Account rotation in doc_rect_to_view_rect.
6419         Ensure rotation doesnt go out of bounds.
6420
6421 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6422
6423         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6424
6425         Correct and cleanup w/h swapping
6426
6427 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6428
6429         * backend/ev-document-thumbnails.c:
6430         (ev_document_thumbnails_get_thumbnail):
6431         * backend/ev-document-thumbnails.h:
6432         * backend/ev-document.c:
6433         * backend/ev-document.h:
6434         * backend/ev-render-context.c: (ev_render_context_new),
6435         (ev_render_context_set_rotation):
6436         * backend/ev-render-context.h:
6437         * pdf/ev-poppler.cc:
6438         * ps/ps-document.c: (ps_document_document_iface_init):
6439         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6440         * shell/ev-jobs.h:
6441         * shell/ev-page-cache.c: (build_height_to_page),
6442         (ev_page_cache_new), (ev_page_cache_get_size),
6443         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6444         (ev_page_cache_get_height_to_page):
6445         * shell/ev-page-cache.h:
6446         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6447         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6448         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
6449         (ev_pixbuf_cache_get_selection_pixbuf):
6450         * shell/ev-pixbuf-cache.h:
6451         * shell/ev-print-job.c: (idle_print_handler):
6452         * shell/ev-sidebar-thumbnails.c: (add_range):
6453         * shell/ev-view.c: (view_update_range_and_current_page),
6454         (get_page_y_offset), (get_page_extents),
6455         (ev_view_size_request_continuous_dual_page),
6456         (ev_view_size_request_continuous),
6457         (ev_view_size_request_dual_page),
6458         (ev_view_size_request_single_page), (draw_one_page),
6459         (ev_view_set_rotation), (ev_view_rotate_right),
6460         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6461         (ev_view_zoom_for_size_continuous_and_dual_page),
6462         (ev_view_zoom_for_size_continuous),
6463         (ev_view_zoom_for_size_dual_page),
6464         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6465         (ev_view_select_all):
6466         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6467         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
6468         (tiff_document_document_iface_init),
6469         (tiff_document_thumbnails_get_thumbnail):
6470
6471         Use rotation rather than orientation. It's easier and enough
6472         for our needs.
6473
6474 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6475
6476         * shell/ev-page-cache.c: (build_height_to_page),
6477         (ev_page_cache_new), (ev_page_cache_get_size),
6478         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6479         (ev_page_cache_get_height_to_page):
6480         * shell/ev-page-cache.h:
6481         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
6482         (ev_view_size_request_continuous_dual_page),
6483         (ev_view_size_request_continuous),
6484         (ev_view_zoom_for_size_continuous_and_dual_page),
6485         (ev_view_zoom_for_size_continuous):
6486
6487         Make the page cache aware of page orientation.
6488
6489 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6490
6491         * backend/ev-document-thumbnails.c:
6492         (ev_document_thumbnails_get_thumbnail):
6493         * backend/ev-document-thumbnails.h:
6494         * backend/ev-document.c:
6495         * backend/ev-document.h:
6496         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
6497         * backend/ev-ps-exporter.h:
6498         * pdf/ev-poppler.cc:
6499         * ps/ps-document.c: (ps_document_document_iface_init),
6500         (ps_document_ps_export_do_page):
6501         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6502         * shell/ev-jobs.h:
6503         * shell/ev-page-cache.c: (ev_page_cache_get_size),
6504         (ev_page_cache_get):
6505         * shell/ev-page-cache.h:
6506         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6507         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6508         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
6509         * shell/ev-pixbuf-cache.h:
6510         * shell/ev-print-job.c: (idle_print_handler):
6511         * shell/ev-sidebar-thumbnails.c: (add_range):
6512         * shell/ev-view.c: (view_update_range_and_current_page),
6513         (get_page_extents), (ev_view_size_request_dual_page),
6514         (ev_view_size_request_single_page), (draw_one_page),
6515         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
6516         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6517         (ev_view_zoom_for_size_dual_page),
6518         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6519         (ev_view_select_all):
6520         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6521         * tiff/tiff-document.c: (tiff_document_get_page_size),
6522         (tiff_document_get_orientation), (rotate_pixbuf),
6523         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
6524         (tiff_document_thumbnails_get_thumbnail),
6525         (tiff_document_ps_export_do_page), (tiff_document_init):
6526
6527         Really make use of the orientation bit of the render context.
6528         Use the render context in a few more places in the backend API.
6529         This regress orientation, but now it's done right. Will try to
6530         fix it up asap...
6531
6532 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6533
6534         * shell/ev-view.c: (ensure_rectangle_is_visible):
6535
6536         Patch by Nickolay V. Shmyrev to fix find flickering
6537
6538 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
6539
6540         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
6541         duplex parameters to ::begin.
6542
6543         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
6544         * shell/ev-print-job.c (idle_print_handler): 
6545         * ps/ps-document.c (ps_document_ps_export_begin): 
6546         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
6547         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
6548         implementations. Poppler backend needs poppler cvs. Rest has
6549         unchanged behavior.
6550
6551 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6552
6553         * shell/ev-window.c (using_pdf_printer): new function.
6554         (ev_window_print_range): print a less techy message if someone
6555         tries to print to PDF.
6556
6557 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6558
6559         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
6560         from "unknown font" string. Bug #311431
6561
6562 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6563
6564         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
6565
6566 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6567
6568         Bug #311280
6569         
6570         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
6571         name for PopplerFontTypes
6572         (pdf_document_fonts_fill_model): add font type to the detail column
6573
6574         * backend/ev-document-fonts.h: added
6575         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
6576
6577         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
6578         font name and font details, add a little markup.
6579         (ev_properties_fonts_init): use the new cell data func, specify ypad
6580         property for the cell renderer.
6581         (ev_properties_fonts_set_document): add the details column.
6582
6583 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
6584
6585         * configure.ac: Added "pl" to ALL_LINGUAS.
6586
6587 2005-07-24  Danilo Šegan  <danilo@gnome.org>
6588
6589         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
6590
6591 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
6592
6593         * help/ChangeLog: Started this for translations of manual.
6594         * configure.ac, autogen.sh, .cvsignore: Migrated to
6595         gnome-doc-utils. Patch in bug #311222.
6596
6597 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
6598
6599         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
6600         #ifdef this away to fix an unused-function warning.
6601
6602 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
6603
6604         * configure.ac: Added 'gl' to ALL_LINGUAS.
6605
6606 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
6607
6608         * configure.ac: Added ne in ALL_LINGUAS
6609         
6610 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6611
6612         * shell/ev-view.c: (ev_view_leave_notify_event):
6613         
6614         Clear status message when pointer leaves view. Fix for bug
6615         #310818 
6616
6617 2005-07-20 Ankit Patel <ankit644@yahoo.com>
6618
6619         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
6620
6621 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6622
6623         * shell/ev-view.c: (ev_view_leave_notify_event),
6624         (ev_view_class_init):
6625         
6626         Set cursor to normal then leaving view.
6627
6628 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6629
6630         * configure.ac:
6631         
6632         Fix required djvulibre version.
6633
6634 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
6635
6636         *configure.ac: Hindi (hi) language added
6637
6638 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
6639
6640         *configure.ac: Punjabi (pa) Language added
6641
6642 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6643
6644         * data/evince-ui.xml, shell/ev-window.c:
6645         
6646         Add keypad accelerators for zooming. Fix for bug 308128.
6647
6648 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6649
6650         * Makefile.am:
6651         * backend/Makefile.am:
6652         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
6653         * configure.ac:
6654         * shell/ev-document-types.c: (ev_document_types_add_filters):
6655
6656         Allow to enable/disable the pixbuf backend.
6657         Default to off for now. If we want it enabled we should
6658         really put mime types in the desktop, implement properties etc.
6659
6660         * properties/evince-properties.c:
6661
6662         Initialize error to NULL.
6663         Check error is not NULL before freeing.
6664
6665 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6666
6667         * shell/ev-window.c:
6668
6669         Use F5 as presentation accell
6670
6671 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6672
6673         * shell/ev-window.c: (update_chrome_visibility),
6674         (ev_window_create_fullscreen_popup), (ev_window_init):
6675
6676         Do not leak the fullscreen toolbar
6677
6678 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6679
6680         * shell/ev-window.c: (view_actions_focus_in_cb),
6681         (view_actions_focus_out_cb):
6682
6683         These has a return value! Fix totally random focus
6684         issues we was seeing.
6685
6686 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6687
6688         * shell/main.c: (load_files_remote):
6689
6690         Allow open more than one file
6691
6692 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6693
6694         * shell/main.c: (load_files_remote):
6695
6696         Fix for dbus 0.33. bug #309975
6697
6698 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6699
6700         * properties/ev-properties-main.c: (ev_properties_get_pages):
6701
6702         Actually return NULL for types we dont support
6703
6704 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
6705
6706         * po/POTFILES.in:
6707
6708         Remove empty lines.
6709
6710 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
6711
6712         * backend/ev-document-factory.c:
6713         (ev_document_factory_get_document):
6714
6715         Do not try to create the object if type
6716         is invalid.
6717
6718 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6719
6720         * ps/ps-document.c: (ps_document_dispose),
6721         (ps_async_renderer_render_pixbuf):
6722         * ps/ps-document.h:
6723
6724         Do not leak the target window
6725
6726 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6727
6728         * shell/ev-application.c: (ev_application_init):
6729
6730         Let tbe check file existence for us.
6731         Add a comment about eggrecent mime filter.
6732
6733 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6734
6735         * data/evince-ui.xml:
6736         * shell/ev-application.c: (ev_application_shutdown),
6737         (ev_application_init), (ev_application_get_toolbars_model),
6738         (ev_application_get_recent_model),
6739         (ev_application_save_toolbars_model):
6740         * shell/ev-application.h:
6741         * shell/ev-window.c: (ev_window_add_recent),
6742         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
6743         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
6744         (ev_window_init):
6745
6746         Use common toolbar and recent models for all windows.
6747         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6748
6749 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6750
6751         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
6752         successfully check for gtk_icon_view_get_visible_range.
6753
6754 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6755
6756         * djvu/Makefile.am:
6757         * dvi/Makefile.am:
6758         
6759         Fix djvu and dvi backend build.
6760
6761 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6762
6763         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
6764         (new_separator_pixbuf):
6765
6766         Don't leak windows.
6767
6768 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6769
6770         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6771
6772         HIGification of toolbar editor dialogue.
6773
6774 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6775
6776         * configure.ac:
6777         * shell/Makefile.am:
6778
6779         Ever build metadata manager since it's just
6780         disabled at runtime now.
6781
6782 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6783
6784         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
6785         (ev_metadata_manager_get), (ev_metadata_manager_set):
6786         * shell/ev-metadata-manager.h:
6787
6788         Add an _init functions that enabled metadata management
6789         at runtime.
6790
6791         * shell/ev-window.c: (page_changed_cb),
6792         (setup_document_from_metadata), (ev_window_setup_document),
6793         (setup_view_from_metadata), (ev_window_open_uri),
6794         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6795         (ev_window_run_presentation), (ev_window_stop_presentation),
6796         (save_sizing_mode), (ev_window_zoom_changed_cb),
6797         (ev_window_continuous_changed_cb),
6798         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
6799         (window_configure_event_cb):
6800
6801         Remove all ugly metadata define since we deal with it
6802         at runtime now.
6803
6804         * shell/main.c: (load_files_remote), (main):
6805
6806         Add support for dbus cvs head. Hopefully didnt break one
6807         of the other versions now!
6808
6809         If we dont get a response from the dbus server just
6810         give up with it and not enable metadata.
6811
6812 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6813
6814         * Makefile.am:
6815         * backend/Makefile.am:
6816         * configure.ac:
6817         * cut-n-paste/recent-files/Makefile.am:
6818         * cut-n-paste/toolbar-editor/Makefile.am:
6819         * cut-n-paste/zoom-control/Makefile.am:
6820         * lib/Makefile.am:
6821         * pdf/Makefile.am:
6822         * pixbuf/Makefile.am:
6823         * properties/Makefile.am:
6824         * ps/Makefile.am:
6825         * shell/Makefile.am:
6826         * thumbnailer/Makefile.am:
6827         * tiff/Makefile.am:
6828
6829         Make frontends depend on just libev.
6830         Rework and group CFLAGS/LIBS definitions.
6831         Cleanups.
6832
6833 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6834
6835         * shell/ev-window:
6836
6837         do not unnecessarily save zoom
6838
6839         * configure.ac:
6840         * lib/ev-file-helpers.c: (ev_dot_dir):
6841         * shell/Makefile.am:
6842         * shell/dummy.cc:
6843
6844         Some cleanups
6845
6846 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6847
6848         * configure.ac:
6849         
6850         Remove unnecessary dependencies
6851
6852 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6853
6854         * properties/Makefile.am:
6855         * thumbnailer/Makefile.am:
6856         * tiff/Makefile.am:
6857
6858         Some more cleanups. Was really necessary
6859         but I probably introduced bugs, feel free
6860         to flame :)
6861
6862 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6863
6864         * backend/Makefile.am:
6865         * configure.ac:
6866         * cut-n-paste/recent-files/Makefile.am:
6867         * cut-n-paste/toolbar-editor/Makefile.am:
6868         * cut-n-paste/zoom-control/Makefile.am:
6869         * lib/Makefile.am:
6870         * pdf/Makefile.am:
6871         * pixbuf/Makefile.am:
6872         * properties/Makefile.am:
6873         * ps/Makefile.am:
6874         * shell/Makefile.am:
6875         * thumbnailer/Makefile.am:
6876         * tiff/Makefile.am:
6877
6878         Use gnome-common macros when possible.
6879         Cleanup dependencies.
6880         Actually disable deprecated where possible.
6881
6882 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6883
6884         * Makefile.am:
6885         * backend/Makefile.am:
6886         * properties/Makefile.am:
6887         * shell/Makefile.am:
6888         * thumbnailer/Makefile.am:
6889
6890         This should solve the circular dep without
6891         requiring dir reorg!
6892
6893         * shell/ev-window.c: (setup_view_from_metadata):
6894
6895         Never restore window size/position when the
6896         window is already visible.
6897
6898 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6899
6900         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
6901
6902         Return a boolean from timeout func. Fix ported from gedit.
6903
6904 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
6905
6906         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
6907
6908 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6909
6910         * shell/ev-document-types.c: set "All Documents" as default filter in
6911         open dialog
6912
6913 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
6914
6915         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
6916         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
6917         (ev_metadata_manager_set_boolean): fix value/val thinko.
6918
6919 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6920
6921         * shell/ev-window.c: (setup_view_from_metadata),
6922         (window_state_event_cb), (window_configure_event_cb),
6923         (ev_window_init):
6924
6925         Remember window position and maximized state
6926
6927 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6928
6929         * configure.ac:
6930
6931         Fix DBUS configure checks.
6932
6933         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
6934         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
6935         (ev_metadata_manager_set_boolean):
6936
6937         Plug mem leaks.
6938
6939         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
6940         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6941         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
6942         (ev_window_continuous_changed_cb),
6943         (ev_window_dual_mode_changed_cb), (ev_window_new):
6944
6945         Fix the build without DBUS.
6946
6947 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6948
6949         * shell/ev-metadata-manager.c: (parse_value), (save_values),
6950         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
6951         (ev_metadata_manager_set_string),
6952         (ev_metadata_manager_set_boolean):
6953         * shell/ev-metadata-manager.h:
6954
6955         Add support for some more types
6956
6957         * shell/ev-view.c: (scroll_to_current_page),
6958         (ev_view_get_continuous), (ev_view_set_continuous),
6959         (ev_view_get_dual_page):
6960         * shell/ev-view.h:
6961         * shell/ev-window.c: (page_changed_cb),
6962         (setup_document_from_metadata), (ev_window_setup_document),
6963         (setup_view_from_metadata), (ev_window_open_uri),
6964         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6965         (ev_window_run_presentation), (ev_window_stop_presentation),
6966         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
6967         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
6968         (ev_window_update_dual_page_action),
6969         (ev_window_continuous_changed_cb),
6970         (ev_window_dual_mode_changed_cb), (ev_window_init):
6971
6972         Remember a bunch of view/document properties. Prolly some
6973         are still missing but it's getting interesting.
6974
6975 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
6976
6977         * configure.ac: check if dbus-binding-tool is installed. Not the
6978         case on current Ubuntu breezy, it seems.
6979
6980 2005-07-05  Luca Ferretti <elle.uca@libero.it>
6981
6982         * data/evince.desktop.in.in:
6983         
6984         Allow open uri lists and add TryExec field.
6985
6986 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6987
6988         * configure.ac:
6989
6990         Enable dbus when available, do not require a configure
6991         option.
6992
6993 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6994
6995         * configure.ac:
6996
6997         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
6998         disabled.
6999
7000 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
7001         Marco Pesenti Gritti  <mpg@redhat.com>
7002
7003         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
7004         
7005         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
7006         functions to the format required by dbus
7007
7008         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
7009         errors. Use the RPC parameters in the expected way
7010
7011 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7012
7013         * Makefile.am:
7014         * properties/Makefile.am:
7015         * properties/ev-properties-main.c: (ev_properties_get_pages):
7016
7017         Support all mime types
7018
7019         * shell/Makefile.am:
7020         * thumbnailer/Makefile.am:
7021         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
7022         (evince_thumbnail_pngenc_get):
7023
7024         Use the document factory
7025
7026 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7027
7028         * backend/Makefile.am:
7029         * backend/ev-document-factory.c:
7030         (mime_type_supported_by_gdk_pixbuf),
7031         (ev_document_type_get_from_mime),
7032         (ev_document_factory_get_document),
7033         (ev_document_factory_get_backend),
7034         (ev_document_factory_get_mime_types),
7035         (ev_document_factory_get_all_mime_types):
7036         * backend/ev-document-factory.h:
7037         * shell/Makefile.am:
7038         * shell/ev-document-types.c: (get_document_from_uri),
7039         (ev_document_types_get_document),
7040         (file_filter_add_mime_list_and_free),
7041         (ev_document_types_add_filters):
7042         * shell/ev-document-types.h:
7043         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7044         * shell/ev-properties-dialog.c:
7045         (ev_properties_dialog_set_document):
7046         * shell/ev-window.c: (ev_window_cmd_file_open),
7047         (ev_window_cmd_save_as):
7048         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7049
7050         Rework document types managing to avoid code duplication
7051         and actually abstract from backend implementations.
7052         Also provide a minimal factory api that can be used by
7053         thumbnailer/properties.
7054
7055 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7056
7057         * properties/ev-properties-view.c: (ev_properties_view_set_info):
7058         Plug a mem leak.
7059         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7060         HIG spacings.
7061
7062 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7063
7064         * shell/ev-properties-dialog.c
7065         (ev_properties_dialog_set_document): only call
7066         ev_properties_fonts_set_document() if the document implements the
7067         fonts interface
7068
7069 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7070
7071         * configure.ac:
7072         * properties/Makefile.am:
7073         * properties/ev-properties-view.c:
7074         (ev_properties_view_register_type):
7075         * properties/ev-properties-view.h:
7076         * properties/ev-properties-main.h:
7077
7078         Implement nautilus plugin for properties.
7079         Works only for pdf atm, I need to rework the
7080         document types stuff to get this to work
7081         for all backends...
7082
7083 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7084
7085         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
7086         (ev_properties_fonts_set_document): use
7087         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
7088
7089 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7090
7091         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
7092         them
7093         (PlaceImage, tiff2ps_process_page): use
7094         g_ascii_dtostr to convert floats to strings in a locale-safe way.
7095
7096
7097 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7098
7099         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
7100         (main): to call gnome_authentication_manager_init. Should fix
7101         Bug #308510
7102
7103         * configure.ac: that requires libgnomeui 2.6.0.
7104
7105 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7106
7107         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7108         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
7109         use the new tiff2ps interfaces
7110
7111         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
7112         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
7113
7114         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
7115         structure instead of global variables.  Remove use of static
7116         variables in functions.
7117
7118 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
7119
7120         * shell/ev-page-action.c: unref the completion after setting it to the
7121         entry
7122
7123 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7124
7125         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
7126         postscript files
7127
7128 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7129
7130         * shell/ev-window.c (update_action_sensitivity): disable
7131         File->Print if the document does not implement the ps exporter
7132         interface
7133
7134 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
7135
7136         * Makefile.am:
7137         * configure.ac:
7138         * data/evince-properties.glade:
7139         * properties/.cvsignore:
7140         * properties/Makefile.am:
7141         * properties/ev-properties-view.c: (ev_properties_view_dispose),
7142         (ev_properties_view_class_init), (ev_properties_view_format_date),
7143         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
7144         (ev_properties_view_init), (ev_properties_view_new):
7145         * properties/ev-properties-view.h:
7146         * shell/Makefile.am:
7147         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
7148         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
7149         (ev_properties_dialog_new):
7150         * shell/ev-properties-dialog.h:
7151         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
7152         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
7153         (update_progress_label), (job_fonts_finished_cb),
7154         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
7155         * shell/ev-properties-fonts.h:
7156         * shell/ev-properties.c:
7157         * shell/ev-properties.h:
7158         * shell/ev-window.c: (ev_window_setup_document),
7159         (ev_window_cmd_file_properties):
7160
7161         Split the properties pages in two different objects, depend
7162         only on the backend where possible, use widgets instead
7163         of gobject for the glade part, reimplement the dialog
7164         itself with gtk.
7165         I need this to implement nautilus properties page.
7166
7167 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
7168
7169         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7170         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
7171         (tiff_document_document_ps_exporter_iface_init): implement the ps
7172         exporter interface for tiff documents
7173
7174         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
7175         libtiff to implement TIFF postscript export
7176
7177         * tiff/tiff2ps.h: added a header file for external tiff2ps
7178         functions.
7179
7180         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
7181         tiff2ps.h
7182
7183 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7184
7185         * shell/ev-view.c: (scroll_to_current_page),
7186         (ev_view_set_fullscreen), (ev_view_set_presentation):
7187         
7188         Scroll to current page when exit from presentation
7189
7190 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7191
7192         * shell/ev-window.c: (update_document_mode),
7193         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7194         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
7195         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
7196         
7197         Exit from fullscreen mode when switch to presentation. Fix for
7198         bug 309365
7199
7200 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7201
7202         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
7203         return NULL if the document does not implement the selection
7204         interface.
7205
7206 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7207
7208         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
7209         reported height by using the resolution aspect ratio
7210         (tiff_document_render_pixbuf): scale the pixbuf using the
7211         resolution aspect ratio
7212
7213 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7214
7215         * configure.ac:
7216         
7217         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
7218         <kiltedaco@gmail.com>
7219         
7220         * djvu/djvu-document.c: (djvu_document_get_orientation),
7221         (djvu_document_set_orientation), (djvu_document_get_page_size),
7222         (rotate_pixbuf), (djvu_document_render_pixbuf),
7223         (djvu_document_document_iface_init):
7224         * dvi/dvi-document.c: (dvi_document_get_orientation),
7225         (dvi_document_set_orientation), (dvi_document_get_page_size),
7226         (rotate_pixbuf), (dvi_document_render_pixbuf),
7227         (dvi_document_document_iface_init):
7228         
7229         Dvi and djvu backends are ported to new API
7230
7231 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
7232
7233         * backend/ev-selection.c: (ev_selection_get_selection_region),
7234         (ev_selection_get_selection_map):
7235         * backend/ev-selection.h:
7236         * pdf/ev-poppler.cc:
7237         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7238         * shell/ev-jobs.h:
7239         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7240         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7241         (ev_pixbuf_cache_get_text_mapping):
7242         * shell/ev-pixbuf-cache.h:
7243         * shell/ev-view.c: (location_in_text),
7244         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
7245         support to EvView.  Now we can see where we can select!  Sweet!
7246
7247 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7248
7249         * shell/ev-view.c (ev_view_button_press_event): Fix
7250         event->y + view->scroll_x typo.
7251
7252 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7253
7254         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
7255         sub-GdkPixbuf instead of passing dest_x and dest_y.
7256         
7257         * shell/ev-view.c: (view_point_to_doc_point),
7258         (view_rect_to_doc_rect), (ev_view_button_press_event),
7259         (ev_view_motion_notify_event), (compute_new_selection_rect),
7260         (gdk_rectangle_point_in), (compute_new_selection_text),
7261         (compute_selections): Update selection code to keep the selection
7262         around as two points and not as a normalized rectangle, and fix
7263         page level selection in two-column mode.
7264
7265 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
7266
7267         * shell/ev-window.c: (window_configure_event_cb): 
7268         
7269         Fix compilation
7270         
7271 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7272
7273         * pdf/ev-poppler.cc:
7274
7275         Fix compilation
7276
7277 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7278
7279         * shell/Makefile.am:
7280         * shell/ev-metadata-manager.c: (item_free),
7281         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
7282         (parse_value), (parseItem), (load_values),
7283         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
7284         (save_values), (save_item), (get_oldest), (resize_items),
7285         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
7286         * shell/ev-metadata-manager.h:
7287
7288         Metadata manager from gedit but modified to use GValue, so that
7289         we dont need to keep converting from strings.
7290
7291         * configure.ac:
7292
7293         ENABLE_METADATA conditional, on when dbus is on
7294
7295         * shell/ev-application.c: (ev_application_open_uri):
7296
7297         Show the window after load so that we can initialize
7298         window size before it's showed.
7299
7300         * shell/ev-window.c: (ev_window_setup_from_metadata),
7301         (ev_window_open_uri), (window_configure_event_cb),
7302         (ev_window_init):
7303
7304         Save and load metadata information about window size.
7305         Not yet keeping states in account.
7306
7307         * shell/main.c: (main):
7308
7309         Shutdown metadata manager.
7310
7311 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7312
7313         * shell/ev-application-service.xml:
7314         * configure.ac:
7315         * shell/Makefile.am:
7316         * shell/ev-application.c:
7317         * shell/ev-application.h:
7318         * shell/ev-window.c:
7319         * shell/ev-window.h:
7320         * shell/main.c:
7321
7322         Add an optional dbus interface (--enable-dbus).
7323         Rework application code, mainly to be easier to
7324         use "remotely".
7325         Do not open multiple windows with the same document,
7326         spatial evince!
7327
7328 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
7329
7330         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
7331         pixbuf iff it exists.
7332
7333 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
7334
7335         * shell/*:
7336         * backend/ev-render-context.[ch]:
7337         * backend/ev-selection.[ch]:
7338
7339         Massive changes.  We now support text selection of pdfs, and not
7340         just rectangular selection.  This is pretty broken still, but I
7341         want to get something into CVS.
7342
7343 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7344
7345         * pdf/ev-poppler.cc:
7346         
7347         Fix for Bug 309080: crash on window close.
7348         
7349         * shell/ev-page-action.c: (page_changed_cb):
7350         
7351         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
7352         jensgr@gmx.net (Jens Granseuer).
7353
7354 2005-06-25  Marcel Telka  <marcel@telka.sk>
7355
7356         * configure.in (ALL_LINGUAS): Added sk.
7357
7358 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
7359
7360         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
7361         not a document open
7362
7363 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7364
7365         * NEWS:
7366         * configure.ac:
7367
7368         Release 0.3.2
7369
7370         * cut-n-paste/recent-files/Makefile.am:
7371
7372         Fix make distcheck
7373
7374 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7375
7376         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
7377         (pixbuf_document_set_orientation), (rotate_pixbuf),
7378         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
7379         (pixbuf_document_document_iface_init), (pixbuf_document_init):
7380
7381         Implement rotation and cleanup the code a bit.
7382
7383         * tiff/tiff-document.c: (tiff_document_get_page_size),
7384         (tiff_document_get_orientation), (tiff_document_set_orientation),
7385         (rotate_pixbuf), (tiff_document_render_pixbuf),
7386         (tiff_document_document_iface_init), (tiff_document_init):
7387
7388         Implement rotation. Was the quicker solution for the release
7389         but we really need to share this code in the shell.
7390
7391 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7392
7393         * pdf/ev-poppler.cc:
7394
7395         Enable rotation, require poppler cvs. Fix a leak.
7396
7397 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7398
7399         * shell/ev-window.c: (update_action_sensitivity):
7400         
7401         Make properties unsensitive if document backend doesn't provide
7402         any info
7403
7404 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7405
7406         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
7407         (bitmap_flip_horizontally), (bitmap_flip_vertically),
7408         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
7409         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
7410         (bitmap_flip_rotate_counter_clockwise):
7411         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
7412         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
7413         (buff_gets):
7414         * dvi/mdvi-lib/common.h:
7415         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
7416         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
7417         (opendvi), (mdvi_reload), (mdvi_init_context),
7418         (mdvi_destroy_context), (mdvi_dopage), (special):
7419         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
7420         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
7421         (file_hash_free), (register_encoding), (parse_spec),
7422         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
7423         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
7424         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
7425         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
7426         (mdvi_register_font_type), (mdvi_unregister_font_type),
7427         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
7428         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
7429         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
7430         (mdvi_hash_destroy_key), (mdvi_hash_reset):
7431         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
7432         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
7433         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
7434         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
7435         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
7436         * dvi/mdvi-lib/special.c: (mdvi_register_special),
7437         (mdvi_unregister_special), (mdvi_flush_specials):
7438         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
7439         (t1_font_remove):
7440         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
7441         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
7442         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
7443         (free_font_metrics), (flush_font_metrics):
7444         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
7445         (tt_font_remove):
7446         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
7447         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
7448         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
7449         (dstring_insert), (dstring_new), (dstring_reset):
7450         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
7451         
7452         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
7453         avoid conflict with libtool on FC4
7454         
7455         * shell/ev-window.c: (ev_window_cmd_help_about):
7456         
7457         Update copyright year. Fix for bug 308828.
7458
7459 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7460
7461         * shell/ev-view.c: (add_scroll_binding_keypad),
7462         (ev_view_binding_activated), (ev_view_class_init),
7463         (on_adjustment_value_changed):
7464         
7465         Bug 170874: Arrow keys switch pages in presentation mode
7466
7467 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7468
7469         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7470         
7471         Fix for Bug 308265: Sidebar dissappears coming out of 
7472         Presentation mode
7473
7474 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7475
7476         * shell/ev-application.c: (ev_application_open):
7477         * shell/ev-document-types.c: (ev_document_types_add_filters),
7478         (ev_document_types_add_filters_for_type):
7479         * shell/ev-document-types.h:
7480         * shell/ev-window.c: (ev_window_cmd_save_as):
7481         
7482         Suggest basename as template when saving, provide filters
7483         for save dialog. It's bug 308402
7484
7485 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7486
7487         * pdf/ev-poppler.cc:
7488         * shell/ev-sidebar-links.c: (job_finished_callback):
7489         * shell/ev-view.c: (update_find_status_message):
7490         
7491         Some leaks fixed
7492
7493 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7494
7495         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7496         (egg_recent_view_uimanager_set_list):
7497
7498         Fix buglet in !show_numbers case.
7499
7500 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7501
7502         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7503         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
7504
7505         Use pango ellipsisation.
7506
7507         * pdf/ev-poppler.cc:
7508
7509         Fix refcount leak, from nsh.
7510
7511 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7512
7513         * cut-n-paste/recent-files/Makefile.am:
7514         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7515         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7516         
7517         Removed EggRecentViewGtk
7518         
7519         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7520         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7521         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
7522         (ev_window_setup_recent):
7523         
7524         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
7525         with other projects
7526
7527 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7528
7529         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7530         (egg_recent_view_gtk_finalize):
7531
7532         Fix memory leak
7533
7534         * cut-n-paste/toolbar-editor/Makefile.am:
7535         
7536         Fix location of cursor icon.
7537         
7538         * pdf/ev-poppler.cc:
7539         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
7540         (display_completion_text), (match_completion):
7541         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7542         (selection_changed_callback), (create_loading_model),
7543         (print_section_cb), (links_page_num_func),
7544         (update_page_callback_foreach):
7545         * shell/ev-window.c: (ev_window_dispose):
7546         
7547         Small memory fixes. Links model now store objects instead
7548         of pointers to improve memory management. 
7549
7550 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7551
7552         * shell/ev-window.c: (zoom_control_changed_cb):
7553         
7554         Fix update of zoom control (bug 308268).
7555
7556 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
7557
7558         * shell/ev-properties.c (set_property): escape the text correctly.
7559         Handles non-UTF-8 properties and escaped properties.  Also, sets
7560         the text to "<i>None</i>" if the property isn't set.
7561
7562         * data/evince-properties.glade: Change the label to be ellipsized,
7563         and give it a minimum size.
7564
7565 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7566
7567         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
7568         * shell/ev-sidebar-links.c: (create_loading_model):
7569         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7570         * shell/ev-view.c: (ev_view_set_document):
7571         * shell/ev-window.c: (ev_window_dispose):
7572         
7573         Various small fixes, mostly memory leaks. Thanks to valgrind.
7574
7575 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
7576
7577         * ps/ps-document.c: remove the locale.h include again ;-). And
7578         kill the (bogus) setlocale/savelocale business.
7579
7580 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
7581
7582         * ps/ps-document.c:
7583         
7584         Include locale.h to fix build
7585         
7586         * shell/ev-sidebar.c:
7587         
7588         Remove unnecessary includes
7589
7590 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7591
7592         * dvi/dvi-document.c: (dvi_document_load):
7593         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
7594         * po/POTFILES.in:
7595         
7596         Check for incorrect dvi files. Fix parsing dvi on AMD64
7597         platform. Thanks to tester@tester.ca (Olivier Crete).
7598
7599 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7600
7601         * shell/ev-page-action.c: (match_selected_cb),
7602         (display_completion_text), (match_completion), (update_model):
7603         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7604         (expand_open_links):
7605         * shell/ev-sidebar.c: (ev_sidebar_destroy),
7606         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
7607         (ev_sidebar_set_document):
7608         * shell/ev-window.c: (ev_window_xfer_job_cb),
7609         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
7610         
7611         Fixed lot's of memory leaks, for example, memory leak on reload, 
7612         described in bug 307793.
7613
7614 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7615
7616         * pdf/ev-poppler.cc:
7617         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
7618         (update_visible_range), (adjustment_changed_cb),
7619         (ev_sidebar_thumbnails_fill_model),
7620         (ev_sidebar_thumbnails_refresh),
7621         (ev_sidebar_tree_selection_changed),
7622         (ev_sidebar_icon_selection_changed),
7623         (ev_sidebar_thumbnails_use_icon_view),
7624         (ev_sidebar_thumbnails_set_document):
7625         * shell/ev-sidebar-thumbnails.h:
7626         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7627         (ev_window_cmd_edit_rotate_right), (ev_window_init):
7628
7629         Refresh thumbnails when changing orientation. Not fully
7630         working yet becuase of a sidebar bug.
7631
7632         Set page orientation to poppler page everywhere. This sucks
7633         really need to fix poppler.
7634
7635 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7636
7637         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7638         (egg_recent_view_gtk_new_menu_item),
7639         (egg_recent_view_gtk_set_property),
7640         (egg_recent_view_gtk_get_property),
7641         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
7642         (egg_recent_view_gtk_set_tooltip_func),
7643         (egg_recent_view_gtk_set_label_width),
7644         (egg_recent_view_gtk_get_label_width):
7645         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7646
7647         Sync with libegg (ellipsize labels)
7648
7649 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7650
7651         * data/evince-ui.xml:
7652         * shell/ev-window.c: (ev_window_cmd_go_forward),
7653         (ev_window_cmd_go_backward):
7654         
7655         Shift + PageUp moves 10 Pages. Fix for 306125
7656
7657 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7658
7659         * pdf/ev-poppler.cc:
7660
7661         Add a flag to check if orientation has been overriden
7662
7663 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
7664
7665         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
7666         field if necessary.
7667
7668         * ps/ps.h: add creator field to document.
7669
7670         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
7671         set creator field.
7672
7673 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7674
7675         * data/evince-properties.glade:
7676         * shell/ev-properties.c: (ev_properties_set_document):
7677
7678         s/PDF Version/Format
7679
7680 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7681
7682         * shell/ev-properties.c: (ev_properties_set_document):
7683
7684         Remove unnecessary translations
7685
7686 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7687
7688         * cut-n-paste/toolbar-editor/Makefile.am:
7689
7690         Correct library name    
7691
7692 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7693
7694         * configure.ac:
7695         * cut-n-paste/recent-files/egg-recent-model.c:
7696         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
7697         (egg_recent_model_unlock_file):
7698         * cut-n-paste/recent-files/egg-recent-util.c:
7699         (egg_recent_util_get_unique_id):
7700         * cut-n-paste/recent-files/update-from-egg.sh:
7701         * cut-n-paste/toolbar-editor/Makefile.am:
7702         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7703         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7704         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7705         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7706         (egg_toolbars_model_get_type):
7707         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7708
7709         Better makefile for toolbar editor and update everything
7710         to latest libegg.
7711
7712 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7713
7714         * shell/ev-window.c: (update_document_mode):
7715
7716         Prefer presentation mode when the document
7717         require fullscreen.
7718
7719 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7720
7721         * data/evince-ui.xml:
7722         * shell/ev-window.c:
7723
7724         Add control-equal for zooming
7725
7726 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
7727
7728         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
7729
7730 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
7731
7732         * backend/ev-document.c: (ev_document_get_orientation):
7733         * backend/ev-document.h:
7734         * pdf/ev-poppler.cc:
7735         * ps/ps-document.c: (ps_document_get_orientation),
7736         (ps_document_set_orientation), (ps_document_document_iface_init):
7737
7738         Add a get_orientation api. Improve set_orientation.
7739
7740         * data/evince-ui.xml:
7741         * shell/ev-view.c: (ev_view_set_orientation),
7742         (ev_view_rotate_right), (ev_view_rotate_left):
7743         * shell/ev-view.h:
7744         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7745         (ev_window_cmd_edit_rotate_right):
7746
7747         Better ui for changing document orientation
7748
7749 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7750
7751         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
7752         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
7753         * shell/ev-sidebar-links.h:
7754         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
7755         (ev_sidebar_page_iface_init):
7756         * shell/ev-sidebar-page.h:
7757         * shell/ev-sidebar-thumbnails.c:
7758         (ev_sidebar_thumbnails_get_property),
7759         (ev_sidebar_thumbnails_class_init),
7760         (ev_sidebar_thumbnails_set_document):
7761         * shell/ev-sidebar-thumbnails.h:
7762         * shell/ev-view.c: (ev_view_motion_notify_event):
7763         * shell/ev-window.c: (update_chrome_visibility),
7764         (ev_window_cmd_focus_page_selector),
7765         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
7766         (sidebar_page_main_widget_update_cb), (ev_window_init):
7767         
7768         Autoraise toolbar on GoToPage binding and fix bindings in
7769         EvSidebarThumbnails page.
7770
7771 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
7772
7773         * shell/ev-properties.c: (update_progress_label):
7774
7775         Hide the progress label when finished; bug #307697.
7776
7777 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7778
7779         * pdf/ev-poppler.cc:
7780
7781         Enable is_open for links, you will need poppler cvs
7782
7783         * shell/ev-properties.c: (job_fonts_finished_cb):
7784
7785         Get a lock on the document when filling the tree view
7786
7787 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7788
7789         * backend/ev-document-links.h:
7790         * pdf/ev-poppler.cc:
7791         * shell/ev-sidebar-links.c: (create_loading_model),
7792         (expand_open_links), (job_finished_callback):
7793
7794         Expand links when specified by the document.
7795         Depend on a poppler api (defined out for now)
7796
7797 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7798
7799         * shell/ev-properties.c: (ev_properties_dispose),
7800         (ev_properties_class_init), (dialog_destroy_cb),
7801         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
7802         (ev_properties_set_document), (ev_properties_new),
7803         (ev_properties_show):
7804         * shell/ev-properties.h:
7805
7806         Make it an object, cleanup the code, api to show it as transient
7807         and to set the document.
7808
7809         * shell/ev-window.c: (ev_window_setup_document),
7810         (ev_window_cmd_file_properties):
7811
7812         Adapt to EvProperties changes, do not show multiple
7813         times, update it when document changes.
7814
7815 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7816
7817         * ps/gstypes.h:
7818         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
7819         (ps_document_set_orientation), (ps_document_document_iface_init):
7820         * ps/ps-document.h:
7821
7822         Implement orientation here too
7823
7824         * shell/ev-properties.c: (ev_properties_new):
7825         * data/evince-properties.glade:
7826
7827         Hide the fonts page for backends that doesnt
7828         support it.     
7829
7830 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7831
7832         * backend/ev-document.c: (ev_document_set_orientation):
7833         * backend/ev-document.h:
7834         * pdf/ev-poppler.cc:
7835
7836         Add orientation api. Currently poppler api is not optimal,
7837         we need to set orientation every time we _get a page.
7838         I will try to fix that at some point.
7839
7840         * data/evince-ui.xml:
7841         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
7842         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
7843
7844         Add orientation menu items
7845
7846         * shell/ev-page-cache.c: (ev_page_cache_clear):
7847         * shell/ev-page-cache.h:
7848
7849         Add api to clear the cache
7850
7851         * shell/ev-view.c: (setup_caches), (clear_caches),
7852         (ev_view_set_document), (ev_view_zoom_out),
7853         (ev_view_set_orientation):
7854         * shell/ev-view.h:
7855
7856         Implement orientation changing
7857
7858 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
7859
7860         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
7861         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
7862         * backend/ev-document-fonts.h:
7863
7864         Separate scan and fill so that we can incrementally fill from
7865         the main thread. Add a progress api.
7866
7867         * data/evince-properties.glade:
7868         * pdf/ev-poppler.cc:
7869         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
7870         * shell/ev-jobs.h:
7871         * shell/ev-properties.c: (update_progress_label),
7872         (job_fonts_finished_cb), (setup_fonts_view):
7873
7874         Incrementally feel the list and show the progress
7875         percentage in a label like acrobat does.
7876
7877         You are going to need poppler cvs
7878
7879 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
7880
7881         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
7882         * backend/ev-document-fonts.h:
7883         * pdf/ev-poppler.cc:
7884
7885         Make fonts model fill incrementally.
7886
7887         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7888         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7889         (ev_job_queue_remove_job):
7890         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7891         (ev_job_fonts_new), (ev_job_fonts_run):
7892         * shell/ev-jobs.h:
7893
7894         New job for fonts scanning
7895
7896         * shell/ev-properties.c: (job_fonts_finished_cb),
7897         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
7898         * shell/ev-properties.h:
7899         * shell/ev-window.c: (ev_window_cmd_file_properties):
7900
7901         Incrementally feel the treeview using the new job. Show Loading...
7902         message until scanning is completed.
7903
7904         Hopefully I didnt break the build without the poppler patch.
7905
7906 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7907
7908         * shell/ev-application.c: (ev_application_open):
7909         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
7910         (ev_document_type_get_type), (ev_document_type_lookup):
7911         * shell/ev-document-types.h:
7912         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
7913         * shell/ev-job-xfer.h:
7914         * shell/ev-window.c: (ev_window_clear_local_uri),
7915         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
7916         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
7917         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7918         
7919         Transfer remote documents to tmp directory to display them later.
7920
7921 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
7922
7923         * backend/ev-document-info.h:
7924         * shell/ev-properties.c: (ev_properties_new):
7925
7926         s/GTime*/GTime. Not sure why we was using a pointer
7927         at all there!
7928
7929 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
7930
7931         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
7932         situations.  That situation is that you're using GTK+-HEAD with
7933         the patch at #306726 is applied, and you have a document with <
7934         1500 pages in it.  It's not quite as uniformly nice as the
7935         TreeView, but should be better in the long run.
7936
7937         I'm pretty sure I guarded against breaking compilation with
7938         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
7939         I missed some.
7940
7941         * shell/ev-window.c (ev_window_init): We don't have our tree/list
7942         widget yet, so I commented that code out
7943         enable_view_actions_for_widget() for now.  Need to figure this
7944         out.
7945
7946         * shell/ev-page-action.c (match_selected_cb): emit the right
7947         signals.  Our cool C-l completion now works.
7948
7949 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7950
7951         * backend/Makefile.am:
7952         * backend/ev-document-fonts.c:
7953         * backend/ev-document-links.c:
7954         * backend/ev-document.c: (ev_document_load):
7955         * backend/ev-document.h:
7956         * backend/ev-job-queue.c:
7957         * backend/ev-job-queue.h:
7958         * backend/ev-jobs.c:
7959         * backend/ev-jobs.h:
7960         * backend/ev-page-cache.c:
7961         * backend/ev-page-cache.h:
7962
7963         EvPageCache and EvJobs are moved to shell.
7964
7965         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
7966         (ev_tmp_filename):
7967         * lib/ev-file-helpers.h:
7968         
7969         New helper to work with temporary files
7970         
7971         * shell/Makefile.am:
7972         * shell/ev-application.c: (ev_application_open):
7973         * shell/ev-application.h:
7974         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
7975         (remove_job_from_async_queue), (add_job_to_async_queue),
7976         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
7977         (handle_job), (search_for_jobs_unlocked),
7978         (no_jobs_available_unlocked), (ev_render_thread),
7979         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7980         (ev_job_queue_add_job), (move_job_async), (move_job),
7981         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7982         * shell/ev-job-queue.h:
7983         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
7984         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
7985         * shell/ev-job-xfer.h:
7986         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
7987         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
7988         (ev_job_links_class_init), (ev_job_render_init),
7989         (ev_job_render_dispose), (ev_job_render_class_init),
7990         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
7991         (ev_job_thumbnail_class_init), (ev_job_load_init),
7992         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
7993         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
7994         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
7995         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
7996         * shell/ev-jobs.h:
7997         * shell/ev-page-action.c: (ev_page_action_set_document):
7998         * shell/ev-page-cache.c: (ev_page_cache_init),
7999         (ev_page_cache_class_init), (ev_page_cache_finalize),
8000         (ev_page_cache_new), (ev_page_cache_get_n_pages),
8001         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
8002         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
8003         (ev_page_cache_get_title), (ev_page_cache_get_size),
8004         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8005         (ev_page_cache_get_height_to_page),
8006         (ev_page_cache_get_max_label_chars),
8007         (ev_page_cache_get_page_label),
8008         (ev_page_cache_has_nonnumeric_page_labels),
8009         (ev_page_cache_get_info), (ev_page_cache_next_page),
8010         (ev_page_cache_prev_page), (ev_page_cache_get):
8011         * shell/ev-page-cache.h:
8012         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
8013         (ev_pixbuf_cache_clear_job_sizes),
8014         (ev_pixbuf_cache_add_jobs_if_needed),
8015         (ev_pixbuf_cache_set_page_range):
8016         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
8017         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
8018         * shell/ev-sidebar-thumbnails.c:
8019         (ev_sidebar_tree_selection_changed),
8020         (ev_sidebar_thumbnails_set_document):
8021         * shell/ev-statusbar.c: (ev_statusbar_destroy),
8022         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
8023         (ev_statusbar_get_context_id), (ev_statusbar_push),
8024         (ev_statusbar_pop), (ev_statusbar_set_maximized),
8025         (ev_statusbar_pulse), (ev_statusbar_show_progress),
8026         (ev_statusbar_set_progress):
8027         * shell/ev-statusbar.h:
8028         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
8029         (ev_view_find_previous):
8030         * shell/ev-window.c: (ev_window_is_empty),
8031         (ev_window_setup_document), (password_dialog_response),
8032         (ev_window_clear_jobs), (ev_window_load_job_cb),
8033         (ev_window_xfer_job_cb), (ev_window_open_uri),
8034         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
8035         (ev_window_print), (ev_window_print_range),
8036         (ev_window_state_event), (ev_window_cmd_view_reload),
8037         (menu_item_select_cb), (menu_item_deselect_cb),
8038         (view_status_changed_cb), (ev_window_dispose),
8039         (drag_data_received_cb), (ev_window_init):
8040         * shell/ev-window.h:
8041         * shell/main.c: (load_files):
8042         
8043         New statusbar to show progress on idle. Two new jobs - 
8044         xfer job and load job to load document in background. And update
8045         of page_cache clients to new location of code.
8046
8047 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
8048   
8049         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
8050         selection in open dialog. It also remembers the last visited directory 
8051         in the current session.
8052
8053 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8054
8055         * shell/ev-properties.c: (ev_properties_new):
8056         * shell/ev-properties.h:
8057         * shell/ev-window.c: (ev_window_cmd_file_properties):
8058         
8059         Get document info from page cache instead of document itself.
8060         This should fix crash related to race conditions described in
8061         bug 306545.
8062
8063 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8064
8065         * ps/ps-document.c: (ps_document_init),
8066         (send_ps), (get_page_box), (output), (catchPipe), (input),
8067         (stop_interpreter), (file_length), (file_readable),
8068         (check_filecompressedb), (ps_document_enable_interpreter),
8069         (document_load), (ps_async_renderer_render_pixbuf):
8070         * ps/ps-document.h:
8071
8072         Big cleanup of the ps code
8073
8074 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8075
8076         * backend/Makefile.am:
8077         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
8078         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
8079         * backend/ev-async-renderer.h:
8080
8081         Add an async renderer interface (method + callback) which
8082         is useful for backends like ps.
8083
8084         * backend/ev-job-queue.c: (remove_job_from_async_queue),
8085         (add_job_to_async_queue), (job_finished_cb), (handle_job),
8086         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8087         (ev_job_queue_add_job), (move_job_async), (move_job),
8088         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8089
8090         Add queues for async renderer, these are executed on the
8091         main thread.
8092
8093         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
8094         (ev_job_render_run):
8095         * backend/ev-jobs.h:
8096
8097         If the backend support async renderer interface use it.
8098
8099         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
8100         (setup_pixmap), (ps_document_get_type),
8101         (ps_async_renderer_render_pixbuf),
8102         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
8103
8104         Implement async renderer interface.
8105
8106 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8107
8108         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
8109
8110         Cleanup links job on exit.
8111
8112 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8113
8114         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8115         (drag_data_get_cb), (drag_data_received_cb):
8116         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8117         (drag_data_get_cb), (parse_item_list),
8118         (egg_toolbar_editor_load_actions):
8119         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8120         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
8121         (parse_item_list), (parse_toolbars):
8122         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8123         (dvi_pixbuf_put_pixel):
8124         
8125         Fix gcc 4.0 warnings
8126
8127 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8128
8129         * ps/ps-document.c: (start_interpreter):
8130
8131         Fix warning when loading ps
8132
8133 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8134
8135         * ps/ps-document.c: (output):
8136
8137         Fix crash when priting gs error messages.
8138
8139 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8140
8141         * backend/ev-page-cache.c: (_ev_page_cache_new):
8142         * backend/ev-page-cache.h:
8143
8144         Use a const to return title so that we dont double
8145         free it. Small cleanup and fix a leak.
8146
8147         * shell/ev-window.c: (update_window_title):
8148
8149         strdup value from get_title.
8150
8151 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8152
8153         * shell/ev-sidebar-links.c: (job_finished_callback),
8154         (ev_sidebar_links_set_document):
8155
8156         Cleanup the old job when changing document
8157
8158 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8159
8160         * shell/ev-stock-icons.c:
8161         * shell/ev-stock-icons.h:
8162         * shell/ev-window.c:
8163         
8164         Add stock icons for actions that can appear in toolbar. Fix for
8165         bug 306566.
8166
8167 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8168
8169         * backend/ev-page-cache.c: (ev_page_cache_finalize),
8170         (_ev_page_cache_new), (ev_page_cache_get_max_width),
8171         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
8172         * backend/ev-page-cache.h:
8173         * shell/ev-view.c: (scroll_to_current_page),
8174         (view_update_range_and_current_page), (get_page_y_offset),
8175         (get_page_extents), (ev_view_size_request_continuous_dual_page),
8176         (ev_view_size_request_continuous),
8177         (ev_view_zoom_for_size_continuous_and_dual_page),
8178         (ev_view_zoom_for_size_continuous):
8179         
8180         More compact EvView layout in document with pages of different size.
8181
8182 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
8183
8184         * shell/ev-window.c (ev_window_cmd_file_properties): fix
8185         compilation.
8186
8187 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8188
8189         * shell/ev-view.c: (view_set_adjustment_values):
8190         * shell/ev-window.c: (ev_window_cmd_file_properties):
8191         
8192         A bit different fix for rounding problem but it has no
8193         problems on startup. Make properties window transient to parent.
8194
8195 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8196
8197         * pdf/ev-poppler.cc:
8198         
8199         More commenting of font stuff.
8200
8201 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8202
8203         * pdf/ev-poppler.cc:
8204
8205         Comment out some more fonts stuff. Should really
8206         work without the poppler patch now.
8207
8208 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8209
8210         * pdf/ev-poppler.cc:
8211
8212         Adapt to api change
8213
8214 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8215
8216         * data/evince-properties.glade:
8217         * pdf/ev-poppler.cc:
8218         * shell/ev-properties.c: (setup_fonts_view):
8219
8220         Set the column title. Show the dialog only
8221         once everything is setup.
8222         Getting font info can be very slow... will
8223         prolly need to make this threaded too.
8224
8225 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8226
8227         * backend/Makefile.am:
8228         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
8229         (ev_document_fonts_get_fonts_model):
8230         * backend/ev-document-fonts.h:
8231         * data/evince-properties.glade:
8232         * pdf/ev-poppler.cc:
8233         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
8234         * shell/ev-properties.h:
8235         * shell/ev-window.c: (ev_window_cmd_file_properties):
8236
8237         Implement fonts list. Defined out for now, since it depends
8238         on a not yet committed poppler patch.
8239
8240 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
8241
8242         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
8243         page + 1.
8244
8245         * shell/ev-window.c: Make sure we add the timeout when we get a
8246         focus-in event.
8247
8248         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
8249         adjustment->value before calculating the zoom factor to average
8250         out all of our rounding errors.  The page no longer 'drifts' when
8251         resizing.
8252
8253 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8254
8255         * data/evince-properties.glade:
8256         * shell/ev-properties.c: (ev_properties_format_date),
8257         (set_property):
8258         
8259         Labels don't expand when the dialogue is resized.
8260         strftime result needs to be converted to UTF-8. Thanks
8261         to Christian Persch <chpe@gnome.org>.
8262
8263 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8264
8265         * data/evince-properties.glade:
8266
8267         Hide the fonts tab
8268
8269 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8270
8271         * backend/ev-document-info.h:
8272         * backend/ev-document.c: (ev_document_info_free):
8273         * data/evince-properties.glade:
8274         * pdf/ev-poppler.cc:
8275         * ps/ps-document.c: (ps_document_get_info):
8276         * shell/ev-properties.c: (ev_properties_format_date),
8277         (set_property), (ev_properties_new):
8278         * shell/ev-properties.h:
8279         * shell/ev-window.c: (ev_window_cmd_file_properties):
8280
8281         Rework properties code to take only EvPropertyInfo
8282         in the constructor so that it can be useful for
8283         nautilus plugin too.
8284
8285         Deal with backends that doesnt support some properties.
8286         Make set property code generic.
8287
8288 2005-06-04  Christian Persch <chpe@gnome.org>
8289
8290         * data/evince-properties.glade:
8291
8292         fix spacings, make resizeable, and make data labels
8293         selectable + ellipsised
8294
8295 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
8296
8297         * backend/ev-document-info.h:
8298         * data/Makefile.am:
8299         * data/evince-ui.xml:
8300         * pdf/ev-poppler.cc:
8301         * shell/Makefile.am:
8302         * shell/ev-window.c: (update_action_sensitivity),
8303         (ev_window_cmd_file_properties):
8304
8305         Initial go at file properties. Patch by
8306         Emil Soleyman-Zomalan <emil@soleyman.com>.
8307         Needs love see #169583
8308
8309 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
8310
8311         * ps/ps-document.c: (output):
8312         * ps/ps.c: (psscan):
8313
8314         Try to render even if psscan fails.
8315
8316 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8317
8318         * ps/ps.c: (psscan), (pscopydoc):
8319
8320         Port buffered reading code from gv
8321
8322 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8323
8324         * ps/ps-document.c: (interpreter_message), (output):
8325
8326         Do not fail on interpreter messages
8327
8328 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8329
8330         * backend/ev-document-misc.c:
8331         (ev_document_misc_get_thumbnail_frame):
8332
8333         Pages can be 0 x 0, dont assert on this case
8334
8335 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8336
8337         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8338         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
8339
8340         Correctly manage our reference on document. Finally the reload
8341         huge leak is gone...
8342
8343 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8344
8345         * ps/ps-document.c: (ps_document_dispose):
8346
8347         Forgot to chain it to the parent. Thanks chpe.
8348
8349 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8350
8351         * ps/ps-document.c: (ps_document_dispose),
8352         (ps_document_class_init), (stop_interpreter), (document_load):
8353
8354         Cleanup dispose a bit. Dont leak the whole pixmap.
8355
8356 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8357
8358         * pdf/ev-poppler.cc:
8359
8360         Release the poppler document on dispose
8361
8362 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8363
8364         * shell/ev-view.c: (ev_view_set_document):
8365
8366         Release ref on the pixbuf cache when changing
8367         document.
8368
8369 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8370
8371         * ps/ps-document.c: (ps_document_get_info):
8372
8373         Fix a double free
8374
8375 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8376
8377         * backend/ev-page-cache.c: (ev_page_cache_init),
8378         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
8379         * backend/ev-page-cache.h:
8380         * shell/ev-page-action.c: (page_changed_cb):
8381         
8382         Set page action entry width depending on labels width. Fix
8383         for bug 305202.
8384
8385 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
8386
8387         * backend/ev-link.c: (ev_link_class_init):
8388
8389         Allow -1 as page value (error)
8390
8391 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8392
8393         * shell/ev-sidebar-thumbnails.c:
8394         (ev_sidebar_thumbnails_set_document):
8395         * shell/ev-view.c: (scroll_to_current_page),
8396         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
8397         (page_changed_cb), (on_adjustment_value_changed),
8398         (ev_view_set_document):
8399
8400         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
8401         Fix bug 305377
8402
8403 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8404
8405         * configure.ac:
8406         * djvu/djvu-document.c: (djvu_document_get_page_size):
8407
8408         Require djvulibre CVS. Now djvu loading is much faster. Fix for
8409         bug 301993.
8410
8411 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
8412
8413         * shell/ev-view.c (draw_one_page): modify the expose handling to
8414         get the shadows.
8415
8416         * shell/ev-window.c (update_action_sensitivity): Respect
8417         permissions field.  Kowtow to the man.
8418
8419         * pdf/ev-poppler.cc: Get the permissions field.
8420
8421         * tiff/*c: Make a tiny bit more robust.
8422
8423 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8424
8425         * djvu/djvu-document.c:
8426         
8427         Pop messages from djvu context message queue.
8428
8429 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8430
8431         * configure.ac, Makefile.am, shell/Makefile.am:
8432         * tiff/Makefile.am, shell/ev-document-types.c:
8433         
8434         Cleanup tiff configure checks. Fix for bug 305218.
8435
8436 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
8437
8438         * configure.ac: Added "uk" to ALL_LINGUAS.
8439
8440 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8441
8442         * cut-n-paste/zoom-control/ephy-zoom.c:
8443         (ephy_zoom_get_changed_zoom_level):
8444         * cut-n-paste/zoom-control/ephy-zoom.h:
8445         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
8446         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
8447         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
8448         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
8449         (zoom_control_changed_cb), (ev_window_init):
8450         
8451         Fix minor points related to moving best fit up. Introduce
8452         "zoom" property and make zoom control change it's value on
8453         notify::zoom signals. Fix for 305080.
8454
8455 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8456
8457         * data/evince-ui.xml:
8458         * shell/ev-window.c: (set_view_actions_sensitivity):
8459         
8460         Use + and - as accels for zoom in and zoom out. Fix for 305001.
8461
8462 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8463
8464         * configure.ac:
8465
8466         Depends on poppler 0.3.2
8467
8468 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8469
8470         * cut-n-paste/recent-files/egg-recent-item.c:
8471         (egg_recent_item_get_short_name):
8472         * cut-n-paste/toolbar-editor/Makefile.am:
8473         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8474         (new_pixbuf_from_widget):
8475         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8476         * cut-n-paste/toolbar-editor/egg-marshal.c:
8477         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8478         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8479
8480         Sync
8481
8482 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
8483
8484         * tiff/tiff-document.c: Rough TIFF backend.
8485
8486 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8487
8488         * NEWS:
8489         * configure.ac:
8490         * cut-n-paste/toolbar-editor/Makefile.am:
8491
8492         Release 0.3.1
8493
8494 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8495
8496         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
8497         (ev_view_find_next), (ev_view_find_previous):
8498
8499         Remove the locks around get_n_results   
8500
8501 2005-05-21  Juerg Billeter  <j@bitron.ch>
8502
8503         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
8504
8505         Pass correct number of pages to poppler.
8506
8507 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8508
8509         * configure.ac:
8510         * data/Makefile.am:
8511         * data/evince.desktop.in: 
8512         * data/evince.desktop.in.in:
8513         * po/POTFILES.in:
8514         
8515         Add conditionally dvi and djvu to desktop types. Fix for 304658.
8516
8517 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
8518
8519         * shell/ev-view.c: (view_update_adjustments),
8520         (view_set_adjustment_values): cast adjustmen->value to (int)
8521         before using it.  Otherwise, we get off by a pixel in some
8522         situations.
8523
8524         (draw_one_page): Draw the border on expose.
8525
8526 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
8527
8528         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
8529         adjustment when the mode changes, #304923
8530
8531 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8532
8533         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
8534         flickering on resize but still use gdk_window_scroll on
8535         scrolling
8536
8537 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
8538
8539         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
8540         option, #170458
8541
8542 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
8543
8544         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
8545         second page on page_changed if possible, #304669
8546
8547 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
8548
8549         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
8550         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
8551
8552 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
8553
8554         * .cvsignore:
8555         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
8556         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8557         (ev_view_zoom_for_size_presentation),
8558         (ev_view_zoom_for_size_continuous_and_dual_page),
8559         (ev_view_zoom_for_size_continuous),
8560         (ev_view_zoom_for_size_dual_page),
8561         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
8562         * shell/ev-view.h:
8563         * shell/ev-window.c: (update_view_size),
8564         (ev_window_sizing_mode_changed_cb):
8565
8566         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
8567         the scrollbars.  It's not 100% right, but it's much closer.  Kills
8568         an infinite loop, #304769
8569
8570
8571 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8572
8573         * data/evince-ui.xml:
8574         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
8575         * shell/ev-window.c: (set_view_actions_sensitivity):
8576
8577         Make PgUp/Down behave like Space
8578
8579 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8580
8581         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8582         * backend/ev-ps-exporter.h:
8583         * pdf/ev-poppler.cc:
8584         * ps/ps-document.c: (ps_document_ps_export_begin):
8585         * shell/ev-print-job.c: (idle_print_handler):
8586
8587         Adapt to new poppler api
8588
8589 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8590
8591         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8592         (ephy_zoom_control_init):
8593
8594         Translate zoom levels
8595
8596 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8597
8598         * cut-n-paste/zoom-control/ephy-zoom.c:
8599         (ephy_zoom_get_zoom_level_index):
8600
8601         Fix current zoom -> zoom control match
8602
8603 2005-05-18  James Bowes  <bowes@cs.dal.ca>
8604
8605         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
8606         rather than the scrolled_window that it's in. Fixes bug #304655.
8607
8608 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
8609
8610         * shell/ev-view.c: (view_update_adjustments),
8611         (view_set_adjustment_values), (view_update_range_and_current_page),
8612         (view_scroll_to_page), (set_scroll_adjustment),
8613         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
8614         (ev_view_scroll), (ev_view_scroll_view),
8615         (ensure_rectangle_is_visible), (find_page_at_location),
8616         (get_link_at_location), (go_to_link), (status_message_from_link),
8617         (ev_view_size_request_continuous_dual_page),
8618         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
8619         (ev_view_unrealize), (ev_view_expose_event),
8620         (ev_view_button_press_event), (ev_view_motion_notify_event),
8621         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
8622         (draw_rubberband), (highlight_find_results), (draw_one_page),
8623         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
8624         (ev_view_init), (find_changed_cb), (page_changed_cb),
8625         (on_adjustment_value_changed), (ev_view_new),
8626         (ev_view_set_document), (ev_view_set_zoom),
8627         (ev_view_set_continuous), (ev_view_set_dual_page),
8628         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
8629         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8630         (ev_view_zoom_for_size_presentation),
8631         (ev_view_zoom_for_size_continuous_dual_page),
8632         (ev_view_zoom_for_size_continuous),
8633         (ev_view_zoom_for_size_dual_page),
8634         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8635         (ev_view_get_status), (ev_view_set_status),
8636         (update_find_status_message), (ev_view_get_find_status),
8637         (ev_view_set_find_status), (jump_to_find_result),
8638         (jump_to_find_page), (compute_selections), (clear_selection),
8639         (ev_view_select_all), (get_selected_text), (ev_view_copy),
8640         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
8641         (ev_view_update_primary_selection),
8642         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
8643         * shell/ev-view.h:
8644         * shell/ev-window.c: (ev_window_open_page_label),
8645         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
8646         (ev_window_init):
8647         * shell/ev-window.h:
8648         * shell/main.c: (load_files):
8649
8650         Massive code clean up from Nickolay Shmyrev.  Keep page offset
8651         when resizing.  Remove the bin_window().  Also, patch from James
8652         Bowes to fix command line page, #300641
8653         
8654 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
8655
8656         * data/evince-ui.xml:
8657         * shell/ev-view.c:
8658         * shell/ev-view.h:
8659         * shell/ev-window.c: (update_action_sensitivity):
8660
8661         Get rid of View->Normal Size, it's just confusing
8662
8663 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
8664
8665         * backend/ev-document-info.h:
8666         * backend/ev-document.c: (ev_document_info_free): Free the
8667         EvDocumentInfo.
8668
8669         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
8670         (clear_range), (add_range), (update_visible_range),
8671         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
8672         (ev_sidebar_thumbnails_set_document):
8673         * shell/ev-window.c: (ev_window_setup_document): Only render the
8674         visible thumbnails.  It takes an instant to render, but it uses
8675         much less memory.
8676
8677 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8678
8679         * shell/ev-sidebar-links.c: (popup_menu_cb):
8680
8681         Select first item
8682
8683 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8684
8685         * lib/Makefile.am:
8686         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
8687         (button_press_cb), (ev_sidebar_links_construct):
8688
8689         Show the popup menu also on keybindings
8690
8691 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8692
8693         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
8694         * shell/ev-window.h:
8695
8696         Expose api to print a range (with dialog). Make private _print use
8697         it.
8698
8699         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
8700         (ev_sidebar_links_construct):
8701
8702         Show a print context menu on linkx, it prints the selected
8703         section.
8704
8705 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
8706
8707         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
8708         button.
8709
8710 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
8711
8712         * AUTHORS:
8713
8714         Update
8715
8716         * shell/ev-window.c: (build_comments_string),
8717         (ev_window_cmd_help_about):
8718
8719         Show poppler version/backend and authors
8720
8721 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8722
8723         * cut-n-paste/zoom-control/ephy-zoom.c:
8724         (ephy_zoom_get_zoom_level_index):
8725         * cut-n-paste/zoom-control/ephy-zoom.h:
8726
8727         Move the best fit items at the top of the list
8728
8729 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8730
8731         * shell/ev-marshal.list:
8732         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
8733         (activate_cb), (match_selected_cb), (activate_link_cb),
8734         (connect_proxy), (ev_page_action_class_init):
8735         * shell/ev-page-action.h:
8736
8737         Use signals to notify action activation. Hopefully
8738         I did not break completion since I cant test...
8739
8740         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
8741         (register_custom_actions):
8742
8743         Connect to page selector actions and also grab focus on
8744         the view when activated.
8745
8746 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
8747
8748         * pdf/ev-poppler.cc:
8749         * backend/ev-page-cache.c: make page size calculation consistent
8750         and set it to (int)( width * scale + 0.5).  This makes the weird
8751         line going through the middle of the page go away.
8752
8753         * shell/ev-view.c: move painting the background page after
8754         checking the expose area covers us.
8755
8756 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8757
8758         * data/evince-password.glade:
8759         
8760         Mark labels as not translatable. Fix for bug 302842.
8761
8762 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
8763
8764         * configure.ac: Added "es" to ALL_LINGUAS.
8765
8766 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8767
8768         * data/evince-toolbar.xml:
8769         * shell/ev-window.c: (update_action_sensitivity),
8770         (ev_window_setup_document), (ev_window_set_page_mode),
8771         (ev_window_init):
8772
8773         Remove some leftover code from jrb first continous
8774         attempt. Use the new actions, we still need good icons
8775         though...
8776
8777 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8778
8779         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
8780
8781         Update label when connecting proxy. Fix a warning with NULL
8782         page_cache.
8783
8784 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8785
8786         * data/evince-ui.xml:
8787         * shell/ev-page-action.c: (ev_page_action_grab_focus):
8788         * shell/ev-page-action.h:
8789         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
8790
8791         Add mnemonic for edit toolbar.
8792         ctrl+l focus the page entry.
8793
8794 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8795
8796         * lib/Makefile.am:
8797         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
8798         (ev_window_init):
8799         * shell/main.c: (main):
8800
8801         Put the toolbar xml in evince own dot dir
8802
8803 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8804
8805         * shell/ev-window.c: (ev_window_init):
8806
8807         Make the toolbar not removable
8808
8809 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8810
8811         * data/evince-ui.xml:
8812         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
8813         * shell/ev-sidebar-links.h:
8814         * shell/ev-sidebar-thumbnails.c:
8815         (ev_sidebar_thumbnails_get_treeview):
8816         * shell/ev-sidebar-thumbnails.h:
8817         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
8818         (ev_view_class_init):
8819         * shell/ev-view.h:
8820         * shell/ev-window.c: (update_action_sensitivity),
8821         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
8822         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
8823         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
8824         (ev_window_init):
8825
8826         This is evil... Make space/backspace global accelerators but
8827         enable them only for some widgets (sidebars and view).
8828         I dont like it, but I dont know a better way... :/
8829
8830 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8831
8832         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
8833         (ev_page_action_widget_finalize),
8834         (ev_page_action_widget_class_init), (update_page_cache):
8835
8836         Keep a weak reference on proxy->page_cache so that we
8837         dont try to disconnect the signal if the object is already
8838         gone. Maybe there is a better way to cleanup reference handling
8839         in page action though...
8840
8841 2005-05-10  Juerg Billeter  <j@bitron.ch>
8842
8843         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8844         * backend/ev-ps-exporter.h:
8845         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
8846         * ps/ps-document.c: (ps_document_ps_export_begin):
8847         
8848         Change api to pass print range to ps_exporter_begin. The pdf backend
8849         requires this information.
8850         
8851         * shell/ev-print-job.c: (idle_print_handler):
8852         
8853         Adapt to api change
8854
8855 2005-05-10  Juerg Billeter  <j@bitron.ch>
8856
8857         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
8858         (idle_print_handler)
8859         * shell/ev-window.c: (ev_window_print):
8860
8861         Support printing page range, based on patch by Amaury Jacquot
8862
8863 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8864
8865         * data/evince-toolbar.xml:
8866
8867         Add zoom control to available items
8868
8869 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8870
8871         * shell/ev-window.c: (update_action_sensitivity):
8872
8873         Set slash action insensitive when appropriate
8874
8875 2005-05-10  Christian Persch <chpe@gnome.org>
8876
8877         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
8878
8879         Fix warning on the overflow menu
8880
8881 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8882
8883         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
8884
8885         Check for uri correctness/existence
8886
8887 2005-05-09  Juerg Billeter  <j@bitron.ch>
8888
8889         * shell/ev-window.c: (using_postscript_printer):
8890
8891         LPD printers use postscript, too
8892
8893 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8894
8895         * shell/ev-window.c: (register_custom_actions):
8896
8897         The zoom one is actually sort of useful,
8898         put it back
8899
8900 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8901
8902         * shell/ev-window.c: (register_custom_actions):
8903
8904         Hide page/zoom controls from overflow, they
8905         are useless.
8906
8907 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8908
8909         * cut-n-paste/update-from-egg.sh:
8910         
8911         Share it between all cut-n-paste subdirs
8912
8913         * cut-n-paste/recent-files/Makefile.am:
8914
8915         Fix to use "global" update-from-egg.sh
8916
8917         * cut-n-paste/recent-files/egg-recent-model.c:
8918         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
8919         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8920         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
8921         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
8922
8923         Update from libegg
8924
8925         * cut-n-paste/toolbar-editor/Makefile.am:
8926
8927         Fix to use "global" update-from-egg.sh
8928
8929         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8930
8931         Update from libegg
8932
8933 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
8934
8935         * configure.ac:
8936         * cut-n-paste/Makefile.am:
8937         * cut-n-paste/recent-files/Makefile.am:
8938         * cut-n-paste/toolbar-editor/.cvsignore:
8939         * cut-n-paste/toolbar-editor/Makefile.am:
8940         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8941         (egg_editable_toolbar_get_type), (get_toolbar_position),
8942         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
8943         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
8944         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
8945         (set_item_drag_source), (create_item_from_action), (create_item),
8946         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
8947         (popup_toolbar_context_menu_cb), (free_dragged_item),
8948         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
8949         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
8950         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
8951         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
8952         (item_added_cb), (item_removed_cb),
8953         (egg_editable_toolbar_construct),
8954         (egg_editable_toolbar_disconnect_model),
8955         (egg_editable_toolbar_deconstruct),
8956         (egg_editable_toolbar_set_model),
8957         (egg_editable_toolbar_set_ui_manager),
8958         (egg_editable_toolbar_set_property),
8959         (egg_editable_toolbar_get_property),
8960         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
8961         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
8962         (egg_editable_toolbar_new_with_model),
8963         (egg_editable_toolbar_get_edit_mode),
8964         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
8965         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
8966         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
8967         (new_pixbuf_from_widget), (new_separator_pixbuf),
8968         (update_separator_image), (style_set_cb),
8969         (_egg_editable_toolbar_new_separator_image),
8970         (egg_editable_toolbar_get_model):
8971         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8972         * cut-n-paste/toolbar-editor/egg-marshal.c:
8973         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8974         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
8975         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
8976         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
8977         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
8978         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
8979         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
8980         (editor_drag_data_delete_cb), (drag_data_get_cb),
8981         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
8982         (editor_create_item), (update_editor_sheet), (setup_editor),
8983         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
8984         (parse_item_list), (model_has_action), (update_actions_list),
8985         (egg_toolbar_editor_load_actions):
8986         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
8987         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8988         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
8989         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
8990         (toolbars_item_new), (free_toolbar_node), (free_item_node),
8991         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
8992         (egg_toolbars_model_add_separator), (impl_add_item),
8993         (parse_item_list), (egg_toolbars_model_add_toolbar),
8994         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
8995         (impl_get_item_data), (impl_get_item_type),
8996         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
8997         (egg_toolbars_model_init), (free_toolbar),
8998         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
8999         (egg_toolbars_model_remove_toolbar),
9000         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
9001         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
9002         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
9003         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
9004         (egg_toolbars_model_get_item_data),
9005         (egg_toolbars_model_get_item_type):
9006         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9007         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9008         * data/Makefile.am:
9009         * data/evince-toolbar.xml:
9010         * data/evince-ui.xml:
9011         * data/hand-open.png:
9012         * po/POTFILES.in:
9013         * shell/Makefile.am:
9014         * shell/ev-window.c: (update_chrome_visibility),
9015         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
9016         (ev_window_dispose), (ev_window_init):
9017
9018         Implement epiphany like toolbar editor. Based on patch by
9019         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9020
9021 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9022
9023         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
9024
9025         Use set_cursor instead of set_selection, so that
9026         the keyboard focus moves too.
9027
9028 2005-05-09  Aleksey Kliger <akliger@gmail.com>
9029
9030         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
9031
9032         Fix infinite loop when loading Type1 fonts
9033
9034 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9035
9036         * data/evince-ui.xml:
9037         * shell/ev-window.c:
9038
9039         Slash -> Find
9040
9041 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
9042
9043         * configure.ac:
9044
9045         Make --disable really disable
9046
9047 2005-05-07  Juerg Billeter  <j@bitron.ch>
9048
9049         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
9050
9051         Compare page labels even without has_labels set, fixes setting page
9052         with entry
9053
9054 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9055
9056         * shell/ev-view.c: (ev_view_create_invisible_cursor),
9057         (ev_view_set_cursor), (ev_view_button_press_event),
9058         (ev_view_motion_notify_event), (ev_view_button_release_event),
9059         (ev_view_init):
9060
9061         Implement middle button scrolling. Based on a patch
9062         by Tommi Komulainen <tommi.komulainen@iki.fi>.
9063
9064 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
9065
9066         * shell/ev-document-types.c: (get_slow_mime_type),
9067         (get_document_type_from_mime), (ev_document_type_lookup):
9068         * shell/ev-document-types.h:
9069
9070         Change api to lookup from uri. Do fast lookup first, if the
9071         type is unknown try with data sniffing.
9072
9073         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
9074         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9075
9076         Adapt to api change
9077
9078 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9079
9080         * thumbnailer/Makefile.am:
9081
9082         Fix distcheck
9083
9084 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9085
9086         * NEWS:
9087         * configure.ac:
9088
9089         Release 0.3.0
9090
9091         * data/evince-ui.xml:
9092
9093         Hide presentation mode for now
9094
9095         * shell/ev-view.c: (highlight_find_results):
9096
9097         Show current find selection only on current page
9098
9099 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9100
9101         * shell/ev-view.c: (ev_view_select_all):
9102
9103         Compute size of the actual page, not of
9104         the current one.
9105
9106 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9107
9108         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
9109         (view_rect_to_doc_rect), (compute_selections),
9110         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
9111         (ev_view_copy), (ev_view_primary_get_cb),
9112         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
9113         (ev_view_button_press_event), (ev_view_motion_notify_event),
9114         (ev_view_button_release_event), (page_changed_cb):
9115
9116         Fix text selection
9117
9118 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9119
9120         * shell/ev-view.c: (compute_border), (get_page_extents),
9121         (doc_rect_to_view_rect), (highlight_find_results),
9122         (ev_view_bin_expose), (ev_view_select_all),
9123         (ev_view_motion_notify_event), (update_find_status_message),
9124         (jump_to_find_result), (jump_to_find_page):
9125
9126         First go at fixing search, still buggy
9127
9128 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
9129
9130         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
9131         dropdown box and button at the top of the sidebar.
9132
9133 2005-05-02  James Bowes  <bowes@cs.dal.ca>
9134
9135         * configure.ac: Output zoom-control Makefile.
9136         * cut-n-paste/Makefile.am: build zoom-control subdir.
9137         * cut-n-paste/zoom-control/ephy-zoom-action.c:
9138         * cut-n-paste/zoom-control/ephy-zoom-action.h:
9139         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9140         * cut-n-paste/zoom-control/ephy-zoom-control.h:
9141         * cut-n-paste/zoom-control/ephy-zoom.c:
9142         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
9143         from epiphany, and modified to add a separator into the menu.
9144         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
9145         * data/evince-ui.xml: Replace old zoom toolbar actions with new
9146         zoom-control action.
9147         * shell/Makefile.am: Include zoom-control flags.
9148         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
9149         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
9150         (ev_view_zoom_for_size_presentation),
9151         (ev_view_zoom_for_size_continuous_and_dual_page),
9152         (ev_view_zoom_for_size_continuous),
9153         (ev_view_zoom_for_size_dual_page),
9154         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
9155         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
9156         ev_view_get_zoom and ev_view_get_sizing_mode.
9157         * shell/ev-view.h:
9158         * shell/ev-window.c: (update_action_sensitivity),
9159         (update_sizing_buttons), (zoom_control_changed_cb),
9160         (register_custom_actions): Initialize and use the zoom-control 
9161         widget.
9162
9163 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
9164
9165         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
9166         preview cache back to 1.  Don't know when it got set to 0.
9167         
9168         * shell/ev-view.c: (compute_border), (ev_view_realize),
9169         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
9170         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
9171         (ev_view_get_fullscreen), (ev_view_set_presentation),
9172         (ev_view_get_presentation), (ev_view_set_sizing_mode),
9173         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
9174         * shell/ev-view.h:
9175         * shell/ev-window.c:
9176         (update_chrome_visibility),
9177         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9178         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9179         (update_document_mode), (ev_window_update_fullscreen_action),
9180         (ev_window_fullscreen), (ev_window_unfullscreen),
9181         (ev_window_cmd_view_fullscreen),
9182         (ev_window_update_presentation_action),
9183         (ev_window_run_presentation), (ev_window_stop_presentation),
9184         (ev_window_cmd_view_presentation), (ev_window_state_event),
9185         (ev_window_focus_in_event), (ev_window_focus_out_event),
9186         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
9187         * data/evince-ui.xml: Initial presentation mode.  We should
9188         probably hide this until it's done, as it's quite rough.  Also,
9189         change full-screen to fullscreen and add two getters to EvView.
9190
9191 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9192
9193         * shell/ev-page-action.c: (update_page_cache),
9194         (ev_page_action_dispose):
9195         * shell/ev-window.c: (destroy_fullscreen_popup),
9196         (ev_window_create_fullscreen_popup):
9197
9198         Use connect_object rather than explicitly
9199         disconnect on dispose.
9200
9201 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9202
9203         * shell/ev-page-action.c: (update_page_cache),
9204         (ev_page_action_dispose):
9205
9206 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9207
9208         * backend/ev-page-cache.c: (_ev_page_cache_new),
9209         (ev_page_cache_set_page_label),
9210         (ev_page_cache_has_nonnumeric_page_labels):
9211         * backend/ev-page-cache.h:
9212         * shell/ev-page-action.c: (update_pages_label):
9213         
9214         If all page labels are numeric, fallback to default
9215         way to display number of pages. See bug 173185.
9216
9217 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9218
9219         * shell/ev-page-action.c: (ev_page_action_dispose):
9220         * shell/ev-view.c: (view_update_range_and_current_page):
9221         * shell/ev-window.c: (ev_window_dispose):
9222         
9223         Set page on scroll in continuous mode. Fixes bug 301986.
9224         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
9225
9226 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
9227
9228         * configure.ac:
9229
9230         Require poppler 0.3.0
9231
9232 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9233         
9234         * shell/Makefile.am, configure.ac: Fix build problems
9235         with t1lib. Bug 301996.
9236
9237 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9238
9239         * shell/ev-view.c: (ev_view_scroll_event):
9240         
9241         Scroll up increase zoom
9242
9243 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9244
9245         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
9246         (ev_view_set_sizing_mode),
9247         (ev_view_zoom_for_size_continuous_and_dual_page),
9248         (ev_view_zoom_for_size_continuous):
9249         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
9250         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
9251         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
9252         (ev_window_init):
9253
9254         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
9255         Fix for 165473 and 165472.
9256
9257 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9258
9259         * po/POTFILES.in:
9260         * thumbnailer/Makefile.am:
9261         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
9262         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
9263         * thumbnailer/evince-thumbnailer.schemas.in:
9264         
9265         Make thumbnailer schemas translatable. Fix for bug 301773
9266         
9267         * thumbnailer/evince-thumbnailer-djvu.schemas:
9268         * thumbnailer/evince-thumbnailer-dvi.schemas:
9269         * thumbnailer/evince-thumbnailer.schemas:
9270
9271         Removed files
9272
9273 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
9274
9275         * shell/ev-view.c (ev_view_init): forgot to set this.
9276
9277 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
9278
9279         * shell/ev-view.c: (find_page_at_location),
9280         (get_link_at_location),
9281         (ev_view_set_show_border), (ev_view_set_spacing),
9282         (ev_view_zoom_for_size_continuous_and_dual_page),
9283         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
9284         Also, add a quick fix measuring of widths.  Also, removed
9285         ev_view_set_spacing and ev_view_set_show_border.
9286         
9287         * shell/ev-window.c: (ev_window_unfullscreen),
9288         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
9289
9290 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9291
9292         * shell/ev-view.c: (view_update_range_and_current_page),
9293         (page_changed_cb):
9294         
9295         Fix crash on exit and scrolling to page in continuous view.
9296
9297 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
9298
9299         * TODO:
9300         * backend/ev-page-cache.c: (_ev_page_cache_new),
9301         (ev_page_cache_get_max_width_size),
9302         (ev_page_cache_get_max_height_size):
9303         * backend/ev-page-cache.h:
9304         * data/evince-ui.xml:
9305         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
9306         * shell/ev-view.c: (view_update_adjustments),
9307         (view_update_range_and_current_page), (get_bounding_box_size),
9308         (ev_view_size_request_continuous_and_dual_page),
9309         (ev_view_size_request_continuous),
9310         (ev_view_size_request_dual_page),
9311         (ev_view_size_request_single_page), (ev_view_size_request),
9312         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
9313         (ev_view_bin_expose), (ev_view_expose_event),
9314         (ev_view_set_property), (ev_view_get_property),
9315         (ev_view_class_init), (ev_view_init), (ev_view_new),
9316         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
9317         (ev_view_set_dual_page), (ev_view_set_full_screen),
9318         (ev_view_set_presentation), (ev_view_set_sizing_mode),
9319         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
9320         (ev_view_zoom_out), (zoom_for_size_fit_width),
9321         (zoom_for_size_best_fit),
9322         (ev_view_zoom_for_size_continuous_and_dual_page),
9323         (ev_view_zoom_for_size_continuous),
9324         (ev_view_zoom_for_size_dual_page),
9325         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9326         (ev_view_show_cursor), (ev_sizing_mode_get_type):
9327         * shell/ev-view.h:
9328         * shell/ev-window.c: (update_action_sensitivity),
9329         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9330         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9331         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
9332         (ev_window_cmd_view_zoom_out), (update_view_size),
9333         (ev_window_set_sizing_mode), (ev_window_init):
9334
9335         Add Continuous and Dual page modes.
9336
9337 2005-04-23  James Bowes  <bowes@cs.dal.ca>
9338
9339         * dvi/dvi-document.c: (dvi_document_load),
9340         (dvi_document_thumbnails_get_thumbnail),
9341         (dvi_document_init_params): Fix up some mixups between
9342         width and height to correct thumbnail rendering.
9343
9344 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9345
9346         * dvi/mdvi-lib/private.h:
9347         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
9348         
9349         Suppess output for kpathsea during font generation. Thanks to
9350         James Bowes
9351
9352 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
9353
9354         * NEWS:
9355         * configure.ac:
9356
9357         Release 0.2.1
9358
9359         * Makefile.am: fix distcheck.
9360
9361 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9362
9363         * shell/ev-sidebar-links.c: (selection_changed_callback),
9364         (update_page_callback), (row_activated_callback),
9365         (job_finished_callback), (ev_sidebar_links_set_document):
9366         
9367         Fix for bug #169901. Double click on links expands tree.
9368
9369 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
9370
9371         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
9372         hard-coded style. Fix for bug 170111
9373
9374 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
9375
9376         * shell/ev-view.c (highlight_find_results): Remove unnecessary
9377         locking.
9378
9379 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9380
9381         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
9382
9383 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
9384
9385         * pdf/ev-poppler.cc:
9386         * shell/ev-view.c: (highlight_find_results):
9387
9388         Fix find on single page documents
9389
9390 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9391
9392         * data/evince.schemas.in: fix for bug 301390
9393
9394 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9395
9396         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
9397         (ev_view_zoom_out), (ev_view_zoom_normal):
9398         * shell/ev-view.h:
9399         * shell/ev-window.c: (update_action_sensitivity),
9400         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9401         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
9402         (ev_window_cmd_view_normal_size):
9403
9404         Fix normal size zoom. Make zoom in/zoom out unsensitive when
9405         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
9406         better than oom. 
9407
9408 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9409
9410         * configure.ac:
9411
9412         Depend on 2.57, 2.59 doesnt seem to be necessary
9413
9414 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9415
9416         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
9417         (create_tool_item):
9418
9419         Put back total number of pages as (1 of 1234)
9420
9421 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
9422
9423         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
9424         remove the job.
9425
9426         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
9427         function.  This helps debugging.
9428
9429 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9430
9431         * djvu/djvu-document.c: (djvu_document_class_init),
9432         (djvu_document_get_info), (djvu_document_document_iface_init):
9433         * dvi/dvi-document.c: (dvi_document_class_init),
9434         (dvi_document_get_info), (dvi_document_document_iface_init):
9435
9436         Dummy implementation of get_info method for dvi and
9437         djvu. Fix crashes with those backends
9438
9439 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
9440
9441         * data/evince.desktop.in:
9442
9443         Add application/x-gzpostscript
9444
9445 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
9446
9447         * data/evince.schemas.in: Added real long descriptions, 
9448         closes bug 172496 
9449
9450         * README: Added actual text, closes bug 171869
9451
9452 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9453
9454         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9455
9456         Thumbnail page 0
9457
9458 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9459
9460         * backend/ev-document-info.h:
9461
9462         s/GDate */GDate so we can just use g_free
9463
9464 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9465
9466         * shell/ev-window.c: (update_document_mode),
9467         (ev_window_setup_document):
9468
9469         Show the window in fullscreen when specified by
9470         the document
9471
9472 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9473
9474         * backend/ev-document.c: (ev_document_class_init),
9475         (ev_document_get_info), (ev_document_render_pixbuf):
9476         * backend/ev-document.h:
9477         * backend/ev-page-cache.c: (_ev_page_cache_new):
9478         * pdf/ev-poppler.cc:
9479         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
9480         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
9481         * ps/ps-document.c: (ps_document_class_init), (document_load),
9482         (ps_document_get_info), (ps_document_document_iface_init):
9483
9484         Remove get_title from the interface, we can just use document info
9485
9486 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9487
9488         * backend/Makefile.am:
9489         * backend/ev-document.c: (ev_document_render_get_info):
9490         * backend/ev-document.h:
9491         * pdf/ev-poppler.cc:
9492
9493         Initial support for document info. Based on jrb patch.
9494
9495 2005-04-19  Paolo Borelli <pborelli@katamail.com>
9496
9497         * shell/ev-window.c: (ev_window_state_event),
9498         (ev_window_class_init), (ev_window_init):
9499         
9500         Doesn't show resize grip when maximized. See bug #301053
9501
9502 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9503
9504         * po/POTFILES.in:
9505         
9506         ev-sidebar-thumbnails now has translatable labels
9507         
9508         * shell/Makefile.am:
9509         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
9510         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
9511         (ev_sidebar_links_page_iface_init):
9512         * shell/ev-sidebar-links.h:
9513         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9514         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
9515         (ev_sidebar_page_get_label):
9516         * shell/ev-sidebar-page.h:
9517         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
9518         (ev_sidebar_thumbnails_set_document),
9519         (ev_sidebar_thumbnails_support_document),
9520         (ev_sidebar_thumbnails_get_label),
9521         (ev_sidebar_thumbnails_page_iface_init):
9522         * shell/ev-sidebar-thumbnails.h:
9523         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
9524         (ev_sidebar_set_document):
9525         * shell/ev-sidebar.h:
9526         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
9527         
9528         Small rework of sidebar code. Now sidebar pages should implement
9529         EvSidebarPage interface. That makes page management in EvSidebar
9530         easier. See bug #164811 for details
9531
9532 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9533
9534         * shell/ev-application.c: (ev_application_open):
9535         * shell/ev-document-types.c:
9536         
9537         Fix build error and small problem with application exit
9538
9539 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9540
9541         * thumbnailer/Makefile.am:
9542         * thumbnailer/evince-thumbnailer-djvu.schemas:
9543         * thumbnailer/evince-thumbnailer-dvi.schemas:
9544         
9545         Conditionally install schemas for djvu/dvi thumbnailer
9546
9547 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
9548
9549         * shell/ev-document-types.h: 
9550         * shell/ev-document-types.c: 
9551         New files, handling the mapping from mimetypes to backends
9552         
9553         * shell/ev-window.c: 
9554         * thumbnailer/evince-thumbnailer.c:     
9555         Use the ev-document-types code
9556         
9557         * shell/Makefile.am: 
9558         Added new convenience library libevbackendfactory_la, containing
9559         the new mimetype->backend logic; moved the backends into it.
9560
9561         * thumbnailer/Makefile.am:
9562         Make the thumbnailer link with the libevbackend.la convenience
9563         library, rather than having a duplicate of the backend logic here.
9564
9565 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
9566
9567         * shell/ev-stock-icons.c: constify some vars.
9568         * shell/ev-window.c: ditto.
9569
9570 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
9571
9572         * ps/ps-document.c (get_page_orientation):
9573
9574         Respect document orientation 
9575
9576 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9577
9578         * djvu/Makefile.am:
9579         * dvi/Makefile.am:
9580         * shell/Makefile.am:
9581         
9582         Move library dependencies to components.
9583         
9584         * shell/ev-window.c: (update_window_title),
9585         (start_loading_document):
9586         
9587         Fix display of uris with spaces. Bug 168358.
9588
9589 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
9590
9591         * shell/ev-sidebar-links.c: (selection_changed_cb):
9592         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
9593         (ev_view_button_release_event), (ev_view_set_document):
9594         * shell/ev-view.h:
9595         * shell/ev-window.c: (find_bar_search_changed_cb):
9596         * shell/ev-window.h: Minor cleanups removing some dead code.
9597
9598 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9599
9600         * backend/ev-page-cache.c: (_ev_page_cache_new):
9601         
9602         Set current page to 0 if document has pages.
9603
9604 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9605
9606         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9607
9608         Initialize GError to NULL, fix a crash when loading fails.
9609
9610 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9611
9612         * shell/ev-window.c: (update_view_size):
9613
9614         Calculate shadow size only when there is actually
9615         a shadow.
9616
9617 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9618
9619         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
9620         * shell/ev-view.h:
9621
9622         Allow setting view spacing, default to 0
9623
9624         * shell/ev-window.c: (ev_window_unfullscreen),
9625         (ev_window_cmd_view_fullscreen), (ev_window_init):
9626
9627         Remove spacing in fullscreen mode
9628
9629 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9630
9631         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
9632         (ev_view_size_request), (expose_bin_window),
9633         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
9634         * shell/ev-view.h:
9635         * shell/ev-window.c: (ev_window_unfullscreen),
9636         (ev_window_cmd_view_fullscreen):
9637
9638         Do not draw the border in fulscreen
9639
9640 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9641
9642         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
9643         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
9644         (find_page_at_location), (page_changed_cb):
9645
9646         Rework border calculation, so that I can more easily disable it.
9647         Code somewhat cleaner too.
9648
9649 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9650
9651         * backend/ev-page-cache.c: (ev_page_cache_init),
9652         (_ev_page_cache_new):
9653
9654         Remove some assertions, documents can have 0 pages.
9655         Make initial current page -1.
9656
9657         * shell/ev-page-action.c: (page_changed_cb):
9658
9659         Show "" if current page is -1
9660
9661         * shell/ev-window.c: (update_action_sensitivity),
9662         (ev_window_setup_document):
9663
9664         When document has 0 pages do not set the view
9665         and make nearly everything insensitive.
9666
9667 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9668
9669         * shell/ev-page-view.c:
9670         * shell/ev-page-view.h:
9671
9672         Remove unused files.
9673         
9674         * shell/ev-sidebar-thumbnails.c:
9675         (ev_sidebar_thumbnails_set_document):
9676         * shell/ev-sidebar.c: (ev_sidebar_set_document),
9677         (ev_sidebar_supports_document):
9678         * shell/ev-sidebar.h:
9679         * shell/ev-window.c: (ev_window_setup_document):
9680         
9681         Doesn't show thumbnails if document has 1 page. Make
9682         sidebar menu entries sensitive only if if they have 
9683         sense. Fix bug 164811. 
9684
9685 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9686
9687         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
9688         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
9689         (ev_view_zoom_out), (ev_view_set_size):
9690
9691         Rework sizing to deal with documents with not uniform page
9692         size.
9693
9694 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9695
9696         * backend/ev-page-cache.c: (_ev_page_cache_new):
9697
9698         Fix several page size caching bugs
9699
9700 2005-04-15  Luca Ferretti <elle.uca@libero.it>
9701
9702         * shell/ev-window.c: (set_action_properties):
9703
9704         Make all toolbar items translatable
9705
9706 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9707
9708         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
9709         (save_page_list), (ps_document_save),
9710         (ps_document_document_iface_init), (ps_document_ps_export_begin),
9711         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
9712         (ps_document_ps_exporter_iface_init):
9713         * ps/ps-document.h:
9714
9715         Based on a patch by J�rg Billeter <j@bitron.ch>
9716         
9717         Implement print and save a copy for the ps backend.
9718
9719 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
9720
9721         * backend/ev-document.h:
9722         * djvu/djvu-document.c: (djvu_document_can_get_text),
9723         (djvu_document_document_iface_init):
9724         * dvi/dvi-document.c: (dvi_document_can_get_text),
9725         (dvi_document_document_iface_init):
9726         * pdf/ev-poppler.cc:
9727         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
9728         (pixbuf_document_document_iface_init):
9729         * ps/ps-document.c: (ps_document_can_get_text),
9730         (ps_document_document_iface_init):
9731         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
9732         * shell/ev-window.c: (update_action_sensitivity):
9733
9734         Fix the crash when trying to copy in backends that doesnt
9735         support it. We can implement a better solution once we
9736         do real text selection.
9737
9738 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
9739
9740         * data/evince-ui.xml:
9741         * shell/ev-window.c: (ev_window_cmd_escape):
9742         
9743         Work around the Escape conflict (find bar and unfullscreen)
9744
9745 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9746
9747         * backend/ev-page-cache.c: (ev_page_cache_next_page):
9748         
9749         Fix for #300233. Next page correctly handles document end.
9750         
9751         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9752         (ev_sidebar_thumbnails_class_init),
9753         (ev_sidebar_thumbnails_set_document),
9754         (ev_sidebar_thumbnails_clear_job),
9755         (ev_sidebar_thumbnails_clear_model):
9756         
9757         Cleanup thumbnail jobs on document changes.
9758         
9759         * shell/ev-view.c: (add_scroll_binding_keypad),
9760         (add_scroll_binding_shifted), (ev_view_class_init):
9761         
9762         Shift + Space scrolls up. Fix for #173184
9763         
9764         * shell/ev-window.c: (ev_window_open_page),
9765         (ev_window_cmd_view_reload):
9766         
9767         Fix reload (Bug #300094)
9768
9769 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9770
9771         
9772         * dvi/mdvi-lib/assoc.c:
9773         * dvi/mdvi-lib/assoc.h: Removed garbage files
9774         
9775         * dvi/mdvi-lib/bitmap.c:
9776         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
9777         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
9778         * dvi/mdvi-lib/color.h: Antialias of rules
9779         
9780         * dvi/mdvi-lib/common.h:
9781         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
9782         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
9783         * dvi/mdvi-lib/files.c:
9784         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
9785         * dvi/mdvi-lib/mdvi.h:
9786         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9787         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
9788         * dvi/mdvi-lib/util.c: Fix compile warnings
9789         
9790         * dvi/dvi-document.c:
9791         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
9792         (dvi_document_thumbnails_get_thumbnail),
9793         (dvi_document_document_thumbnails_iface_init):
9794         * dvi/mdvi-lib/Makefile.am:
9795         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9796         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
9797         
9798         Dvi backend now renders thumbnails
9799
9800 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
9801
9802         * shell/main.c: (main): 
9803         
9804         Save accelerators on exit. Fixes bug #172095.
9805
9806 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
9807
9808         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
9809         update priority" comment.
9810
9811         * backend/ev-job-queue.c: Give a way to change priority.
9812
9813 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
9814
9815         * shell/ev-page-action.c: Fix logic.
9816
9817 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9818
9819         * shell/ev-view.c: (ev_view_can_find_next):
9820         * shell/ev-window.c: (ev_window_setup_document):
9821
9822         Check that the document supports find
9823
9824 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9825
9826         * data/evince-ui.xml:
9827         * shell/ev-view.c: (ev_view_can_find_next):
9828         * shell/ev-view.h:
9829         * shell/ev-window.c: (update_action_sensitivity),
9830         (find_changed_cb), (ev_window_setup_document),
9831         (ev_window_cmd_edit_find_next):
9832
9833         Add Edit->Find Next
9834
9835 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9836
9837         * pdf/ev-poppler.cc:
9838         * shell/ev-print-job.c: (idle_print_handler):
9839
9840         Make printing work again
9841
9842 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
9843
9844         * shell/ev-page-action.h:
9845         * shell/ev-page-action.c: (ev_page_action_widget_init),
9846         (ev_page_action_widget_class_init), (page_changed_cb),
9847         (create_tool_item), (update_page_cache), (build_new_tree_cb),
9848         (get_filter_model_from_model), (match_selected_cb),
9849         (display_completion_text), (match_completion), (update_model),
9850         (connect_proxy), (ev_page_action_set_property),
9851         (ev_page_action_get_property), (ev_page_action_set_document),
9852         (ev_page_action_set_model), (ev_page_action_class_init): Big
9853         reworking to make completions work iff we have >= GTK-2.7.0
9854                 
9855         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
9856         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
9857         (job_finished_cb): We now have a 'model' property that is set when
9858         the links are loaded.  This can be caught with "notify::model"
9859
9860         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
9861         listen for the model to be set, and propagate it to the action.
9862
9863 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9864
9865         * cut-n-paste/recent-files/egg-recent-item.c:
9866         (egg_recent_item_set_uri), (make_valid_utf8),
9867         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
9868         * cut-n-paste/recent-files/egg-recent-item.h:
9869         
9870         Update egg-recent from libegg. This should fix long
9871         startup problem. For details see
9872         http://bugzilla.gnome.org/show_bug.cgi?id=160531
9873
9874 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9875
9876         * cut-n-paste/recent-files/Makefile.am:
9877         * data/evince-ui.xml, shell/Makefile.am:
9878         * shell/ev-application.c, shell/ev-application.h:
9879         * shell/ev-window.c: Recent files support.
9880         
9881         * configure.ac: Added "ru" to ALL_LINGUAS.
9882         
9883         * dvju: new backend to support DJVU files.
9884         * dvi: new backend to support DVI.
9885
9886         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
9887         * ev-application.c: Support for new backends.
9888         
9889         * help, ev-window.c, main.c shell/Makefile.am: 
9890         Evince user documentation.
9891
9892 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9893
9894         * po/POTFILES.in:
9895         * shell/ev-window.c:
9896         * thumbnailer/evince-thumbnailer.c:
9897
9898         s/pdf-document/ev-poppler
9899
9900 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9901
9902         * NEWS:
9903         * configure.ac:
9904
9905         Release 0.2.0
9906
9907         * ps/ps-document.c: (setup_pixmap):
9908
9909         Remove debug code
9910
9911 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
9912
9913         * backend/ev-page-cache.c (ev_page_cache_next_page): 
9914         * shell/ev-window.c (ev_window_cmd_go_next_page) 
9915         (ev_window_cmd_go_first_page): Fix of by one errors.
9916
9917 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9918
9919         * ps/ps-document.c: (get_page_box):
9920
9921         Fix page size calculation
9922
9923 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9924
9925         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9926         (ps_document_cleanup), (setup_pixmap), (get_page_box),
9927         (get_page_orientation), (setup_page), (document_load),
9928         (ps_document_get_page_size), (render_pixbuf_idle):
9929         * ps/ps-document.h:
9930
9931         More refactoring to adapt to EvDocument changes
9932
9933 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9934
9935         * ps/ps-document.c: (start_interpreter):
9936
9937         Actually add alpha args
9938
9939 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9940
9941         * pdf/ev-poppler.cc:
9942
9943         Make clipboard work again
9944
9945 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
9946
9947         Make searching work again.
9948         
9949         * backend/ev-document.c:
9950         * backend/ev-document.h:
9951         * backend/ev-document-find.c:
9952         * backend/ev-document-find.h: Change EvDocumentIface so we no
9953         longer store the current page or zoom level in the document.  The
9954         consequence is that all calls that operate on the current page now
9955         instead take the page number as an extra argument, and all
9956         coordinates are now doubles in document coordinate system.
9957
9958         * pdf/ev-poppler.cc:
9959         * pixbuf/pixbuf-document.c:
9960         * ps/ps-document.c: Update backends accordingly.
9961
9962 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
9963
9964         * autogen.sh:
9965
9966         Add required gettext version
9967
9968 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
9969
9970         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
9971         make F1 bring up non-existent help.
9972
9973         * shell/eggfindbar.c: Patch from Christian Persch to sync to
9974         epiphany's find bar, #167477
9975
9976         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
9977         <emil@nishra.com> to add space-bar scrolling, 
9978
9979         * shell/ev-window.c (static GtkActionEntry entries): add default
9980         keybinding for Help (F1)
9981         Fixes #171068
9982
9983         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
9984         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
9985         170110
9986
9987 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
9988
9989         * Makefile.am: 
9990         * pixbuf/pixbuf-document.c: 
9991
9992         Got pixbuf backend working again
9993
9994 2005-04-01  Steve Murphy  <murf@e-tools.com>
9995
9996         * configure.in: Added "rw" to ALL_LINGUAS.
9997
9998 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
9999
10000         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
10001         model types, noticed by Martin Kretzschmar.
10002
10003 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
10004
10005         * pdf/ev-poppler.cc: Implement search based on
10006         poppler_page_find_text().  Currently a bit crude since we remember
10007         all matches from all pages.  Also, we grab the big document lock
10008         when we search since searching changes the underlying stream and
10009         thus conflicts with the rendering thread.
10010         
10011         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10012         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
10013         (ev_view_find_previous): Fix some page indexes to be 0 based,
10014         offset rubber band by view offset,
10015
10016 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
10017
10018         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
10019
10020 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
10021
10022         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
10023         completely because I didn't understand GtkActions.  I should
10024         read Marco's code more carefully in the future.
10025
10026         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
10027         function
10028
10029 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
10030
10031         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
10032         PopplerRectangle change from poppler CVS.
10033
10034 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
10035
10036         * backend/ev-document.c: (ev_document_get_page_label):
10037         * backend/ev-document.h:
10038         * backend/ev-page-cache.c: (_ev_page_cache_new),
10039         (ev_page_cache_get_page_label):
10040         * backend/ev-page-cache.h:
10041         * pdf/ev-poppler.cc:
10042         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
10043         (links_page_num_func):
10044         * shell/ev-sidebar-thumbnails.c:
10045         (ev_sidebar_thumbnails_set_document):
10046         * shell/ev-view.c: (status_message_from_link),
10047         (ev_view_motion_notify_event):
10048         * shell/ev-window.c: (document_supports_sidebar): Add in page
10049         label support.  It's not perfect yet, but it's the first 'feature'
10050         in a while.
10051         Also, fix a bogus comment noticed by crispin. 
10052
10053 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
10054
10055         * Makefile.am: Remove pixbuf backend for now
10056
10057         * configure.ac: Require poppler-glib instead of just poppler.
10058
10059         * backend/ev-document-thumbnails.h: Add a comment
10060
10061         * backend/ev-document.h:
10062         * backend/ev-document.c: (ev_document_class_init),
10063         (ev_document_load), (ev_document_get_link),
10064         (ev_document_get_links): Remove 3 methods and add get_links.
10065         Also, made 0 based.
10066
10067         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10068         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
10069
10070         * backend/ev-link.c: (ev_link_set_title),
10071         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
10072         (ev_link_mapping_find):
10073         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
10074         
10075         * backend/ev-page-cache.c: (ev_page_cache_init),
10076         (_ev_page_cache_new), (ev_page_cache_set_current_page),
10077         (ev_page_cache_get_size), (ev_page_cache_next_page),
10078         (ev_page_cache_prev_page): Fix to be 0 based.
10079
10080         * pdf/Makefile.am: 
10081         * pdf/ev-poppler.h:
10082         * pdf/ev-poppler.cc: New backend.
10083         
10084         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
10085         (ps_document_get_page), (ps_document_document_iface_init):
10086
10087         * shell/ev-pixbuf-cache.h:
10088         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10089         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
10090         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
10091         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
10092         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
10093         Fix up code to grab a page cache per each doc.  Also, fix to be 0
10094         based.
10095         
10096         * shell/ev-sidebar-thumbnails.c:
10097         (ev_sidebar_tree_selection_changed), (page_changed_cb),
10098         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
10099
10100         * shell/ev-view.c: (status_message_from_link),
10101         (find_page_at_location), (get_link_at_location),
10102         (ev_view_motion_notify_event), (ev_view_button_release_event),
10103         (ev_view_init): Use the new link code.  Fix to be 0 based.
10104
10105         * shell/ev-window.c: (update_action_sensitivity),
10106         (document_supports_sidebar): 0 based.
10107
10108 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
10109
10110         * pdf/pdf-document.cc: Patch from Fernando Herrera
10111         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
10112         *blush*
10113
10114 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
10115
10116         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
10117         1 to the page, as this seems to be 1 based.  I thought we has this
10118         fixed.  grump.
10119
10120 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
10121
10122         * TODO:
10123         * backend/Makefile.am:
10124         * backend/ev-document-links.c:
10125         (ev_document_links_has_document_links),
10126         (ev_document_links_get_links_model):
10127         * backend/ev-document-links.h:
10128         * backend/ev-document.c: (ev_document_get_page_cache),
10129         (ev_document_get_doc_mutex), (ev_document_load),
10130         (ev_document_save), (ev_document_get_title),
10131         (ev_document_get_n_pages), (ev_document_set_page),
10132         (ev_document_get_page), (ev_document_set_target),
10133         (ev_document_set_scale), (ev_document_set_page_offset),
10134         (ev_document_get_page_size), (ev_document_get_text),
10135         (ev_document_get_link), (ev_document_render),
10136         (ev_document_render_pixbuf), (ev_document_scale_changed):
10137         * backend/ev-document.h:
10138         * backend/ev-job-queue.c: (remove_object_from_queue),
10139         (notify_finished), (handle_job), (search_for_jobs_unlocked),
10140         (no_jobs_available_unlocked), (ev_render_thread),
10141         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
10142         (ev_job_queue_remove_job):
10143         * backend/ev-job-queue.h:
10144         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10145         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10146         (ev_job_links_class_init), (ev_job_render_init),
10147         (ev_job_render_dispose), (ev_job_render_class_init),
10148         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10149         (ev_job_thumbnail_class_init), (ev_job_finished),
10150         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10151         (ev_job_render_run), (ev_job_thumbnail_new),
10152         (ev_job_thumbnail_run):
10153         * backend/ev-jobs.h:
10154         * backend/ev-link.c:
10155         * backend/ev-link.h:
10156         * backend/ev-page-cache.c: (ev_page_cache_init),
10157         (ev_page_cache_class_init), (ev_page_cache_finalize),
10158         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
10159         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10160         (ev_page_cache_set_link), (ev_page_cache_get_title),
10161         (ev_page_cache_get_size), (ev_page_cache_next_page),
10162         (ev_page_cache_prev_page):
10163         * backend/ev-page-cache.h:
10164         * pdf/pdf-document.cc:
10165         * ps/gsdefaults.c:
10166         * ps/gsdefaults.h:
10167         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10168         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
10169         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
10170         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
10171         (is_interpreter_ready), (output), (catchPipe), (input),
10172         (start_interpreter), (check_filecompressed), (compute_dimensions),
10173         (ps_document_enable_interpreter), (document_load),
10174         (ps_document_next_page), (render_page), (ps_document_set_page),
10175         (ps_document_set_scale), (render_pixbuf_idle),
10176         (ps_document_render_pixbuf), (ps_document_document_iface_init):
10177         * ps/ps-document.h:
10178         * shell/Makefile.am:
10179         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10180         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
10181         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
10182         (ev_pixbuf_cache_new), (job_finished_cb),
10183         (check_job_size_and_unref), (move_one_job),
10184         (ev_pixbuf_cache_update_range), (find_job_cache),
10185         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
10186         (ev_pixbuf_cache_add_jobs_if_needed),
10187         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
10188         * shell/ev-pixbuf-cache.h:
10189         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10190         (idle_print_handler):
10191         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
10192         (selection_changed_cb), (create_loading_model),
10193         (ev_sidebar_links_construct), (links_page_num_func),
10194         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
10195         (update_page_callback), (job_finished_cb),
10196         (ev_sidebar_links_set_document):
10197         * shell/ev-sidebar-thumbnails.c:
10198         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
10199         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
10200         (page_changed_cb), (thumbnail_job_completed_callback),
10201         (ev_sidebar_thumbnails_set_document):
10202         * shell/ev-sidebar-thumbnails.h:
10203         * shell/ev-sidebar.c: (ev_sidebar_set_document):
10204         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
10205         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
10206         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
10207         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
10208         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
10209         (ev_view_button_release_event), (ev_view_scroll_view),
10210         (ev_view_class_init), (ev_view_init), (update_find_status_message),
10211         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
10212         (ev_view_new), (job_finished_cb), (page_changed_cb),
10213         (ev_view_set_document), (go_to_link), (ev_view_zoom),
10214         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
10215         (ev_view_find_previous):
10216         * shell/ev-view.h:
10217         * shell/ev-window.c: (update_action_sensitivity),
10218         (ev_window_open_page), (update_window_title), (update_total_pages),
10219         (page_changed_cb), (ev_window_setup_document),
10220         (password_dialog_response), (ev_window_cmd_save_as),
10221         (ev_window_print), (ev_window_cmd_go_previous_page),
10222         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
10223         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
10224         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
10225         * shell/main.c: (main):
10226
10227         Merge evince-threads branch
10228
10229 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
10230
10231         * configure.ac: Added "lt" to ALL_LINGUAS.
10232
10233 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
10234
10235         * NEWS:
10236         * configure.ac:
10237
10238         Release 0.1.9
10239
10240 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
10241
10242         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10243
10244         Fix here also the thumbnails 1-basedness :)
10245
10246 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10247
10248         * NEWS:
10249         * configure.ac:
10250
10251         Release 0.1.8
10252
10253 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10254
10255         * pdf/pdf-document.cc:
10256         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
10257         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
10258
10259         Fix the mess we did with thumbnails and 1-basedness
10260
10261 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
10262
10263         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
10264
10265 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
10266
10267         * NEWS:
10268         * configure.ac:
10269
10270         Release 0.1.7
10271
10272 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
10273
10274         * ps/Makefile.am:
10275         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
10276         (gtk_gs_defaults_get_alpha_parameters),
10277         (gtk_gs_defaults_get_ungzip_cmd),
10278         (gtk_gs_defaults_get_unbzip2_cmd):
10279         * ps/gsdefaults.h:
10280         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10281         (ps_document_get_orientation), (document_load),
10282         (ps_document_goto_page), (ps_document_set_page_size):
10283         * ps/ps-document.h:
10284
10285         Some more sanitization of the ps backend. Remove a lot
10286         of unused code and do not base our defaults on ggv
10287         preferences (ugh!)
10288
10289 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
10290
10291         * thumbnailer/evince-thumbnailer.schemas:
10292         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10293         (main): add -s option for thumbnail size.
10294
10295 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
10296
10297         * configure.ac:
10298
10299         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
10300         remove it.
10301
10302 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10303
10304         * pdf/pdf-document.cc:
10305
10306         Remove 4 pixels of useless border from the
10307         thumbnail.
10308
10309 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10310
10311         * backend/ev-document-thumbnails.c:
10312         (ev_document_thumbnails_get_thumbnail):
10313         * backend/ev-document-thumbnails.h:
10314
10315         Rework API a bit. Add a border flag and
10316         change sizing logic (now the size we specify
10317         applies to the bigger dimension).
10318
10319         * pdf/pdf-document.cc:
10320         * pixbuf/pixbuf-document.c:
10321         (pixbuf_document_thumbnails_get_thumbnail):
10322         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
10323         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10324
10325         Adapt to the new API and do not draw a border for nautilus
10326         thumbnailer.
10327
10328 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
10329
10330         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10331         take thumbnails from page "0" instead of "1". Added a copyright header.
10332
10333 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
10334
10335         * ps/ps-document.c: (set_up_page), (start_interpreter):
10336
10337         Make it C89 compliant
10338
10339 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
10340
10341         * Makefile.am:
10342         * configure.ac:
10343         * pdf/.cvsignore:
10344         * pdf/pdf-document.cc:
10345         * thumbnailer/Makefile.am:
10346         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10347         (main):
10348         * thumbnailer/evince-thumbnailer.schemas:
10349         * thumbnailer/pdf-icon.png:
10350
10351         Add a nautilus thumbnailer.
10352         Based on patch by Fernando Herrera <fherrera@onirica.com>.
10353
10354 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
10355
10356         * NEWS:
10357         * configure.ac:
10358         * po/POTFILES.in:
10359
10360         Release 0.1.6
10361
10362 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
10363
10364         Use poppler instead of including xpdf source code.  Poppler is a
10365         fork of xpdf to build it as a shared library. See
10366         http://freedesktop.org/wiki/Software/poppler.
10367
10368         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
10369         xpdf fork.
10370         
10371         * pdf/Makefile.am: Build libpdfdocument.a here.
10372         
10373         * pdf/GDKSplashOutputDev.cc:
10374         * pdf/GDKSplashOutputDev.h:
10375         * pdf/GnomeVFSStream.cc:
10376         * pdf/GnomeVFSStream.h:
10377         * pdf-document.cc:
10378         * pdf-document.h:
10379         * test-gdk-output-dev.cc
10380         * Thumb.cc:
10381         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
10382         against poppler.
10383
10384 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10385
10386         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
10387
10388         Clear idle stack before unsetting the document
10389
10390 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10391
10392         * ps/ps-document.c: (ps_document_widget_event),
10393         (ps_document_set_target), (ps_document_finalize),
10394         (ps_document_get_page):
10395
10396         Disconnect the widget event signal on finalize.
10397         Some code cleanups.
10398
10399 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10400
10401         * ps/ps-document.c: (set_up_page):
10402
10403         If there is no bpixmap create one, even if size
10404         is not changed.
10405
10406 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10407
10408         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
10409         (set_up_page), (document_load), (ps_document_set_zoom):
10410
10411         Default page is 0. Calculate size even when we have no
10412         target yet.
10413
10414 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
10415
10416         * shell/ev-sidebar.c: expand the selection widget to be always as
10417         wide as the sidebar
10418
10419 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10420
10421         * shell/ev-sidebar-thumbnails.c:
10422         (ev_sidebar_thumbnails_set_document):
10423
10424         Clear the list store when setting document
10425
10426 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10427
10428         * shell/ev-page-action.c: (update_entry), (sync_entry),
10429         (activate_cb), (entry_size_request_cb), (create_tool_item),
10430         (connect_proxy):
10431
10432         Use an entry for the page control instead of spinbuttons
10433
10434 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10435
10436         * data/evince.schemas.in:
10437
10438         Correct confusing string
10439
10440 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
10441
10442         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
10443         for real.  Gosh, how long has this been broken.
10444
10445         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
10446         check for a NULL link.  We crash otherwise.
10447
10448 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
10449
10450         * NEWS:
10451         * configure.ac:
10452
10453         Release 0.1.5
10454
10455 2005-02-25  Sebastien Bacher  <seb128@debian.org>
10456
10457         * configure.ac: add the french translation.
10458
10459 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10460
10461         * shell/ev-window.c:
10462
10463         Remove unused header -> fix distcheck
10464
10465 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10466
10467         * shell/ev-window.c: (update_window_title),
10468         (ev_window_popup_password_dialog):
10469
10470         Unescape filename for display
10471
10472 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10473
10474         * pdf/xpdf/pdf-document.cc:
10475
10476         In get_page_size deal with rotation. Also
10477         cleanup the function a bit.
10478
10479 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10480
10481         * pdf/xpdf/pdf-document.cc:
10482
10483         Fix crash when opening in new window
10484
10485 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10486
10487         * configure.ac:
10488
10489         Check ghostscript >= 7
10490
10491 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
10492
10493         * shell/ev-window.c:
10494
10495         Make page width the default sizing mode
10496
10497 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
10498         Marco Pesenti Gritti <marco@gnome.org>
10499
10500         * shell/ev-window.c: Remember the sidebar size
10501
10502         * data/evince.schemas.in: Add a new gconf key to store the size of
10503         the sidebar
10504
10505 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
10506
10507         * data/evince-ui.xml:
10508         * shell/ev-window.c: (update_action_sensitivity),
10509         (ev_window_cmd_view_reload):
10510         
10511         Add a "Reload" action and menu entry
10512
10513 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
10514
10515         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
10516         iff the type doesn't support thumbnailing and indexing.
10517
10518 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
10519
10520         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
10521
10522 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10523
10524         * pdf/splash/Splash.cc:
10525
10526         Port fix for a crasher from kde bug
10527         http://bugs.kde.org/show_bug.cgi?id=97131
10528
10529 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10530
10531         * pdf/xpdf/pdf-document.cc:
10532
10533         Return a link even if it's of an unrecognized
10534         type. Otherwise we go in an infinte cycle.
10535
10536 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10537
10538         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
10539         (size_allocate_cb), (ev_window_set_sizing_mode):
10540
10541         Update size when switching mode
10542
10543 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10544
10545         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10546         (ev_window_cmd_view_page_width), (update_sizing_buttons),
10547         (ev_window_cmd_view_normal_size):
10548
10549         Fix size toggle buttons behavior
10550
10551 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10552
10553         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
10554         (doc_rect_to_view_rect), (ev_view_size_allocate),
10555         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
10556         (scale_changed_callback):
10557
10558         Do not cache offsets in size_allocate.
10559
10560 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10561
10562         * shell/ev-view.c: (ev_view_size_allocate):
10563
10564         Calculate offsets before calling the parent
10565         class (which does a redraw)
10566
10567 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10568
10569         * pdf/xpdf/pdf-document.cc:
10570
10571         Fix a crasher on exit. Unused code, put a TODO
10572
10573 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10574
10575         * backend/ev-document.c: (ev_document_class_init),
10576         (ev_document_page_changed), (ev_document_scale_changed):
10577         * backend/ev-document.h:
10578
10579         Separate page/scale notifications
10580
10581         * pdf/xpdf/pdf-document.cc:
10582
10583         Emit the new signals.
10584         Do not display the pdf page in _render, do it
10585         when scale/page are requested.
10586
10587         * ps/ps-document.c: (ps_document_set_zoom),
10588         (ps_document_widget_event):
10589         * ps/ps-document.h:
10590
10591         Emit the new signals.
10592
10593         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10594         (ev_view_init), (page_changed_callback), (scale_changed_callback),
10595         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
10596         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
10597         * shell/ev-view.h:
10598         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
10599         (ev_window_cmd_view_page_width), (size_allocate_cb),
10600         (ev_window_set_sizing_mode):
10601
10602         Rework sizing to be pixel based.
10603         There are bugs but should be already way better.
10604
10605 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
10606
10607         * shell/ev-window.c: (ev_window_init):
10608
10609         Do not allow to shrink sidebar smaller then
10610         child requisition
10611
10612 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
10613
10614         * shell/ev-sidebar.[ch]
10615         * shell/ev-window.c:
10616
10617         Improved sidebar widget. Fixes #166683
10618
10619 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
10620
10621         * shell/ev-view.c (update_find_status_message): Give translators
10622         more flexibility with ngettext plural handling.
10623
10624 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
10625
10626         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
10627         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
10628         page when we get the page size.
10629
10630 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10631
10632         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
10633
10634         ps pages are 0 based, convert 
10635
10636 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10637
10638         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
10639
10640         Initialize correct parent class. Set GError on document load
10641
10642 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10643
10644         * pdf/xpdf/pdf-document.cc:
10645
10646         Fixup selection offset calculation
10647
10648         * shell/ev-view.c: (view_rect_to_doc_rect),
10649         (doc_rect_to_view_rect), (ev_view_size_allocate),
10650         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
10651         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
10652
10653         Store selection as document relative, so that zooming
10654         and offset changing doesnt break it.
10655
10656 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10657
10658         * shell/ev-view.c: (ev_view_best_fit):
10659
10660         Do not try to best fit if the view is not realized
10661
10662 2005-02-20  Kostas Papadimas <pkst@gnome.org>
10663           
10664         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
10665
10666 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
10667
10668         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
10669
10670 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
10671
10672         * shell/ev-window.c: Change the fullscreen toolbar to always be in
10673         the popup window.  That prevents it resizing when in full screen
10674         mode.
10675
10676         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
10677         multiple rerenders.  This pretty much sucks.
10678
10679         * data/evince-ui.xml: Change the fullscreen toolbar to include the
10680         rest of the toolbar.
10681
10682 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
10683
10684         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
10685
10686 2005-02-17  Alexander Shopov  <ash@contact.bg>
10687
10688         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
10689
10690 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
10691
10692         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
10693
10694 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
10695
10696         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
10697         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
10698         (set_document_page), (document_changed_callback),
10699         (ev_view_set_document), (ev_view_find_previous),
10700         (ev_view_hide_cursor), (ev_view_show_cursor):
10701         * shell/ev-view.h:
10702         * shell/ev-window.c: (update_chrome_visibility),
10703         (fullscreen_timeout_cb), (fullscreen_set_timeout),
10704         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
10705         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
10706         (ev_window_unfullscreen):
10707         * shell/main.c: (main):
10708
10709         Automatically hide the fullscreen button.
10710         Patch by Kristian Høgsberg <krh@redhat.com>
10711
10712 2005-02-16  Vincent Noel  <vnoel@cox.net>
10713
10714         * shell/main.c (main): Specify an icon for the window. Patch by
10715         Jaap A. Haitsma. Fixes #166177.
10716
10717 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
10718
10719         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
10720
10721 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
10722
10723         * backend/ev-document-misc.h:
10724         * backend/ev-document-misc.c:
10725         (ev_document_misc_get_page_border_size),
10726         (ev_document_misc_paint_one_page): New function to canonicalize
10727         sizing/painting a border.
10728
10729         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
10730         used.
10731
10732         * pdf/xpdf/pdf-document.cc: use new function
10733
10734         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10735         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
10736         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
10737         shell/ev-window.c: (update_sizing_buttons),
10738         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
10739         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
10740         (ev_window_cmd_view_page_width), (size_allocate_cb),
10741         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
10742         and "fit width" values act as toggle buttons so they stay
10743         toggled.  It's not 100% perfect, and it's a little slow, but it's
10744         good enough to commit I think.
10745
10746 2005-02-15  David Lodge  <dave@cirt.net>
10747
10748         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
10749
10750 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
10751
10752         * shell/ev-window.c (update_window_title): replace newlines in
10753         the title by spaces. Bug #166107.
10754
10755 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
10756
10757         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
10758         parameters providing allocation width and height without
10759         scrollbars and width of a possible vertical scrollbar. With this
10760         additional information the functions can work as
10761         intended. Unfortunately they're not idempotent. We should
10762         transform these commands to toggles. Fixes Bug #164976
10763         Initial patch by Stephane Loeuillet, then heavily modified.
10764
10765         * shell/ev-view.h: update prototypes.
10766
10767         * shell/ev-window.c (ev_window_cmd_view_best_fit)
10768         (ev_window_cmd_view_page_width): provide EvView fit functions with
10769         all the information they need. Formulas to calculate this
10770         information taken from GtkScrolledWindow.
10771
10772 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
10773
10774         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
10775         created a thumbnail, the list store is updated to know
10776         that the thumbnail is set. Fixes bug #166792
10777
10778 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
10779
10780         * shell/ev-window.c: fixed typo, closes bug 166897
10781
10782         * TODO: updated TODO with bug numbers that are relevant
10783
10784 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
10785
10786         * shell/ev-window.c: Support for DnD of files. Fixes #164813
10787
10788 2005-02-09  Vincent Noel  <vnoel@cox.net>
10789
10790         * shell/ev-window.c: (set_action_properties): Set the "Previous"
10791         and "Next" toolbar buttons as important to make them stand out.
10792
10793 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10794
10795         * lib/ev-debug.c:
10796         * lib/ev-debug.h:
10797         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
10798         (start_interpreter), (stop_interpreter), (document_load),
10799         (ps_document_next_page), (ps_document_goto_page),
10800         (ps_document_set_page_size), (ps_document_widget_event),
10801         (ps_document_render):
10802         * shell/ev-page-view.c: (ev_page_view_dispose):
10803         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
10804
10805         Fix compilation on non-gcc platforms
10806
10807 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10808
10809         * NEWS:
10810         * configure.ac:
10811
10812         Release 0.1.4
10813
10814         * pdf/xpdf/Catalog.cc:
10815         * pdf/xpdf/XRef.cc:
10816
10817         Fix the fix for CAN-2004-0888
10818
10819 2005-02-09  Luca Ferretti <elle.uca@libero.it>
10820
10821         * data/Makefile.am:
10822         * data/evince-ui.xml:
10823         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10824         * shell/ev-stock-icons.h:
10825         * shell/ev-window.c: (update_action_sensitivity),
10826         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
10827         (set_action_properties):
10828
10829         Improve toolbar layout/icons
10830
10831 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
10832
10833         * pdf/xpdf/pdf-document.cc:
10834
10835         Add warnings about unimplemented/unknown link
10836         types.
10837
10838 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10839
10840         * ps/ps-document.c: (set_up_page):
10841
10842         Log gs property
10843
10844 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10845
10846         * ps/ps-document.c: (start_interpreter):
10847
10848         Log gs env var
10849
10850 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10851
10852         * shell/ev-page-view.c: (ev_page_view_dispose):
10853         * shell/ev-view.c: (ev_view_finalize):
10854         * shell/ev-window.c: (ev_window_setup_document),
10855         (ev_window_dispose), (ev_window_init):
10856
10857         Solve more refs issues.
10858
10859         I commented out the page_view initialization for now:
10860         it was never destroyed (because it's never added
10861         to a container). Because of that we was leaking
10862         gs processes. Couldnt think to a clean fix.
10863         We need to figure this out, password view has the
10864         same issue probably.
10865
10866 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10867
10868         * ps/ps-document.c: (ps_document_finalize),
10869         (ps_document_get_n_pages), (ps_document_get_page):
10870
10871         Some cleanups, stop the interpreter on finalize
10872
10873         * shell/ev-page-view.c: (ev_page_view_dispose),
10874         (ev_page_view_class_init):
10875
10876         Release our reference on the document
10877
10878 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10879
10880         * Makefile.am:
10881         * configure.ac:
10882         * doc/debugging.txt:
10883         * lib/.cvsignore:
10884         * lib/Makefile.am:
10885         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
10886         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
10887         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
10888         * lib/ev-debug.h:
10889
10890         Add debugging helpers
10891
10892         * ps/Makefile.am:
10893         * ps/ps-document.c: (set_up_page), (start_interpreter),
10894         (stop_interpreter), (document_load), (ps_document_next_page),
10895         (ps_document_goto_page), (ps_document_set_page_size),
10896         (ps_document_widget_event), (ps_document_render):
10897         * shell/Makefile.am:
10898         * shell/ev-view.c: (expose_bin_window):
10899         * shell/main.c: (main):
10900
10901         Add some logs
10902         
10903 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10904
10905         * ps/ps-document.c: (ps_document_widget_event):
10906
10907         Initialize message_window, this should make ps
10908         rendering really work! (Never noticed because I was
10909         testing with a ps that is causing gs to exit every time!)
10910
10911 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
10912
10913         * data/evince.schemas.in: updated simple error in applyto closing tag
10914
10915 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
10916
10917         * Makefile.am:
10918         * configure.ac:
10919         * data/.cvsignore:
10920         * data/Makefile.am:
10921         * data/evince-ui.xml:
10922         A data/evince.schemas.in:
10923         * po/POTFILES.in:
10924         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10925         * shell/ev-stock-icons.h:
10926         * shell/ev-window.c: (update_chrome_visibility),
10927         (update_chrome_flag), (ev_window_cmd_edit_find),
10928         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
10929         (ev_window_unfullscreen), (ev_window_focus_in_event),
10930         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
10931         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
10932         (ev_window_view_sidebar_cb), (find_bar_close_cb),
10933         (ev_window_dispose), (ev_window_class_init),
10934         (set_action_properties), (set_chrome_actions), (load_chrome),
10935         (ev_window_init):
10936
10937         Implement fullscreen mode changes from bug #164776.
10938         Also implement persistent chrome toggles.
10939
10940 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
10941
10942         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
10943
10944 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10945
10946         * NEWS:
10947         * configure.ac:
10948         * shell/ev-view.c:
10949
10950         Add another check for find interface
10951
10952         Release 0.1.3
10953
10954 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10955
10956         * shell/ev-application.c: (ev_application_open):
10957         * shell/ev-window.c: (ev_window_open):
10958
10959         Open gzipped ps documents
10960
10961 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10962
10963         * TODO:
10964         * shell/ev-view.c: (set_document_page):
10965
10966         Clamp page number, dont try to move to
10967         not existant pages.
10968
10969 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10970
10971         * backend/ev-document-find.c: (ev_document_find_changed):
10972         * backend/ev-document-find.h:
10973         * pdf/xpdf/pdf-document.cc:
10974         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
10975         * shell/ev-window.c: (find_bar_search_changed_cb):
10976
10977         Fix several bugs with find
10978
10979 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
10980
10981         * shell/ev-sidebar-thumbnails.c
10982         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
10983         document. Prevents warning from scroll_to_cell.
10984
10985 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
10986
10987         * configure.ac: Add «nb» to ALL_LINGUAS too.
10988
10989 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
10990
10991         * NOTES: New file with some random thoughts.
10992
10993         * TODO: Update.
10994
10995         * backend/ev-document-misc.c:
10996         (ev_document_misc_get_page_border_size): New function to
10997         canonicalize shadow drawing sizes.  Possibly goofy.
10998
10999         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
11000         (ev_view_best_fit), (ev_view_fit_width):
11001         * pdf/xpdf/pdf-document.cc:
11002         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11003         * ps/ps-document.c: (ps_document_get_page_size):
11004         * backend/ev-document-misc.h:
11005         * backend/ev-document.c: (ev_document_get_page_size):
11006         * backend/ev-document.h: get_page_size now takes a page number
11007         parameter.  Made all the backends/frontends honor it.
11008
11009         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
11010         see.  Doesn't work yet.
11011
11012         * shell/Makefile.am:
11013         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
11014         Doesn't do anything yet.
11015
11016         * shell/ev-sidebar-thumbnails.c:
11017         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
11018         [0..n_pages-1]
11019
11020         * shell/ev-window.c: (update_action_sensitivity),
11021         (ev_window_setup_document), (ev_window_set_page_mode),
11022         (ev_window_page_mode_cb), (ev_window_init): Clean up the
11023         view-swapping code a bit so we can have multiple views on a
11024         document.  Add the multi-page view, though it can't be turned on
11025         yet.
11026
11027 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11028
11029         * shell/ev-application.c: (ev_application_open):
11030         * shell/ev-view.c: (expose_bin_window):
11031         * shell/ev-window.c: (ev_window_open):
11032
11033         Support eps and check document supports find
11034         before drawing highlightings in expose.
11035
11036 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11037
11038         * pixbuf/pixbuf-document.c:
11039         (pixbuf_document_thumbnails_get_dimensions),
11040         (pixbuf_document_document_thumbnails_iface_init):
11041
11042         implement get_dimensions
11043
11044 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11045
11046         * NEWS:
11047         * configure.ac:
11048
11049         Release 0.1.2
11050
11051 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11052
11053         * shell/ev-view.c: (set_document_page):
11054
11055         Scroll at the top of the page when changing page
11056
11057 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11058
11059         * shell/ev-view.c: (ev_view_motion_notify_event):
11060
11061         Do not redraw unnecessarily
11062
11063 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11064
11065         * pdf/xpdf/pdf-document.cc:
11066         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11067         (expose_bin_window), (find_changed_cb):
11068
11069         Yay! find works now... Now to find bugs...
11070
11071 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11072
11073         * backend/ev-document-find.c: (ev_document_find_base_init),
11074         (ev_document_find_changed):
11075         * backend/ev-document-find.h:
11076         * pdf/xpdf/pdf-document.cc:
11077         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11078         (expose_bin_window), (ev_view_init), (set_document_page),
11079         (ensure_rectangle_is_visible), (jump_to_find_result),
11080         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
11081         (ev_view_find_next), (ev_view_find_previous):
11082         * shell/ev-view.h:
11083         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
11084
11085         More work on find implementation, mostly there now
11086
11087 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
11088
11089         * backend/ev-backend-marshalers.list:
11090         * backend/ev-document-find.c: (ev_document_find_base_init),
11091         (ev_document_find_cancel), (ev_document_find_page_has_results),
11092         (ev_document_find_get_n_results), (ev_document_find_get_result),
11093         (ev_document_find_get_progress), (ev_document_find_changed):
11094         * backend/ev-document-find.h:
11095
11096         Enanche the find interface to be really able to do
11097         multi page find.
11098
11099         * pdf/xpdf/pdf-document.cc:
11100
11101         Implement
11102
11103         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
11104         (expose_bin_window), (ev_view_init),
11105         (ev_view_get_find_status_message), (find_changed_cb),
11106         (ev_view_set_document), (set_document_page):
11107
11108         Adapt to the new interface. A few things are regressed sorry,
11109         I will finish it soon.
11110
11111 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
11112
11113         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
11114         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
11115         ev_sidebar_thumbnails_parent_class variable, don't define another
11116         parent_class variable.
11117
11118         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
11119         (ev_page_action_class_init): ditto.
11120
11121         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
11122         (pixbuf_document_class_init): ditto.
11123
11124         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
11125         ditto.
11126
11127         * .cvsignore: ignore various valgrind output files.
11128
11129 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11130
11131         * data/evince-ui.xml:
11132         * shell/Makefile.am:
11133         * shell/ev-history.c:
11134         * shell/ev-history.h:
11135         * shell/ev-navigation-action.c:
11136         * shell/ev-navigation-action.h:
11137         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
11138         (ev_view_set_page), (ev_view_fit_width):
11139         * shell/ev-view.h:
11140         * shell/ev-window.c: (update_action_sensitivity),
11141         (ev_window_setup_document), (register_custom_actions):
11142
11143         Kill session history
11144
11145 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11146
11147         * shell/ev-window.c: (update_action_sensitivity):
11148
11149         Fix inverted up/down buttons
11150
11151 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
11152
11153         * shell/ev-sidebar-thumbnails.c
11154         (ev_sidebar_thumbnails_select_page): make sure the selected
11155         thumbnail stays visible.
11156
11157 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
11158
11159         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
11160         scrolled window for Federico.
11161
11162 2005-01-26  Ole Laursen  <olau@hardworking.dk>
11163
11164         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
11165
11166 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
11167
11168         * configure.ac:
11169         * pdf/splash/SplashFTFontEngine.cc:
11170
11171         Fix CID fonts with freetype 2.1.9
11172
11173 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
11174
11175         * TODO: added item for desktop icon thumbnailer
11176
11177 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
11178
11179         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
11180         unloaded docs when the title is accessed.
11181
11182         * shell/ev-password-view.[hc]: New widget for displaying password
11183         state.
11184
11185         * shell/ev-window.[ch]: Refactor password handling code to handle
11186         the new view.
11187
11188 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
11189
11190         * NEWS:
11191         * configure.ac:
11192         * data/Makefile.am:
11193
11194         Release 0.1.1
11195
11196 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11197
11198         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
11199         ignore page offset here, to make search results independent of it,
11200
11201         * shell/ev-view.c (expose_bin_window): but take offsets into
11202         account here. Bug #164932
11203
11204         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
11205         scale at the right time. Bug #164996
11206
11207 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
11208
11209         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
11210         fix the problem. Now I just removed the Adobe font names and hope
11211         that the URW fonts are always in outline format. Bug #164934
11212
11213         * shell/ev-window.c (update_window_title): empty titles are
11214         useless, use filename in that case too.
11215
11216         * NEWS: Add some content.
11217
11218 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
11219
11220         * TODO: added one more TODO item and a TODONE section :)
11221
11222 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11223
11224         * ps/ps-document.h: add page_[xy]_offset fields.
11225
11226         * ps/ps-document.c (ps_document_set_page_offset)
11227         (ps_document_render): Keep offset in consideration in a few
11228         places. Bug #164752 "postscript documents are not centered in
11229         window"
11230
11231         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
11232         s/gpdf/evince/. Spotted by Stephane Loeuillet.
11233
11234         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
11235         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
11236         stub out missing methods for complete EvDocument implementation.
11237         Fixes segfaults with Save A Copy and Copy actions.
11238
11239         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
11240         (ps_document_document_iface_init): ditto.
11241         
11242 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11243
11244         * data/.cvsignore:
11245         * data/Makefile.am:
11246         * data/evince.desktop.in:
11247
11248         Add desktop file
11249
11250 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11251
11252         * shell/ev-view.c: (ev_view_button_press_event),
11253         (ev_view_motion_notify_event):
11254
11255         Make selection work in any direction
11256
11257 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11258
11259         * TODO:
11260         * shell/ev-window.c: (set_short_labels), (ev_window_init):
11261
11262         Use shorter labels for some of the toolbars items
11263
11264 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11265
11266         * pdf/xpdf/pdf-document.cc:
11267
11268         Check the links info is initialized before
11269         using it. Should fix a crash on startup.
11270
11271 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11272
11273         * pixbuf/pixbuf-document.c
11274         (pixbuf_document_thumbnails_get_dimensions): force floating point
11275         division to calculate page_ratio. Fixes crash with landscape
11276         format pixbufs.
11277
11278 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
11279
11280         * shell/ev-view.c (ev_view_realize): make the bg color darker.
11281
11282 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
11283
11284         * shell/ev-view.c (set_document_page): unset has_selection when
11285         the page changes.
11286         (set_document_page): handle paper size changes when the page
11287         changes (test with Free Culture, page 2).
11288
11289 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11290
11291         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
11292         (expose_bin_window), (ev_view_class_init), (ev_view_init):
11293
11294         Use normal style color for the widget background and
11295         draw a black box around the page.
11296
11297 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11298
11299         * pdf/xpdf/pdf-document.cc:
11300
11301         Keep offset in consideration in a few places
11302
11303         * shell/ev-view.c: (expose_bin_window):
11304
11305         Set the offsets so that the document is ever centered
11306
11307 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11308
11309         * TODO: Added TODO items and finished off the first todo item
11310
11311         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
11312         reflect current authors
11313
11314 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11315
11316         * pdf/xpdf/pdf-document.cc:
11317         * shell/ev-view.c: (ev_view_set_cursor),
11318         (ev_view_motion_notify_event), (document_changed_callback),
11319         (set_document_page):
11320
11321         Show a wait cursor while the page is rendering
11322
11323 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11324
11325         * shell/ev-sidebar-thumbnails.c:
11326         (ev_sidebar_tree_selection_changed),
11327         (ev_sidebar_thumbnails_select_page):
11328         * shell/ev-sidebar-thumbnails.h:
11329         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
11330         (ev_view_can_go_forward):
11331         * shell/ev-window.c: (ev_window_open_page),
11332         (ev_window_setup_document), (update_current_page),
11333         (view_page_changed_cb), (ev_window_init):
11334         * shell/ev-window.h:
11335
11336         Ensure thumbnails selection, toolbar page control and
11337         current page are in sync.
11338
11339 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
11340
11341         * pdf/xpdf/XRef.cc:
11342
11343         Fix CAN-2005-0064
11344
11345 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
11346
11347         * backend/Makefile.am:
11348         * backend/ev-document-links.h:
11349         * backend/ev-document-security.c: (ev_document_security_get_type),
11350         (ev_document_security_has_document_security),
11351         (ev_document_security_set_password):
11352         * backend/ev-document-security.h:
11353         * backend/ev-document.c: (ev_document_error_quark):
11354         * backend/ev-document.h:
11355         * data/Makefile.am:
11356         * data/evince-password.glade:
11357         * pdf/xpdf/pdf-document.cc:
11358         * shell/Makefile.am:
11359         * shell/ev-password.c: (ev_password_set_bad_password_label),
11360         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
11361         (ev_password_dialog_get_password),
11362         (ev_password_dialog_set_bad_pass):
11363         * shell/ev-password.h:
11364         * shell/ev-window.c: (ev_window_get_attribute),
11365         (ev_window_set_property), (update_action_sensitivity),
11366         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
11367         (ev_window_setup_document), (ev_window_get_password),
11368         (ev_window_open), (ev_window_cmd_save_as),
11369         (using_postscript_printer), (ev_window_print),
11370         (find_not_supported_dialog), (ev_window_cmd_edit_find),
11371         (update_fullscreen_popup), (ev_window_fullscreen),
11372         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11373         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
11374         (menu_item_select_cb), (find_bar_search_changed_cb),
11375         (ev_window_dispose), (ev_window_init):
11376
11377         Add initial support for password-supported dialogs.  This could be
11378         a lot cooler, but it'll do for now.
11379
11380 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
11381
11382         * pdf/xpdf/pdf-document.cc:
11383         * shell/ev-view.c: (status_message_from_link),
11384         (ev_view_set_status), (ev_view_set_cursor),
11385         (ev_view_motion_notify_event), (ev_view_init):
11386         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
11387
11388         Fix bugs in the links implementation and change cursor
11389         when hovering a link.
11390
11391 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
11392
11393         * viewer/.cvsignore: added cvsignore file for viewer directory
11394
11395         * TODO: created TODO document
11396
11397 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
11398
11399         * shell/ev-view.h:
11400         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
11401         new functions to help with implementation of sensitivity code
11402         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11403         of all actions that might require it.  Fixes a crash when you
11404         click on the Zoom actions in a window lacking a document.
11405
11406 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
11407
11408         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11409         of the Find action
11410
11411 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11412
11413         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
11414         (pixbuf_document_document_iface_init):
11415         * ps/ps-document.c: (ps_document_get_link),
11416         (ps_document_document_iface_init):
11417         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
11418         (status_message_from_link), (ev_view_set_status),
11419         (ev_view_set_find_status), (ev_view_motion_notify_event),
11420         (ev_view_button_release_event), (ev_view_set_property),
11421         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
11422         (ev_view_get_find_status_message), (update_find_results),
11423         (ev_view_get_status), (ev_view_get_find_status):
11424         * shell/ev-view.h:
11425         * shell/ev-window.c: (view_status_changed_cb),
11426         (view_find_status_changed_cb), (ev_window_init):
11427
11428         View status message support, use it to show the links.
11429         Needs work...
11430
11431 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11432
11433         * backend/ev-document.c: (ev_document_get_link):
11434         * backend/ev-document.h:
11435         * pdf/xpdf/pdf-document.cc:
11436         * shell/ev-application.c: (ev_application_open):
11437         * shell/ev-application.h:
11438         * shell/ev-sidebar-links.c: (selection_changed_cb):
11439         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
11440         (ev_view_go_to_link):
11441
11442         Add support for document links
11443
11444 2005-01-13  Anders Carlsson  <andersca@gnome.org>
11445
11446         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
11447         (create_tool_item):
11448         Set the spin button limits correctly.
11449         
11450         * shell/ev-sidebar-thumbnails.c:
11451         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
11452         Support changing pages by clicking on the thumbnails.
11453         
11454 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11455
11456         * pixbuf/pixbuf-document.c:
11457         (pixbuf_document_thumbnails_get_dimensions),
11458         (pixbuf_document_document_thumbnails_iface_init):
11459
11460         implement get_dimensions
11461
11462 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11463
11464         * ps/ps-document.c: (ps_document_goto_page):
11465
11466         Fix page switching on multipage documents
11467
11468 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
11469
11470         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11471         
11472         check for NULL before assigning to width and height parameters
11473
11474 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11475
11476         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11477         (pixbuf_document_set_property), (pixbuf_document_get_property):
11478
11479         implement get/set properties
11480
11481 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11482
11483         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
11484         
11485         return NULL instead of "Unknown", letting the title get set to
11486         the filename when the pdf has no title.
11487
11488 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11489
11490         * ps/ps-document.c: (ps_document_get_page_count),
11491         (ps_document_goto_page):
11492
11493 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11494
11495         * shell/ev-history.c: (ev_history_get_property),
11496         (ev_history_set_property), (ev_history_class_init),
11497         (ev_history_add_page), (ev_history_set_current_index):
11498         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
11499         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
11500         (ev_navigation_action_finalize):
11501         * shell/ev-navigation-action.h:
11502         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11503         (ev_view_go_forward), (ev_view_get_find_status_message),
11504         (history_index_changed_cb), (ev_view_set_history):
11505         * shell/ev-view.h:
11506         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11507         (update_current_page), (register_custom_actions):
11508
11509         Implement history dropdowns
11510
11511 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11512
11513         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
11514         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11515         (ev_view_go_forward):
11516         * shell/ev-window.c: (register_custom_actions):
11517
11518         Fix several history bugs
11519
11520 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
11521
11522         * configure.ac: Add «nb» to ALL_LINGUAS.
11523
11524 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
11525
11526         * backend/Makefile.am:
11527         * backend/ev-bookmark.c:
11528         * backend/ev-bookmark.h:
11529         * backend/ev-document-bookmarks.c:
11530         * backend/ev-document-bookmarks.h:
11531         * backend/ev-document-links.c: (ev_document_links_get_type),
11532         (ev_document_links_has_document_links),
11533         (ev_document_links_begin_read), (ev_document_links_get_link),
11534         (ev_document_links_get_child), (ev_document_links_next),
11535         (ev_document_links_free_iter):
11536         * backend/ev-document-links.h:
11537         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
11538         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
11539         (ev_link_get_link_type), (ev_link_set_link_type),
11540         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
11541         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
11542         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
11543         (ev_link_new_external):
11544         * backend/ev-link.h:
11545         * pdf/xpdf/pdf-document.cc:
11546         * shell/Makefile.am:
11547         * shell/ev-application.c: (ev_application_open_link):
11548         * shell/ev-application.h:
11549         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
11550         (ev_history_get_link_nth):
11551         * shell/ev-history.h:
11552         * shell/ev-sidebar-bookmarks.c:
11553         * shell/ev-sidebar-bookmarks.h:
11554         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11555         (ev_sidebar_links_class_init), (selection_changed_cb),
11556         (ev_sidebar_links_construct), (ev_sidebar_links_init),
11557         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
11558         (do_one_iteration), (populate_links_idle),
11559         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
11560         * shell/ev-sidebar-links.h:
11561         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11562         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
11563         (go_to_index):
11564         * shell/ev-view.h:
11565         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
11566         * shell/ev-window.h:
11567
11568         Rename bookmark to link, and use "Index" for the sidebar panel.
11569
11570 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11571
11572         * shell/Makefile.am:
11573         * shell/ev-application.c: (ev_application_open_bookmark):
11574         * shell/ev-application.h:
11575         * shell/ev-history.c: (ev_history_init), (free_links_list),
11576         (ev_history_finalize), (ev_history_class_init),
11577         (ev_history_add_link), (ev_history_add_page),
11578         (ev_history_get_link_nth), (ev_history_get_n_links),
11579         (ev_history_get_current_index), (ev_history_set_current_index),
11580         (ev_history_new):
11581         * shell/ev-history.h:
11582         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11583         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
11584         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
11585         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
11586         (ev_view_set_page):
11587         * shell/ev-view.h:
11588         * shell/ev-window.c: (ev_window_open_bookmark),
11589         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
11590         (goto_page_cb), (register_custom_actions):
11591         * shell/ev-window.h:
11592
11593         Initial history implementation. Needs work.
11594
11595 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
11596
11597         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
11598
11599 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11600
11601         * cut-n-paste/recent-files/egg-recent-item.c:
11602         * cut-n-paste/recent-files/egg-recent-item.h:
11603         * cut-n-paste/recent-files/egg-recent-model.c:
11604         * cut-n-paste/recent-files/egg-recent-util.c:
11605         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11606         * cut-n-paste/recent-files/egg-recent-view.c:
11607
11608         Update
11609
11610 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
11611
11612         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
11613         (fillGlyph, fillImageMask, drawImage):
11614         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
11615         pdf/splash/SplashTypes.h:
11616         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
11617         packed mode for Splash.
11618
11619         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
11620         RGB8 packed mode, eliminates the pixbuf data creation loop.
11621
11622         * shell/ev-print-job.c (ev_print_job_finalize)
11623         (ev_print_job_set_property, ev_print_job_get_property)
11624         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
11625         (ev_print_job_use_print_dialog_settings, idle_print_handler)
11626         (print_closure_finalize, ev_print_job_print): implement
11627         printing (for backends with EvPsExporter)
11628
11629         * shell/ev_print_job.h: update prototypes.
11630
11631         * shell/ev-window.c (ev_window_print): unref print job after
11632         printing.
11633
11634         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
11635         unless the document implements the EvDocumentFind interface.
11636
11637 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
11638
11639         * configure.ac: Added ja to ALL_LINGUAS.
11640
11641 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11642
11643         * pdf/xpdf/pdf-document.cc:
11644
11645         add a FIXME. We should probably not allocate
11646         a bookmark object every time
11647
11648 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11649
11650         * shell/ev-application.c: (ev_application_open),
11651         (ev_application_open_bookmark):
11652         * shell/ev-application.h:
11653         
11654         Add a way to open bookmarks
11655
11656         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
11657         (ev_bookmark_set_uri), (ev_bookmark_get_property),
11658         (ev_bookmark_set_property), (ev_bookmark_class_init),
11659         (ev_bookmark_new_title), (ev_bookmark_new_link),
11660         (ev_bookmark_new_external):
11661
11662         Support for external uris, better constructors.
11663
11664         * backend/ev-bookmark.h:
11665         * pdf/xpdf/pdf-document.cc:
11666         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11667
11668         Handle external uris
11669
11670 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11671
11672         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
11673         (ev_sidebar_bookmarks_construct), (do_one_iteration):
11674
11675         Hook up bookmarks navigation
11676
11677 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11678
11679         * backend/Makefile.am:
11680         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
11681         (ev_bookmark_get_title), (ev_bookmark_set_title),
11682         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
11683         (ev_bookmark_get_page), (ev_bookmark_set_page),
11684         (ev_bookmark_get_property), (ev_bookmark_set_property),
11685         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
11686         (ev_bookmark_new):
11687         * backend/ev-bookmark.h:
11688         * backend/ev-document-bookmarks.c:
11689         (ev_document_bookmarks_get_bookmark):
11690         * backend/ev-document-bookmarks.h:
11691         * pdf/xpdf/pdf-document.cc:
11692         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
11693
11694         Add a bookmark object to the backend and use it instead of get_values
11695
11696 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11697
11698         * data/evince-ui.xml:
11699
11700         Cleanup and add select all.
11701
11702         * shell/ev-view.c: (ev_view_select_all),
11703         (ev_view_button_press_event):
11704         * shell/ev-view.h:
11705         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
11706
11707         Add select all.
11708         Clear selection on click.
11709
11710 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
11711
11712         * shell/ev-sidebar-thumbnails.c
11713         (ev_sidebar_thumbnails_set_document): forgot to unref the
11714         loading_icon.
11715
11716 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
11717
11718         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
11719         at the visible page, not just linearly.  This makes it look fast.
11720
11721 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
11722
11723         * backend/ev-document-misc.c
11724         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
11725         white.
11726         * backend/ev-document-thumbnails.h: New interface to get the size
11727         of a page.
11728
11729 2005-01-06  Jeremy Katz  <katzj@redhat.com>
11730
11731         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
11732         make dist works
11733
11734 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
11735
11736         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
11737         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
11738         things up a bit.
11739
11740         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
11741
11742 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
11743
11744         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
11745         fonts. Should fix font problems on systems that have the base
11746         fonts in bitmap format. Reported by James Henstridge
11747         <james@jamesh.id.au>.
11748
11749 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11750
11751         * pdf/xpdf/Gfx.cc:
11752         * pdf/xpdf/GfxState.cc:
11753
11754         Fix for CAN-2004-1125
11755
11756 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11757
11758         * shell/ev-view.c: (ev_view_copy):
11759         * shell/ev-view.h:
11760         * shell/ev-window.c: (ev_window_cmd_edit_copy):
11761
11762         Implement Edit->Copy
11763
11764 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11765
11766         * backend/ev-document.c: (ev_document_get_text):
11767         * backend/ev-document.h:
11768         * pdf/xpdf/pdf-document.cc:
11769         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
11770         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11771         (ev_view_update_primary_selection), (ev_view_button_press_event),
11772         (ev_view_motion_notify_event), (ev_view_button_release_event):
11773
11774         Beginnings of clipboard support. Incomplete but primary sort
11775         of work.
11776
11777 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11778
11779         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
11780         (expose_bin_window):
11781
11782         Nicer rubberband drawing, from GtkIconView.
11783
11784 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11785
11786         * backend/ev-document.c: (ev_document_save):
11787         * backend/ev-document.h:
11788         * data/evince-ui.xml:
11789         * pdf/xpdf/pdf-document.cc:
11790         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
11791
11792         Implement "Save a copy..." menu item
11793
11794 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11795
11796         * shell/ev-view.c: (ev_view_zoom):
11797
11798         Queue a resize when zoom changes
11799
11800 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
11801
11802         * backend/ev-document-misc.[ch]: New misc file to do simple drop
11803         shadows.
11804
11805         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
11806         thumbnails..
11807
11808 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
11809
11810         * pdf/xpdf/pdf-document.cc
11811         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
11812
11813 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
11814
11815         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
11816         It's slow, but I'll speed it up next!
11817
11818 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
11819
11820         * shell/main.c (load_files):
11821
11822         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
11823         from the command line and because it seems more appropriate.
11824
11825 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11826
11827         * data/evince-ui.xml:
11828         * shell/ev-window.c: (update_action_sensitivity),
11829         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
11830
11831         s/next page/page down
11832         s/previous page/page up
11833
11834 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11835
11836         * data/evince-ui.xml:
11837
11838         Change the layout to match clarkbw design.
11839
11840         * shell/Makefile.am:
11841         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
11842         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
11843         (ev_navigation_action_finalize),
11844         (ev_navigation_action_set_property),
11845         (ev_navigation_action_get_property),
11846         (ev_navigation_action_class_init):
11847         * shell/ev-navigation-action.h:
11848
11849         Implement clarkbw toolbar navigation controls (incomplete)
11850
11851         * shell/ev-page-action.c: (update_label), (update_spin),
11852         (value_changed_cb), (create_tool_item), (connect_proxy),
11853         (ev_page_action_init), (ev_page_action_finalize),
11854         (ev_page_action_set_property), (ev_page_action_get_property),
11855         (ev_page_action_set_current_page),
11856         (ev_page_action_set_total_pages), (ev_page_action_class_init):
11857         * shell/ev-page-action.h:
11858
11859         Implement a page switcher in the toolbar
11860
11861         * shell/ev-view.c: (ev_view_scroll_view):
11862         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11863         (update_current_page), (view_page_changed_cb), (goto_page_cb),
11864         (register_custom_actions), (ev_window_init):
11865
11866         Change page on PageUp/Down.
11867
11868 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
11869
11870         * pdf/xpdf/pdf-document.cc
11871         (pdf_document_thumbnails_get_thumbnail): initial stab at
11872         implementing thumbnail support for pdfs.  It only does documents
11873         with precached pdfs now.
11874
11875 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
11876
11877         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
11878         thumbnail code into a time-based idle as well.  Also, turn off the
11879         shadow temporarily as it's really slow.
11880
11881 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11882
11883         * backend/ev-document.c: (ev_document_class_init):
11884         * pdf/xpdf/pdf-document.cc:
11885         * shell/ev-window.c: (ev_window_open):
11886
11887         Fix document title bugs and fallback to
11888         filename when not available.
11889
11890 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11891
11892         * backend/ev-document.c: (ev_document_get_type),
11893         (ev_document_class_init), (ev_document_load),
11894         (ev_document_get_title):
11895         * backend/ev-document.h:
11896         * pdf/xpdf/pdf-document.cc:
11897         * ps/ps-document.c: (ps_document_set_property),
11898         (ps_document_get_property), (ps_document_class_init),
11899         (document_load):
11900         * ps/ps-document.h:
11901         * ps/ps.h:
11902         * shell/ev-window.c: (update_window_title), (ev_window_open),
11903         (ev_window_init):
11904
11905         Initial support for document title. Not working yet.
11906
11907 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11908
11909         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
11910
11911         Grab focus on the view when clicking it
11912
11913 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11914
11915         * shell/ev-marshal.list:
11916         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
11917         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
11918
11919         Add key bindings to the view. Now if the focus would work
11920         right...
11921
11922 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11923
11924         * Makefile.am:
11925         * backend/Makefile.am:
11926         * data/Makefile.am:
11927         * dvi/Makefile.am:
11928         * dvi/dvilib/Makefile.am:
11929         * pdf/xpdf/Makefile.am:
11930         * po/POTFILES.in:
11931         * ps/Makefile.am:
11932
11933         Fix distcheck
11934
11935 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11936
11937         * shell/ev-view.c: (ev_view_realize):
11938
11939         Fix mouse wheel scrolling
11940
11941 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11942
11943         * ps/Makefile.am:
11944         * ps/gstypes.h:
11945         * ps/gtkgs.c:
11946         * ps/gtkgs.h:
11947         * ps/ps-document.c: (catchPipe), (ps_document_init),
11948         (ps_document_class_init), (ps_document_cleanup),
11949         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
11950         (set_up_page), (close_pipe), (is_interpreter_ready),
11951         (interpreter_failed), (output), (input), (start_interpreter),
11952         (stop_interpreter), (file_length), (file_readable),
11953         (check_filecompressed), (check_pdf), (compute_xdpi),
11954         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
11955         (ps_document_get_type), (ps_document_emit_error_msg),
11956         (document_load), (ps_document_next_page),
11957         (ps_document_get_current_page), (ps_document_get_page_count),
11958         (ps_document_goto_page), (ps_document_set_page_size),
11959         (ps_document_zoom_to_fit), (ps_document_set_zoom),
11960         (ps_document_load), (ps_document_get_n_pages),
11961         (ps_document_set_page), (ps_document_get_page),
11962         (ps_document_widget_event), (ps_document_set_target),
11963         (ps_document_set_scale), (ps_document_set_page_offset),
11964         (ps_document_get_page_size), (ps_document_render),
11965         (ps_document_document_iface_init):
11966         * ps/ps-document.h:
11967         * ps/ps.c:
11968         * shell/ev-window.c: (ev_window_open):
11969
11970         Rename GtkGS to PSDocument
11971
11972 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11973
11974         * ps/gtkgs.c: (gtk_gs_class_init):
11975         * ps/gtkgs.h:
11976
11977         Some more leftover...
11978
11979 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11980
11981         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
11982         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
11983         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
11984         * ps/gtkgs.h:
11985
11986         Remove unused code and make a lot of stuff private
11987
11988 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11989
11990         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
11991         (gtk_gs_defaults_changed):
11992         * ps/gsdefaults.h:
11993         * ps/gtkgs.c:
11994         * ps/gtkgs.h:
11995         * ps/ps.h:
11996
11997         Cleanup headers dependencies
11998
11999 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12000
12001         * ps/Makefile.am:
12002         * ps/ggvutils.c:
12003         * ps/ggvutils.h:
12004         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
12005         * ps/gsdefaults.h:
12006         * ps/gtkgs.c: (file_length), (file_readable),
12007         (check_filecompressed), (check_pdf), (gtk_gs_load),
12008         (gtk_gs_get_postscript):
12009
12010         Get rid of ggvutils
12011
12012 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12013
12014         * ps/ggvutils.c:
12015         * ps/ggvutils.h:
12016         * ps/gsio.h:
12017         * ps/gtkgs.c: (gtk_gs_set_zoom):
12018
12019         Cleanups
12020
12021 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12022
12023         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
12024
12025         Ensure the page is rerendered when changing zoom
12026
12027 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12028
12029         * backend/ev-document.c: (ev_document_base_init),
12030         (ev_document_changed):
12031         * backend/ev-document.h:
12032
12033         Add a changed event that is emitted when the page content
12034         changes. This is necessary to deal with the fact that
12035         in ps backend rendering happen asycrounously.
12036         This makes the ps backend mostly work.
12037
12038         * pdf/xpdf/pdf-document.cc:
12039
12040         Emit changed event
12041
12042         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
12043         (ps_document_set_target):
12044
12045         Emit changed event
12046
12047         * shell/ev-view.c: (document_changed_callback),
12048         (ev_view_set_document), (ev_view_set_page):
12049
12050         Redraw on the changed signal
12051
12052 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
12053
12054         * configure.ac: Added pt_BR to ALL_LINGUAS.
12055
12056 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
12057
12058         * backend/ev-document-bookmarks.c:
12059         (ev_document_bookmarks_get_child): *
12060         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
12061         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
12062         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
12063         (ev_sidebar_bookmarks_destroy),
12064         (ev_sidebar_bookmarks_class_init),
12065         (ev_sidebar_bookmarks_construct), (stack_data_free),
12066         (do_one_iteration), (populate_bookmarks_idle),
12067         (ev_sidebar_bookmarks_clear_document),
12068         (ev_sidebar_bookmarks_set_document): *
12069         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
12070         (ev_sidebar_add_page),
12071         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
12072         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
12073         it displays both the topics and the page numbers.
12074
12075 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
12076
12077         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
12078         toggle.
12079         * shell/ev-window.c (toggle_entries): Set sidebar default value to
12080         visible.
12081
12082 2004-12-23  Adam Weinberger  <adamw@gnome.org>
12083
12084         * configure.ac: Added en_CA to ALL_LINGUAS.
12085
12086 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12087
12088         * ChangeLog: replace bottom of this ChangeLog (merged history of
12089         ggv and gpdf; where all paths were wrong and most of the files are
12090         not even in this tree) with ChangeLog (from arch) of the shell
12091         code.
12092
12093 2004-12-23  Havoc Pennington  <hp@redhat.com>
12094
12095         * shell/ev-window.c: hook up potentially-questionable "find
12096         results status text" feature - something involving the sidebar or
12097         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
12098         might be better in the end.
12099
12100         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
12101         with corresponding signal when it should be updated
12102
12103         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
12104
12105 2004-12-22  Havoc Pennington  <hp@redhat.com>
12106
12107         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
12108         find stuff on other pages, sort of (only returns one result on
12109         invisible pages, to show they have results; updates full results
12110         for a page when you view it). Currently repaints the current page
12111         every time a new result is found on any page, which isn't so nice.
12112
12113 2004-12-22  Havoc Pennington  <hp@redhat.com>
12114
12115         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
12116         the document doesn't support find (better ideas?)
12117         (find_bar_search_changed_cb): handle missing document or document
12118         that doesn't support find
12119
12120         * pdf/xpdf/pdf-document.cc: port to implement the new
12121         EvDocumentFindIface
12122
12123         * backend/ev-document-find.c: create a new interface for searching
12124
12125         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
12126
12127 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12128
12129         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
12130         libevbackend.la.
12131
12132         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
12133         EvPrintJob constructor arguments.
12134
12135         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
12136         for documents that can export PostScript (page by page).
12137
12138         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
12139         
12140         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
12141         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
12142         (pdf_document_ps_exporter_iface_init:
12143         Implement EvPSExporter.
12144
12145         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
12146
12147 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12148
12149         * backend/Makefile.am:
12150         * backend/ev-document-thumbnails.c:
12151         (ev_document_thumbnails_get_type),
12152         (ev_document_thumbnails_get_thumbnail):
12153         * backend/ev-document-thumbnails.h:
12154         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12155         (pixbuf_document_thumbnails_get_thumbnail),
12156         (pixbuf_document_document_thumbnails_iface_init):
12157         * shell/Makefile.am:
12158         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
12159         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
12160         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
12161         * shell/ev-sidebar-thumbnails.h:
12162         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12163         (ev_sidebar_set_document):
12164         * shell/ev-utils.c: (gaussian), (create_blur_filter),
12165         (create_shadow), (ev_pixbuf_add_shadow):
12166         * shell/ev-utils.h:
12167         Add thumbnail support.
12168         
12169 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12170
12171         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
12172         (using_postscript_printer): Set up a print dialog for "PostScript
12173         injection" method.
12174
12175         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
12176         EvPrintJob.
12177
12178         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
12179
12180 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12181
12182         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
12183         (ps_document_set_target), (ps_document_get_page_size),
12184         (ps_document_render):
12185         * ps/gtkgs.h:
12186
12187         Fix a few bugs
12188
12189 2004-12-22  Christian Rose  <menthos@menthos.com>
12190
12191         * configure.ac: Added "sv" to ALL_LINGUAS.
12192
12193 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
12194
12195         * backend/ev-document-bookmarks.[ch]: new interface to indicate
12196         document supports bookmarks.
12197
12198 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12199
12200         * ps/ggvutils.c: (ggv_file_readable):
12201         * ps/ggvutils.h:
12202         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
12203         (gtk_gs_get_postscript):
12204
12205         Remove unused utils
12206
12207 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12208
12209         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
12210         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
12211         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
12212         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
12213         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
12214         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
12215         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12216         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12217         (gtk_gs_set_antialiasing), (ps_document_load),
12218         (ps_document_render):
12219         * ps/gtkgs.h:
12220
12221         Another check point for the ps backend. Now I can get it to show
12222         pages!
12223
12224 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
12225
12226         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
12227         document setting code.
12228
12229 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12230
12231         * shell/eggfindbar.c: (entry_activate_callback):
12232         Animate the next button when activate is pressed.
12233         
12234 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12235
12236         * shell/ev-window.c: (ev_window_cmd_edit_find),
12237         (update_fullscreen_popup), (ev_window_fullscreen),
12238         (ev_window_unfullscreen), (ev_window_state_event_cb),
12239         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
12240         Fix bugs in fullscreen code.
12241         
12242 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12243
12244         * Makefile.am:
12245         * configure.ac:
12246         * pixbuf/Makefile.am:
12247         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12248         (pixbuf_document_load), (pixbuf_document_get_n_pages),
12249         (pixbuf_document_set_page), (pixbuf_document_get_page),
12250         (pixbuf_document_set_target), (pixbuf_document_set_scale),
12251         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
12252         (pixbuf_document_render), (pixbuf_document_begin_find),
12253         (pixbuf_document_end_find), (pixbuf_document_finalize),
12254         (pixbuf_document_class_init),
12255         (pixbuf_document_document_iface_init), (pixbuf_document_init):
12256         * pixbuf/pixbuf-document.h:
12257         * shell/Makefile.am:
12258         * shell/ev-application.c: (ev_application_open):
12259         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
12260         (ev_window_open):
12261         Add pixbuf backend.
12262         
12263 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
12264
12265         * Makefile.am: 
12266         * dvi/dvilib/Makefile.am:
12267         * dvi/Makefile.am:
12268         * configure.ac: Auto*ify dvi and dvi/dvilib
12269
12270         * dvi/Makefile: Remove from CVS
12271         
12272         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
12273         confusion.
12274
12275         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
12276         
12277         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
12278         
12279 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12280
12281         * ps/Makefile.am:
12282         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
12283         (gtk_gs_value_adjustment_changed), (compute_size),
12284         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
12285         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
12286         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12287         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12288         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
12289         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
12290         (ps_document_load), (ps_document_get_n_pages),
12291         (ps_document_set_page), (ps_document_get_page),
12292         (ps_document_set_target), (ps_document_set_scale),
12293         (ps_document_set_page_offset), (ps_document_get_page_size),
12294         (ps_document_render), (ps_document_begin_find),
12295         (ps_document_end_find), (ps_document_document_iface_init):
12296         * ps/gtkgs.h:
12297         * shell/Makefile.am:
12298         * shell/ev-window.c: (ev_window_open):
12299
12300         Some work to integrate gtkgs with EvDocument
12301
12302 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12303
12304         * shell/ev-window.c: (update_fullscreen_popup),
12305         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
12306         (exit_fullscreen_button_clicked_cb),
12307         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
12308         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12309         (ev_window_state_event_cb), (ev_window_init):
12310         Add fullscreen support from Epiphany.
12311         
12312 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12313
12314         * data/ev-stock-zoom-fit-width.png: fit-width
12315         stock icon from gpdf.
12316         
12317         * shell/ev-stock-icons.[ch]: copied from gpdf.
12318         
12319         * shell/main.c: (main): init stock icons.
12320         
12321         * shell/ev-window.c: use the fit-width icon.
12322         
12323         * data/evince-ui.xml: add zooming toolbar items.
12324
12325 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12326
12327         * shell/ev-view.c: 
12328         (ev_view_best_fit), (ev_view_fit_width): because
12329         get_page_size() returns the scaled page size, we
12330         need to calculate the scale factor relative to
12331         the previous scale factor. Should really just
12332         add get_real_page_size().
12333
12334 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12335
12336         * shell/ev-view.[ch]:
12337         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
12338         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
12339         add zooming.
12340         
12341         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
12342         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
12343         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
12344         hook it up.
12345         
12346         * pdf/xpdf/pdf-document.cc:
12347         (pdf_document_begin_find),
12348         (pdf_document_end_find): make static.
12349
12350 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12351
12352         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
12353
12354         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
12355         names to fontconfig patterns.
12356         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
12357
12358         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
12359         setupBaseFontsFc.
12360
12361 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12362
12363         * Makefile.am:
12364         * configure.ac:
12365         * ps/Makefile.am:
12366         * ps/ggvutils.c:
12367         * ps/ggvutils.h:
12368         * ps/gsdefaults.c:
12369         * ps/gsdefaults.h:
12370         * ps/gsio.c:
12371         * ps/gsio.h:
12372         * ps/gtkgs.c:
12373         * ps/gtkgs.h:
12374         * ps/ps.c:
12375         * ps/ps.h:
12376
12377         Import ggv backend. Not hooked up yet.
12378
12379 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12380
12381         * shell/main.c: (load_files), (main): load files
12382         from the command line.
12383
12384 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12385
12386         * configure.ac: don't require bonobo.
12387         
12388         * cut-n-paste/recent-files/*: kill bonobo recent
12389         view.
12390
12391         * shell/ev-window.c:
12392         (ev_window_is_empty): upd.
12393         (unable_to_load), (ev_window_open): load backend
12394         based on the mime type.
12395
12396 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12397
12398         * backend/.cvsignore: ignore generated marshalers source.
12399
12400         * shell/main.c (main): this is not epiphany.
12401
12402 2004-12-22  Havoc Pennington  <hp@redhat.com>
12403
12404         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
12405         (expose_bin_window): draw find highlights
12406
12407         * shell/ev-window.c (find_bar_search_changed_cb): implement 
12408         
12409         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
12410         (pdf_document_end_find): implement this interface
12411
12412         * backend/ev-document.c (ev_document_found): add this to emit
12413         signal
12414
12415 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
12416
12417         * data/evince-ui.xml: Add a few more toolbar items.
12418
12419         * shell/ev-window.c: Hook up page navigation toolbar 
12420         items.
12421
12422         * shell/ev-view.[ch]: add ev_view_set/get_page and 
12423         a page-changed signal.
12424
12425         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
12426         Add ev_document_get_page().
12427
12428         * shell/ev-window.c: Sensitize/desensitize navigation
12429         actions.
12430
12431 2004-12-21  Havoc Pennington  <hp@redhat.com>
12432
12433         * backend/ev-backend-marshal.c,
12434         backend/ev-backend-marshalers.list, backend/Makefile.am: add
12435         marshaler-generator thingy. I'm sure there's a better way to do
12436         this in the modern world.
12437
12438         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
12439         end_find methods and "found" signal.
12440
12441         * configure.ac: find glib-genmarshal
12442
12443 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
12444
12445         * shell/ev-sidebar.c: Construct an actual sidebar.
12446         * shell/ev-sidebar-bookmarks.[ch]:
12447         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
12448
12449 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
12450
12451         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
12452         Redo size handling.
12453         
12454         * shell/ev-view.c: Track the size from the document.
12455
12456 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
12457
12458         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
12459         constructor assumes ownership of the string passed in.
12460         
12461         * shell/ev-window.c (ev_window_open): Destroy the error
12462         dialog once we've displayed it.
12463
12464 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
12465
12466         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
12467         a bit, it works! (sort of)
12468
12469         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
12470         Move to .cc since we need to use C++ in the implementation.
12471
12472         * shell/dummy.cc: Add a CC file to force evince
12473         to be linked as a C++ program.
12474
12475 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
12476
12477         * shell/ev-view.[ch]: Start of content-area widget.
12478
12479         * shell/ev-window.c: Create a EvView, update it
12480         as we change documents.
12481
12482         * shell/Makefile.am shell/ev-marshal.list: Add
12483         generated marshalers.
12484
12485 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
12486
12487         * Makefile.am (SUBDIRS): move shell.
12488
12489 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
12490
12491         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
12492         .a to libtool convenience libraries.
12493
12494         * shell/ev-window.c (ev_window_open): Hard code loading
12495         a PDF document.
12496         
12497         * backend/ev-document.h: Add a boolean return to load(),
12498         fix GError * to GError **.
12499
12500         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
12501         object for a PDF backend EvDocument.
12502
12503 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
12504
12505         * dvi/*: New directory with the beginning of a .dvi backend.
12506
12507 2004-12-21  Havoc Pennington  <hp@redhat.com>
12508
12509         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
12510         previous/next instead of back/forward
12511
12512 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
12513
12514         * backend/ev-document.[ch]: Fix a couple of problems so
12515         it compile.
12516
12517 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
12518
12519         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
12520         to backend/ directory, rename EvViewer to EvDocument.
12521
12522 2004-12-21  Havoc Pennington  <hp@redhat.com>
12523
12524         * shell/ev-window.c: hook up the find bar widget; now we just need
12525         a document to find things in
12526
12527         * shell/eggfindbar.c: a find bar widget
12528
12529 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
12530
12531         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
12532
12533 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
12534
12535         * pdf/**: Import of xpdf code from gpdf. 
12536
12537         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
12538
12539         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
12540         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
12541         Fix FreeType includes.
12542
12543         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
12544         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
12545         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
12546         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
12547         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
12548         Include xpdfconfig.h
12549         
12550 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
12551
12552         * shell/ev-window.c (ev_window_dispose): dispose can be called
12553         multiple times.
12554
12555 2004-12-21  Havoc Pennington  <hp@redhat.com>
12556
12557         * shell/ev-window.c (ev_window_init): set title to Document Viewer
12558         rather than Evince
12559
12560         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
12561         items; really they should be synced with the strings, etc. from
12562         current gpdf, but just getting the boring typing out of the way 
12563
12564 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12565
12566         * po/POTFILES.in:
12567         * shell/ev-application.c: (window_destroy_cb):
12568         * shell/ev-window.c:
12569         * shell/main.c: (main):
12570
12571         Actually show the window...
12572
12573 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12574
12575         * Makefile.am:
12576         * shell/Makefile.am:
12577         * shell/ev-application.c: (ev_application_class_init):
12578         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
12579
12580         Make it build again
12581
12582 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12583
12584         Import to gnome cvs.
12585         
12586         * Remove copies of gpdf and ggv trees.
12587         * Rip out all the recursive configure code.
12588         * Remove bonobo machinery.
12589         * viewer/*: GInterfaces that backends should/can implement.
12590
12591 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12592
12593         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
12594         typo
12595
12596 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12597
12598         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
12599         (ev_application_finalize, ev_application_class_init)
12600         (ev_application_init): use GType instance private data for priv.
12601
12602         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
12603         (ev_window_finalize, ev_window_class_init)
12604         (ev_window_init): ditto.
12605
12606 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12607
12608         * shell/ev-application.c (ev_application_new_window): make public
12609         (ev_application_show_initial_window): kill.
12610
12611         * shell/ev-application.h: update prototypes.
12612
12613         * shell/main.cc (main): inline ev_application_show_initial_window.
12614
12615 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12616
12617         * shell/ev-application.c (ev_application_new_window): impl.
12618         (ev_application_show_initial_window): use it.
12619         (is_window_empty, ev_application_get_empty_window): returns an
12620         existing empty window or a new one.
12621         (ev_application_open): from ev_window_cmd_file_open.
12622
12623         * shell/ev-application.h: update prototypes
12624
12625         * shell/ev-window.c (ev_window_is_empty): impl.
12626         (ev_window_open): make public.
12627         (ev_window_cmd_file_open): use ev_application_open
12628
12629         * shell/ev-window.h: update prototypes, remove unused.
12630
12631 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12632
12633         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
12634         move destroy handler out of here...
12635
12636         * shell/ev-application.c, shell/ev-application.h: ...into this new
12637         class. Also handles initial window creation.
12638
12639         * shell/main.cc (main): use EvApplication to create initial
12640         window.
12641
12642 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12643
12644         * Makefile.am (SUBDIRS): add cut-n-paste
12645
12646         * cut-n-paste/Makefile.am: add
12647
12648         * configure.ac: generate Makefiles in cut-n-paste
12649
12650 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12651
12652         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
12653         (ev_window_class_init): install ev_window_dispose.
12654
12655 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12656
12657         * shell/ev-window.h, shell/ev-window.c: replace gchar with
12658         char (gchar looks stupid).
12659
12660 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12661
12662         * po/de.po: updated German translation.
12663
12664 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12665
12666         * configure.ac: add more pkg-config library checks for gnome-vfs,
12667         bonobo etc.
12668
12669         * gpdf/configure.in: temporarily disable libpaper
12670         checks. Otherwise I'd have to add the checks for the shell, too.
12671
12672 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12673
12674         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
12675         and * file filters to the file choose.
12676
12677 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12678
12679         * po/de.po: Updated German translation.
12680
12681 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12682
12683         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
12684
12685 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12686
12687         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
12688
12689         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
12690         (ev_window_init): implement those menuitems.
12691
12692 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12693
12694         * data/evince-ui.xml: add a toolbar (with FileOpen action)
12695
12696         * shell/ev-window.c (ev_window_init): use the toolbar.
12697
12698 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12699
12700         * shell/ev-window.c (ev_window_init): use menu translations
12701
12702 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12703
12704         * configure.ac: add "de" to ALL_LINGUAS.
12705
12706         * po/de.po: add German translation.
12707
12708 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12709
12710         * Makefile.am (SUBDIRS): add po
12711
12712         * configure.ac: check intltool, glib-gettext etc, generate
12713         po/Makefile.in
12714
12715         * po, po/POTFILES.in, po/POTFILES.skip: new.
12716
12717 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12718
12719         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
12720         already use (#ifdef ENABLE_NLS)
12721
12722         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
12723         pointer indirection thinko.
12724
12725         * shell/main.c: include gi18n.h for bindtextdomain etc.
12726
12727 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12728
12729         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
12730         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
12731         tooltips for menu items in the statusbar.
12732
12733 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12734
12735         * configure.ac, data/Makefile.am, shell/Makefile.am: use
12736         pkgdatadir drop UIDIR
12737
12738 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12739
12740         * data/evince-ui.xml: Add File->Open menu item
12741
12742         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
12743         chooser), hook it up in the ui manager.
12744
12745 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12746
12747         * shell/ev-window.c: fix Help->About tooltip.
12748
12749 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
12750
12751         * configure.ac: set CFLAGS for libevprivate.
12752
12753         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
12754         definitions, factory etc.
12755
12756         * lib/Makefile.am: build libevprivate.a (only stock icon code).
12757
12758         * shell/Makefile.am: link against libevprivate.a.
12759
12760         * shell/ev-window.c (entries): add stock icon to Help->About.
12761
12762         * shell/main.c (main): init stock icon code.
12763
12764 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12765
12766         * lib/recent-files: egg recent files code
12767
12768         * lib/Makefile.am: add.
12769
12770         * Makefile.am: add lib subdir.
12771
12772         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
12773         set CFLAGS for recent-files.
12774
12775 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12776
12777         * configure.ac: disable -ansi and -pedantic gcc flags. They
12778         disable POSIX stuff in stdio.h, but egg-recent uses them.
12779
12780 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
12781
12782         * configure.ac: add --disable-deprecated flag (defaults to on in
12783         "cvs" builds).
12784
12785         * shell/Makefile.am (INCLUDES): use it.
12786
12787 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12788
12789         * shell/main.c: add missing #include.
12790
12791         * shell/ev-window.c: fix for pedantic gcc.
12792         (ev_window_cmd_help_about): split license into paragraphs for
12793         translators and pedantic compilers.
12794
12795 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12796
12797         * configure.ac: add more warning flags if compiling with gcc from
12798         cvs (or explicitly requested with --enable-more-warnings).
12799
12800 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12801
12802         * data/evince-ui.xml: add File and File->Close menu.
12803
12804         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
12805         (ev_window_destroy): quit after destroy.
12806         (ev_window_class_init): override GtkObject::destroy.
12807         (entries): install close_window callback.
12808
12809 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12810
12811         * Makefile.am (SUBDIRS): add data subdir.
12812
12813         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
12814         gtk+ 2.5.0 for GtkAboutDialog.
12815
12816         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
12817         main window.
12818
12819         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
12820
12821         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
12822         manager.
12823         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
12824
12825 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12826
12827         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
12828
12829 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12830
12831         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
12832
12833 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12834
12835         * shell/*: Added shell directory boilerplate, build it.
12836
12837 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12838
12839         * configure.ac, Makefile.am: Added top-level configure.ac and
12840         Makefile.am