]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Repair gorizontal scrolling with shift. Fixes bug #483412.
[evince.git] / ChangeLog
1 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2
3         * shell/ev-view.c: (ev_view_scroll_event):
4         
5         Repair gorizontal scrolling with shift. Fixes
6         bug #483412.
7
8 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
9         
10         * MAINTAINERS:
11
12         Fix formatting issues.
13         
14 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
15
16         * backend/comics/comics-document.c: (comics_regex_quote):
17         
18         Don't overquote special chars except of '. See bug 
19         502500. Thanks to Tom Parker.
20
21 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
22
23         * MAINTAINERS:
24         
25         Added Nickolay and Carlos, since they're doing most of
26         the releases nowadays.
27
28 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
29
30         * properties/Makefile.am:
31
32         Get the nautilus extension dir properly instead of using
33         a hack. Fixes bug #505359.
34
35 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
36
37         * properties/Makefile.am:
38         
39         Install nautilus extension into new place. See bug
40         #505359. Thanks to Matthias Clasen, Brian Pepple and
41         Damien Carbery.
42
43 2008-01-13   Djihed Afifi  <djihed@gmail.com>
44
45         * shell/ev-window.c: (ev_window_get_recent_file_label):
46         
47         RTL marker in recent file list. See bug #509076.
48
49 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
50
51         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
52         * shell/ev-window.c: (image_save_dialog_response_cb):
53
54         Fix compile warnings due to unused variables.
55         
56 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
57
58         * configure.ac:
59         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
60         * backend/ps/ev-spectre.c: (ps_document_render):
61
62         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
63
64 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
65
66         * shell/ev-transition-animation.c (ev_transition_animation_fade)
67         (ev_transition_animation_paint): Implement "fade" effect.
68
69 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
70
71         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
72         (ev_transition_animation_paint): Implement "uncover" effect.
73
74 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
75
76         * shell/ev-transition-animation.c (ev_transition_animation_cover)
77         (ev_transition_animation_paint): Implement "cover" effect.
78
79 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
80
81         * shell/ev-transition-animation.c (ev_transition_animation_push)
82         (ev_transition_animation_paint): Implement "push" effect.
83
84 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
85
86         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
87         (ev_transition_animation_paint): Implement "dissolve" effect.
88
89 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
90
91         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
92         (ev_transition_animation_paint): Implement "wipe" effect.
93
94 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
95
96         * shell/ev-transition-animation.c (ev_transition_animation_box)
97         (ev_transition_animation_paint): Implement "box" effect.
98
99 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
100
101         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
102         (ev_transition_animation_paint): Implement "blinds" effect.
103
104 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
105
106         * shell/ev-transition-animation.c (ev_transition_animation_split)
107         (ev_transition_animation_paint): Implement "split" effect.
108
109 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
110
111         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
112         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
113         (ev_view_transition_animation_start) 
114         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
115         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
116         (ev_view_next_page) (ev_view_previous_page):
117         
118         Use EvTransitionAnimation to drive page changes in the presentation
119         mode, the animation will wait to start until both the origin and 
120         destination page surfaces are available. Fixes #458460.
121
122         (draw_loading_text):
123
124         Remove workaround for bug #320352, it's now fixed properly.
125
126
127 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
128
129         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
130         will contain the implementations for page transition animations, at
131         the moment it just has the "replace" effect.
132         * shell/Makefile.am: Added these files to build.
133
134 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
135
136         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
137         animations.
138         * shell/Makefile.am: Added these files to build.
139
140 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
141
142         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
143         implementation to get_effect() in EvDocumentTransitionIface.
144
145 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
146
147         * libdocument/ev-transition-effect.[ch]: New files, define a page
148         transition effect, at the moment it maps PopplerPageTransition to a
149         GObject.
150         * libdocument/Makefile.am: Added these files to build.
151         * libdocument/ev-document-transition.[ch]
152         (ev_document_transition_get_effect): New method, gets the
153         EvTransitionEffect returned by the interface implementation, with
154         fallback to the "replace" effect.
155
156 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
157
158         * configure.ac:
159         * cut-n-paste/Makefile.am:
160         * cut-n-paste/fileformatchooser/Makefile.am:
161         * cut-n-paste/fileformatchooser/egg-macros.h:
162         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
163         * shell/Makefile.am:
164         * shell/ev-window.c: (image_save_dialog_response_cb),
165         (ev_view_popup_cmd_save_image_as):
166
167         Allow exporting images in any format supported by
168         GdkPixbuf. Fixes bug #500209.
169         
170 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
171
172         * backend/pixbuf/pixbuf-document.c:
173
174         More warnings fixed.
175         
176 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
177
178         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
179         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
180         * backend/djvu/djvu-text.h:
181         * backend/tiff/tiff-document.c: (tiff_document_render):
182
183         Fix compile warnings.
184         
185 2007-12-28  Christian Persch  <chpe@gnome.org>
186
187         * **/*.c: Include config.h. Bug #504721.
188
189 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
190
191         * configure.ac:
192         * Makefile.am:
193         * po/POTFILES.in:
194         * backend/comics/Makefile.am:
195         * backend/comics/comics-document.[ch]:
196         * backend/comics/comicsdocument.evince-backend.in:
197         * backend/djvu/Makefile.am:
198         * backend/djvu/djvu-document.[ch]:
199         * backend/djvu/djvudocument.evince-backend.in:
200         * backend/dvi/Makefile.am:
201         * backend/dvi/dvi-document.[c]:
202         * backend/dvi/dvidocument.evince-backend.in:
203         * backend/impress/Makefile.am:
204         * backend/impress/impress-document.[ch]:
205         * backend/impress/impressdocument.evince-backend.in:
206         * backend/pdf/Makefile.am:
207         * backend/pdf/ev-poppler.cc:
208         * backend/pdf/ev-poppler.h:
209         * backend/pdf/pdfdocument.evince-backend.in:
210         * backend/pixbuf/Makefile.am:
211         * backend/pixbuf/pixbuf-document.[ch]:
212         * backend/pixbuf/pixbufdocument.evince-backend.in:
213         * backend/ps/Makefile.am:
214         * backend/ps/ev-spectre.[ch]:
215         * backend/ps/ps-document.[ch]:
216         * backend/ps/psdocument.evince-backend.in:
217         * backend/tiff/Makefile.am:
218         * backend/tiff/tiff-document.[ch]:
219         * backend/tiff/tiffdocument.evince-backend.in:
220         * libdocument/Makefile.am:
221         * libdocument/ev-backends-manager.[ch]:
222         * libdocument/ev-module.[ch]:
223         * libdocument/ev-document.h:
224         * libdocument/ev-document-factory.[ch]:
225         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
226         (get_compression_from_mime_type), (get_document_from_uri),
227         (ev_document_factory_get_document), (file_filter_add_mime_types),
228         (ev_document_factory_add_filters):
229         * shell/Makefile.am:
230         * shell/ev-window-title.c: (get_filename_from_uri):
231         * shell/main.c: (main):
232         * thumbnailer/Makefile.am:
233         * thumbnailer/evince-thumbnailer.c: (main):
234
235         Plugin system for backends. Fixes bug #351348.
236         
237 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
238
239         * shell/ev-view-private.h:
240         * shell/ev-view.c: (ev_view_drag_update_momentum),
241         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
242         (ev_view_button_release_event), (ev_view_destroy):
243         
244         Kinetic scrolling implemented as requested in
245         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
246
247 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
248
249         * data/evince-toolbar.xml:
250         * data/evince-ui.xml:
251         * shell/ev-view-private.h:
252         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
253         (ev_view_button_press_event), (ev_view_motion_notify_event),
254         (ev_view_button_release_event), (ev_view_init),
255         (ev_view_autoscroll_cb), (ev_view_autoscroll),
256         (ev_view_set_cursor):
257         * shell/ev-view.h:
258         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
259         (ev_window_cmd_view_autoscroll):
260         
261         Autoscroll feature with the context menu. Fixes bug 
262         #323670. Thanks to David Turner <cillian64@googlemail.com>.
263
264 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
265
266         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
267
268         Disconnect also page-ready signal when removing a job because the
269         page size has changed. Thanks to kripken
270         <kripkensteiner@gmail.com>.
271
272 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
273
274         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
275         
276         Scroll pages in page entry with mouse wheel. Fixes bug
277         #324122. Thanks to David Turner <cillian64@googlemail.com>.
278
279 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
280
281         * backend/dvi/Makefile.am:
282         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
283         (mdvi_cairo_device_init):
284         * backend/dvi/mdvi-lib/common.h:
285         * backend/dvi/mdvi-lib/mdvi.h:
286         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
287         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
288         (mdvi_build_path_from_cwd):
289
290         Add ps specials support in dvi backend when libspectre is
291         present. Fixes bug #386005.
292         
293 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
294
295         * configure.ac:
296         * backend/ps/Makefile.am:
297         * backend/ps/ev-spectre.[ch]:
298         
299         Use libspectre, if available, for the ps backend. Fixes bugs
300         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
301
302 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
303         
304         * backend/comics/comics-document.c: (comics_document_load):
305         
306         Cygwin build issue fix.
307
308 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
309
310         * shell/ev-view.c: (ev_view_set_zoom):
311
312         Do not limit the minimum zoom factor when sizing mode is best bit
313         or fit width. Fixes bug #503805.
314         
315 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
316
317         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
318         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
319         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
320         (ev_link_dest_get_property), (ev_link_dest_set_property),
321         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
322         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
323         (ev_link_dest_new_fitr):
324         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
325         (goto_fith_dest), (goto_xyz_dest):
326
327         Do not change left, top and zoom values when they are null in PDF
328         destinations. Fixes bug #460658.
329         
330 2007-12-10  Christian Persch  <chpe@gnome.org>
331
332         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
333         (ev_view_accessible_class_init),
334         (ev_view_accessible_idle_do_action),
335         (ev_view_accessible_action_do_action),
336         (ev_view_accessible_action_get_description),
337         (ev_view_accessible_action_set_description),
338         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
339         (ev_view_accessible_factory_init),
340         (ev_view_accessible_factory_get_accessible_type):
341         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
342         private data, and G_DEFINE_TYPE. Bug #502843.
343
344 2007-12-08  Christian Persch  <chpe@gnome.org>
345
346         * shell/ev-metadata-manager.c: (item_free),
347         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
348         (value_free), (parse_value), (parseItem),
349         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
350         (save_values): Use GSlice to allocate small amounts of memory. Bug
351         #475972.
352
353 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
354
355         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
356
357         Restore cursor to normal after a drag operation. Fixes bug
358         #501603.
359         
360 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
361
362         * NEWS:
363         * configure.ac:
364         
365         Update for release 2.21.1
366
367 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
368
369         * configure.ac:
370         * cut-n-paste/gedit-message-area/Makefile.am:
371         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
372         * shell/Makefile.am:
373         * shell/ev-message-area.[ch]:
374         * shell/ev-window.c: (ev_window_set_message_area),
375         (ev_window_error_message_response_cb), (ev_window_error_message),
376         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
377         (ev_window_save_job_cb), (image_save_dialog_response_cb),
378         (ev_attachment_popup_cmd_open_attachment),
379         (attachment_save_dialog_response_cb), (ev_window_set_document),
380         (ev_window_init):
381
382         Use a message area instead of a popup dialog for error
383         notifications. Fixes bug #337495.
384         
385 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
386
387         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
388         (ev_window_run_fullscreen):
389
390         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
391         
392 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
393
394         * ev-sidebar-thumbnails.c: (update_visible_range),
395         (ev_sidebar_thumbnails_refresh),
396         (ev_sidebar_thumbnails_set_document),
397         (ev_sidebar_thumbnails_support_document):
398
399         Show thumbnails for documents with one page. Fixes bug #358751.
400         
401 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
402
403         * shell/ev-window.c:
404         (ev_window_load_print_settings_from_metadata),
405         (ev_window_save_print_settings), (ev_window_print_finished),
406         (ev_window_print_range):
407
408         Print settings that are specific to the document are now saved per
409         document in the metadata file. Fixes bug #488806.
410         
411 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
412
413         * backend/tiff/tiff-document.c: (tiff_document_render):
414
415         Tiff documents were rendered with wrong colors. Fixes bug #497279.
416         
417 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
418
419         * shell/ev-application.[ch]: (get_find_string_from_args),
420         (ev_application_open_uri_at_dest), (ev_application_open_uri),
421         (ev_application_open_uri_list):
422         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
423         * shell/ev-window.[ch]: (ev_window_load_job_cb),
424         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
425         (ev_window_cmd_recent_file_activate),
426         (ev_window_open_recent_action_item_activated),
427         (ev_window_print_send), (open_remote_link):
428         * shell/main.c: (arguments_parse):
429
430         Add a command line option for search. Fixes bug #497710.
431         
432 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
433
434         * shell/ev-jobs.c: (ev_job_print_new):
435
436         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
437         
438 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
439
440         * data/evince-toolbar.xml:
441         * shell/Makefile.am:
442         * shell/ev-application.c: (ev_application_init):
443         * shell/ev-open-recent-action.[ch]:
444         * shell/ev-window.c:
445         (ev_window_open_recent_action_item_activated),
446         (register_custom_actions):
447
448         Add an expander to the open toolbar item which pops up a dropdown
449         menu with the recently used documents. Fixes bug #487215.
450         
451 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
452
453         * shell/ev-window.c: (ev_window_open_uri),
454         (ev_window_cmd_view_reload):
455
456         Do not jump to the first page when reloading by running evince
457         from the command line. Fixes bug #490847.
458         
459 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
460
461         * shell/ev-window.c: (ev_window_cmd_help_contents):
462
463         Plugged memory leak when help file is not found. Fixes bug
464         #490762.
465         
466 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
467
468         * configure.ac:
469
470         Enable djvu, dvi and comics backends by default. Fixes bug
471         #437121.
472         
473 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
474
475         * configure.ac:
476         * cut-n-paste/Makefile.am:
477         * cut-n-paste/recent-files/*: Removed
478         * help/reference/Makefile.am:
479         * shell/Makefile.am:
480         * shell/ev-application.[ch]: (ev_application_shutdown),
481         (ev_application_init):
482         * shell/ev-window.c: (ev_window_add_recent),
483         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
484
485         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
486         
487 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
488
489         * shell/ev-window.c: (launch_external_uri):
490
491         Let GnomeVFS check the URL, this allow more URL (like mailto:),
492         and report error if the URL is not supported (#489910).
493
494 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
495
496         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
497         (pdf_document_file_exporter_begin_page),
498         (pdf_document_file_exporter_end_page):
499
500         Fix printing with poppler splash backend. Fixes bug #489774.
501         
502 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
503
504         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
505         * shell/ev-print-job.c: (ev_print_job_class_init):
506
507         Fix a crash when printing with the gnome-print dialog. Fixes bug
508         #488939.
509         
510 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
511
512         * backend/pixbuf/pixbuf-document.c:
513
514         Fix an implicit function definition warning (#487655)
515
516 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
517
518         * shell/ev-window.c:
519
520         Fix conflicting shortcut for view sade pane and presentation.
521         
522 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
523
524         * backend/pdf/ev-poppler.cc:
525         (pdf_document_file_exporter_begin_page),
526         (pdf_document_file_exporter_do_page),
527         (pdf_document_file_exporter_end_page),
528         (pdf_document_file_exporter_iface_init):
529         * libdocument/ev-file-exporter.[ch]:
530         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
531         * shell/ev-jobs.c: (ev_job_print_get_page_list),
532         (ev_job_print_run):
533
534         When printing multiple pages per sheet in reverse option, do not
535         invert the order of the pages in every sheet, but the order of the
536         sheets. Do not print blank pages when page range is invalid. Fixes
537         bugs #484857 and #485521.
538         
539 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
540
541         * shell/ev-jobs.c: (ev_job_print_get_page_list),
542         (ev_job_print_run):
543         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
544
545         Respect ranges order when printing more than one range in random
546         order.
547         
548 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
549
550         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
551         (ev_window_setup_document), (ev_window_rotation_changed_cb):
552
553         Rotate also the window icon when document is rotated. Fixes bug
554         #474681.
555         
556 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
557
558         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
559         (pdf_document_forms_get_form_fields):
560
561         Silently ignore unknown form fields. Fixes bug #482654. Patch by
562         Matthias Drochner.
563         
564 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
565
566         * configure.ac:
567         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
568
569         Use poppler_page_render_for_printing() instead of
570         poppler_page_render() if available when exporting to a ps or pdf
571         file. Fixes bug #476627.
572         
573 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
574
575         * shell/ev-window.c: (ev_window_run_fullscreen):
576
577         Do not show the toolbar in fullscreen mode if the main toolbar is
578         not visible. Fixes bug #483048.
579         
580 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
581
582         * shell/ev-view.c: (ev_view_button_press_event):
583
584         Give priority to form fields over images when deciding whether a
585         button press event is over an image or form field. It allows edit
586         form fields when they are over a background image. Fixes bug
587         #477841.
588         
589 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
590
591         * NEWS:
592         * configure.ac:
593         
594         Update for release 2.20.0
595
596 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
597
598         * backend/pdf/ev-poppler.cc:
599
600         Remove #ifdef HAVE_FORMS, so that forms support works again.
601
602 2007-09-05  Götz Waschk  <waschk@mandriva.org>
603
604         * configure.ac:
605         * data/evince.desktop.in.in:
606         
607         Fixes desktop file issues. See bug #473471.
608
609 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
610
611         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
612         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
613         (ev_job_queue_remove_job):
614         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
615         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
616         * shell/ev-window.c: (ev_window_clear_save_job),
617         (ev_window_save_job_cb), (file_save_dialog_response_cb),
618         (ev_window_dispose):
619
620         Move save a copy task to its own job so that it's carried out in a
621         thread avoiding another lock in the main thread. Use
622         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
623         can be saved to a pathin another file system. Fixes bug #456891.
624         
625 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
626
627         * NEWS:
628         * configure.ac:
629         
630         Update for release 2.19.92
631
632 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
633
634         * configure.ac:
635         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
636         (pdf_selection_get_selection_region),
637         (pdf_selection_get_selection_map),
638         (ev_form_field_from_poppler_field):
639
640         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
641         and triple click selections are enabled again now.
642
643 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
644
645         * shell/ev-window.c: (ev_window_add_history):
646
647         Make sure not to use the history with documents not supporting
648         links. Fixes bug #468954.
649
650 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
651
652         * shell/ev-window.c: (ev_window_load_job_cb):
653
654         Restart the search when reloading a document with the find bar
655         visible. Fixes bug #461962.
656
657 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
658
659         * shell/ev-window.c: (setup_document_from_metadata),
660         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
661
662         Do not jump to the first page when reloading a document from the
663         last page.
664
665 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
666
667         * shell/ev-window.c: (update_chrome_flag),
668         (setup_sidebar_from_metadata),
669         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
670         (ev_window_cmd_edit_find_next),
671         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
672         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
673         (find_bar_close_cb), (view_actions_focus_in_cb):
674
675         Do not update visibility when changing a chrome flag so that it's
676         possible to update several flags and update visibility only once
677         for all of them.
678
679 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
680
681         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
682
683         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
684         supported by gtk+. Fixes bug #460907.
685
686 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
687
688         * shell/ev-view.c: (view_update_range_and_current_page):
689
690         Make sure current-page <= end-page in continuous mode. Fixes bug
691         #454950.
692
693 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
694
695         * backend/pdf/ev-poppler.cc: (build_tree):
696
697         Ignore outline items without a title. Fixes bug #453913.
698
699 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
700
701         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
702         (ev_view_button_release_event), (ev_view_leave_notify_event):
703
704         Use always drag mouse cursor during a drag operation. Fixes bug
705         #470564.
706
707 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
708
709         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
710         (pdf_selection_get_selection_region),
711         (pdf_selection_get_selection_map):
712
713         Temporarily disable double and triple selections since it depends on
714         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
715         released and the update of the external dependency minimal version
716         approved.
717
718 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
719
720         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
721         (pdf_document_file_exporter_do_page):
722         * libdocument/ev-file-exporter.h:
723         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
724         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
725
726         Actually fix printing regressions. Remove orientation from
727         EvPrintContext since it's redundant.
728
729 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
730
731         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
732         * backend/impress/impress-document.c:
733         (impress_document_document_iface_init):
734         * backend/ps/ps-document.c: (ps_document_document_iface_init):
735         * backend/djvu/djvu-document.c:
736         (djvu_document_document_iface_init),
737         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
738         * backend/tiff/tiff-document.c:
739         (tiff_document_document_iface_init):
740         * backend/pixbuf/pixbuf-document.c:
741         (pixbuf_document_document_iface_init):
742         * backend/comics/comics-document.c:
743         (comics_document_document_iface_init):
744         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
745         (pdf_selection_render_selection),
746         (pdf_selection_get_selected_text),
747         (pdf_selection_get_selection_region),
748         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
749         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
750         (ev_selection_get_selection_region),
751         (ev_selection_get_selection_map):
752         * libdocument/ev-document.[ch]:
753         * shell/ev-pixbuf-cache.[ch]: (add_job),
754         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
755         * shell/ev-view-private.h:
756         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
757         (ev_job_render_run):
758         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
759         * shell/ev-view.c: (start_selection_for_event),
760         (ev_view_button_press_event), (ev_view_drag_data_get),
761         (ev_view_drag_data_received), (ev_view_button_release_event),
762         (compute_new_selection_text), (compute_selections),
763         (ev_view_select_all), (get_selected_text), (ev_view_copy),
764         (ev_view_primary_get_cb):
765
766         Add support for double and triple click selections.
767
768 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
769
770         * NEWS:
771         * configure.ac:
772
773         Update for release 2.19.4
774
775 2007-08-28  Justin Blanchard  <justinb04@aim.com>
776
777         * shell/ev-view-private.h:
778         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
779         (ev_view_set_highlight_search):
780         * shell/ev-view.h:
781         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
782         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
783         (find_bar_visibility_changed_cb):
784         
785         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
786
787 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
788
789         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
790         (pdf_document_file_exporter_begin),
791         (pdf_document_file_exporter_do_page):
792         * shell/ev-jobs.c: (ev_job_print_run):
793         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
794
795         Create always a portrait cairo surface and rotate when needed for
796         landscape. It fixes printing problems in real printers.
797
798 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
799
800         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
801         * libdocument/ev-file-exporter.[ch]:
802         (ev_file_exporter_get_capabilities):
803         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
804         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
805
806         Adjust number of pages per row according to page orientation when
807         printing 2 or 6 pages per sheet.
808
809 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
810
811         * shell/ev-window.c: (ev_window_print_send):
812
813         Reset also cups setting to 1 when printing multiple pages per
814         sheet. Fixes bug #468853.
815
816 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
817
818         * libdocument/ev-document-misc.c:
819         (ev_document_misc_surface_rotate_and_scale):
820
821         Use directly cairo_surface_get_content() when creating a similar
822         surface as suggested by Jeff Muizelaar. Thanks again.
823
824 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
825
826         * backend/djvu/djvu-document.c: (djvu_document_render):
827         * backend/tiff/tiff-document.c: (tiff_document_render):
828         * backend/pdf/ev-poppler.cc: (pdf_document_render):
829         * libdocument/ev-document-misc.c:
830         (ev_document_misc_surface_from_pixbuf),
831         (ev_document_misc_surface_rotate_and_scale):
832
833         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
834         creating page surfaces. Fixes bug #453123. Thank you very much to
835         Jeff Muizelaar <jeff@infidigm.net>.
836
837 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
838
839         * shell/ev-page-cache.c: (ev_page_cache_new),
840         (ev_page_cache_get_thumbnail_size):
841         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
842         (ev_sidebar_thumbnails_set_loading_icon):
843
844         Also store in page-cache the dimensions of the thumbnails so that
845         they can be used to create the correct loading icon in the side
846         pane. Fixes bug #466857.
847
848 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
849
850         * backend/pdf/ev-poppler.cc:
851         (pdf_document_thumbnails_get_thumbnail):
852
853         Fix thumbnails rotation in pdf documents that include embedded 
854         thumbnails.
855
856 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
857
858         * backend/pdf/ev-poppler.cc:
859
860         Don't use #ifdef in macro expansion. Some compilers don't
861         like that. Closes bug #467042.
862
863 2007-08-15  Justin Blanchard  <justinb04@aim.com>
864
865         * backend/djvu/djvu-document.c: (djvu_document_finalize):
866         
867         Fixes memory leak in djvu backend.
868
869 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
870
871         * data/icons/32x32/Makefile.am:
872         * data/icons/32x32/actions/Makefile.am:
873         * data/icons/32x32/actions/view-page-cont.svg:
874         * data/icons/32x32/actions/view-page-facing.svg:
875         * data/icons/48x48/Makefile.am:
876         * data/icons/48x48/actions/Makefile.am:
877         * data/icons/48x48/actions/view-page-cont.svg:
878         * data/icons/48x48/actions/view-page-facing.svg:
879         
880         Icons for a new sizes.
881
882 2007-08-14  Justin Blanchard  <justinb04@aim.com>
883
884         * shell/ev-page-cache.c: (build_height_to_page),
885         (ev_page_cache_get_height_to_page):
886         
887         Fixes invalid read, see bug #466401.
888
889 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
890
891         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
892         (set_drag_cursor):
893         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
894         (configure_item_cursor), (new_pixbuf_from_widget):
895
896         Fix multihead problems in toolbar editor. Fixes bug #382055.
897
898 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
899
900         * shell/ev-window.c: (ev_window_cmd_file_open),
901         (ev_window_cmd_save_as):
902
903         Use g_get_user_special_dir when available instead of
904         xdg_user_dir_lookup.
905
906 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
907
908         * MAINTAINERS:
909         
910         Updated according to request on desktop-devel.
911
912 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
913
914         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
915
916         Do not use cairo_rectangle and cairo_clip since we are
917         not using cairo_fill but cairo_paint. Use the same cairo context
918         for every page in the same expose event.
919
920 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
921
922         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
923         leak.
924
925 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
926
927         * configure.ac:
928         * NEWS:
929
930         Release 0.9.3
931
932 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
933
934         * libdocument/ev-document-info.h:
935         * libdocument/ev-document.h:
936         * shell/ev-page-action.h:
937         * shell/ev-sidebar-links.h:
938
939         Fix a headers problem with ev-link
940         
941         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
942         * shell/ev-view-private.h:
943         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
944         (get_link_area), (ev_view_query_tooltip),
945         (ev_view_leave_notify_event), (ev_view_destroy),
946         (ev_view_class_init):
947
948         Use new gtk tooltips when available instead of ev-tooltip.
949         
950 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
951
952         * shell/ev-window.c: (update_chrome_visibility),
953         (ev_window_sidebar_visibility_changed_cb):
954
955         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
956         
957 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
958
959         * shell/ev-navigation-action.c:
960         (ev_navigation_action_history_changed),
961         (ev_navigation_action_set_history):
962         * shell/ev-navigation-action-widget.c:
963         (ev_navigation_action_widget_init):
964         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
965
966         Fix compile warnings.
967         
968 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
969
970         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
971         (egg_editable_toolbar_dispose):
972
973         Fix memory leak.
974         
975 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
976
977         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
978         (screensaver_disable_x11):
979         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
980         * shell/ev-window.c: (presentation_set_timeout):
981         * shell/ev-view.c: (ev_view_presentation_transition_start):
982
983         Use g_timeout_add_seconds instead of g_timeout_add when
984         available.
985         
986 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
987
988         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
989
990         Set horizontal scrollbar policy to AUTOMATIC instead of
991         NEVER. Workaround for bug #449462.
992         
993 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
994
995         * shell/ev-jobs.c: (ev_job_render_page_ready):
996
997         Add page_ready callback to main loop with high priority and hold
998         a reference to job during idle.
999         
1000 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1001
1002         * configure.ac:
1003         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1004         (pdf_document_file_exporter_begin),
1005         (pdf_document_file_exporter_do_page),
1006         (pdf_document_file_exporter_get_capabilities):
1007         * libdocument/ev-file-exporter.h:
1008         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1009         * shell/ev-window.c: (ev_window_print_send),
1010         (ev_window_print_dialog_response_cb):
1011
1012         Allow printing multiple pages per sheet. Fixes bug #395573.
1013         
1014 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1015
1016         * shell/ev-view.c: (tip_from_link):
1017         
1018         Check for NULL, fixes bug #460862.
1019
1020 2007-07-29  Christian Persch  <chpe@gnome.org>
1021
1022         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
1023         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1024         (ev_window_cmd_preview_print):
1025         
1026         Fixes bug #437681 - blocks while enumerating printers.
1027
1028 2007-07-29  Christian Persch  <chpe@gnome.org>
1029
1030         * shell/ev-window.c: (ev_window_screen_changed):
1031         
1032         Don't use deprecated gtk+ function. See bug #460909.
1033
1034 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1035
1036         * shell/ev-utils.c: (get_num_monitors):
1037         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
1038
1039         Do not use display before initializing it. Remove compile
1040         warnings.
1041
1042 2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
1043
1044         * shell/ev-view.c: (ev_view_class_init):
1045         
1046         Unix-like hjkl bindings added. See bug #458111.
1047
1048 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
1049
1050         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
1051         * shell/ev-utils.h:
1052         * shell/ev-view.c: (ev_view_set_zoom_for_size),
1053         (ev_view_update_view_size):
1054         * shell/ev-view.h:
1055         * shell/ev-window.c: (ev_window_update_actions),
1056         (setup_view_from_metadata), (ev_window_screen_changed),
1057         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
1058         (zoom_control_changed_cb):
1059         * shell/ev-window.h:
1060         
1061         Reorganizes utility functions.
1062
1063 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1064
1065         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1066         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1067         (add_job), (ev_pixbuf_cache_get_surface),
1068         (ev_pixbuf_cache_get_link_mapping),
1069         (ev_pixbuf_cache_get_image_mapping),
1070         (ev_pixbuf_cache_get_form_field_mapping),
1071         (ev_pixbuf_cache_get_text_mapping):
1072         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
1073         (notify_page_ready), (ev_job_render_page_ready),
1074         (ev_job_render_run):
1075
1076         Add page_ready signal to notify that page is ready as soon as
1077         possible even if other page elements like links, forms, images or
1078         text mapping are not ready yet.
1079
1080 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1081
1082         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
1083         (dvi_document_file_exporter_do_page),
1084         (dvi_document_file_exporter_get_capabilities),
1085         (dvi_document_file_exporter_iface_init):
1086         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
1087         (ps_document_file_exporter_do_page),
1088         (ps_document_file_exporter_get_capabilities),
1089         (ps_document_file_exporter_iface_init):
1090         * backend/djvu/djvu-document.c:
1091         (djvu_document_file_exporter_begin),
1092         (djvu_document_file_exporter_end),
1093         (djvu_document_file_exporter_get_capabilities),
1094         (djvu_document_file_exporter_iface_init):
1095         * backend/tiff/tiff-document.c:
1096         (tiff_document_file_exporter_begin),
1097         (tiff_document_file_exporter_get_capabilities),
1098         (tiff_document_document_file_exporter_iface_init):
1099         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1100         (pdf_document_file_exporter_do_page),
1101         (pdf_document_file_exporter_get_capabilities),
1102         (pdf_document_file_exporter_iface_init):
1103         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
1104         (ev_file_exporter_get_capabilities):
1105         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
1106         (idle_print_handler), (ev_print_job_print):
1107         * shell/ev-jobs.c: (ev_job_print_run):
1108         * shell/ev-window.c: (ev_window_print_send),
1109         (ev_window_print_range):
1110
1111         Use capabilities to know which options should be offered by the
1112         print dialog depending on the document backend.
1113
1114 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1115
1116         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1117
1118         Give priority to forms over text to set the cursor.
1119
1120 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1121
1122         * shell/ev-view-private.h:
1123         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1124         (ev_view_leave_notify_event), (ev_view_finalize),
1125         (ev_view_get_property), (ev_view_class_init):
1126
1127         Use IBEAM cursor for text form fields and NORMAL cursor for read
1128         only fields. Remove unused status attribute.
1129
1130 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1131
1132         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1133
1134         Update region for current selected items also for checkbox
1135         buttons, since they can behave as radio buttons when they are in a
1136         set.
1137
1138 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1139
1140         * configure.ac:
1141         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1142
1143         Get max length of text form fields.
1144
1145 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1146
1147         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1148         * libdocument/ev-form-field.h:
1149         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
1150
1151         Fix build with current poppler cvs head.
1152
1153 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1154
1155         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1156         * shell/eggfindbar.c: (egg_find_bar_init):
1157
1158         Fix build with gtk+ >= 2.11.5 due to gtktooltips
1159         deprecation. Fixes bug #455667
1160
1161 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1162
1163         * NEWS:
1164         * configure.ac:
1165         
1166         Update for release 0.9.2
1167
1168 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1169
1170         * shell/ev-view.c: (ev_view_form_field_text_save),
1171         (ev_view_form_field_choice_save):
1172
1173         Fix a crash when closing whith a form widget visible.
1174
1175 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1176
1177         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1178
1179         Update also the region of the current selected button when
1180         clicking on another button if they are radio buttons.
1181
1182 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1183
1184         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
1185         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
1186         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
1187         (ev_pixbuf_cache_get_link_mapping),
1188         (ev_pixbuf_cache_get_image_mapping),
1189         (ev_pixbuf_cache_get_form_field_mapping),
1190         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
1191         * shell/ev-view.c: (ev_view_form_field_get_region),
1192         (ev_view_form_field_button_create_widget),
1193         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1194         (job_finished_cb):
1195
1196         Redraw only form field region instead of the whole page when
1197         reloading a page to show changes on the form field.
1198
1199 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1200
1201         * shell/ev-view.c: (ev_view_form_field_choice_save):
1202
1203         Fix selection of first item in list form fields.
1204
1205 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1206
1207         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
1208         (ev_pixbuf_cache_reload_page),
1209         (ev_pixbuf_cache_get_form_field_mapping):
1210
1211         Some refactoring to avoid duplicated code.
1212
1213 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1214
1215         * configure.ac:
1216         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
1217         (ev_form_field_from_poppler_field),
1218         (pdf_document_forms_get_form_fields),
1219         (pdf_document_forms_form_field_text_get_text),
1220         (pdf_document_forms_form_field_text_set_text),
1221         (pdf_document_forms_form_field_button_set_state),
1222         (pdf_document_forms_form_field_button_get_state),
1223         (pdf_document_forms_form_field_choice_get_item),
1224         (pdf_document_forms_form_field_choice_get_n_items),
1225         (pdf_document_forms_form_field_choice_is_item_selected),
1226         (pdf_document_forms_form_field_choice_select_item),
1227         (pdf_document_forms_form_field_choice_toggle_item),
1228         (pdf_document_forms_form_field_choice_unselect_all),
1229         (pdf_document_forms_form_field_choice_set_text),
1230         (pdf_document_forms_form_field_choice_get_text),
1231         (pdf_document_document_forms_iface_init):
1232         * libdocument/Makefile.am:
1233         * libdocument/ev-form-field.[ch]:
1234         * libdocument/ev-document-forms.[ch]:
1235         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1236         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1237         (add_job), (ev_pixbuf_cache_reload_page),
1238         (ev_pixbuf_cache_get_form_field_mapping):
1239         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
1240         * shell/ev-view-private.h:
1241         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
1242         (ev_view_handle_cursor_over_xy),
1243         (ev_view_get_form_field_at_location),
1244         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
1245         (ev_view_form_field_button_create_widget),
1246         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
1247         (ev_view_form_field_text_create_widget),
1248         (ev_view_form_field_choice_save),
1249         (ev_view_form_field_choice_changed),
1250         (ev_view_form_field_choice_create_widget),
1251         (ev_view_handle_form_field), (ev_view_size_allocate),
1252         (ev_view_realize), (draw_end_presentation_page),
1253         (ev_view_button_press_event), (ev_view_remove_all),
1254         (ev_view_motion_notify_event), (ev_view_key_press_event),
1255         (ev_view_enter_notify_event), (highlight_find_results),
1256         (draw_loading_text), (draw_one_page), (ev_view_destroy),
1257         (ev_view_class_init), (page_changed_cb),
1258         (on_adjustment_value_changed), (ev_view_set_presentation),
1259         (merge_selection_region), (ev_view_set_cursor),
1260         (ev_view_reset_presentation_state):
1261         
1262         Merge evince-forms branch.
1263
1264 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
1265
1266         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
1267
1268         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
1269         This script also updates itself from libegg
1270
1271         * cut-n-paste/toolbar-editor/egg*:
1272         Run update-toolbareditor-from-libegg.sh so we are in sync again with
1273         libegg
1274
1275 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
1276
1277         * shell/ev-window.c:
1278         
1279         Adds a nice icon to page action during toolbar editing.
1280         See bug #452872.
1281
1282 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1283
1284         * data/evince-toolbar.xml:
1285         * shell/ev-window.c:
1286         
1287         Let user add a presentation and fullscreen icons on toolbar.
1288         See bug #449734.
1289
1290 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
1291
1292         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
1293
1294         new script to keep in sync with toolbareditor in libegg
1295
1296         * cut-n-paste/toolbar-editor/*: 
1297
1298         Run update-toolbareditor-from-libegg so we are in sync again. 
1299         Fixes bug #452850.
1300         
1301
1302 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1303
1304         * shell/ev-sidebar-links.c: (job_finished_callback):
1305
1306         Do not connect selection changed signal more than once. Fixes bug
1307         #349433.
1308
1309 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1310
1311         * shell/ev-window.c: (ev_window_view_sidebar_cb):
1312
1313         Do not change sidebar chrome flag when pressing F9 key in
1314         presentation mode.
1315
1316 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1317
1318         * backend/pdf/ev-poppler.cc:
1319         (pdf_document_thumbnails_get_dimensions):
1320
1321         Make sure thumbnails width and height is not <= 0. Fixes a crash
1322         with some pdf documents which have really small pages.
1323
1324 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
1325
1326         * shell/main.c: (main):
1327
1328         Fixes program description translation issue.
1329         Bug #450148.
1330
1331 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
1332
1333         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
1334
1335         Do not change current page when returning from black/white mode
1336         in presentation. Fixes bug #415032.
1337
1338 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1339
1340         * NEWS:
1341         * configure.ac:
1342         
1343         Update for release 0.9.1
1344
1345 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
1346
1347         * backend/dvi/dvi-document.c:
1348         (dvi_document_finalize),
1349         (dvi_document_file_exporter_format_supported),
1350         (dvi_document_file_exporter_begin),
1351         (dvi_document_file_exporter_do_page),
1352         (dvi_document_file_exporter_end),
1353         (dvi_document_file_exporter_iface_init), (dvi_document_init):
1354         
1355         PDF exporter for dvi documents. Fixes bug #441319.
1356
1357 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1358
1359         * shell/ev-window.c: (ev_window_clear_print_job):
1360
1361         Clear gtk print job when job has finished. Fixes bug #447612.
1362
1363 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1364
1365         * shell/ev-window.c: (ev_window_print_send),
1366         (ev_window_print_dialog_response_cb), (ev_window_print_range):
1367
1368         Add preview button to print dialog. Fixes bug #445419.
1369
1370 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1371
1372         * backend/dvi/Makefile.am:
1373         * backend/dvi/pixbuf-device.[ch]: Removed
1374         * backend/dvi/cairo-device.[ch]: Added
1375         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
1376         * backend/dvi/dvi-document.c: (dvi_document_load),
1377         (dvi_document_render), (dvi_document_finalize),
1378         (dvi_document_thumbnails_get_thumbnail), (parse_color),
1379         (dvi_document_do_color_special):
1380         * libdocument/ev-document-misc.[ch]:
1381         (ev_document_misc_pixbuf_from_surface):
1382
1383         Port dvi backend to cairo and fix a problem with colors. 
1384
1385 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1386
1387         * shell/ev-view.c: (draw_one_page):
1388
1389         Draw only visible region.
1390
1391 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1392
1393         * backend/djvu/djvu-document.c: (djvu_document_render):
1394
1395         Fix rotation in djvu backend.
1396
1397 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1398
1399         * shell/ev-pixbuf-cache.c: (job_finished_cb),
1400         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
1401         (ev_pixbuf_cache_get_image_mapping),
1402         (ev_pixbuf_cache_get_text_mapping):
1403
1404         Redraw view every time we have a new surface. Fixes bug #443587.
1405
1406 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1407
1408         * libdocument/ev-document.c: (ev_document_info_free):
1409
1410         Fix memory leaks.
1411
1412 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1413
1414         * backend/dvi/dvi-document.c: (dvi_document_render),
1415         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
1416         * backend/impress/impress-document.c:
1417         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
1418         (impress_document_render), (impress_document_document_iface_init),
1419         (impress_document_thumbnails_get_thumbnail):
1420         * backend/djvu/djvu-document-private.h:
1421         * backend/djvu/djvu-document.c: (djvu_document_render),
1422         (djvu_document_finalize), (djvu_document_document_iface_init),
1423         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
1424         * backend/tiff/tiff-document.c: (tiff_document_render),
1425         (tiff_document_render_pixbuf),
1426         (tiff_document_document_iface_init):
1427         * backend/pdf/ev-poppler.cc: (pdf_document_render),
1428         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
1429         (pdf_selection_render_selection):
1430         * backend/comics/comics-document.c:
1431         (comics_document_render_pixbuf), (comics_document_render),
1432         (comics_document_document_iface_init):
1433         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
1434         (pixbuf_document_document_iface_init):
1435         * libdocument/ev-document-misc.[ch]:
1436         (ev_document_misc_surface_from_pixbuf),
1437         (ev_document_misc_surface_rotate_and_scale):
1438         * libdocument/ev-document.[ch]: (ev_document_render):
1439         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
1440         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1441         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1442         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
1443         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
1444         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
1445         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1446         (render_finished_cb), (ev_job_render_run):
1447         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
1448         (merge_selection_region):
1449
1450         Use cairo image surfaces instead of GDK pixbufs for drawing pages
1451         and selections.
1452
1453 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1454
1455         * shell/ev-window-title.c: (ev_window_title_update):
1456
1457         Fix memory leak.
1458
1459 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1460
1461         * shell/ev-view.c: (draw_loading_text):
1462
1463         Show loading text centered. Fixes bug #433061
1464
1465 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1466
1467         * shell/ev-sidebar-thumbnails.c:
1468         (ev_sidebar_thumbnails_set_loading_icon):
1469
1470         Remove a mutex in the main thread that blocks the UI in heavy
1471         documents.
1472
1473 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1474
1475         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
1476
1477         Set points_set to TRUE so that selections don't disappear after a
1478         zoom change.
1479
1480 2007-06-07  Michael Monreal  <infernux@web.de>
1481
1482         * data/icons/16x16/actions/Makefile.am:
1483         * data/icons/16x16/actions/zoom.svg:
1484         * data/icons/22x22/actions/Makefile.am:
1485         * data/icons/22x22/actions/zoom.svg:
1486         * data/icons/24x24/actions/Makefile.am:
1487         * shell/ev-stock-icons.c:
1488         * shell/ev-stock-icons.h:
1489         * shell/ev-window.c:
1490         
1491         Zoom icon artwork. See bug #444795.
1492
1493 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1494
1495         * shell/ev-metadata-manager.c: Remove extraneous function
1496         (Closes: #444386)
1497
1498 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1499
1500         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
1501         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
1502         (ev_metadata_manager_set), (ev_metadata_manager_save):
1503         Simplify the timeout, no need for modified anymore
1504
1505 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1506
1507         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
1508         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1509         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1510         (ev_metadata_manager_save): Adapted patch from Arjan van de
1511         Ven (arjan@linux.intel.com) to avoid the timeout running all the
1512         time, saves on power (Closes: #443851)
1513
1514 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1515
1516         * configure.ac:
1517         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
1518         (pdf_selection_render_selection), (pdf_document_get_page_duration):
1519
1520         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
1521
1522 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1523
1524         * shell/ev-window.c: (ev_window_add_history):
1525
1526         Check if history is NULL
1527
1528 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1529
1530         * libdocument/ev-image.c: (ev_image_finalize):
1531         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
1532         * libdocument/ev-attachment.c: (ev_attachment_finalize):
1533         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
1534         (ev_tmp_uri_unlink):
1535
1536         Add functions to delete temporary files created by evince in a safe
1537         way.
1538
1539         * shell/ev-window.c: (ev_window_clear_local_uri),
1540         (open_xfer_update_progress_callback),
1541         (save_xfer_update_progress_callback), (ev_window_save_remote),
1542         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
1543         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1544         (attachment_save_dialog_response_cb),
1545         (ev_attachment_popup_cmd_save_attachment_as):
1546
1547         Allow saving a copy of a document, image or attachment to a remote
1548         location. Fixes bug #440754. 
1549
1550 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1551
1552         * configure.ac:
1553         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1554
1555         Fix build with current poppler from cvs head. 
1556
1557 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
1558
1559         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
1560
1561         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
1562         directory exists.
1563
1564 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1565
1566         * shell/ev-sidebar.c: (ev_sidebar_add_page):
1567         * shell/ev-window.c:
1568
1569         Change sidebar ordering. Fixes bug #439939.
1570
1571 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
1572
1573         * backend/comics/Makefile.am:
1574         
1575         Fixes build with --without-libgnome.
1576
1577 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1578         
1579         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
1580
1581         Update cursor and tooltip on page change and view scroll. Fixes bug
1582         #439217.
1583
1584 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1585
1586         * NEWS:
1587         * configure.ac:
1588         
1589         Update for release 0.9.0
1590
1591 2007-05-14  Alaska Subedi <asubedi@gmail.com>
1592
1593         * backend/djvu/djvu-document-private.h:
1594         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1595         (djvu_document_finalize),
1596         (djvu_document_file_exporter_format_supported),
1597         (djvu_document_file_exporter_begin),
1598         (djvu_document_file_exporter_do_page),
1599         (djvu_document_file_exporter_end),
1600         (djvu_document_file_exporter_iface_init), (djvu_document_init):
1601         
1602         Implemented printing with djvu. Bug #437998.
1603
1604 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1605
1606         * backend/impress/zip.c:
1607         Add missing ulong definition.
1608
1609         * backend/ps/ps-interpreter.c:
1610         Add missing headers.
1611
1612         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
1613
1614 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1615
1616         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
1617
1618         Add missing call to parent class dispose method. 
1619
1620 2007-05-12  Ross Burton  <ross@openedhand.com>
1621
1622         * shell/main.c:
1623         Sync keybindings manually when building without libgnome
1624         (#437925).
1625
1626 2007-05-12  Ross Burton  <ross@openedhand.com>
1627
1628         * shell/ev-window.c:
1629         Respect the screen when opening help (#437866).
1630
1631 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1632
1633         * data/evince-ui.xml:
1634         * shell/ev-application.[ch]: (get_print_settings_from_args),
1635         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1636         (ev_application_open_uri_list):
1637         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
1638         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1639         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
1640         (ev_window_cmd_view_reload), (lookup_printer_from_name),
1641         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
1642         (ev_window_dispose):
1643         * shell/main.c: (arguments_parse):
1644
1645         Add print button in preview mode. Fixes bug #396475. 
1646
1647 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1648
1649         * cut-n-paste/zoom-control/ephy-zoom.h:
1650         
1651         Fixes zoom level factors. See bug #408119 for details.
1652
1653 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1654
1655         * backend/comics/comics-document.c: (comics_regex_quote),
1656         (extract_argv):
1657         
1658         Correctly quote symbols. Fixes crash in the bug
1659         #415370.
1660
1661 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1662
1663         * shell/ev-navigation-action-widget.c:
1664         (ev_navigation_action_widget_init),
1665         (ev_navigation_action_widget_class_init),
1666         (ev_navigation_action_widget_button_press_event):
1667         
1668         Connect to button-press event on correct widget. Fixes
1669         bug #431988
1670
1671 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1672
1673         * shell/ev-application.c: (ev_application_open_window),
1674         (ev_application_add_icon_path_for_screen),
1675         (ev_application_open_uri_at_dest):
1676         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
1677         * shell/ev-navigation-action.c: (build_menu):
1678         
1679         Add app-specific icons to our icon theme. Fixes bug
1680         #425508.
1681
1682 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1683
1684         * shell/ev-history.c: (ev_history_class_init),
1685         (ev_history_add_link):
1686         * shell/ev-history.h:
1687         * shell/ev-navigation-action.c:
1688         (ev_navigation_action_history_changed),
1689         (ev_navigation_action_set_history), (build_menu),
1690         (ev_navigation_action_finalize):
1691         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1692         
1693         Make navigation action unsensitive instead of showing
1694         menu with unsensitive word. Fixes bug #417392.
1695
1696 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1697
1698         * shell/ev-application.[ch]: (ev_application_shutdown),
1699         (ev_application_get_print_settings),
1700         (ev_application_set_print_settings):
1701         * shell/ev-window.c:
1702
1703         Remember print settings. Fixes bug #349102. 
1704
1705 2007-05-08  Christian Persch  <chpe@gnome.org>
1706
1707         * configure.ac:
1708         * properties/ev-properties-view.c:
1709
1710         No need for a configure check; just use the GTK_CHECK_VERSION macro.
1711         Bug #382438.
1712
1713 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1714
1715         * configure.ac:
1716         * properties/ev-properties-view.c: (ev_regular_paper_size):
1717
1718         Use gtk+ builtin paper list to identify the document's paper size.
1719         Fixes bug #382438. 
1720
1721 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1722
1723         * configure.ac:
1724
1725         Fix build when compiling with thumbnailer and libgnome support. 
1726
1727 2007-05-04  Ross Burton  <ross@openedhand.com>
1728
1729         * configure.ac:
1730         Add --without-libgnome, check for libgnome and libgnomeui
1731         separately, and add them to the symbols as required.
1732
1733         * libdocument/ev-file-helpers.c:
1734         When building without libgnome, use g_get_user_config_dir instead
1735         of gnome_user_dir_get.
1736
1737         * shell/ev-application.c:
1738         When building without libgnome, don't use session management.
1739
1740         * shell/main.c:
1741         When building without libgnome, don't use GnomeProgram or
1742         initialise the authentication manager.
1743
1744         This fixes #328842.
1745
1746 2007-05-04  Ross Burton  <ross@openedhand.com>
1747
1748         * shell/ev-window.c:
1749         Don't use libgnome to open help, instead call Yelp directly.
1750
1751 2007-05-04  Ross Burton  <ross@openedhand.com>
1752
1753         * shell/ev-sidebar-attachments.c:
1754         Don't use libgnome to lookup icons for MIME types, instead copy
1755         code from GTK+ to do it manually.
1756
1757 2007-05-04  Ross Burton  <ross@openedhand.com>
1758
1759         * configure.ac:
1760         Add libxml to the dependencies for SHELL_CORE (#435818).
1761
1762 2007-05-02  Ross Burton  <ross@openedhand.com>
1763
1764         * configure.ac:
1765         * Makefile.am:
1766         Add --disable-thumbnailer (#434825)
1767
1768 2007-05-02  Ross Burton  <ross@openedhand.com>
1769
1770         * shell/ev-window.c:
1771         Add missing includes, fix indentation.
1772
1773         * shell/main.c:
1774         Fix indentation.
1775
1776 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
1777
1778         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
1779         ev_application_open_uri_at_dest instead of ev_application_open_uri
1780         preventing new document always being opened in a new window even if there
1781         is an empty window.
1782
1783 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1784
1785         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1786         (egg_recent_view_uimanager_finalize):
1787         * properties/ev-properties-view.c: (ev_properties_view_dispose):
1788         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
1789         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
1790         (ev_pixbuf_cache_dispose):
1791         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
1792         * shell/ev-tooltip.c: (ev_tooltip_dispose):
1793         
1794         Add missing chain to parent class methods. Fixes
1795         bug #433128.
1796
1797 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
1798
1799         * data/Makefile.am (update-icon-cache): Updates
1800         gtk-update-icon-cache in uninstall-hook.
1801
1802 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1803
1804         * shell/ev-window.c: (ev_window_setup_document),
1805         (ev_window_set_document), (ev_window_load_job_cb):
1806         * shell/ev-view.c: (setup_caches):
1807         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
1808
1809         Start rendering pages before any other jobs. 
1810
1811 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1812
1813         * shell/ev-window.c: (ev_window_stop_fullscreen),
1814         (ev_window_stop_presentation):
1815
1816         Update chrome visibility before window unfullscreen. 
1817
1818 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1819
1820         * data/Makefile.am:
1821         * data/evince-ui.xml:
1822         * shell/ev-stock-icons.[ch]:
1823         * shell/ev-application.[ch]: (ev_application_shutdown),
1824         (ev_application_init), (ev_application_get_toolbars_model):
1825         * shell/ev-window.c: (update_chrome_visibility),
1826         (fullscreen_toolbar_setup_item_properties),
1827         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1828         (ev_window_run_presentation), (ev_window_stop_presentation),
1829         (ev_window_run_preview), (ev_window_screen_changed),
1830         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
1831         (ev_window_dispose), (ev_window_init):
1832
1833         Make fullscreen toolbar always visible. Do not use egg toolbars for
1834         fullscreen and preview modes since such toolbars are not editables.
1835         Fixes bugs #300278, #338910 and #316188.  
1836
1837 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
1838
1839         * shell/ev-application.c:
1840         * shell/ev-job-queue.c:
1841         * shell/ev-metadata-manager.c:
1842         * shell/ev-stock-icons.c:
1843         * shell/ev-window.c:
1844         * shell/main.c:
1845         
1846         Developers documentation updated.
1847
1848 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1849
1850         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
1851
1852         Check whether uri is valid before launching it. Fixes bug #427664.
1853
1854 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1855
1856         * shell/ev-window.c:
1857
1858         Change key accelerator for Open a Copy menu entry which is in conflict
1859         with Close. Fixes bug #427321.
1860
1861 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1862
1863         * NEWS:
1864         * configure.ac:
1865         
1866         Update for release 0.8.1
1867
1868 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1869
1870         * shell/ev-window.c: (setup_size_from_metadata):
1871         
1872         Do not make window bigger than screen. Fixes bug 
1873         #388985.
1874
1875 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1876
1877         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
1878         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
1879
1880         Use default resolution when it's not provided by document. Fixes bug
1881         #408762.
1882
1883 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1884
1885         * configure.ac:
1886         * thumbnailer/Makefile.am:
1887         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1888         * thumbnailer/evince-thumbnailer.schemas.in:
1889         * thumbnailer/evince-thumbnailer-ps.schemas.in:
1890
1891         Add support for ps, eps and compressed documents thumbnails. Do not
1892         ignore size parameter. 
1893
1894 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1895
1896         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
1897         (dvi_document_do_color_special):
1898         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
1899
1900         Implement font color specials in the DVI backend. Fixes bug #303651.
1901
1902 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1903
1904         Fixup the previous commit:
1905
1906         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
1907         * shell/xdg-user-dir-lookup.c: Make the function non-static
1908         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
1909
1910 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1911
1912         * shell/ev-window.c (file_open_dialog_response_cb): Use
1913         the xdg-user-dirs DOCUMENTS folder as default folder when
1914         opening a file chooser.  (#424858)
1915
1916         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
1917         xdg-user-dirs.
1918
1919 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1920
1921         * shell/ev-window.c: (ev_window_load_job_cb):
1922
1923         Do not setup view from metadata on preview mode. 
1924
1925 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1926
1927         * shell/main.c:
1928
1929         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
1930
1931 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1932
1933         * shell/ev-view.c: (ev_view_primary_get_cb):
1934
1935         Check pointer != NULL before using it. Fixes bug #416841. 
1936
1937 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1938
1939         * NEWS:
1940         * configure.ac:
1941         
1942         Release 0.8.0
1943
1944 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1945
1946         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1947
1948         Do not render thumbnails when sidebar thumbnail page is not visible
1949         at startup. Fixes bug #416447. 
1950
1951 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
1952
1953         * data/evince.desktop.in.in:
1954
1955         "Application" is not a valid category in the freedesktop specification.
1956
1957 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1958
1959         * libdocument/ev-file-helpers.[ch]: (compression_run),
1960         (ev_file_uncompress), (ev_file_compress):
1961         * shell/ev-window.c: (file_save_dialog_response_cb):
1962
1963         Save document compressed when saving a copy of a compressed document.
1964         Fixes bug #334542.
1965
1966 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1967
1968         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
1969
1970         Allow deleting in goto window entry in presentation mode. 
1971
1972 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
1973
1974         * Makefile.am: Dist MAINTAINERS.
1975
1976 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1977
1978         * shell/ev-window.c: (ev_window_update_actions):
1979
1980         Fix zoom shortcut keys when searching. Fixes bug #409828.
1981
1982 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1983
1984         * shell/ev-window.c: (ev_window_setup_document):
1985
1986         Fix crash when loading documents with only one page. 
1987
1988 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1989
1990         * backend/dvi/dvi-document.c:
1991         (dvi_document_thumbnails_get_dimensions),
1992         (dvi_document_thumbnails_get_thumbnail):
1993         * backend/impress/impress-document.c:
1994         (impress_document_thumbnails_get_thumbnail),
1995         (impress_document_thumbnails_get_dimensions):
1996         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
1997         (ps_document_thumbnails_get_dimensions):
1998         * backend/djvu/djvu-document.c:
1999         (djvu_document_thumbnails_get_dimensions),
2000         (djvu_document_thumbnails_get_thumbnail):
2001         * backend/tiff/tiff-document.c:
2002         (tiff_document_thumbnails_get_thumbnail),
2003         (tiff_document_thumbnails_get_dimensions):
2004         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
2005         (pdf_document_thumbnails_get_thumbnail),
2006         (pdf_document_thumbnails_get_dimensions):
2007         * backend/comics/comics-document.c:
2008         (comics_document_thumbnails_get_thumbnail),
2009         (comics_document_thumbnails_get_dimensions):
2010         * backend/pixbuf/pixbuf-document.c:
2011         (pixbuf_document_thumbnails_get_thumbnail),
2012         (pixbuf_document_thumbnails_get_dimensions):
2013         * libdocument/ev-document-thumbnails.[ch]:
2014         (ev_document_thumbnails_get_thumbnail),
2015         (ev_document_thumbnails_get_dimensions):
2016         * libdocument/ev-document-misc.[ch]:
2017         (ev_document_misc_get_thumbnail_frame):
2018         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2019         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
2020         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
2021         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
2022         (ev_sidebar_thumbnails_refresh):
2023         * shell/ev-window.c: (ev_window_setup_document):
2024         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2025
2026         Use an EvRenderContext for rendering thumbnails instead of a suggested
2027         width, so that different sized pages get sized proportionally.
2028
2029 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2030
2031         * shell/ev-view.c: (ev_view_button_press_event),
2032         (ev_view_key_press_event):
2033
2034         Fix critical warnings when there is no document loaded. 
2035
2036 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2037
2038         * shell/ev-page-action-widget.c:
2039         * shell/ev-navigation-action.c:
2040         * shell/ev-window.c:
2041
2042         Fix compile warnings. 
2043
2044 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2045
2046         * backend/djvu/djvu-text.h:
2047         * backend/djvu/djvu-document.c:
2048         * backend/djvu/djvu-text-page.c:
2049         * backend/djvu/djvu-links.c:
2050         * backend/djvu/djvu-text-page.h:
2051         * backend/djvu/djvu-text.c:
2052         
2053         Fix build on Mac. Fixes bug #392186. Patch by
2054         <ephraim_owns@hotmail.com>
2055
2056 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2057
2058         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2059
2060         Restore cairo context before rendering every page when printing a PDF
2061         document into a PDF file. 
2062
2063 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2064
2065         * backend/ps/gstypes.h:
2066         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
2067         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
2068         (ps_document_thumbnails_get_thumbnail):
2069
2070         Handle PostScript page orientation. Fixes bug #318568.
2071
2072 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2073
2074         * backend/ps/Makefile.am:
2075         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
2076         (document_load), (ps_document_load), (save_document),
2077         (save_page_list), (ps_document_get_n_pages),
2078         (ps_document_get_page_size), (ps_document_get_info),
2079         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
2080         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
2081         (ps_document_thumbnails_get_thumbnail),
2082         (ps_document_thumbnails_get_dimensions),
2083         (ps_document_document_thumbnails_iface_init):
2084         * backend/ps/ps.[ch]: (psgetpagebox):
2085         * backend/ps/ps-interpreter.[ch]:
2086
2087         Add support for thumbnails in ps backend. Fixes bug #164755. 
2088
2089 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2090
2091         * NEWS:
2092         * configure.ac:
2093         
2094         Release 0.7.2
2095
2096 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2097
2098         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
2099         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
2100         (ev_window_dispose):
2101
2102         Use document thumbnail as window icon. Fixes bug #384442.
2103
2104 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
2105
2106         * configure.ac:
2107
2108         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
2109         duplicated adding application/x-bzpostscript instead. 
2110
2111 2007-02-11  Tom Parker  <palfrey@tevp.net>
2112
2113         * backend/ps/ps-document.c: (document_load):
2114
2115         Check return value of psscan before trying
2116         to use it. Fixes bug #372414.
2117
2118 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2119
2120         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2121
2122         Fix invalid free in ev-page-cache. Fixes bug #404745.
2123
2124 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2125
2126         * test/Makefile.am:
2127         * test/test3.py:
2128         
2129         Added reload test case.
2130
2131 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2132
2133         * po/POTFILES.in:
2134         * backend/djvu/djvu-document.c: (djvu_document_load):
2135
2136         Check whether there are missing files in indirect multipage djvu
2137         documents. Fixes bug #361683. 
2138
2139 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2140
2141         * test/Makefile.am:
2142         * test/test-mime.bin:
2143         * test/test3.py:
2144         
2145         Added test for slow mime type
2146
2147 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2148
2149         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2150
2151         Add some checks and call parent_class->finalize. Fixes bug #404745.
2152
2153 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2154
2155         * shell/ev-navigation-action.c: (connect_proxy):
2156         
2157         Fixes dropdown history menu. Thanks a lot Carlos!
2158
2159 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2160
2161         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
2162
2163         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
2164         bug #373715.
2165
2166 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2167
2168         * backend/ps/ps.c: (psscan):
2169
2170         Fix memory leak. 
2171
2172 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2173
2174         * configure.ac:
2175         * libdocument/ev-file-helpers.c: 
2176
2177         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
2178
2179 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2180
2181         * configure.ac:
2182         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
2183         (ps_interpreter_start), (document_load), (save_document),
2184         (save_page_list):
2185         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
2186         * libdocument/ev-document-factory.c:
2187         (ev_document_factory_get_from_mime), (get_document_from_uri),
2188         (free_uncompressed_uri), (ev_document_factory_get_document):
2189         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
2190
2191         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
2192
2193 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2194
2195         * libdocument/ev-document.h:
2196
2197         Fix typo in function name. 
2198
2199 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2200
2201         * backend/ps/ps-document.c: (ps_interpreter_finished),
2202         (ps_interpreter_start), (ps_interpreter_failed):
2203
2204         Handle ghostscript interpreter crashes. 
2205
2206 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2207
2208         * shell/ev-window.c: (ev_window_open_uri),
2209         (window_configure_event_cb):
2210
2211         Setup window size and position before showing it. Fixes bug #401711.
2212
2213 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2214
2215         * backend/ps/Makefile.am:
2216         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
2217         (ps_document_dispose), (ps_document_class_init),
2218         (ps_interpreter_input), (ps_interpreter_output),
2219         (ps_interpreter_error), (setup_interpreter_env),
2220         (ps_interpreter_start), (ps_interpreter_stop),
2221         (ps_interpreter_failed), (ps_interpreter_is_ready),
2222         (check_filecompressed), (document_load), (ps_document_load),
2223         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
2224         (ps_document_widget_event), (send_ps), (ps_document_next_page),
2225         (render_page):
2226
2227         Rework ps-document. Code cleanups, remove deprecated code. 
2228
2229 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2230
2231         * shell/ev-view.c: (ev_view_button_press_event):
2232
2233         Do not start an image drag and drop operation when pointer is on 
2234         text, so that we can select text when the whole background is an
2235         image. 
2236
2237 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2238
2239         * shell/ev-window.c: (ev_window_update_actions): 
2240
2241         Disable all zoom related actions during presentation mode. 
2242
2243 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
2244
2245         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
2246
2247         Do not zoom in or out on presentation mode. Fixes bug #401305.
2248
2249 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2250
2251         * shell/ev-navigation-action.c: (connect_proxy),
2252         (create_menu_item), (ev_navigation_action_class_init):
2253         
2254         Correctly show menu and fix crash when navigaton 
2255         action is out of toolbar visible area.
2256
2257 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2258
2259         * data/Makefile.am:
2260         * data/evince.1:
2261         
2262         Added man file
2263
2264 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2265
2266         * help/reference/* :
2267         * configure.ac:
2268         
2269         Added gtk-doc based documentation for Evince.
2270         Still in initial state but I hope it will
2271         grow.
2272         
2273         * configure.ac:
2274         
2275         Lower dbus requirement to 0.70
2276
2277 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2278
2279         * shell/ev-window.c: (ev_window_add_history):
2280
2281         Fix memory leak. 
2282
2283 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2284
2285         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
2286         * shell/ev-view.h:
2287         * shell/ev-window.c: (ev_window_add_history):
2288         
2289         Correctly handle named destination links
2290
2291 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2292
2293         * NOTES:
2294         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
2295         * backend/pdf/ev-poppler.cc:
2296         * libdocument/ev-document-links.h:
2297         * libdocument/ev-link.c: (ev_link_get_page):
2298         * libdocument/ev-link.h:
2299         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
2300         (ev_history_add_link):
2301         * shell/ev-history.h:
2302         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2303         (new_history_menu_item), (build_menu):
2304         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2305         * shell/ev-sidebar-links.c: (create_loading_model),
2306         (print_section_cb), (ev_sidebar_links_construct),
2307         (fill_page_labels), (update_page_callback_foreach),
2308         (update_page_callback), (job_finished_callback):
2309         * shell/ev-view.c: (ev_view_handle_link):
2310         * shell/ev-window.c: (ev_window_find_chapter),
2311         (ev_window_add_history), (view_handle_link_cb),
2312         (history_changed_cb):
2313         
2314         Implements another history variant
2315
2316 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2317
2318         * shell/ev-window.c: (view_external_link_cb):
2319         * shell/ev-view.c: (ev_view_button_release_event):
2320
2321         Open links in new window when clicking with middle button. 
2322
2323 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2324
2325         * shell/ev-navigation-action.c: (new_history_menu_item):
2326         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2327         * shell/ev-view.c: (ev_view_handle_link):
2328         * shell/ev-window.c:
2329         
2330         Store link before jump, not the destination. For me it 
2331         seems like more natural history behavior.
2332
2333 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2334
2335         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2336         (ev_navigation_action_class_init):
2337         * shell/ev-navigation-action.h:
2338         * shell/ev-page-action.c: (activate_cb):
2339         * shell/ev-page-cache.c: (ev_page_cache_class_init),
2340         (ev_page_cache_set_current_page_history):
2341         * shell/ev-page-cache.h:
2342         * shell/ev-sidebar-thumbnails.c:
2343         (ev_sidebar_tree_selection_changed),
2344         (ev_sidebar_icon_selection_changed), (page_changed_cb):
2345         * shell/ev-view-private.h:
2346         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
2347         * shell/ev-view.h:
2348         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
2349         (ev_window_setup_document), (ev_window_load_job_cb):
2350         * shell/ev-window.h:
2351         
2352         History finally works as expected.
2353
2354 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2355
2356         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
2357
2358         Do not update links treeview if it doesn't have a model assigned yet. 
2359
2360 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2361
2362         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
2363         (ev_sidebar_links_class_init), (update_page_callback):
2364
2365         Do not update links treeview when sidepane is not visible. 
2366
2367 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2368
2369         * shell/ev-marshal.list:
2370         * shell/ev-page-action.c: (activate_cb),
2371         (ev_page_action_class_init):
2372         * shell/ev-page-action.h:
2373         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
2374         * shell/ev-window.c:
2375         
2376         Remove activate_link signal, not required.
2377
2378 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2379
2380         * shell/ev-navigation-action.c: (build_menu):
2381         
2382         Reorder menu items and build menu with fixed length.
2383
2384 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
2385
2386         * shell/ev-view.c: (get_selected_text):
2387         
2388         Normalize text to fix ligatures problem. See bug
2389         #341947 for details.
2390
2391 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2392
2393         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2394
2395         Fix memory leak in ev-page-cache. 
2396
2397 2007-01-25  Tom Parker <palfrey@tevp.net>
2398
2399         * backend/impress/impress-document.c: (impress_document_load),
2400         (impress_document_finalize), (impress_document_init):
2401         * properties/ev-properties-main.c: (ev_properties_get_pages):
2402         
2403         Correctly handle impress document errors. Fixes nautilus
2404         crash in property page #370491.
2405
2406 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2407
2408         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2409         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2410         (ev_job_queue_remove_job):
2411         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
2412         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
2413         (ev_job_load_run):
2414         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
2415         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
2416         (ev_window_load_job_cb), (xfer_update_progress_callback),
2417         (ev_window_open_uri), (ev_window_dispose):
2418         * shell/main.c: (main):
2419
2420         Do file transfer asynchronously in the main thread instead of
2421         synchronously in the load thread. Fixes bugs #399694, #398307 and
2422         #343542.
2423
2424 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2425
2426         * shell/ev-jobs.c: (ev_job_xfer_run):
2427
2428         Load the document with the font-config lock held. 
2429
2430 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2431
2432         * backend/ps/ps-document.c: (start_interpreter):
2433
2434         Fix memory leaks in ps backend. 
2435
2436 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2437
2438         * backend/impress/impress-document.c:
2439         (impress_document_render_pixbuf):
2440
2441         Do not acquire fontconfig lock in impress backend, since it is using
2442         the main loop for rendering. 
2443
2444 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2445
2446         * po/POTFILES.in: 
2447
2448         Remove mdvi files that shouldn't be translated. 
2449
2450 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2451
2452         * shell/ev-view-private.h:
2453         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
2454         (ev_view_set_zoom):
2455
2456         Render "loading..." text into a cairo surface instead of directly into
2457         the window so that fontconfig lock is only needed once and UI is not
2458         blocked. Change text color to #9B9B9B. Fixes bug #397356.
2459
2460 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2461
2462         * shell/ev-stock-icons.c: (ev_stock_icons_init):
2463         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2464
2465         Use icon theme associated with the window screen rather than default. 
2466
2467 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2468
2469         * configure.ac:
2470
2471         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
2472
2473 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2474
2475         * data/icons/*/apps/evince.*:
2476
2477         Move Evince icons under new apps directory.
2478
2479         * data/icons/*/actions/*:
2480
2481         Add new custom themeable Evince icons: view-page-continuous, 
2482         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
2483         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
2484
2485         * configure.ac:
2486
2487         Add new directories to AC_CONFIG_FILES.
2488
2489         * shell/ev-stock-icons.c:
2490         * shell/ev-stock-icons.h:
2491
2492         Use new custom themeable icons.
2493
2494 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2495
2496         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2497
2498         Do not draw white background page in presentation mode. 
2499
2500 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
2501
2502         * shell/ev-view.c: Remove unused gnome-vfs include.
2503
2504 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
2505
2506         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
2507         
2508         Format string is corrected, fixes bug #397129.
2509
2510 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2511
2512         * shell/ev-window.c: (ev_window_setup_recent):
2513
2514         Do not include in recent menu inexistent documents. Fixes
2515         bug #339171.
2516
2517 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2518
2519         * po/POTFILES.skip: 
2520
2521         Update POTFILES.skip file according to current source tree. 
2522
2523 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2524
2525         * shell/ev-window.c: (file_save_dialog_response_cb):
2526
2527         Do Save a copy in atomic way. Fixes bug #328266. 
2528
2529 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2530
2531         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
2532
2533         Keep selected cell always visible in index treeview.
2534
2535 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2536         
2537         * shell/ev-view.c: (ev_view_size_allocate):
2538
2539         Restore horizontal scrollbar after switching to/from fullscreen
2540         or presentation mode. Fixes bug #331728.
2541
2542 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2543
2544         * shell/ev-view-private.h:
2545         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
2546         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
2547         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
2548         (ev_view_can_zoom_out):
2549
2550         Use max and min scale values in the view iby taking dpi into account. 
2551
2552 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2553
2554         * configure.ac:
2555         * NEWS:
2556
2557         Release 0.7.1
2558
2559 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2560
2561         * shell/ev-window.c: (ev_window_print_send):
2562
2563         Send print job to printer with some settings set to default values,
2564         since we have already exported to a file according to such settings
2565         and they could be taken twice by some printers. 
2566
2567 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2568
2569         * shell/ev-jobs.c: (ev_job_xfer_run):
2570         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2571
2572         Show main window and load document with the font-config lock held. 
2573
2574 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2575
2576         * configure.ac:
2577         * shell/ev-application.c: (ev_application_register_service):
2578         * shell/main.c: (load_files_remote):
2579
2580         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
2581
2582 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2583
2584         * doc/debugging.txt:
2585         
2586         Remove obsolete documentation.
2587
2588 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2589
2590         * Makefile.am:
2591         * backend/Makefile.am:
2592         * backend/comics/Makefile.am:
2593         * backend/djvu/Makefile.am:
2594         * backend/dvi/Makefile.am:
2595         * backend/ev-async-renderer.c:
2596         * backend/ev-async-renderer.h:
2597         * backend/ev-attachment.c:
2598         * backend/ev-attachment.h:
2599         * backend/ev-backend-marshal.c:
2600         * backend/ev-document-factory.c:
2601         * backend/ev-document-factory.h:
2602         * backend/ev-document-find.c:
2603         * backend/ev-document-find.h:
2604         * backend/ev-document-fonts.c:
2605         * backend/ev-document-fonts.h:
2606         * backend/ev-document-images.c:
2607         * backend/ev-document-images.h:
2608         * backend/ev-document-info.h:
2609         * backend/ev-document-links.c:
2610         * backend/ev-document-links.h:
2611         * backend/ev-document-misc.c:
2612         * backend/ev-document-misc.h:
2613         * backend/ev-document-security.c:
2614         * backend/ev-document-security.h:
2615         * backend/ev-document-thumbnails.c:
2616         * backend/ev-document-thumbnails.h:
2617         * backend/ev-document-transition.c:
2618         * backend/ev-document-transition.h:
2619         * backend/ev-document.c:
2620         * backend/ev-document.h:
2621         * backend/ev-file-exporter.c:
2622         * backend/ev-file-exporter.h:
2623         * backend/ev-image.c:
2624         * backend/ev-image.h:
2625         * backend/ev-link-action.c:
2626         * backend/ev-link-action.h:
2627         * backend/ev-link-dest.c:
2628         * backend/ev-link-dest.h:
2629         * backend/ev-link.c:
2630         * backend/ev-link.h:
2631         * backend/ev-render-context.c:
2632         * backend/ev-render-context.h:
2633         * backend/ev-selection.c:
2634         * backend/ev-selection.h:
2635         * backend/impress/Makefile.am:
2636         * backend/pdf/Makefile.am:
2637         * backend/pixbuf/Makefile.am:
2638         * backend/ps/Makefile.am:
2639         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
2640         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
2641         (start_interpreter), (stop_interpreter), (document_load),
2642         (ps_document_next_page), (render_page):
2643         * backend/tiff/Makefile.am:
2644         * comics/Makefile.am:
2645         * comics/comics-document.c:
2646         * comics/comics-document.h:
2647         * configure.ac:
2648         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2649         * djvu/Makefile.am:
2650         * djvu/djvu-document-private.h:
2651         * djvu/djvu-document.c:
2652         * djvu/djvu-document.h:
2653         * djvu/djvu-links.c:
2654         * djvu/djvu-links.h:
2655         * djvu/djvu-text-page.c:
2656         * djvu/djvu-text-page.h:
2657         * djvu/djvu-text.c:
2658         * djvu/djvu-text.h:
2659         * dvi/Makefile.am:
2660         * dvi/dvi-document.c:
2661         * dvi/dvi-document.h:
2662         * dvi/fonts.c:
2663         * dvi/fonts.h:
2664         * dvi/mdvi-lib/Makefile.am:
2665         * dvi/mdvi-lib/afmparse.c:
2666         * dvi/mdvi-lib/afmparse.h:
2667         * dvi/mdvi-lib/bitmap.c:
2668         * dvi/mdvi-lib/bitmap.h:
2669         * dvi/mdvi-lib/color.c:
2670         * dvi/mdvi-lib/color.h:
2671         * dvi/mdvi-lib/common.c:
2672         * dvi/mdvi-lib/common.h:
2673         * dvi/mdvi-lib/defaults.h:
2674         * dvi/mdvi-lib/dvimisc.c:
2675         * dvi/mdvi-lib/dviopcodes.h:
2676         * dvi/mdvi-lib/dviread.c:
2677         * dvi/mdvi-lib/files.c:
2678         * dvi/mdvi-lib/font.c:
2679         * dvi/mdvi-lib/fontmap.c:
2680         * dvi/mdvi-lib/fontmap.h:
2681         * dvi/mdvi-lib/fontsrch.c:
2682         * dvi/mdvi-lib/gf.c:
2683         * dvi/mdvi-lib/hash.c:
2684         * dvi/mdvi-lib/hash.h:
2685         * dvi/mdvi-lib/list.c:
2686         * dvi/mdvi-lib/mdvi.h:
2687         * dvi/mdvi-lib/pagesel.c:
2688         * dvi/mdvi-lib/paper.c:
2689         * dvi/mdvi-lib/paper.h:
2690         * dvi/mdvi-lib/pk.c:
2691         * dvi/mdvi-lib/private.h:
2692         * dvi/mdvi-lib/setup.c:
2693         * dvi/mdvi-lib/sp-epsf.c:
2694         * dvi/mdvi-lib/special.c:
2695         * dvi/mdvi-lib/sysdeps.h:
2696         * dvi/mdvi-lib/t1.c:
2697         * dvi/mdvi-lib/tfm.c:
2698         * dvi/mdvi-lib/tfmfile.c:
2699         * dvi/mdvi-lib/tt.c:
2700         * dvi/mdvi-lib/util.c:
2701         * dvi/mdvi-lib/vf.c:
2702         * dvi/pixbuf-device.c:
2703         * dvi/pixbuf-device.h:
2704         * impress/Makefile.am:
2705         * impress/common.h:
2706         * impress/document.c:
2707         * impress/f_oasis.c:
2708         * impress/f_oo13.c:
2709         * impress/iksemel.c:
2710         * impress/iksemel.h:
2711         * impress/imposter.h:
2712         * impress/impress-document.c:
2713         * impress/impress-document.h:
2714         * impress/internal.h:
2715         * impress/r_back.c:
2716         * impress/r_draw.c:
2717         * impress/r_geometry.c:
2718         * impress/r_gradient.c:
2719         * impress/r_style.c:
2720         * impress/r_text.c:
2721         * impress/render.c:
2722         * impress/render.h:
2723         * impress/zip.c:
2724         * impress/zip.h:
2725         * lib/Makefile.am:
2726         * lib/ev-debug.c:
2727         * lib/ev-debug.h:
2728         * lib/ev-file-helpers.c:
2729         * lib/ev-file-helpers.h:
2730         * lib/ev-gui.c:
2731         * lib/ev-gui.h:
2732         * lib/ev-tooltip.c:
2733         * lib/ev-tooltip.h:
2734         * libdocument/Makefile.am:
2735         * libdocument/ev-file-helpers.c:
2736         * pdf/Makefile.am:
2737         * pdf/ev-poppler.cc:
2738         * pdf/ev-poppler.h:
2739         * pixbuf/Makefile.am:
2740         * pixbuf/pixbuf-document.c:
2741         * pixbuf/pixbuf-document.h:
2742         * properties/Makefile.am:
2743         * ps/Makefile.am:
2744         * ps/gsdefaults.c:
2745         * ps/gsdefaults.h:
2746         * ps/gsio.c:
2747         * ps/gsio.h:
2748         * ps/gstypes.h:
2749         * ps/ps-document.c:
2750         * ps/ps-document.h:
2751         * ps/ps.c:
2752         * ps/ps.h:
2753         * shell/Makefile.am:
2754         * shell/ev-application.h:
2755         * shell/ev-sidebar-links.c:
2756         * shell/ev-sidebar-links.h:
2757         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
2758         (ev_gui_menu_position_tree_selection):
2759         * shell/ev-utils.h:
2760         * shell/ev-view.c: (ev_view_finalize):
2761         * shell/ev-window.c:
2762         * shell/main.c: (main):
2763         * thumbnailer/Makefile.am:
2764         * tiff/Makefile.am:
2765         * tiff/tiff-document.c:
2766         * tiff/tiff-document.h:
2767         * tiff/tiff2ps.c:
2768         * tiff/tiff2ps.h:
2769         
2770         Reorganize source tree.
2771
2772 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2773
2774         * backend/ev-document-factory.c:
2775
2776         Do not include ev-poppler.h when pdf is disabled. 
2777
2778 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2779
2780         * configure.ac:
2781         * data/evince-ui.xml:
2782         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
2783         (pdf_document_document_images_iface_init):
2784         * backend/Makefile.am:
2785         * backend/ev-document-images.[ch]:
2786         * backend/ev-image.[ch]:
2787         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
2788         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
2789         (ev_job_xfer_run):
2790         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2791         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2792         (ev_pixbuf_cache_get_image_mapping):
2793         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
2794         (view_menu_popup_cb), (ev_window_dispose),
2795         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2796         (ev_view_popup_cmd_copy_image):
2797         * shell/ev-view-private.h:
2798         * shell/ev-view.c: (ev_view_get_image_at_location),
2799         (ev_view_do_popup_menu), (ev_view_popup_menu),
2800         (ev_view_button_press_event), (ev_view_drag_data_get),
2801         (ev_view_drag_motion), (ev_view_drag_data_received),
2802         (ev_view_motion_notify_event), (ev_view_button_release_event),
2803         (ev_view_finalize), (ev_view_class_init):
2804
2805         Add image handling support. Fixes bugs #310008 and #325047. Images
2806         selection is not supported yet. 
2807
2808 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2809
2810         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
2811         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
2812         (ev_view_init):
2813
2814         Move view drag and drop stuff to ev-view.
2815
2816 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2817
2818         * shell/ev-pixbuf-cache.c: (clear_job_selection):
2819         * shell/ev-view.c: (clear_selection): 
2820
2821         Clear selection also in pixbuf cache.
2822
2823 2007-01-02  Luca Ferretti <elle.uca@libero.it>
2824
2825         * data/evince.desktop.in.in:
2826         
2827         Change icon name in desktop file. See bug #390734
2828         for details.
2829
2830 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2831
2832         * thumbnailer/Makefile.am:
2833
2834         Use top_builddir instead top_srcdir for generated schema
2835         file installation. Fixes bug #390161.
2836
2837 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2838
2839         * configure.ac:
2840         * backend/Makefile.am:
2841         * backend/ev-document-transition.[ch]:
2842         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
2843         (pdf_document_page_transition_iface_init):
2844         * shell/ev-view-private.h:
2845         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
2846         (ev_view_set_presentation), (transition_next_page),
2847         (ev_view_presentation_transition_stop),
2848         (ev_view_presentation_transition_start), (ev_view_next_page):
2849
2850         Add page transition support in presentation mode. At the moment only
2851         page duration is supported, but not transition effects. Fixes bug
2852         #309815.
2853
2854 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2855
2856         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
2857
2858         Run find_link_dest with document lock held, since it's called by links
2859         thread and main thread at the same time. 
2860
2861 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2862
2863         * shell/ev-view.c: (goto_dest):
2864
2865         Update page-cache when page is changed by the view, so that
2866         page-changed signal is emitted. 
2867
2868 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2869
2870         * test/test1.py:
2871         * test/test2.py:
2872
2873         Use C locale in tests. 
2874
2875 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2876
2877         * shell/ev-window.c: (ev_window_run_presentation):
2878         * shell/ev-view-private.h:
2879         * shell/ev-view.c: (ev_view_set_presentation):
2880
2881         Restore zoom settings when back from presentation mode. 
2882
2883 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2884
2885         * shell/ev-window.c: (ev_window_run_presentation):
2886
2887         Always use "best fit" zoom in presentation mode.
2888         Fixes bug #389195.
2889
2890 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2891
2892         * shell/ev-view.c: (ev_view_goto_window_create):
2893
2894         Show "Jump to page" label in the page jumping popup in
2895         presentation mode instead of just a GtkEntry.
2896
2897 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2898
2899         * shell/ev-window.c: (launch_external_uri):
2900
2901         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
2902         #378085.
2903
2904 2006-12-22  Elijah Newren  <newren gmail com>
2905
2906         * configure.ac: explicitly check for libxml2.  Fixes #388795
2907
2908 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2909
2910         * shell/ev-view-private.h:
2911         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
2912         (ev_view_goto_window_delete_event), (key_is_numeric),
2913         (ev_view_goto_window_key_press_event),
2914         (ev_view_goto_window_button_press_event),
2915         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
2916         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
2917         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
2918
2919         Allow jumping to another page by typing a page number in presentation
2920         mode. It uses a popup window with an entry. Fixes bug #353625.
2921
2922 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2923
2924         * configure.ac:
2925         * properties/ev-properties-view.c: (ev_get_default_user_units),
2926         (ev_regular_paper_size):
2927         
2928         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
2929         to Damien Carbery <damien.carbery@sun.com> and
2930         Yevgen Muntyan <muntyan@tamu.edu>.
2931
2932 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2933
2934         * shell/ev-window.c: (setup_document_from_metadata):
2935
2936         Make sure Evince doesn't restore the view on the last
2937         page when a document is reopened. Fixes bug #383381.
2938
2939 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
2940
2941         * shell/ev-view.c: (draw_loading_text):
2942
2943         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
2944
2945 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2946
2947         * configure.ac:
2948         * NEWS:
2949
2950         Release 0.7.0
2951
2952 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2953
2954         * configure.ac:
2955         * pdf/ev-poppler.cc: (pdf_print_context_free),
2956         (pdf_document_file_exporter_begin),
2957         (pdf_document_file_exporter_do_page):
2958
2959         Make cairo-pdf depedency optional. 
2960
2961 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2962
2963         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
2964
2965         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
2966
2967 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2968
2969         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
2970         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
2971         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
2972         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
2973         * shell/ev-view.c: (draw_loading_text):
2974         * shell/ev-window.c: (ev_window_cmd_file_properties):
2975
2976         Use an specific lock for FontConfig. Hopefully it fixes some crashes
2977         related to using FontConfig from different threads.
2978         
2979 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2980
2981         * shell/ev-view.c: (draw_loading_text):
2982
2983         Acquire lock document when drawing "Loading..." text so that only one
2984         thread will use FontConfig at the same time. Fixes bug #374750.
2985
2986 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2987
2988         * shell/ev-page-action.[ch]: (activate_cb):
2989         * shell/ev-window.c: (activate_label_cb):
2990
2991         Check if text inserted in page entry is a valid page number when it
2992         doesn't match to any document page label. Fixes bug #383165.
2993
2994 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
2995         * shell/ev-window.c:
2996
2997         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
2998         available with GTK < 2.10. Added an ifdef to avoid compilation
2999         error.
3000
3001 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3002
3003         * configure.ac:
3004         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
3005
3006         Fix ps backend in multihead systems.
3007
3008 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3009
3010         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
3011         * shell/ev-window.c: (ev_window_get_screen_dpi),
3012         (ev_window_update_actions), (setup_view_from_metadata),
3013         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
3014
3015         Take screen DPI into account when zooming. Fixes bug #318285.
3016
3017 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3018
3019         * data/Makefile.am:
3020
3021         Cleaned up/slightly refactored Makefile.am. Added GConf
3022         schemas uninstallation as well.
3023
3024 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3025
3026         * Makefile.am:
3027         * test/Makefile.am:
3028
3029         Fight with autotools to fix make check. Make distcheck
3030         works fine as well now!
3031
3032 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3033
3034         * shell/ev-view.c: (draw_end_presentation_page):
3035
3036         Corrected "end of presentation" string.
3037
3038 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3039
3040         * shell/ev-view.c: (ev_view_key_press_event):
3041
3042         Correctly propagate key press event so that up/down keys
3043         work as expected (correct behaviour was broken by
3044         black/white screen key bindings for presentations).
3045
3046 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3047
3048         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
3049         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
3050         (pdf_document_find_get_progress), (pdf_selection_render_selection),
3051         (pdf_selection_get_selection_region),
3052         (pdf_selection_get_selection_map):
3053
3054         Add "static" to some private functions. 
3055
3056 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
3057
3058         * lib/ev-tooltip.h:
3059         * properties/ev-properties-view.h:
3060         * shell/ev-jobs.h:
3061         * shell/ev-properties-dialog.h:
3062         * shell/ev-properties-fonts.h:
3063         * shell/ev-sidebar-links.h:
3064         * shell/ev-sidebar-thumbnails.h:
3065         * shell/ev-sidebar.h:
3066         * shell/ev-window.h:
3067         
3068         Fixes CHACK type in class casts. See bug #385343
3069         for details.
3070
3071 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3072
3073         * shell/ev-view-private.h:
3074         * shell/ev-view.c: (draw_end_presentation_page),
3075         (ev_view_expose_event), (ev_view_key_press_event),
3076         (ev_view_class_init), (ev_view_init):
3077
3078         Blank screen in presentation mode when pressing 'b' (filling with
3079         black) or 'w' (filling with white) keys. Fixes bug #358132.
3080
3081 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
3082
3083         * data/evince-toolbar.xml:
3084         * shell/ev-window.c:
3085         
3086         Use stock icon for Select All action. Fixes
3087         bug #382652.
3088
3089 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
3090
3091         * shell/ev-view.c: (get_doc_point_from_offset),
3092         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
3093
3094         Add links support in rotated documents. Fixes bug #343733.
3095
3096 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3097
3098         * shell/ev-view-private.h:
3099         * shell/ev-view.c: (draw_end_presentation_page),
3100         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
3101
3102         Show a blank page after the last page in presentation mode with a
3103         message indicating that presentation has finished and how to exit. 
3104
3105 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3106
3107         * shell/ev-window.c: (fullscreen_timeout_cb):
3108
3109         Hide cursor after a while in presentation mode. 
3110
3111 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3112
3113         * backend/ev-document-info.h:
3114         * data/evince-properties.glade:
3115         * pdf/ev-poppler.cc:
3116         * properties/ev-properties-view.c: (ev_regular_paper_size),
3117         (ev_properties_view_set_info):
3118         * ps/ps-document.c: (ps_document_get_info):
3119
3120         Adds a paper size field to the properties dialog. Fixes
3121         bug #307315. Patch by Kasper Svendsen (with some i18n
3122         changes done by me).
3123
3124 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3125
3126         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3127         (screensaver_init_dbus), (totem_scrsaver_new),
3128         (totem_scrsaver_init):
3129         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3130         * shell/ev-application.c: (ev_application_register_service),
3131         (ev_application_screensaver_enable),
3132         (ev_application_screensaver_disable):
3133         * shell/ev-application.h:
3134         * shell/ev-window.c: (ev_window_run_presentation),
3135         (ev_window_stop_presentation), (build_comments_string),
3136         (ev_window_init):
3137         
3138         Move screensaver handling to application. No more
3139         message on startup.
3140
3141 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3142
3143         * configure.ac:
3144         * backend/Makefile.am:
3145         * backend/ev-file-exporter.[ch]:
3146         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
3147         * ps/ps-document.c: (ps_document_file_exporter_*):
3148         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
3149         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3150         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3151         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3152
3153         Allow printing to PDF when suppoted by the backend.
3154         
3155 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3156
3157         * shell/ev-window.c: (build_comments_string):
3158
3159         Use always "Document Viewer" in about dialog. 
3160
3161 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3162
3163         * djvu/djvu-document.c: (djvu_document_get_page_size):
3164
3165         Display a warning message when get_pageinfo fails. 
3166
3167 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
3168
3169         * Makefile.am:
3170         * backend/Makefile.am:
3171         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3172         * configure.ac:
3173         * shell/ev-window.c: (build_comments_string):
3174         
3175         Make pdf compilation optional. See bug #38007.
3176
3177 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3178
3179         * ps/ps.c: (get_next_text):
3180
3181         Fix CVE-2006-5864.
3182
3183 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3184
3185         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
3186         * shell/ev-navigation-action.c: (connect_proxy),
3187         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3188         
3189         Do not call g_type_class_peek_parent twice.
3190
3191 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3192
3193         * configure.ac:
3194         * data/icons/24x24/.cvsignore:
3195         * data/icons/24x24/Makefile.am:
3196         * data/icons/24x24/evince.png:
3197         * data/icons/Makefile.am:
3198         
3199         Add 24x24 icon. Thanks to 
3200         Michael Monreal <infernux@web.de>.
3201
3202 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3203
3204         * configure.ac: Fix typo in configure.ac. Thanks
3205         to dmacks@netspace.org for notification.
3206
3207 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3208
3209         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3210         
3211         Drop dbus include, fixes compilation with older dbus.
3212
3213 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3214
3215         * configure.ac:
3216         * cut-n-paste/Makefile.am:
3217         * cut-n-paste/totem-screensaver/.cvsignore
3218         * cut-n-paste/totem-screensaver/Makefile.am:
3219         * cut-n-paste/totem-screensaver/README:
3220         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3221         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3222         * shell/Makefile.am:
3223         * shell/ev-window.c: (ev_window_run_presentation),
3224         (ev_window_stop_presentation), (ev_window_cmd_help_about),
3225         (ev_window_init):
3226
3227         Implemented screensaver enabling/disabling for
3228         presentation mode (not fullscreen mode). Code stolen
3229         from Totem (with some minor tweaks). Fixes bug #338889.
3230
3231 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3232
3233         * configure.ac:
3234
3235         Bump gnome-icon-theme requirements. We use the rotation
3236         icons that appeared recently.
3237
3238 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3239
3240         * shell/ev-history.c: (ev_history_add_page):
3241         * shell/ev-history.h:
3242         * shell/ev-window.c: (page_changed_cb):
3243         
3244         Use page labels instead of numbers.
3245
3246 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3247
3248         * data/evince-toolbar.xml:
3249         * po/POTFILES.in:
3250         * shell/Makefile.am:
3251         * shell/ev-navigation-action-widget.c:
3252         (ev_navigation_action_widget_init),
3253         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
3254         (menu_detacher), (ev_navigation_action_widget_set_menu),
3255         (menu_position_func), (popup_menu_under_arrow),
3256         (ev_navigation_action_widget_toggled),
3257         (ev_navigation_action_widget_button_press_event):
3258         * shell/ev-navigation-action-widget.h:
3259         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
3260         (ev_navigation_action_set_window), (activate_menu_item_cb),
3261         (new_history_menu_item), (new_empty_history_menu_item),
3262         (build_menu), (menu_activated_cb), (connect_proxy),
3263         (create_tool_item), (ev_navigation_action_init),
3264         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3265         * shell/ev-navigation-action.h:
3266         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
3267         (ev_page_action_widget_set_page_cache),
3268         (ev_page_action_widget_finalize),
3269         (ev_page_action_widget_class_init), (match_selected_cb),
3270         (display_completion_text), (match_completion), (build_new_tree_cb),
3271         (get_filter_model_from_model),
3272         (ev_page_action_widget_update_model):
3273         * shell/ev-page-action-widget.h:
3274         * shell/ev-page-action.c: (activate_link_cb), (update_model),
3275         (connect_proxy):
3276         * shell/ev-page-action.h:
3277         * shell/ev-stock-icons.c:
3278         * shell/ev-stock-icons.h:
3279         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3280         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
3281         (register_custom_actions):
3282         * shell/main.c:
3283         
3284         Preliminary history implementation
3285
3286 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3287
3288         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
3289         (dvi_document_class_init), (dvi_document_init_params):
3290         * dvi/mdvi-lib/font.c: (font_reference):
3291         
3292         Add reference to subfont. Fixes bug #374277.
3293
3294 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3295
3296         * shell/ev-window.c: (ev_window_create_tmp_symlink),
3297         (ev_window_cmd_file_open_copy_at_dest):
3298
3299         Fix a race condition when creating symlink. Increase the counter
3300         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
3301         Mathias Hasselmann).
3302
3303 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3304
3305         * backend/Makefile.am:
3306         * backend/ev-attachment.c: (ev_attachment_open):
3307         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
3308         (ev_tmp_dir), (ev_tmp_filename):
3309         * shell/ev-sidebar-attachments.c:
3310         (ev_sidebar_attachments_drag_data_get):
3311         * shell/ev-window.c: (ev_window_clear_temp_file):
3312
3313         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
3314         in ensure_dir_exists. Abort without crashing when we can't create
3315         user's directory.
3316
3317 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3318
3319         * data/evince-ui.xml:
3320         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3321         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
3322         (ev_window_cmd_file_open_copy_at_dest),
3323         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
3324         (ev_view_popup_cmd_open_link_new_window):
3325
3326         Allow opening a copy of the current document in a new window. Fixes bug
3327         #357472
3328
3329 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3330
3331         * data/evince-toolbar.xml:
3332         
3333         Add rotate right and rotate left to available items for toolbar.
3334         
3335         * data/evince-ui.xml:
3336         * shell/ev-window.c: (ev_window_init):
3337         
3338         Customize toolbar with right click. Fixes bug #372451.
3339
3340 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
3341
3342         * shell/ev-window.c: 
3343         
3344         Use "object-rotate-{left,right}" stock icons. Fixes 
3345         bug #373863.
3346
3347 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3348
3349         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
3350         (ev_application_open_uri_at_dest), (ev_application_open_uri):
3351         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
3352         (ev_window_open_uri):
3353         * shell/main.c: (arguments_parse):
3354
3355         Remove temp file created when evince is used by GTK+ in
3356         preview mode. Fixes bug #365282. 
3357
3358 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3359
3360         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3361         
3362         Fixes bug #372474 - Side pane disabled when entering 
3363         and leaving fullscreen mode.
3364
3365 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3366
3367         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
3368         * data/Makefile.am:
3369         * data/evince-preview-toolbar.xml:
3370         * data/evince-toolbar.xml:
3371         * shell/ev-application.c: (ev_application_shutdown),
3372         (ev_application_init), (ev_application_get_toolbars_model):
3373         * shell/ev-application.h:
3374         * shell/ev-window.c: (update_chrome_visibility),
3375         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
3376         (ev_window_cmd_edit_toolbar), (ev_window_init):
3377         
3378         Fixes bug #364364 - toolbar editor shows zoom actions again.
3379
3380 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3381
3382         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3383
3384         Do not take margins into consideration for paper size when printing.
3385         Really fixes bug #350491.
3386
3387 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3388
3389         * data/evince-ui.xml:
3390         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
3391         (ev_window_cmd_file_print_setup),
3392         (ev_window_print_dialog_response_cb),
3393         (ev_window_setup_action_sensitivity):
3394
3395         Add page setup settings for printing. Fixes bugs #363860 and #350491.
3396
3397 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3398
3399         * shell/ev-window.c: (ev_window_print_range):
3400
3401         Revert my previuos commit, since printing to PDF is not supported by
3402         evince yet. 
3403
3404 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3405
3406         * shell/ev-window.c: (ev_window_print_range):
3407
3408         Enable print to a PDF. Fixes bug #332121.
3409
3410 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3411
3412         * shell/ev-application-service.xml:
3413         * shell/ev-application.[ch]: (ev_application_open_window),
3414         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
3415         (ev_application_open_uri), (ev_application_open_uri_list):
3416         * shell/ev-window.c: (file_open_dialog_response_cb),
3417         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
3418         (drag_data_received_cb), (open_remote_link):
3419         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
3420
3421         Add support for multiscreen systems. Fixes bug #316206.
3422
3423 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3424
3425         * shell/ev-jobs.[ch]: (ev_job_print_new),
3426         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
3427         (ev_job_print_do_page):
3428         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
3429
3430         Allow printing only odd/even pages. Fixes bug #367289.
3431
3432 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3433
3434         * test/test1.py:
3435         * test/test2.py:
3436
3437         Re-add locale settings to test files.
3438
3439 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3440
3441         * data/evince-ui.xml:
3442         * shell/ev-window.c: (set_action_properties):
3443         
3444         Removed garbage from code and ui.
3445
3446 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3447
3448         * shell/ev-window.c: (ev_window_cmd_help_about):
3449
3450         Shamelessly add my name to the list of contributors.
3451
3452 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3453
3454         * test/test1.py:
3455         * test/test2.py:
3456
3457         Cleaned up the dogtail scripts.
3458
3459 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3460
3461         * shell/ev-view.c: (draw_loading_text): Don't render
3462         "loading..." text in presentation mode. Temporary
3463         workaround for bug #320352.
3464
3465 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3466
3467         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3468         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3469
3470         Use print settings scale, copies, collate and reverse which were
3471         ignored. Fixes bug #359032.
3472
3473 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3474
3475         * configure.ac:
3476         * data/evince-password.glade:
3477         * test/Makefile.am:
3478         * test/test-encrypt.pdf:
3479         * test/test-links.pdf:
3480         * test/test1.py:
3481         * test/test2.py:
3482
3483         Add automated UI tests for evince with dogtail. See
3484         bug #300948.    
3485
3486 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3487
3488         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
3489
3490         Hide fullscreen toolbar when switching to another desktop workspace.
3491         Fixes bug #338871
3492
3493 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3494
3495         * shell/ev-window-title.c: 
3496         
3497         Test for .dvi in title of pdf documents.
3498
3499 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3500
3501         * shell/ev-view.c: (ev_view_scroll):
3502
3503         Page Up/Down should do page jumps in "Best fit" mode.
3504         If a user has explicitly chosen to view exactly one page
3505         at a time, scrolling just a part of the page when
3506         pressing Page Up/Down is not right. Fixes bug #323107.
3507
3508 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3509
3510         * NEWS:
3511         * configure.ac:
3512         
3513         Update for 0.6.1
3514
3515 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3516
3517         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
3518         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
3519         
3520         Correctly disconnect from job signals on destroy.
3521
3522 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3523
3524         * shell/ev-view-private.h:
3525         * shell/ev-view.c: (view_set_adjustment_values),
3526         (view_update_range_and_current_page),
3527         (ensure_rectangle_is_visible), (ev_view_size_allocate):
3528         
3529         Fixes bug #343199, current page now follows find page.
3530
3531 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
3532
3533         * backend/ev-document-factory.c:
3534         * configure.ac:
3535         Assigned OpenDocument presenation MIME type to the
3536         Impress backend. Added some missing (but harmless)
3537         #ifdefs in the document factory as well to make things
3538         consistent again. Fixes bug #360658.
3539
3540 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
3541
3542         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
3543         * backend/ev-document-find.c: (ev_document_find_get_type):
3544         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
3545         * backend/ev-document-links.c: (ev_document_links_get_type):
3546         * backend/ev-document-security.c: (ev_document_security_get_type):
3547         * backend/ev-document-thumbnails.c:
3548         (ev_document_thumbnails_get_type):
3549         * backend/ev-document.c: (ev_document_get_type):
3550         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
3551         * backend/ev-selection.c: (ev_selection_get_type):
3552         * cut-n-paste/recent-files/egg-recent-model.c:
3553         (egg_recent_model_get_type):
3554         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3555         (egg_recent_view_uimanager_get_type):
3556         * cut-n-paste/recent-files/egg-recent-view.c:
3557         (egg_recent_view_get_type):
3558         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3559         (egg_editable_toolbar_get_type):
3560         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3561         (egg_toolbar_editor_get_type):
3562         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3563         (egg_toolbars_model_get_type):
3564         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3565         (egg_tree_multi_drag_source_get_type):
3566         * cut-n-paste/zoom-control/ephy-zoom-action.c:
3567         (ephy_zoom_action_get_type):
3568         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3569         (ephy_zoom_control_get_type):
3570         * impress/r_back.c: (_imp_fill_back):
3571         * properties/ev-properties-main.c:
3572         (ev_properties_plugin_register_type):
3573         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
3574         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
3575         (ev_view_accessible_factory_get_type):
3576
3577         Reduce relocations. Bug #360616.
3578
3579 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3580
3581         * backend/ev-document-factory.c:
3582         (ev_document_factory_get_document):
3583         
3584         Load document even if extension is wrong.
3585
3586 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3587
3588         * shell/ev-metadata-manager.c: (save_values):
3589         * shell/ev-window.c: (setup_size_from_metadata),
3590         (setup_view_from_metadata), (ev_window_setup_document),
3591         (ev_window_xfer_job_cb), (window_configure_event_cb):
3592         
3593         Set size according to the document size/page size ratio.
3594         That should correct rather wierd behaviour of the previous
3595         commit.
3596
3597 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3598
3599         * shell/ev-window.c: (setup_view_from_metadata):
3600         
3601         Set size for new windows from previous window size.
3602         See bugs #354968 and #168450 for details. Thanks
3603         to Meik Hellmund.
3604
3605 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3606
3607         * djvu/djvu-links.c: (build_tree):
3608
3609         Fix memory leak.
3610
3611 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3612
3613         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
3614         
3615         Don't make sidebar close button insensitive. Fixes
3616         bug #357871.
3617
3618 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3619
3620         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3621         (ev_window_set_view_accels_sensitivity):
3622         
3623         Don't enable Slash on documents which don't support
3624         find. Fixes bug #358648.
3625
3626 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
3627
3628         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
3629         open dialog fall back to the current document uri if the
3630         filechooser hasn't been used before. Fixes bug #356980.
3631
3632 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
3633
3634         * shell/ev-window.c: (ev_window_setup_recent), 
3635         (ev_window_get_recent_file_label):
3636
3637         Escape underscores in filenames of recent file items.
3638
3639 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3640
3641         * configure.ac:
3642         
3643         Bumped poppler requirements, really 0.5.3 is very 
3644         buggy, now we require 0.5.4.
3645
3646 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3647
3648         * djvu/Makefile.am:
3649         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3650         (djvu_document_find_iface_init), (djvu_document_links_get_links),
3651         (djvu_document_document_links_iface_init):
3652         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
3653         (number_from_string_10), (get_djvu_link_dest),
3654         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
3655         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
3656         (djvu_links_get_links), (djvu_links_find_link_dest),
3657         (djvu_links_get_links_model):
3658         * djvu/djvu-links.h:
3659         
3660         Add support for links and bookmarks in djvu documents. Thanks
3661         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
3662         patch.
3663
3664 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3665
3666         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3667         
3668         Reopen should reload document. Fixes 
3669         bug 327951.
3670
3671 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3672
3673         * configure.ac:
3674         * data/Makefile.am:
3675         * data/evince-16.png:
3676         * data/evince-22.png:
3677         * data/evince.png:
3678         * data/evince.svg:
3679         * data/icons/16x16/Makefile.am:
3680         * data/icons/16x16/evince.png:
3681         * data/icons/22x22/Makefile.am:
3682         * data/icons/22x22/evince.png:
3683         * data/icons/48x48/Makefile.am:
3684         * data/icons/48x48/evince.png:
3685         * data/icons/Makefile.am:
3686         * data/icons/scalable/Makefile.am:
3687         * data/icons/scalable/evince.svg:
3688         
3689         Install icons with correct names. Fixes
3690         bug #354429.
3691
3692 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3693
3694         * shell/ev-view.c: (ev_view_button_release_event):
3695
3696         Don't open links with middle mouse button. Fixes bug #353649
3697
3698 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3699
3700         * NEWS:
3701         * configure.ac:
3702         
3703         Update for release 0.6.0
3704
3705 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3706
3707         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
3708         Implement Close named action. Patch by Carlos Garcia Campos.
3709
3710 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3711
3712         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
3713         
3714         Don't clear link mapping on copy_job_to_job_info. Fixes
3715         bug 346168.
3716
3717 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3718
3719         * shell/main.c: (main):
3720
3721         Revert my previous commit, gnome_program_init owns the option context.
3722         Fix another memory leak in main. Both caught by Christian Persch. 
3723
3724 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3725
3726         * shell/main.c: (main):
3727
3728         Fix memory leak.
3729
3730 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3731
3732         * backend/ev-document-factory.c: (ev_document_factory_get_document):
3733
3734         Fix crash when opening a pdf with password protection. 
3735
3736 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3737
3738         * pdf/ev-poppler.cc: (pdf_document_search_free):
3739
3740         Fix memory leak. 
3741
3742 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3743
3744         * backend/ev-document-factory.c:
3745         (ev_document_factory_get_document):
3746         * tiff/tiff-document.c: (tiff_document_finalize):
3747         
3748         More correct handling of document loading. Fixes
3749         bug #349043.
3750
3751 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3752
3753         * backend/ev-attachment.c: (ev_attachment_save):
3754
3755         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
3756         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
3757
3758 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
3759         
3760         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
3761         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
3762
3763 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3764
3765         * shell/ev-sidebar-thumbnails.c:
3766
3767         Do not render thumbnails unless thumbnails page is active in the
3768         sidebar.
3769
3770 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
3771
3772         * shell/ev-properties-dialog.c:
3773
3774         Fix dialogue spacing. Bug #351370.
3775
3776 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3777
3778         * configure.ac:
3779
3780         Use lowercase gettext catalog file names (evince.mo
3781         instead of Evince.mo)
3782
3783 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3784
3785         * shell/ev-sidebar-attachments.c:
3786
3787         GtkIconTheme is now screen safe too. Fixes bug #350878
3788
3789 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3790
3791         * shell/ev-window.c:
3792
3793         GtkRecent manager is now screen safe. Fixes bug #350145
3794
3795 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3796
3797         * shell/ev-sidebar.c: (ev_sidebar_init):
3798         
3799         Make sidebar close icon smaller. Fix for bug 350177.
3800         See also bugs 350176 and 165770.
3801
3802 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3803
3804         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
3805
3806         Ignore zoom for xyz destinations when it's <= 1, keeping user
3807         preferences instead. Set correct sizing-mode for fith and fitv
3808         destinations rather than EV_SIZING_FREE. Fixes bug #349433
3809
3810 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3811
3812         * NEWS:
3813         * configure.ac:
3814         
3815         Update for release 0.5.5
3816
3817 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
3818         
3819         * shell/ev-window.c: (ev_window_cmd_escape)
3820
3821         Escape unfocus page entry. Fixes bug #345809.
3822
3823 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3824
3825         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
3826         (build_tree), (pdf_document_links_get_links),
3827         (pdf_document_links_find_link_dest):
3828         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
3829         (goto_xyz_dest):
3830
3831         Convert from PDF style coordinates to X style coordinates in the
3832         backend rather than in the view. Fixes bug #338440
3833
3834 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3835
3836         * shell/ev-window.c:
3837         
3838         Remove Ctrl+Shift+T shortcut for toolbars. See
3839         the bug #350098.
3840
3841 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3842
3843         * configure.ac:
3844
3845         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
3846         of this. 
3847
3848 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3849
3850         * configure.ac:
3851         * cut-n-paste/Makefile.am:
3852         * data/evince-ui.xml:
3853         * shell/Makefile.am:
3854         * shell/ev-application.[ch]:
3855         * shell/ev-window.c:
3856
3857         Use GtkRecent instead of EggRecent when it's available. Fixes bug
3858         #349273
3859
3860 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3861
3862         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
3863         findbar code: s/help/search/
3864
3865 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3866
3867         * shell/ev-window.c: (setup_document_from_metadata),
3868         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
3869         (setup_view_from_metadata):
3870         
3871         Fix memory leaks.
3872
3873 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
3874
3875         * autogen.sh, configure.ac: 
3876         
3877         Update automake usage. See bug 349292.
3878
3879 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3880
3881         * shell/eggfindbar.c: (egg_find_bar_class_init),
3882         (entry_activate_callback), (egg_find_bar_init),
3883         (egg_find_bar_set_status_text):
3884         * shell/eggfindbar.h:
3885         
3886         Unify Evince findbar with Epiphany. Nice patch
3887         from Fabricio Silva <silva@crans.org> and
3888         Frederic Peters <fpeters@entrouvert.com>. See
3889         bug #339966 for details.
3890
3891 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3892
3893         * data/evince.desktop.in.in:
3894         
3895         Correct information for bugzilla. Thanks to
3896         Olaf Vitters, see bug #348855.
3897
3898 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3899
3900         * shell/ev-jobs.[ch]:
3901         * shell/ev-sidebar-links.c:
3902         * shell/ev-window.[ch]:
3903
3904         GtkPrintJob doesn't support print ranges or current page, so we export
3905         to a ps file now when printing ranges or current page.
3906
3907 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3908
3909         * pdf/ev-poppler.cc:
3910         * shell/ev-window.c: (do_action_named):
3911
3912         We should be more clear about bugzilla. See the
3913         poppler bug #7623.
3914
3915 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3916
3917         * configure.ac:
3918         * shell/Makefile.am:
3919         * shell/ev-job-queue.c:
3920         * shell/ev-jobs.[ch]:
3921         * shell/ev-sidebar-links.c:
3922         * shell/ev-window.[ch]:
3923         
3924         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
3925         #348422
3926
3927 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3928
3929         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
3930         * shell/ev-application-service.xml:
3931         * shell/ev-application.[ch]:
3932         * shell/ev-jobs.[ch]:
3933         * shell/ev-window.[ch]: (ev_window_run_preview):
3934         * shell/main.c: 
3935
3936         Add preview mode to use evince as a printing previewer. It also adds
3937         other command line options for fullscreen and presentation modes.
3938         Fixes bugs #347822, #317031
3939
3940 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3941
3942         * NEWS:
3943         * configure.ac:
3944         
3945         Update for release 0.5.4
3946
3947 2006-07-11  Bastien Nocera <hadess@hadess.net>
3948
3949         * Makefile.am:
3950         * backend/Makefile.am:
3951         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3952         * backend/ev-document-factory.h:
3953         * configure.ac:
3954         * impress/.cvsignore:
3955         * impress/Makefile.am:
3956         * impress/common.h:
3957         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
3958         (imp_get_page), (imp_next_page), (imp_prev_page),
3959         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
3960         * impress/f_oasis.c: (render_object), (render_page),
3961         (get_geometry), (_imp_oasis_load):
3962         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
3963         (_imp_oo13_load):
3964         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
3965         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
3966         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
3967         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
3968         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
3969         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
3970         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
3971         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
3972         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
3973         (iks_new_within), (iks_insert), (iks_insert_cdata),
3974         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
3975         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
3976         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
3977         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
3978         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
3979         (iks_cdata), (iks_cdata_size), (iks_has_children),
3980         (iks_has_attribs), (escape_size), (my_strcat), (escape),
3981         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
3982         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
3983         (iks_tree), (iks_load), (iks_save):
3984         * impress/iksemel.h:
3985         * impress/imposter.h:
3986         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
3987         (imp_render_draw_bezier_real), (imp_render_get_size),
3988         (imp_render_set_fg_color), (imp_render_draw_line),
3989         (imp_render_draw_rect), (imp_render_draw_polygon),
3990         (imp_render_draw_arc), (imp_render_draw_bezier),
3991         (imp_render_open_image), (imp_render_get_image_size),
3992         (imp_render_scale_image), (imp_render_draw_image),
3993         (imp_render_close_image), (imp_render_markup),
3994         (imp_render_get_text_size), (imp_render_draw_text),
3995         (impress_document_load), (impress_document_save),
3996         (impress_document_get_n_pages), (impress_document_get_page_size),
3997         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3998         (impress_document_finalize), (impress_document_class_init),
3999         (impress_document_can_get_text), (impress_document_get_info),
4000         (impress_document_document_iface_init),
4001         (impress_document_thumbnails_get_thumbnail),
4002         (impress_document_thumbnails_get_dimensions),
4003         (impress_document_document_thumbnails_iface_init),
4004         (impress_document_init):
4005         * impress/impress-document.h:
4006         * impress/internal.h:
4007         * impress/r_back.c: (_imp_fill_back):
4008         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
4009         (_imp_draw_image), (_imp_tile_image):
4010         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
4011         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
4012         (r_polyline):
4013         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
4014         (r_draw_gradient_complex), (r_draw_gradient):
4015         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
4016         (r_get_bullet):
4017         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
4018         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
4019         (r_text):
4020         * impress/render.c: (imp_create_context), (imp_context_set_page),
4021         (imp_context_set_step), (imp_render), (imp_delete_context):
4022         * impress/render.h:
4023         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
4024         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
4025         (zip_load_xml), (zip_get_size), (zip_load):
4026         * impress/zip.h:
4027         * shell/ev-utils.c:
4028         
4029         New backend to support impress slides. Fixes bug #30867.
4030
4031 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
4032
4033         * shell/ev-utils.c: (using_postscript_printer):
4034         
4035         Fixes crash when print using PAPI backend,
4036         bug #345012.
4037
4038 2006-06-09  Pat Rondon  <pmr@patrondon.org>
4039
4040         * shell/ev-jobs.c: (ev_job_xfer_run):
4041         * shell/ev-window.c: (password_dialog_response),
4042         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
4043         (ev_window_dispose):
4044         Fixes bug #344160: if the xfer job doesn't complete
4045         because a password is required, reload the existing
4046         instance instead of creating a new one.
4047
4048 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4049
4050         * shell/main.c: (main): Call gdk_threads_init. Thus
4051         we'll avoid errors in auth dialog. Fix for the bug
4052         #343347.
4053
4054 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4055
4056         * configure.ac: Advertise pixbuf support, fix
4057         for the bug 343317.
4058
4059 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4060
4061         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
4062         (ev_sidebar_thumbnails_set_document):
4063         
4064         Update sidebar thumbnails after reloading.
4065
4066 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4067
4068         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
4069         * shell/ev-jobs.h:
4070         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
4071         (ev_window_cmd_view_reload), (ev_window_init):
4072         
4073         Don't crash on reload. Fix for the bug #343167.
4074
4075 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4076
4077         * shell/ev-jobs.c: (ev_job_render_run):
4078         
4079         Check for document links.
4080
4081 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4082
4083         * backend/ev-attachment.c: (ev_attachment_save),
4084         (ev_attachment_launch_app), (ev_attachment_open):
4085         * backend/ev-document-factory.c: (get_document_from_uri):
4086         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4087         (egg_recent_view_uimanager_set_list):
4088         * ps/ps-document.c: (check_filecompressed), (document_load),
4089         (ps_document_load):
4090         * shell/ev-metadata-manager.c: (load_values):
4091         * shell/ev-password.c: (ev_password_dialog_set_property):
4092         * shell/ev-view.c: (tip_from_link):
4093         * shell/ev-window.c: (file_save_dialog_response_cb),
4094         (ev_window_print_dialog_response_cb):
4095         
4096         Use consistent quoting style. Fix for the bug #320285.
4097
4098 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4099
4100         * shell/ev-jobs.c: (ev_job_xfer_run):
4101         * shell/main.c: (load_files):
4102                 
4103         Open links with anchors. Fix for the bug #339836.
4104
4105 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4106
4107         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
4108         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
4109         (ev_link_dest_set_property), (ev_link_dest_finalize),
4110         (ev_link_dest_class_init), (ev_link_dest_new_named),
4111         (ev_link_dest_new_page_label):
4112         * backend/ev-link-dest.h:
4113         * shell/ev-application.c: (ev_application_open_uri):
4114         * shell/ev-view.c: (goto_dest):
4115         * shell/ev-window.c:
4116         * shell/ev-window.h:
4117         
4118         Fix page-label command line option. Bug #342070.
4119
4120 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4121
4122         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4123         
4124         Don't show highlight rects if page can't be showed. Fix for 
4125         the bug #342076
4126
4127 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4128
4129         * shell/ev-window.c: (setup_sidebar_from_metadata),
4130         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
4131         
4132         Setup sidebar from metadata even if there is no document
4133         loaded. Fix for the bug #342807.
4134
4135 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4136
4137         * cut-n-paste/toolbar-editor/Makefile.am:
4138         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4139         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
4140         (find_action), (drag_data_delete_cb), (drag_begin_cb),
4141         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
4142         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
4143         (popup_context_menu_cb), (button_press_event_cb),
4144         (configure_item_sensitivity), (configure_item_cursor),
4145         (configure_item_tooltip), (connect_widget_signals),
4146         (action_sensitive_cb), (create_item_from_action),
4147         (create_item_from_position), (toolbar_drag_data_received_cb),
4148         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
4149         (toolbar_drag_leave_cb), (configure_drag_dest),
4150         (toggled_visibility_cb), (toolbar_visibility_refresh),
4151         (create_dock), (toolbar_changed_cb), (unparent_fixed),
4152         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
4153         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
4154         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
4155         (egg_editable_toolbar_dispose),
4156         (egg_editable_toolbar_set_ui_manager),
4157         (egg_editable_toolbar_get_selected),
4158         (egg_editable_toolbar_set_selected), (set_edit_mode),
4159         (egg_editable_toolbar_set_property),
4160         (egg_editable_toolbar_get_property),
4161         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
4162         (egg_editable_toolbar_new_with_model),
4163         (egg_editable_toolbar_get_edit_mode),
4164         (egg_editable_toolbar_set_edit_mode),
4165         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
4166         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
4167         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4168         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
4169         (item_added_or_removed_cb), (toolbar_removed_cb),
4170         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
4171         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
4172         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
4173         (editor_create_item_from_name), (append_table),
4174         (update_editor_sheet), (egg_toolbar_editor_init):
4175         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
4176         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4177         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
4178         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
4179         (toolbar_node_free), (egg_toolbars_model_get_flags),
4180         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
4181         (egg_toolbars_model_get_name), (impl_add_item),
4182         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
4183         (parse_data_list), (parse_item_list), (parse_toolbars),
4184         (egg_toolbars_model_load_toolbars), (parse_available_list),
4185         (parse_names), (egg_toolbars_model_load_names),
4186         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
4187         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
4188         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
4189         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
4190         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
4191         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
4192         (egg_toolbars_model_set_types), (fill_avail_array),
4193         (egg_toolbars_model_get_name_avail),
4194         (egg_toolbars_model_get_name_flags),
4195         (egg_toolbars_model_set_name_flags):
4196         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4197         * cut-n-paste/toolbar-editor/eggintl.h:
4198         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4199         (egg_tree_multi_drag_source_get_type),
4200         (egg_tree_multi_drag_source_row_draggable),
4201         (egg_tree_multi_drag_source_drag_data_delete),
4202         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
4203         (egg_tree_multi_drag_button_release_event), (selection_foreach),
4204         (path_list_free), (set_context_data), (get_context_data),
4205         (get_info), (egg_tree_multi_drag_drag_data_get),
4206         (egg_tree_multi_drag_motion_event),
4207         (egg_tree_multi_drag_button_press_event),
4208         (egg_tree_multi_drag_add_drag_support):
4209         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
4210         * shell/ev-application.c: (ev_application_init),
4211         (ev_application_save_toolbars_model):
4212         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
4213         (ev_window_cmd_edit_toolbar), (ev_window_init):
4214         
4215         Sync toolbareditor with epiphany and libegg
4216
4217 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4218
4219         * configure.ac: 
4220
4221         Depend on poppler 0.5.2
4222
4223 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4224
4225         * shell/ev-jobs.c: (ev_job_render_run):
4226         
4227         Check if document supports links iterface.
4228
4229 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4230
4231         * NEWS:
4232         * configure.ac:
4233         
4234         Update for release 0.5.3
4235
4236 2006-05-13  Michael Plump  <plumpy@skylab.org>
4237
4238         * configure.ac:
4239         * shell/Makefile.am:
4240         * shell/main.c: (main):
4241         
4242         Port to GOption command line parsing. Fix for the 
4243         bug #327518
4244
4245 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4246
4247         * shell/ev-window.c: (ev_window_cmd_help_about):
4248         
4249         Do not wrap license. Fix for the bug #309460.
4250
4251 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4252
4253         * configure.ac:
4254         * properties/ev-properties-main.c: (ev_properties_get_pages):
4255         * shell/ev-application.c: (ev_application_open_window),
4256         (ev_application_open_uri_at_dest):
4257         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4258         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
4259         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
4260         * shell/ev-utils.c: (save_print_config_to_file):
4261         * shell/ev-window.c: (ev_window_cmd_save_as),
4262         (ev_attachment_popup_cmd_save_attachment_as):
4263         * shell/main.c: (load_files_remote):
4264         
4265         Bump requirements to gtk 2.8 and drop all ifdefs used.
4266
4267 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4268
4269         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4270         * shell/ev-window.c: (ev_window_init):
4271         
4272         Show attachments page.
4273
4274 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4275
4276         * po/POTFILES.in:
4277         * shell/ev-attachment-bar.c:
4278         * shell/ev-attachment-bar.h:
4279         * shell/ev-sidebar-attachments.c:
4280         (ev_sidebar_attachments_icon_cache_add),
4281         (icon_theme_get_pixbuf_from_mime_type),
4282         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
4283         (ev_sidebar_attachments_icon_cache_refresh),
4284         (ev_sidebar_attachments_get_attachment_at_pos),
4285         (ev_sidebar_attachments_popup_menu_show),
4286         (ev_sidebar_attachments_popup_menu),
4287         (ev_sidebar_attachments_button_press),
4288         (ev_sidebar_attachments_update_icons),
4289         (ev_sidebar_attachments_drag_data_get),
4290         (ev_sidebar_attachments_get_property),
4291         (ev_sidebar_attachments_destroy),
4292         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
4293         (ev_sidebar_attachments_new),
4294         (ev_sidebar_attachments_set_document),
4295         (ev_sidebar_attachments_support_document),
4296         (ev_sidebar_attachments_get_label),
4297         (ev_sidebar_attachments_page_iface_init):
4298         * shell/ev-sidebar-attachments.h:
4299         * shell/ev-window.c: (update_chrome_visibility),
4300         (setup_sidebar_from_metadata), (ev_window_setup_document),
4301         (ev_window_sidebar_current_page_changed_cb),
4302         (attachment_bar_menu_popup_cb), (ev_window_init):
4303         
4304         Move attachments bar to sidebar.
4305
4306 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4307
4308         * pdf/ev-poppler.cc:
4309         * shell/ev-application.[ch]:
4310         * shell/main.c:
4311
4312         Fix some memory leaks.
4313
4314 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4315
4316         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4317
4318         Change the properties dialog response to
4319         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
4320         will make the dialog go away when the user presses
4321         enter. With gtk+ >= 2.9 this will happen anyway, but for
4322         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
4323         escape by default. Fixes bug #340539. See also bug
4324         #101293 for the gtk+ part.
4325
4326 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
4327
4328         * shell/ev-view.c (tip_from_action_named): Replace some strings
4329         that were wrong. Closes #340970.
4330
4331 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4332
4333         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4334
4335         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
4336         #341049
4337
4338 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4339
4340         * djvu/Makefile.am:
4341         * dvi/Makefile.am:
4342         * dvi/mdvi-lib/Makefile.am:
4343         * properties/Makefile.am:
4344         * ps/Makefile.am:
4345         * shell/Makefile.am:
4346         * thumbnailer/Makefile.am:
4347         
4348         Due to broken libtool that is unable to track dependencies
4349         of noinst libraries we are forced to explicitely point
4350         libraries for binary. Fix for the bug #333334.
4351
4352 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4353
4354         * data/evince.desktop.in.in:
4355         * shell/ev-view.c: (view_update_range_and_current_page),
4356         (ev_view_next_page), (ev_view_previous_page):
4357         * shell/ev-window.c: (update_chrome_visibility),
4358         (setup_sidebar_from_metadata), (ev_window_setup_document),
4359         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
4360         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4361         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
4362         (ev_window_stop_fullscreen), (ev_window_run_presentation),
4363         (ev_window_stop_presentation), (ev_window_focus_in_event),
4364         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
4365         (ev_window_init):
4366         * thumbnailer/Makefile.am:
4367         
4368         Update fullscreen and presentation timeout handling. Hide
4369         cursor in presentation after timeout. Fix for the bugs
4370         #136359 and #336981.
4371
4372 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4373
4374         * backend/ev-link-action.[ch]:
4375         * pdf/ev-poppler.cc: (ev_link_from_action):
4376         * shell/ev-view-private.h:
4377         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
4378         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
4379
4380         Add support for Named Action links
4381
4382 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4383
4384         * backend/Makefile.am:
4385         * backend/ev-document-links.[ch]:
4386         * backend/ev-document.[ch]:
4387         * backend/ev-link-action.[ch]:
4388         * backend/ev-link-dest.[ch]:
4389         * backend/ev-link.[ch]:
4390         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
4391         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
4392         * shell/ev-page-action.c: (build_new_tree_cb):
4393         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
4394         (links_page_num_func), (update_page_callback):
4395         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
4396         (tip_from_link):
4397         * shell/ev-jobs.c:
4398         * shell/ev-window.[ch]: (ev_window_open_uri),
4399         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
4400         * shell/ev-application.[ch]: (ev_application_open_window),
4401         (ev_application_open_uri):
4402
4403         Rework links system, it adds support for remote links now and it makes
4404         easier to add new kinds of actions and destinations. Fixes bug #317292
4405
4406 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4407
4408         * data/Makefile.am:
4409         * data/evince.png:
4410         * data/evince-16.png:
4411         * data/evince-22.png:
4412         * data/evince.svg:
4413         * shell/main.c: (main):
4414         
4415         Evince use it's own icon. Fix for the bug #313392.
4416
4417         * shell/ev-window.c: (fullscreen_timeout_cb),
4418         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4419         (ev_window_cmd_help_about), (ev_window_dispose):
4420         
4421         Simplify fullscreen timeout code.
4422
4423 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4424
4425         * backend/ev-attachment.c: 
4426         * shell/ev-attachment-bar.c:
4427         * shell/ev-window.c:
4428
4429         Allow multiple selection of attachments
4430
4431 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4432
4433         * shell/ev-view.c: (view_update_range_and_current_page),
4434         (ev_view_scroll):
4435         
4436         Fix for the bug #312573 – Optimal selection of current 
4437         page among visible pages.
4438
4439 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4440
4441         * configure.ac:
4442         * djvu/Makefile.am:
4443         * djvu/djvu-text.h:
4444         
4445         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
4446         for the bug 339868.
4447
4448 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
4449
4450         * configure.ac: Fix the LINGUAS stuff here too so it builds.
4451
4452 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4453
4454         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
4455         dictated by the GNOME HIG. Fixes bug #339235.
4456
4457 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4458
4459         * data/evince-ui.xml:
4460         * shell/ev-view.c: (ev_view_can_find_previous):
4461         * shell/ev-view.h:
4462         * shell/ev-window.c: (ev_window_update_actions),
4463         (ev_window_cmd_edit_find_previous):
4464
4465         Add support for "Find Previous" as dictated by the GNOME HIG. A
4466         menu item is added and some glue code to make it all work is added
4467         to various files.
4468
4469 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4470
4471         * configure.ac: Award myself the "useless use of cat" award.
4472
4473 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4474
4475         * po/LINGUAS: New file listing all supported languages.
4476
4477         * configure.in: Use po/LINGUAS instead of including all languages
4478         directly in this file. See the wiki for more information:
4479         http://live.gnome.org/GnomeGoals/PoLinguas
4480
4481 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4482
4483         * backend/ev-document-factory.c:
4484
4485         Do not load the document twice when there isn't errors
4486
4487 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4488
4489         * backend/ev-attachment.c: 
4490
4491         Fix a crash when there isn't a default application to open an
4492         attachment
4493
4494 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4495
4496         * backend/ev-attachment.[ch]:
4497         * shell/ev-attachment-bar.[ch]:
4498
4499         Added missing files. 
4500
4501 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4502
4503         * backend/Makefile.am:
4504         * data/evince-ui.xml:
4505         * backend/ev-attachment.[ch]:
4506         * backend/ev-document.[ch]: (ev_document_has_attachments),
4507         (ev_document_get_attachments):
4508         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
4509         (attachment_save_to_buffer), (pdf_document_get_attachments),
4510         (pdf_document_document_iface_init):
4511         * shell/Makefile.am:
4512         * shell/ev-attachment-bar.[ch]:
4513         * shell/ev-window.c:
4514
4515         Add support for PDF attachments. Fixes bug #325143
4516
4517 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4518
4519         * backend/ev-document-factory.c: (get_document_from_uri),
4520         (ev_document_factory_get_document):
4521         * backend/ev-document-factory.h:
4522         * properties/ev-properties-main.c: (ev_properties_get_pages):
4523         * shell/Makefile.am:
4524         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4525         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4526         (ev_job_queue_remove_job):
4527         * shell/ev-job-queue.h:
4528         * shell/ev-job-xfer.c:
4529         * shell/ev-job-xfer.h:
4530         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
4531         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
4532         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
4533         (ev_job_xfer_run):
4534         * shell/ev-jobs.h:
4535         * shell/ev-window.c: (ev_window_is_empty),
4536         (password_dialog_response), (ev_window_clear_xfer_job),
4537         (ev_window_xfer_job_cb), (ev_window_open_uri),
4538         (ev_window_cmd_focus_page_selector),
4539         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
4540         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4541         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4542         (ev_window_dispose):
4543         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4544         
4545         * Cleanup mime type detection on document load. Fix for the
4546         bug #336448.
4547
4548 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4549
4550         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
4551         
4552         Fix crash on exit, described in the bug #336825.
4553
4554 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4555
4556         * backend/ev-document-factory.c:
4557         (ev_document_factory_get_from_mime),
4558         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
4559         (ev_document_factory_get_document),
4560         (file_filter_add_mime_list_and_free),
4561         (ev_document_factory_add_filters):
4562         * backend/ev-document-factory.h:
4563         * properties/ev-properties-main.c: (ev_properties_get_pages):
4564         * shell/Makefile.am:
4565         * shell/ev-application.c:
4566         * shell/ev-job-xfer.c: (ev_job_xfer_run):
4567         * shell/ev-window.c: (ev_window_cmd_file_open),
4568         (ev_window_cmd_save_as):
4569         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4570         
4571         Rework factory functions so they are placed now in a single 
4572         file ev-document-factory.c
4573
4574 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4575
4576         * shell/ev-window.c: (update_chrome_visibility):
4577         
4578         Fix for the bug 166566 - don't show menubar in fullscreen
4579         mode.
4580
4581 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
4582
4583         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
4584
4585 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4586
4587         * shell/ev-view.c: (ev_view_expose_event):
4588         
4589         More correctly draw loading text when document
4590         is empty.
4591
4592 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4593
4594         * shell/ev-view.c: (ev_view_scroll):
4595         
4596         Fix for the bug #334854, page down and page up switch
4597         pages in presentation mode.
4598
4599 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4600
4601         * shell/ev-window.c: (ev_window_set_action_sensitive),
4602         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
4603         (ev_window_set_view_accels_sensitivity),
4604         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
4605         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4606         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4607         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
4608         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
4609         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
4610         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
4611         (view_actions_focus_in_cb), (ev_window_init):
4612         
4613         Fix for the bug #333902, now it's possible to search
4614         words with slash.
4615
4616 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
4617
4618         * configure.ac: Added Breton translation.
4619         * po/br.po: Added Breton translation.
4620
4621 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4622
4623         * shell/ev-window-title (ev_window_title_update):
4624
4625         Fix memory leak in window title. Fixes bug #333944
4626
4627 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4628
4629         * shell/ev-metadata-manager.c (parseItem):
4630
4631         Fix memory leaks. Fixes bug #333945
4632
4633 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4634         
4635         * NEWS, configure.ac, TODO:
4636         
4637         Update for release 0.5.2.
4638
4639 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4640
4641         * shell/ev-view.c: (view_update_range_and_current_page),
4642         (page_changed_cb):
4643         
4644         Don't jump on scrolling, fix for the bug #333127.
4645
4646 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4647
4648         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4649         
4650         Scroll by one page in presentation mode. Fix for the bug
4651         #332993.
4652
4653 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
4654
4655         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
4656
4657 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
4658
4659         * configure.ac  Added lv in ALL_LINGUAS line.
4660
4661 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4662         
4663         * NEWS, configure.ac:
4664         
4665         Update for release 0.5.1
4666
4667 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4668
4669         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
4670         * backend/ev-document-misc.h:
4671         * shell/ev-view.c: (draw_one_page):
4672         
4673          Clairfy what page the toolbar page number applies to. Fix
4674          for the bug #328102.
4675
4676 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
4677
4678         * shell/ev-view-private.h:
4679         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
4680         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
4681         (ev_view_search_changed):
4682         * shell/ev-view.h:
4683         * shell/ev-window.c: (find_bar_search_changed_cb):
4684         
4685         Dont't jump to find result if window was scrolled during search.
4686         Fix for the bug #313266.
4687
4688 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
4689
4690         * shell/eggfindbar.c: (egg_find_bar_class_init):
4691         * shell/eggfindbar.h:
4692         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
4693         * shell/ev-view-private.h:
4694         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
4695         (ev_view_class_init), (ev_sizing_mode_get_type),
4696         (ev_scroll_type_get_type):
4697         * shell/ev-view.h:
4698         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
4699         (ev_window_cmd_scroll_backward), (find_bar_scroll),
4700         (ev_window_init):
4701         
4702         Fix for the bug 319133 - Find entry should allow text scroll.
4703
4704 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
4705
4706         * shell/ev-view-private.h:
4707         * shell/ev-view.c: (view_update_range_and_current_page),
4708         (highlight_find_results), (find_changed_cb), (page_changed_cb),
4709         (ev_view_set_document), (update_find_status_message),
4710         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
4711         (ev_view_find_previous):
4712         
4713         Fix for the bug #319137. Search now takes account for scrolling.
4714
4715 2006-02-19  Michael Hofmann <mh21@piware.de>
4716
4717         * configure.ac:
4718         * djvu/Makefile.am:
4719         * djvu/djvu-document-private.h:
4720         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4721         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
4722         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
4723         (djvu_document_can_get_text), (djvu_document_get_text),
4724         (djvu_document_document_iface_init),
4725         (djvu_document_thumbnails_get_thumbnail),
4726         (djvu_document_find_begin), (djvu_document_find_get_n_results),
4727         (djvu_document_find_get_result),
4728         (djvu_document_find_page_has_results),
4729         (djvu_document_find_get_progress), (djvu_document_find_cancel),
4730         (djvu_document_find_iface_init):
4731         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
4732         (djvu_text_page_selection), (djvu_text_page_limits_process),
4733         (djvu_text_page_limits), (djvu_text_page_copy),
4734         (djvu_text_page_position), (djvu_text_page_union),
4735         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
4736         (djvu_text_page_box), (djvu_text_page_append_text),
4737         (djvu_text_page_search), (djvu_text_page_prepare_search),
4738         (djvu_text_page_new), (djvu_text_page_free):
4739         * djvu/djvu-text-page.h:
4740         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
4741         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
4742         (djvu_text_n_results), (djvu_text_has_results),
4743         (djvu_text_get_result), (djvu_text_get_progress):
4744         * djvu/djvu-text.h:
4745         
4746         Text search in djvu. Fix for the bug #303415.
4747
4748 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4749
4750         * configure.ac:
4751         * shell/ev-window.c: (ev_window_cmd_save_as):
4752         
4753         Ask filechooser to confirm overwrite. Fix for the bug #328266.
4754         Thanks to Gary Coady <gary@lyranthe.org>
4755
4756 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4757
4758         * shell/ev-print-job.c: (idle_print_handler):
4759         
4760         Inverse order printing, bug #320919.
4761
4762 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4763
4764         * data/evince-toolbar.xml:
4765         * shell/ev-window.c:
4766         
4767         Allow to add sidebar checkbutton on toolbar. Fix
4768         for the bug #144577.
4769
4770 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4771
4772         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
4773         
4774         Add checks that have sense for empty ps document.
4775
4776 2006-02-15  Luca Ferretti <elle.uca@libero.it>
4777
4778         * configure.ac: Include PS in mime types list. 
4779
4780 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4781
4782         * configure.ac:
4783         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
4784         * ps/gsdefaults.h:
4785         * ps/ps-document.c: (start_interpreter), (ps_document_load):
4786         
4787         Runtime check for gs interpreter. Fix for the bug #320868.
4788         Thanks to Antoine Dopffer antoine.dopffer@free.fr
4789
4790 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4791
4792         * shell/ev-application.c: 
4793
4794         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
4795         dbus>=0.60, so that the request is not queued. 
4796
4797 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4798
4799         * configure.ac:
4800         * shell/Makefile.am:
4801         * shell/ev-sidebar-links.c: (print_section_cb):
4802         * shell/ev-utils.c:
4803         * shell/ev-utils.h:
4804         * shell/ev-window.c: (update_action_sensitivity),
4805         (ev_window_close_dialogs), (ev_window_print):
4806         * shell/ev-window.h:
4807         
4808         Make printing support optional. Patch from Eduardo de Barros Lima
4809         <eduardo.lima@indt.org.br> for the bug #330546.
4810
4811 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4812
4813         * shell/ev-view-private.h:
4814         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
4815         (ev_view_set_document):
4816         * shell/ev-view.h:
4817         * shell/ev-window.c: (ev_window_load_job_cb),
4818         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
4819         (ev_window_init):
4820
4821         Draw Loading message during xfer job. Fix for the bug #329495.
4822
4823 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4824
4825         * comics/comics-document.c: (comics_regex_quote),
4826         (comics_document_load), (extract_argv):
4827         
4828         Correcly quote regexp before passing it to unzip.
4829
4830 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4831
4832         * shell/ev-page-cache.c: (build_height_to_page),
4833         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
4834         (ev_page_cache_get_dual_even_left):
4835         * shell/ev-page-cache.h:
4836         * shell/ev-view.c: (view_update_range_and_current_page),
4837         (get_page_y_offset), (get_page_extents):
4838         
4839         Place even pages to the left if document has less then
4840         two pages. Fix for the bug #328856.
4841
4842 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4843
4844         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4845         
4846         Correct comics scheme. This make evince create thumbnails
4847         for comic books. Fix for the bug 329088.
4848
4849 2006-01-31  Christopher Aillon  <caillon@redhat.com>
4850
4851         * data/evince-password.glade: Don't explicitly set
4852         invisible_char to the current default value in case
4853         the default changes; let GTK+ do its magic.
4854
4855 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4856
4857         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
4858         real filename to tmp filename since often document
4859         type is determined by extension.
4860
4861 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4862
4863         * shell/ev-view.c: (add_scroll_binding_keypad),
4864         (ev_view_binding_activated), (ev_view_class_init):
4865         
4866         Add keybindings for percision-scrolling of display area. 
4867         Fix for the bug #314072.
4868
4869 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4870
4871         * data/evince.desktop.in.in:
4872         
4873         Add GTK to the list of categories. Fix for the bug #328034.
4874
4875 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4876
4877         * shell/ev-application.c: (ev_application_shutdown),
4878         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
4879         * shell/ev-application.h:
4880         * shell/ev-window.c: (file_open_dialog_response_cb),
4881         (ev_window_cmd_file_open):
4882         
4883         Save last uri in file chooser dialog. Fix for the bug #327950.
4884
4885 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4886
4887         * NEWS:
4888         * README:
4889         
4890         Final update for release 0.5.0
4891         
4892         * shell/Makefile.am:
4893         
4894         Remove disable deprecated until we'll require libgnome-2.13.7
4895         and port to GOption argument parsing. See bug 327518.
4896
4897 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
4898
4899         * comics/comics-document.c: (comics_document_save):
4900         * djvu/djvu-document.c: (djvu_document_save):
4901         * dvi/dvi-document.c: (dvi_document_save):
4902         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
4903         * lib/ev-file-helpers.h:
4904         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
4905         * tiff/tiff-document.c: (tiff_document_save):
4906         
4907         Use common save function for backends.
4908
4909 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
4910
4911         * backend/ev-document-types.c:
4912         
4913         Fix crash on saving pixbuf.
4914
4915 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4916
4917         * cut-n-paste/recent-files/egg-recent-item.c:
4918         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
4919         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
4920         (parse_info_free), (valid_element), (start_element_handler),
4921         (end_element_handler), (text_handler), (egg_recent_model_filter),
4922         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4923         (egg_recent_model_monitor), (egg_recent_model_read),
4924         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4925         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4926         (egg_recent_model_set_property), (egg_recent_model_class_init),
4927         (egg_recent_model_init), (egg_recent_model_add_full),
4928         (egg_recent_model_delete), (egg_recent_model_get_list),
4929         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4930         (egg_recent_model_set_filter_mime_types),
4931         (egg_recent_model_clear_group_filter),
4932         (egg_recent_model_set_filter_groups),
4933         (egg_recent_model_clear_scheme_filter),
4934         (egg_recent_model_set_filter_uri_schemes),
4935         (egg_recent_model_remove_expired):
4936         * cut-n-paste/recent-files/egg-recent-util.c:
4937         (egg_recent_util_get_icon):
4938         * cut-n-paste/recent-files/egg-recent-util.h:
4939         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4940         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
4941         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
4942         (egg_recent_view_uimanager_set_property),
4943         (egg_recent_view_uimanager_get_property),
4944         (egg_recent_view_uimanager_class_init),
4945         (egg_recent_view_uimanager_init),
4946         (egg_recent_view_uimanager_set_label_width),
4947         (egg_recent_view_uimanager_get_label_width):
4948         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
4949         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4950         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4951         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4952         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4953         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4954         
4955         Update from libegg.
4956
4957 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4958
4959         * shell/ev-page-cache.c: (build_height_to_page),
4960         (ev_page_cache_get_height_to_page):
4961         * shell/ev-page-cache.h:
4962         * shell/ev-view.c: (view_update_range_and_current_page),
4963         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
4964         (ev_view_previous_page):
4965         
4966         Dual mode places even pages to the left. Fix for the bug #309393.
4967
4968         * shell/ev-view.h:
4969         * shell/ev-window.c: (update_action_sensitivity),
4970         (setup_view_from_metadata), (view_menu_popup_cb):
4971         
4972         Don't restore presentation in empty windows, more intelligent
4973         next page behaviour in dual mode.
4974
4975         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
4976         (ev_pixbuf_cache_clear_job_sizes):
4977         
4978         Cleanup job callback on removal. Fix for the bug #325886.
4979
4980 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4981
4982         * ps/ps.c: (psscan):
4983         
4984         Commit workaround Mozilla problem. Fix for the bug #325919
4985         
4986         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
4987         (save_item):
4988         
4989         Fix for year 2038 problem.
4990
4991 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4992
4993         * shell/ev-window.c: (setup_document_from_metadata),
4994         (ev_window_cmd_view_reload):
4995
4996         Clamp page recieved from metadata in valid values. Fix
4997         for the bug #325986.
4998
4999 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5000
5001         * MAINTAINERS: 
5002         Add MAINTAINERS as requested on desktop-devel-list.
5003
5004 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5005
5006         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
5007         (mime_type_supported_by_gdk_pixbuf),
5008         (ev_document_factory_get_mime_types),
5009         (ev_document_factory_get_all_mime_types):
5010         
5011         Don't add pixbuf mime types if pixbuf backend is disabled.
5012         
5013         * shell/ev-application.c: (ev_application_get_uri_window):
5014         
5015         Fix for the bug 325815 - unhandled MIME type message doesn't 
5016         appear a second time. 
5017         
5018         * shell/ev-document-types.c: (ev_document_types_add_filters):
5019         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
5020         (password_dialog_response), (ev_window_popup_password_dialog),
5021         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5022         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5023         (ev_window_run_presentation), (ev_window_stop_presentation),
5024         (save_sizing_mode), (ev_window_zoom_changed_cb),
5025         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5026         (ev_window_dual_mode_changed_cb),
5027         (ev_window_sidebar_current_page_changed_cb),
5028         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5029         (window_state_event_cb), (window_configure_event_cb):
5030         
5031         Cleanup additional uris holded by EvWindow.
5032
5033 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5034
5035         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
5036         (ev_view_can_previous_page), (ev_view_can_next_page):
5037         * shell/ev-view.h:
5038         * shell/ev-window.c: (update_action_sensitivity):
5039         
5040         Two page scrolling with Space and PageUp in dual mode. Second fix 
5041         for the bug #316608.
5042
5043 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5044
5045         * shell/ev-view.c: (scroll_to_current_page):
5046         
5047         Correctly clamp adjustment value. Fix for the bug
5048         #325808.
5049
5050 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5051
5052         * shell/ev-sidebar-links.c: (print_section_cb):
5053         * shell/ev-window.c: (ev_window_get_uri),
5054         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
5055         (ev_window_print_dialog_response_cb), (ev_window_print_range),
5056         (ev_window_dispose):
5057         
5058         Make print dialog non-modal. Fix for the bug #325622.
5059
5060 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5061
5062         * shell/ev-metadata-manager.c:
5063         * shell/ev-utils.c: (using_pdf_printer),
5064         (using_postscript_printer), (load_print_config_from_file),
5065         (save_print_config_to_file):
5066         * shell/ev-utils.h:
5067         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
5068         (update_sidebar_visibility), (setup_sidebar_from_metadata),
5069         (setup_view_from_metadata), (ev_window_setup_document),
5070         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5071         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5072         (ev_window_run_presentation), (ev_window_stop_presentation),
5073         (save_sizing_mode), (ev_window_zoom_changed_cb),
5074         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5075         (ev_window_dual_mode_changed_cb),
5076         (ev_window_sidebar_current_page_changed_cb),
5077         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5078         (window_state_event_cb), (window_configure_event_cb),
5079         (ev_window_init):
5080         
5081         Setting saving behaviour fixes.
5082
5083 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5084
5085         * configure.ac:
5086         
5087         Make antialiasing gs options better and allow
5088         to change them during configure. Fix for the 
5089         bug #319049.
5090
5091 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5092
5093         * shell/ev-window.c: (setup_view_from_metadata):
5094         
5095         Remember if last window was maximized. Fix for the
5096         bug #323797.
5097
5098 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
5099
5100         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
5101
5102 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5103
5104         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
5105         * shell/ev-page-action.c: (build_new_tree_cb):
5106         * shell/ev-sidebar-links.c: (links_page_num_func),
5107         (update_page_callback_foreach), (update_page_callback):
5108         * shell/ev-view.c: (scroll_to_current_page):
5109         
5110         Fix for the bug #325067 with more intelligent selection
5111         of current link in sidebar. Make sidebar handle links
5112         of FITR-like type more correctly.
5113
5114         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
5115         (dvi_pixbuf_put_pixel):
5116         
5117         Fix memory consumtion with disabled alpha channel.
5118
5119 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5120
5121         * data/evince-ui.xml:
5122         * shell/ev-window.c: (view_menu_popup_cb),
5123         (ev_popup_cmd_open_link), (ev_window_init):
5124         
5125         Update context menu for internal links. Fix for the bug
5126         #325066.
5127
5128 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5129
5130         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
5131         
5132         Bind context menu to keyboard also. Fix for the bug
5133         #325065.
5134
5135 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5136
5137         * shell/ev-view.c: (selection_scroll_timeout_cb):
5138         
5139         Horizontal scroll on selection also.
5140
5141 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5142
5143         * shell/ev-metadata-manager.c: (parse_value):
5144         * shell/ev-view.c: (goto_xyz_link):
5145         
5146         Correct zoom setup and metadata save broken in 
5147         some locales.
5148
5149 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5150
5151         * shell/ev-view-private.h:
5152         * shell/ev-view.c: (scroll_to_current_page),
5153         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
5154         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
5155         (page_changed_cb), (ev_view_set_continuous),
5156         (ev_view_set_dual_page), (ev_view_set_presentation):
5157         
5158         Delay scroll until allocation to correctly position page. Fix
5159         for the bug #317334.
5160
5161 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5162
5163         * NEWS:
5164         * configure.ac:
5165         
5166         Update NEWS and require poppler 0.5.0.
5167
5168 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5169         
5170         * data/evince-ui.xml:
5171         * shell/ev-view-private.h:
5172         * shell/ev-view.c: (ev_view_get_link_at_location),
5173         (handle_link_over_xy), (ev_view_button_press_event),
5174         (ev_view_button_release_event), (ev_view_class_init):
5175         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
5176         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
5177         (ev_window_init):
5178         
5179         Implement right-click context menu.
5180
5181 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5182
5183         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5184         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
5185         (mdvi_pixbuf_device_render):
5186         * pdf/ev-poppler.cc:
5187
5188         Don't generate thumbnails with alpha. See bug #324077.
5189         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
5190
5191 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5192
5193         * shell/ev-window.c: (setup_chrome_from_metadata):
5194         
5195         Fix typo that was hiding toolbar.
5196
5197 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5198
5199         * shell/ev-view-private.h:
5200         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
5201         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
5202         (ev_view_button_release_event), (ev_view_destroy):
5203         
5204         Small cleanup and autoscrolling during selection. Thanks to 
5205         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
5206
5207 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
5208
5209         * configure.ac:
5210         
5211         Correctly check for comics option.
5212
5213 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
5214         * Makefile.am:
5215         * configure.ac:
5216         * backend/Makefile.am:
5217         * backend/ev-document-factory.c:
5218         * shell/ev-document-types.c:
5219
5220         Included option in configure to make ps backend 
5221         compilation optional with --disable-ps.
5222
5223 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5224
5225         * backend/ev-document-factory.c:
5226         * comics/Makefile.am:
5227         * comics/comics-document.c: (comics_document_load):
5228         * comics/ev-cbr-mime.xml:
5229         * configure.ac:
5230         
5231         Comics mime types are added to shared-mime-info CVS. Now
5232         we don't need to install our own mime types.
5233
5234 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5235
5236         * shell/ev-window.c:
5237         
5238         Add shortcut for "save a copy" menu entry. Fix for
5239         the bug #324582.
5240
5241 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5242
5243         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5244         (job_finished_cb), (new_selection_pixbuf_needed),
5245         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5246         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
5247         
5248         Rework selection job info logic and fix critical warning.
5249
5250 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
5251
5252         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
5253
5254 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
5255
5256         * data/evince-ui.xml:
5257         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5258         
5259         Enter as shortcut key for next page. Fix for the bug
5260         #321394.
5261
5262 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
5263
5264         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
5265
5266 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5267
5268         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5269         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
5270         (new_selection_pixbuf_needed),
5271         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5272         (clear_job_selection):
5273         
5274         Too early for 0.5. Pixbuf cache code cleaned a bit.
5275
5276 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5277
5278         * NEWS:
5279         * configure.ac:
5280         
5281         Release 0.5.0 preparation
5282
5283 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5284
5285         * comics/Makefile.am:
5286         * configure.ac:
5287         * shell/ev-document-types.c: (ev_document_types_add_filters):
5288         
5289         More advanced handling of custom mime type installation.
5290
5291 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5292
5293         * data/evince.schemas.in:
5294         * shell/ev-metadata-manager.c: (value_free),
5295         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
5296         (ev_metadata_manager_get), (ev_metadata_manager_set):
5297         * shell/ev-metadata-manager.h:
5298         * shell/ev-window.c: (update_chrome_flag),
5299         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
5300         (setup_document_from_metadata), (setup_chrome_from_metadata),
5301         (setup_sidebar_from_metadata), (setup_view_from_metadata),
5302         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
5303         (ev_window_view_toolbar_cb),
5304         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
5305         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
5306         
5307         Save last document settings and reuse them for new documents.
5308
5309 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5310
5311         * Makefile.am:
5312         * backend/Makefile.am:
5313         * backend/ev-document-factory.c:
5314         * backend/ev-document-factory.h:
5315         * comics/Makefile.am:
5316         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
5317         (comics_document_load), (comics_document_save),
5318         (comics_document_get_n_pages), (comics_document_get_page_size),
5319         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
5320         (comics_document_class_init), (comics_document_can_get_text),
5321         (comics_document_get_info), (comics_document_document_iface_init),
5322         (comics_document_init), (get_supported_image_extensions),
5323         (comics_document_thumbnails_get_geometry),
5324         (comics_document_thumbnails_get_thumbnail),
5325         (comics_document_thumbnails_get_dimensions),
5326         (comics_document_document_thumbnails_iface_init), (extract_argv):
5327         * comics/comics-document.h:
5328         * comics/ev-cbr-mime.xml:
5329         * configure.ac:
5330         * po/POTFILES.in:
5331         * shell/ev-application.c: (ev_application_register_service):
5332         * shell/ev-document-types.c: (ev_document_types_add_filters):
5333         * thumbnailer/Makefile.am:
5334         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5335         
5336         New CBR/CBZ backend for comic books.
5337
5338 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5339
5340         * shell/main.c: (load_files_remote):
5341
5342         Thanks to Robert McQueen <robot101@debian.org>. Dbus
5343         warning on startup of second instance is fixed. It
5344         is bug #320353.
5345
5346 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5347
5348         * shell/ev-window.c: (ev_window_finalize):
5349         
5350         Fix double free that cause crash.
5351
5352 2005-10-29  Bastien Nocera <hadess@hadess.net>
5353
5354         * tiff/tiff-document.c: (tiff_document_load):
5355         
5356         Fix memory leak.
5357
5358 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5359
5360         * po/POTFILES.in:
5361         * shell/Makefile.am:
5362         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
5363         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
5364         (ev_view_accessible_get_text),
5365         (ev_view_accessible_get_character_at_offset),
5366         (ev_view_accessible_get_text_before_offset),
5367         (ev_view_accessible_get_text_at_offset),
5368         (ev_view_accessible_get_text_after_offset),
5369         (ev_view_accessible_get_character_count),
5370         (ev_view_accessible_get_caret_offset),
5371         (ev_view_accessible_set_caret_offset),
5372         (ev_view_accessible_get_run_attributes),
5373         (ev_view_accessible_get_default_attributes),
5374         (ev_view_accessible_get_character_extents),
5375         (ev_view_accessible_get_offset_at_point),
5376         (ev_view_accessible_get_n_selections),
5377         (ev_view_accessible_get_selection),
5378         (ev_view_accessible_add_selection),
5379         (ev_view_accessible_remove_selection),
5380         (ev_view_accessible_set_selection),
5381         (ev_view_accessible_text_iface_init),
5382         (ev_view_accessible_idle_do_action),
5383         (ev_view_accessible_action_do_action),
5384         (ev_view_accessible_action_get_n_actions),
5385         (ev_view_accessible_action_get_description),
5386         (ev_view_accessible_action_get_name),
5387         (ev_view_accessible_action_set_description),
5388         (ev_view_accessible_action_iface_init),
5389         (ev_view_accessible_get_type), (ev_view_accessible_new),
5390         (ev_view_accessible_factory_get_accessible_type),
5391         (ev_view_accessible_factory_create_accessible),
5392         (ev_view_accessible_factory_class_init),
5393         (ev_view_accessible_factory_get_type):
5394         * shell/ev-view-accessible.h:
5395         * shell/ev-view-private.h:
5396         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
5397         * shell/ev-view.h:
5398         
5399         Initial accessibility support.
5400
5401 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
5402
5403         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
5404
5405 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
5406
5407         * shell/ev-print-job.c: (idle_print_handler):
5408         
5409         Fix for bug Bug 318916: Printing multiple pages.
5410
5411 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
5412
5413         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
5414
5415 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5416
5417         * pdf/ev-poppler.cc:
5418         
5419         Thumnail dimensions unified with other backends.
5420         
5421         * shell/ev-window-title.c: (ev_window_title_update):
5422         
5423         Fix warning.
5424
5425 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5426
5427         * data/ev-stock-zoom-fit-width.png:
5428         
5429         Remove unused file.
5430
5431 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5432
5433         * configure.ac:
5434         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
5435         (djvu_document_finalize):
5436         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
5437         (dvi_document_finalize):
5438         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
5439         (pixbuf_document_save), (pixbuf_document_finalize):
5440         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
5441         (tiff_document_finalize):
5442         
5443         Save a copy implemented for various backends.
5444
5445 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
5446
5447         * configure.ac:
5448         
5449         Don't link with ltiff if tiff is disabled.
5450
5451 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5452
5453         * pdf/GDKSplashOutputDev.cc:
5454         * pdf/GDKSplashOutputDev.h:
5455         * pdf/Thumb.cc:
5456         * pdf/Thumb.h:
5457         * pdf/pdf-document.cc:
5458         * pdf/pdf-document.h:
5459         * pdf/test-gdk-output-dev.cc:
5460         
5461         Remove old unused files.
5462
5463 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5464
5465         * shell/ev-window.c: (ev_window_setup_document):
5466         
5467         Fixed warnings on reload and probably crash reason.
5468
5469 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5470
5471         * properties/ev-properties-view.c:
5472         (ev_properties_view_format_date):
5473         
5474         Check if date is invalid. Fix for bug 318134.
5475
5476 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
5477
5478         * shell/ev-window-title.c:
5479         
5480         Add .indd files (Adobe Indesign) to the list of "bad
5481         extensions".
5482
5483 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5484
5485         * data/evince-ui.xml:
5486         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5487         
5488         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
5489
5490 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5491
5492         * shell/ev-window.c: (launch_link), (launch_external_uri),
5493         (view_external_link_cb):
5494
5495         URL-escape link before passing it to gnome_vfs_url_show.
5496
5497 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5498
5499         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
5500         there isn't text selected.
5501
5502 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
5503
5504         * shell/ev-view.c: (handle_link_over_xy):
5505
5506         Check tooltip is valid utf8 before showing it
5507
5508 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5509
5510         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
5511
5512 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5513
5514         * shell/ev-window-title.c: (ev_window_title_update):
5515
5516         Guard against using g_strstrip on NULL. Fixes bug #317291.
5517
5518 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5519
5520         * pdf/ev-poppler.cc:
5521
5522         Show title even for unknown links
5523
5524 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5525
5526         * shell/ev-window-title.c: (ev_window_title_update):
5527
5528         Strip the title string
5529
5530 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5531
5532         * shell/ev-window-title.c:
5533
5534         Add .rtf to the bad extensions list
5535
5536 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5537
5538         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
5539         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
5540
5541         Ignore link coordinates if they are outside page bounds
5542
5543 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5544
5545         * backend/ev-link.c: (ev_link_type_get_type),
5546         (ev_link_get_filename), (ev_link_get_params),
5547         (ev_link_get_property), (ev_link_set_property),
5548         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
5549         * backend/ev-link.h:
5550         * pdf/ev-poppler.cc:
5551         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
5552         * shell/ev-window.c: (launch_link), (view_external_link_cb),
5553         (ev_window_init):
5554
5555         Implement launch links. Delegate external link opening to
5556         the window.
5557
5558 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5559
5560         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
5561         (ev_link_get_right), (ev_link_get_property),
5562         (ev_link_set_property), (ev_link_class_init),
5563         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
5564         * backend/ev-link.h:
5565         * pdf/ev-poppler.cc:
5566         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
5567
5568         Implement fitr links
5569
5570 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5571
5572         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
5573         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
5574         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5575         (ev_view_size_request_continuous),
5576         (ev_view_size_request_dual_page),
5577         (ev_view_size_request_single_page), (ev_view_size_allocate),
5578         (ev_view_zoom_for_size_continuous_and_dual_page),
5579         (ev_view_zoom_for_size_continuous),
5580         (ev_view_zoom_for_size_dual_page),
5581         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5582         (ev_sizing_mode_get_type):
5583         * shell/ev-view.h:
5584         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5585
5586         Do not use modes for link, we need to calculate size ad hoc.
5587         Still not perfect because of the usual scrollbar issues grrr.
5588
5589 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5590
5591         * backend/ev-link.c: (ev_link_type_get_type),
5592         (ev_link_new_page_fith), (ev_link_new_page_fitv):
5593         * backend/ev-link.h:
5594         * pdf/ev-poppler.cc:
5595         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
5596         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5597         (ev_view_size_request_continuous),
5598         (ev_view_size_request_dual_page),
5599         (ev_view_size_request_single_page), (ev_view_size_allocate),
5600         (zoom_for_size_fit_height),
5601         (ev_view_zoom_for_size_continuous_and_dual_page),
5602         (ev_view_zoom_for_size_continuous),
5603         (ev_view_zoom_for_size_dual_page),
5604         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5605         (ev_sizing_mode_get_type):
5606         * shell/ev-view.h:
5607         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5608
5609         Implement FIT_HEIGHT mode (only for links).
5610         Implement FITH links
5611
5612 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5613
5614         * shell/ev-window-title.c: (get_filename_from_uri),
5615         (ev_window_title_sanitize_extension), (ev_window_title_update),
5616         (ev_window_title_set_document), (ev_window_title_set_uri),
5617         (ev_window_title_free):
5618         * shell/ev-window-title.h:
5619         * shell/ev-window.c: (ev_window_setup_document),
5620         (ev_window_popup_password_dialog):
5621
5622         Refactor window title building while fixing it for
5623         password documents.
5624
5625 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5626
5627         * pdf/ev-poppler.cc:
5628
5629         Escape link title before setting it in the model
5630
5631 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
5632
5633         * shell/ev-application.c: (removed_from_session), (save_session),
5634         (init_session), (ev_application_get_empty_window),
5635         (ev_application_init), (ev_application_get_windows):
5636         * shell/ev-application.h:
5637         * shell/ev-window.c: (ev_window_finalize):
5638
5639         Add a function to retrieve window list and share it where
5640         necessary.
5641         Implement session handling, works pretty well thanks to the
5642         metadata system.
5643
5644 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5645
5646         * shell/ev-password.c: (ev_password_item_created_callback),
5647         (ev_password_dialog_save_password):
5648         
5649         Fix for bug 316972. Use async gnome-keyring API.
5650
5651 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
5652
5653         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
5654         Remove unused unrealize handler. Add scroll handling to
5655         ev_view_scroll_event for presentation mode (bug #316708),
5656         and fix the event state checks there.
5657
5658 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5659
5660         * shell/ev-page-action.c: (page_changed_cb):
5661
5662         "marco, maybe we should be crazy and jump right to 6! :)"
5663
5664         Bryan Clark, Sep 2005
5665
5666 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5667
5668         * ps/ps-document.c: (save_document), (ps_document_save),
5669         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
5670         (ps_document_ps_export_end):
5671
5672         Fix unstructured documents save and print
5673
5674 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5675
5676         * shell/ev-application.c: (ev_application_open_uri):
5677
5678         Fix window size persistance
5679
5680 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5681
5682         * shell/ev-view.c: (ev_view_button_release_event):
5683
5684         Based on a patch from carlosgc@gnome.org. Mouse buttons
5685         switch pages in presentation mode.
5686
5687 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5688
5689         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5690
5691         Dont cast to int before scaling
5692
5693 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5694
5695         * backend/ev-link.c: (ev_link_type_get_type),
5696         (ev_link_new_page_xyz), (ev_link_new_page_fit),
5697         (ev_link_new_page_fith):
5698         * backend/ev-link.h:
5699         * pdf/ev-poppler.cc:
5700         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
5701
5702         Implement FIT and FITH links
5703
5704 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5705
5706         * pdf/ev-poppler.cc:
5707
5708         Return 0 results when search is not in progress.
5709
5710         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5711         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
5712
5713         Update menu sensitivity when cancelling search
5714
5715 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5716
5717         * shell/ev-view.c: (ev_view_can_find_next):
5718
5719         Take all pages in consideration, not just current one
5720
5721 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5722
5723         * shell/ev-page-cache.c:
5724         * shell/ev-page-cache.h:
5725         * shell/ev-view.c: (ev_view_binding_activated),
5726         (ev_view_next_page), (ev_view_previous_page),
5727         (ev_sizing_mode_get_type):
5728         * shell/ev-view.h:
5729         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5730         (ev_window_cmd_go_next_page):
5731
5732         Move page next/previous functions from page chace to
5733         view and change it to move by 2 page steps in dual mode.
5734
5735 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5736
5737         * shell/ev-window.c: (update_sidebar_visibility),
5738         (setup_sidebar_from_metadata), (ev_window_setup_document),
5739         (setup_view_from_metadata):
5740
5741         Show the index by default when there is one     
5742
5743 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5744
5745         * shell/ev-window-title.c: (ev_window_title_set_document):
5746
5747         Missing null check
5748
5749 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5750
5751         * shell/ev-view.c: (view_update_range_and_current_page):
5752         
5753         Allow display of last odd page in dual view. Fix for 316347.
5754
5755 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5756
5757         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
5758         
5759         Make close button default. Fix for 316383.
5760
5761 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5762
5763         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5764         
5765         Mark close button as default. Fix for 316381.
5766
5767 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5768
5769         * backend/ev-link.c: (ev_link_class_init):
5770
5771         Allow negative doubles in left/top properties
5772
5773 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5774
5775         * shell/ev-window.c:
5776
5777         Remove a bunch of strings that was used only
5778         by the statusbar.
5779
5780 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5781
5782         * shell/ev-window-title.c: (get_filename_from_uri),
5783         (ev_window_title_set_document):
5784
5785         When title has a confusing extension, show also
5786         the document filename inside ()
5787
5788 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5789
5790         * shell/Makefile.am:
5791         * shell/ev-window-title.c: (ev_window_title_new),
5792         (ev_window_title_update), (ev_window_title_set_type),
5793         (ev_window_title_set_document), (ev_window_title_free):
5794         * shell/ev-window-title.h:
5795         * shell/ev-window.c: (ev_window_setup_document),
5796         (password_dialog_response), (ev_window_popup_password_dialog),
5797         (ev_window_dispose), (ev_window_init):
5798
5799         Factor out and cleanup window title code
5800
5801 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5802
5803         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
5804         (unable_to_load):
5805
5806         Make dialog transient so it doesnt block other windows
5807
5808 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5809
5810         * pdf/ev-poppler.cc:
5811         
5812         Fix pdf thumbnails rendering.
5813
5814 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5815
5816         * shell/ev-window.c: (fullscreen_set_timeout):
5817         
5818         Increase timeout to hide full screen popup. Bug 
5819         316123. 
5820
5821 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5822
5823         * data/evince.schemas.in:
5824         * shell/ev-window.c: (update_action_sensitivity):
5825
5826         Allow the user to override document restrictions. Fix for bug
5827         305818.
5828
5829 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
5830
5831         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
5832         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
5833         (ev_window_class_init): Fix multihead behaviour of fullscreen
5834         toolbar popup. Fixes bug #315451.
5835
5836 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5837
5838         * configure.ac:
5839         * data/evince-password.glade:
5840         * shell/ev-password.c: (ev_password_dialog_set_property),
5841         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
5842         (ev_password_dialog_init), (ev_password_set_bad_password_label),
5843         (ev_password_dialog_entry_changed_cb),
5844         (ev_password_dialog_entry_activated_cb),
5845         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
5846         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
5847         (ev_password_dialog_set_bad_pass):
5848         * shell/ev-password.h:
5849         * shell/ev-window.c: (password_dialog_response),
5850         (ev_window_popup_password_dialog):
5851         
5852         Support for gnome-keyring for encrypted PDF's.
5853
5854 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5855
5856         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
5857         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
5858         (ev_view_enter_notify_event), (ev_view_class_init):
5859         
5860         More precise handling of enter_notify/leave_notify events
5861         in EvView. Fix for bug 315470.
5862
5863 2005-09-08  Christopher Aillon  <caillon@redhat.com>
5864
5865         * shell/ev-window.c: (fullscreen_timeout_cb),
5866         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5867         (ev_window_dispose):
5868
5869         leak fix: unref fullscreen_timeout_source before clearing it
5870
5871 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5872
5873         * configure.ac, dvi/mdvi/Makefile.am: 
5874         
5875         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
5876
5877 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5878
5879         * backend/ev-link.c: (ev_link_new_page_xyz):
5880         * pdf/ev-poppler.cc:
5881         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
5882
5883         Fix some bugs with xyz links, respect zoom
5884
5885 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5886
5887         * shell/ev-window.c: (page_changed_cb),
5888         (setup_document_from_metadata), (update_sidebar_visibility),
5889         (setup_view_from_metadata), (ev_window_run_fullscreen),
5890         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5891         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
5892         (ev_window_dual_mode_changed_cb),
5893         (ev_window_sidebar_current_page_changed_cb):
5894
5895         null check uri before setting and getting metadata
5896
5897 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5898
5899         * dvi/Makefile.am:
5900         * properties/Makefile.am:
5901         * shell/Makefile.am:
5902         * thumbnailer/Makefile.am:
5903
5904         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
5905
5906 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5907
5908         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
5909         (selection_changed_callback):
5910         * shell/ev-sidebar-links.h:
5911
5912         Add a signal for link activation.
5913
5914         * shell/ev-view.c: (ev_view_goto_link),
5915         (ev_view_button_release_event):
5916         * shell/ev-view.h:
5917         * shell/ev-window.c: (sidebar_links_link_activated_cb),
5918         (ev_window_init):
5919
5920         Implement the signal so that we can handle all link types.
5921
5922         * shell/ev-page-cache.c:
5923
5924         Remove unused set_link function
5925
5926 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5927
5928         * lib/ev-tooltip.c: (ev_tooltip_set_position):
5929
5930         Add some space from the cursor, hardcoded but I couldnt
5931         find a better way.
5932
5933 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5934
5935         * lib/ev-tooltip.c:
5936
5937         Use mozilla style vs gtk style, way better for links.
5938
5939         * shell/ev-view.c: (ev_view_motion_notify_event),
5940         (ev_view_destroy), (ev_view_init):
5941
5942         Deactive tooltip when the link hovered is changed.
5943
5944 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5945
5946         * backend/ev-document.h:
5947         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
5948         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
5949         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
5950         (ev_link_new_page), (ev_link_new_page_xyz):
5951         * backend/ev-link.h:
5952         * pdf/ev-poppler.cc:
5953         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
5954         (go_to_link), (tip_from_link):
5955
5956         Implement xyz links, still not functional. Links are a total
5957         mess, will need to refactor and bugfix a lot :(
5958
5959 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
5960
5961         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
5962
5963 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
5964
5965         * data/evince-ui.xml:
5966         * data/evince.schemas.in:
5967         * shell/Makefile.am:
5968         * shell/ev-window.c: (update_chrome_visibility),
5969         (password_dialog_response), (ev_window_load_job_cb),
5970         (ev_window_xfer_job_cb), (ev_window_open_uri),
5971         (ev_window_class_init), (set_chrome_actions), (load_chrome),
5972         (ev_window_init):
5973
5974         Remove the statusbar. This regress loading feedback, need to
5975         check with Bryan what we want to do there...
5976
5977 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5978
5979         * lib/ev-tooltip.c: (ev_tooltip_init):
5980
5981         Fix tooltip border and size handling
5982
5983 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5984
5985         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
5986         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
5987         (ev_tooltip_timeout), (ev_tooltip_activate),
5988         (ev_tooltip_deactivate):
5989         * lib/ev-tooltip.h:
5990         * shell/ev-view.c: (ev_view_motion_notify_event):
5991
5992         Delay popup showing. Mirror gtk logic/times.
5993
5994 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
5995
5996         * lib/Makefile.am:
5997         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
5998         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
5999         (ev_tooltip_set_text), (ev_tooltip_set_position):
6000         * lib/ev-tooltip.h:
6001
6002         Simple widget to show tooltips at a custom position
6003
6004         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
6005         (ev_view_destroy):
6006
6007         Use it for links. First go, needs work
6008
6009 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
6010
6011         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
6012         HIG fixes.  Use title capitalization for window title. Use 12 
6013         pixels of space between the dialog's vbox and action area.
6014
6015 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6016
6017         * shell/ev-window.c: (file_open_dialog_response_cb),
6018         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
6019         (ev_window_cmd_save_as):
6020
6021         Make file pickers not modal and refactor code some
6022
6023 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6024
6025         * shell/ev-sidebar.h:
6026         * shell/ev-sidebar.c: (ev_sidebar_set_property),
6027         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
6028         (ev_sidebar_class_init), (ev_sidebar_select_page),
6029         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
6030         (ev_sidebar_set_page):
6031
6032         Add a current page property and allow to get/set it
6033
6034         * shell/ev-window.c: (setup_view_from_metadata),
6035         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
6036
6037         Persist current sidebar page per document
6038
6039 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6040
6041         * data/evince.schemas.in:
6042         * shell/ev-window.c: (update_chrome_visibility),
6043         (setup_document_from_metadata), (update_sidebar_visibility),
6044         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
6045         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6046         (ev_window_run_presentation), (ev_window_stop_presentation),
6047         (ev_window_view_sidebar_cb),
6048         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
6049         (load_chrome), (ev_window_init):
6050
6051         Persist size/visibility of sidebar per document
6052
6053 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
6054
6055         * shell/ev-view.c (draw_loading_text): Draw loading text.
6056
6057 2005-09-02  Dan Damian  <dand@gnome.ro>
6058
6059         * configure.in: Added "ro" to ALL_LINGUAS.
6060
6061 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6062
6063         * shell/ev-view.c: (clear_caches):
6064
6065         ev_page_cache_get doesnt return a reference,
6066         dont try to unref it.
6067
6068 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6069
6070         * shell/main.c: (load_files_remote):
6071
6072         Fix timestamp parameter with dbus <= 0.33
6073
6074 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
6075
6076         * data/evince.schemas.in:
6077
6078         Add missing full stop
6079
6080 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
6081
6082         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
6083         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
6084
6085         Plug some memory leaks
6086
6087 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
6088
6089         * configure.ac:
6090         * lib/ev-debug.c: (trap_handler):
6091
6092         Check for execinfo.h and use it only if it exists.
6093         Ported from Epiphany (bug #314776).
6094
6095 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
6096
6097         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
6098
6099 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
6100
6101         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
6102         * po/id.po      : Added Indonesian translation
6103
6104 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
6105
6106         * shell/main.c:
6107         * shell/ev-application.c: Last minute GTK-2.6 fixes.
6108         * NEWS: Release 0.4.0
6109
6110 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
6111
6112         * configure.ac: catch another gtk+-2.8ism
6113         * shell/main.c: Make work with gtk+-2.6
6114
6115 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
6116
6117         * shell/ev-application-service.xml: Add 'timestamp' argument to
6118           ev_application_open_window and ev_application_open_uri methods.
6119
6120         * shell/ev-application.h: Add 'timestamp' argument to
6121           ev_application_open_window, ev_application_open_uri,
6122           and ev_application_open_uri_list functions.
6123
6124         * shell/ev-application.c (ev_application_open_window,
6125           ev_application_open_uri, ev_application_open_uri_list): Change
6126           functions that show/present windows to use a timestamp if one
6127           is passed in.
6128
6129         * shell/ev-window.c (ev_window_cmd_file_open,
6130           ev_window_cmd_recent_file_activate, drag_data_received_cb):
6131         * shell/main.c (load_files): Modify calls to ev_application to
6132           include GDK_CURRENT_TIME as timestamp.
6133
6134         * shell/main.c (load_files_remote): Obtain timestamp for client
6135           instance from GDK and pass to server instance so new windows are
6136           focused properly.  Fix dbus_g_proxy_call() calls by including second
6137           G_TYPE_INVALID.
6138           
6139         Closes bug #314475.
6140
6141 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
6142
6143         * shell/ev-window.c (ev_window_finalize): Check for
6144         avail. EvWindows when quiting to handle the finalize better,
6145         #314497
6146
6147 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6148         
6149         * properties/ev-properties-view.c: 
6150         
6151         Set textdomain to libglade. Fixes translation problem in property page.
6152
6153 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6154
6155         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6156         * dvi/Makefile.am:
6157         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
6158         * dvi/mdvi-lib/Makefile.am:
6159         
6160         Fix rotation of thumbnails, ported to new API. Moved library
6161         dependencies earlier, probably it will fix linkage problem.
6162
6163 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
6164
6165         * backend/ev-document-misc.c:
6166         (ev_document_misc_get_thumbnail_frame):
6167         * backend/ev-document-misc.h:
6168         * configure.ac:
6169         * pdf/ev-poppler.cc:
6170         * shell/Makefile.am:
6171         * shell/ev-sidebar-thumbnails.c: (add_range),
6172         (ev_sidebar_thumbnails_set_loading_icon),
6173         (ev_sidebar_thumbnails_refresh),
6174         (ev_sidebar_thumbnails_set_document):
6175         * shell/ev-sidebar-thumbnails.h:
6176         * shell/ev-view.c: (ev_view_motion_notify_event),
6177         (ev_view_set_property), (ev_view_get_property),
6178         (ev_view_class_init), (ev_view_set_rotation):
6179         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6180         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
6181         (ev_window_init):
6182         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
6183         Redo rotation (again).  prepare for 0.4.0
6184
6185 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
6186
6187         * configure.ac: Bump poppler requirement to 0.4.1.
6188
6189         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
6190         argument to poppler_page_render_selection() call.
6191
6192 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6193
6194         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
6195         (djvu_document_thumbnails_get_thumbnail):
6196         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
6197         (dvi_document_thumbnails_get_thumbnail):
6198         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
6199         (pixbuf_document_thumbnails_get_thumbnail):
6200         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
6201         
6202         Update rotation direction of backends to fit with pdf and ps.
6203
6204 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
6205
6206         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
6207         * backend/ev-async-renderer.h:
6208         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
6209         (setup_page), (ps_document_get_page_size),
6210         (ps_async_renderer_render_pixbuf):
6211         * ps/ps-document.h:
6212         * shell/ev-jobs.c: (ev_job_render_run):
6213
6214         Fix orientation in the postscript document
6215
6216 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
6217
6218         * pdf/ev-poppler.cc:
6219         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
6220         * shell/ev-view.c: (highlight_find_results):
6221
6222         Adapt to the new poppler rotation API. Fix text maps on landscape
6223         documents.
6224
6225 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
6226
6227         * shell/ev-view.c (compute_new_selection_text): get the correct
6228         region when selecting in modes other than continuous.
6229
6230 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6231
6232         * shell/main.c (main): remove redundant g_warnings.
6233
6234 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6235
6236         * shell/Makefile.am: Don't include autogenerated
6237         file ev-application-service.h into distribution, since
6238         it causes dbus crash. Fix for bugs 313724 and 313443. 
6239
6240 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6241
6242         * configure.ac: Fix sed expression for FreeBSD. Thanks
6243         to Joe Marcus Clark <marcus@freebsd.org>
6244         
6245         * shell/eggfindbar.c: (entry_activate_callback),
6246         (entry_changed_callback), (egg_find_bar_init),
6247         (egg_find_bar_set_search_string):
6248         
6249         Made findbar buttons unsensitive if there is no text in
6250         entry. Fix for the bug 313285.
6251
6252 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6253
6254         * ps/ps-document.c: Use g_filename_display_name for displaying
6255         filenames and revert string freeze breackage
6256
6257 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
6258
6259         * NEWS:
6260         * configure.ac:
6261
6262         Update for 0.3.4
6263
6264         * shell/Makefile.am:
6265
6266         Add ev-application-service.xml to extra dist
6267
6268         * shell/ev-view.c: (find_page_at_location):
6269
6270         Remove unused function (fix warning)
6271
6272 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6273
6274         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
6275         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
6276         
6277         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
6278         bug 313623.
6279
6280 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6281
6282         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
6283         * shell/ev-window.c:
6284         Fix build warnings
6285
6286 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6287
6288         * configure.ac: Update script to get dbus version.
6289         Fix for the bug #313443.
6290
6291 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6292
6293         * shell/ev-window.c: (ev_window_cmd_escape):
6294         
6295         Return focus back to view on escape. Fix for bug 313295.
6296
6297 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6298
6299         * shell/ev-window.c: (update_window_title),
6300         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
6301         (ev_window_cmd_save_as):
6302         
6303         Correct conversion from uri to displayable string. Fix for
6304         bug 313296.
6305
6306 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6307
6308         * ps/ps-document.c: convert filename to utf8 when there is an error
6309         loading document. Fixes #309915
6310
6311 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
6312
6313         * configure.ac:
6314
6315         We depend on poppler 0.4.0
6316
6317 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
6318
6319         * configure.ac:
6320         * NEWS: Release 0.3.3.
6321         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
6322
6323 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
6324
6325         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
6326         add a couple missing mnemonics to menu items, use title 
6327         capitalization for menu items and window titles, and add 
6328         ellipsis to open menu item.     
6329
6330 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
6331
6332         * pdf/ev-poppler.cc:
6333         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
6334         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
6335         (ev_view_get_rotation):
6336         * shell/ev-view.h:
6337         * shell/ev-window.c: (setup_view_from_metadata),
6338         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
6339         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
6340         disk.
6341
6342 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
6343
6344         * configure.ac: Added tr to ALL_LINGUAS
6345
6346 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6347
6348         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
6349         requires several clicks to find word. Thanks to 
6350         Colin Slater <kiltedtaco@gmail.com>.
6351
6352 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
6353
6354         * data/evince.desktop.in.in: Hide menu entry and
6355         rename it to "Document Viewer". Fix for bug 
6356         #312399.
6357
6358 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
6359
6360         * shell/ev-page-action.c (ev_page_action_class_init): 
6361
6362         Point to the correct function in constructor of the
6363         activate_label signal
6364
6365 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
6366
6367         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6368         * shell/ev-jobs.h: Make thread safe.
6369
6370 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6371
6372         * shell/ev-view.c: (view_update_range_and_current_page):
6373         Don't update page range if we are scrolling to some document
6374         point.
6375
6376 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6377
6378         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
6379         when getting max_page_width, fix drawing in dual mode.
6380
6381 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
6382
6383         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
6384         getting the area for select_all.
6385
6386 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
6387
6388         * backend/ev-selection.c: (ev_selection_render_selection):
6389         * backend/ev-selection.h:
6390         * pdf/ev-poppler.cc:
6391         * shell/ev-jobs.c: (ev_job_render_new):
6392         * shell/ev-jobs.h:
6393         * shell/ev-pixbuf-cache.c: (get_selection_colors),
6394         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
6395         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
6396         (ev_view_class_init):
6397
6398         Change selection color on focus in and focus out events.  Also,
6399         poppler now uses GdkColor for specifying the selection colors, so
6400         drop some awkward conversion code.
6401
6402 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
6403
6404         * configure.ac: Added Hebrew translation
6405
6406 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
6407
6408         * NOTES:
6409         * backend/ev-selection.c: (ev_selection_render_selection):
6410         * backend/ev-selection.h:
6411         * pdf/ev-poppler.cc:
6412         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
6413         (ev_job_render_run):
6414         * shell/ev-jobs.h:
6415         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6416         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
6417         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
6418         (ev_pixbuf_cache_style_changed),
6419         (ev_pixbuf_cache_get_selection_pixbuf),
6420         (ev_pixbuf_cache_set_selection_list),
6421         (ev_pixbuf_cache_get_selection_list):
6422         * shell/ev-pixbuf-cache.h:
6423         * shell/ev-utils.c: (ev_print_region_contents):
6424         * shell/ev-utils.h:
6425         * shell/ev-view.c: (ev_view_queue_draw_page),
6426         (selection_update_idle_cb), (ev_view_motion_notify_event),
6427         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
6428         (setup_caches), (ev_view_find_next), (merge_selection_region),
6429         (selection_free):
6430         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
6431
6432         Clean up selection to be much smoother!
6433
6434 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
6435
6436         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
6437         to poppler_page_render_selection().
6438
6439 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6440
6441         * ps/ps-document.c: (save_page_list): Use
6442         unzipped document when printing. Thanks to 
6443         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
6444         311016.
6445
6446 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6447
6448         * shell/ev-window.c: (update_action_sensitivity):
6449         
6450         Disable print and save respect to lockdown gconf keys. Fix
6451         for 312342.
6452
6453 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6454
6455         * configure.ac:
6456         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
6457         (write_to_temp_file), (ev_file_set_contents):
6458         * shell/ev-utils.h:
6459         * shell/ev-window.c: (save_print_config_to_file):
6460         
6461         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
6462         Fix for bug 312238
6463
6464 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
6465
6466         * shell/ev-window.c: (load_print_config_from_file),
6467         (save_print_config_to_file), (ev_window_print_range):
6468
6469         Persist the print settings. Fixes bug #311578.
6470
6471 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6472
6473         * djvu/djvu-document.c: (djvu_document_get_page_size),
6474         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
6475         (djvu_document_thumbnails_get_thumbnail):
6476         * dvi/dvi-document.c: (dvi_document_get_page_size),
6477         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
6478         (dvi_document_thumbnails_get_dimensions),
6479         (dvi_document_thumbnails_get_thumbnail):
6480         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
6481         (pixbuf_document_render_pixbuf),
6482         (pixbuf_document_document_iface_init),
6483         (pixbuf_document_thumbnails_get_thumbnail):
6484         
6485         Update backends to make them build with new rotation system.
6486
6487 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6488
6489         * help/C/figures/evince_start_window.png:
6490         
6491         Update documentation image from Luca Ferretti <elle.uca@libero.it>
6492
6493 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
6494
6495         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
6496         * shell/ev-pixbuf-cache.h:
6497         * shell/ev-sidebar-thumbnails.c:
6498         (ev_sidebar_thumbnails_get_property), (add_range),
6499         (adjustment_changed_cb):
6500         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
6501         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
6502         we were thumbnailing the entire docment on startup, slowing us
6503         down hugely. 
6504
6505 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
6506
6507         * shell/ev-page-cache.c: (ev_page_cache_new):
6508         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
6509         == 0, fixes #310306.
6510
6511 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6512
6513         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
6514         (ev_view_rotate_left):
6515
6516         Account rotation in doc_rect_to_view_rect.
6517         Ensure rotation doesnt go out of bounds.
6518
6519 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6520
6521         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6522
6523         Correct and cleanup w/h swapping
6524
6525 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6526
6527         * backend/ev-document-thumbnails.c:
6528         (ev_document_thumbnails_get_thumbnail):
6529         * backend/ev-document-thumbnails.h:
6530         * backend/ev-document.c:
6531         * backend/ev-document.h:
6532         * backend/ev-render-context.c: (ev_render_context_new),
6533         (ev_render_context_set_rotation):
6534         * backend/ev-render-context.h:
6535         * pdf/ev-poppler.cc:
6536         * ps/ps-document.c: (ps_document_document_iface_init):
6537         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6538         * shell/ev-jobs.h:
6539         * shell/ev-page-cache.c: (build_height_to_page),
6540         (ev_page_cache_new), (ev_page_cache_get_size),
6541         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6542         (ev_page_cache_get_height_to_page):
6543         * shell/ev-page-cache.h:
6544         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6545         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6546         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
6547         (ev_pixbuf_cache_get_selection_pixbuf):
6548         * shell/ev-pixbuf-cache.h:
6549         * shell/ev-print-job.c: (idle_print_handler):
6550         * shell/ev-sidebar-thumbnails.c: (add_range):
6551         * shell/ev-view.c: (view_update_range_and_current_page),
6552         (get_page_y_offset), (get_page_extents),
6553         (ev_view_size_request_continuous_dual_page),
6554         (ev_view_size_request_continuous),
6555         (ev_view_size_request_dual_page),
6556         (ev_view_size_request_single_page), (draw_one_page),
6557         (ev_view_set_rotation), (ev_view_rotate_right),
6558         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6559         (ev_view_zoom_for_size_continuous_and_dual_page),
6560         (ev_view_zoom_for_size_continuous),
6561         (ev_view_zoom_for_size_dual_page),
6562         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6563         (ev_view_select_all):
6564         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6565         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
6566         (tiff_document_document_iface_init),
6567         (tiff_document_thumbnails_get_thumbnail):
6568
6569         Use rotation rather than orientation. It's easier and enough
6570         for our needs.
6571
6572 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6573
6574         * shell/ev-page-cache.c: (build_height_to_page),
6575         (ev_page_cache_new), (ev_page_cache_get_size),
6576         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6577         (ev_page_cache_get_height_to_page):
6578         * shell/ev-page-cache.h:
6579         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
6580         (ev_view_size_request_continuous_dual_page),
6581         (ev_view_size_request_continuous),
6582         (ev_view_zoom_for_size_continuous_and_dual_page),
6583         (ev_view_zoom_for_size_continuous):
6584
6585         Make the page cache aware of page orientation.
6586
6587 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6588
6589         * backend/ev-document-thumbnails.c:
6590         (ev_document_thumbnails_get_thumbnail):
6591         * backend/ev-document-thumbnails.h:
6592         * backend/ev-document.c:
6593         * backend/ev-document.h:
6594         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
6595         * backend/ev-ps-exporter.h:
6596         * pdf/ev-poppler.cc:
6597         * ps/ps-document.c: (ps_document_document_iface_init),
6598         (ps_document_ps_export_do_page):
6599         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6600         * shell/ev-jobs.h:
6601         * shell/ev-page-cache.c: (ev_page_cache_get_size),
6602         (ev_page_cache_get):
6603         * shell/ev-page-cache.h:
6604         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6605         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6606         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
6607         * shell/ev-pixbuf-cache.h:
6608         * shell/ev-print-job.c: (idle_print_handler):
6609         * shell/ev-sidebar-thumbnails.c: (add_range):
6610         * shell/ev-view.c: (view_update_range_and_current_page),
6611         (get_page_extents), (ev_view_size_request_dual_page),
6612         (ev_view_size_request_single_page), (draw_one_page),
6613         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
6614         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6615         (ev_view_zoom_for_size_dual_page),
6616         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6617         (ev_view_select_all):
6618         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6619         * tiff/tiff-document.c: (tiff_document_get_page_size),
6620         (tiff_document_get_orientation), (rotate_pixbuf),
6621         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
6622         (tiff_document_thumbnails_get_thumbnail),
6623         (tiff_document_ps_export_do_page), (tiff_document_init):
6624
6625         Really make use of the orientation bit of the render context.
6626         Use the render context in a few more places in the backend API.
6627         This regress orientation, but now it's done right. Will try to
6628         fix it up asap...
6629
6630 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6631
6632         * shell/ev-view.c: (ensure_rectangle_is_visible):
6633
6634         Patch by Nickolay V. Shmyrev to fix find flickering
6635
6636 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
6637
6638         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
6639         duplex parameters to ::begin.
6640
6641         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
6642         * shell/ev-print-job.c (idle_print_handler): 
6643         * ps/ps-document.c (ps_document_ps_export_begin): 
6644         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
6645         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
6646         implementations. Poppler backend needs poppler cvs. Rest has
6647         unchanged behavior.
6648
6649 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6650
6651         * shell/ev-window.c (using_pdf_printer): new function.
6652         (ev_window_print_range): print a less techy message if someone
6653         tries to print to PDF.
6654
6655 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6656
6657         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
6658         from "unknown font" string. Bug #311431
6659
6660 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6661
6662         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
6663
6664 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6665
6666         Bug #311280
6667         
6668         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
6669         name for PopplerFontTypes
6670         (pdf_document_fonts_fill_model): add font type to the detail column
6671
6672         * backend/ev-document-fonts.h: added
6673         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
6674
6675         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
6676         font name and font details, add a little markup.
6677         (ev_properties_fonts_init): use the new cell data func, specify ypad
6678         property for the cell renderer.
6679         (ev_properties_fonts_set_document): add the details column.
6680
6681 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
6682
6683         * configure.ac: Added "pl" to ALL_LINGUAS.
6684
6685 2005-07-24  Danilo Šegan  <danilo@gnome.org>
6686
6687         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
6688
6689 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
6690
6691         * help/ChangeLog: Started this for translations of manual.
6692         * configure.ac, autogen.sh, .cvsignore: Migrated to
6693         gnome-doc-utils. Patch in bug #311222.
6694
6695 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
6696
6697         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
6698         #ifdef this away to fix an unused-function warning.
6699
6700 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
6701
6702         * configure.ac: Added 'gl' to ALL_LINGUAS.
6703
6704 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
6705
6706         * configure.ac: Added ne in ALL_LINGUAS
6707         
6708 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6709
6710         * shell/ev-view.c: (ev_view_leave_notify_event):
6711         
6712         Clear status message when pointer leaves view. Fix for bug
6713         #310818 
6714
6715 2005-07-20 Ankit Patel <ankit644@yahoo.com>
6716
6717         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
6718
6719 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6720
6721         * shell/ev-view.c: (ev_view_leave_notify_event),
6722         (ev_view_class_init):
6723         
6724         Set cursor to normal then leaving view.
6725
6726 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6727
6728         * configure.ac:
6729         
6730         Fix required djvulibre version.
6731
6732 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
6733
6734         *configure.ac: Hindi (hi) language added
6735
6736 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
6737
6738         *configure.ac: Punjabi (pa) Language added
6739
6740 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6741
6742         * data/evince-ui.xml, shell/ev-window.c:
6743         
6744         Add keypad accelerators for zooming. Fix for bug 308128.
6745
6746 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6747
6748         * Makefile.am:
6749         * backend/Makefile.am:
6750         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
6751         * configure.ac:
6752         * shell/ev-document-types.c: (ev_document_types_add_filters):
6753
6754         Allow to enable/disable the pixbuf backend.
6755         Default to off for now. If we want it enabled we should
6756         really put mime types in the desktop, implement properties etc.
6757
6758         * properties/evince-properties.c:
6759
6760         Initialize error to NULL.
6761         Check error is not NULL before freeing.
6762
6763 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6764
6765         * shell/ev-window.c:
6766
6767         Use F5 as presentation accell
6768
6769 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6770
6771         * shell/ev-window.c: (update_chrome_visibility),
6772         (ev_window_create_fullscreen_popup), (ev_window_init):
6773
6774         Do not leak the fullscreen toolbar
6775
6776 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6777
6778         * shell/ev-window.c: (view_actions_focus_in_cb),
6779         (view_actions_focus_out_cb):
6780
6781         These has a return value! Fix totally random focus
6782         issues we was seeing.
6783
6784 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6785
6786         * shell/main.c: (load_files_remote):
6787
6788         Allow open more than one file
6789
6790 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6791
6792         * shell/main.c: (load_files_remote):
6793
6794         Fix for dbus 0.33. bug #309975
6795
6796 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6797
6798         * properties/ev-properties-main.c: (ev_properties_get_pages):
6799
6800         Actually return NULL for types we dont support
6801
6802 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
6803
6804         * po/POTFILES.in:
6805
6806         Remove empty lines.
6807
6808 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
6809
6810         * backend/ev-document-factory.c:
6811         (ev_document_factory_get_document):
6812
6813         Do not try to create the object if type
6814         is invalid.
6815
6816 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6817
6818         * ps/ps-document.c: (ps_document_dispose),
6819         (ps_async_renderer_render_pixbuf):
6820         * ps/ps-document.h:
6821
6822         Do not leak the target window
6823
6824 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6825
6826         * shell/ev-application.c: (ev_application_init):
6827
6828         Let tbe check file existence for us.
6829         Add a comment about eggrecent mime filter.
6830
6831 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6832
6833         * data/evince-ui.xml:
6834         * shell/ev-application.c: (ev_application_shutdown),
6835         (ev_application_init), (ev_application_get_toolbars_model),
6836         (ev_application_get_recent_model),
6837         (ev_application_save_toolbars_model):
6838         * shell/ev-application.h:
6839         * shell/ev-window.c: (ev_window_add_recent),
6840         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
6841         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
6842         (ev_window_init):
6843
6844         Use common toolbar and recent models for all windows.
6845         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6846
6847 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6848
6849         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
6850         successfully check for gtk_icon_view_get_visible_range.
6851
6852 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6853
6854         * djvu/Makefile.am:
6855         * dvi/Makefile.am:
6856         
6857         Fix djvu and dvi backend build.
6858
6859 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6860
6861         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
6862         (new_separator_pixbuf):
6863
6864         Don't leak windows.
6865
6866 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6867
6868         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6869
6870         HIGification of toolbar editor dialogue.
6871
6872 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6873
6874         * configure.ac:
6875         * shell/Makefile.am:
6876
6877         Ever build metadata manager since it's just
6878         disabled at runtime now.
6879
6880 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6881
6882         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
6883         (ev_metadata_manager_get), (ev_metadata_manager_set):
6884         * shell/ev-metadata-manager.h:
6885
6886         Add an _init functions that enabled metadata management
6887         at runtime.
6888
6889         * shell/ev-window.c: (page_changed_cb),
6890         (setup_document_from_metadata), (ev_window_setup_document),
6891         (setup_view_from_metadata), (ev_window_open_uri),
6892         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6893         (ev_window_run_presentation), (ev_window_stop_presentation),
6894         (save_sizing_mode), (ev_window_zoom_changed_cb),
6895         (ev_window_continuous_changed_cb),
6896         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
6897         (window_configure_event_cb):
6898
6899         Remove all ugly metadata define since we deal with it
6900         at runtime now.
6901
6902         * shell/main.c: (load_files_remote), (main):
6903
6904         Add support for dbus cvs head. Hopefully didnt break one
6905         of the other versions now!
6906
6907         If we dont get a response from the dbus server just
6908         give up with it and not enable metadata.
6909
6910 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6911
6912         * Makefile.am:
6913         * backend/Makefile.am:
6914         * configure.ac:
6915         * cut-n-paste/recent-files/Makefile.am:
6916         * cut-n-paste/toolbar-editor/Makefile.am:
6917         * cut-n-paste/zoom-control/Makefile.am:
6918         * lib/Makefile.am:
6919         * pdf/Makefile.am:
6920         * pixbuf/Makefile.am:
6921         * properties/Makefile.am:
6922         * ps/Makefile.am:
6923         * shell/Makefile.am:
6924         * thumbnailer/Makefile.am:
6925         * tiff/Makefile.am:
6926
6927         Make frontends depend on just libev.
6928         Rework and group CFLAGS/LIBS definitions.
6929         Cleanups.
6930
6931 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6932
6933         * shell/ev-window:
6934
6935         do not unnecessarily save zoom
6936
6937         * configure.ac:
6938         * lib/ev-file-helpers.c: (ev_dot_dir):
6939         * shell/Makefile.am:
6940         * shell/dummy.cc:
6941
6942         Some cleanups
6943
6944 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6945
6946         * configure.ac:
6947         
6948         Remove unnecessary dependencies
6949
6950 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6951
6952         * properties/Makefile.am:
6953         * thumbnailer/Makefile.am:
6954         * tiff/Makefile.am:
6955
6956         Some more cleanups. Was really necessary
6957         but I probably introduced bugs, feel free
6958         to flame :)
6959
6960 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6961
6962         * backend/Makefile.am:
6963         * configure.ac:
6964         * cut-n-paste/recent-files/Makefile.am:
6965         * cut-n-paste/toolbar-editor/Makefile.am:
6966         * cut-n-paste/zoom-control/Makefile.am:
6967         * lib/Makefile.am:
6968         * pdf/Makefile.am:
6969         * pixbuf/Makefile.am:
6970         * properties/Makefile.am:
6971         * ps/Makefile.am:
6972         * shell/Makefile.am:
6973         * thumbnailer/Makefile.am:
6974         * tiff/Makefile.am:
6975
6976         Use gnome-common macros when possible.
6977         Cleanup dependencies.
6978         Actually disable deprecated where possible.
6979
6980 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6981
6982         * Makefile.am:
6983         * backend/Makefile.am:
6984         * properties/Makefile.am:
6985         * shell/Makefile.am:
6986         * thumbnailer/Makefile.am:
6987
6988         This should solve the circular dep without
6989         requiring dir reorg!
6990
6991         * shell/ev-window.c: (setup_view_from_metadata):
6992
6993         Never restore window size/position when the
6994         window is already visible.
6995
6996 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6997
6998         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
6999
7000         Return a boolean from timeout func. Fix ported from gedit.
7001
7002 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
7003
7004         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
7005
7006 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7007
7008         * shell/ev-document-types.c: set "All Documents" as default filter in
7009         open dialog
7010
7011 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
7012
7013         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
7014         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
7015         (ev_metadata_manager_set_boolean): fix value/val thinko.
7016
7017 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7018
7019         * shell/ev-window.c: (setup_view_from_metadata),
7020         (window_state_event_cb), (window_configure_event_cb),
7021         (ev_window_init):
7022
7023         Remember window position and maximized state
7024
7025 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7026
7027         * configure.ac:
7028
7029         Fix DBUS configure checks.
7030
7031         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
7032         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
7033         (ev_metadata_manager_set_boolean):
7034
7035         Plug mem leaks.
7036
7037         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
7038         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7039         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
7040         (ev_window_continuous_changed_cb),
7041         (ev_window_dual_mode_changed_cb), (ev_window_new):
7042
7043         Fix the build without DBUS.
7044
7045 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7046
7047         * shell/ev-metadata-manager.c: (parse_value), (save_values),
7048         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
7049         (ev_metadata_manager_set_string),
7050         (ev_metadata_manager_set_boolean):
7051         * shell/ev-metadata-manager.h:
7052
7053         Add support for some more types
7054
7055         * shell/ev-view.c: (scroll_to_current_page),
7056         (ev_view_get_continuous), (ev_view_set_continuous),
7057         (ev_view_get_dual_page):
7058         * shell/ev-view.h:
7059         * shell/ev-window.c: (page_changed_cb),
7060         (setup_document_from_metadata), (ev_window_setup_document),
7061         (setup_view_from_metadata), (ev_window_open_uri),
7062         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7063         (ev_window_run_presentation), (ev_window_stop_presentation),
7064         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
7065         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
7066         (ev_window_update_dual_page_action),
7067         (ev_window_continuous_changed_cb),
7068         (ev_window_dual_mode_changed_cb), (ev_window_init):
7069
7070         Remember a bunch of view/document properties. Prolly some
7071         are still missing but it's getting interesting.
7072
7073 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
7074
7075         * configure.ac: check if dbus-binding-tool is installed. Not the
7076         case on current Ubuntu breezy, it seems.
7077
7078 2005-07-05  Luca Ferretti <elle.uca@libero.it>
7079
7080         * data/evince.desktop.in.in:
7081         
7082         Allow open uri lists and add TryExec field.
7083
7084 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7085
7086         * configure.ac:
7087
7088         Enable dbus when available, do not require a configure
7089         option.
7090
7091 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7092
7093         * configure.ac:
7094
7095         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
7096         disabled.
7097
7098 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
7099         Marco Pesenti Gritti  <mpg@redhat.com>
7100
7101         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
7102         
7103         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
7104         functions to the format required by dbus
7105
7106         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
7107         errors. Use the RPC parameters in the expected way
7108
7109 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7110
7111         * Makefile.am:
7112         * properties/Makefile.am:
7113         * properties/ev-properties-main.c: (ev_properties_get_pages):
7114
7115         Support all mime types
7116
7117         * shell/Makefile.am:
7118         * thumbnailer/Makefile.am:
7119         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
7120         (evince_thumbnail_pngenc_get):
7121
7122         Use the document factory
7123
7124 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7125
7126         * backend/Makefile.am:
7127         * backend/ev-document-factory.c:
7128         (mime_type_supported_by_gdk_pixbuf),
7129         (ev_document_type_get_from_mime),
7130         (ev_document_factory_get_document),
7131         (ev_document_factory_get_backend),
7132         (ev_document_factory_get_mime_types),
7133         (ev_document_factory_get_all_mime_types):
7134         * backend/ev-document-factory.h:
7135         * shell/Makefile.am:
7136         * shell/ev-document-types.c: (get_document_from_uri),
7137         (ev_document_types_get_document),
7138         (file_filter_add_mime_list_and_free),
7139         (ev_document_types_add_filters):
7140         * shell/ev-document-types.h:
7141         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7142         * shell/ev-properties-dialog.c:
7143         (ev_properties_dialog_set_document):
7144         * shell/ev-window.c: (ev_window_cmd_file_open),
7145         (ev_window_cmd_save_as):
7146         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7147
7148         Rework document types managing to avoid code duplication
7149         and actually abstract from backend implementations.
7150         Also provide a minimal factory api that can be used by
7151         thumbnailer/properties.
7152
7153 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7154
7155         * properties/ev-properties-view.c: (ev_properties_view_set_info):
7156         Plug a mem leak.
7157         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7158         HIG spacings.
7159
7160 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7161
7162         * shell/ev-properties-dialog.c
7163         (ev_properties_dialog_set_document): only call
7164         ev_properties_fonts_set_document() if the document implements the
7165         fonts interface
7166
7167 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7168
7169         * configure.ac:
7170         * properties/Makefile.am:
7171         * properties/ev-properties-view.c:
7172         (ev_properties_view_register_type):
7173         * properties/ev-properties-view.h:
7174         * properties/ev-properties-main.h:
7175
7176         Implement nautilus plugin for properties.
7177         Works only for pdf atm, I need to rework the
7178         document types stuff to get this to work
7179         for all backends...
7180
7181 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7182
7183         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
7184         (ev_properties_fonts_set_document): use
7185         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
7186
7187 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7188
7189         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
7190         them
7191         (PlaceImage, tiff2ps_process_page): use
7192         g_ascii_dtostr to convert floats to strings in a locale-safe way.
7193
7194
7195 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7196
7197         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
7198         (main): to call gnome_authentication_manager_init. Should fix
7199         Bug #308510
7200
7201         * configure.ac: that requires libgnomeui 2.6.0.
7202
7203 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7204
7205         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7206         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
7207         use the new tiff2ps interfaces
7208
7209         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
7210         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
7211
7212         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
7213         structure instead of global variables.  Remove use of static
7214         variables in functions.
7215
7216 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
7217
7218         * shell/ev-page-action.c: unref the completion after setting it to the
7219         entry
7220
7221 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7222
7223         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
7224         postscript files
7225
7226 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7227
7228         * shell/ev-window.c (update_action_sensitivity): disable
7229         File->Print if the document does not implement the ps exporter
7230         interface
7231
7232 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
7233
7234         * Makefile.am:
7235         * configure.ac:
7236         * data/evince-properties.glade:
7237         * properties/.cvsignore:
7238         * properties/Makefile.am:
7239         * properties/ev-properties-view.c: (ev_properties_view_dispose),
7240         (ev_properties_view_class_init), (ev_properties_view_format_date),
7241         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
7242         (ev_properties_view_init), (ev_properties_view_new):
7243         * properties/ev-properties-view.h:
7244         * shell/Makefile.am:
7245         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
7246         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
7247         (ev_properties_dialog_new):
7248         * shell/ev-properties-dialog.h:
7249         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
7250         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
7251         (update_progress_label), (job_fonts_finished_cb),
7252         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
7253         * shell/ev-properties-fonts.h:
7254         * shell/ev-properties.c:
7255         * shell/ev-properties.h:
7256         * shell/ev-window.c: (ev_window_setup_document),
7257         (ev_window_cmd_file_properties):
7258
7259         Split the properties pages in two different objects, depend
7260         only on the backend where possible, use widgets instead
7261         of gobject for the glade part, reimplement the dialog
7262         itself with gtk.
7263         I need this to implement nautilus properties page.
7264
7265 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
7266
7267         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7268         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
7269         (tiff_document_document_ps_exporter_iface_init): implement the ps
7270         exporter interface for tiff documents
7271
7272         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
7273         libtiff to implement TIFF postscript export
7274
7275         * tiff/tiff2ps.h: added a header file for external tiff2ps
7276         functions.
7277
7278         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
7279         tiff2ps.h
7280
7281 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7282
7283         * shell/ev-view.c: (scroll_to_current_page),
7284         (ev_view_set_fullscreen), (ev_view_set_presentation):
7285         
7286         Scroll to current page when exit from presentation
7287
7288 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7289
7290         * shell/ev-window.c: (update_document_mode),
7291         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7292         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
7293         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
7294         
7295         Exit from fullscreen mode when switch to presentation. Fix for
7296         bug 309365
7297
7298 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7299
7300         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
7301         return NULL if the document does not implement the selection
7302         interface.
7303
7304 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7305
7306         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
7307         reported height by using the resolution aspect ratio
7308         (tiff_document_render_pixbuf): scale the pixbuf using the
7309         resolution aspect ratio
7310
7311 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7312
7313         * configure.ac:
7314         
7315         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
7316         <kiltedaco@gmail.com>
7317         
7318         * djvu/djvu-document.c: (djvu_document_get_orientation),
7319         (djvu_document_set_orientation), (djvu_document_get_page_size),
7320         (rotate_pixbuf), (djvu_document_render_pixbuf),
7321         (djvu_document_document_iface_init):
7322         * dvi/dvi-document.c: (dvi_document_get_orientation),
7323         (dvi_document_set_orientation), (dvi_document_get_page_size),
7324         (rotate_pixbuf), (dvi_document_render_pixbuf),
7325         (dvi_document_document_iface_init):
7326         
7327         Dvi and djvu backends are ported to new API
7328
7329 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
7330
7331         * backend/ev-selection.c: (ev_selection_get_selection_region),
7332         (ev_selection_get_selection_map):
7333         * backend/ev-selection.h:
7334         * pdf/ev-poppler.cc:
7335         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7336         * shell/ev-jobs.h:
7337         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7338         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7339         (ev_pixbuf_cache_get_text_mapping):
7340         * shell/ev-pixbuf-cache.h:
7341         * shell/ev-view.c: (location_in_text),
7342         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
7343         support to EvView.  Now we can see where we can select!  Sweet!
7344
7345 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7346
7347         * shell/ev-view.c (ev_view_button_press_event): Fix
7348         event->y + view->scroll_x typo.
7349
7350 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7351
7352         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
7353         sub-GdkPixbuf instead of passing dest_x and dest_y.
7354         
7355         * shell/ev-view.c: (view_point_to_doc_point),
7356         (view_rect_to_doc_rect), (ev_view_button_press_event),
7357         (ev_view_motion_notify_event), (compute_new_selection_rect),
7358         (gdk_rectangle_point_in), (compute_new_selection_text),
7359         (compute_selections): Update selection code to keep the selection
7360         around as two points and not as a normalized rectangle, and fix
7361         page level selection in two-column mode.
7362
7363 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
7364
7365         * shell/ev-window.c: (window_configure_event_cb): 
7366         
7367         Fix compilation
7368         
7369 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7370
7371         * pdf/ev-poppler.cc:
7372
7373         Fix compilation
7374
7375 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7376
7377         * shell/Makefile.am:
7378         * shell/ev-metadata-manager.c: (item_free),
7379         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
7380         (parse_value), (parseItem), (load_values),
7381         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
7382         (save_values), (save_item), (get_oldest), (resize_items),
7383         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
7384         * shell/ev-metadata-manager.h:
7385
7386         Metadata manager from gedit but modified to use GValue, so that
7387         we dont need to keep converting from strings.
7388
7389         * configure.ac:
7390
7391         ENABLE_METADATA conditional, on when dbus is on
7392
7393         * shell/ev-application.c: (ev_application_open_uri):
7394
7395         Show the window after load so that we can initialize
7396         window size before it's showed.
7397
7398         * shell/ev-window.c: (ev_window_setup_from_metadata),
7399         (ev_window_open_uri), (window_configure_event_cb),
7400         (ev_window_init):
7401
7402         Save and load metadata information about window size.
7403         Not yet keeping states in account.
7404
7405         * shell/main.c: (main):
7406
7407         Shutdown metadata manager.
7408
7409 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7410
7411         * shell/ev-application-service.xml:
7412         * configure.ac:
7413         * shell/Makefile.am:
7414         * shell/ev-application.c:
7415         * shell/ev-application.h:
7416         * shell/ev-window.c:
7417         * shell/ev-window.h:
7418         * shell/main.c:
7419
7420         Add an optional dbus interface (--enable-dbus).
7421         Rework application code, mainly to be easier to
7422         use "remotely".
7423         Do not open multiple windows with the same document,
7424         spatial evince!
7425
7426 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
7427
7428         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
7429         pixbuf iff it exists.
7430
7431 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
7432
7433         * shell/*:
7434         * backend/ev-render-context.[ch]:
7435         * backend/ev-selection.[ch]:
7436
7437         Massive changes.  We now support text selection of pdfs, and not
7438         just rectangular selection.  This is pretty broken still, but I
7439         want to get something into CVS.
7440
7441 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7442
7443         * pdf/ev-poppler.cc:
7444         
7445         Fix for Bug 309080: crash on window close.
7446         
7447         * shell/ev-page-action.c: (page_changed_cb):
7448         
7449         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
7450         jensgr@gmx.net (Jens Granseuer).
7451
7452 2005-06-25  Marcel Telka  <marcel@telka.sk>
7453
7454         * configure.in (ALL_LINGUAS): Added sk.
7455
7456 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
7457
7458         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
7459         not a document open
7460
7461 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7462
7463         * NEWS:
7464         * configure.ac:
7465
7466         Release 0.3.2
7467
7468         * cut-n-paste/recent-files/Makefile.am:
7469
7470         Fix make distcheck
7471
7472 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7473
7474         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
7475         (pixbuf_document_set_orientation), (rotate_pixbuf),
7476         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
7477         (pixbuf_document_document_iface_init), (pixbuf_document_init):
7478
7479         Implement rotation and cleanup the code a bit.
7480
7481         * tiff/tiff-document.c: (tiff_document_get_page_size),
7482         (tiff_document_get_orientation), (tiff_document_set_orientation),
7483         (rotate_pixbuf), (tiff_document_render_pixbuf),
7484         (tiff_document_document_iface_init), (tiff_document_init):
7485
7486         Implement rotation. Was the quicker solution for the release
7487         but we really need to share this code in the shell.
7488
7489 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7490
7491         * pdf/ev-poppler.cc:
7492
7493         Enable rotation, require poppler cvs. Fix a leak.
7494
7495 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7496
7497         * shell/ev-window.c: (update_action_sensitivity):
7498         
7499         Make properties unsensitive if document backend doesn't provide
7500         any info
7501
7502 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7503
7504         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
7505         (bitmap_flip_horizontally), (bitmap_flip_vertically),
7506         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
7507         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
7508         (bitmap_flip_rotate_counter_clockwise):
7509         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
7510         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
7511         (buff_gets):
7512         * dvi/mdvi-lib/common.h:
7513         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
7514         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
7515         (opendvi), (mdvi_reload), (mdvi_init_context),
7516         (mdvi_destroy_context), (mdvi_dopage), (special):
7517         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
7518         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
7519         (file_hash_free), (register_encoding), (parse_spec),
7520         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
7521         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
7522         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
7523         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
7524         (mdvi_register_font_type), (mdvi_unregister_font_type),
7525         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
7526         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
7527         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
7528         (mdvi_hash_destroy_key), (mdvi_hash_reset):
7529         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
7530         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
7531         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
7532         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
7533         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
7534         * dvi/mdvi-lib/special.c: (mdvi_register_special),
7535         (mdvi_unregister_special), (mdvi_flush_specials):
7536         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
7537         (t1_font_remove):
7538         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
7539         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
7540         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
7541         (free_font_metrics), (flush_font_metrics):
7542         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
7543         (tt_font_remove):
7544         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
7545         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
7546         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
7547         (dstring_insert), (dstring_new), (dstring_reset):
7548         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
7549         
7550         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
7551         avoid conflict with libtool on FC4
7552         
7553         * shell/ev-window.c: (ev_window_cmd_help_about):
7554         
7555         Update copyright year. Fix for bug 308828.
7556
7557 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7558
7559         * shell/ev-view.c: (add_scroll_binding_keypad),
7560         (ev_view_binding_activated), (ev_view_class_init),
7561         (on_adjustment_value_changed):
7562         
7563         Bug 170874: Arrow keys switch pages in presentation mode
7564
7565 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7566
7567         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7568         
7569         Fix for Bug 308265: Sidebar dissappears coming out of 
7570         Presentation mode
7571
7572 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7573
7574         * shell/ev-application.c: (ev_application_open):
7575         * shell/ev-document-types.c: (ev_document_types_add_filters),
7576         (ev_document_types_add_filters_for_type):
7577         * shell/ev-document-types.h:
7578         * shell/ev-window.c: (ev_window_cmd_save_as):
7579         
7580         Suggest basename as template when saving, provide filters
7581         for save dialog. It's bug 308402
7582
7583 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7584
7585         * pdf/ev-poppler.cc:
7586         * shell/ev-sidebar-links.c: (job_finished_callback):
7587         * shell/ev-view.c: (update_find_status_message):
7588         
7589         Some leaks fixed
7590
7591 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7592
7593         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7594         (egg_recent_view_uimanager_set_list):
7595
7596         Fix buglet in !show_numbers case.
7597
7598 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7599
7600         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7601         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
7602
7603         Use pango ellipsisation.
7604
7605         * pdf/ev-poppler.cc:
7606
7607         Fix refcount leak, from nsh.
7608
7609 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7610
7611         * cut-n-paste/recent-files/Makefile.am:
7612         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7613         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7614         
7615         Removed EggRecentViewGtk
7616         
7617         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7618         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7619         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
7620         (ev_window_setup_recent):
7621         
7622         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
7623         with other projects
7624
7625 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7626
7627         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7628         (egg_recent_view_gtk_finalize):
7629
7630         Fix memory leak
7631
7632         * cut-n-paste/toolbar-editor/Makefile.am:
7633         
7634         Fix location of cursor icon.
7635         
7636         * pdf/ev-poppler.cc:
7637         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
7638         (display_completion_text), (match_completion):
7639         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7640         (selection_changed_callback), (create_loading_model),
7641         (print_section_cb), (links_page_num_func),
7642         (update_page_callback_foreach):
7643         * shell/ev-window.c: (ev_window_dispose):
7644         
7645         Small memory fixes. Links model now store objects instead
7646         of pointers to improve memory management. 
7647
7648 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7649
7650         * shell/ev-window.c: (zoom_control_changed_cb):
7651         
7652         Fix update of zoom control (bug 308268).
7653
7654 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
7655
7656         * shell/ev-properties.c (set_property): escape the text correctly.
7657         Handles non-UTF-8 properties and escaped properties.  Also, sets
7658         the text to "<i>None</i>" if the property isn't set.
7659
7660         * data/evince-properties.glade: Change the label to be ellipsized,
7661         and give it a minimum size.
7662
7663 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7664
7665         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
7666         * shell/ev-sidebar-links.c: (create_loading_model):
7667         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7668         * shell/ev-view.c: (ev_view_set_document):
7669         * shell/ev-window.c: (ev_window_dispose):
7670         
7671         Various small fixes, mostly memory leaks. Thanks to valgrind.
7672
7673 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
7674
7675         * ps/ps-document.c: remove the locale.h include again ;-). And
7676         kill the (bogus) setlocale/savelocale business.
7677
7678 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
7679
7680         * ps/ps-document.c:
7681         
7682         Include locale.h to fix build
7683         
7684         * shell/ev-sidebar.c:
7685         
7686         Remove unnecessary includes
7687
7688 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7689
7690         * dvi/dvi-document.c: (dvi_document_load):
7691         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
7692         * po/POTFILES.in:
7693         
7694         Check for incorrect dvi files. Fix parsing dvi on AMD64
7695         platform. Thanks to tester@tester.ca (Olivier Crete).
7696
7697 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7698
7699         * shell/ev-page-action.c: (match_selected_cb),
7700         (display_completion_text), (match_completion), (update_model):
7701         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7702         (expand_open_links):
7703         * shell/ev-sidebar.c: (ev_sidebar_destroy),
7704         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
7705         (ev_sidebar_set_document):
7706         * shell/ev-window.c: (ev_window_xfer_job_cb),
7707         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
7708         
7709         Fixed lot's of memory leaks, for example, memory leak on reload, 
7710         described in bug 307793.
7711
7712 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7713
7714         * pdf/ev-poppler.cc:
7715         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
7716         (update_visible_range), (adjustment_changed_cb),
7717         (ev_sidebar_thumbnails_fill_model),
7718         (ev_sidebar_thumbnails_refresh),
7719         (ev_sidebar_tree_selection_changed),
7720         (ev_sidebar_icon_selection_changed),
7721         (ev_sidebar_thumbnails_use_icon_view),
7722         (ev_sidebar_thumbnails_set_document):
7723         * shell/ev-sidebar-thumbnails.h:
7724         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7725         (ev_window_cmd_edit_rotate_right), (ev_window_init):
7726
7727         Refresh thumbnails when changing orientation. Not fully
7728         working yet becuase of a sidebar bug.
7729
7730         Set page orientation to poppler page everywhere. This sucks
7731         really need to fix poppler.
7732
7733 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7734
7735         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7736         (egg_recent_view_gtk_new_menu_item),
7737         (egg_recent_view_gtk_set_property),
7738         (egg_recent_view_gtk_get_property),
7739         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
7740         (egg_recent_view_gtk_set_tooltip_func),
7741         (egg_recent_view_gtk_set_label_width),
7742         (egg_recent_view_gtk_get_label_width):
7743         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7744
7745         Sync with libegg (ellipsize labels)
7746
7747 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7748
7749         * data/evince-ui.xml:
7750         * shell/ev-window.c: (ev_window_cmd_go_forward),
7751         (ev_window_cmd_go_backward):
7752         
7753         Shift + PageUp moves 10 Pages. Fix for 306125
7754
7755 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7756
7757         * pdf/ev-poppler.cc:
7758
7759         Add a flag to check if orientation has been overriden
7760
7761 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
7762
7763         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
7764         field if necessary.
7765
7766         * ps/ps.h: add creator field to document.
7767
7768         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
7769         set creator field.
7770
7771 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7772
7773         * data/evince-properties.glade:
7774         * shell/ev-properties.c: (ev_properties_set_document):
7775
7776         s/PDF Version/Format
7777
7778 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7779
7780         * shell/ev-properties.c: (ev_properties_set_document):
7781
7782         Remove unnecessary translations
7783
7784 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7785
7786         * cut-n-paste/toolbar-editor/Makefile.am:
7787
7788         Correct library name    
7789
7790 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7791
7792         * configure.ac:
7793         * cut-n-paste/recent-files/egg-recent-model.c:
7794         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
7795         (egg_recent_model_unlock_file):
7796         * cut-n-paste/recent-files/egg-recent-util.c:
7797         (egg_recent_util_get_unique_id):
7798         * cut-n-paste/recent-files/update-from-egg.sh:
7799         * cut-n-paste/toolbar-editor/Makefile.am:
7800         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7801         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7802         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7803         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7804         (egg_toolbars_model_get_type):
7805         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7806
7807         Better makefile for toolbar editor and update everything
7808         to latest libegg.
7809
7810 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7811
7812         * shell/ev-window.c: (update_document_mode):
7813
7814         Prefer presentation mode when the document
7815         require fullscreen.
7816
7817 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7818
7819         * data/evince-ui.xml:
7820         * shell/ev-window.c:
7821
7822         Add control-equal for zooming
7823
7824 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
7825
7826         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
7827
7828 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
7829
7830         * backend/ev-document.c: (ev_document_get_orientation):
7831         * backend/ev-document.h:
7832         * pdf/ev-poppler.cc:
7833         * ps/ps-document.c: (ps_document_get_orientation),
7834         (ps_document_set_orientation), (ps_document_document_iface_init):
7835
7836         Add a get_orientation api. Improve set_orientation.
7837
7838         * data/evince-ui.xml:
7839         * shell/ev-view.c: (ev_view_set_orientation),
7840         (ev_view_rotate_right), (ev_view_rotate_left):
7841         * shell/ev-view.h:
7842         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7843         (ev_window_cmd_edit_rotate_right):
7844
7845         Better ui for changing document orientation
7846
7847 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7848
7849         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
7850         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
7851         * shell/ev-sidebar-links.h:
7852         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
7853         (ev_sidebar_page_iface_init):
7854         * shell/ev-sidebar-page.h:
7855         * shell/ev-sidebar-thumbnails.c:
7856         (ev_sidebar_thumbnails_get_property),
7857         (ev_sidebar_thumbnails_class_init),
7858         (ev_sidebar_thumbnails_set_document):
7859         * shell/ev-sidebar-thumbnails.h:
7860         * shell/ev-view.c: (ev_view_motion_notify_event):
7861         * shell/ev-window.c: (update_chrome_visibility),
7862         (ev_window_cmd_focus_page_selector),
7863         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
7864         (sidebar_page_main_widget_update_cb), (ev_window_init):
7865         
7866         Autoraise toolbar on GoToPage binding and fix bindings in
7867         EvSidebarThumbnails page.
7868
7869 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
7870
7871         * shell/ev-properties.c: (update_progress_label):
7872
7873         Hide the progress label when finished; bug #307697.
7874
7875 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7876
7877         * pdf/ev-poppler.cc:
7878
7879         Enable is_open for links, you will need poppler cvs
7880
7881         * shell/ev-properties.c: (job_fonts_finished_cb):
7882
7883         Get a lock on the document when filling the tree view
7884
7885 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7886
7887         * backend/ev-document-links.h:
7888         * pdf/ev-poppler.cc:
7889         * shell/ev-sidebar-links.c: (create_loading_model),
7890         (expand_open_links), (job_finished_callback):
7891
7892         Expand links when specified by the document.
7893         Depend on a poppler api (defined out for now)
7894
7895 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7896
7897         * shell/ev-properties.c: (ev_properties_dispose),
7898         (ev_properties_class_init), (dialog_destroy_cb),
7899         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
7900         (ev_properties_set_document), (ev_properties_new),
7901         (ev_properties_show):
7902         * shell/ev-properties.h:
7903
7904         Make it an object, cleanup the code, api to show it as transient
7905         and to set the document.
7906
7907         * shell/ev-window.c: (ev_window_setup_document),
7908         (ev_window_cmd_file_properties):
7909
7910         Adapt to EvProperties changes, do not show multiple
7911         times, update it when document changes.
7912
7913 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7914
7915         * ps/gstypes.h:
7916         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
7917         (ps_document_set_orientation), (ps_document_document_iface_init):
7918         * ps/ps-document.h:
7919
7920         Implement orientation here too
7921
7922         * shell/ev-properties.c: (ev_properties_new):
7923         * data/evince-properties.glade:
7924
7925         Hide the fonts page for backends that doesnt
7926         support it.     
7927
7928 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7929
7930         * backend/ev-document.c: (ev_document_set_orientation):
7931         * backend/ev-document.h:
7932         * pdf/ev-poppler.cc:
7933
7934         Add orientation api. Currently poppler api is not optimal,
7935         we need to set orientation every time we _get a page.
7936         I will try to fix that at some point.
7937
7938         * data/evince-ui.xml:
7939         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
7940         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
7941
7942         Add orientation menu items
7943
7944         * shell/ev-page-cache.c: (ev_page_cache_clear):
7945         * shell/ev-page-cache.h:
7946
7947         Add api to clear the cache
7948
7949         * shell/ev-view.c: (setup_caches), (clear_caches),
7950         (ev_view_set_document), (ev_view_zoom_out),
7951         (ev_view_set_orientation):
7952         * shell/ev-view.h:
7953
7954         Implement orientation changing
7955
7956 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
7957
7958         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
7959         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
7960         * backend/ev-document-fonts.h:
7961
7962         Separate scan and fill so that we can incrementally fill from
7963         the main thread. Add a progress api.
7964
7965         * data/evince-properties.glade:
7966         * pdf/ev-poppler.cc:
7967         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
7968         * shell/ev-jobs.h:
7969         * shell/ev-properties.c: (update_progress_label),
7970         (job_fonts_finished_cb), (setup_fonts_view):
7971
7972         Incrementally feel the list and show the progress
7973         percentage in a label like acrobat does.
7974
7975         You are going to need poppler cvs
7976
7977 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
7978
7979         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
7980         * backend/ev-document-fonts.h:
7981         * pdf/ev-poppler.cc:
7982
7983         Make fonts model fill incrementally.
7984
7985         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7986         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7987         (ev_job_queue_remove_job):
7988         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7989         (ev_job_fonts_new), (ev_job_fonts_run):
7990         * shell/ev-jobs.h:
7991
7992         New job for fonts scanning
7993
7994         * shell/ev-properties.c: (job_fonts_finished_cb),
7995         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
7996         * shell/ev-properties.h:
7997         * shell/ev-window.c: (ev_window_cmd_file_properties):
7998
7999         Incrementally feel the treeview using the new job. Show Loading...
8000         message until scanning is completed.
8001
8002         Hopefully I didnt break the build without the poppler patch.
8003
8004 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8005
8006         * shell/ev-application.c: (ev_application_open):
8007         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
8008         (ev_document_type_get_type), (ev_document_type_lookup):
8009         * shell/ev-document-types.h:
8010         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
8011         * shell/ev-job-xfer.h:
8012         * shell/ev-window.c: (ev_window_clear_local_uri),
8013         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
8014         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
8015         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8016         
8017         Transfer remote documents to tmp directory to display them later.
8018
8019 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
8020
8021         * backend/ev-document-info.h:
8022         * shell/ev-properties.c: (ev_properties_new):
8023
8024         s/GTime*/GTime. Not sure why we was using a pointer
8025         at all there!
8026
8027 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
8028
8029         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
8030         situations.  That situation is that you're using GTK+-HEAD with
8031         the patch at #306726 is applied, and you have a document with <
8032         1500 pages in it.  It's not quite as uniformly nice as the
8033         TreeView, but should be better in the long run.
8034
8035         I'm pretty sure I guarded against breaking compilation with
8036         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
8037         I missed some.
8038
8039         * shell/ev-window.c (ev_window_init): We don't have our tree/list
8040         widget yet, so I commented that code out
8041         enable_view_actions_for_widget() for now.  Need to figure this
8042         out.
8043
8044         * shell/ev-page-action.c (match_selected_cb): emit the right
8045         signals.  Our cool C-l completion now works.
8046
8047 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8048
8049         * backend/Makefile.am:
8050         * backend/ev-document-fonts.c:
8051         * backend/ev-document-links.c:
8052         * backend/ev-document.c: (ev_document_load):
8053         * backend/ev-document.h:
8054         * backend/ev-job-queue.c:
8055         * backend/ev-job-queue.h:
8056         * backend/ev-jobs.c:
8057         * backend/ev-jobs.h:
8058         * backend/ev-page-cache.c:
8059         * backend/ev-page-cache.h:
8060
8061         EvPageCache and EvJobs are moved to shell.
8062
8063         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
8064         (ev_tmp_filename):
8065         * lib/ev-file-helpers.h:
8066         
8067         New helper to work with temporary files
8068         
8069         * shell/Makefile.am:
8070         * shell/ev-application.c: (ev_application_open):
8071         * shell/ev-application.h:
8072         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
8073         (remove_job_from_async_queue), (add_job_to_async_queue),
8074         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
8075         (handle_job), (search_for_jobs_unlocked),
8076         (no_jobs_available_unlocked), (ev_render_thread),
8077         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8078         (ev_job_queue_add_job), (move_job_async), (move_job),
8079         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8080         * shell/ev-job-queue.h:
8081         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
8082         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
8083         * shell/ev-job-xfer.h:
8084         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
8085         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
8086         (ev_job_links_class_init), (ev_job_render_init),
8087         (ev_job_render_dispose), (ev_job_render_class_init),
8088         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
8089         (ev_job_thumbnail_class_init), (ev_job_load_init),
8090         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
8091         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
8092         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
8093         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
8094         * shell/ev-jobs.h:
8095         * shell/ev-page-action.c: (ev_page_action_set_document):
8096         * shell/ev-page-cache.c: (ev_page_cache_init),
8097         (ev_page_cache_class_init), (ev_page_cache_finalize),
8098         (ev_page_cache_new), (ev_page_cache_get_n_pages),
8099         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
8100         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
8101         (ev_page_cache_get_title), (ev_page_cache_get_size),
8102         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8103         (ev_page_cache_get_height_to_page),
8104         (ev_page_cache_get_max_label_chars),
8105         (ev_page_cache_get_page_label),
8106         (ev_page_cache_has_nonnumeric_page_labels),
8107         (ev_page_cache_get_info), (ev_page_cache_next_page),
8108         (ev_page_cache_prev_page), (ev_page_cache_get):
8109         * shell/ev-page-cache.h:
8110         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
8111         (ev_pixbuf_cache_clear_job_sizes),
8112         (ev_pixbuf_cache_add_jobs_if_needed),
8113         (ev_pixbuf_cache_set_page_range):
8114         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
8115         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
8116         * shell/ev-sidebar-thumbnails.c:
8117         (ev_sidebar_tree_selection_changed),
8118         (ev_sidebar_thumbnails_set_document):
8119         * shell/ev-statusbar.c: (ev_statusbar_destroy),
8120         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
8121         (ev_statusbar_get_context_id), (ev_statusbar_push),
8122         (ev_statusbar_pop), (ev_statusbar_set_maximized),
8123         (ev_statusbar_pulse), (ev_statusbar_show_progress),
8124         (ev_statusbar_set_progress):
8125         * shell/ev-statusbar.h:
8126         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
8127         (ev_view_find_previous):
8128         * shell/ev-window.c: (ev_window_is_empty),
8129         (ev_window_setup_document), (password_dialog_response),
8130         (ev_window_clear_jobs), (ev_window_load_job_cb),
8131         (ev_window_xfer_job_cb), (ev_window_open_uri),
8132         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
8133         (ev_window_print), (ev_window_print_range),
8134         (ev_window_state_event), (ev_window_cmd_view_reload),
8135         (menu_item_select_cb), (menu_item_deselect_cb),
8136         (view_status_changed_cb), (ev_window_dispose),
8137         (drag_data_received_cb), (ev_window_init):
8138         * shell/ev-window.h:
8139         * shell/main.c: (load_files):
8140         
8141         New statusbar to show progress on idle. Two new jobs - 
8142         xfer job and load job to load document in background. And update
8143         of page_cache clients to new location of code.
8144
8145 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
8146   
8147         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
8148         selection in open dialog. It also remembers the last visited directory 
8149         in the current session.
8150
8151 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8152
8153         * shell/ev-properties.c: (ev_properties_new):
8154         * shell/ev-properties.h:
8155         * shell/ev-window.c: (ev_window_cmd_file_properties):
8156         
8157         Get document info from page cache instead of document itself.
8158         This should fix crash related to race conditions described in
8159         bug 306545.
8160
8161 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8162
8163         * ps/ps-document.c: (ps_document_init),
8164         (send_ps), (get_page_box), (output), (catchPipe), (input),
8165         (stop_interpreter), (file_length), (file_readable),
8166         (check_filecompressedb), (ps_document_enable_interpreter),
8167         (document_load), (ps_async_renderer_render_pixbuf):
8168         * ps/ps-document.h:
8169
8170         Big cleanup of the ps code
8171
8172 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8173
8174         * backend/Makefile.am:
8175         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
8176         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
8177         * backend/ev-async-renderer.h:
8178
8179         Add an async renderer interface (method + callback) which
8180         is useful for backends like ps.
8181
8182         * backend/ev-job-queue.c: (remove_job_from_async_queue),
8183         (add_job_to_async_queue), (job_finished_cb), (handle_job),
8184         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8185         (ev_job_queue_add_job), (move_job_async), (move_job),
8186         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8187
8188         Add queues for async renderer, these are executed on the
8189         main thread.
8190
8191         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
8192         (ev_job_render_run):
8193         * backend/ev-jobs.h:
8194
8195         If the backend support async renderer interface use it.
8196
8197         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
8198         (setup_pixmap), (ps_document_get_type),
8199         (ps_async_renderer_render_pixbuf),
8200         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
8201
8202         Implement async renderer interface.
8203
8204 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8205
8206         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
8207
8208         Cleanup links job on exit.
8209
8210 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8211
8212         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8213         (drag_data_get_cb), (drag_data_received_cb):
8214         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8215         (drag_data_get_cb), (parse_item_list),
8216         (egg_toolbar_editor_load_actions):
8217         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8218         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
8219         (parse_item_list), (parse_toolbars):
8220         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8221         (dvi_pixbuf_put_pixel):
8222         
8223         Fix gcc 4.0 warnings
8224
8225 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8226
8227         * ps/ps-document.c: (start_interpreter):
8228
8229         Fix warning when loading ps
8230
8231 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8232
8233         * ps/ps-document.c: (output):
8234
8235         Fix crash when priting gs error messages.
8236
8237 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8238
8239         * backend/ev-page-cache.c: (_ev_page_cache_new):
8240         * backend/ev-page-cache.h:
8241
8242         Use a const to return title so that we dont double
8243         free it. Small cleanup and fix a leak.
8244
8245         * shell/ev-window.c: (update_window_title):
8246
8247         strdup value from get_title.
8248
8249 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8250
8251         * shell/ev-sidebar-links.c: (job_finished_callback),
8252         (ev_sidebar_links_set_document):
8253
8254         Cleanup the old job when changing document
8255
8256 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8257
8258         * shell/ev-stock-icons.c:
8259         * shell/ev-stock-icons.h:
8260         * shell/ev-window.c:
8261         
8262         Add stock icons for actions that can appear in toolbar. Fix for
8263         bug 306566.
8264
8265 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8266
8267         * backend/ev-page-cache.c: (ev_page_cache_finalize),
8268         (_ev_page_cache_new), (ev_page_cache_get_max_width),
8269         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
8270         * backend/ev-page-cache.h:
8271         * shell/ev-view.c: (scroll_to_current_page),
8272         (view_update_range_and_current_page), (get_page_y_offset),
8273         (get_page_extents), (ev_view_size_request_continuous_dual_page),
8274         (ev_view_size_request_continuous),
8275         (ev_view_zoom_for_size_continuous_and_dual_page),
8276         (ev_view_zoom_for_size_continuous):
8277         
8278         More compact EvView layout in document with pages of different size.
8279
8280 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
8281
8282         * shell/ev-window.c (ev_window_cmd_file_properties): fix
8283         compilation.
8284
8285 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8286
8287         * shell/ev-view.c: (view_set_adjustment_values):
8288         * shell/ev-window.c: (ev_window_cmd_file_properties):
8289         
8290         A bit different fix for rounding problem but it has no
8291         problems on startup. Make properties window transient to parent.
8292
8293 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8294
8295         * pdf/ev-poppler.cc:
8296         
8297         More commenting of font stuff.
8298
8299 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8300
8301         * pdf/ev-poppler.cc:
8302
8303         Comment out some more fonts stuff. Should really
8304         work without the poppler patch now.
8305
8306 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8307
8308         * pdf/ev-poppler.cc:
8309
8310         Adapt to api change
8311
8312 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8313
8314         * data/evince-properties.glade:
8315         * pdf/ev-poppler.cc:
8316         * shell/ev-properties.c: (setup_fonts_view):
8317
8318         Set the column title. Show the dialog only
8319         once everything is setup.
8320         Getting font info can be very slow... will
8321         prolly need to make this threaded too.
8322
8323 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8324
8325         * backend/Makefile.am:
8326         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
8327         (ev_document_fonts_get_fonts_model):
8328         * backend/ev-document-fonts.h:
8329         * data/evince-properties.glade:
8330         * pdf/ev-poppler.cc:
8331         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
8332         * shell/ev-properties.h:
8333         * shell/ev-window.c: (ev_window_cmd_file_properties):
8334
8335         Implement fonts list. Defined out for now, since it depends
8336         on a not yet committed poppler patch.
8337
8338 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
8339
8340         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
8341         page + 1.
8342
8343         * shell/ev-window.c: Make sure we add the timeout when we get a
8344         focus-in event.
8345
8346         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
8347         adjustment->value before calculating the zoom factor to average
8348         out all of our rounding errors.  The page no longer 'drifts' when
8349         resizing.
8350
8351 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8352
8353         * data/evince-properties.glade:
8354         * shell/ev-properties.c: (ev_properties_format_date),
8355         (set_property):
8356         
8357         Labels don't expand when the dialogue is resized.
8358         strftime result needs to be converted to UTF-8. Thanks
8359         to Christian Persch <chpe@gnome.org>.
8360
8361 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8362
8363         * data/evince-properties.glade:
8364
8365         Hide the fonts tab
8366
8367 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8368
8369         * backend/ev-document-info.h:
8370         * backend/ev-document.c: (ev_document_info_free):
8371         * data/evince-properties.glade:
8372         * pdf/ev-poppler.cc:
8373         * ps/ps-document.c: (ps_document_get_info):
8374         * shell/ev-properties.c: (ev_properties_format_date),
8375         (set_property), (ev_properties_new):
8376         * shell/ev-properties.h:
8377         * shell/ev-window.c: (ev_window_cmd_file_properties):
8378
8379         Rework properties code to take only EvPropertyInfo
8380         in the constructor so that it can be useful for
8381         nautilus plugin too.
8382
8383         Deal with backends that doesnt support some properties.
8384         Make set property code generic.
8385
8386 2005-06-04  Christian Persch <chpe@gnome.org>
8387
8388         * data/evince-properties.glade:
8389
8390         fix spacings, make resizeable, and make data labels
8391         selectable + ellipsised
8392
8393 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
8394
8395         * backend/ev-document-info.h:
8396         * data/Makefile.am:
8397         * data/evince-ui.xml:
8398         * pdf/ev-poppler.cc:
8399         * shell/Makefile.am:
8400         * shell/ev-window.c: (update_action_sensitivity),
8401         (ev_window_cmd_file_properties):
8402
8403         Initial go at file properties. Patch by
8404         Emil Soleyman-Zomalan <emil@soleyman.com>.
8405         Needs love see #169583
8406
8407 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
8408
8409         * ps/ps-document.c: (output):
8410         * ps/ps.c: (psscan):
8411
8412         Try to render even if psscan fails.
8413
8414 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8415
8416         * ps/ps.c: (psscan), (pscopydoc):
8417
8418         Port buffered reading code from gv
8419
8420 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8421
8422         * ps/ps-document.c: (interpreter_message), (output):
8423
8424         Do not fail on interpreter messages
8425
8426 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8427
8428         * backend/ev-document-misc.c:
8429         (ev_document_misc_get_thumbnail_frame):
8430
8431         Pages can be 0 x 0, dont assert on this case
8432
8433 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8434
8435         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8436         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
8437
8438         Correctly manage our reference on document. Finally the reload
8439         huge leak is gone...
8440
8441 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8442
8443         * ps/ps-document.c: (ps_document_dispose):
8444
8445         Forgot to chain it to the parent. Thanks chpe.
8446
8447 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8448
8449         * ps/ps-document.c: (ps_document_dispose),
8450         (ps_document_class_init), (stop_interpreter), (document_load):
8451
8452         Cleanup dispose a bit. Dont leak the whole pixmap.
8453
8454 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8455
8456         * pdf/ev-poppler.cc:
8457
8458         Release the poppler document on dispose
8459
8460 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8461
8462         * shell/ev-view.c: (ev_view_set_document):
8463
8464         Release ref on the pixbuf cache when changing
8465         document.
8466
8467 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8468
8469         * ps/ps-document.c: (ps_document_get_info):
8470
8471         Fix a double free
8472
8473 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8474
8475         * backend/ev-page-cache.c: (ev_page_cache_init),
8476         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
8477         * backend/ev-page-cache.h:
8478         * shell/ev-page-action.c: (page_changed_cb):
8479         
8480         Set page action entry width depending on labels width. Fix
8481         for bug 305202.
8482
8483 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
8484
8485         * backend/ev-link.c: (ev_link_class_init):
8486
8487         Allow -1 as page value (error)
8488
8489 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8490
8491         * shell/ev-sidebar-thumbnails.c:
8492         (ev_sidebar_thumbnails_set_document):
8493         * shell/ev-view.c: (scroll_to_current_page),
8494         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
8495         (page_changed_cb), (on_adjustment_value_changed),
8496         (ev_view_set_document):
8497
8498         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
8499         Fix bug 305377
8500
8501 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8502
8503         * configure.ac:
8504         * djvu/djvu-document.c: (djvu_document_get_page_size):
8505
8506         Require djvulibre CVS. Now djvu loading is much faster. Fix for
8507         bug 301993.
8508
8509 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
8510
8511         * shell/ev-view.c (draw_one_page): modify the expose handling to
8512         get the shadows.
8513
8514         * shell/ev-window.c (update_action_sensitivity): Respect
8515         permissions field.  Kowtow to the man.
8516
8517         * pdf/ev-poppler.cc: Get the permissions field.
8518
8519         * tiff/*c: Make a tiny bit more robust.
8520
8521 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8522
8523         * djvu/djvu-document.c:
8524         
8525         Pop messages from djvu context message queue.
8526
8527 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8528
8529         * configure.ac, Makefile.am, shell/Makefile.am:
8530         * tiff/Makefile.am, shell/ev-document-types.c:
8531         
8532         Cleanup tiff configure checks. Fix for bug 305218.
8533
8534 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
8535
8536         * configure.ac: Added "uk" to ALL_LINGUAS.
8537
8538 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8539
8540         * cut-n-paste/zoom-control/ephy-zoom.c:
8541         (ephy_zoom_get_changed_zoom_level):
8542         * cut-n-paste/zoom-control/ephy-zoom.h:
8543         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
8544         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
8545         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
8546         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
8547         (zoom_control_changed_cb), (ev_window_init):
8548         
8549         Fix minor points related to moving best fit up. Introduce
8550         "zoom" property and make zoom control change it's value on
8551         notify::zoom signals. Fix for 305080.
8552
8553 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8554
8555         * data/evince-ui.xml:
8556         * shell/ev-window.c: (set_view_actions_sensitivity):
8557         
8558         Use + and - as accels for zoom in and zoom out. Fix for 305001.
8559
8560 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8561
8562         * configure.ac:
8563
8564         Depends on poppler 0.3.2
8565
8566 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8567
8568         * cut-n-paste/recent-files/egg-recent-item.c:
8569         (egg_recent_item_get_short_name):
8570         * cut-n-paste/toolbar-editor/Makefile.am:
8571         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8572         (new_pixbuf_from_widget):
8573         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8574         * cut-n-paste/toolbar-editor/egg-marshal.c:
8575         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8576         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8577
8578         Sync
8579
8580 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
8581
8582         * tiff/tiff-document.c: Rough TIFF backend.
8583
8584 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8585
8586         * NEWS:
8587         * configure.ac:
8588         * cut-n-paste/toolbar-editor/Makefile.am:
8589
8590         Release 0.3.1
8591
8592 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8593
8594         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
8595         (ev_view_find_next), (ev_view_find_previous):
8596
8597         Remove the locks around get_n_results   
8598
8599 2005-05-21  Juerg Billeter  <j@bitron.ch>
8600
8601         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
8602
8603         Pass correct number of pages to poppler.
8604
8605 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8606
8607         * configure.ac:
8608         * data/Makefile.am:
8609         * data/evince.desktop.in: 
8610         * data/evince.desktop.in.in:
8611         * po/POTFILES.in:
8612         
8613         Add conditionally dvi and djvu to desktop types. Fix for 304658.
8614
8615 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
8616
8617         * shell/ev-view.c: (view_update_adjustments),
8618         (view_set_adjustment_values): cast adjustmen->value to (int)
8619         before using it.  Otherwise, we get off by a pixel in some
8620         situations.
8621
8622         (draw_one_page): Draw the border on expose.
8623
8624 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
8625
8626         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
8627         adjustment when the mode changes, #304923
8628
8629 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8630
8631         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
8632         flickering on resize but still use gdk_window_scroll on
8633         scrolling
8634
8635 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
8636
8637         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
8638         option, #170458
8639
8640 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
8641
8642         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
8643         second page on page_changed if possible, #304669
8644
8645 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
8646
8647         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
8648         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
8649
8650 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
8651
8652         * .cvsignore:
8653         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
8654         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8655         (ev_view_zoom_for_size_presentation),
8656         (ev_view_zoom_for_size_continuous_and_dual_page),
8657         (ev_view_zoom_for_size_continuous),
8658         (ev_view_zoom_for_size_dual_page),
8659         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
8660         * shell/ev-view.h:
8661         * shell/ev-window.c: (update_view_size),
8662         (ev_window_sizing_mode_changed_cb):
8663
8664         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
8665         the scrollbars.  It's not 100% right, but it's much closer.  Kills
8666         an infinite loop, #304769
8667
8668
8669 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8670
8671         * data/evince-ui.xml:
8672         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
8673         * shell/ev-window.c: (set_view_actions_sensitivity):
8674
8675         Make PgUp/Down behave like Space
8676
8677 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8678
8679         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8680         * backend/ev-ps-exporter.h:
8681         * pdf/ev-poppler.cc:
8682         * ps/ps-document.c: (ps_document_ps_export_begin):
8683         * shell/ev-print-job.c: (idle_print_handler):
8684
8685         Adapt to new poppler api
8686
8687 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8688
8689         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8690         (ephy_zoom_control_init):
8691
8692         Translate zoom levels
8693
8694 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8695
8696         * cut-n-paste/zoom-control/ephy-zoom.c:
8697         (ephy_zoom_get_zoom_level_index):
8698
8699         Fix current zoom -> zoom control match
8700
8701 2005-05-18  James Bowes  <bowes@cs.dal.ca>
8702
8703         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
8704         rather than the scrolled_window that it's in. Fixes bug #304655.
8705
8706 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
8707
8708         * shell/ev-view.c: (view_update_adjustments),
8709         (view_set_adjustment_values), (view_update_range_and_current_page),
8710         (view_scroll_to_page), (set_scroll_adjustment),
8711         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
8712         (ev_view_scroll), (ev_view_scroll_view),
8713         (ensure_rectangle_is_visible), (find_page_at_location),
8714         (get_link_at_location), (go_to_link), (status_message_from_link),
8715         (ev_view_size_request_continuous_dual_page),
8716         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
8717         (ev_view_unrealize), (ev_view_expose_event),
8718         (ev_view_button_press_event), (ev_view_motion_notify_event),
8719         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
8720         (draw_rubberband), (highlight_find_results), (draw_one_page),
8721         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
8722         (ev_view_init), (find_changed_cb), (page_changed_cb),
8723         (on_adjustment_value_changed), (ev_view_new),
8724         (ev_view_set_document), (ev_view_set_zoom),
8725         (ev_view_set_continuous), (ev_view_set_dual_page),
8726         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
8727         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8728         (ev_view_zoom_for_size_presentation),
8729         (ev_view_zoom_for_size_continuous_dual_page),
8730         (ev_view_zoom_for_size_continuous),
8731         (ev_view_zoom_for_size_dual_page),
8732         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8733         (ev_view_get_status), (ev_view_set_status),
8734         (update_find_status_message), (ev_view_get_find_status),
8735         (ev_view_set_find_status), (jump_to_find_result),
8736         (jump_to_find_page), (compute_selections), (clear_selection),
8737         (ev_view_select_all), (get_selected_text), (ev_view_copy),
8738         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
8739         (ev_view_update_primary_selection),
8740         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
8741         * shell/ev-view.h:
8742         * shell/ev-window.c: (ev_window_open_page_label),
8743         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
8744         (ev_window_init):
8745         * shell/ev-window.h:
8746         * shell/main.c: (load_files):
8747
8748         Massive code clean up from Nickolay Shmyrev.  Keep page offset
8749         when resizing.  Remove the bin_window().  Also, patch from James
8750         Bowes to fix command line page, #300641
8751         
8752 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
8753
8754         * data/evince-ui.xml:
8755         * shell/ev-view.c:
8756         * shell/ev-view.h:
8757         * shell/ev-window.c: (update_action_sensitivity):
8758
8759         Get rid of View->Normal Size, it's just confusing
8760
8761 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
8762
8763         * backend/ev-document-info.h:
8764         * backend/ev-document.c: (ev_document_info_free): Free the
8765         EvDocumentInfo.
8766
8767         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
8768         (clear_range), (add_range), (update_visible_range),
8769         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
8770         (ev_sidebar_thumbnails_set_document):
8771         * shell/ev-window.c: (ev_window_setup_document): Only render the
8772         visible thumbnails.  It takes an instant to render, but it uses
8773         much less memory.
8774
8775 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8776
8777         * shell/ev-sidebar-links.c: (popup_menu_cb):
8778
8779         Select first item
8780
8781 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8782
8783         * lib/Makefile.am:
8784         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
8785         (button_press_cb), (ev_sidebar_links_construct):
8786
8787         Show the popup menu also on keybindings
8788
8789 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8790
8791         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
8792         * shell/ev-window.h:
8793
8794         Expose api to print a range (with dialog). Make private _print use
8795         it.
8796
8797         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
8798         (ev_sidebar_links_construct):
8799
8800         Show a print context menu on linkx, it prints the selected
8801         section.
8802
8803 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
8804
8805         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
8806         button.
8807
8808 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
8809
8810         * AUTHORS:
8811
8812         Update
8813
8814         * shell/ev-window.c: (build_comments_string),
8815         (ev_window_cmd_help_about):
8816
8817         Show poppler version/backend and authors
8818
8819 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8820
8821         * cut-n-paste/zoom-control/ephy-zoom.c:
8822         (ephy_zoom_get_zoom_level_index):
8823         * cut-n-paste/zoom-control/ephy-zoom.h:
8824
8825         Move the best fit items at the top of the list
8826
8827 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8828
8829         * shell/ev-marshal.list:
8830         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
8831         (activate_cb), (match_selected_cb), (activate_link_cb),
8832         (connect_proxy), (ev_page_action_class_init):
8833         * shell/ev-page-action.h:
8834
8835         Use signals to notify action activation. Hopefully
8836         I did not break completion since I cant test...
8837
8838         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
8839         (register_custom_actions):
8840
8841         Connect to page selector actions and also grab focus on
8842         the view when activated.
8843
8844 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
8845
8846         * pdf/ev-poppler.cc:
8847         * backend/ev-page-cache.c: make page size calculation consistent
8848         and set it to (int)( width * scale + 0.5).  This makes the weird
8849         line going through the middle of the page go away.
8850
8851         * shell/ev-view.c: move painting the background page after
8852         checking the expose area covers us.
8853
8854 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8855
8856         * data/evince-password.glade:
8857         
8858         Mark labels as not translatable. Fix for bug 302842.
8859
8860 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
8861
8862         * configure.ac: Added "es" to ALL_LINGUAS.
8863
8864 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8865
8866         * data/evince-toolbar.xml:
8867         * shell/ev-window.c: (update_action_sensitivity),
8868         (ev_window_setup_document), (ev_window_set_page_mode),
8869         (ev_window_init):
8870
8871         Remove some leftover code from jrb first continous
8872         attempt. Use the new actions, we still need good icons
8873         though...
8874
8875 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8876
8877         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
8878
8879         Update label when connecting proxy. Fix a warning with NULL
8880         page_cache.
8881
8882 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8883
8884         * data/evince-ui.xml:
8885         * shell/ev-page-action.c: (ev_page_action_grab_focus):
8886         * shell/ev-page-action.h:
8887         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
8888
8889         Add mnemonic for edit toolbar.
8890         ctrl+l focus the page entry.
8891
8892 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8893
8894         * lib/Makefile.am:
8895         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
8896         (ev_window_init):
8897         * shell/main.c: (main):
8898
8899         Put the toolbar xml in evince own dot dir
8900
8901 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8902
8903         * shell/ev-window.c: (ev_window_init):
8904
8905         Make the toolbar not removable
8906
8907 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8908
8909         * data/evince-ui.xml:
8910         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
8911         * shell/ev-sidebar-links.h:
8912         * shell/ev-sidebar-thumbnails.c:
8913         (ev_sidebar_thumbnails_get_treeview):
8914         * shell/ev-sidebar-thumbnails.h:
8915         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
8916         (ev_view_class_init):
8917         * shell/ev-view.h:
8918         * shell/ev-window.c: (update_action_sensitivity),
8919         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
8920         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
8921         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
8922         (ev_window_init):
8923
8924         This is evil... Make space/backspace global accelerators but
8925         enable them only for some widgets (sidebars and view).
8926         I dont like it, but I dont know a better way... :/
8927
8928 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8929
8930         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
8931         (ev_page_action_widget_finalize),
8932         (ev_page_action_widget_class_init), (update_page_cache):
8933
8934         Keep a weak reference on proxy->page_cache so that we
8935         dont try to disconnect the signal if the object is already
8936         gone. Maybe there is a better way to cleanup reference handling
8937         in page action though...
8938
8939 2005-05-10  Juerg Billeter  <j@bitron.ch>
8940
8941         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8942         * backend/ev-ps-exporter.h:
8943         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
8944         * ps/ps-document.c: (ps_document_ps_export_begin):
8945         
8946         Change api to pass print range to ps_exporter_begin. The pdf backend
8947         requires this information.
8948         
8949         * shell/ev-print-job.c: (idle_print_handler):
8950         
8951         Adapt to api change
8952
8953 2005-05-10  Juerg Billeter  <j@bitron.ch>
8954
8955         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
8956         (idle_print_handler)
8957         * shell/ev-window.c: (ev_window_print):
8958
8959         Support printing page range, based on patch by Amaury Jacquot
8960
8961 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8962
8963         * data/evince-toolbar.xml:
8964
8965         Add zoom control to available items
8966
8967 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8968
8969         * shell/ev-window.c: (update_action_sensitivity):
8970
8971         Set slash action insensitive when appropriate
8972
8973 2005-05-10  Christian Persch <chpe@gnome.org>
8974
8975         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
8976
8977         Fix warning on the overflow menu
8978
8979 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8980
8981         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
8982
8983         Check for uri correctness/existence
8984
8985 2005-05-09  Juerg Billeter  <j@bitron.ch>
8986
8987         * shell/ev-window.c: (using_postscript_printer):
8988
8989         LPD printers use postscript, too
8990
8991 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8992
8993         * shell/ev-window.c: (register_custom_actions):
8994
8995         The zoom one is actually sort of useful,
8996         put it back
8997
8998 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8999
9000         * shell/ev-window.c: (register_custom_actions):
9001
9002         Hide page/zoom controls from overflow, they
9003         are useless.
9004
9005 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9006
9007         * cut-n-paste/update-from-egg.sh:
9008         
9009         Share it between all cut-n-paste subdirs
9010
9011         * cut-n-paste/recent-files/Makefile.am:
9012
9013         Fix to use "global" update-from-egg.sh
9014
9015         * cut-n-paste/recent-files/egg-recent-model.c:
9016         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
9017         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9018         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
9019         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
9020
9021         Update from libegg
9022
9023         * cut-n-paste/toolbar-editor/Makefile.am:
9024
9025         Fix to use "global" update-from-egg.sh
9026
9027         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9028
9029         Update from libegg
9030
9031 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
9032
9033         * configure.ac:
9034         * cut-n-paste/Makefile.am:
9035         * cut-n-paste/recent-files/Makefile.am:
9036         * cut-n-paste/toolbar-editor/.cvsignore:
9037         * cut-n-paste/toolbar-editor/Makefile.am:
9038         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9039         (egg_editable_toolbar_get_type), (get_toolbar_position),
9040         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
9041         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
9042         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
9043         (set_item_drag_source), (create_item_from_action), (create_item),
9044         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
9045         (popup_toolbar_context_menu_cb), (free_dragged_item),
9046         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
9047         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
9048         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
9049         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
9050         (item_added_cb), (item_removed_cb),
9051         (egg_editable_toolbar_construct),
9052         (egg_editable_toolbar_disconnect_model),
9053         (egg_editable_toolbar_deconstruct),
9054         (egg_editable_toolbar_set_model),
9055         (egg_editable_toolbar_set_ui_manager),
9056         (egg_editable_toolbar_set_property),
9057         (egg_editable_toolbar_get_property),
9058         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
9059         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
9060         (egg_editable_toolbar_new_with_model),
9061         (egg_editable_toolbar_get_edit_mode),
9062         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
9063         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
9064         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
9065         (new_pixbuf_from_widget), (new_separator_pixbuf),
9066         (update_separator_image), (style_set_cb),
9067         (_egg_editable_toolbar_new_separator_image),
9068         (egg_editable_toolbar_get_model):
9069         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9070         * cut-n-paste/toolbar-editor/egg-marshal.c:
9071         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9072         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
9073         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
9074         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
9075         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
9076         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
9077         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
9078         (editor_drag_data_delete_cb), (drag_data_get_cb),
9079         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
9080         (editor_create_item), (update_editor_sheet), (setup_editor),
9081         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
9082         (parse_item_list), (model_has_action), (update_actions_list),
9083         (egg_toolbar_editor_load_actions):
9084         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
9085         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9086         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
9087         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
9088         (toolbars_item_new), (free_toolbar_node), (free_item_node),
9089         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
9090         (egg_toolbars_model_add_separator), (impl_add_item),
9091         (parse_item_list), (egg_toolbars_model_add_toolbar),
9092         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
9093         (impl_get_item_data), (impl_get_item_type),
9094         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
9095         (egg_toolbars_model_init), (free_toolbar),
9096         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
9097         (egg_toolbars_model_remove_toolbar),
9098         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
9099         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
9100         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
9101         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
9102         (egg_toolbars_model_get_item_data),
9103         (egg_toolbars_model_get_item_type):
9104         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9105         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9106         * data/Makefile.am:
9107         * data/evince-toolbar.xml:
9108         * data/evince-ui.xml:
9109         * data/hand-open.png:
9110         * po/POTFILES.in:
9111         * shell/Makefile.am:
9112         * shell/ev-window.c: (update_chrome_visibility),
9113         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
9114         (ev_window_dispose), (ev_window_init):
9115
9116         Implement epiphany like toolbar editor. Based on patch by
9117         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9118
9119 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9120
9121         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
9122
9123         Use set_cursor instead of set_selection, so that
9124         the keyboard focus moves too.
9125
9126 2005-05-09  Aleksey Kliger <akliger@gmail.com>
9127
9128         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
9129
9130         Fix infinite loop when loading Type1 fonts
9131
9132 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9133
9134         * data/evince-ui.xml:
9135         * shell/ev-window.c:
9136
9137         Slash -> Find
9138
9139 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
9140
9141         * configure.ac:
9142
9143         Make --disable really disable
9144
9145 2005-05-07  Juerg Billeter  <j@bitron.ch>
9146
9147         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
9148
9149         Compare page labels even without has_labels set, fixes setting page
9150         with entry
9151
9152 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9153
9154         * shell/ev-view.c: (ev_view_create_invisible_cursor),
9155         (ev_view_set_cursor), (ev_view_button_press_event),
9156         (ev_view_motion_notify_event), (ev_view_button_release_event),
9157         (ev_view_init):
9158
9159         Implement middle button scrolling. Based on a patch
9160         by Tommi Komulainen <tommi.komulainen@iki.fi>.
9161
9162 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
9163
9164         * shell/ev-document-types.c: (get_slow_mime_type),
9165         (get_document_type_from_mime), (ev_document_type_lookup):
9166         * shell/ev-document-types.h:
9167
9168         Change api to lookup from uri. Do fast lookup first, if the
9169         type is unknown try with data sniffing.
9170
9171         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
9172         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9173
9174         Adapt to api change
9175
9176 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9177
9178         * thumbnailer/Makefile.am:
9179
9180         Fix distcheck
9181
9182 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9183
9184         * NEWS:
9185         * configure.ac:
9186
9187         Release 0.3.0
9188
9189         * data/evince-ui.xml:
9190
9191         Hide presentation mode for now
9192
9193         * shell/ev-view.c: (highlight_find_results):
9194
9195         Show current find selection only on current page
9196
9197 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9198
9199         * shell/ev-view.c: (ev_view_select_all):
9200
9201         Compute size of the actual page, not of
9202         the current one.
9203
9204 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9205
9206         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
9207         (view_rect_to_doc_rect), (compute_selections),
9208         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
9209         (ev_view_copy), (ev_view_primary_get_cb),
9210         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
9211         (ev_view_button_press_event), (ev_view_motion_notify_event),
9212         (ev_view_button_release_event), (page_changed_cb):
9213
9214         Fix text selection
9215
9216 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9217
9218         * shell/ev-view.c: (compute_border), (get_page_extents),
9219         (doc_rect_to_view_rect), (highlight_find_results),
9220         (ev_view_bin_expose), (ev_view_select_all),
9221         (ev_view_motion_notify_event), (update_find_status_message),
9222         (jump_to_find_result), (jump_to_find_page):
9223
9224         First go at fixing search, still buggy
9225
9226 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
9227
9228         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
9229         dropdown box and button at the top of the sidebar.
9230
9231 2005-05-02  James Bowes  <bowes@cs.dal.ca>
9232
9233         * configure.ac: Output zoom-control Makefile.
9234         * cut-n-paste/Makefile.am: build zoom-control subdir.
9235         * cut-n-paste/zoom-control/ephy-zoom-action.c:
9236         * cut-n-paste/zoom-control/ephy-zoom-action.h:
9237         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9238         * cut-n-paste/zoom-control/ephy-zoom-control.h:
9239         * cut-n-paste/zoom-control/ephy-zoom.c:
9240         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
9241         from epiphany, and modified to add a separator into the menu.
9242         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
9243         * data/evince-ui.xml: Replace old zoom toolbar actions with new
9244         zoom-control action.
9245         * shell/Makefile.am: Include zoom-control flags.
9246         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
9247         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
9248         (ev_view_zoom_for_size_presentation),
9249         (ev_view_zoom_for_size_continuous_and_dual_page),
9250         (ev_view_zoom_for_size_continuous),
9251         (ev_view_zoom_for_size_dual_page),
9252         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
9253         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
9254         ev_view_get_zoom and ev_view_get_sizing_mode.
9255         * shell/ev-view.h:
9256         * shell/ev-window.c: (update_action_sensitivity),
9257         (update_sizing_buttons), (zoom_control_changed_cb),
9258         (register_custom_actions): Initialize and use the zoom-control 
9259         widget.
9260
9261 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
9262
9263         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
9264         preview cache back to 1.  Don't know when it got set to 0.
9265         
9266         * shell/ev-view.c: (compute_border), (ev_view_realize),
9267         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
9268         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
9269         (ev_view_get_fullscreen), (ev_view_set_presentation),
9270         (ev_view_get_presentation), (ev_view_set_sizing_mode),
9271         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
9272         * shell/ev-view.h:
9273         * shell/ev-window.c:
9274         (update_chrome_visibility),
9275         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9276         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9277         (update_document_mode), (ev_window_update_fullscreen_action),
9278         (ev_window_fullscreen), (ev_window_unfullscreen),
9279         (ev_window_cmd_view_fullscreen),
9280         (ev_window_update_presentation_action),
9281         (ev_window_run_presentation), (ev_window_stop_presentation),
9282         (ev_window_cmd_view_presentation), (ev_window_state_event),
9283         (ev_window_focus_in_event), (ev_window_focus_out_event),
9284         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
9285         * data/evince-ui.xml: Initial presentation mode.  We should
9286         probably hide this until it's done, as it's quite rough.  Also,
9287         change full-screen to fullscreen and add two getters to EvView.
9288
9289 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9290
9291         * shell/ev-page-action.c: (update_page_cache),
9292         (ev_page_action_dispose):
9293         * shell/ev-window.c: (destroy_fullscreen_popup),
9294         (ev_window_create_fullscreen_popup):
9295
9296         Use connect_object rather than explicitly
9297         disconnect on dispose.
9298
9299 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9300
9301         * shell/ev-page-action.c: (update_page_cache),
9302         (ev_page_action_dispose):
9303
9304 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9305
9306         * backend/ev-page-cache.c: (_ev_page_cache_new),
9307         (ev_page_cache_set_page_label),
9308         (ev_page_cache_has_nonnumeric_page_labels):
9309         * backend/ev-page-cache.h:
9310         * shell/ev-page-action.c: (update_pages_label):
9311         
9312         If all page labels are numeric, fallback to default
9313         way to display number of pages. See bug 173185.
9314
9315 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9316
9317         * shell/ev-page-action.c: (ev_page_action_dispose):
9318         * shell/ev-view.c: (view_update_range_and_current_page):
9319         * shell/ev-window.c: (ev_window_dispose):
9320         
9321         Set page on scroll in continuous mode. Fixes bug 301986.
9322         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
9323
9324 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
9325
9326         * configure.ac:
9327
9328         Require poppler 0.3.0
9329
9330 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9331         
9332         * shell/Makefile.am, configure.ac: Fix build problems
9333         with t1lib. Bug 301996.
9334
9335 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9336
9337         * shell/ev-view.c: (ev_view_scroll_event):
9338         
9339         Scroll up increase zoom
9340
9341 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9342
9343         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
9344         (ev_view_set_sizing_mode),
9345         (ev_view_zoom_for_size_continuous_and_dual_page),
9346         (ev_view_zoom_for_size_continuous):
9347         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
9348         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
9349         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
9350         (ev_window_init):
9351
9352         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
9353         Fix for 165473 and 165472.
9354
9355 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9356
9357         * po/POTFILES.in:
9358         * thumbnailer/Makefile.am:
9359         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
9360         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
9361         * thumbnailer/evince-thumbnailer.schemas.in:
9362         
9363         Make thumbnailer schemas translatable. Fix for bug 301773
9364         
9365         * thumbnailer/evince-thumbnailer-djvu.schemas:
9366         * thumbnailer/evince-thumbnailer-dvi.schemas:
9367         * thumbnailer/evince-thumbnailer.schemas:
9368
9369         Removed files
9370
9371 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
9372
9373         * shell/ev-view.c (ev_view_init): forgot to set this.
9374
9375 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
9376
9377         * shell/ev-view.c: (find_page_at_location),
9378         (get_link_at_location),
9379         (ev_view_set_show_border), (ev_view_set_spacing),
9380         (ev_view_zoom_for_size_continuous_and_dual_page),
9381         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
9382         Also, add a quick fix measuring of widths.  Also, removed
9383         ev_view_set_spacing and ev_view_set_show_border.
9384         
9385         * shell/ev-window.c: (ev_window_unfullscreen),
9386         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
9387
9388 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9389
9390         * shell/ev-view.c: (view_update_range_and_current_page),
9391         (page_changed_cb):
9392         
9393         Fix crash on exit and scrolling to page in continuous view.
9394
9395 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
9396
9397         * TODO:
9398         * backend/ev-page-cache.c: (_ev_page_cache_new),
9399         (ev_page_cache_get_max_width_size),
9400         (ev_page_cache_get_max_height_size):
9401         * backend/ev-page-cache.h:
9402         * data/evince-ui.xml:
9403         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
9404         * shell/ev-view.c: (view_update_adjustments),
9405         (view_update_range_and_current_page), (get_bounding_box_size),
9406         (ev_view_size_request_continuous_and_dual_page),
9407         (ev_view_size_request_continuous),
9408         (ev_view_size_request_dual_page),
9409         (ev_view_size_request_single_page), (ev_view_size_request),
9410         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
9411         (ev_view_bin_expose), (ev_view_expose_event),
9412         (ev_view_set_property), (ev_view_get_property),
9413         (ev_view_class_init), (ev_view_init), (ev_view_new),
9414         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
9415         (ev_view_set_dual_page), (ev_view_set_full_screen),
9416         (ev_view_set_presentation), (ev_view_set_sizing_mode),
9417         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
9418         (ev_view_zoom_out), (zoom_for_size_fit_width),
9419         (zoom_for_size_best_fit),
9420         (ev_view_zoom_for_size_continuous_and_dual_page),
9421         (ev_view_zoom_for_size_continuous),
9422         (ev_view_zoom_for_size_dual_page),
9423         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9424         (ev_view_show_cursor), (ev_sizing_mode_get_type):
9425         * shell/ev-view.h:
9426         * shell/ev-window.c: (update_action_sensitivity),
9427         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9428         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9429         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
9430         (ev_window_cmd_view_zoom_out), (update_view_size),
9431         (ev_window_set_sizing_mode), (ev_window_init):
9432
9433         Add Continuous and Dual page modes.
9434
9435 2005-04-23  James Bowes  <bowes@cs.dal.ca>
9436
9437         * dvi/dvi-document.c: (dvi_document_load),
9438         (dvi_document_thumbnails_get_thumbnail),
9439         (dvi_document_init_params): Fix up some mixups between
9440         width and height to correct thumbnail rendering.
9441
9442 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9443
9444         * dvi/mdvi-lib/private.h:
9445         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
9446         
9447         Suppess output for kpathsea during font generation. Thanks to
9448         James Bowes
9449
9450 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
9451
9452         * NEWS:
9453         * configure.ac:
9454
9455         Release 0.2.1
9456
9457         * Makefile.am: fix distcheck.
9458
9459 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9460
9461         * shell/ev-sidebar-links.c: (selection_changed_callback),
9462         (update_page_callback), (row_activated_callback),
9463         (job_finished_callback), (ev_sidebar_links_set_document):
9464         
9465         Fix for bug #169901. Double click on links expands tree.
9466
9467 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
9468
9469         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
9470         hard-coded style. Fix for bug 170111
9471
9472 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
9473
9474         * shell/ev-view.c (highlight_find_results): Remove unnecessary
9475         locking.
9476
9477 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9478
9479         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
9480
9481 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
9482
9483         * pdf/ev-poppler.cc:
9484         * shell/ev-view.c: (highlight_find_results):
9485
9486         Fix find on single page documents
9487
9488 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9489
9490         * data/evince.schemas.in: fix for bug 301390
9491
9492 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9493
9494         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
9495         (ev_view_zoom_out), (ev_view_zoom_normal):
9496         * shell/ev-view.h:
9497         * shell/ev-window.c: (update_action_sensitivity),
9498         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9499         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
9500         (ev_window_cmd_view_normal_size):
9501
9502         Fix normal size zoom. Make zoom in/zoom out unsensitive when
9503         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
9504         better than oom. 
9505
9506 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9507
9508         * configure.ac:
9509
9510         Depend on 2.57, 2.59 doesnt seem to be necessary
9511
9512 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9513
9514         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
9515         (create_tool_item):
9516
9517         Put back total number of pages as (1 of 1234)
9518
9519 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
9520
9521         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
9522         remove the job.
9523
9524         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
9525         function.  This helps debugging.
9526
9527 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9528
9529         * djvu/djvu-document.c: (djvu_document_class_init),
9530         (djvu_document_get_info), (djvu_document_document_iface_init):
9531         * dvi/dvi-document.c: (dvi_document_class_init),
9532         (dvi_document_get_info), (dvi_document_document_iface_init):
9533
9534         Dummy implementation of get_info method for dvi and
9535         djvu. Fix crashes with those backends
9536
9537 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
9538
9539         * data/evince.desktop.in:
9540
9541         Add application/x-gzpostscript
9542
9543 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
9544
9545         * data/evince.schemas.in: Added real long descriptions, 
9546         closes bug 172496 
9547
9548         * README: Added actual text, closes bug 171869
9549
9550 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9551
9552         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9553
9554         Thumbnail page 0
9555
9556 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9557
9558         * backend/ev-document-info.h:
9559
9560         s/GDate */GDate so we can just use g_free
9561
9562 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9563
9564         * shell/ev-window.c: (update_document_mode),
9565         (ev_window_setup_document):
9566
9567         Show the window in fullscreen when specified by
9568         the document
9569
9570 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9571
9572         * backend/ev-document.c: (ev_document_class_init),
9573         (ev_document_get_info), (ev_document_render_pixbuf):
9574         * backend/ev-document.h:
9575         * backend/ev-page-cache.c: (_ev_page_cache_new):
9576         * pdf/ev-poppler.cc:
9577         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
9578         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
9579         * ps/ps-document.c: (ps_document_class_init), (document_load),
9580         (ps_document_get_info), (ps_document_document_iface_init):
9581
9582         Remove get_title from the interface, we can just use document info
9583
9584 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9585
9586         * backend/Makefile.am:
9587         * backend/ev-document.c: (ev_document_render_get_info):
9588         * backend/ev-document.h:
9589         * pdf/ev-poppler.cc:
9590
9591         Initial support for document info. Based on jrb patch.
9592
9593 2005-04-19  Paolo Borelli <pborelli@katamail.com>
9594
9595         * shell/ev-window.c: (ev_window_state_event),
9596         (ev_window_class_init), (ev_window_init):
9597         
9598         Doesn't show resize grip when maximized. See bug #301053
9599
9600 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9601
9602         * po/POTFILES.in:
9603         
9604         ev-sidebar-thumbnails now has translatable labels
9605         
9606         * shell/Makefile.am:
9607         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
9608         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
9609         (ev_sidebar_links_page_iface_init):
9610         * shell/ev-sidebar-links.h:
9611         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9612         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
9613         (ev_sidebar_page_get_label):
9614         * shell/ev-sidebar-page.h:
9615         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
9616         (ev_sidebar_thumbnails_set_document),
9617         (ev_sidebar_thumbnails_support_document),
9618         (ev_sidebar_thumbnails_get_label),
9619         (ev_sidebar_thumbnails_page_iface_init):
9620         * shell/ev-sidebar-thumbnails.h:
9621         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
9622         (ev_sidebar_set_document):
9623         * shell/ev-sidebar.h:
9624         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
9625         
9626         Small rework of sidebar code. Now sidebar pages should implement
9627         EvSidebarPage interface. That makes page management in EvSidebar
9628         easier. See bug #164811 for details
9629
9630 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9631
9632         * shell/ev-application.c: (ev_application_open):
9633         * shell/ev-document-types.c:
9634         
9635         Fix build error and small problem with application exit
9636
9637 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9638
9639         * thumbnailer/Makefile.am:
9640         * thumbnailer/evince-thumbnailer-djvu.schemas:
9641         * thumbnailer/evince-thumbnailer-dvi.schemas:
9642         
9643         Conditionally install schemas for djvu/dvi thumbnailer
9644
9645 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
9646
9647         * shell/ev-document-types.h: 
9648         * shell/ev-document-types.c: 
9649         New files, handling the mapping from mimetypes to backends
9650         
9651         * shell/ev-window.c: 
9652         * thumbnailer/evince-thumbnailer.c:     
9653         Use the ev-document-types code
9654         
9655         * shell/Makefile.am: 
9656         Added new convenience library libevbackendfactory_la, containing
9657         the new mimetype->backend logic; moved the backends into it.
9658
9659         * thumbnailer/Makefile.am:
9660         Make the thumbnailer link with the libevbackend.la convenience
9661         library, rather than having a duplicate of the backend logic here.
9662
9663 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
9664
9665         * shell/ev-stock-icons.c: constify some vars.
9666         * shell/ev-window.c: ditto.
9667
9668 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
9669
9670         * ps/ps-document.c (get_page_orientation):
9671
9672         Respect document orientation 
9673
9674 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9675
9676         * djvu/Makefile.am:
9677         * dvi/Makefile.am:
9678         * shell/Makefile.am:
9679         
9680         Move library dependencies to components.
9681         
9682         * shell/ev-window.c: (update_window_title),
9683         (start_loading_document):
9684         
9685         Fix display of uris with spaces. Bug 168358.
9686
9687 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
9688
9689         * shell/ev-sidebar-links.c: (selection_changed_cb):
9690         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
9691         (ev_view_button_release_event), (ev_view_set_document):
9692         * shell/ev-view.h:
9693         * shell/ev-window.c: (find_bar_search_changed_cb):
9694         * shell/ev-window.h: Minor cleanups removing some dead code.
9695
9696 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9697
9698         * backend/ev-page-cache.c: (_ev_page_cache_new):
9699         
9700         Set current page to 0 if document has pages.
9701
9702 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9703
9704         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9705
9706         Initialize GError to NULL, fix a crash when loading fails.
9707
9708 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9709
9710         * shell/ev-window.c: (update_view_size):
9711
9712         Calculate shadow size only when there is actually
9713         a shadow.
9714
9715 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9716
9717         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
9718         * shell/ev-view.h:
9719
9720         Allow setting view spacing, default to 0
9721
9722         * shell/ev-window.c: (ev_window_unfullscreen),
9723         (ev_window_cmd_view_fullscreen), (ev_window_init):
9724
9725         Remove spacing in fullscreen mode
9726
9727 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9728
9729         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
9730         (ev_view_size_request), (expose_bin_window),
9731         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
9732         * shell/ev-view.h:
9733         * shell/ev-window.c: (ev_window_unfullscreen),
9734         (ev_window_cmd_view_fullscreen):
9735
9736         Do not draw the border in fulscreen
9737
9738 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9739
9740         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
9741         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
9742         (find_page_at_location), (page_changed_cb):
9743
9744         Rework border calculation, so that I can more easily disable it.
9745         Code somewhat cleaner too.
9746
9747 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9748
9749         * backend/ev-page-cache.c: (ev_page_cache_init),
9750         (_ev_page_cache_new):
9751
9752         Remove some assertions, documents can have 0 pages.
9753         Make initial current page -1.
9754
9755         * shell/ev-page-action.c: (page_changed_cb):
9756
9757         Show "" if current page is -1
9758
9759         * shell/ev-window.c: (update_action_sensitivity),
9760         (ev_window_setup_document):
9761
9762         When document has 0 pages do not set the view
9763         and make nearly everything insensitive.
9764
9765 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9766
9767         * shell/ev-page-view.c:
9768         * shell/ev-page-view.h:
9769
9770         Remove unused files.
9771         
9772         * shell/ev-sidebar-thumbnails.c:
9773         (ev_sidebar_thumbnails_set_document):
9774         * shell/ev-sidebar.c: (ev_sidebar_set_document),
9775         (ev_sidebar_supports_document):
9776         * shell/ev-sidebar.h:
9777         * shell/ev-window.c: (ev_window_setup_document):
9778         
9779         Doesn't show thumbnails if document has 1 page. Make
9780         sidebar menu entries sensitive only if if they have 
9781         sense. Fix bug 164811. 
9782
9783 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9784
9785         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
9786         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
9787         (ev_view_zoom_out), (ev_view_set_size):
9788
9789         Rework sizing to deal with documents with not uniform page
9790         size.
9791
9792 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9793
9794         * backend/ev-page-cache.c: (_ev_page_cache_new):
9795
9796         Fix several page size caching bugs
9797
9798 2005-04-15  Luca Ferretti <elle.uca@libero.it>
9799
9800         * shell/ev-window.c: (set_action_properties):
9801
9802         Make all toolbar items translatable
9803
9804 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9805
9806         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
9807         (save_page_list), (ps_document_save),
9808         (ps_document_document_iface_init), (ps_document_ps_export_begin),
9809         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
9810         (ps_document_ps_exporter_iface_init):
9811         * ps/ps-document.h:
9812
9813         Based on a patch by J�rg Billeter <j@bitron.ch>
9814         
9815         Implement print and save a copy for the ps backend.
9816
9817 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
9818
9819         * backend/ev-document.h:
9820         * djvu/djvu-document.c: (djvu_document_can_get_text),
9821         (djvu_document_document_iface_init):
9822         * dvi/dvi-document.c: (dvi_document_can_get_text),
9823         (dvi_document_document_iface_init):
9824         * pdf/ev-poppler.cc:
9825         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
9826         (pixbuf_document_document_iface_init):
9827         * ps/ps-document.c: (ps_document_can_get_text),
9828         (ps_document_document_iface_init):
9829         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
9830         * shell/ev-window.c: (update_action_sensitivity):
9831
9832         Fix the crash when trying to copy in backends that doesnt
9833         support it. We can implement a better solution once we
9834         do real text selection.
9835
9836 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
9837
9838         * data/evince-ui.xml:
9839         * shell/ev-window.c: (ev_window_cmd_escape):
9840         
9841         Work around the Escape conflict (find bar and unfullscreen)
9842
9843 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9844
9845         * backend/ev-page-cache.c: (ev_page_cache_next_page):
9846         
9847         Fix for #300233. Next page correctly handles document end.
9848         
9849         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9850         (ev_sidebar_thumbnails_class_init),
9851         (ev_sidebar_thumbnails_set_document),
9852         (ev_sidebar_thumbnails_clear_job),
9853         (ev_sidebar_thumbnails_clear_model):
9854         
9855         Cleanup thumbnail jobs on document changes.
9856         
9857         * shell/ev-view.c: (add_scroll_binding_keypad),
9858         (add_scroll_binding_shifted), (ev_view_class_init):
9859         
9860         Shift + Space scrolls up. Fix for #173184
9861         
9862         * shell/ev-window.c: (ev_window_open_page),
9863         (ev_window_cmd_view_reload):
9864         
9865         Fix reload (Bug #300094)
9866
9867 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9868
9869         
9870         * dvi/mdvi-lib/assoc.c:
9871         * dvi/mdvi-lib/assoc.h: Removed garbage files
9872         
9873         * dvi/mdvi-lib/bitmap.c:
9874         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
9875         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
9876         * dvi/mdvi-lib/color.h: Antialias of rules
9877         
9878         * dvi/mdvi-lib/common.h:
9879         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
9880         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
9881         * dvi/mdvi-lib/files.c:
9882         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
9883         * dvi/mdvi-lib/mdvi.h:
9884         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9885         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
9886         * dvi/mdvi-lib/util.c: Fix compile warnings
9887         
9888         * dvi/dvi-document.c:
9889         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
9890         (dvi_document_thumbnails_get_thumbnail),
9891         (dvi_document_document_thumbnails_iface_init):
9892         * dvi/mdvi-lib/Makefile.am:
9893         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9894         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
9895         
9896         Dvi backend now renders thumbnails
9897
9898 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
9899
9900         * shell/main.c: (main): 
9901         
9902         Save accelerators on exit. Fixes bug #172095.
9903
9904 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
9905
9906         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
9907         update priority" comment.
9908
9909         * backend/ev-job-queue.c: Give a way to change priority.
9910
9911 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
9912
9913         * shell/ev-page-action.c: Fix logic.
9914
9915 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9916
9917         * shell/ev-view.c: (ev_view_can_find_next):
9918         * shell/ev-window.c: (ev_window_setup_document):
9919
9920         Check that the document supports find
9921
9922 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9923
9924         * data/evince-ui.xml:
9925         * shell/ev-view.c: (ev_view_can_find_next):
9926         * shell/ev-view.h:
9927         * shell/ev-window.c: (update_action_sensitivity),
9928         (find_changed_cb), (ev_window_setup_document),
9929         (ev_window_cmd_edit_find_next):
9930
9931         Add Edit->Find Next
9932
9933 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9934
9935         * pdf/ev-poppler.cc:
9936         * shell/ev-print-job.c: (idle_print_handler):
9937
9938         Make printing work again
9939
9940 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
9941
9942         * shell/ev-page-action.h:
9943         * shell/ev-page-action.c: (ev_page_action_widget_init),
9944         (ev_page_action_widget_class_init), (page_changed_cb),
9945         (create_tool_item), (update_page_cache), (build_new_tree_cb),
9946         (get_filter_model_from_model), (match_selected_cb),
9947         (display_completion_text), (match_completion), (update_model),
9948         (connect_proxy), (ev_page_action_set_property),
9949         (ev_page_action_get_property), (ev_page_action_set_document),
9950         (ev_page_action_set_model), (ev_page_action_class_init): Big
9951         reworking to make completions work iff we have >= GTK-2.7.0
9952                 
9953         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
9954         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
9955         (job_finished_cb): We now have a 'model' property that is set when
9956         the links are loaded.  This can be caught with "notify::model"
9957
9958         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
9959         listen for the model to be set, and propagate it to the action.
9960
9961 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9962
9963         * cut-n-paste/recent-files/egg-recent-item.c:
9964         (egg_recent_item_set_uri), (make_valid_utf8),
9965         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
9966         * cut-n-paste/recent-files/egg-recent-item.h:
9967         
9968         Update egg-recent from libegg. This should fix long
9969         startup problem. For details see
9970         http://bugzilla.gnome.org/show_bug.cgi?id=160531
9971
9972 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9973
9974         * cut-n-paste/recent-files/Makefile.am:
9975         * data/evince-ui.xml, shell/Makefile.am:
9976         * shell/ev-application.c, shell/ev-application.h:
9977         * shell/ev-window.c: Recent files support.
9978         
9979         * configure.ac: Added "ru" to ALL_LINGUAS.
9980         
9981         * dvju: new backend to support DJVU files.
9982         * dvi: new backend to support DVI.
9983
9984         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
9985         * ev-application.c: Support for new backends.
9986         
9987         * help, ev-window.c, main.c shell/Makefile.am: 
9988         Evince user documentation.
9989
9990 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9991
9992         * po/POTFILES.in:
9993         * shell/ev-window.c:
9994         * thumbnailer/evince-thumbnailer.c:
9995
9996         s/pdf-document/ev-poppler
9997
9998 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9999
10000         * NEWS:
10001         * configure.ac:
10002
10003         Release 0.2.0
10004
10005         * ps/ps-document.c: (setup_pixmap):
10006
10007         Remove debug code
10008
10009 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
10010
10011         * backend/ev-page-cache.c (ev_page_cache_next_page): 
10012         * shell/ev-window.c (ev_window_cmd_go_next_page) 
10013         (ev_window_cmd_go_first_page): Fix of by one errors.
10014
10015 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10016
10017         * ps/ps-document.c: (get_page_box):
10018
10019         Fix page size calculation
10020
10021 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10022
10023         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10024         (ps_document_cleanup), (setup_pixmap), (get_page_box),
10025         (get_page_orientation), (setup_page), (document_load),
10026         (ps_document_get_page_size), (render_pixbuf_idle):
10027         * ps/ps-document.h:
10028
10029         More refactoring to adapt to EvDocument changes
10030
10031 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10032
10033         * ps/ps-document.c: (start_interpreter):
10034
10035         Actually add alpha args
10036
10037 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10038
10039         * pdf/ev-poppler.cc:
10040
10041         Make clipboard work again
10042
10043 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
10044
10045         Make searching work again.
10046         
10047         * backend/ev-document.c:
10048         * backend/ev-document.h:
10049         * backend/ev-document-find.c:
10050         * backend/ev-document-find.h: Change EvDocumentIface so we no
10051         longer store the current page or zoom level in the document.  The
10052         consequence is that all calls that operate on the current page now
10053         instead take the page number as an extra argument, and all
10054         coordinates are now doubles in document coordinate system.
10055
10056         * pdf/ev-poppler.cc:
10057         * pixbuf/pixbuf-document.c:
10058         * ps/ps-document.c: Update backends accordingly.
10059
10060 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
10061
10062         * autogen.sh:
10063
10064         Add required gettext version
10065
10066 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
10067
10068         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
10069         make F1 bring up non-existent help.
10070
10071         * shell/eggfindbar.c: Patch from Christian Persch to sync to
10072         epiphany's find bar, #167477
10073
10074         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
10075         <emil@nishra.com> to add space-bar scrolling, 
10076
10077         * shell/ev-window.c (static GtkActionEntry entries): add default
10078         keybinding for Help (F1)
10079         Fixes #171068
10080
10081         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
10082         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
10083         170110
10084
10085 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
10086
10087         * Makefile.am: 
10088         * pixbuf/pixbuf-document.c: 
10089
10090         Got pixbuf backend working again
10091
10092 2005-04-01  Steve Murphy  <murf@e-tools.com>
10093
10094         * configure.in: Added "rw" to ALL_LINGUAS.
10095
10096 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
10097
10098         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
10099         model types, noticed by Martin Kretzschmar.
10100
10101 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
10102
10103         * pdf/ev-poppler.cc: Implement search based on
10104         poppler_page_find_text().  Currently a bit crude since we remember
10105         all matches from all pages.  Also, we grab the big document lock
10106         when we search since searching changes the underlying stream and
10107         thus conflicts with the rendering thread.
10108         
10109         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10110         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
10111         (ev_view_find_previous): Fix some page indexes to be 0 based,
10112         offset rubber band by view offset,
10113
10114 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
10115
10116         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
10117
10118 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
10119
10120         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
10121         completely because I didn't understand GtkActions.  I should
10122         read Marco's code more carefully in the future.
10123
10124         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
10125         function
10126
10127 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
10128
10129         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
10130         PopplerRectangle change from poppler CVS.
10131
10132 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
10133
10134         * backend/ev-document.c: (ev_document_get_page_label):
10135         * backend/ev-document.h:
10136         * backend/ev-page-cache.c: (_ev_page_cache_new),
10137         (ev_page_cache_get_page_label):
10138         * backend/ev-page-cache.h:
10139         * pdf/ev-poppler.cc:
10140         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
10141         (links_page_num_func):
10142         * shell/ev-sidebar-thumbnails.c:
10143         (ev_sidebar_thumbnails_set_document):
10144         * shell/ev-view.c: (status_message_from_link),
10145         (ev_view_motion_notify_event):
10146         * shell/ev-window.c: (document_supports_sidebar): Add in page
10147         label support.  It's not perfect yet, but it's the first 'feature'
10148         in a while.
10149         Also, fix a bogus comment noticed by crispin. 
10150
10151 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
10152
10153         * Makefile.am: Remove pixbuf backend for now
10154
10155         * configure.ac: Require poppler-glib instead of just poppler.
10156
10157         * backend/ev-document-thumbnails.h: Add a comment
10158
10159         * backend/ev-document.h:
10160         * backend/ev-document.c: (ev_document_class_init),
10161         (ev_document_load), (ev_document_get_link),
10162         (ev_document_get_links): Remove 3 methods and add get_links.
10163         Also, made 0 based.
10164
10165         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10166         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
10167
10168         * backend/ev-link.c: (ev_link_set_title),
10169         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
10170         (ev_link_mapping_find):
10171         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
10172         
10173         * backend/ev-page-cache.c: (ev_page_cache_init),
10174         (_ev_page_cache_new), (ev_page_cache_set_current_page),
10175         (ev_page_cache_get_size), (ev_page_cache_next_page),
10176         (ev_page_cache_prev_page): Fix to be 0 based.
10177
10178         * pdf/Makefile.am: 
10179         * pdf/ev-poppler.h:
10180         * pdf/ev-poppler.cc: New backend.
10181         
10182         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
10183         (ps_document_get_page), (ps_document_document_iface_init):
10184
10185         * shell/ev-pixbuf-cache.h:
10186         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10187         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
10188         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
10189         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
10190         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
10191         Fix up code to grab a page cache per each doc.  Also, fix to be 0
10192         based.
10193         
10194         * shell/ev-sidebar-thumbnails.c:
10195         (ev_sidebar_tree_selection_changed), (page_changed_cb),
10196         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
10197
10198         * shell/ev-view.c: (status_message_from_link),
10199         (find_page_at_location), (get_link_at_location),
10200         (ev_view_motion_notify_event), (ev_view_button_release_event),
10201         (ev_view_init): Use the new link code.  Fix to be 0 based.
10202
10203         * shell/ev-window.c: (update_action_sensitivity),
10204         (document_supports_sidebar): 0 based.
10205
10206 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
10207
10208         * pdf/pdf-document.cc: Patch from Fernando Herrera
10209         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
10210         *blush*
10211
10212 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
10213
10214         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
10215         1 to the page, as this seems to be 1 based.  I thought we has this
10216         fixed.  grump.
10217
10218 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
10219
10220         * TODO:
10221         * backend/Makefile.am:
10222         * backend/ev-document-links.c:
10223         (ev_document_links_has_document_links),
10224         (ev_document_links_get_links_model):
10225         * backend/ev-document-links.h:
10226         * backend/ev-document.c: (ev_document_get_page_cache),
10227         (ev_document_get_doc_mutex), (ev_document_load),
10228         (ev_document_save), (ev_document_get_title),
10229         (ev_document_get_n_pages), (ev_document_set_page),
10230         (ev_document_get_page), (ev_document_set_target),
10231         (ev_document_set_scale), (ev_document_set_page_offset),
10232         (ev_document_get_page_size), (ev_document_get_text),
10233         (ev_document_get_link), (ev_document_render),
10234         (ev_document_render_pixbuf), (ev_document_scale_changed):
10235         * backend/ev-document.h:
10236         * backend/ev-job-queue.c: (remove_object_from_queue),
10237         (notify_finished), (handle_job), (search_for_jobs_unlocked),
10238         (no_jobs_available_unlocked), (ev_render_thread),
10239         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
10240         (ev_job_queue_remove_job):
10241         * backend/ev-job-queue.h:
10242         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10243         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10244         (ev_job_links_class_init), (ev_job_render_init),
10245         (ev_job_render_dispose), (ev_job_render_class_init),
10246         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10247         (ev_job_thumbnail_class_init), (ev_job_finished),
10248         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10249         (ev_job_render_run), (ev_job_thumbnail_new),
10250         (ev_job_thumbnail_run):
10251         * backend/ev-jobs.h:
10252         * backend/ev-link.c:
10253         * backend/ev-link.h:
10254         * backend/ev-page-cache.c: (ev_page_cache_init),
10255         (ev_page_cache_class_init), (ev_page_cache_finalize),
10256         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
10257         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10258         (ev_page_cache_set_link), (ev_page_cache_get_title),
10259         (ev_page_cache_get_size), (ev_page_cache_next_page),
10260         (ev_page_cache_prev_page):
10261         * backend/ev-page-cache.h:
10262         * pdf/pdf-document.cc:
10263         * ps/gsdefaults.c:
10264         * ps/gsdefaults.h:
10265         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10266         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
10267         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
10268         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
10269         (is_interpreter_ready), (output), (catchPipe), (input),
10270         (start_interpreter), (check_filecompressed), (compute_dimensions),
10271         (ps_document_enable_interpreter), (document_load),
10272         (ps_document_next_page), (render_page), (ps_document_set_page),
10273         (ps_document_set_scale), (render_pixbuf_idle),
10274         (ps_document_render_pixbuf), (ps_document_document_iface_init):
10275         * ps/ps-document.h:
10276         * shell/Makefile.am:
10277         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10278         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
10279         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
10280         (ev_pixbuf_cache_new), (job_finished_cb),
10281         (check_job_size_and_unref), (move_one_job),
10282         (ev_pixbuf_cache_update_range), (find_job_cache),
10283         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
10284         (ev_pixbuf_cache_add_jobs_if_needed),
10285         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
10286         * shell/ev-pixbuf-cache.h:
10287         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10288         (idle_print_handler):
10289         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
10290         (selection_changed_cb), (create_loading_model),
10291         (ev_sidebar_links_construct), (links_page_num_func),
10292         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
10293         (update_page_callback), (job_finished_cb),
10294         (ev_sidebar_links_set_document):
10295         * shell/ev-sidebar-thumbnails.c:
10296         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
10297         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
10298         (page_changed_cb), (thumbnail_job_completed_callback),
10299         (ev_sidebar_thumbnails_set_document):
10300         * shell/ev-sidebar-thumbnails.h:
10301         * shell/ev-sidebar.c: (ev_sidebar_set_document):
10302         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
10303         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
10304         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
10305         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
10306         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
10307         (ev_view_button_release_event), (ev_view_scroll_view),
10308         (ev_view_class_init), (ev_view_init), (update_find_status_message),
10309         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
10310         (ev_view_new), (job_finished_cb), (page_changed_cb),
10311         (ev_view_set_document), (go_to_link), (ev_view_zoom),
10312         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
10313         (ev_view_find_previous):
10314         * shell/ev-view.h:
10315         * shell/ev-window.c: (update_action_sensitivity),
10316         (ev_window_open_page), (update_window_title), (update_total_pages),
10317         (page_changed_cb), (ev_window_setup_document),
10318         (password_dialog_response), (ev_window_cmd_save_as),
10319         (ev_window_print), (ev_window_cmd_go_previous_page),
10320         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
10321         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
10322         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
10323         * shell/main.c: (main):
10324
10325         Merge evince-threads branch
10326
10327 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
10328
10329         * configure.ac: Added "lt" to ALL_LINGUAS.
10330
10331 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
10332
10333         * NEWS:
10334         * configure.ac:
10335
10336         Release 0.1.9
10337
10338 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
10339
10340         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10341
10342         Fix here also the thumbnails 1-basedness :)
10343
10344 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10345
10346         * NEWS:
10347         * configure.ac:
10348
10349         Release 0.1.8
10350
10351 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10352
10353         * pdf/pdf-document.cc:
10354         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
10355         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
10356
10357         Fix the mess we did with thumbnails and 1-basedness
10358
10359 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
10360
10361         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
10362
10363 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
10364
10365         * NEWS:
10366         * configure.ac:
10367
10368         Release 0.1.7
10369
10370 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
10371
10372         * ps/Makefile.am:
10373         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
10374         (gtk_gs_defaults_get_alpha_parameters),
10375         (gtk_gs_defaults_get_ungzip_cmd),
10376         (gtk_gs_defaults_get_unbzip2_cmd):
10377         * ps/gsdefaults.h:
10378         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10379         (ps_document_get_orientation), (document_load),
10380         (ps_document_goto_page), (ps_document_set_page_size):
10381         * ps/ps-document.h:
10382
10383         Some more sanitization of the ps backend. Remove a lot
10384         of unused code and do not base our defaults on ggv
10385         preferences (ugh!)
10386
10387 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
10388
10389         * thumbnailer/evince-thumbnailer.schemas:
10390         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10391         (main): add -s option for thumbnail size.
10392
10393 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
10394
10395         * configure.ac:
10396
10397         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
10398         remove it.
10399
10400 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10401
10402         * pdf/pdf-document.cc:
10403
10404         Remove 4 pixels of useless border from the
10405         thumbnail.
10406
10407 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10408
10409         * backend/ev-document-thumbnails.c:
10410         (ev_document_thumbnails_get_thumbnail):
10411         * backend/ev-document-thumbnails.h:
10412
10413         Rework API a bit. Add a border flag and
10414         change sizing logic (now the size we specify
10415         applies to the bigger dimension).
10416
10417         * pdf/pdf-document.cc:
10418         * pixbuf/pixbuf-document.c:
10419         (pixbuf_document_thumbnails_get_thumbnail):
10420         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
10421         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10422
10423         Adapt to the new API and do not draw a border for nautilus
10424         thumbnailer.
10425
10426 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
10427
10428         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10429         take thumbnails from page "0" instead of "1". Added a copyright header.
10430
10431 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
10432
10433         * ps/ps-document.c: (set_up_page), (start_interpreter):
10434
10435         Make it C89 compliant
10436
10437 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
10438
10439         * Makefile.am:
10440         * configure.ac:
10441         * pdf/.cvsignore:
10442         * pdf/pdf-document.cc:
10443         * thumbnailer/Makefile.am:
10444         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10445         (main):
10446         * thumbnailer/evince-thumbnailer.schemas:
10447         * thumbnailer/pdf-icon.png:
10448
10449         Add a nautilus thumbnailer.
10450         Based on patch by Fernando Herrera <fherrera@onirica.com>.
10451
10452 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
10453
10454         * NEWS:
10455         * configure.ac:
10456         * po/POTFILES.in:
10457
10458         Release 0.1.6
10459
10460 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
10461
10462         Use poppler instead of including xpdf source code.  Poppler is a
10463         fork of xpdf to build it as a shared library. See
10464         http://freedesktop.org/wiki/Software/poppler.
10465
10466         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
10467         xpdf fork.
10468         
10469         * pdf/Makefile.am: Build libpdfdocument.a here.
10470         
10471         * pdf/GDKSplashOutputDev.cc:
10472         * pdf/GDKSplashOutputDev.h:
10473         * pdf/GnomeVFSStream.cc:
10474         * pdf/GnomeVFSStream.h:
10475         * pdf-document.cc:
10476         * pdf-document.h:
10477         * test-gdk-output-dev.cc
10478         * Thumb.cc:
10479         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
10480         against poppler.
10481
10482 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10483
10484         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
10485
10486         Clear idle stack before unsetting the document
10487
10488 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10489
10490         * ps/ps-document.c: (ps_document_widget_event),
10491         (ps_document_set_target), (ps_document_finalize),
10492         (ps_document_get_page):
10493
10494         Disconnect the widget event signal on finalize.
10495         Some code cleanups.
10496
10497 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10498
10499         * ps/ps-document.c: (set_up_page):
10500
10501         If there is no bpixmap create one, even if size
10502         is not changed.
10503
10504 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10505
10506         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
10507         (set_up_page), (document_load), (ps_document_set_zoom):
10508
10509         Default page is 0. Calculate size even when we have no
10510         target yet.
10511
10512 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
10513
10514         * shell/ev-sidebar.c: expand the selection widget to be always as
10515         wide as the sidebar
10516
10517 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10518
10519         * shell/ev-sidebar-thumbnails.c:
10520         (ev_sidebar_thumbnails_set_document):
10521
10522         Clear the list store when setting document
10523
10524 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10525
10526         * shell/ev-page-action.c: (update_entry), (sync_entry),
10527         (activate_cb), (entry_size_request_cb), (create_tool_item),
10528         (connect_proxy):
10529
10530         Use an entry for the page control instead of spinbuttons
10531
10532 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10533
10534         * data/evince.schemas.in:
10535
10536         Correct confusing string
10537
10538 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
10539
10540         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
10541         for real.  Gosh, how long has this been broken.
10542
10543         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
10544         check for a NULL link.  We crash otherwise.
10545
10546 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
10547
10548         * NEWS:
10549         * configure.ac:
10550
10551         Release 0.1.5
10552
10553 2005-02-25  Sebastien Bacher  <seb128@debian.org>
10554
10555         * configure.ac: add the french translation.
10556
10557 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10558
10559         * shell/ev-window.c:
10560
10561         Remove unused header -> fix distcheck
10562
10563 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10564
10565         * shell/ev-window.c: (update_window_title),
10566         (ev_window_popup_password_dialog):
10567
10568         Unescape filename for display
10569
10570 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10571
10572         * pdf/xpdf/pdf-document.cc:
10573
10574         In get_page_size deal with rotation. Also
10575         cleanup the function a bit.
10576
10577 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10578
10579         * pdf/xpdf/pdf-document.cc:
10580
10581         Fix crash when opening in new window
10582
10583 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10584
10585         * configure.ac:
10586
10587         Check ghostscript >= 7
10588
10589 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
10590
10591         * shell/ev-window.c:
10592
10593         Make page width the default sizing mode
10594
10595 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
10596         Marco Pesenti Gritti <marco@gnome.org>
10597
10598         * shell/ev-window.c: Remember the sidebar size
10599
10600         * data/evince.schemas.in: Add a new gconf key to store the size of
10601         the sidebar
10602
10603 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
10604
10605         * data/evince-ui.xml:
10606         * shell/ev-window.c: (update_action_sensitivity),
10607         (ev_window_cmd_view_reload):
10608         
10609         Add a "Reload" action and menu entry
10610
10611 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
10612
10613         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
10614         iff the type doesn't support thumbnailing and indexing.
10615
10616 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
10617
10618         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
10619
10620 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10621
10622         * pdf/splash/Splash.cc:
10623
10624         Port fix for a crasher from kde bug
10625         http://bugs.kde.org/show_bug.cgi?id=97131
10626
10627 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10628
10629         * pdf/xpdf/pdf-document.cc:
10630
10631         Return a link even if it's of an unrecognized
10632         type. Otherwise we go in an infinte cycle.
10633
10634 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10635
10636         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
10637         (size_allocate_cb), (ev_window_set_sizing_mode):
10638
10639         Update size when switching mode
10640
10641 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10642
10643         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10644         (ev_window_cmd_view_page_width), (update_sizing_buttons),
10645         (ev_window_cmd_view_normal_size):
10646
10647         Fix size toggle buttons behavior
10648
10649 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10650
10651         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
10652         (doc_rect_to_view_rect), (ev_view_size_allocate),
10653         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
10654         (scale_changed_callback):
10655
10656         Do not cache offsets in size_allocate.
10657
10658 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10659
10660         * shell/ev-view.c: (ev_view_size_allocate):
10661
10662         Calculate offsets before calling the parent
10663         class (which does a redraw)
10664
10665 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10666
10667         * pdf/xpdf/pdf-document.cc:
10668
10669         Fix a crasher on exit. Unused code, put a TODO
10670
10671 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10672
10673         * backend/ev-document.c: (ev_document_class_init),
10674         (ev_document_page_changed), (ev_document_scale_changed):
10675         * backend/ev-document.h:
10676
10677         Separate page/scale notifications
10678
10679         * pdf/xpdf/pdf-document.cc:
10680
10681         Emit the new signals.
10682         Do not display the pdf page in _render, do it
10683         when scale/page are requested.
10684
10685         * ps/ps-document.c: (ps_document_set_zoom),
10686         (ps_document_widget_event):
10687         * ps/ps-document.h:
10688
10689         Emit the new signals.
10690
10691         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10692         (ev_view_init), (page_changed_callback), (scale_changed_callback),
10693         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
10694         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
10695         * shell/ev-view.h:
10696         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
10697         (ev_window_cmd_view_page_width), (size_allocate_cb),
10698         (ev_window_set_sizing_mode):
10699
10700         Rework sizing to be pixel based.
10701         There are bugs but should be already way better.
10702
10703 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
10704
10705         * shell/ev-window.c: (ev_window_init):
10706
10707         Do not allow to shrink sidebar smaller then
10708         child requisition
10709
10710 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
10711
10712         * shell/ev-sidebar.[ch]
10713         * shell/ev-window.c:
10714
10715         Improved sidebar widget. Fixes #166683
10716
10717 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
10718
10719         * shell/ev-view.c (update_find_status_message): Give translators
10720         more flexibility with ngettext plural handling.
10721
10722 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
10723
10724         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
10725         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
10726         page when we get the page size.
10727
10728 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10729
10730         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
10731
10732         ps pages are 0 based, convert 
10733
10734 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10735
10736         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
10737
10738         Initialize correct parent class. Set GError on document load
10739
10740 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10741
10742         * pdf/xpdf/pdf-document.cc:
10743
10744         Fixup selection offset calculation
10745
10746         * shell/ev-view.c: (view_rect_to_doc_rect),
10747         (doc_rect_to_view_rect), (ev_view_size_allocate),
10748         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
10749         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
10750
10751         Store selection as document relative, so that zooming
10752         and offset changing doesnt break it.
10753
10754 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10755
10756         * shell/ev-view.c: (ev_view_best_fit):
10757
10758         Do not try to best fit if the view is not realized
10759
10760 2005-02-20  Kostas Papadimas <pkst@gnome.org>
10761           
10762         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
10763
10764 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
10765
10766         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
10767
10768 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
10769
10770         * shell/ev-window.c: Change the fullscreen toolbar to always be in
10771         the popup window.  That prevents it resizing when in full screen
10772         mode.
10773
10774         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
10775         multiple rerenders.  This pretty much sucks.
10776
10777         * data/evince-ui.xml: Change the fullscreen toolbar to include the
10778         rest of the toolbar.
10779
10780 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
10781
10782         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
10783
10784 2005-02-17  Alexander Shopov  <ash@contact.bg>
10785
10786         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
10787
10788 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
10789
10790         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
10791
10792 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
10793
10794         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
10795         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
10796         (set_document_page), (document_changed_callback),
10797         (ev_view_set_document), (ev_view_find_previous),
10798         (ev_view_hide_cursor), (ev_view_show_cursor):
10799         * shell/ev-view.h:
10800         * shell/ev-window.c: (update_chrome_visibility),
10801         (fullscreen_timeout_cb), (fullscreen_set_timeout),
10802         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
10803         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
10804         (ev_window_unfullscreen):
10805         * shell/main.c: (main):
10806
10807         Automatically hide the fullscreen button.
10808         Patch by Kristian Høgsberg <krh@redhat.com>
10809
10810 2005-02-16  Vincent Noel  <vnoel@cox.net>
10811
10812         * shell/main.c (main): Specify an icon for the window. Patch by
10813         Jaap A. Haitsma. Fixes #166177.
10814
10815 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
10816
10817         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
10818
10819 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
10820
10821         * backend/ev-document-misc.h:
10822         * backend/ev-document-misc.c:
10823         (ev_document_misc_get_page_border_size),
10824         (ev_document_misc_paint_one_page): New function to canonicalize
10825         sizing/painting a border.
10826
10827         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
10828         used.
10829
10830         * pdf/xpdf/pdf-document.cc: use new function
10831
10832         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10833         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
10834         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
10835         shell/ev-window.c: (update_sizing_buttons),
10836         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
10837         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
10838         (ev_window_cmd_view_page_width), (size_allocate_cb),
10839         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
10840         and "fit width" values act as toggle buttons so they stay
10841         toggled.  It's not 100% perfect, and it's a little slow, but it's
10842         good enough to commit I think.
10843
10844 2005-02-15  David Lodge  <dave@cirt.net>
10845
10846         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
10847
10848 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
10849
10850         * shell/ev-window.c (update_window_title): replace newlines in
10851         the title by spaces. Bug #166107.
10852
10853 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
10854
10855         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
10856         parameters providing allocation width and height without
10857         scrollbars and width of a possible vertical scrollbar. With this
10858         additional information the functions can work as
10859         intended. Unfortunately they're not idempotent. We should
10860         transform these commands to toggles. Fixes Bug #164976
10861         Initial patch by Stephane Loeuillet, then heavily modified.
10862
10863         * shell/ev-view.h: update prototypes.
10864
10865         * shell/ev-window.c (ev_window_cmd_view_best_fit)
10866         (ev_window_cmd_view_page_width): provide EvView fit functions with
10867         all the information they need. Formulas to calculate this
10868         information taken from GtkScrolledWindow.
10869
10870 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
10871
10872         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
10873         created a thumbnail, the list store is updated to know
10874         that the thumbnail is set. Fixes bug #166792
10875
10876 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
10877
10878         * shell/ev-window.c: fixed typo, closes bug 166897
10879
10880         * TODO: updated TODO with bug numbers that are relevant
10881
10882 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
10883
10884         * shell/ev-window.c: Support for DnD of files. Fixes #164813
10885
10886 2005-02-09  Vincent Noel  <vnoel@cox.net>
10887
10888         * shell/ev-window.c: (set_action_properties): Set the "Previous"
10889         and "Next" toolbar buttons as important to make them stand out.
10890
10891 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10892
10893         * lib/ev-debug.c:
10894         * lib/ev-debug.h:
10895         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
10896         (start_interpreter), (stop_interpreter), (document_load),
10897         (ps_document_next_page), (ps_document_goto_page),
10898         (ps_document_set_page_size), (ps_document_widget_event),
10899         (ps_document_render):
10900         * shell/ev-page-view.c: (ev_page_view_dispose):
10901         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
10902
10903         Fix compilation on non-gcc platforms
10904
10905 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10906
10907         * NEWS:
10908         * configure.ac:
10909
10910         Release 0.1.4
10911
10912         * pdf/xpdf/Catalog.cc:
10913         * pdf/xpdf/XRef.cc:
10914
10915         Fix the fix for CAN-2004-0888
10916
10917 2005-02-09  Luca Ferretti <elle.uca@libero.it>
10918
10919         * data/Makefile.am:
10920         * data/evince-ui.xml:
10921         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10922         * shell/ev-stock-icons.h:
10923         * shell/ev-window.c: (update_action_sensitivity),
10924         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
10925         (set_action_properties):
10926
10927         Improve toolbar layout/icons
10928
10929 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
10930
10931         * pdf/xpdf/pdf-document.cc:
10932
10933         Add warnings about unimplemented/unknown link
10934         types.
10935
10936 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10937
10938         * ps/ps-document.c: (set_up_page):
10939
10940         Log gs property
10941
10942 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10943
10944         * ps/ps-document.c: (start_interpreter):
10945
10946         Log gs env var
10947
10948 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10949
10950         * shell/ev-page-view.c: (ev_page_view_dispose):
10951         * shell/ev-view.c: (ev_view_finalize):
10952         * shell/ev-window.c: (ev_window_setup_document),
10953         (ev_window_dispose), (ev_window_init):
10954
10955         Solve more refs issues.
10956
10957         I commented out the page_view initialization for now:
10958         it was never destroyed (because it's never added
10959         to a container). Because of that we was leaking
10960         gs processes. Couldnt think to a clean fix.
10961         We need to figure this out, password view has the
10962         same issue probably.
10963
10964 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10965
10966         * ps/ps-document.c: (ps_document_finalize),
10967         (ps_document_get_n_pages), (ps_document_get_page):
10968
10969         Some cleanups, stop the interpreter on finalize
10970
10971         * shell/ev-page-view.c: (ev_page_view_dispose),
10972         (ev_page_view_class_init):
10973
10974         Release our reference on the document
10975
10976 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10977
10978         * Makefile.am:
10979         * configure.ac:
10980         * doc/debugging.txt:
10981         * lib/.cvsignore:
10982         * lib/Makefile.am:
10983         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
10984         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
10985         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
10986         * lib/ev-debug.h:
10987
10988         Add debugging helpers
10989
10990         * ps/Makefile.am:
10991         * ps/ps-document.c: (set_up_page), (start_interpreter),
10992         (stop_interpreter), (document_load), (ps_document_next_page),
10993         (ps_document_goto_page), (ps_document_set_page_size),
10994         (ps_document_widget_event), (ps_document_render):
10995         * shell/Makefile.am:
10996         * shell/ev-view.c: (expose_bin_window):
10997         * shell/main.c: (main):
10998
10999         Add some logs
11000         
11001 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11002
11003         * ps/ps-document.c: (ps_document_widget_event):
11004
11005         Initialize message_window, this should make ps
11006         rendering really work! (Never noticed because I was
11007         testing with a ps that is causing gs to exit every time!)
11008
11009 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
11010
11011         * data/evince.schemas.in: updated simple error in applyto closing tag
11012
11013 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
11014
11015         * Makefile.am:
11016         * configure.ac:
11017         * data/.cvsignore:
11018         * data/Makefile.am:
11019         * data/evince-ui.xml:
11020         A data/evince.schemas.in:
11021         * po/POTFILES.in:
11022         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11023         * shell/ev-stock-icons.h:
11024         * shell/ev-window.c: (update_chrome_visibility),
11025         (update_chrome_flag), (ev_window_cmd_edit_find),
11026         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
11027         (ev_window_unfullscreen), (ev_window_focus_in_event),
11028         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
11029         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
11030         (ev_window_view_sidebar_cb), (find_bar_close_cb),
11031         (ev_window_dispose), (ev_window_class_init),
11032         (set_action_properties), (set_chrome_actions), (load_chrome),
11033         (ev_window_init):
11034
11035         Implement fullscreen mode changes from bug #164776.
11036         Also implement persistent chrome toggles.
11037
11038 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
11039
11040         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
11041
11042 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11043
11044         * NEWS:
11045         * configure.ac:
11046         * shell/ev-view.c:
11047
11048         Add another check for find interface
11049
11050         Release 0.1.3
11051
11052 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11053
11054         * shell/ev-application.c: (ev_application_open):
11055         * shell/ev-window.c: (ev_window_open):
11056
11057         Open gzipped ps documents
11058
11059 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11060
11061         * TODO:
11062         * shell/ev-view.c: (set_document_page):
11063
11064         Clamp page number, dont try to move to
11065         not existant pages.
11066
11067 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11068
11069         * backend/ev-document-find.c: (ev_document_find_changed):
11070         * backend/ev-document-find.h:
11071         * pdf/xpdf/pdf-document.cc:
11072         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
11073         * shell/ev-window.c: (find_bar_search_changed_cb):
11074
11075         Fix several bugs with find
11076
11077 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
11078
11079         * shell/ev-sidebar-thumbnails.c
11080         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
11081         document. Prevents warning from scroll_to_cell.
11082
11083 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
11084
11085         * configure.ac: Add «nb» to ALL_LINGUAS too.
11086
11087 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
11088
11089         * NOTES: New file with some random thoughts.
11090
11091         * TODO: Update.
11092
11093         * backend/ev-document-misc.c:
11094         (ev_document_misc_get_page_border_size): New function to
11095         canonicalize shadow drawing sizes.  Possibly goofy.
11096
11097         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
11098         (ev_view_best_fit), (ev_view_fit_width):
11099         * pdf/xpdf/pdf-document.cc:
11100         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11101         * ps/ps-document.c: (ps_document_get_page_size):
11102         * backend/ev-document-misc.h:
11103         * backend/ev-document.c: (ev_document_get_page_size):
11104         * backend/ev-document.h: get_page_size now takes a page number
11105         parameter.  Made all the backends/frontends honor it.
11106
11107         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
11108         see.  Doesn't work yet.
11109
11110         * shell/Makefile.am:
11111         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
11112         Doesn't do anything yet.
11113
11114         * shell/ev-sidebar-thumbnails.c:
11115         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
11116         [0..n_pages-1]
11117
11118         * shell/ev-window.c: (update_action_sensitivity),
11119         (ev_window_setup_document), (ev_window_set_page_mode),
11120         (ev_window_page_mode_cb), (ev_window_init): Clean up the
11121         view-swapping code a bit so we can have multiple views on a
11122         document.  Add the multi-page view, though it can't be turned on
11123         yet.
11124
11125 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11126
11127         * shell/ev-application.c: (ev_application_open):
11128         * shell/ev-view.c: (expose_bin_window):
11129         * shell/ev-window.c: (ev_window_open):
11130
11131         Support eps and check document supports find
11132         before drawing highlightings in expose.
11133
11134 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11135
11136         * pixbuf/pixbuf-document.c:
11137         (pixbuf_document_thumbnails_get_dimensions),
11138         (pixbuf_document_document_thumbnails_iface_init):
11139
11140         implement get_dimensions
11141
11142 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11143
11144         * NEWS:
11145         * configure.ac:
11146
11147         Release 0.1.2
11148
11149 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11150
11151         * shell/ev-view.c: (set_document_page):
11152
11153         Scroll at the top of the page when changing page
11154
11155 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11156
11157         * shell/ev-view.c: (ev_view_motion_notify_event):
11158
11159         Do not redraw unnecessarily
11160
11161 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11162
11163         * pdf/xpdf/pdf-document.cc:
11164         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11165         (expose_bin_window), (find_changed_cb):
11166
11167         Yay! find works now... Now to find bugs...
11168
11169 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11170
11171         * backend/ev-document-find.c: (ev_document_find_base_init),
11172         (ev_document_find_changed):
11173         * backend/ev-document-find.h:
11174         * pdf/xpdf/pdf-document.cc:
11175         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11176         (expose_bin_window), (ev_view_init), (set_document_page),
11177         (ensure_rectangle_is_visible), (jump_to_find_result),
11178         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
11179         (ev_view_find_next), (ev_view_find_previous):
11180         * shell/ev-view.h:
11181         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
11182
11183         More work on find implementation, mostly there now
11184
11185 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
11186
11187         * backend/ev-backend-marshalers.list:
11188         * backend/ev-document-find.c: (ev_document_find_base_init),
11189         (ev_document_find_cancel), (ev_document_find_page_has_results),
11190         (ev_document_find_get_n_results), (ev_document_find_get_result),
11191         (ev_document_find_get_progress), (ev_document_find_changed):
11192         * backend/ev-document-find.h:
11193
11194         Enanche the find interface to be really able to do
11195         multi page find.
11196
11197         * pdf/xpdf/pdf-document.cc:
11198
11199         Implement
11200
11201         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
11202         (expose_bin_window), (ev_view_init),
11203         (ev_view_get_find_status_message), (find_changed_cb),
11204         (ev_view_set_document), (set_document_page):
11205
11206         Adapt to the new interface. A few things are regressed sorry,
11207         I will finish it soon.
11208
11209 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
11210
11211         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
11212         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
11213         ev_sidebar_thumbnails_parent_class variable, don't define another
11214         parent_class variable.
11215
11216         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
11217         (ev_page_action_class_init): ditto.
11218
11219         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
11220         (pixbuf_document_class_init): ditto.
11221
11222         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
11223         ditto.
11224
11225         * .cvsignore: ignore various valgrind output files.
11226
11227 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11228
11229         * data/evince-ui.xml:
11230         * shell/Makefile.am:
11231         * shell/ev-history.c:
11232         * shell/ev-history.h:
11233         * shell/ev-navigation-action.c:
11234         * shell/ev-navigation-action.h:
11235         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
11236         (ev_view_set_page), (ev_view_fit_width):
11237         * shell/ev-view.h:
11238         * shell/ev-window.c: (update_action_sensitivity),
11239         (ev_window_setup_document), (register_custom_actions):
11240
11241         Kill session history
11242
11243 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11244
11245         * shell/ev-window.c: (update_action_sensitivity):
11246
11247         Fix inverted up/down buttons
11248
11249 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
11250
11251         * shell/ev-sidebar-thumbnails.c
11252         (ev_sidebar_thumbnails_select_page): make sure the selected
11253         thumbnail stays visible.
11254
11255 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
11256
11257         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
11258         scrolled window for Federico.
11259
11260 2005-01-26  Ole Laursen  <olau@hardworking.dk>
11261
11262         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
11263
11264 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
11265
11266         * configure.ac:
11267         * pdf/splash/SplashFTFontEngine.cc:
11268
11269         Fix CID fonts with freetype 2.1.9
11270
11271 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
11272
11273         * TODO: added item for desktop icon thumbnailer
11274
11275 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
11276
11277         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
11278         unloaded docs when the title is accessed.
11279
11280         * shell/ev-password-view.[hc]: New widget for displaying password
11281         state.
11282
11283         * shell/ev-window.[ch]: Refactor password handling code to handle
11284         the new view.
11285
11286 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
11287
11288         * NEWS:
11289         * configure.ac:
11290         * data/Makefile.am:
11291
11292         Release 0.1.1
11293
11294 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11295
11296         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
11297         ignore page offset here, to make search results independent of it,
11298
11299         * shell/ev-view.c (expose_bin_window): but take offsets into
11300         account here. Bug #164932
11301
11302         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
11303         scale at the right time. Bug #164996
11304
11305 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
11306
11307         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
11308         fix the problem. Now I just removed the Adobe font names and hope
11309         that the URW fonts are always in outline format. Bug #164934
11310
11311         * shell/ev-window.c (update_window_title): empty titles are
11312         useless, use filename in that case too.
11313
11314         * NEWS: Add some content.
11315
11316 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
11317
11318         * TODO: added one more TODO item and a TODONE section :)
11319
11320 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11321
11322         * ps/ps-document.h: add page_[xy]_offset fields.
11323
11324         * ps/ps-document.c (ps_document_set_page_offset)
11325         (ps_document_render): Keep offset in consideration in a few
11326         places. Bug #164752 "postscript documents are not centered in
11327         window"
11328
11329         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
11330         s/gpdf/evince/. Spotted by Stephane Loeuillet.
11331
11332         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
11333         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
11334         stub out missing methods for complete EvDocument implementation.
11335         Fixes segfaults with Save A Copy and Copy actions.
11336
11337         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
11338         (ps_document_document_iface_init): ditto.
11339         
11340 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11341
11342         * data/.cvsignore:
11343         * data/Makefile.am:
11344         * data/evince.desktop.in:
11345
11346         Add desktop file
11347
11348 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11349
11350         * shell/ev-view.c: (ev_view_button_press_event),
11351         (ev_view_motion_notify_event):
11352
11353         Make selection work in any direction
11354
11355 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11356
11357         * TODO:
11358         * shell/ev-window.c: (set_short_labels), (ev_window_init):
11359
11360         Use shorter labels for some of the toolbars items
11361
11362 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11363
11364         * pdf/xpdf/pdf-document.cc:
11365
11366         Check the links info is initialized before
11367         using it. Should fix a crash on startup.
11368
11369 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11370
11371         * pixbuf/pixbuf-document.c
11372         (pixbuf_document_thumbnails_get_dimensions): force floating point
11373         division to calculate page_ratio. Fixes crash with landscape
11374         format pixbufs.
11375
11376 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
11377
11378         * shell/ev-view.c (ev_view_realize): make the bg color darker.
11379
11380 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
11381
11382         * shell/ev-view.c (set_document_page): unset has_selection when
11383         the page changes.
11384         (set_document_page): handle paper size changes when the page
11385         changes (test with Free Culture, page 2).
11386
11387 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11388
11389         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
11390         (expose_bin_window), (ev_view_class_init), (ev_view_init):
11391
11392         Use normal style color for the widget background and
11393         draw a black box around the page.
11394
11395 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11396
11397         * pdf/xpdf/pdf-document.cc:
11398
11399         Keep offset in consideration in a few places
11400
11401         * shell/ev-view.c: (expose_bin_window):
11402
11403         Set the offsets so that the document is ever centered
11404
11405 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11406
11407         * TODO: Added TODO items and finished off the first todo item
11408
11409         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
11410         reflect current authors
11411
11412 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11413
11414         * pdf/xpdf/pdf-document.cc:
11415         * shell/ev-view.c: (ev_view_set_cursor),
11416         (ev_view_motion_notify_event), (document_changed_callback),
11417         (set_document_page):
11418
11419         Show a wait cursor while the page is rendering
11420
11421 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11422
11423         * shell/ev-sidebar-thumbnails.c:
11424         (ev_sidebar_tree_selection_changed),
11425         (ev_sidebar_thumbnails_select_page):
11426         * shell/ev-sidebar-thumbnails.h:
11427         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
11428         (ev_view_can_go_forward):
11429         * shell/ev-window.c: (ev_window_open_page),
11430         (ev_window_setup_document), (update_current_page),
11431         (view_page_changed_cb), (ev_window_init):
11432         * shell/ev-window.h:
11433
11434         Ensure thumbnails selection, toolbar page control and
11435         current page are in sync.
11436
11437 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
11438
11439         * pdf/xpdf/XRef.cc:
11440
11441         Fix CAN-2005-0064
11442
11443 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
11444
11445         * backend/Makefile.am:
11446         * backend/ev-document-links.h:
11447         * backend/ev-document-security.c: (ev_document_security_get_type),
11448         (ev_document_security_has_document_security),
11449         (ev_document_security_set_password):
11450         * backend/ev-document-security.h:
11451         * backend/ev-document.c: (ev_document_error_quark):
11452         * backend/ev-document.h:
11453         * data/Makefile.am:
11454         * data/evince-password.glade:
11455         * pdf/xpdf/pdf-document.cc:
11456         * shell/Makefile.am:
11457         * shell/ev-password.c: (ev_password_set_bad_password_label),
11458         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
11459         (ev_password_dialog_get_password),
11460         (ev_password_dialog_set_bad_pass):
11461         * shell/ev-password.h:
11462         * shell/ev-window.c: (ev_window_get_attribute),
11463         (ev_window_set_property), (update_action_sensitivity),
11464         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
11465         (ev_window_setup_document), (ev_window_get_password),
11466         (ev_window_open), (ev_window_cmd_save_as),
11467         (using_postscript_printer), (ev_window_print),
11468         (find_not_supported_dialog), (ev_window_cmd_edit_find),
11469         (update_fullscreen_popup), (ev_window_fullscreen),
11470         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11471         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
11472         (menu_item_select_cb), (find_bar_search_changed_cb),
11473         (ev_window_dispose), (ev_window_init):
11474
11475         Add initial support for password-supported dialogs.  This could be
11476         a lot cooler, but it'll do for now.
11477
11478 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
11479
11480         * pdf/xpdf/pdf-document.cc:
11481         * shell/ev-view.c: (status_message_from_link),
11482         (ev_view_set_status), (ev_view_set_cursor),
11483         (ev_view_motion_notify_event), (ev_view_init):
11484         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
11485
11486         Fix bugs in the links implementation and change cursor
11487         when hovering a link.
11488
11489 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
11490
11491         * viewer/.cvsignore: added cvsignore file for viewer directory
11492
11493         * TODO: created TODO document
11494
11495 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
11496
11497         * shell/ev-view.h:
11498         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
11499         new functions to help with implementation of sensitivity code
11500         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11501         of all actions that might require it.  Fixes a crash when you
11502         click on the Zoom actions in a window lacking a document.
11503
11504 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
11505
11506         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11507         of the Find action
11508
11509 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11510
11511         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
11512         (pixbuf_document_document_iface_init):
11513         * ps/ps-document.c: (ps_document_get_link),
11514         (ps_document_document_iface_init):
11515         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
11516         (status_message_from_link), (ev_view_set_status),
11517         (ev_view_set_find_status), (ev_view_motion_notify_event),
11518         (ev_view_button_release_event), (ev_view_set_property),
11519         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
11520         (ev_view_get_find_status_message), (update_find_results),
11521         (ev_view_get_status), (ev_view_get_find_status):
11522         * shell/ev-view.h:
11523         * shell/ev-window.c: (view_status_changed_cb),
11524         (view_find_status_changed_cb), (ev_window_init):
11525
11526         View status message support, use it to show the links.
11527         Needs work...
11528
11529 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11530
11531         * backend/ev-document.c: (ev_document_get_link):
11532         * backend/ev-document.h:
11533         * pdf/xpdf/pdf-document.cc:
11534         * shell/ev-application.c: (ev_application_open):
11535         * shell/ev-application.h:
11536         * shell/ev-sidebar-links.c: (selection_changed_cb):
11537         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
11538         (ev_view_go_to_link):
11539
11540         Add support for document links
11541
11542 2005-01-13  Anders Carlsson  <andersca@gnome.org>
11543
11544         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
11545         (create_tool_item):
11546         Set the spin button limits correctly.
11547         
11548         * shell/ev-sidebar-thumbnails.c:
11549         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
11550         Support changing pages by clicking on the thumbnails.
11551         
11552 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11553
11554         * pixbuf/pixbuf-document.c:
11555         (pixbuf_document_thumbnails_get_dimensions),
11556         (pixbuf_document_document_thumbnails_iface_init):
11557
11558         implement get_dimensions
11559
11560 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11561
11562         * ps/ps-document.c: (ps_document_goto_page):
11563
11564         Fix page switching on multipage documents
11565
11566 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
11567
11568         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11569         
11570         check for NULL before assigning to width and height parameters
11571
11572 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11573
11574         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11575         (pixbuf_document_set_property), (pixbuf_document_get_property):
11576
11577         implement get/set properties
11578
11579 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11580
11581         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
11582         
11583         return NULL instead of "Unknown", letting the title get set to
11584         the filename when the pdf has no title.
11585
11586 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11587
11588         * ps/ps-document.c: (ps_document_get_page_count),
11589         (ps_document_goto_page):
11590
11591 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11592
11593         * shell/ev-history.c: (ev_history_get_property),
11594         (ev_history_set_property), (ev_history_class_init),
11595         (ev_history_add_page), (ev_history_set_current_index):
11596         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
11597         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
11598         (ev_navigation_action_finalize):
11599         * shell/ev-navigation-action.h:
11600         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11601         (ev_view_go_forward), (ev_view_get_find_status_message),
11602         (history_index_changed_cb), (ev_view_set_history):
11603         * shell/ev-view.h:
11604         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11605         (update_current_page), (register_custom_actions):
11606
11607         Implement history dropdowns
11608
11609 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11610
11611         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
11612         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11613         (ev_view_go_forward):
11614         * shell/ev-window.c: (register_custom_actions):
11615
11616         Fix several history bugs
11617
11618 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
11619
11620         * configure.ac: Add «nb» to ALL_LINGUAS.
11621
11622 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
11623
11624         * backend/Makefile.am:
11625         * backend/ev-bookmark.c:
11626         * backend/ev-bookmark.h:
11627         * backend/ev-document-bookmarks.c:
11628         * backend/ev-document-bookmarks.h:
11629         * backend/ev-document-links.c: (ev_document_links_get_type),
11630         (ev_document_links_has_document_links),
11631         (ev_document_links_begin_read), (ev_document_links_get_link),
11632         (ev_document_links_get_child), (ev_document_links_next),
11633         (ev_document_links_free_iter):
11634         * backend/ev-document-links.h:
11635         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
11636         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
11637         (ev_link_get_link_type), (ev_link_set_link_type),
11638         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
11639         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
11640         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
11641         (ev_link_new_external):
11642         * backend/ev-link.h:
11643         * pdf/xpdf/pdf-document.cc:
11644         * shell/Makefile.am:
11645         * shell/ev-application.c: (ev_application_open_link):
11646         * shell/ev-application.h:
11647         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
11648         (ev_history_get_link_nth):
11649         * shell/ev-history.h:
11650         * shell/ev-sidebar-bookmarks.c:
11651         * shell/ev-sidebar-bookmarks.h:
11652         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11653         (ev_sidebar_links_class_init), (selection_changed_cb),
11654         (ev_sidebar_links_construct), (ev_sidebar_links_init),
11655         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
11656         (do_one_iteration), (populate_links_idle),
11657         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
11658         * shell/ev-sidebar-links.h:
11659         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11660         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
11661         (go_to_index):
11662         * shell/ev-view.h:
11663         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
11664         * shell/ev-window.h:
11665
11666         Rename bookmark to link, and use "Index" for the sidebar panel.
11667
11668 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11669
11670         * shell/Makefile.am:
11671         * shell/ev-application.c: (ev_application_open_bookmark):
11672         * shell/ev-application.h:
11673         * shell/ev-history.c: (ev_history_init), (free_links_list),
11674         (ev_history_finalize), (ev_history_class_init),
11675         (ev_history_add_link), (ev_history_add_page),
11676         (ev_history_get_link_nth), (ev_history_get_n_links),
11677         (ev_history_get_current_index), (ev_history_set_current_index),
11678         (ev_history_new):
11679         * shell/ev-history.h:
11680         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11681         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
11682         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
11683         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
11684         (ev_view_set_page):
11685         * shell/ev-view.h:
11686         * shell/ev-window.c: (ev_window_open_bookmark),
11687         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
11688         (goto_page_cb), (register_custom_actions):
11689         * shell/ev-window.h:
11690
11691         Initial history implementation. Needs work.
11692
11693 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
11694
11695         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
11696
11697 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11698
11699         * cut-n-paste/recent-files/egg-recent-item.c:
11700         * cut-n-paste/recent-files/egg-recent-item.h:
11701         * cut-n-paste/recent-files/egg-recent-model.c:
11702         * cut-n-paste/recent-files/egg-recent-util.c:
11703         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11704         * cut-n-paste/recent-files/egg-recent-view.c:
11705
11706         Update
11707
11708 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
11709
11710         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
11711         (fillGlyph, fillImageMask, drawImage):
11712         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
11713         pdf/splash/SplashTypes.h:
11714         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
11715         packed mode for Splash.
11716
11717         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
11718         RGB8 packed mode, eliminates the pixbuf data creation loop.
11719
11720         * shell/ev-print-job.c (ev_print_job_finalize)
11721         (ev_print_job_set_property, ev_print_job_get_property)
11722         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
11723         (ev_print_job_use_print_dialog_settings, idle_print_handler)
11724         (print_closure_finalize, ev_print_job_print): implement
11725         printing (for backends with EvPsExporter)
11726
11727         * shell/ev_print_job.h: update prototypes.
11728
11729         * shell/ev-window.c (ev_window_print): unref print job after
11730         printing.
11731
11732         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
11733         unless the document implements the EvDocumentFind interface.
11734
11735 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
11736
11737         * configure.ac: Added ja to ALL_LINGUAS.
11738
11739 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11740
11741         * pdf/xpdf/pdf-document.cc:
11742
11743         add a FIXME. We should probably not allocate
11744         a bookmark object every time
11745
11746 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11747
11748         * shell/ev-application.c: (ev_application_open),
11749         (ev_application_open_bookmark):
11750         * shell/ev-application.h:
11751         
11752         Add a way to open bookmarks
11753
11754         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
11755         (ev_bookmark_set_uri), (ev_bookmark_get_property),
11756         (ev_bookmark_set_property), (ev_bookmark_class_init),
11757         (ev_bookmark_new_title), (ev_bookmark_new_link),
11758         (ev_bookmark_new_external):
11759
11760         Support for external uris, better constructors.
11761
11762         * backend/ev-bookmark.h:
11763         * pdf/xpdf/pdf-document.cc:
11764         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11765
11766         Handle external uris
11767
11768 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11769
11770         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
11771         (ev_sidebar_bookmarks_construct), (do_one_iteration):
11772
11773         Hook up bookmarks navigation
11774
11775 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11776
11777         * backend/Makefile.am:
11778         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
11779         (ev_bookmark_get_title), (ev_bookmark_set_title),
11780         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
11781         (ev_bookmark_get_page), (ev_bookmark_set_page),
11782         (ev_bookmark_get_property), (ev_bookmark_set_property),
11783         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
11784         (ev_bookmark_new):
11785         * backend/ev-bookmark.h:
11786         * backend/ev-document-bookmarks.c:
11787         (ev_document_bookmarks_get_bookmark):
11788         * backend/ev-document-bookmarks.h:
11789         * pdf/xpdf/pdf-document.cc:
11790         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
11791
11792         Add a bookmark object to the backend and use it instead of get_values
11793
11794 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11795
11796         * data/evince-ui.xml:
11797
11798         Cleanup and add select all.
11799
11800         * shell/ev-view.c: (ev_view_select_all),
11801         (ev_view_button_press_event):
11802         * shell/ev-view.h:
11803         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
11804
11805         Add select all.
11806         Clear selection on click.
11807
11808 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
11809
11810         * shell/ev-sidebar-thumbnails.c
11811         (ev_sidebar_thumbnails_set_document): forgot to unref the
11812         loading_icon.
11813
11814 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
11815
11816         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
11817         at the visible page, not just linearly.  This makes it look fast.
11818
11819 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
11820
11821         * backend/ev-document-misc.c
11822         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
11823         white.
11824         * backend/ev-document-thumbnails.h: New interface to get the size
11825         of a page.
11826
11827 2005-01-06  Jeremy Katz  <katzj@redhat.com>
11828
11829         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
11830         make dist works
11831
11832 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
11833
11834         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
11835         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
11836         things up a bit.
11837
11838         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
11839
11840 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
11841
11842         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
11843         fonts. Should fix font problems on systems that have the base
11844         fonts in bitmap format. Reported by James Henstridge
11845         <james@jamesh.id.au>.
11846
11847 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11848
11849         * pdf/xpdf/Gfx.cc:
11850         * pdf/xpdf/GfxState.cc:
11851
11852         Fix for CAN-2004-1125
11853
11854 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11855
11856         * shell/ev-view.c: (ev_view_copy):
11857         * shell/ev-view.h:
11858         * shell/ev-window.c: (ev_window_cmd_edit_copy):
11859
11860         Implement Edit->Copy
11861
11862 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11863
11864         * backend/ev-document.c: (ev_document_get_text):
11865         * backend/ev-document.h:
11866         * pdf/xpdf/pdf-document.cc:
11867         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
11868         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11869         (ev_view_update_primary_selection), (ev_view_button_press_event),
11870         (ev_view_motion_notify_event), (ev_view_button_release_event):
11871
11872         Beginnings of clipboard support. Incomplete but primary sort
11873         of work.
11874
11875 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11876
11877         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
11878         (expose_bin_window):
11879
11880         Nicer rubberband drawing, from GtkIconView.
11881
11882 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11883
11884         * backend/ev-document.c: (ev_document_save):
11885         * backend/ev-document.h:
11886         * data/evince-ui.xml:
11887         * pdf/xpdf/pdf-document.cc:
11888         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
11889
11890         Implement "Save a copy..." menu item
11891
11892 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11893
11894         * shell/ev-view.c: (ev_view_zoom):
11895
11896         Queue a resize when zoom changes
11897
11898 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
11899
11900         * backend/ev-document-misc.[ch]: New misc file to do simple drop
11901         shadows.
11902
11903         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
11904         thumbnails..
11905
11906 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
11907
11908         * pdf/xpdf/pdf-document.cc
11909         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
11910
11911 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
11912
11913         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
11914         It's slow, but I'll speed it up next!
11915
11916 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
11917
11918         * shell/main.c (load_files):
11919
11920         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
11921         from the command line and because it seems more appropriate.
11922
11923 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11924
11925         * data/evince-ui.xml:
11926         * shell/ev-window.c: (update_action_sensitivity),
11927         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
11928
11929         s/next page/page down
11930         s/previous page/page up
11931
11932 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11933
11934         * data/evince-ui.xml:
11935
11936         Change the layout to match clarkbw design.
11937
11938         * shell/Makefile.am:
11939         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
11940         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
11941         (ev_navigation_action_finalize),
11942         (ev_navigation_action_set_property),
11943         (ev_navigation_action_get_property),
11944         (ev_navigation_action_class_init):
11945         * shell/ev-navigation-action.h:
11946
11947         Implement clarkbw toolbar navigation controls (incomplete)
11948
11949         * shell/ev-page-action.c: (update_label), (update_spin),
11950         (value_changed_cb), (create_tool_item), (connect_proxy),
11951         (ev_page_action_init), (ev_page_action_finalize),
11952         (ev_page_action_set_property), (ev_page_action_get_property),
11953         (ev_page_action_set_current_page),
11954         (ev_page_action_set_total_pages), (ev_page_action_class_init):
11955         * shell/ev-page-action.h:
11956
11957         Implement a page switcher in the toolbar
11958
11959         * shell/ev-view.c: (ev_view_scroll_view):
11960         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11961         (update_current_page), (view_page_changed_cb), (goto_page_cb),
11962         (register_custom_actions), (ev_window_init):
11963
11964         Change page on PageUp/Down.
11965
11966 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
11967
11968         * pdf/xpdf/pdf-document.cc
11969         (pdf_document_thumbnails_get_thumbnail): initial stab at
11970         implementing thumbnail support for pdfs.  It only does documents
11971         with precached pdfs now.
11972
11973 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
11974
11975         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
11976         thumbnail code into a time-based idle as well.  Also, turn off the
11977         shadow temporarily as it's really slow.
11978
11979 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11980
11981         * backend/ev-document.c: (ev_document_class_init):
11982         * pdf/xpdf/pdf-document.cc:
11983         * shell/ev-window.c: (ev_window_open):
11984
11985         Fix document title bugs and fallback to
11986         filename when not available.
11987
11988 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11989
11990         * backend/ev-document.c: (ev_document_get_type),
11991         (ev_document_class_init), (ev_document_load),
11992         (ev_document_get_title):
11993         * backend/ev-document.h:
11994         * pdf/xpdf/pdf-document.cc:
11995         * ps/ps-document.c: (ps_document_set_property),
11996         (ps_document_get_property), (ps_document_class_init),
11997         (document_load):
11998         * ps/ps-document.h:
11999         * ps/ps.h:
12000         * shell/ev-window.c: (update_window_title), (ev_window_open),
12001         (ev_window_init):
12002
12003         Initial support for document title. Not working yet.
12004
12005 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12006
12007         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
12008
12009         Grab focus on the view when clicking it
12010
12011 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12012
12013         * shell/ev-marshal.list:
12014         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
12015         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
12016
12017         Add key bindings to the view. Now if the focus would work
12018         right...
12019
12020 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12021
12022         * Makefile.am:
12023         * backend/Makefile.am:
12024         * data/Makefile.am:
12025         * dvi/Makefile.am:
12026         * dvi/dvilib/Makefile.am:
12027         * pdf/xpdf/Makefile.am:
12028         * po/POTFILES.in:
12029         * ps/Makefile.am:
12030
12031         Fix distcheck
12032
12033 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12034
12035         * shell/ev-view.c: (ev_view_realize):
12036
12037         Fix mouse wheel scrolling
12038
12039 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12040
12041         * ps/Makefile.am:
12042         * ps/gstypes.h:
12043         * ps/gtkgs.c:
12044         * ps/gtkgs.h:
12045         * ps/ps-document.c: (catchPipe), (ps_document_init),
12046         (ps_document_class_init), (ps_document_cleanup),
12047         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
12048         (set_up_page), (close_pipe), (is_interpreter_ready),
12049         (interpreter_failed), (output), (input), (start_interpreter),
12050         (stop_interpreter), (file_length), (file_readable),
12051         (check_filecompressed), (check_pdf), (compute_xdpi),
12052         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
12053         (ps_document_get_type), (ps_document_emit_error_msg),
12054         (document_load), (ps_document_next_page),
12055         (ps_document_get_current_page), (ps_document_get_page_count),
12056         (ps_document_goto_page), (ps_document_set_page_size),
12057         (ps_document_zoom_to_fit), (ps_document_set_zoom),
12058         (ps_document_load), (ps_document_get_n_pages),
12059         (ps_document_set_page), (ps_document_get_page),
12060         (ps_document_widget_event), (ps_document_set_target),
12061         (ps_document_set_scale), (ps_document_set_page_offset),
12062         (ps_document_get_page_size), (ps_document_render),
12063         (ps_document_document_iface_init):
12064         * ps/ps-document.h:
12065         * ps/ps.c:
12066         * shell/ev-window.c: (ev_window_open):
12067
12068         Rename GtkGS to PSDocument
12069
12070 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12071
12072         * ps/gtkgs.c: (gtk_gs_class_init):
12073         * ps/gtkgs.h:
12074
12075         Some more leftover...
12076
12077 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12078
12079         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
12080         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
12081         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
12082         * ps/gtkgs.h:
12083
12084         Remove unused code and make a lot of stuff private
12085
12086 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12087
12088         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
12089         (gtk_gs_defaults_changed):
12090         * ps/gsdefaults.h:
12091         * ps/gtkgs.c:
12092         * ps/gtkgs.h:
12093         * ps/ps.h:
12094
12095         Cleanup headers dependencies
12096
12097 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12098
12099         * ps/Makefile.am:
12100         * ps/ggvutils.c:
12101         * ps/ggvutils.h:
12102         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
12103         * ps/gsdefaults.h:
12104         * ps/gtkgs.c: (file_length), (file_readable),
12105         (check_filecompressed), (check_pdf), (gtk_gs_load),
12106         (gtk_gs_get_postscript):
12107
12108         Get rid of ggvutils
12109
12110 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12111
12112         * ps/ggvutils.c:
12113         * ps/ggvutils.h:
12114         * ps/gsio.h:
12115         * ps/gtkgs.c: (gtk_gs_set_zoom):
12116
12117         Cleanups
12118
12119 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12120
12121         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
12122
12123         Ensure the page is rerendered when changing zoom
12124
12125 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12126
12127         * backend/ev-document.c: (ev_document_base_init),
12128         (ev_document_changed):
12129         * backend/ev-document.h:
12130
12131         Add a changed event that is emitted when the page content
12132         changes. This is necessary to deal with the fact that
12133         in ps backend rendering happen asycrounously.
12134         This makes the ps backend mostly work.
12135
12136         * pdf/xpdf/pdf-document.cc:
12137
12138         Emit changed event
12139
12140         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
12141         (ps_document_set_target):
12142
12143         Emit changed event
12144
12145         * shell/ev-view.c: (document_changed_callback),
12146         (ev_view_set_document), (ev_view_set_page):
12147
12148         Redraw on the changed signal
12149
12150 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
12151
12152         * configure.ac: Added pt_BR to ALL_LINGUAS.
12153
12154 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
12155
12156         * backend/ev-document-bookmarks.c:
12157         (ev_document_bookmarks_get_child): *
12158         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
12159         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
12160         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
12161         (ev_sidebar_bookmarks_destroy),
12162         (ev_sidebar_bookmarks_class_init),
12163         (ev_sidebar_bookmarks_construct), (stack_data_free),
12164         (do_one_iteration), (populate_bookmarks_idle),
12165         (ev_sidebar_bookmarks_clear_document),
12166         (ev_sidebar_bookmarks_set_document): *
12167         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
12168         (ev_sidebar_add_page),
12169         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
12170         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
12171         it displays both the topics and the page numbers.
12172
12173 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
12174
12175         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
12176         toggle.
12177         * shell/ev-window.c (toggle_entries): Set sidebar default value to
12178         visible.
12179
12180 2004-12-23  Adam Weinberger  <adamw@gnome.org>
12181
12182         * configure.ac: Added en_CA to ALL_LINGUAS.
12183
12184 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12185
12186         * ChangeLog: replace bottom of this ChangeLog (merged history of
12187         ggv and gpdf; where all paths were wrong and most of the files are
12188         not even in this tree) with ChangeLog (from arch) of the shell
12189         code.
12190
12191 2004-12-23  Havoc Pennington  <hp@redhat.com>
12192
12193         * shell/ev-window.c: hook up potentially-questionable "find
12194         results status text" feature - something involving the sidebar or
12195         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
12196         might be better in the end.
12197
12198         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
12199         with corresponding signal when it should be updated
12200
12201         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
12202
12203 2004-12-22  Havoc Pennington  <hp@redhat.com>
12204
12205         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
12206         find stuff on other pages, sort of (only returns one result on
12207         invisible pages, to show they have results; updates full results
12208         for a page when you view it). Currently repaints the current page
12209         every time a new result is found on any page, which isn't so nice.
12210
12211 2004-12-22  Havoc Pennington  <hp@redhat.com>
12212
12213         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
12214         the document doesn't support find (better ideas?)
12215         (find_bar_search_changed_cb): handle missing document or document
12216         that doesn't support find
12217
12218         * pdf/xpdf/pdf-document.cc: port to implement the new
12219         EvDocumentFindIface
12220
12221         * backend/ev-document-find.c: create a new interface for searching
12222
12223         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
12224
12225 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12226
12227         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
12228         libevbackend.la.
12229
12230         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
12231         EvPrintJob constructor arguments.
12232
12233         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
12234         for documents that can export PostScript (page by page).
12235
12236         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
12237         
12238         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
12239         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
12240         (pdf_document_ps_exporter_iface_init:
12241         Implement EvPSExporter.
12242
12243         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
12244
12245 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12246
12247         * backend/Makefile.am:
12248         * backend/ev-document-thumbnails.c:
12249         (ev_document_thumbnails_get_type),
12250         (ev_document_thumbnails_get_thumbnail):
12251         * backend/ev-document-thumbnails.h:
12252         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12253         (pixbuf_document_thumbnails_get_thumbnail),
12254         (pixbuf_document_document_thumbnails_iface_init):
12255         * shell/Makefile.am:
12256         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
12257         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
12258         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
12259         * shell/ev-sidebar-thumbnails.h:
12260         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12261         (ev_sidebar_set_document):
12262         * shell/ev-utils.c: (gaussian), (create_blur_filter),
12263         (create_shadow), (ev_pixbuf_add_shadow):
12264         * shell/ev-utils.h:
12265         Add thumbnail support.
12266         
12267 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12268
12269         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
12270         (using_postscript_printer): Set up a print dialog for "PostScript
12271         injection" method.
12272
12273         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
12274         EvPrintJob.
12275
12276         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
12277
12278 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12279
12280         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
12281         (ps_document_set_target), (ps_document_get_page_size),
12282         (ps_document_render):
12283         * ps/gtkgs.h:
12284
12285         Fix a few bugs
12286
12287 2004-12-22  Christian Rose  <menthos@menthos.com>
12288
12289         * configure.ac: Added "sv" to ALL_LINGUAS.
12290
12291 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
12292
12293         * backend/ev-document-bookmarks.[ch]: new interface to indicate
12294         document supports bookmarks.
12295
12296 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12297
12298         * ps/ggvutils.c: (ggv_file_readable):
12299         * ps/ggvutils.h:
12300         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
12301         (gtk_gs_get_postscript):
12302
12303         Remove unused utils
12304
12305 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12306
12307         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
12308         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
12309         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
12310         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
12311         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
12312         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
12313         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12314         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12315         (gtk_gs_set_antialiasing), (ps_document_load),
12316         (ps_document_render):
12317         * ps/gtkgs.h:
12318
12319         Another check point for the ps backend. Now I can get it to show
12320         pages!
12321
12322 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
12323
12324         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
12325         document setting code.
12326
12327 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12328
12329         * shell/eggfindbar.c: (entry_activate_callback):
12330         Animate the next button when activate is pressed.
12331         
12332 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12333
12334         * shell/ev-window.c: (ev_window_cmd_edit_find),
12335         (update_fullscreen_popup), (ev_window_fullscreen),
12336         (ev_window_unfullscreen), (ev_window_state_event_cb),
12337         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
12338         Fix bugs in fullscreen code.
12339         
12340 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12341
12342         * Makefile.am:
12343         * configure.ac:
12344         * pixbuf/Makefile.am:
12345         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12346         (pixbuf_document_load), (pixbuf_document_get_n_pages),
12347         (pixbuf_document_set_page), (pixbuf_document_get_page),
12348         (pixbuf_document_set_target), (pixbuf_document_set_scale),
12349         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
12350         (pixbuf_document_render), (pixbuf_document_begin_find),
12351         (pixbuf_document_end_find), (pixbuf_document_finalize),
12352         (pixbuf_document_class_init),
12353         (pixbuf_document_document_iface_init), (pixbuf_document_init):
12354         * pixbuf/pixbuf-document.h:
12355         * shell/Makefile.am:
12356         * shell/ev-application.c: (ev_application_open):
12357         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
12358         (ev_window_open):
12359         Add pixbuf backend.
12360         
12361 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
12362
12363         * Makefile.am: 
12364         * dvi/dvilib/Makefile.am:
12365         * dvi/Makefile.am:
12366         * configure.ac: Auto*ify dvi and dvi/dvilib
12367
12368         * dvi/Makefile: Remove from CVS
12369         
12370         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
12371         confusion.
12372
12373         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
12374         
12375         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
12376         
12377 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12378
12379         * ps/Makefile.am:
12380         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
12381         (gtk_gs_value_adjustment_changed), (compute_size),
12382         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
12383         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
12384         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12385         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12386         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
12387         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
12388         (ps_document_load), (ps_document_get_n_pages),
12389         (ps_document_set_page), (ps_document_get_page),
12390         (ps_document_set_target), (ps_document_set_scale),
12391         (ps_document_set_page_offset), (ps_document_get_page_size),
12392         (ps_document_render), (ps_document_begin_find),
12393         (ps_document_end_find), (ps_document_document_iface_init):
12394         * ps/gtkgs.h:
12395         * shell/Makefile.am:
12396         * shell/ev-window.c: (ev_window_open):
12397
12398         Some work to integrate gtkgs with EvDocument
12399
12400 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12401
12402         * shell/ev-window.c: (update_fullscreen_popup),
12403         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
12404         (exit_fullscreen_button_clicked_cb),
12405         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
12406         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12407         (ev_window_state_event_cb), (ev_window_init):
12408         Add fullscreen support from Epiphany.
12409         
12410 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12411
12412         * data/ev-stock-zoom-fit-width.png: fit-width
12413         stock icon from gpdf.
12414         
12415         * shell/ev-stock-icons.[ch]: copied from gpdf.
12416         
12417         * shell/main.c: (main): init stock icons.
12418         
12419         * shell/ev-window.c: use the fit-width icon.
12420         
12421         * data/evince-ui.xml: add zooming toolbar items.
12422
12423 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12424
12425         * shell/ev-view.c: 
12426         (ev_view_best_fit), (ev_view_fit_width): because
12427         get_page_size() returns the scaled page size, we
12428         need to calculate the scale factor relative to
12429         the previous scale factor. Should really just
12430         add get_real_page_size().
12431
12432 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12433
12434         * shell/ev-view.[ch]:
12435         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
12436         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
12437         add zooming.
12438         
12439         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
12440         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
12441         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
12442         hook it up.
12443         
12444         * pdf/xpdf/pdf-document.cc:
12445         (pdf_document_begin_find),
12446         (pdf_document_end_find): make static.
12447
12448 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12449
12450         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
12451
12452         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
12453         names to fontconfig patterns.
12454         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
12455
12456         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
12457         setupBaseFontsFc.
12458
12459 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12460
12461         * Makefile.am:
12462         * configure.ac:
12463         * ps/Makefile.am:
12464         * ps/ggvutils.c:
12465         * ps/ggvutils.h:
12466         * ps/gsdefaults.c:
12467         * ps/gsdefaults.h:
12468         * ps/gsio.c:
12469         * ps/gsio.h:
12470         * ps/gtkgs.c:
12471         * ps/gtkgs.h:
12472         * ps/ps.c:
12473         * ps/ps.h:
12474
12475         Import ggv backend. Not hooked up yet.
12476
12477 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12478
12479         * shell/main.c: (load_files), (main): load files
12480         from the command line.
12481
12482 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12483
12484         * configure.ac: don't require bonobo.
12485         
12486         * cut-n-paste/recent-files/*: kill bonobo recent
12487         view.
12488
12489         * shell/ev-window.c:
12490         (ev_window_is_empty): upd.
12491         (unable_to_load), (ev_window_open): load backend
12492         based on the mime type.
12493
12494 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12495
12496         * backend/.cvsignore: ignore generated marshalers source.
12497
12498         * shell/main.c (main): this is not epiphany.
12499
12500 2004-12-22  Havoc Pennington  <hp@redhat.com>
12501
12502         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
12503         (expose_bin_window): draw find highlights
12504
12505         * shell/ev-window.c (find_bar_search_changed_cb): implement 
12506         
12507         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
12508         (pdf_document_end_find): implement this interface
12509
12510         * backend/ev-document.c (ev_document_found): add this to emit
12511         signal
12512
12513 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
12514
12515         * data/evince-ui.xml: Add a few more toolbar items.
12516
12517         * shell/ev-window.c: Hook up page navigation toolbar 
12518         items.
12519
12520         * shell/ev-view.[ch]: add ev_view_set/get_page and 
12521         a page-changed signal.
12522
12523         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
12524         Add ev_document_get_page().
12525
12526         * shell/ev-window.c: Sensitize/desensitize navigation
12527         actions.
12528
12529 2004-12-21  Havoc Pennington  <hp@redhat.com>
12530
12531         * backend/ev-backend-marshal.c,
12532         backend/ev-backend-marshalers.list, backend/Makefile.am: add
12533         marshaler-generator thingy. I'm sure there's a better way to do
12534         this in the modern world.
12535
12536         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
12537         end_find methods and "found" signal.
12538
12539         * configure.ac: find glib-genmarshal
12540
12541 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
12542
12543         * shell/ev-sidebar.c: Construct an actual sidebar.
12544         * shell/ev-sidebar-bookmarks.[ch]:
12545         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
12546
12547 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
12548
12549         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
12550         Redo size handling.
12551         
12552         * shell/ev-view.c: Track the size from the document.
12553
12554 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
12555
12556         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
12557         constructor assumes ownership of the string passed in.
12558         
12559         * shell/ev-window.c (ev_window_open): Destroy the error
12560         dialog once we've displayed it.
12561
12562 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
12563
12564         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
12565         a bit, it works! (sort of)
12566
12567         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
12568         Move to .cc since we need to use C++ in the implementation.
12569
12570         * shell/dummy.cc: Add a CC file to force evince
12571         to be linked as a C++ program.
12572
12573 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
12574
12575         * shell/ev-view.[ch]: Start of content-area widget.
12576
12577         * shell/ev-window.c: Create a EvView, update it
12578         as we change documents.
12579
12580         * shell/Makefile.am shell/ev-marshal.list: Add
12581         generated marshalers.
12582
12583 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
12584
12585         * Makefile.am (SUBDIRS): move shell.
12586
12587 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
12588
12589         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
12590         .a to libtool convenience libraries.
12591
12592         * shell/ev-window.c (ev_window_open): Hard code loading
12593         a PDF document.
12594         
12595         * backend/ev-document.h: Add a boolean return to load(),
12596         fix GError * to GError **.
12597
12598         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
12599         object for a PDF backend EvDocument.
12600
12601 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
12602
12603         * dvi/*: New directory with the beginning of a .dvi backend.
12604
12605 2004-12-21  Havoc Pennington  <hp@redhat.com>
12606
12607         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
12608         previous/next instead of back/forward
12609
12610 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
12611
12612         * backend/ev-document.[ch]: Fix a couple of problems so
12613         it compile.
12614
12615 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
12616
12617         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
12618         to backend/ directory, rename EvViewer to EvDocument.
12619
12620 2004-12-21  Havoc Pennington  <hp@redhat.com>
12621
12622         * shell/ev-window.c: hook up the find bar widget; now we just need
12623         a document to find things in
12624
12625         * shell/eggfindbar.c: a find bar widget
12626
12627 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
12628
12629         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
12630
12631 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
12632
12633         * pdf/**: Import of xpdf code from gpdf. 
12634
12635         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
12636
12637         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
12638         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
12639         Fix FreeType includes.
12640
12641         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
12642         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
12643         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
12644         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
12645         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
12646         Include xpdfconfig.h
12647         
12648 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
12649
12650         * shell/ev-window.c (ev_window_dispose): dispose can be called
12651         multiple times.
12652
12653 2004-12-21  Havoc Pennington  <hp@redhat.com>
12654
12655         * shell/ev-window.c (ev_window_init): set title to Document Viewer
12656         rather than Evince
12657
12658         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
12659         items; really they should be synced with the strings, etc. from
12660         current gpdf, but just getting the boring typing out of the way 
12661
12662 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12663
12664         * po/POTFILES.in:
12665         * shell/ev-application.c: (window_destroy_cb):
12666         * shell/ev-window.c:
12667         * shell/main.c: (main):
12668
12669         Actually show the window...
12670
12671 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12672
12673         * Makefile.am:
12674         * shell/Makefile.am:
12675         * shell/ev-application.c: (ev_application_class_init):
12676         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
12677
12678         Make it build again
12679
12680 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12681
12682         Import to gnome cvs.
12683         
12684         * Remove copies of gpdf and ggv trees.
12685         * Rip out all the recursive configure code.
12686         * Remove bonobo machinery.
12687         * viewer/*: GInterfaces that backends should/can implement.
12688
12689 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12690
12691         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
12692         typo
12693
12694 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12695
12696         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
12697         (ev_application_finalize, ev_application_class_init)
12698         (ev_application_init): use GType instance private data for priv.
12699
12700         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
12701         (ev_window_finalize, ev_window_class_init)
12702         (ev_window_init): ditto.
12703
12704 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12705
12706         * shell/ev-application.c (ev_application_new_window): make public
12707         (ev_application_show_initial_window): kill.
12708
12709         * shell/ev-application.h: update prototypes.
12710
12711         * shell/main.cc (main): inline ev_application_show_initial_window.
12712
12713 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12714
12715         * shell/ev-application.c (ev_application_new_window): impl.
12716         (ev_application_show_initial_window): use it.
12717         (is_window_empty, ev_application_get_empty_window): returns an
12718         existing empty window or a new one.
12719         (ev_application_open): from ev_window_cmd_file_open.
12720
12721         * shell/ev-application.h: update prototypes
12722
12723         * shell/ev-window.c (ev_window_is_empty): impl.
12724         (ev_window_open): make public.
12725         (ev_window_cmd_file_open): use ev_application_open
12726
12727         * shell/ev-window.h: update prototypes, remove unused.
12728
12729 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12730
12731         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
12732         move destroy handler out of here...
12733
12734         * shell/ev-application.c, shell/ev-application.h: ...into this new
12735         class. Also handles initial window creation.
12736
12737         * shell/main.cc (main): use EvApplication to create initial
12738         window.
12739
12740 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12741
12742         * Makefile.am (SUBDIRS): add cut-n-paste
12743
12744         * cut-n-paste/Makefile.am: add
12745
12746         * configure.ac: generate Makefiles in cut-n-paste
12747
12748 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12749
12750         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
12751         (ev_window_class_init): install ev_window_dispose.
12752
12753 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12754
12755         * shell/ev-window.h, shell/ev-window.c: replace gchar with
12756         char (gchar looks stupid).
12757
12758 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12759
12760         * po/de.po: updated German translation.
12761
12762 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12763
12764         * configure.ac: add more pkg-config library checks for gnome-vfs,
12765         bonobo etc.
12766
12767         * gpdf/configure.in: temporarily disable libpaper
12768         checks. Otherwise I'd have to add the checks for the shell, too.
12769
12770 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12771
12772         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
12773         and * file filters to the file choose.
12774
12775 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12776
12777         * po/de.po: Updated German translation.
12778
12779 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12780
12781         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
12782
12783 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12784
12785         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
12786
12787         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
12788         (ev_window_init): implement those menuitems.
12789
12790 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12791
12792         * data/evince-ui.xml: add a toolbar (with FileOpen action)
12793
12794         * shell/ev-window.c (ev_window_init): use the toolbar.
12795
12796 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12797
12798         * shell/ev-window.c (ev_window_init): use menu translations
12799
12800 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12801
12802         * configure.ac: add "de" to ALL_LINGUAS.
12803
12804         * po/de.po: add German translation.
12805
12806 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12807
12808         * Makefile.am (SUBDIRS): add po
12809
12810         * configure.ac: check intltool, glib-gettext etc, generate
12811         po/Makefile.in
12812
12813         * po, po/POTFILES.in, po/POTFILES.skip: new.
12814
12815 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12816
12817         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
12818         already use (#ifdef ENABLE_NLS)
12819
12820         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
12821         pointer indirection thinko.
12822
12823         * shell/main.c: include gi18n.h for bindtextdomain etc.
12824
12825 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12826
12827         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
12828         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
12829         tooltips for menu items in the statusbar.
12830
12831 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12832
12833         * configure.ac, data/Makefile.am, shell/Makefile.am: use
12834         pkgdatadir drop UIDIR
12835
12836 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12837
12838         * data/evince-ui.xml: Add File->Open menu item
12839
12840         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
12841         chooser), hook it up in the ui manager.
12842
12843 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12844
12845         * shell/ev-window.c: fix Help->About tooltip.
12846
12847 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
12848
12849         * configure.ac: set CFLAGS for libevprivate.
12850
12851         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
12852         definitions, factory etc.
12853
12854         * lib/Makefile.am: build libevprivate.a (only stock icon code).
12855
12856         * shell/Makefile.am: link against libevprivate.a.
12857
12858         * shell/ev-window.c (entries): add stock icon to Help->About.
12859
12860         * shell/main.c (main): init stock icon code.
12861
12862 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12863
12864         * lib/recent-files: egg recent files code
12865
12866         * lib/Makefile.am: add.
12867
12868         * Makefile.am: add lib subdir.
12869
12870         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
12871         set CFLAGS for recent-files.
12872
12873 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12874
12875         * configure.ac: disable -ansi and -pedantic gcc flags. They
12876         disable POSIX stuff in stdio.h, but egg-recent uses them.
12877
12878 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
12879
12880         * configure.ac: add --disable-deprecated flag (defaults to on in
12881         "cvs" builds).
12882
12883         * shell/Makefile.am (INCLUDES): use it.
12884
12885 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12886
12887         * shell/main.c: add missing #include.
12888
12889         * shell/ev-window.c: fix for pedantic gcc.
12890         (ev_window_cmd_help_about): split license into paragraphs for
12891         translators and pedantic compilers.
12892
12893 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12894
12895         * configure.ac: add more warning flags if compiling with gcc from
12896         cvs (or explicitly requested with --enable-more-warnings).
12897
12898 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12899
12900         * data/evince-ui.xml: add File and File->Close menu.
12901
12902         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
12903         (ev_window_destroy): quit after destroy.
12904         (ev_window_class_init): override GtkObject::destroy.
12905         (entries): install close_window callback.
12906
12907 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12908
12909         * Makefile.am (SUBDIRS): add data subdir.
12910
12911         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
12912         gtk+ 2.5.0 for GtkAboutDialog.
12913
12914         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
12915         main window.
12916
12917         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
12918
12919         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
12920         manager.
12921         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
12922
12923 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12924
12925         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
12926
12927 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12928
12929         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
12930
12931 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12932
12933         * shell/*: Added shell directory boilerplate, build it.
12934
12935 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12936
12937         * configure.ac, Makefile.am: Added top-level configure.ac and
12938         Makefile.am