]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Implement "push" effect.
[evince.git] / ChangeLog
1 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2
3         * shell/ev-transition-animation.c (ev_transition_animation_push)
4         (ev_transition_animation_paint): Implement "push" effect.
5
6 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
7
8         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
9         (ev_transition_animation_paint): Implement "dissolve" effect.
10
11 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
12
13         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
14         (ev_transition_animation_paint): Implement "wipe" effect.
15
16 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
17
18         * shell/ev-transition-animation.c (ev_transition_animation_box)
19         (ev_transition_animation_paint): Implement "box" effect.
20
21 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
22
23         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
24         (ev_transition_animation_paint): Implement "blinds" effect.
25
26 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
27
28         * shell/ev-transition-animation.c (ev_transition_animation_split)
29         (ev_transition_animation_paint): Implement "split" effect.
30
31 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
32
33         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
34         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
35         (ev_view_transition_animation_start) 
36         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
37         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
38         (ev_view_next_page) (ev_view_previous_page):
39         
40         Use EvTransitionAnimation to drive page changes in the presentation
41         mode, the animation will wait to start until both the origin and 
42         destination page surfaces are available. Fixes #458460.
43
44         (draw_loading_text):
45
46         Remove workaround for bug #320352, it's now fixed properly.
47
48
49 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
50
51         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
52         will contain the implementations for page transition animations, at
53         the moment it just has the "replace" effect.
54         * shell/Makefile.am: Added these files to build.
55
56 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
57
58         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
59         animations.
60         * shell/Makefile.am: Added these files to build.
61
62 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
63
64         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
65         implementation to get_effect() in EvDocumentTransitionIface.
66
67 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
68
69         * libdocument/ev-transition-effect.[ch]: New files, define a page
70         transition effect, at the moment it maps PopplerPageTransition to a
71         GObject.
72         * libdocument/Makefile.am: Added these files to build.
73         * libdocument/ev-document-transition.[ch]
74         (ev_document_transition_get_effect): New method, gets the
75         EvTransitionEffect returned by the interface implementation, with
76         fallback to the "replace" effect.
77
78 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
79
80         * configure.ac:
81         * cut-n-paste/Makefile.am:
82         * cut-n-paste/fileformatchooser/Makefile.am:
83         * cut-n-paste/fileformatchooser/egg-macros.h:
84         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
85         * shell/Makefile.am:
86         * shell/ev-window.c: (image_save_dialog_response_cb),
87         (ev_view_popup_cmd_save_image_as):
88
89         Allow exporting images in any format supported by
90         GdkPixbuf. Fixes bug #500209.
91         
92 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
93
94         * backend/pixbuf/pixbuf-document.c:
95
96         More warnings fixed.
97         
98 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
99
100         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
101         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
102         * backend/djvu/djvu-text.h:
103         * backend/tiff/tiff-document.c: (tiff_document_render):
104
105         Fix compile warnings.
106         
107 2007-12-28  Christian Persch  <chpe@gnome.org>
108
109         * **/*.c: Include config.h. Bug #504721.
110
111 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
112
113         * configure.ac:
114         * Makefile.am:
115         * po/POTFILES.in:
116         * backend/comics/Makefile.am:
117         * backend/comics/comics-document.[ch]:
118         * backend/comics/comicsdocument.evince-backend.in:
119         * backend/djvu/Makefile.am:
120         * backend/djvu/djvu-document.[ch]:
121         * backend/djvu/djvudocument.evince-backend.in:
122         * backend/dvi/Makefile.am:
123         * backend/dvi/dvi-document.[c]:
124         * backend/dvi/dvidocument.evince-backend.in:
125         * backend/impress/Makefile.am:
126         * backend/impress/impress-document.[ch]:
127         * backend/impress/impressdocument.evince-backend.in:
128         * backend/pdf/Makefile.am:
129         * backend/pdf/ev-poppler.cc:
130         * backend/pdf/ev-poppler.h:
131         * backend/pdf/pdfdocument.evince-backend.in:
132         * backend/pixbuf/Makefile.am:
133         * backend/pixbuf/pixbuf-document.[ch]:
134         * backend/pixbuf/pixbufdocument.evince-backend.in:
135         * backend/ps/Makefile.am:
136         * backend/ps/ev-spectre.[ch]:
137         * backend/ps/ps-document.[ch]:
138         * backend/ps/psdocument.evince-backend.in:
139         * backend/tiff/Makefile.am:
140         * backend/tiff/tiff-document.[ch]:
141         * backend/tiff/tiffdocument.evince-backend.in:
142         * libdocument/Makefile.am:
143         * libdocument/ev-backends-manager.[ch]:
144         * libdocument/ev-module.[ch]:
145         * libdocument/ev-document.h:
146         * libdocument/ev-document-factory.[ch]:
147         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
148         (get_compression_from_mime_type), (get_document_from_uri),
149         (ev_document_factory_get_document), (file_filter_add_mime_types),
150         (ev_document_factory_add_filters):
151         * shell/Makefile.am:
152         * shell/ev-window-title.c: (get_filename_from_uri):
153         * shell/main.c: (main):
154         * thumbnailer/Makefile.am:
155         * thumbnailer/evince-thumbnailer.c: (main):
156
157         Plugin system for backends. Fixes bug #351348.
158         
159 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
160
161         * shell/ev-view-private.h:
162         * shell/ev-view.c: (ev_view_drag_update_momentum),
163         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
164         (ev_view_button_release_event), (ev_view_destroy):
165         
166         Kinetic scrolling implemented as requested in
167         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
168
169 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
170
171         * data/evince-toolbar.xml:
172         * data/evince-ui.xml:
173         * shell/ev-view-private.h:
174         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
175         (ev_view_button_press_event), (ev_view_motion_notify_event),
176         (ev_view_button_release_event), (ev_view_init),
177         (ev_view_autoscroll_cb), (ev_view_autoscroll),
178         (ev_view_set_cursor):
179         * shell/ev-view.h:
180         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
181         (ev_window_cmd_view_autoscroll):
182         
183         Autoscroll feature with the context menu. Fixes bug 
184         #323670. Thanks to David Turner <cillian64@googlemail.com>.
185
186 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
187
188         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
189
190         Disconnect also page-ready signal when removing a job because the
191         page size has changed. Thanks to kripken
192         <kripkensteiner@gmail.com>.
193
194 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
195
196         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
197         
198         Scroll pages in page entry with mouse wheel. Fixes bug
199         #324122. Thanks to David Turner <cillian64@googlemail.com>.
200
201 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
202
203         * backend/dvi/Makefile.am:
204         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
205         (mdvi_cairo_device_init):
206         * backend/dvi/mdvi-lib/common.h:
207         * backend/dvi/mdvi-lib/mdvi.h:
208         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
209         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
210         (mdvi_build_path_from_cwd):
211
212         Add ps specials support in dvi backend when libspectre is
213         present. Fixes bug #386005.
214         
215 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
216
217         * configure.ac:
218         * backend/ps/Makefile.am:
219         * backend/ps/ev-spectre.[ch]:
220         
221         Use libspectre, if available, for the ps backend. Fixes bugs
222         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
223
224 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
225         
226         * backend/comics/comics-document.c: (comics_document_load):
227         
228         Cygwin build issue fix.
229
230 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
231
232         * shell/ev-view.c: (ev_view_set_zoom):
233
234         Do not limit the minimum zoom factor when sizing mode is best bit
235         or fit width. Fixes bug #503805.
236         
237 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
238
239         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
240         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
241         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
242         (ev_link_dest_get_property), (ev_link_dest_set_property),
243         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
244         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
245         (ev_link_dest_new_fitr):
246         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
247         (goto_fith_dest), (goto_xyz_dest):
248
249         Do not change left, top and zoom values when they are null in PDF
250         destinations. Fixes bug #460658.
251         
252 2007-12-10  Christian Persch  <chpe@gnome.org>
253
254         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
255         (ev_view_accessible_class_init),
256         (ev_view_accessible_idle_do_action),
257         (ev_view_accessible_action_do_action),
258         (ev_view_accessible_action_get_description),
259         (ev_view_accessible_action_set_description),
260         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
261         (ev_view_accessible_factory_init),
262         (ev_view_accessible_factory_get_accessible_type):
263         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
264         private data, and G_DEFINE_TYPE. Bug #502843.
265
266 2007-12-08  Christian Persch  <chpe@gnome.org>
267
268         * shell/ev-metadata-manager.c: (item_free),
269         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
270         (value_free), (parse_value), (parseItem),
271         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
272         (save_values): Use GSlice to allocate small amounts of memory. Bug
273         #475972.
274
275 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
276
277         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
278
279         Restore cursor to normal after a drag operation. Fixes bug
280         #501603.
281         
282 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
283
284         * NEWS:
285         * configure.ac:
286         
287         Update for release 2.21.1
288
289 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
290
291         * configure.ac:
292         * cut-n-paste/gedit-message-area/Makefile.am:
293         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
294         * shell/Makefile.am:
295         * shell/ev-message-area.[ch]:
296         * shell/ev-window.c: (ev_window_set_message_area),
297         (ev_window_error_message_response_cb), (ev_window_error_message),
298         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
299         (ev_window_save_job_cb), (image_save_dialog_response_cb),
300         (ev_attachment_popup_cmd_open_attachment),
301         (attachment_save_dialog_response_cb), (ev_window_set_document),
302         (ev_window_init):
303
304         Use a message area instead of a popup dialog for error
305         notifications. Fixes bug #337495.
306         
307 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
308
309         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
310         (ev_window_run_fullscreen):
311
312         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
313         
314 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
315
316         * ev-sidebar-thumbnails.c: (update_visible_range),
317         (ev_sidebar_thumbnails_refresh),
318         (ev_sidebar_thumbnails_set_document),
319         (ev_sidebar_thumbnails_support_document):
320
321         Show thumbnails for documents with one page. Fixes bug #358751.
322         
323 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
324
325         * shell/ev-window.c:
326         (ev_window_load_print_settings_from_metadata),
327         (ev_window_save_print_settings), (ev_window_print_finished),
328         (ev_window_print_range):
329
330         Print settings that are specific to the document are now saved per
331         document in the metadata file. Fixes bug #488806.
332         
333 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
334
335         * backend/tiff/tiff-document.c: (tiff_document_render):
336
337         Tiff documents were rendered with wrong colors. Fixes bug #497279.
338         
339 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
340
341         * shell/ev-application.[ch]: (get_find_string_from_args),
342         (ev_application_open_uri_at_dest), (ev_application_open_uri),
343         (ev_application_open_uri_list):
344         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
345         * shell/ev-window.[ch]: (ev_window_load_job_cb),
346         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
347         (ev_window_cmd_recent_file_activate),
348         (ev_window_open_recent_action_item_activated),
349         (ev_window_print_send), (open_remote_link):
350         * shell/main.c: (arguments_parse):
351
352         Add a command line option for search. Fixes bug #497710.
353         
354 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
355
356         * shell/ev-jobs.c: (ev_job_print_new):
357
358         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
359         
360 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
361
362         * data/evince-toolbar.xml:
363         * shell/Makefile.am:
364         * shell/ev-application.c: (ev_application_init):
365         * shell/ev-open-recent-action.[ch]:
366         * shell/ev-window.c:
367         (ev_window_open_recent_action_item_activated),
368         (register_custom_actions):
369
370         Add an expander to the open toolbar item which pops up a dropdown
371         menu with the recently used documents. Fixes bug #487215.
372         
373 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
374
375         * shell/ev-window.c: (ev_window_open_uri),
376         (ev_window_cmd_view_reload):
377
378         Do not jump to the first page when reloading by running evince
379         from the command line. Fixes bug #490847.
380         
381 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
382
383         * shell/ev-window.c: (ev_window_cmd_help_contents):
384
385         Plugged memory leak when help file is not found. Fixes bug
386         #490762.
387         
388 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
389
390         * configure.ac:
391
392         Enable djvu, dvi and comics backends by default. Fixes bug
393         #437121.
394         
395 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
396
397         * configure.ac:
398         * cut-n-paste/Makefile.am:
399         * cut-n-paste/recent-files/*: Removed
400         * help/reference/Makefile.am:
401         * shell/Makefile.am:
402         * shell/ev-application.[ch]: (ev_application_shutdown),
403         (ev_application_init):
404         * shell/ev-window.c: (ev_window_add_recent),
405         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
406
407         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
408         
409 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
410
411         * shell/ev-window.c: (launch_external_uri):
412
413         Let GnomeVFS check the URL, this allow more URL (like mailto:),
414         and report error if the URL is not supported (#489910).
415
416 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
417
418         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
419         (pdf_document_file_exporter_begin_page),
420         (pdf_document_file_exporter_end_page):
421
422         Fix printing with poppler splash backend. Fixes bug #489774.
423         
424 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
425
426         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
427         * shell/ev-print-job.c: (ev_print_job_class_init):
428
429         Fix a crash when printing with the gnome-print dialog. Fixes bug
430         #488939.
431         
432 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
433
434         * backend/pixbuf/pixbuf-document.c:
435
436         Fix an implicit function definition warning (#487655)
437
438 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
439
440         * shell/ev-window.c:
441
442         Fix conflicting shortcut for view sade pane and presentation.
443         
444 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
445
446         * backend/pdf/ev-poppler.cc:
447         (pdf_document_file_exporter_begin_page),
448         (pdf_document_file_exporter_do_page),
449         (pdf_document_file_exporter_end_page),
450         (pdf_document_file_exporter_iface_init):
451         * libdocument/ev-file-exporter.[ch]:
452         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
453         * shell/ev-jobs.c: (ev_job_print_get_page_list),
454         (ev_job_print_run):
455
456         When printing multiple pages per sheet in reverse option, do not
457         invert the order of the pages in every sheet, but the order of the
458         sheets. Do not print blank pages when page range is invalid. Fixes
459         bugs #484857 and #485521.
460         
461 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
462
463         * shell/ev-jobs.c: (ev_job_print_get_page_list),
464         (ev_job_print_run):
465         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
466
467         Respect ranges order when printing more than one range in random
468         order.
469         
470 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
471
472         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
473         (ev_window_setup_document), (ev_window_rotation_changed_cb):
474
475         Rotate also the window icon when document is rotated. Fixes bug
476         #474681.
477         
478 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
479
480         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
481         (pdf_document_forms_get_form_fields):
482
483         Silently ignore unknown form fields. Fixes bug #482654. Patch by
484         Matthias Drochner.
485         
486 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
487
488         * configure.ac:
489         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
490
491         Use poppler_page_render_for_printing() instead of
492         poppler_page_render() if available when exporting to a ps or pdf
493         file. Fixes bug #476627.
494         
495 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
496
497         * shell/ev-window.c: (ev_window_run_fullscreen):
498
499         Do not show the toolbar in fullscreen mode if the main toolbar is
500         not visible. Fixes bug #483048.
501         
502 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
503
504         * shell/ev-view.c: (ev_view_button_press_event):
505
506         Give priority to form fields over images when deciding whether a
507         button press event is over an image or form field. It allows edit
508         form fields when they are over a background image. Fixes bug
509         #477841.
510         
511 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
512
513         * NEWS:
514         * configure.ac:
515         
516         Update for release 2.20.0
517
518 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
519
520         * backend/pdf/ev-poppler.cc:
521
522         Remove #ifdef HAVE_FORMS, so that forms support works again.
523
524 2007-09-05  Götz Waschk  <waschk@mandriva.org>
525
526         * configure.ac:
527         * data/evince.desktop.in.in:
528         
529         Fixes desktop file issues. See bug #473471.
530
531 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
532
533         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
534         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
535         (ev_job_queue_remove_job):
536         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
537         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
538         * shell/ev-window.c: (ev_window_clear_save_job),
539         (ev_window_save_job_cb), (file_save_dialog_response_cb),
540         (ev_window_dispose):
541
542         Move save a copy task to its own job so that it's carried out in a
543         thread avoiding another lock in the main thread. Use
544         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
545         can be saved to a pathin another file system. Fixes bug #456891.
546         
547 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
548
549         * NEWS:
550         * configure.ac:
551         
552         Update for release 2.19.92
553
554 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
555
556         * configure.ac:
557         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
558         (pdf_selection_get_selection_region),
559         (pdf_selection_get_selection_map),
560         (ev_form_field_from_poppler_field):
561
562         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
563         and triple click selections are enabled again now.
564
565 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
566
567         * shell/ev-window.c: (ev_window_add_history):
568
569         Make sure not to use the history with documents not supporting
570         links. Fixes bug #468954.
571
572 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
573
574         * shell/ev-window.c: (ev_window_load_job_cb):
575
576         Restart the search when reloading a document with the find bar
577         visible. Fixes bug #461962.
578
579 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
580
581         * shell/ev-window.c: (setup_document_from_metadata),
582         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
583
584         Do not jump to the first page when reloading a document from the
585         last page.
586
587 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
588
589         * shell/ev-window.c: (update_chrome_flag),
590         (setup_sidebar_from_metadata),
591         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
592         (ev_window_cmd_edit_find_next),
593         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
594         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
595         (find_bar_close_cb), (view_actions_focus_in_cb):
596
597         Do not update visibility when changing a chrome flag so that it's
598         possible to update several flags and update visibility only once
599         for all of them.
600
601 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
602
603         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
604
605         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
606         supported by gtk+. Fixes bug #460907.
607
608 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
609
610         * shell/ev-view.c: (view_update_range_and_current_page):
611
612         Make sure current-page <= end-page in continuous mode. Fixes bug
613         #454950.
614
615 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
616
617         * backend/pdf/ev-poppler.cc: (build_tree):
618
619         Ignore outline items without a title. Fixes bug #453913.
620
621 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
622
623         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
624         (ev_view_button_release_event), (ev_view_leave_notify_event):
625
626         Use always drag mouse cursor during a drag operation. Fixes bug
627         #470564.
628
629 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
630
631         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
632         (pdf_selection_get_selection_region),
633         (pdf_selection_get_selection_map):
634
635         Temporarily disable double and triple selections since it depends on
636         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
637         released and the update of the external dependency minimal version
638         approved.
639
640 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
641
642         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
643         (pdf_document_file_exporter_do_page):
644         * libdocument/ev-file-exporter.h:
645         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
646         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
647
648         Actually fix printing regressions. Remove orientation from
649         EvPrintContext since it's redundant.
650
651 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
652
653         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
654         * backend/impress/impress-document.c:
655         (impress_document_document_iface_init):
656         * backend/ps/ps-document.c: (ps_document_document_iface_init):
657         * backend/djvu/djvu-document.c:
658         (djvu_document_document_iface_init),
659         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
660         * backend/tiff/tiff-document.c:
661         (tiff_document_document_iface_init):
662         * backend/pixbuf/pixbuf-document.c:
663         (pixbuf_document_document_iface_init):
664         * backend/comics/comics-document.c:
665         (comics_document_document_iface_init):
666         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
667         (pdf_selection_render_selection),
668         (pdf_selection_get_selected_text),
669         (pdf_selection_get_selection_region),
670         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
671         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
672         (ev_selection_get_selection_region),
673         (ev_selection_get_selection_map):
674         * libdocument/ev-document.[ch]:
675         * shell/ev-pixbuf-cache.[ch]: (add_job),
676         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
677         * shell/ev-view-private.h:
678         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
679         (ev_job_render_run):
680         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
681         * shell/ev-view.c: (start_selection_for_event),
682         (ev_view_button_press_event), (ev_view_drag_data_get),
683         (ev_view_drag_data_received), (ev_view_button_release_event),
684         (compute_new_selection_text), (compute_selections),
685         (ev_view_select_all), (get_selected_text), (ev_view_copy),
686         (ev_view_primary_get_cb):
687
688         Add support for double and triple click selections.
689
690 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
691
692         * NEWS:
693         * configure.ac:
694
695         Update for release 2.19.4
696
697 2007-08-28  Justin Blanchard  <justinb04@aim.com>
698
699         * shell/ev-view-private.h:
700         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
701         (ev_view_set_highlight_search):
702         * shell/ev-view.h:
703         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
704         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
705         (find_bar_visibility_changed_cb):
706         
707         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
708
709 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
710
711         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
712         (pdf_document_file_exporter_begin),
713         (pdf_document_file_exporter_do_page):
714         * shell/ev-jobs.c: (ev_job_print_run):
715         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
716
717         Create always a portrait cairo surface and rotate when needed for
718         landscape. It fixes printing problems in real printers.
719
720 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
721
722         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
723         * libdocument/ev-file-exporter.[ch]:
724         (ev_file_exporter_get_capabilities):
725         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
726         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
727
728         Adjust number of pages per row according to page orientation when
729         printing 2 or 6 pages per sheet.
730
731 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
732
733         * shell/ev-window.c: (ev_window_print_send):
734
735         Reset also cups setting to 1 when printing multiple pages per
736         sheet. Fixes bug #468853.
737
738 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
739
740         * libdocument/ev-document-misc.c:
741         (ev_document_misc_surface_rotate_and_scale):
742
743         Use directly cairo_surface_get_content() when creating a similar
744         surface as suggested by Jeff Muizelaar. Thanks again.
745
746 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
747
748         * backend/djvu/djvu-document.c: (djvu_document_render):
749         * backend/tiff/tiff-document.c: (tiff_document_render):
750         * backend/pdf/ev-poppler.cc: (pdf_document_render):
751         * libdocument/ev-document-misc.c:
752         (ev_document_misc_surface_from_pixbuf),
753         (ev_document_misc_surface_rotate_and_scale):
754
755         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
756         creating page surfaces. Fixes bug #453123. Thank you very much to
757         Jeff Muizelaar <jeff@infidigm.net>.
758
759 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
760
761         * shell/ev-page-cache.c: (ev_page_cache_new),
762         (ev_page_cache_get_thumbnail_size):
763         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
764         (ev_sidebar_thumbnails_set_loading_icon):
765
766         Also store in page-cache the dimensions of the thumbnails so that
767         they can be used to create the correct loading icon in the side
768         pane. Fixes bug #466857.
769
770 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
771
772         * backend/pdf/ev-poppler.cc:
773         (pdf_document_thumbnails_get_thumbnail):
774
775         Fix thumbnails rotation in pdf documents that include embedded 
776         thumbnails.
777
778 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
779
780         * backend/pdf/ev-poppler.cc:
781
782         Don't use #ifdef in macro expansion. Some compilers don't
783         like that. Closes bug #467042.
784
785 2007-08-15  Justin Blanchard  <justinb04@aim.com>
786
787         * backend/djvu/djvu-document.c: (djvu_document_finalize):
788         
789         Fixes memory leak in djvu backend.
790
791 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
792
793         * data/icons/32x32/Makefile.am:
794         * data/icons/32x32/actions/Makefile.am:
795         * data/icons/32x32/actions/view-page-cont.svg:
796         * data/icons/32x32/actions/view-page-facing.svg:
797         * data/icons/48x48/Makefile.am:
798         * data/icons/48x48/actions/Makefile.am:
799         * data/icons/48x48/actions/view-page-cont.svg:
800         * data/icons/48x48/actions/view-page-facing.svg:
801         
802         Icons for a new sizes.
803
804 2007-08-14  Justin Blanchard  <justinb04@aim.com>
805
806         * shell/ev-page-cache.c: (build_height_to_page),
807         (ev_page_cache_get_height_to_page):
808         
809         Fixes invalid read, see bug #466401.
810
811 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
812
813         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
814         (set_drag_cursor):
815         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
816         (configure_item_cursor), (new_pixbuf_from_widget):
817
818         Fix multihead problems in toolbar editor. Fixes bug #382055.
819
820 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
821
822         * shell/ev-window.c: (ev_window_cmd_file_open),
823         (ev_window_cmd_save_as):
824
825         Use g_get_user_special_dir when available instead of
826         xdg_user_dir_lookup.
827
828 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
829
830         * MAINTAINERS:
831         
832         Updated according to request on desktop-devel.
833
834 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
835
836         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
837
838         Do not use cairo_rectangle and cairo_clip since we are
839         not using cairo_fill but cairo_paint. Use the same cairo context
840         for every page in the same expose event.
841
842 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
843
844         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
845         leak.
846
847 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
848
849         * configure.ac:
850         * NEWS:
851
852         Release 0.9.3
853
854 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
855
856         * libdocument/ev-document-info.h:
857         * libdocument/ev-document.h:
858         * shell/ev-page-action.h:
859         * shell/ev-sidebar-links.h:
860
861         Fix a headers problem with ev-link
862         
863         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
864         * shell/ev-view-private.h:
865         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
866         (get_link_area), (ev_view_query_tooltip),
867         (ev_view_leave_notify_event), (ev_view_destroy),
868         (ev_view_class_init):
869
870         Use new gtk tooltips when available instead of ev-tooltip.
871         
872 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
873
874         * shell/ev-window.c: (update_chrome_visibility),
875         (ev_window_sidebar_visibility_changed_cb):
876
877         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
878         
879 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
880
881         * shell/ev-navigation-action.c:
882         (ev_navigation_action_history_changed),
883         (ev_navigation_action_set_history):
884         * shell/ev-navigation-action-widget.c:
885         (ev_navigation_action_widget_init):
886         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
887
888         Fix compile warnings.
889         
890 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
891
892         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
893         (egg_editable_toolbar_dispose):
894
895         Fix memory leak.
896         
897 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
898
899         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
900         (screensaver_disable_x11):
901         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
902         * shell/ev-window.c: (presentation_set_timeout):
903         * shell/ev-view.c: (ev_view_presentation_transition_start):
904
905         Use g_timeout_add_seconds instead of g_timeout_add when
906         available.
907         
908 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
909
910         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
911
912         Set horizontal scrollbar policy to AUTOMATIC instead of
913         NEVER. Workaround for bug #449462.
914         
915 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
916
917         * shell/ev-jobs.c: (ev_job_render_page_ready):
918
919         Add page_ready callback to main loop with high priority and hold
920         a reference to job during idle.
921         
922 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
923
924         * configure.ac:
925         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
926         (pdf_document_file_exporter_begin),
927         (pdf_document_file_exporter_do_page),
928         (pdf_document_file_exporter_get_capabilities):
929         * libdocument/ev-file-exporter.h:
930         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
931         * shell/ev-window.c: (ev_window_print_send),
932         (ev_window_print_dialog_response_cb):
933
934         Allow printing multiple pages per sheet. Fixes bug #395573.
935         
936 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
937
938         * shell/ev-view.c: (tip_from_link):
939         
940         Check for NULL, fixes bug #460862.
941
942 2007-07-29  Christian Persch  <chpe@gnome.org>
943
944         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
945         (ev_window_preview_print_finished), (ev_window_do_preview_print),
946         (ev_window_cmd_preview_print):
947         
948         Fixes bug #437681 - blocks while enumerating printers.
949
950 2007-07-29  Christian Persch  <chpe@gnome.org>
951
952         * shell/ev-window.c: (ev_window_screen_changed):
953         
954         Don't use deprecated gtk+ function. See bug #460909.
955
956 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
957
958         * shell/ev-utils.c: (get_num_monitors):
959         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
960
961         Do not use display before initializing it. Remove compile
962         warnings.
963
964 2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
965
966         * shell/ev-view.c: (ev_view_class_init):
967         
968         Unix-like hjkl bindings added. See bug #458111.
969
970 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
971
972         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
973         * shell/ev-utils.h:
974         * shell/ev-view.c: (ev_view_set_zoom_for_size),
975         (ev_view_update_view_size):
976         * shell/ev-view.h:
977         * shell/ev-window.c: (ev_window_update_actions),
978         (setup_view_from_metadata), (ev_window_screen_changed),
979         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
980         (zoom_control_changed_cb):
981         * shell/ev-window.h:
982         
983         Reorganizes utility functions.
984
985 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
986
987         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
988         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
989         (add_job), (ev_pixbuf_cache_get_surface),
990         (ev_pixbuf_cache_get_link_mapping),
991         (ev_pixbuf_cache_get_image_mapping),
992         (ev_pixbuf_cache_get_form_field_mapping),
993         (ev_pixbuf_cache_get_text_mapping):
994         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
995         (notify_page_ready), (ev_job_render_page_ready),
996         (ev_job_render_run):
997
998         Add page_ready signal to notify that page is ready as soon as
999         possible even if other page elements like links, forms, images or
1000         text mapping are not ready yet.
1001
1002 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1003
1004         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
1005         (dvi_document_file_exporter_do_page),
1006         (dvi_document_file_exporter_get_capabilities),
1007         (dvi_document_file_exporter_iface_init):
1008         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
1009         (ps_document_file_exporter_do_page),
1010         (ps_document_file_exporter_get_capabilities),
1011         (ps_document_file_exporter_iface_init):
1012         * backend/djvu/djvu-document.c:
1013         (djvu_document_file_exporter_begin),
1014         (djvu_document_file_exporter_end),
1015         (djvu_document_file_exporter_get_capabilities),
1016         (djvu_document_file_exporter_iface_init):
1017         * backend/tiff/tiff-document.c:
1018         (tiff_document_file_exporter_begin),
1019         (tiff_document_file_exporter_get_capabilities),
1020         (tiff_document_document_file_exporter_iface_init):
1021         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1022         (pdf_document_file_exporter_do_page),
1023         (pdf_document_file_exporter_get_capabilities),
1024         (pdf_document_file_exporter_iface_init):
1025         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
1026         (ev_file_exporter_get_capabilities):
1027         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
1028         (idle_print_handler), (ev_print_job_print):
1029         * shell/ev-jobs.c: (ev_job_print_run):
1030         * shell/ev-window.c: (ev_window_print_send),
1031         (ev_window_print_range):
1032
1033         Use capabilities to know which options should be offered by the
1034         print dialog depending on the document backend.
1035
1036 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1037
1038         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1039
1040         Give priority to forms over text to set the cursor.
1041
1042 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1043
1044         * shell/ev-view-private.h:
1045         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1046         (ev_view_leave_notify_event), (ev_view_finalize),
1047         (ev_view_get_property), (ev_view_class_init):
1048
1049         Use IBEAM cursor for text form fields and NORMAL cursor for read
1050         only fields. Remove unused status attribute.
1051
1052 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1053
1054         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1055
1056         Update region for current selected items also for checkbox
1057         buttons, since they can behave as radio buttons when they are in a
1058         set.
1059
1060 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1061
1062         * configure.ac:
1063         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1064
1065         Get max length of text form fields.
1066
1067 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1068
1069         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1070         * libdocument/ev-form-field.h:
1071         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
1072
1073         Fix build with current poppler cvs head.
1074
1075 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1076
1077         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1078         * shell/eggfindbar.c: (egg_find_bar_init):
1079
1080         Fix build with gtk+ >= 2.11.5 due to gtktooltips
1081         deprecation. Fixes bug #455667
1082
1083 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1084
1085         * NEWS:
1086         * configure.ac:
1087         
1088         Update for release 0.9.2
1089
1090 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1091
1092         * shell/ev-view.c: (ev_view_form_field_text_save),
1093         (ev_view_form_field_choice_save):
1094
1095         Fix a crash when closing whith a form widget visible.
1096
1097 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1098
1099         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1100
1101         Update also the region of the current selected button when
1102         clicking on another button if they are radio buttons.
1103
1104 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1105
1106         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
1107         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
1108         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
1109         (ev_pixbuf_cache_get_link_mapping),
1110         (ev_pixbuf_cache_get_image_mapping),
1111         (ev_pixbuf_cache_get_form_field_mapping),
1112         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
1113         * shell/ev-view.c: (ev_view_form_field_get_region),
1114         (ev_view_form_field_button_create_widget),
1115         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1116         (job_finished_cb):
1117
1118         Redraw only form field region instead of the whole page when
1119         reloading a page to show changes on the form field.
1120
1121 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1122
1123         * shell/ev-view.c: (ev_view_form_field_choice_save):
1124
1125         Fix selection of first item in list form fields.
1126
1127 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1128
1129         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
1130         (ev_pixbuf_cache_reload_page),
1131         (ev_pixbuf_cache_get_form_field_mapping):
1132
1133         Some refactoring to avoid duplicated code.
1134
1135 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1136
1137         * configure.ac:
1138         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
1139         (ev_form_field_from_poppler_field),
1140         (pdf_document_forms_get_form_fields),
1141         (pdf_document_forms_form_field_text_get_text),
1142         (pdf_document_forms_form_field_text_set_text),
1143         (pdf_document_forms_form_field_button_set_state),
1144         (pdf_document_forms_form_field_button_get_state),
1145         (pdf_document_forms_form_field_choice_get_item),
1146         (pdf_document_forms_form_field_choice_get_n_items),
1147         (pdf_document_forms_form_field_choice_is_item_selected),
1148         (pdf_document_forms_form_field_choice_select_item),
1149         (pdf_document_forms_form_field_choice_toggle_item),
1150         (pdf_document_forms_form_field_choice_unselect_all),
1151         (pdf_document_forms_form_field_choice_set_text),
1152         (pdf_document_forms_form_field_choice_get_text),
1153         (pdf_document_document_forms_iface_init):
1154         * libdocument/Makefile.am:
1155         * libdocument/ev-form-field.[ch]:
1156         * libdocument/ev-document-forms.[ch]:
1157         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1158         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1159         (add_job), (ev_pixbuf_cache_reload_page),
1160         (ev_pixbuf_cache_get_form_field_mapping):
1161         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
1162         * shell/ev-view-private.h:
1163         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
1164         (ev_view_handle_cursor_over_xy),
1165         (ev_view_get_form_field_at_location),
1166         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
1167         (ev_view_form_field_button_create_widget),
1168         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
1169         (ev_view_form_field_text_create_widget),
1170         (ev_view_form_field_choice_save),
1171         (ev_view_form_field_choice_changed),
1172         (ev_view_form_field_choice_create_widget),
1173         (ev_view_handle_form_field), (ev_view_size_allocate),
1174         (ev_view_realize), (draw_end_presentation_page),
1175         (ev_view_button_press_event), (ev_view_remove_all),
1176         (ev_view_motion_notify_event), (ev_view_key_press_event),
1177         (ev_view_enter_notify_event), (highlight_find_results),
1178         (draw_loading_text), (draw_one_page), (ev_view_destroy),
1179         (ev_view_class_init), (page_changed_cb),
1180         (on_adjustment_value_changed), (ev_view_set_presentation),
1181         (merge_selection_region), (ev_view_set_cursor),
1182         (ev_view_reset_presentation_state):
1183         
1184         Merge evince-forms branch.
1185
1186 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
1187
1188         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
1189
1190         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
1191         This script also updates itself from libegg
1192
1193         * cut-n-paste/toolbar-editor/egg*:
1194         Run update-toolbareditor-from-libegg.sh so we are in sync again with
1195         libegg
1196
1197 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
1198
1199         * shell/ev-window.c:
1200         
1201         Adds a nice icon to page action during toolbar editing.
1202         See bug #452872.
1203
1204 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1205
1206         * data/evince-toolbar.xml:
1207         * shell/ev-window.c:
1208         
1209         Let user add a presentation and fullscreen icons on toolbar.
1210         See bug #449734.
1211
1212 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
1213
1214         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
1215
1216         new script to keep in sync with toolbareditor in libegg
1217
1218         * cut-n-paste/toolbar-editor/*: 
1219
1220         Run update-toolbareditor-from-libegg so we are in sync again. 
1221         Fixes bug #452850.
1222         
1223
1224 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1225
1226         * shell/ev-sidebar-links.c: (job_finished_callback):
1227
1228         Do not connect selection changed signal more than once. Fixes bug
1229         #349433.
1230
1231 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1232
1233         * shell/ev-window.c: (ev_window_view_sidebar_cb):
1234
1235         Do not change sidebar chrome flag when pressing F9 key in
1236         presentation mode.
1237
1238 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1239
1240         * backend/pdf/ev-poppler.cc:
1241         (pdf_document_thumbnails_get_dimensions):
1242
1243         Make sure thumbnails width and height is not <= 0. Fixes a crash
1244         with some pdf documents which have really small pages.
1245
1246 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
1247
1248         * shell/main.c: (main):
1249
1250         Fixes program description translation issue.
1251         Bug #450148.
1252
1253 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
1254
1255         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
1256
1257         Do not change current page when returning from black/white mode
1258         in presentation. Fixes bug #415032.
1259
1260 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1261
1262         * NEWS:
1263         * configure.ac:
1264         
1265         Update for release 0.9.1
1266
1267 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
1268
1269         * backend/dvi/dvi-document.c:
1270         (dvi_document_finalize),
1271         (dvi_document_file_exporter_format_supported),
1272         (dvi_document_file_exporter_begin),
1273         (dvi_document_file_exporter_do_page),
1274         (dvi_document_file_exporter_end),
1275         (dvi_document_file_exporter_iface_init), (dvi_document_init):
1276         
1277         PDF exporter for dvi documents. Fixes bug #441319.
1278
1279 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1280
1281         * shell/ev-window.c: (ev_window_clear_print_job):
1282
1283         Clear gtk print job when job has finished. Fixes bug #447612.
1284
1285 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1286
1287         * shell/ev-window.c: (ev_window_print_send),
1288         (ev_window_print_dialog_response_cb), (ev_window_print_range):
1289
1290         Add preview button to print dialog. Fixes bug #445419.
1291
1292 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1293
1294         * backend/dvi/Makefile.am:
1295         * backend/dvi/pixbuf-device.[ch]: Removed
1296         * backend/dvi/cairo-device.[ch]: Added
1297         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
1298         * backend/dvi/dvi-document.c: (dvi_document_load),
1299         (dvi_document_render), (dvi_document_finalize),
1300         (dvi_document_thumbnails_get_thumbnail), (parse_color),
1301         (dvi_document_do_color_special):
1302         * libdocument/ev-document-misc.[ch]:
1303         (ev_document_misc_pixbuf_from_surface):
1304
1305         Port dvi backend to cairo and fix a problem with colors. 
1306
1307 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1308
1309         * shell/ev-view.c: (draw_one_page):
1310
1311         Draw only visible region.
1312
1313 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1314
1315         * backend/djvu/djvu-document.c: (djvu_document_render):
1316
1317         Fix rotation in djvu backend.
1318
1319 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1320
1321         * shell/ev-pixbuf-cache.c: (job_finished_cb),
1322         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
1323         (ev_pixbuf_cache_get_image_mapping),
1324         (ev_pixbuf_cache_get_text_mapping):
1325
1326         Redraw view every time we have a new surface. Fixes bug #443587.
1327
1328 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1329
1330         * libdocument/ev-document.c: (ev_document_info_free):
1331
1332         Fix memory leaks.
1333
1334 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1335
1336         * backend/dvi/dvi-document.c: (dvi_document_render),
1337         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
1338         * backend/impress/impress-document.c:
1339         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
1340         (impress_document_render), (impress_document_document_iface_init),
1341         (impress_document_thumbnails_get_thumbnail):
1342         * backend/djvu/djvu-document-private.h:
1343         * backend/djvu/djvu-document.c: (djvu_document_render),
1344         (djvu_document_finalize), (djvu_document_document_iface_init),
1345         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
1346         * backend/tiff/tiff-document.c: (tiff_document_render),
1347         (tiff_document_render_pixbuf),
1348         (tiff_document_document_iface_init):
1349         * backend/pdf/ev-poppler.cc: (pdf_document_render),
1350         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
1351         (pdf_selection_render_selection):
1352         * backend/comics/comics-document.c:
1353         (comics_document_render_pixbuf), (comics_document_render),
1354         (comics_document_document_iface_init):
1355         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
1356         (pixbuf_document_document_iface_init):
1357         * libdocument/ev-document-misc.[ch]:
1358         (ev_document_misc_surface_from_pixbuf),
1359         (ev_document_misc_surface_rotate_and_scale):
1360         * libdocument/ev-document.[ch]: (ev_document_render):
1361         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
1362         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1363         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1364         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
1365         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
1366         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
1367         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1368         (render_finished_cb), (ev_job_render_run):
1369         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
1370         (merge_selection_region):
1371
1372         Use cairo image surfaces instead of GDK pixbufs for drawing pages
1373         and selections.
1374
1375 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1376
1377         * shell/ev-window-title.c: (ev_window_title_update):
1378
1379         Fix memory leak.
1380
1381 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1382
1383         * shell/ev-view.c: (draw_loading_text):
1384
1385         Show loading text centered. Fixes bug #433061
1386
1387 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1388
1389         * shell/ev-sidebar-thumbnails.c:
1390         (ev_sidebar_thumbnails_set_loading_icon):
1391
1392         Remove a mutex in the main thread that blocks the UI in heavy
1393         documents.
1394
1395 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1396
1397         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
1398
1399         Set points_set to TRUE so that selections don't disappear after a
1400         zoom change.
1401
1402 2007-06-07  Michael Monreal  <infernux@web.de>
1403
1404         * data/icons/16x16/actions/Makefile.am:
1405         * data/icons/16x16/actions/zoom.svg:
1406         * data/icons/22x22/actions/Makefile.am:
1407         * data/icons/22x22/actions/zoom.svg:
1408         * data/icons/24x24/actions/Makefile.am:
1409         * shell/ev-stock-icons.c:
1410         * shell/ev-stock-icons.h:
1411         * shell/ev-window.c:
1412         
1413         Zoom icon artwork. See bug #444795.
1414
1415 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1416
1417         * shell/ev-metadata-manager.c: Remove extraneous function
1418         (Closes: #444386)
1419
1420 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1421
1422         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
1423         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
1424         (ev_metadata_manager_set), (ev_metadata_manager_save):
1425         Simplify the timeout, no need for modified anymore
1426
1427 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1428
1429         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
1430         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1431         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1432         (ev_metadata_manager_save): Adapted patch from Arjan van de
1433         Ven (arjan@linux.intel.com) to avoid the timeout running all the
1434         time, saves on power (Closes: #443851)
1435
1436 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1437
1438         * configure.ac:
1439         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
1440         (pdf_selection_render_selection), (pdf_document_get_page_duration):
1441
1442         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
1443
1444 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1445
1446         * shell/ev-window.c: (ev_window_add_history):
1447
1448         Check if history is NULL
1449
1450 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1451
1452         * libdocument/ev-image.c: (ev_image_finalize):
1453         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
1454         * libdocument/ev-attachment.c: (ev_attachment_finalize):
1455         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
1456         (ev_tmp_uri_unlink):
1457
1458         Add functions to delete temporary files created by evince in a safe
1459         way.
1460
1461         * shell/ev-window.c: (ev_window_clear_local_uri),
1462         (open_xfer_update_progress_callback),
1463         (save_xfer_update_progress_callback), (ev_window_save_remote),
1464         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
1465         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1466         (attachment_save_dialog_response_cb),
1467         (ev_attachment_popup_cmd_save_attachment_as):
1468
1469         Allow saving a copy of a document, image or attachment to a remote
1470         location. Fixes bug #440754. 
1471
1472 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1473
1474         * configure.ac:
1475         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1476
1477         Fix build with current poppler from cvs head. 
1478
1479 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
1480
1481         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
1482
1483         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
1484         directory exists.
1485
1486 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1487
1488         * shell/ev-sidebar.c: (ev_sidebar_add_page):
1489         * shell/ev-window.c:
1490
1491         Change sidebar ordering. Fixes bug #439939.
1492
1493 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
1494
1495         * backend/comics/Makefile.am:
1496         
1497         Fixes build with --without-libgnome.
1498
1499 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1500         
1501         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
1502
1503         Update cursor and tooltip on page change and view scroll. Fixes bug
1504         #439217.
1505
1506 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1507
1508         * NEWS:
1509         * configure.ac:
1510         
1511         Update for release 0.9.0
1512
1513 2007-05-14  Alaska Subedi <asubedi@gmail.com>
1514
1515         * backend/djvu/djvu-document-private.h:
1516         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1517         (djvu_document_finalize),
1518         (djvu_document_file_exporter_format_supported),
1519         (djvu_document_file_exporter_begin),
1520         (djvu_document_file_exporter_do_page),
1521         (djvu_document_file_exporter_end),
1522         (djvu_document_file_exporter_iface_init), (djvu_document_init):
1523         
1524         Implemented printing with djvu. Bug #437998.
1525
1526 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1527
1528         * backend/impress/zip.c:
1529         Add missing ulong definition.
1530
1531         * backend/ps/ps-interpreter.c:
1532         Add missing headers.
1533
1534         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
1535
1536 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1537
1538         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
1539
1540         Add missing call to parent class dispose method. 
1541
1542 2007-05-12  Ross Burton  <ross@openedhand.com>
1543
1544         * shell/main.c:
1545         Sync keybindings manually when building without libgnome
1546         (#437925).
1547
1548 2007-05-12  Ross Burton  <ross@openedhand.com>
1549
1550         * shell/ev-window.c:
1551         Respect the screen when opening help (#437866).
1552
1553 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1554
1555         * data/evince-ui.xml:
1556         * shell/ev-application.[ch]: (get_print_settings_from_args),
1557         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1558         (ev_application_open_uri_list):
1559         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
1560         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1561         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
1562         (ev_window_cmd_view_reload), (lookup_printer_from_name),
1563         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
1564         (ev_window_dispose):
1565         * shell/main.c: (arguments_parse):
1566
1567         Add print button in preview mode. Fixes bug #396475. 
1568
1569 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1570
1571         * cut-n-paste/zoom-control/ephy-zoom.h:
1572         
1573         Fixes zoom level factors. See bug #408119 for details.
1574
1575 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1576
1577         * backend/comics/comics-document.c: (comics_regex_quote),
1578         (extract_argv):
1579         
1580         Correctly quote symbols. Fixes crash in the bug
1581         #415370.
1582
1583 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1584
1585         * shell/ev-navigation-action-widget.c:
1586         (ev_navigation_action_widget_init),
1587         (ev_navigation_action_widget_class_init),
1588         (ev_navigation_action_widget_button_press_event):
1589         
1590         Connect to button-press event on correct widget. Fixes
1591         bug #431988
1592
1593 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1594
1595         * shell/ev-application.c: (ev_application_open_window),
1596         (ev_application_add_icon_path_for_screen),
1597         (ev_application_open_uri_at_dest):
1598         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
1599         * shell/ev-navigation-action.c: (build_menu):
1600         
1601         Add app-specific icons to our icon theme. Fixes bug
1602         #425508.
1603
1604 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1605
1606         * shell/ev-history.c: (ev_history_class_init),
1607         (ev_history_add_link):
1608         * shell/ev-history.h:
1609         * shell/ev-navigation-action.c:
1610         (ev_navigation_action_history_changed),
1611         (ev_navigation_action_set_history), (build_menu),
1612         (ev_navigation_action_finalize):
1613         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1614         
1615         Make navigation action unsensitive instead of showing
1616         menu with unsensitive word. Fixes bug #417392.
1617
1618 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1619
1620         * shell/ev-application.[ch]: (ev_application_shutdown),
1621         (ev_application_get_print_settings),
1622         (ev_application_set_print_settings):
1623         * shell/ev-window.c:
1624
1625         Remember print settings. Fixes bug #349102. 
1626
1627 2007-05-08  Christian Persch  <chpe@gnome.org>
1628
1629         * configure.ac:
1630         * properties/ev-properties-view.c:
1631
1632         No need for a configure check; just use the GTK_CHECK_VERSION macro.
1633         Bug #382438.
1634
1635 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1636
1637         * configure.ac:
1638         * properties/ev-properties-view.c: (ev_regular_paper_size):
1639
1640         Use gtk+ builtin paper list to identify the document's paper size.
1641         Fixes bug #382438. 
1642
1643 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1644
1645         * configure.ac:
1646
1647         Fix build when compiling with thumbnailer and libgnome support. 
1648
1649 2007-05-04  Ross Burton  <ross@openedhand.com>
1650
1651         * configure.ac:
1652         Add --without-libgnome, check for libgnome and libgnomeui
1653         separately, and add them to the symbols as required.
1654
1655         * libdocument/ev-file-helpers.c:
1656         When building without libgnome, use g_get_user_config_dir instead
1657         of gnome_user_dir_get.
1658
1659         * shell/ev-application.c:
1660         When building without libgnome, don't use session management.
1661
1662         * shell/main.c:
1663         When building without libgnome, don't use GnomeProgram or
1664         initialise the authentication manager.
1665
1666         This fixes #328842.
1667
1668 2007-05-04  Ross Burton  <ross@openedhand.com>
1669
1670         * shell/ev-window.c:
1671         Don't use libgnome to open help, instead call Yelp directly.
1672
1673 2007-05-04  Ross Burton  <ross@openedhand.com>
1674
1675         * shell/ev-sidebar-attachments.c:
1676         Don't use libgnome to lookup icons for MIME types, instead copy
1677         code from GTK+ to do it manually.
1678
1679 2007-05-04  Ross Burton  <ross@openedhand.com>
1680
1681         * configure.ac:
1682         Add libxml to the dependencies for SHELL_CORE (#435818).
1683
1684 2007-05-02  Ross Burton  <ross@openedhand.com>
1685
1686         * configure.ac:
1687         * Makefile.am:
1688         Add --disable-thumbnailer (#434825)
1689
1690 2007-05-02  Ross Burton  <ross@openedhand.com>
1691
1692         * shell/ev-window.c:
1693         Add missing includes, fix indentation.
1694
1695         * shell/main.c:
1696         Fix indentation.
1697
1698 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
1699
1700         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
1701         ev_application_open_uri_at_dest instead of ev_application_open_uri
1702         preventing new document always being opened in a new window even if there
1703         is an empty window.
1704
1705 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1706
1707         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1708         (egg_recent_view_uimanager_finalize):
1709         * properties/ev-properties-view.c: (ev_properties_view_dispose):
1710         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
1711         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
1712         (ev_pixbuf_cache_dispose):
1713         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
1714         * shell/ev-tooltip.c: (ev_tooltip_dispose):
1715         
1716         Add missing chain to parent class methods. Fixes
1717         bug #433128.
1718
1719 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
1720
1721         * data/Makefile.am (update-icon-cache): Updates
1722         gtk-update-icon-cache in uninstall-hook.
1723
1724 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1725
1726         * shell/ev-window.c: (ev_window_setup_document),
1727         (ev_window_set_document), (ev_window_load_job_cb):
1728         * shell/ev-view.c: (setup_caches):
1729         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
1730
1731         Start rendering pages before any other jobs. 
1732
1733 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1734
1735         * shell/ev-window.c: (ev_window_stop_fullscreen),
1736         (ev_window_stop_presentation):
1737
1738         Update chrome visibility before window unfullscreen. 
1739
1740 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1741
1742         * data/Makefile.am:
1743         * data/evince-ui.xml:
1744         * shell/ev-stock-icons.[ch]:
1745         * shell/ev-application.[ch]: (ev_application_shutdown),
1746         (ev_application_init), (ev_application_get_toolbars_model):
1747         * shell/ev-window.c: (update_chrome_visibility),
1748         (fullscreen_toolbar_setup_item_properties),
1749         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1750         (ev_window_run_presentation), (ev_window_stop_presentation),
1751         (ev_window_run_preview), (ev_window_screen_changed),
1752         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
1753         (ev_window_dispose), (ev_window_init):
1754
1755         Make fullscreen toolbar always visible. Do not use egg toolbars for
1756         fullscreen and preview modes since such toolbars are not editables.
1757         Fixes bugs #300278, #338910 and #316188.  
1758
1759 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
1760
1761         * shell/ev-application.c:
1762         * shell/ev-job-queue.c:
1763         * shell/ev-metadata-manager.c:
1764         * shell/ev-stock-icons.c:
1765         * shell/ev-window.c:
1766         * shell/main.c:
1767         
1768         Developers documentation updated.
1769
1770 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1771
1772         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
1773
1774         Check whether uri is valid before launching it. Fixes bug #427664.
1775
1776 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1777
1778         * shell/ev-window.c:
1779
1780         Change key accelerator for Open a Copy menu entry which is in conflict
1781         with Close. Fixes bug #427321.
1782
1783 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1784
1785         * NEWS:
1786         * configure.ac:
1787         
1788         Update for release 0.8.1
1789
1790 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1791
1792         * shell/ev-window.c: (setup_size_from_metadata):
1793         
1794         Do not make window bigger than screen. Fixes bug 
1795         #388985.
1796
1797 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1798
1799         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
1800         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
1801
1802         Use default resolution when it's not provided by document. Fixes bug
1803         #408762.
1804
1805 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1806
1807         * configure.ac:
1808         * thumbnailer/Makefile.am:
1809         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1810         * thumbnailer/evince-thumbnailer.schemas.in:
1811         * thumbnailer/evince-thumbnailer-ps.schemas.in:
1812
1813         Add support for ps, eps and compressed documents thumbnails. Do not
1814         ignore size parameter. 
1815
1816 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1817
1818         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
1819         (dvi_document_do_color_special):
1820         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
1821
1822         Implement font color specials in the DVI backend. Fixes bug #303651.
1823
1824 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1825
1826         Fixup the previous commit:
1827
1828         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
1829         * shell/xdg-user-dir-lookup.c: Make the function non-static
1830         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
1831
1832 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1833
1834         * shell/ev-window.c (file_open_dialog_response_cb): Use
1835         the xdg-user-dirs DOCUMENTS folder as default folder when
1836         opening a file chooser.  (#424858)
1837
1838         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
1839         xdg-user-dirs.
1840
1841 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1842
1843         * shell/ev-window.c: (ev_window_load_job_cb):
1844
1845         Do not setup view from metadata on preview mode. 
1846
1847 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1848
1849         * shell/main.c:
1850
1851         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
1852
1853 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1854
1855         * shell/ev-view.c: (ev_view_primary_get_cb):
1856
1857         Check pointer != NULL before using it. Fixes bug #416841. 
1858
1859 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1860
1861         * NEWS:
1862         * configure.ac:
1863         
1864         Release 0.8.0
1865
1866 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1867
1868         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1869
1870         Do not render thumbnails when sidebar thumbnail page is not visible
1871         at startup. Fixes bug #416447. 
1872
1873 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
1874
1875         * data/evince.desktop.in.in:
1876
1877         "Application" is not a valid category in the freedesktop specification.
1878
1879 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1880
1881         * libdocument/ev-file-helpers.[ch]: (compression_run),
1882         (ev_file_uncompress), (ev_file_compress):
1883         * shell/ev-window.c: (file_save_dialog_response_cb):
1884
1885         Save document compressed when saving a copy of a compressed document.
1886         Fixes bug #334542.
1887
1888 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1889
1890         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
1891
1892         Allow deleting in goto window entry in presentation mode. 
1893
1894 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
1895
1896         * Makefile.am: Dist MAINTAINERS.
1897
1898 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1899
1900         * shell/ev-window.c: (ev_window_update_actions):
1901
1902         Fix zoom shortcut keys when searching. Fixes bug #409828.
1903
1904 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1905
1906         * shell/ev-window.c: (ev_window_setup_document):
1907
1908         Fix crash when loading documents with only one page. 
1909
1910 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1911
1912         * backend/dvi/dvi-document.c:
1913         (dvi_document_thumbnails_get_dimensions),
1914         (dvi_document_thumbnails_get_thumbnail):
1915         * backend/impress/impress-document.c:
1916         (impress_document_thumbnails_get_thumbnail),
1917         (impress_document_thumbnails_get_dimensions):
1918         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
1919         (ps_document_thumbnails_get_dimensions):
1920         * backend/djvu/djvu-document.c:
1921         (djvu_document_thumbnails_get_dimensions),
1922         (djvu_document_thumbnails_get_thumbnail):
1923         * backend/tiff/tiff-document.c:
1924         (tiff_document_thumbnails_get_thumbnail),
1925         (tiff_document_thumbnails_get_dimensions):
1926         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
1927         (pdf_document_thumbnails_get_thumbnail),
1928         (pdf_document_thumbnails_get_dimensions):
1929         * backend/comics/comics-document.c:
1930         (comics_document_thumbnails_get_thumbnail),
1931         (comics_document_thumbnails_get_dimensions):
1932         * backend/pixbuf/pixbuf-document.c:
1933         (pixbuf_document_thumbnails_get_thumbnail),
1934         (pixbuf_document_thumbnails_get_dimensions):
1935         * libdocument/ev-document-thumbnails.[ch]:
1936         (ev_document_thumbnails_get_thumbnail),
1937         (ev_document_thumbnails_get_dimensions):
1938         * libdocument/ev-document-misc.[ch]:
1939         (ev_document_misc_get_thumbnail_frame):
1940         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1941         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
1942         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
1943         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
1944         (ev_sidebar_thumbnails_refresh):
1945         * shell/ev-window.c: (ev_window_setup_document):
1946         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1947
1948         Use an EvRenderContext for rendering thumbnails instead of a suggested
1949         width, so that different sized pages get sized proportionally.
1950
1951 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1952
1953         * shell/ev-view.c: (ev_view_button_press_event),
1954         (ev_view_key_press_event):
1955
1956         Fix critical warnings when there is no document loaded. 
1957
1958 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1959
1960         * shell/ev-page-action-widget.c:
1961         * shell/ev-navigation-action.c:
1962         * shell/ev-window.c:
1963
1964         Fix compile warnings. 
1965
1966 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1967
1968         * backend/djvu/djvu-text.h:
1969         * backend/djvu/djvu-document.c:
1970         * backend/djvu/djvu-text-page.c:
1971         * backend/djvu/djvu-links.c:
1972         * backend/djvu/djvu-text-page.h:
1973         * backend/djvu/djvu-text.c:
1974         
1975         Fix build on Mac. Fixes bug #392186. Patch by
1976         <ephraim_owns@hotmail.com>
1977
1978 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1979
1980         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1981
1982         Restore cairo context before rendering every page when printing a PDF
1983         document into a PDF file. 
1984
1985 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1986
1987         * backend/ps/gstypes.h:
1988         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
1989         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
1990         (ps_document_thumbnails_get_thumbnail):
1991
1992         Handle PostScript page orientation. Fixes bug #318568.
1993
1994 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1995
1996         * backend/ps/Makefile.am:
1997         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
1998         (document_load), (ps_document_load), (save_document),
1999         (save_page_list), (ps_document_get_n_pages),
2000         (ps_document_get_page_size), (ps_document_get_info),
2001         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
2002         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
2003         (ps_document_thumbnails_get_thumbnail),
2004         (ps_document_thumbnails_get_dimensions),
2005         (ps_document_document_thumbnails_iface_init):
2006         * backend/ps/ps.[ch]: (psgetpagebox):
2007         * backend/ps/ps-interpreter.[ch]:
2008
2009         Add support for thumbnails in ps backend. Fixes bug #164755. 
2010
2011 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2012
2013         * NEWS:
2014         * configure.ac:
2015         
2016         Release 0.7.2
2017
2018 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2019
2020         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
2021         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
2022         (ev_window_dispose):
2023
2024         Use document thumbnail as window icon. Fixes bug #384442.
2025
2026 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
2027
2028         * configure.ac:
2029
2030         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
2031         duplicated adding application/x-bzpostscript instead. 
2032
2033 2007-02-11  Tom Parker  <palfrey@tevp.net>
2034
2035         * backend/ps/ps-document.c: (document_load):
2036
2037         Check return value of psscan before trying
2038         to use it. Fixes bug #372414.
2039
2040 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2041
2042         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2043
2044         Fix invalid free in ev-page-cache. Fixes bug #404745.
2045
2046 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2047
2048         * test/Makefile.am:
2049         * test/test3.py:
2050         
2051         Added reload test case.
2052
2053 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2054
2055         * po/POTFILES.in:
2056         * backend/djvu/djvu-document.c: (djvu_document_load):
2057
2058         Check whether there are missing files in indirect multipage djvu
2059         documents. Fixes bug #361683. 
2060
2061 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2062
2063         * test/Makefile.am:
2064         * test/test-mime.bin:
2065         * test/test3.py:
2066         
2067         Added test for slow mime type
2068
2069 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2070
2071         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2072
2073         Add some checks and call parent_class->finalize. Fixes bug #404745.
2074
2075 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2076
2077         * shell/ev-navigation-action.c: (connect_proxy):
2078         
2079         Fixes dropdown history menu. Thanks a lot Carlos!
2080
2081 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2082
2083         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
2084
2085         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
2086         bug #373715.
2087
2088 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2089
2090         * backend/ps/ps.c: (psscan):
2091
2092         Fix memory leak. 
2093
2094 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2095
2096         * configure.ac:
2097         * libdocument/ev-file-helpers.c: 
2098
2099         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
2100
2101 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2102
2103         * configure.ac:
2104         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
2105         (ps_interpreter_start), (document_load), (save_document),
2106         (save_page_list):
2107         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
2108         * libdocument/ev-document-factory.c:
2109         (ev_document_factory_get_from_mime), (get_document_from_uri),
2110         (free_uncompressed_uri), (ev_document_factory_get_document):
2111         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
2112
2113         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
2114
2115 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2116
2117         * libdocument/ev-document.h:
2118
2119         Fix typo in function name. 
2120
2121 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2122
2123         * backend/ps/ps-document.c: (ps_interpreter_finished),
2124         (ps_interpreter_start), (ps_interpreter_failed):
2125
2126         Handle ghostscript interpreter crashes. 
2127
2128 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2129
2130         * shell/ev-window.c: (ev_window_open_uri),
2131         (window_configure_event_cb):
2132
2133         Setup window size and position before showing it. Fixes bug #401711.
2134
2135 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2136
2137         * backend/ps/Makefile.am:
2138         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
2139         (ps_document_dispose), (ps_document_class_init),
2140         (ps_interpreter_input), (ps_interpreter_output),
2141         (ps_interpreter_error), (setup_interpreter_env),
2142         (ps_interpreter_start), (ps_interpreter_stop),
2143         (ps_interpreter_failed), (ps_interpreter_is_ready),
2144         (check_filecompressed), (document_load), (ps_document_load),
2145         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
2146         (ps_document_widget_event), (send_ps), (ps_document_next_page),
2147         (render_page):
2148
2149         Rework ps-document. Code cleanups, remove deprecated code. 
2150
2151 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2152
2153         * shell/ev-view.c: (ev_view_button_press_event):
2154
2155         Do not start an image drag and drop operation when pointer is on 
2156         text, so that we can select text when the whole background is an
2157         image. 
2158
2159 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2160
2161         * shell/ev-window.c: (ev_window_update_actions): 
2162
2163         Disable all zoom related actions during presentation mode. 
2164
2165 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
2166
2167         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
2168
2169         Do not zoom in or out on presentation mode. Fixes bug #401305.
2170
2171 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2172
2173         * shell/ev-navigation-action.c: (connect_proxy),
2174         (create_menu_item), (ev_navigation_action_class_init):
2175         
2176         Correctly show menu and fix crash when navigaton 
2177         action is out of toolbar visible area.
2178
2179 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2180
2181         * data/Makefile.am:
2182         * data/evince.1:
2183         
2184         Added man file
2185
2186 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2187
2188         * help/reference/* :
2189         * configure.ac:
2190         
2191         Added gtk-doc based documentation for Evince.
2192         Still in initial state but I hope it will
2193         grow.
2194         
2195         * configure.ac:
2196         
2197         Lower dbus requirement to 0.70
2198
2199 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2200
2201         * shell/ev-window.c: (ev_window_add_history):
2202
2203         Fix memory leak. 
2204
2205 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2206
2207         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
2208         * shell/ev-view.h:
2209         * shell/ev-window.c: (ev_window_add_history):
2210         
2211         Correctly handle named destination links
2212
2213 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2214
2215         * NOTES:
2216         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
2217         * backend/pdf/ev-poppler.cc:
2218         * libdocument/ev-document-links.h:
2219         * libdocument/ev-link.c: (ev_link_get_page):
2220         * libdocument/ev-link.h:
2221         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
2222         (ev_history_add_link):
2223         * shell/ev-history.h:
2224         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2225         (new_history_menu_item), (build_menu):
2226         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2227         * shell/ev-sidebar-links.c: (create_loading_model),
2228         (print_section_cb), (ev_sidebar_links_construct),
2229         (fill_page_labels), (update_page_callback_foreach),
2230         (update_page_callback), (job_finished_callback):
2231         * shell/ev-view.c: (ev_view_handle_link):
2232         * shell/ev-window.c: (ev_window_find_chapter),
2233         (ev_window_add_history), (view_handle_link_cb),
2234         (history_changed_cb):
2235         
2236         Implements another history variant
2237
2238 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2239
2240         * shell/ev-window.c: (view_external_link_cb):
2241         * shell/ev-view.c: (ev_view_button_release_event):
2242
2243         Open links in new window when clicking with middle button. 
2244
2245 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2246
2247         * shell/ev-navigation-action.c: (new_history_menu_item):
2248         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2249         * shell/ev-view.c: (ev_view_handle_link):
2250         * shell/ev-window.c:
2251         
2252         Store link before jump, not the destination. For me it 
2253         seems like more natural history behavior.
2254
2255 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2256
2257         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2258         (ev_navigation_action_class_init):
2259         * shell/ev-navigation-action.h:
2260         * shell/ev-page-action.c: (activate_cb):
2261         * shell/ev-page-cache.c: (ev_page_cache_class_init),
2262         (ev_page_cache_set_current_page_history):
2263         * shell/ev-page-cache.h:
2264         * shell/ev-sidebar-thumbnails.c:
2265         (ev_sidebar_tree_selection_changed),
2266         (ev_sidebar_icon_selection_changed), (page_changed_cb):
2267         * shell/ev-view-private.h:
2268         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
2269         * shell/ev-view.h:
2270         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
2271         (ev_window_setup_document), (ev_window_load_job_cb):
2272         * shell/ev-window.h:
2273         
2274         History finally works as expected.
2275
2276 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2277
2278         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
2279
2280         Do not update links treeview if it doesn't have a model assigned yet. 
2281
2282 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2283
2284         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
2285         (ev_sidebar_links_class_init), (update_page_callback):
2286
2287         Do not update links treeview when sidepane is not visible. 
2288
2289 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2290
2291         * shell/ev-marshal.list:
2292         * shell/ev-page-action.c: (activate_cb),
2293         (ev_page_action_class_init):
2294         * shell/ev-page-action.h:
2295         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
2296         * shell/ev-window.c:
2297         
2298         Remove activate_link signal, not required.
2299
2300 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2301
2302         * shell/ev-navigation-action.c: (build_menu):
2303         
2304         Reorder menu items and build menu with fixed length.
2305
2306 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
2307
2308         * shell/ev-view.c: (get_selected_text):
2309         
2310         Normalize text to fix ligatures problem. See bug
2311         #341947 for details.
2312
2313 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2314
2315         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2316
2317         Fix memory leak in ev-page-cache. 
2318
2319 2007-01-25  Tom Parker <palfrey@tevp.net>
2320
2321         * backend/impress/impress-document.c: (impress_document_load),
2322         (impress_document_finalize), (impress_document_init):
2323         * properties/ev-properties-main.c: (ev_properties_get_pages):
2324         
2325         Correctly handle impress document errors. Fixes nautilus
2326         crash in property page #370491.
2327
2328 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2329
2330         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2331         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2332         (ev_job_queue_remove_job):
2333         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
2334         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
2335         (ev_job_load_run):
2336         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
2337         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
2338         (ev_window_load_job_cb), (xfer_update_progress_callback),
2339         (ev_window_open_uri), (ev_window_dispose):
2340         * shell/main.c: (main):
2341
2342         Do file transfer asynchronously in the main thread instead of
2343         synchronously in the load thread. Fixes bugs #399694, #398307 and
2344         #343542.
2345
2346 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2347
2348         * shell/ev-jobs.c: (ev_job_xfer_run):
2349
2350         Load the document with the font-config lock held. 
2351
2352 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2353
2354         * backend/ps/ps-document.c: (start_interpreter):
2355
2356         Fix memory leaks in ps backend. 
2357
2358 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2359
2360         * backend/impress/impress-document.c:
2361         (impress_document_render_pixbuf):
2362
2363         Do not acquire fontconfig lock in impress backend, since it is using
2364         the main loop for rendering. 
2365
2366 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2367
2368         * po/POTFILES.in: 
2369
2370         Remove mdvi files that shouldn't be translated. 
2371
2372 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2373
2374         * shell/ev-view-private.h:
2375         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
2376         (ev_view_set_zoom):
2377
2378         Render "loading..." text into a cairo surface instead of directly into
2379         the window so that fontconfig lock is only needed once and UI is not
2380         blocked. Change text color to #9B9B9B. Fixes bug #397356.
2381
2382 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2383
2384         * shell/ev-stock-icons.c: (ev_stock_icons_init):
2385         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2386
2387         Use icon theme associated with the window screen rather than default. 
2388
2389 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2390
2391         * configure.ac:
2392
2393         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
2394
2395 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2396
2397         * data/icons/*/apps/evince.*:
2398
2399         Move Evince icons under new apps directory.
2400
2401         * data/icons/*/actions/*:
2402
2403         Add new custom themeable Evince icons: view-page-continuous, 
2404         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
2405         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
2406
2407         * configure.ac:
2408
2409         Add new directories to AC_CONFIG_FILES.
2410
2411         * shell/ev-stock-icons.c:
2412         * shell/ev-stock-icons.h:
2413
2414         Use new custom themeable icons.
2415
2416 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2417
2418         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2419
2420         Do not draw white background page in presentation mode. 
2421
2422 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
2423
2424         * shell/ev-view.c: Remove unused gnome-vfs include.
2425
2426 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
2427
2428         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
2429         
2430         Format string is corrected, fixes bug #397129.
2431
2432 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2433
2434         * shell/ev-window.c: (ev_window_setup_recent):
2435
2436         Do not include in recent menu inexistent documents. Fixes
2437         bug #339171.
2438
2439 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2440
2441         * po/POTFILES.skip: 
2442
2443         Update POTFILES.skip file according to current source tree. 
2444
2445 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2446
2447         * shell/ev-window.c: (file_save_dialog_response_cb):
2448
2449         Do Save a copy in atomic way. Fixes bug #328266. 
2450
2451 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2452
2453         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
2454
2455         Keep selected cell always visible in index treeview.
2456
2457 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2458         
2459         * shell/ev-view.c: (ev_view_size_allocate):
2460
2461         Restore horizontal scrollbar after switching to/from fullscreen
2462         or presentation mode. Fixes bug #331728.
2463
2464 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2465
2466         * shell/ev-view-private.h:
2467         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
2468         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
2469         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
2470         (ev_view_can_zoom_out):
2471
2472         Use max and min scale values in the view iby taking dpi into account. 
2473
2474 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2475
2476         * configure.ac:
2477         * NEWS:
2478
2479         Release 0.7.1
2480
2481 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2482
2483         * shell/ev-window.c: (ev_window_print_send):
2484
2485         Send print job to printer with some settings set to default values,
2486         since we have already exported to a file according to such settings
2487         and they could be taken twice by some printers. 
2488
2489 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2490
2491         * shell/ev-jobs.c: (ev_job_xfer_run):
2492         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2493
2494         Show main window and load document with the font-config lock held. 
2495
2496 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2497
2498         * configure.ac:
2499         * shell/ev-application.c: (ev_application_register_service):
2500         * shell/main.c: (load_files_remote):
2501
2502         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
2503
2504 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2505
2506         * doc/debugging.txt:
2507         
2508         Remove obsolete documentation.
2509
2510 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2511
2512         * Makefile.am:
2513         * backend/Makefile.am:
2514         * backend/comics/Makefile.am:
2515         * backend/djvu/Makefile.am:
2516         * backend/dvi/Makefile.am:
2517         * backend/ev-async-renderer.c:
2518         * backend/ev-async-renderer.h:
2519         * backend/ev-attachment.c:
2520         * backend/ev-attachment.h:
2521         * backend/ev-backend-marshal.c:
2522         * backend/ev-document-factory.c:
2523         * backend/ev-document-factory.h:
2524         * backend/ev-document-find.c:
2525         * backend/ev-document-find.h:
2526         * backend/ev-document-fonts.c:
2527         * backend/ev-document-fonts.h:
2528         * backend/ev-document-images.c:
2529         * backend/ev-document-images.h:
2530         * backend/ev-document-info.h:
2531         * backend/ev-document-links.c:
2532         * backend/ev-document-links.h:
2533         * backend/ev-document-misc.c:
2534         * backend/ev-document-misc.h:
2535         * backend/ev-document-security.c:
2536         * backend/ev-document-security.h:
2537         * backend/ev-document-thumbnails.c:
2538         * backend/ev-document-thumbnails.h:
2539         * backend/ev-document-transition.c:
2540         * backend/ev-document-transition.h:
2541         * backend/ev-document.c:
2542         * backend/ev-document.h:
2543         * backend/ev-file-exporter.c:
2544         * backend/ev-file-exporter.h:
2545         * backend/ev-image.c:
2546         * backend/ev-image.h:
2547         * backend/ev-link-action.c:
2548         * backend/ev-link-action.h:
2549         * backend/ev-link-dest.c:
2550         * backend/ev-link-dest.h:
2551         * backend/ev-link.c:
2552         * backend/ev-link.h:
2553         * backend/ev-render-context.c:
2554         * backend/ev-render-context.h:
2555         * backend/ev-selection.c:
2556         * backend/ev-selection.h:
2557         * backend/impress/Makefile.am:
2558         * backend/pdf/Makefile.am:
2559         * backend/pixbuf/Makefile.am:
2560         * backend/ps/Makefile.am:
2561         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
2562         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
2563         (start_interpreter), (stop_interpreter), (document_load),
2564         (ps_document_next_page), (render_page):
2565         * backend/tiff/Makefile.am:
2566         * comics/Makefile.am:
2567         * comics/comics-document.c:
2568         * comics/comics-document.h:
2569         * configure.ac:
2570         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2571         * djvu/Makefile.am:
2572         * djvu/djvu-document-private.h:
2573         * djvu/djvu-document.c:
2574         * djvu/djvu-document.h:
2575         * djvu/djvu-links.c:
2576         * djvu/djvu-links.h:
2577         * djvu/djvu-text-page.c:
2578         * djvu/djvu-text-page.h:
2579         * djvu/djvu-text.c:
2580         * djvu/djvu-text.h:
2581         * dvi/Makefile.am:
2582         * dvi/dvi-document.c:
2583         * dvi/dvi-document.h:
2584         * dvi/fonts.c:
2585         * dvi/fonts.h:
2586         * dvi/mdvi-lib/Makefile.am:
2587         * dvi/mdvi-lib/afmparse.c:
2588         * dvi/mdvi-lib/afmparse.h:
2589         * dvi/mdvi-lib/bitmap.c:
2590         * dvi/mdvi-lib/bitmap.h:
2591         * dvi/mdvi-lib/color.c:
2592         * dvi/mdvi-lib/color.h:
2593         * dvi/mdvi-lib/common.c:
2594         * dvi/mdvi-lib/common.h:
2595         * dvi/mdvi-lib/defaults.h:
2596         * dvi/mdvi-lib/dvimisc.c:
2597         * dvi/mdvi-lib/dviopcodes.h:
2598         * dvi/mdvi-lib/dviread.c:
2599         * dvi/mdvi-lib/files.c:
2600         * dvi/mdvi-lib/font.c:
2601         * dvi/mdvi-lib/fontmap.c:
2602         * dvi/mdvi-lib/fontmap.h:
2603         * dvi/mdvi-lib/fontsrch.c:
2604         * dvi/mdvi-lib/gf.c:
2605         * dvi/mdvi-lib/hash.c:
2606         * dvi/mdvi-lib/hash.h:
2607         * dvi/mdvi-lib/list.c:
2608         * dvi/mdvi-lib/mdvi.h:
2609         * dvi/mdvi-lib/pagesel.c:
2610         * dvi/mdvi-lib/paper.c:
2611         * dvi/mdvi-lib/paper.h:
2612         * dvi/mdvi-lib/pk.c:
2613         * dvi/mdvi-lib/private.h:
2614         * dvi/mdvi-lib/setup.c:
2615         * dvi/mdvi-lib/sp-epsf.c:
2616         * dvi/mdvi-lib/special.c:
2617         * dvi/mdvi-lib/sysdeps.h:
2618         * dvi/mdvi-lib/t1.c:
2619         * dvi/mdvi-lib/tfm.c:
2620         * dvi/mdvi-lib/tfmfile.c:
2621         * dvi/mdvi-lib/tt.c:
2622         * dvi/mdvi-lib/util.c:
2623         * dvi/mdvi-lib/vf.c:
2624         * dvi/pixbuf-device.c:
2625         * dvi/pixbuf-device.h:
2626         * impress/Makefile.am:
2627         * impress/common.h:
2628         * impress/document.c:
2629         * impress/f_oasis.c:
2630         * impress/f_oo13.c:
2631         * impress/iksemel.c:
2632         * impress/iksemel.h:
2633         * impress/imposter.h:
2634         * impress/impress-document.c:
2635         * impress/impress-document.h:
2636         * impress/internal.h:
2637         * impress/r_back.c:
2638         * impress/r_draw.c:
2639         * impress/r_geometry.c:
2640         * impress/r_gradient.c:
2641         * impress/r_style.c:
2642         * impress/r_text.c:
2643         * impress/render.c:
2644         * impress/render.h:
2645         * impress/zip.c:
2646         * impress/zip.h:
2647         * lib/Makefile.am:
2648         * lib/ev-debug.c:
2649         * lib/ev-debug.h:
2650         * lib/ev-file-helpers.c:
2651         * lib/ev-file-helpers.h:
2652         * lib/ev-gui.c:
2653         * lib/ev-gui.h:
2654         * lib/ev-tooltip.c:
2655         * lib/ev-tooltip.h:
2656         * libdocument/Makefile.am:
2657         * libdocument/ev-file-helpers.c:
2658         * pdf/Makefile.am:
2659         * pdf/ev-poppler.cc:
2660         * pdf/ev-poppler.h:
2661         * pixbuf/Makefile.am:
2662         * pixbuf/pixbuf-document.c:
2663         * pixbuf/pixbuf-document.h:
2664         * properties/Makefile.am:
2665         * ps/Makefile.am:
2666         * ps/gsdefaults.c:
2667         * ps/gsdefaults.h:
2668         * ps/gsio.c:
2669         * ps/gsio.h:
2670         * ps/gstypes.h:
2671         * ps/ps-document.c:
2672         * ps/ps-document.h:
2673         * ps/ps.c:
2674         * ps/ps.h:
2675         * shell/Makefile.am:
2676         * shell/ev-application.h:
2677         * shell/ev-sidebar-links.c:
2678         * shell/ev-sidebar-links.h:
2679         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
2680         (ev_gui_menu_position_tree_selection):
2681         * shell/ev-utils.h:
2682         * shell/ev-view.c: (ev_view_finalize):
2683         * shell/ev-window.c:
2684         * shell/main.c: (main):
2685         * thumbnailer/Makefile.am:
2686         * tiff/Makefile.am:
2687         * tiff/tiff-document.c:
2688         * tiff/tiff-document.h:
2689         * tiff/tiff2ps.c:
2690         * tiff/tiff2ps.h:
2691         
2692         Reorganize source tree.
2693
2694 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2695
2696         * backend/ev-document-factory.c:
2697
2698         Do not include ev-poppler.h when pdf is disabled. 
2699
2700 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2701
2702         * configure.ac:
2703         * data/evince-ui.xml:
2704         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
2705         (pdf_document_document_images_iface_init):
2706         * backend/Makefile.am:
2707         * backend/ev-document-images.[ch]:
2708         * backend/ev-image.[ch]:
2709         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
2710         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
2711         (ev_job_xfer_run):
2712         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2713         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2714         (ev_pixbuf_cache_get_image_mapping):
2715         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
2716         (view_menu_popup_cb), (ev_window_dispose),
2717         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2718         (ev_view_popup_cmd_copy_image):
2719         * shell/ev-view-private.h:
2720         * shell/ev-view.c: (ev_view_get_image_at_location),
2721         (ev_view_do_popup_menu), (ev_view_popup_menu),
2722         (ev_view_button_press_event), (ev_view_drag_data_get),
2723         (ev_view_drag_motion), (ev_view_drag_data_received),
2724         (ev_view_motion_notify_event), (ev_view_button_release_event),
2725         (ev_view_finalize), (ev_view_class_init):
2726
2727         Add image handling support. Fixes bugs #310008 and #325047. Images
2728         selection is not supported yet. 
2729
2730 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2731
2732         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
2733         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
2734         (ev_view_init):
2735
2736         Move view drag and drop stuff to ev-view.
2737
2738 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2739
2740         * shell/ev-pixbuf-cache.c: (clear_job_selection):
2741         * shell/ev-view.c: (clear_selection): 
2742
2743         Clear selection also in pixbuf cache.
2744
2745 2007-01-02  Luca Ferretti <elle.uca@libero.it>
2746
2747         * data/evince.desktop.in.in:
2748         
2749         Change icon name in desktop file. See bug #390734
2750         for details.
2751
2752 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2753
2754         * thumbnailer/Makefile.am:
2755
2756         Use top_builddir instead top_srcdir for generated schema
2757         file installation. Fixes bug #390161.
2758
2759 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2760
2761         * configure.ac:
2762         * backend/Makefile.am:
2763         * backend/ev-document-transition.[ch]:
2764         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
2765         (pdf_document_page_transition_iface_init):
2766         * shell/ev-view-private.h:
2767         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
2768         (ev_view_set_presentation), (transition_next_page),
2769         (ev_view_presentation_transition_stop),
2770         (ev_view_presentation_transition_start), (ev_view_next_page):
2771
2772         Add page transition support in presentation mode. At the moment only
2773         page duration is supported, but not transition effects. Fixes bug
2774         #309815.
2775
2776 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2777
2778         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
2779
2780         Run find_link_dest with document lock held, since it's called by links
2781         thread and main thread at the same time. 
2782
2783 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2784
2785         * shell/ev-view.c: (goto_dest):
2786
2787         Update page-cache when page is changed by the view, so that
2788         page-changed signal is emitted. 
2789
2790 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2791
2792         * test/test1.py:
2793         * test/test2.py:
2794
2795         Use C locale in tests. 
2796
2797 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2798
2799         * shell/ev-window.c: (ev_window_run_presentation):
2800         * shell/ev-view-private.h:
2801         * shell/ev-view.c: (ev_view_set_presentation):
2802
2803         Restore zoom settings when back from presentation mode. 
2804
2805 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2806
2807         * shell/ev-window.c: (ev_window_run_presentation):
2808
2809         Always use "best fit" zoom in presentation mode.
2810         Fixes bug #389195.
2811
2812 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2813
2814         * shell/ev-view.c: (ev_view_goto_window_create):
2815
2816         Show "Jump to page" label in the page jumping popup in
2817         presentation mode instead of just a GtkEntry.
2818
2819 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2820
2821         * shell/ev-window.c: (launch_external_uri):
2822
2823         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
2824         #378085.
2825
2826 2006-12-22  Elijah Newren  <newren gmail com>
2827
2828         * configure.ac: explicitly check for libxml2.  Fixes #388795
2829
2830 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2831
2832         * shell/ev-view-private.h:
2833         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
2834         (ev_view_goto_window_delete_event), (key_is_numeric),
2835         (ev_view_goto_window_key_press_event),
2836         (ev_view_goto_window_button_press_event),
2837         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
2838         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
2839         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
2840
2841         Allow jumping to another page by typing a page number in presentation
2842         mode. It uses a popup window with an entry. Fixes bug #353625.
2843
2844 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2845
2846         * configure.ac:
2847         * properties/ev-properties-view.c: (ev_get_default_user_units),
2848         (ev_regular_paper_size):
2849         
2850         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
2851         to Damien Carbery <damien.carbery@sun.com> and
2852         Yevgen Muntyan <muntyan@tamu.edu>.
2853
2854 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2855
2856         * shell/ev-window.c: (setup_document_from_metadata):
2857
2858         Make sure Evince doesn't restore the view on the last
2859         page when a document is reopened. Fixes bug #383381.
2860
2861 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
2862
2863         * shell/ev-view.c: (draw_loading_text):
2864
2865         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
2866
2867 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2868
2869         * configure.ac:
2870         * NEWS:
2871
2872         Release 0.7.0
2873
2874 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2875
2876         * configure.ac:
2877         * pdf/ev-poppler.cc: (pdf_print_context_free),
2878         (pdf_document_file_exporter_begin),
2879         (pdf_document_file_exporter_do_page):
2880
2881         Make cairo-pdf depedency optional. 
2882
2883 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2884
2885         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
2886
2887         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
2888
2889 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2890
2891         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
2892         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
2893         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
2894         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
2895         * shell/ev-view.c: (draw_loading_text):
2896         * shell/ev-window.c: (ev_window_cmd_file_properties):
2897
2898         Use an specific lock for FontConfig. Hopefully it fixes some crashes
2899         related to using FontConfig from different threads.
2900         
2901 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2902
2903         * shell/ev-view.c: (draw_loading_text):
2904
2905         Acquire lock document when drawing "Loading..." text so that only one
2906         thread will use FontConfig at the same time. Fixes bug #374750.
2907
2908 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2909
2910         * shell/ev-page-action.[ch]: (activate_cb):
2911         * shell/ev-window.c: (activate_label_cb):
2912
2913         Check if text inserted in page entry is a valid page number when it
2914         doesn't match to any document page label. Fixes bug #383165.
2915
2916 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
2917         * shell/ev-window.c:
2918
2919         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
2920         available with GTK < 2.10. Added an ifdef to avoid compilation
2921         error.
2922
2923 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2924
2925         * configure.ac:
2926         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
2927
2928         Fix ps backend in multihead systems.
2929
2930 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2931
2932         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
2933         * shell/ev-window.c: (ev_window_get_screen_dpi),
2934         (ev_window_update_actions), (setup_view_from_metadata),
2935         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
2936
2937         Take screen DPI into account when zooming. Fixes bug #318285.
2938
2939 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2940
2941         * data/Makefile.am:
2942
2943         Cleaned up/slightly refactored Makefile.am. Added GConf
2944         schemas uninstallation as well.
2945
2946 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2947
2948         * Makefile.am:
2949         * test/Makefile.am:
2950
2951         Fight with autotools to fix make check. Make distcheck
2952         works fine as well now!
2953
2954 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2955
2956         * shell/ev-view.c: (draw_end_presentation_page):
2957
2958         Corrected "end of presentation" string.
2959
2960 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2961
2962         * shell/ev-view.c: (ev_view_key_press_event):
2963
2964         Correctly propagate key press event so that up/down keys
2965         work as expected (correct behaviour was broken by
2966         black/white screen key bindings for presentations).
2967
2968 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2969
2970         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
2971         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
2972         (pdf_document_find_get_progress), (pdf_selection_render_selection),
2973         (pdf_selection_get_selection_region),
2974         (pdf_selection_get_selection_map):
2975
2976         Add "static" to some private functions. 
2977
2978 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
2979
2980         * lib/ev-tooltip.h:
2981         * properties/ev-properties-view.h:
2982         * shell/ev-jobs.h:
2983         * shell/ev-properties-dialog.h:
2984         * shell/ev-properties-fonts.h:
2985         * shell/ev-sidebar-links.h:
2986         * shell/ev-sidebar-thumbnails.h:
2987         * shell/ev-sidebar.h:
2988         * shell/ev-window.h:
2989         
2990         Fixes CHACK type in class casts. See bug #385343
2991         for details.
2992
2993 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2994
2995         * shell/ev-view-private.h:
2996         * shell/ev-view.c: (draw_end_presentation_page),
2997         (ev_view_expose_event), (ev_view_key_press_event),
2998         (ev_view_class_init), (ev_view_init):
2999
3000         Blank screen in presentation mode when pressing 'b' (filling with
3001         black) or 'w' (filling with white) keys. Fixes bug #358132.
3002
3003 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
3004
3005         * data/evince-toolbar.xml:
3006         * shell/ev-window.c:
3007         
3008         Use stock icon for Select All action. Fixes
3009         bug #382652.
3010
3011 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
3012
3013         * shell/ev-view.c: (get_doc_point_from_offset),
3014         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
3015
3016         Add links support in rotated documents. Fixes bug #343733.
3017
3018 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3019
3020         * shell/ev-view-private.h:
3021         * shell/ev-view.c: (draw_end_presentation_page),
3022         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
3023
3024         Show a blank page after the last page in presentation mode with a
3025         message indicating that presentation has finished and how to exit. 
3026
3027 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3028
3029         * shell/ev-window.c: (fullscreen_timeout_cb):
3030
3031         Hide cursor after a while in presentation mode. 
3032
3033 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3034
3035         * backend/ev-document-info.h:
3036         * data/evince-properties.glade:
3037         * pdf/ev-poppler.cc:
3038         * properties/ev-properties-view.c: (ev_regular_paper_size),
3039         (ev_properties_view_set_info):
3040         * ps/ps-document.c: (ps_document_get_info):
3041
3042         Adds a paper size field to the properties dialog. Fixes
3043         bug #307315. Patch by Kasper Svendsen (with some i18n
3044         changes done by me).
3045
3046 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3047
3048         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3049         (screensaver_init_dbus), (totem_scrsaver_new),
3050         (totem_scrsaver_init):
3051         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3052         * shell/ev-application.c: (ev_application_register_service),
3053         (ev_application_screensaver_enable),
3054         (ev_application_screensaver_disable):
3055         * shell/ev-application.h:
3056         * shell/ev-window.c: (ev_window_run_presentation),
3057         (ev_window_stop_presentation), (build_comments_string),
3058         (ev_window_init):
3059         
3060         Move screensaver handling to application. No more
3061         message on startup.
3062
3063 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3064
3065         * configure.ac:
3066         * backend/Makefile.am:
3067         * backend/ev-file-exporter.[ch]:
3068         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
3069         * ps/ps-document.c: (ps_document_file_exporter_*):
3070         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
3071         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3072         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3073         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3074
3075         Allow printing to PDF when suppoted by the backend.
3076         
3077 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3078
3079         * shell/ev-window.c: (build_comments_string):
3080
3081         Use always "Document Viewer" in about dialog. 
3082
3083 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3084
3085         * djvu/djvu-document.c: (djvu_document_get_page_size):
3086
3087         Display a warning message when get_pageinfo fails. 
3088
3089 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
3090
3091         * Makefile.am:
3092         * backend/Makefile.am:
3093         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3094         * configure.ac:
3095         * shell/ev-window.c: (build_comments_string):
3096         
3097         Make pdf compilation optional. See bug #38007.
3098
3099 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3100
3101         * ps/ps.c: (get_next_text):
3102
3103         Fix CVE-2006-5864.
3104
3105 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3106
3107         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
3108         * shell/ev-navigation-action.c: (connect_proxy),
3109         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3110         
3111         Do not call g_type_class_peek_parent twice.
3112
3113 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3114
3115         * configure.ac:
3116         * data/icons/24x24/.cvsignore:
3117         * data/icons/24x24/Makefile.am:
3118         * data/icons/24x24/evince.png:
3119         * data/icons/Makefile.am:
3120         
3121         Add 24x24 icon. Thanks to 
3122         Michael Monreal <infernux@web.de>.
3123
3124 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3125
3126         * configure.ac: Fix typo in configure.ac. Thanks
3127         to dmacks@netspace.org for notification.
3128
3129 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3130
3131         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3132         
3133         Drop dbus include, fixes compilation with older dbus.
3134
3135 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3136
3137         * configure.ac:
3138         * cut-n-paste/Makefile.am:
3139         * cut-n-paste/totem-screensaver/.cvsignore
3140         * cut-n-paste/totem-screensaver/Makefile.am:
3141         * cut-n-paste/totem-screensaver/README:
3142         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3143         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3144         * shell/Makefile.am:
3145         * shell/ev-window.c: (ev_window_run_presentation),
3146         (ev_window_stop_presentation), (ev_window_cmd_help_about),
3147         (ev_window_init):
3148
3149         Implemented screensaver enabling/disabling for
3150         presentation mode (not fullscreen mode). Code stolen
3151         from Totem (with some minor tweaks). Fixes bug #338889.
3152
3153 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3154
3155         * configure.ac:
3156
3157         Bump gnome-icon-theme requirements. We use the rotation
3158         icons that appeared recently.
3159
3160 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3161
3162         * shell/ev-history.c: (ev_history_add_page):
3163         * shell/ev-history.h:
3164         * shell/ev-window.c: (page_changed_cb):
3165         
3166         Use page labels instead of numbers.
3167
3168 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3169
3170         * data/evince-toolbar.xml:
3171         * po/POTFILES.in:
3172         * shell/Makefile.am:
3173         * shell/ev-navigation-action-widget.c:
3174         (ev_navigation_action_widget_init),
3175         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
3176         (menu_detacher), (ev_navigation_action_widget_set_menu),
3177         (menu_position_func), (popup_menu_under_arrow),
3178         (ev_navigation_action_widget_toggled),
3179         (ev_navigation_action_widget_button_press_event):
3180         * shell/ev-navigation-action-widget.h:
3181         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
3182         (ev_navigation_action_set_window), (activate_menu_item_cb),
3183         (new_history_menu_item), (new_empty_history_menu_item),
3184         (build_menu), (menu_activated_cb), (connect_proxy),
3185         (create_tool_item), (ev_navigation_action_init),
3186         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3187         * shell/ev-navigation-action.h:
3188         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
3189         (ev_page_action_widget_set_page_cache),
3190         (ev_page_action_widget_finalize),
3191         (ev_page_action_widget_class_init), (match_selected_cb),
3192         (display_completion_text), (match_completion), (build_new_tree_cb),
3193         (get_filter_model_from_model),
3194         (ev_page_action_widget_update_model):
3195         * shell/ev-page-action-widget.h:
3196         * shell/ev-page-action.c: (activate_link_cb), (update_model),
3197         (connect_proxy):
3198         * shell/ev-page-action.h:
3199         * shell/ev-stock-icons.c:
3200         * shell/ev-stock-icons.h:
3201         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3202         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
3203         (register_custom_actions):
3204         * shell/main.c:
3205         
3206         Preliminary history implementation
3207
3208 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3209
3210         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
3211         (dvi_document_class_init), (dvi_document_init_params):
3212         * dvi/mdvi-lib/font.c: (font_reference):
3213         
3214         Add reference to subfont. Fixes bug #374277.
3215
3216 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3217
3218         * shell/ev-window.c: (ev_window_create_tmp_symlink),
3219         (ev_window_cmd_file_open_copy_at_dest):
3220
3221         Fix a race condition when creating symlink. Increase the counter
3222         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
3223         Mathias Hasselmann).
3224
3225 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3226
3227         * backend/Makefile.am:
3228         * backend/ev-attachment.c: (ev_attachment_open):
3229         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
3230         (ev_tmp_dir), (ev_tmp_filename):
3231         * shell/ev-sidebar-attachments.c:
3232         (ev_sidebar_attachments_drag_data_get):
3233         * shell/ev-window.c: (ev_window_clear_temp_file):
3234
3235         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
3236         in ensure_dir_exists. Abort without crashing when we can't create
3237         user's directory.
3238
3239 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3240
3241         * data/evince-ui.xml:
3242         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3243         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
3244         (ev_window_cmd_file_open_copy_at_dest),
3245         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
3246         (ev_view_popup_cmd_open_link_new_window):
3247
3248         Allow opening a copy of the current document in a new window. Fixes bug
3249         #357472
3250
3251 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3252
3253         * data/evince-toolbar.xml:
3254         
3255         Add rotate right and rotate left to available items for toolbar.
3256         
3257         * data/evince-ui.xml:
3258         * shell/ev-window.c: (ev_window_init):
3259         
3260         Customize toolbar with right click. Fixes bug #372451.
3261
3262 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
3263
3264         * shell/ev-window.c: 
3265         
3266         Use "object-rotate-{left,right}" stock icons. Fixes 
3267         bug #373863.
3268
3269 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3270
3271         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
3272         (ev_application_open_uri_at_dest), (ev_application_open_uri):
3273         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
3274         (ev_window_open_uri):
3275         * shell/main.c: (arguments_parse):
3276
3277         Remove temp file created when evince is used by GTK+ in
3278         preview mode. Fixes bug #365282. 
3279
3280 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3281
3282         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3283         
3284         Fixes bug #372474 - Side pane disabled when entering 
3285         and leaving fullscreen mode.
3286
3287 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3288
3289         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
3290         * data/Makefile.am:
3291         * data/evince-preview-toolbar.xml:
3292         * data/evince-toolbar.xml:
3293         * shell/ev-application.c: (ev_application_shutdown),
3294         (ev_application_init), (ev_application_get_toolbars_model):
3295         * shell/ev-application.h:
3296         * shell/ev-window.c: (update_chrome_visibility),
3297         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
3298         (ev_window_cmd_edit_toolbar), (ev_window_init):
3299         
3300         Fixes bug #364364 - toolbar editor shows zoom actions again.
3301
3302 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3303
3304         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3305
3306         Do not take margins into consideration for paper size when printing.
3307         Really fixes bug #350491.
3308
3309 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3310
3311         * data/evince-ui.xml:
3312         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
3313         (ev_window_cmd_file_print_setup),
3314         (ev_window_print_dialog_response_cb),
3315         (ev_window_setup_action_sensitivity):
3316
3317         Add page setup settings for printing. Fixes bugs #363860 and #350491.
3318
3319 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3320
3321         * shell/ev-window.c: (ev_window_print_range):
3322
3323         Revert my previuos commit, since printing to PDF is not supported by
3324         evince yet. 
3325
3326 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3327
3328         * shell/ev-window.c: (ev_window_print_range):
3329
3330         Enable print to a PDF. Fixes bug #332121.
3331
3332 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3333
3334         * shell/ev-application-service.xml:
3335         * shell/ev-application.[ch]: (ev_application_open_window),
3336         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
3337         (ev_application_open_uri), (ev_application_open_uri_list):
3338         * shell/ev-window.c: (file_open_dialog_response_cb),
3339         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
3340         (drag_data_received_cb), (open_remote_link):
3341         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
3342
3343         Add support for multiscreen systems. Fixes bug #316206.
3344
3345 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3346
3347         * shell/ev-jobs.[ch]: (ev_job_print_new),
3348         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
3349         (ev_job_print_do_page):
3350         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
3351
3352         Allow printing only odd/even pages. Fixes bug #367289.
3353
3354 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3355
3356         * test/test1.py:
3357         * test/test2.py:
3358
3359         Re-add locale settings to test files.
3360
3361 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3362
3363         * data/evince-ui.xml:
3364         * shell/ev-window.c: (set_action_properties):
3365         
3366         Removed garbage from code and ui.
3367
3368 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3369
3370         * shell/ev-window.c: (ev_window_cmd_help_about):
3371
3372         Shamelessly add my name to the list of contributors.
3373
3374 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3375
3376         * test/test1.py:
3377         * test/test2.py:
3378
3379         Cleaned up the dogtail scripts.
3380
3381 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3382
3383         * shell/ev-view.c: (draw_loading_text): Don't render
3384         "loading..." text in presentation mode. Temporary
3385         workaround for bug #320352.
3386
3387 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3388
3389         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3390         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3391
3392         Use print settings scale, copies, collate and reverse which were
3393         ignored. Fixes bug #359032.
3394
3395 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3396
3397         * configure.ac:
3398         * data/evince-password.glade:
3399         * test/Makefile.am:
3400         * test/test-encrypt.pdf:
3401         * test/test-links.pdf:
3402         * test/test1.py:
3403         * test/test2.py:
3404
3405         Add automated UI tests for evince with dogtail. See
3406         bug #300948.    
3407
3408 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3409
3410         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
3411
3412         Hide fullscreen toolbar when switching to another desktop workspace.
3413         Fixes bug #338871
3414
3415 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3416
3417         * shell/ev-window-title.c: 
3418         
3419         Test for .dvi in title of pdf documents.
3420
3421 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3422
3423         * shell/ev-view.c: (ev_view_scroll):
3424
3425         Page Up/Down should do page jumps in "Best fit" mode.
3426         If a user has explicitly chosen to view exactly one page
3427         at a time, scrolling just a part of the page when
3428         pressing Page Up/Down is not right. Fixes bug #323107.
3429
3430 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3431
3432         * NEWS:
3433         * configure.ac:
3434         
3435         Update for 0.6.1
3436
3437 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3438
3439         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
3440         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
3441         
3442         Correctly disconnect from job signals on destroy.
3443
3444 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3445
3446         * shell/ev-view-private.h:
3447         * shell/ev-view.c: (view_set_adjustment_values),
3448         (view_update_range_and_current_page),
3449         (ensure_rectangle_is_visible), (ev_view_size_allocate):
3450         
3451         Fixes bug #343199, current page now follows find page.
3452
3453 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
3454
3455         * backend/ev-document-factory.c:
3456         * configure.ac:
3457         Assigned OpenDocument presenation MIME type to the
3458         Impress backend. Added some missing (but harmless)
3459         #ifdefs in the document factory as well to make things
3460         consistent again. Fixes bug #360658.
3461
3462 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
3463
3464         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
3465         * backend/ev-document-find.c: (ev_document_find_get_type):
3466         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
3467         * backend/ev-document-links.c: (ev_document_links_get_type):
3468         * backend/ev-document-security.c: (ev_document_security_get_type):
3469         * backend/ev-document-thumbnails.c:
3470         (ev_document_thumbnails_get_type):
3471         * backend/ev-document.c: (ev_document_get_type):
3472         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
3473         * backend/ev-selection.c: (ev_selection_get_type):
3474         * cut-n-paste/recent-files/egg-recent-model.c:
3475         (egg_recent_model_get_type):
3476         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3477         (egg_recent_view_uimanager_get_type):
3478         * cut-n-paste/recent-files/egg-recent-view.c:
3479         (egg_recent_view_get_type):
3480         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3481         (egg_editable_toolbar_get_type):
3482         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3483         (egg_toolbar_editor_get_type):
3484         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3485         (egg_toolbars_model_get_type):
3486         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3487         (egg_tree_multi_drag_source_get_type):
3488         * cut-n-paste/zoom-control/ephy-zoom-action.c:
3489         (ephy_zoom_action_get_type):
3490         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3491         (ephy_zoom_control_get_type):
3492         * impress/r_back.c: (_imp_fill_back):
3493         * properties/ev-properties-main.c:
3494         (ev_properties_plugin_register_type):
3495         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
3496         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
3497         (ev_view_accessible_factory_get_type):
3498
3499         Reduce relocations. Bug #360616.
3500
3501 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3502
3503         * backend/ev-document-factory.c:
3504         (ev_document_factory_get_document):
3505         
3506         Load document even if extension is wrong.
3507
3508 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3509
3510         * shell/ev-metadata-manager.c: (save_values):
3511         * shell/ev-window.c: (setup_size_from_metadata),
3512         (setup_view_from_metadata), (ev_window_setup_document),
3513         (ev_window_xfer_job_cb), (window_configure_event_cb):
3514         
3515         Set size according to the document size/page size ratio.
3516         That should correct rather wierd behaviour of the previous
3517         commit.
3518
3519 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3520
3521         * shell/ev-window.c: (setup_view_from_metadata):
3522         
3523         Set size for new windows from previous window size.
3524         See bugs #354968 and #168450 for details. Thanks
3525         to Meik Hellmund.
3526
3527 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3528
3529         * djvu/djvu-links.c: (build_tree):
3530
3531         Fix memory leak.
3532
3533 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3534
3535         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
3536         
3537         Don't make sidebar close button insensitive. Fixes
3538         bug #357871.
3539
3540 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3541
3542         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3543         (ev_window_set_view_accels_sensitivity):
3544         
3545         Don't enable Slash on documents which don't support
3546         find. Fixes bug #358648.
3547
3548 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
3549
3550         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
3551         open dialog fall back to the current document uri if the
3552         filechooser hasn't been used before. Fixes bug #356980.
3553
3554 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
3555
3556         * shell/ev-window.c: (ev_window_setup_recent), 
3557         (ev_window_get_recent_file_label):
3558
3559         Escape underscores in filenames of recent file items.
3560
3561 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3562
3563         * configure.ac:
3564         
3565         Bumped poppler requirements, really 0.5.3 is very 
3566         buggy, now we require 0.5.4.
3567
3568 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3569
3570         * djvu/Makefile.am:
3571         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3572         (djvu_document_find_iface_init), (djvu_document_links_get_links),
3573         (djvu_document_document_links_iface_init):
3574         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
3575         (number_from_string_10), (get_djvu_link_dest),
3576         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
3577         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
3578         (djvu_links_get_links), (djvu_links_find_link_dest),
3579         (djvu_links_get_links_model):
3580         * djvu/djvu-links.h:
3581         
3582         Add support for links and bookmarks in djvu documents. Thanks
3583         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
3584         patch.
3585
3586 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3587
3588         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3589         
3590         Reopen should reload document. Fixes 
3591         bug 327951.
3592
3593 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3594
3595         * configure.ac:
3596         * data/Makefile.am:
3597         * data/evince-16.png:
3598         * data/evince-22.png:
3599         * data/evince.png:
3600         * data/evince.svg:
3601         * data/icons/16x16/Makefile.am:
3602         * data/icons/16x16/evince.png:
3603         * data/icons/22x22/Makefile.am:
3604         * data/icons/22x22/evince.png:
3605         * data/icons/48x48/Makefile.am:
3606         * data/icons/48x48/evince.png:
3607         * data/icons/Makefile.am:
3608         * data/icons/scalable/Makefile.am:
3609         * data/icons/scalable/evince.svg:
3610         
3611         Install icons with correct names. Fixes
3612         bug #354429.
3613
3614 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3615
3616         * shell/ev-view.c: (ev_view_button_release_event):
3617
3618         Don't open links with middle mouse button. Fixes bug #353649
3619
3620 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3621
3622         * NEWS:
3623         * configure.ac:
3624         
3625         Update for release 0.6.0
3626
3627 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3628
3629         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
3630         Implement Close named action. Patch by Carlos Garcia Campos.
3631
3632 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3633
3634         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
3635         
3636         Don't clear link mapping on copy_job_to_job_info. Fixes
3637         bug 346168.
3638
3639 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3640
3641         * shell/main.c: (main):
3642
3643         Revert my previous commit, gnome_program_init owns the option context.
3644         Fix another memory leak in main. Both caught by Christian Persch. 
3645
3646 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3647
3648         * shell/main.c: (main):
3649
3650         Fix memory leak.
3651
3652 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3653
3654         * backend/ev-document-factory.c: (ev_document_factory_get_document):
3655
3656         Fix crash when opening a pdf with password protection. 
3657
3658 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3659
3660         * pdf/ev-poppler.cc: (pdf_document_search_free):
3661
3662         Fix memory leak. 
3663
3664 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3665
3666         * backend/ev-document-factory.c:
3667         (ev_document_factory_get_document):
3668         * tiff/tiff-document.c: (tiff_document_finalize):
3669         
3670         More correct handling of document loading. Fixes
3671         bug #349043.
3672
3673 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3674
3675         * backend/ev-attachment.c: (ev_attachment_save):
3676
3677         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
3678         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
3679
3680 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
3681         
3682         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
3683         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
3684
3685 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3686
3687         * shell/ev-sidebar-thumbnails.c:
3688
3689         Do not render thumbnails unless thumbnails page is active in the
3690         sidebar.
3691
3692 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
3693
3694         * shell/ev-properties-dialog.c:
3695
3696         Fix dialogue spacing. Bug #351370.
3697
3698 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3699
3700         * configure.ac:
3701
3702         Use lowercase gettext catalog file names (evince.mo
3703         instead of Evince.mo)
3704
3705 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3706
3707         * shell/ev-sidebar-attachments.c:
3708
3709         GtkIconTheme is now screen safe too. Fixes bug #350878
3710
3711 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3712
3713         * shell/ev-window.c:
3714
3715         GtkRecent manager is now screen safe. Fixes bug #350145
3716
3717 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3718
3719         * shell/ev-sidebar.c: (ev_sidebar_init):
3720         
3721         Make sidebar close icon smaller. Fix for bug 350177.
3722         See also bugs 350176 and 165770.
3723
3724 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3725
3726         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
3727
3728         Ignore zoom for xyz destinations when it's <= 1, keeping user
3729         preferences instead. Set correct sizing-mode for fith and fitv
3730         destinations rather than EV_SIZING_FREE. Fixes bug #349433
3731
3732 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3733
3734         * NEWS:
3735         * configure.ac:
3736         
3737         Update for release 0.5.5
3738
3739 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
3740         
3741         * shell/ev-window.c: (ev_window_cmd_escape)
3742
3743         Escape unfocus page entry. Fixes bug #345809.
3744
3745 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3746
3747         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
3748         (build_tree), (pdf_document_links_get_links),
3749         (pdf_document_links_find_link_dest):
3750         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
3751         (goto_xyz_dest):
3752
3753         Convert from PDF style coordinates to X style coordinates in the
3754         backend rather than in the view. Fixes bug #338440
3755
3756 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3757
3758         * shell/ev-window.c:
3759         
3760         Remove Ctrl+Shift+T shortcut for toolbars. See
3761         the bug #350098.
3762
3763 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3764
3765         * configure.ac:
3766
3767         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
3768         of this. 
3769
3770 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3771
3772         * configure.ac:
3773         * cut-n-paste/Makefile.am:
3774         * data/evince-ui.xml:
3775         * shell/Makefile.am:
3776         * shell/ev-application.[ch]:
3777         * shell/ev-window.c:
3778
3779         Use GtkRecent instead of EggRecent when it's available. Fixes bug
3780         #349273
3781
3782 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3783
3784         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
3785         findbar code: s/help/search/
3786
3787 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3788
3789         * shell/ev-window.c: (setup_document_from_metadata),
3790         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
3791         (setup_view_from_metadata):
3792         
3793         Fix memory leaks.
3794
3795 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
3796
3797         * autogen.sh, configure.ac: 
3798         
3799         Update automake usage. See bug 349292.
3800
3801 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3802
3803         * shell/eggfindbar.c: (egg_find_bar_class_init),
3804         (entry_activate_callback), (egg_find_bar_init),
3805         (egg_find_bar_set_status_text):
3806         * shell/eggfindbar.h:
3807         
3808         Unify Evince findbar with Epiphany. Nice patch
3809         from Fabricio Silva <silva@crans.org> and
3810         Frederic Peters <fpeters@entrouvert.com>. See
3811         bug #339966 for details.
3812
3813 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3814
3815         * data/evince.desktop.in.in:
3816         
3817         Correct information for bugzilla. Thanks to
3818         Olaf Vitters, see bug #348855.
3819
3820 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3821
3822         * shell/ev-jobs.[ch]:
3823         * shell/ev-sidebar-links.c:
3824         * shell/ev-window.[ch]:
3825
3826         GtkPrintJob doesn't support print ranges or current page, so we export
3827         to a ps file now when printing ranges or current page.
3828
3829 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3830
3831         * pdf/ev-poppler.cc:
3832         * shell/ev-window.c: (do_action_named):
3833
3834         We should be more clear about bugzilla. See the
3835         poppler bug #7623.
3836
3837 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3838
3839         * configure.ac:
3840         * shell/Makefile.am:
3841         * shell/ev-job-queue.c:
3842         * shell/ev-jobs.[ch]:
3843         * shell/ev-sidebar-links.c:
3844         * shell/ev-window.[ch]:
3845         
3846         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
3847         #348422
3848
3849 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3850
3851         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
3852         * shell/ev-application-service.xml:
3853         * shell/ev-application.[ch]:
3854         * shell/ev-jobs.[ch]:
3855         * shell/ev-window.[ch]: (ev_window_run_preview):
3856         * shell/main.c: 
3857
3858         Add preview mode to use evince as a printing previewer. It also adds
3859         other command line options for fullscreen and presentation modes.
3860         Fixes bugs #347822, #317031
3861
3862 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3863
3864         * NEWS:
3865         * configure.ac:
3866         
3867         Update for release 0.5.4
3868
3869 2006-07-11  Bastien Nocera <hadess@hadess.net>
3870
3871         * Makefile.am:
3872         * backend/Makefile.am:
3873         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3874         * backend/ev-document-factory.h:
3875         * configure.ac:
3876         * impress/.cvsignore:
3877         * impress/Makefile.am:
3878         * impress/common.h:
3879         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
3880         (imp_get_page), (imp_next_page), (imp_prev_page),
3881         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
3882         * impress/f_oasis.c: (render_object), (render_page),
3883         (get_geometry), (_imp_oasis_load):
3884         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
3885         (_imp_oo13_load):
3886         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
3887         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
3888         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
3889         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
3890         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
3891         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
3892         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
3893         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
3894         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
3895         (iks_new_within), (iks_insert), (iks_insert_cdata),
3896         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
3897         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
3898         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
3899         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
3900         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
3901         (iks_cdata), (iks_cdata_size), (iks_has_children),
3902         (iks_has_attribs), (escape_size), (my_strcat), (escape),
3903         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
3904         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
3905         (iks_tree), (iks_load), (iks_save):
3906         * impress/iksemel.h:
3907         * impress/imposter.h:
3908         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
3909         (imp_render_draw_bezier_real), (imp_render_get_size),
3910         (imp_render_set_fg_color), (imp_render_draw_line),
3911         (imp_render_draw_rect), (imp_render_draw_polygon),
3912         (imp_render_draw_arc), (imp_render_draw_bezier),
3913         (imp_render_open_image), (imp_render_get_image_size),
3914         (imp_render_scale_image), (imp_render_draw_image),
3915         (imp_render_close_image), (imp_render_markup),
3916         (imp_render_get_text_size), (imp_render_draw_text),
3917         (impress_document_load), (impress_document_save),
3918         (impress_document_get_n_pages), (impress_document_get_page_size),
3919         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3920         (impress_document_finalize), (impress_document_class_init),
3921         (impress_document_can_get_text), (impress_document_get_info),
3922         (impress_document_document_iface_init),
3923         (impress_document_thumbnails_get_thumbnail),
3924         (impress_document_thumbnails_get_dimensions),
3925         (impress_document_document_thumbnails_iface_init),
3926         (impress_document_init):
3927         * impress/impress-document.h:
3928         * impress/internal.h:
3929         * impress/r_back.c: (_imp_fill_back):
3930         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
3931         (_imp_draw_image), (_imp_tile_image):
3932         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
3933         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
3934         (r_polyline):
3935         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
3936         (r_draw_gradient_complex), (r_draw_gradient):
3937         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
3938         (r_get_bullet):
3939         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
3940         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
3941         (r_text):
3942         * impress/render.c: (imp_create_context), (imp_context_set_page),
3943         (imp_context_set_step), (imp_render), (imp_delete_context):
3944         * impress/render.h:
3945         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
3946         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
3947         (zip_load_xml), (zip_get_size), (zip_load):
3948         * impress/zip.h:
3949         * shell/ev-utils.c:
3950         
3951         New backend to support impress slides. Fixes bug #30867.
3952
3953 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
3954
3955         * shell/ev-utils.c: (using_postscript_printer):
3956         
3957         Fixes crash when print using PAPI backend,
3958         bug #345012.
3959
3960 2006-06-09  Pat Rondon  <pmr@patrondon.org>
3961
3962         * shell/ev-jobs.c: (ev_job_xfer_run):
3963         * shell/ev-window.c: (password_dialog_response),
3964         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
3965         (ev_window_dispose):
3966         Fixes bug #344160: if the xfer job doesn't complete
3967         because a password is required, reload the existing
3968         instance instead of creating a new one.
3969
3970 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3971
3972         * shell/main.c: (main): Call gdk_threads_init. Thus
3973         we'll avoid errors in auth dialog. Fix for the bug
3974         #343347.
3975
3976 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3977
3978         * configure.ac: Advertise pixbuf support, fix
3979         for the bug 343317.
3980
3981 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3982
3983         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
3984         (ev_sidebar_thumbnails_set_document):
3985         
3986         Update sidebar thumbnails after reloading.
3987
3988 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3989
3990         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
3991         * shell/ev-jobs.h:
3992         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
3993         (ev_window_cmd_view_reload), (ev_window_init):
3994         
3995         Don't crash on reload. Fix for the bug #343167.
3996
3997 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3998
3999         * shell/ev-jobs.c: (ev_job_render_run):
4000         
4001         Check for document links.
4002
4003 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4004
4005         * backend/ev-attachment.c: (ev_attachment_save),
4006         (ev_attachment_launch_app), (ev_attachment_open):
4007         * backend/ev-document-factory.c: (get_document_from_uri):
4008         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4009         (egg_recent_view_uimanager_set_list):
4010         * ps/ps-document.c: (check_filecompressed), (document_load),
4011         (ps_document_load):
4012         * shell/ev-metadata-manager.c: (load_values):
4013         * shell/ev-password.c: (ev_password_dialog_set_property):
4014         * shell/ev-view.c: (tip_from_link):
4015         * shell/ev-window.c: (file_save_dialog_response_cb),
4016         (ev_window_print_dialog_response_cb):
4017         
4018         Use consistent quoting style. Fix for the bug #320285.
4019
4020 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4021
4022         * shell/ev-jobs.c: (ev_job_xfer_run):
4023         * shell/main.c: (load_files):
4024                 
4025         Open links with anchors. Fix for the bug #339836.
4026
4027 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4028
4029         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
4030         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
4031         (ev_link_dest_set_property), (ev_link_dest_finalize),
4032         (ev_link_dest_class_init), (ev_link_dest_new_named),
4033         (ev_link_dest_new_page_label):
4034         * backend/ev-link-dest.h:
4035         * shell/ev-application.c: (ev_application_open_uri):
4036         * shell/ev-view.c: (goto_dest):
4037         * shell/ev-window.c:
4038         * shell/ev-window.h:
4039         
4040         Fix page-label command line option. Bug #342070.
4041
4042 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4043
4044         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4045         
4046         Don't show highlight rects if page can't be showed. Fix for 
4047         the bug #342076
4048
4049 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4050
4051         * shell/ev-window.c: (setup_sidebar_from_metadata),
4052         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
4053         
4054         Setup sidebar from metadata even if there is no document
4055         loaded. Fix for the bug #342807.
4056
4057 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4058
4059         * cut-n-paste/toolbar-editor/Makefile.am:
4060         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4061         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
4062         (find_action), (drag_data_delete_cb), (drag_begin_cb),
4063         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
4064         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
4065         (popup_context_menu_cb), (button_press_event_cb),
4066         (configure_item_sensitivity), (configure_item_cursor),
4067         (configure_item_tooltip), (connect_widget_signals),
4068         (action_sensitive_cb), (create_item_from_action),
4069         (create_item_from_position), (toolbar_drag_data_received_cb),
4070         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
4071         (toolbar_drag_leave_cb), (configure_drag_dest),
4072         (toggled_visibility_cb), (toolbar_visibility_refresh),
4073         (create_dock), (toolbar_changed_cb), (unparent_fixed),
4074         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
4075         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
4076         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
4077         (egg_editable_toolbar_dispose),
4078         (egg_editable_toolbar_set_ui_manager),
4079         (egg_editable_toolbar_get_selected),
4080         (egg_editable_toolbar_set_selected), (set_edit_mode),
4081         (egg_editable_toolbar_set_property),
4082         (egg_editable_toolbar_get_property),
4083         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
4084         (egg_editable_toolbar_new_with_model),
4085         (egg_editable_toolbar_get_edit_mode),
4086         (egg_editable_toolbar_set_edit_mode),
4087         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
4088         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
4089         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4090         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
4091         (item_added_or_removed_cb), (toolbar_removed_cb),
4092         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
4093         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
4094         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
4095         (editor_create_item_from_name), (append_table),
4096         (update_editor_sheet), (egg_toolbar_editor_init):
4097         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
4098         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4099         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
4100         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
4101         (toolbar_node_free), (egg_toolbars_model_get_flags),
4102         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
4103         (egg_toolbars_model_get_name), (impl_add_item),
4104         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
4105         (parse_data_list), (parse_item_list), (parse_toolbars),
4106         (egg_toolbars_model_load_toolbars), (parse_available_list),
4107         (parse_names), (egg_toolbars_model_load_names),
4108         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
4109         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
4110         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
4111         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
4112         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
4113         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
4114         (egg_toolbars_model_set_types), (fill_avail_array),
4115         (egg_toolbars_model_get_name_avail),
4116         (egg_toolbars_model_get_name_flags),
4117         (egg_toolbars_model_set_name_flags):
4118         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4119         * cut-n-paste/toolbar-editor/eggintl.h:
4120         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4121         (egg_tree_multi_drag_source_get_type),
4122         (egg_tree_multi_drag_source_row_draggable),
4123         (egg_tree_multi_drag_source_drag_data_delete),
4124         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
4125         (egg_tree_multi_drag_button_release_event), (selection_foreach),
4126         (path_list_free), (set_context_data), (get_context_data),
4127         (get_info), (egg_tree_multi_drag_drag_data_get),
4128         (egg_tree_multi_drag_motion_event),
4129         (egg_tree_multi_drag_button_press_event),
4130         (egg_tree_multi_drag_add_drag_support):
4131         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
4132         * shell/ev-application.c: (ev_application_init),
4133         (ev_application_save_toolbars_model):
4134         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
4135         (ev_window_cmd_edit_toolbar), (ev_window_init):
4136         
4137         Sync toolbareditor with epiphany and libegg
4138
4139 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4140
4141         * configure.ac: 
4142
4143         Depend on poppler 0.5.2
4144
4145 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4146
4147         * shell/ev-jobs.c: (ev_job_render_run):
4148         
4149         Check if document supports links iterface.
4150
4151 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4152
4153         * NEWS:
4154         * configure.ac:
4155         
4156         Update for release 0.5.3
4157
4158 2006-05-13  Michael Plump  <plumpy@skylab.org>
4159
4160         * configure.ac:
4161         * shell/Makefile.am:
4162         * shell/main.c: (main):
4163         
4164         Port to GOption command line parsing. Fix for the 
4165         bug #327518
4166
4167 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4168
4169         * shell/ev-window.c: (ev_window_cmd_help_about):
4170         
4171         Do not wrap license. Fix for the bug #309460.
4172
4173 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4174
4175         * configure.ac:
4176         * properties/ev-properties-main.c: (ev_properties_get_pages):
4177         * shell/ev-application.c: (ev_application_open_window),
4178         (ev_application_open_uri_at_dest):
4179         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4180         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
4181         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
4182         * shell/ev-utils.c: (save_print_config_to_file):
4183         * shell/ev-window.c: (ev_window_cmd_save_as),
4184         (ev_attachment_popup_cmd_save_attachment_as):
4185         * shell/main.c: (load_files_remote):
4186         
4187         Bump requirements to gtk 2.8 and drop all ifdefs used.
4188
4189 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4190
4191         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4192         * shell/ev-window.c: (ev_window_init):
4193         
4194         Show attachments page.
4195
4196 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4197
4198         * po/POTFILES.in:
4199         * shell/ev-attachment-bar.c:
4200         * shell/ev-attachment-bar.h:
4201         * shell/ev-sidebar-attachments.c:
4202         (ev_sidebar_attachments_icon_cache_add),
4203         (icon_theme_get_pixbuf_from_mime_type),
4204         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
4205         (ev_sidebar_attachments_icon_cache_refresh),
4206         (ev_sidebar_attachments_get_attachment_at_pos),
4207         (ev_sidebar_attachments_popup_menu_show),
4208         (ev_sidebar_attachments_popup_menu),
4209         (ev_sidebar_attachments_button_press),
4210         (ev_sidebar_attachments_update_icons),
4211         (ev_sidebar_attachments_drag_data_get),
4212         (ev_sidebar_attachments_get_property),
4213         (ev_sidebar_attachments_destroy),
4214         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
4215         (ev_sidebar_attachments_new),
4216         (ev_sidebar_attachments_set_document),
4217         (ev_sidebar_attachments_support_document),
4218         (ev_sidebar_attachments_get_label),
4219         (ev_sidebar_attachments_page_iface_init):
4220         * shell/ev-sidebar-attachments.h:
4221         * shell/ev-window.c: (update_chrome_visibility),
4222         (setup_sidebar_from_metadata), (ev_window_setup_document),
4223         (ev_window_sidebar_current_page_changed_cb),
4224         (attachment_bar_menu_popup_cb), (ev_window_init):
4225         
4226         Move attachments bar to sidebar.
4227
4228 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4229
4230         * pdf/ev-poppler.cc:
4231         * shell/ev-application.[ch]:
4232         * shell/main.c:
4233
4234         Fix some memory leaks.
4235
4236 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4237
4238         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4239
4240         Change the properties dialog response to
4241         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
4242         will make the dialog go away when the user presses
4243         enter. With gtk+ >= 2.9 this will happen anyway, but for
4244         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
4245         escape by default. Fixes bug #340539. See also bug
4246         #101293 for the gtk+ part.
4247
4248 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
4249
4250         * shell/ev-view.c (tip_from_action_named): Replace some strings
4251         that were wrong. Closes #340970.
4252
4253 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4254
4255         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4256
4257         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
4258         #341049
4259
4260 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4261
4262         * djvu/Makefile.am:
4263         * dvi/Makefile.am:
4264         * dvi/mdvi-lib/Makefile.am:
4265         * properties/Makefile.am:
4266         * ps/Makefile.am:
4267         * shell/Makefile.am:
4268         * thumbnailer/Makefile.am:
4269         
4270         Due to broken libtool that is unable to track dependencies
4271         of noinst libraries we are forced to explicitely point
4272         libraries for binary. Fix for the bug #333334.
4273
4274 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4275
4276         * data/evince.desktop.in.in:
4277         * shell/ev-view.c: (view_update_range_and_current_page),
4278         (ev_view_next_page), (ev_view_previous_page):
4279         * shell/ev-window.c: (update_chrome_visibility),
4280         (setup_sidebar_from_metadata), (ev_window_setup_document),
4281         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
4282         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4283         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
4284         (ev_window_stop_fullscreen), (ev_window_run_presentation),
4285         (ev_window_stop_presentation), (ev_window_focus_in_event),
4286         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
4287         (ev_window_init):
4288         * thumbnailer/Makefile.am:
4289         
4290         Update fullscreen and presentation timeout handling. Hide
4291         cursor in presentation after timeout. Fix for the bugs
4292         #136359 and #336981.
4293
4294 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4295
4296         * backend/ev-link-action.[ch]:
4297         * pdf/ev-poppler.cc: (ev_link_from_action):
4298         * shell/ev-view-private.h:
4299         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
4300         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
4301
4302         Add support for Named Action links
4303
4304 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4305
4306         * backend/Makefile.am:
4307         * backend/ev-document-links.[ch]:
4308         * backend/ev-document.[ch]:
4309         * backend/ev-link-action.[ch]:
4310         * backend/ev-link-dest.[ch]:
4311         * backend/ev-link.[ch]:
4312         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
4313         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
4314         * shell/ev-page-action.c: (build_new_tree_cb):
4315         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
4316         (links_page_num_func), (update_page_callback):
4317         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
4318         (tip_from_link):
4319         * shell/ev-jobs.c:
4320         * shell/ev-window.[ch]: (ev_window_open_uri),
4321         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
4322         * shell/ev-application.[ch]: (ev_application_open_window),
4323         (ev_application_open_uri):
4324
4325         Rework links system, it adds support for remote links now and it makes
4326         easier to add new kinds of actions and destinations. Fixes bug #317292
4327
4328 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4329
4330         * data/Makefile.am:
4331         * data/evince.png:
4332         * data/evince-16.png:
4333         * data/evince-22.png:
4334         * data/evince.svg:
4335         * shell/main.c: (main):
4336         
4337         Evince use it's own icon. Fix for the bug #313392.
4338
4339         * shell/ev-window.c: (fullscreen_timeout_cb),
4340         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4341         (ev_window_cmd_help_about), (ev_window_dispose):
4342         
4343         Simplify fullscreen timeout code.
4344
4345 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4346
4347         * backend/ev-attachment.c: 
4348         * shell/ev-attachment-bar.c:
4349         * shell/ev-window.c:
4350
4351         Allow multiple selection of attachments
4352
4353 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4354
4355         * shell/ev-view.c: (view_update_range_and_current_page),
4356         (ev_view_scroll):
4357         
4358         Fix for the bug #312573 – Optimal selection of current 
4359         page among visible pages.
4360
4361 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4362
4363         * configure.ac:
4364         * djvu/Makefile.am:
4365         * djvu/djvu-text.h:
4366         
4367         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
4368         for the bug 339868.
4369
4370 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
4371
4372         * configure.ac: Fix the LINGUAS stuff here too so it builds.
4373
4374 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4375
4376         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
4377         dictated by the GNOME HIG. Fixes bug #339235.
4378
4379 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4380
4381         * data/evince-ui.xml:
4382         * shell/ev-view.c: (ev_view_can_find_previous):
4383         * shell/ev-view.h:
4384         * shell/ev-window.c: (ev_window_update_actions),
4385         (ev_window_cmd_edit_find_previous):
4386
4387         Add support for "Find Previous" as dictated by the GNOME HIG. A
4388         menu item is added and some glue code to make it all work is added
4389         to various files.
4390
4391 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4392
4393         * configure.ac: Award myself the "useless use of cat" award.
4394
4395 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4396
4397         * po/LINGUAS: New file listing all supported languages.
4398
4399         * configure.in: Use po/LINGUAS instead of including all languages
4400         directly in this file. See the wiki for more information:
4401         http://live.gnome.org/GnomeGoals/PoLinguas
4402
4403 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4404
4405         * backend/ev-document-factory.c:
4406
4407         Do not load the document twice when there isn't errors
4408
4409 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4410
4411         * backend/ev-attachment.c: 
4412
4413         Fix a crash when there isn't a default application to open an
4414         attachment
4415
4416 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4417
4418         * backend/ev-attachment.[ch]:
4419         * shell/ev-attachment-bar.[ch]:
4420
4421         Added missing files. 
4422
4423 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4424
4425         * backend/Makefile.am:
4426         * data/evince-ui.xml:
4427         * backend/ev-attachment.[ch]:
4428         * backend/ev-document.[ch]: (ev_document_has_attachments),
4429         (ev_document_get_attachments):
4430         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
4431         (attachment_save_to_buffer), (pdf_document_get_attachments),
4432         (pdf_document_document_iface_init):
4433         * shell/Makefile.am:
4434         * shell/ev-attachment-bar.[ch]:
4435         * shell/ev-window.c:
4436
4437         Add support for PDF attachments. Fixes bug #325143
4438
4439 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4440
4441         * backend/ev-document-factory.c: (get_document_from_uri),
4442         (ev_document_factory_get_document):
4443         * backend/ev-document-factory.h:
4444         * properties/ev-properties-main.c: (ev_properties_get_pages):
4445         * shell/Makefile.am:
4446         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4447         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4448         (ev_job_queue_remove_job):
4449         * shell/ev-job-queue.h:
4450         * shell/ev-job-xfer.c:
4451         * shell/ev-job-xfer.h:
4452         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
4453         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
4454         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
4455         (ev_job_xfer_run):
4456         * shell/ev-jobs.h:
4457         * shell/ev-window.c: (ev_window_is_empty),
4458         (password_dialog_response), (ev_window_clear_xfer_job),
4459         (ev_window_xfer_job_cb), (ev_window_open_uri),
4460         (ev_window_cmd_focus_page_selector),
4461         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
4462         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4463         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4464         (ev_window_dispose):
4465         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4466         
4467         * Cleanup mime type detection on document load. Fix for the
4468         bug #336448.
4469
4470 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4471
4472         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
4473         
4474         Fix crash on exit, described in the bug #336825.
4475
4476 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4477
4478         * backend/ev-document-factory.c:
4479         (ev_document_factory_get_from_mime),
4480         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
4481         (ev_document_factory_get_document),
4482         (file_filter_add_mime_list_and_free),
4483         (ev_document_factory_add_filters):
4484         * backend/ev-document-factory.h:
4485         * properties/ev-properties-main.c: (ev_properties_get_pages):
4486         * shell/Makefile.am:
4487         * shell/ev-application.c:
4488         * shell/ev-job-xfer.c: (ev_job_xfer_run):
4489         * shell/ev-window.c: (ev_window_cmd_file_open),
4490         (ev_window_cmd_save_as):
4491         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4492         
4493         Rework factory functions so they are placed now in a single 
4494         file ev-document-factory.c
4495
4496 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4497
4498         * shell/ev-window.c: (update_chrome_visibility):
4499         
4500         Fix for the bug 166566 - don't show menubar in fullscreen
4501         mode.
4502
4503 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
4504
4505         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
4506
4507 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4508
4509         * shell/ev-view.c: (ev_view_expose_event):
4510         
4511         More correctly draw loading text when document
4512         is empty.
4513
4514 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4515
4516         * shell/ev-view.c: (ev_view_scroll):
4517         
4518         Fix for the bug #334854, page down and page up switch
4519         pages in presentation mode.
4520
4521 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4522
4523         * shell/ev-window.c: (ev_window_set_action_sensitive),
4524         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
4525         (ev_window_set_view_accels_sensitivity),
4526         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
4527         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4528         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4529         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
4530         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
4531         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
4532         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
4533         (view_actions_focus_in_cb), (ev_window_init):
4534         
4535         Fix for the bug #333902, now it's possible to search
4536         words with slash.
4537
4538 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
4539
4540         * configure.ac: Added Breton translation.
4541         * po/br.po: Added Breton translation.
4542
4543 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4544
4545         * shell/ev-window-title (ev_window_title_update):
4546
4547         Fix memory leak in window title. Fixes bug #333944
4548
4549 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4550
4551         * shell/ev-metadata-manager.c (parseItem):
4552
4553         Fix memory leaks. Fixes bug #333945
4554
4555 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4556         
4557         * NEWS, configure.ac, TODO:
4558         
4559         Update for release 0.5.2.
4560
4561 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4562
4563         * shell/ev-view.c: (view_update_range_and_current_page),
4564         (page_changed_cb):
4565         
4566         Don't jump on scrolling, fix for the bug #333127.
4567
4568 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4569
4570         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4571         
4572         Scroll by one page in presentation mode. Fix for the bug
4573         #332993.
4574
4575 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
4576
4577         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
4578
4579 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
4580
4581         * configure.ac  Added lv in ALL_LINGUAS line.
4582
4583 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4584         
4585         * NEWS, configure.ac:
4586         
4587         Update for release 0.5.1
4588
4589 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4590
4591         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
4592         * backend/ev-document-misc.h:
4593         * shell/ev-view.c: (draw_one_page):
4594         
4595          Clairfy what page the toolbar page number applies to. Fix
4596          for the bug #328102.
4597
4598 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
4599
4600         * shell/ev-view-private.h:
4601         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
4602         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
4603         (ev_view_search_changed):
4604         * shell/ev-view.h:
4605         * shell/ev-window.c: (find_bar_search_changed_cb):
4606         
4607         Dont't jump to find result if window was scrolled during search.
4608         Fix for the bug #313266.
4609
4610 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
4611
4612         * shell/eggfindbar.c: (egg_find_bar_class_init):
4613         * shell/eggfindbar.h:
4614         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
4615         * shell/ev-view-private.h:
4616         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
4617         (ev_view_class_init), (ev_sizing_mode_get_type),
4618         (ev_scroll_type_get_type):
4619         * shell/ev-view.h:
4620         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
4621         (ev_window_cmd_scroll_backward), (find_bar_scroll),
4622         (ev_window_init):
4623         
4624         Fix for the bug 319133 - Find entry should allow text scroll.
4625
4626 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
4627
4628         * shell/ev-view-private.h:
4629         * shell/ev-view.c: (view_update_range_and_current_page),
4630         (highlight_find_results), (find_changed_cb), (page_changed_cb),
4631         (ev_view_set_document), (update_find_status_message),
4632         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
4633         (ev_view_find_previous):
4634         
4635         Fix for the bug #319137. Search now takes account for scrolling.
4636
4637 2006-02-19  Michael Hofmann <mh21@piware.de>
4638
4639         * configure.ac:
4640         * djvu/Makefile.am:
4641         * djvu/djvu-document-private.h:
4642         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4643         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
4644         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
4645         (djvu_document_can_get_text), (djvu_document_get_text),
4646         (djvu_document_document_iface_init),
4647         (djvu_document_thumbnails_get_thumbnail),
4648         (djvu_document_find_begin), (djvu_document_find_get_n_results),
4649         (djvu_document_find_get_result),
4650         (djvu_document_find_page_has_results),
4651         (djvu_document_find_get_progress), (djvu_document_find_cancel),
4652         (djvu_document_find_iface_init):
4653         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
4654         (djvu_text_page_selection), (djvu_text_page_limits_process),
4655         (djvu_text_page_limits), (djvu_text_page_copy),
4656         (djvu_text_page_position), (djvu_text_page_union),
4657         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
4658         (djvu_text_page_box), (djvu_text_page_append_text),
4659         (djvu_text_page_search), (djvu_text_page_prepare_search),
4660         (djvu_text_page_new), (djvu_text_page_free):
4661         * djvu/djvu-text-page.h:
4662         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
4663         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
4664         (djvu_text_n_results), (djvu_text_has_results),
4665         (djvu_text_get_result), (djvu_text_get_progress):
4666         * djvu/djvu-text.h:
4667         
4668         Text search in djvu. Fix for the bug #303415.
4669
4670 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4671
4672         * configure.ac:
4673         * shell/ev-window.c: (ev_window_cmd_save_as):
4674         
4675         Ask filechooser to confirm overwrite. Fix for the bug #328266.
4676         Thanks to Gary Coady <gary@lyranthe.org>
4677
4678 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4679
4680         * shell/ev-print-job.c: (idle_print_handler):
4681         
4682         Inverse order printing, bug #320919.
4683
4684 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4685
4686         * data/evince-toolbar.xml:
4687         * shell/ev-window.c:
4688         
4689         Allow to add sidebar checkbutton on toolbar. Fix
4690         for the bug #144577.
4691
4692 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4693
4694         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
4695         
4696         Add checks that have sense for empty ps document.
4697
4698 2006-02-15  Luca Ferretti <elle.uca@libero.it>
4699
4700         * configure.ac: Include PS in mime types list. 
4701
4702 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4703
4704         * configure.ac:
4705         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
4706         * ps/gsdefaults.h:
4707         * ps/ps-document.c: (start_interpreter), (ps_document_load):
4708         
4709         Runtime check for gs interpreter. Fix for the bug #320868.
4710         Thanks to Antoine Dopffer antoine.dopffer@free.fr
4711
4712 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4713
4714         * shell/ev-application.c: 
4715
4716         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
4717         dbus>=0.60, so that the request is not queued. 
4718
4719 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4720
4721         * configure.ac:
4722         * shell/Makefile.am:
4723         * shell/ev-sidebar-links.c: (print_section_cb):
4724         * shell/ev-utils.c:
4725         * shell/ev-utils.h:
4726         * shell/ev-window.c: (update_action_sensitivity),
4727         (ev_window_close_dialogs), (ev_window_print):
4728         * shell/ev-window.h:
4729         
4730         Make printing support optional. Patch from Eduardo de Barros Lima
4731         <eduardo.lima@indt.org.br> for the bug #330546.
4732
4733 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4734
4735         * shell/ev-view-private.h:
4736         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
4737         (ev_view_set_document):
4738         * shell/ev-view.h:
4739         * shell/ev-window.c: (ev_window_load_job_cb),
4740         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
4741         (ev_window_init):
4742
4743         Draw Loading message during xfer job. Fix for the bug #329495.
4744
4745 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4746
4747         * comics/comics-document.c: (comics_regex_quote),
4748         (comics_document_load), (extract_argv):
4749         
4750         Correcly quote regexp before passing it to unzip.
4751
4752 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4753
4754         * shell/ev-page-cache.c: (build_height_to_page),
4755         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
4756         (ev_page_cache_get_dual_even_left):
4757         * shell/ev-page-cache.h:
4758         * shell/ev-view.c: (view_update_range_and_current_page),
4759         (get_page_y_offset), (get_page_extents):
4760         
4761         Place even pages to the left if document has less then
4762         two pages. Fix for the bug #328856.
4763
4764 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4765
4766         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4767         
4768         Correct comics scheme. This make evince create thumbnails
4769         for comic books. Fix for the bug 329088.
4770
4771 2006-01-31  Christopher Aillon  <caillon@redhat.com>
4772
4773         * data/evince-password.glade: Don't explicitly set
4774         invisible_char to the current default value in case
4775         the default changes; let GTK+ do its magic.
4776
4777 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4778
4779         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
4780         real filename to tmp filename since often document
4781         type is determined by extension.
4782
4783 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4784
4785         * shell/ev-view.c: (add_scroll_binding_keypad),
4786         (ev_view_binding_activated), (ev_view_class_init):
4787         
4788         Add keybindings for percision-scrolling of display area. 
4789         Fix for the bug #314072.
4790
4791 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4792
4793         * data/evince.desktop.in.in:
4794         
4795         Add GTK to the list of categories. Fix for the bug #328034.
4796
4797 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4798
4799         * shell/ev-application.c: (ev_application_shutdown),
4800         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
4801         * shell/ev-application.h:
4802         * shell/ev-window.c: (file_open_dialog_response_cb),
4803         (ev_window_cmd_file_open):
4804         
4805         Save last uri in file chooser dialog. Fix for the bug #327950.
4806
4807 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4808
4809         * NEWS:
4810         * README:
4811         
4812         Final update for release 0.5.0
4813         
4814         * shell/Makefile.am:
4815         
4816         Remove disable deprecated until we'll require libgnome-2.13.7
4817         and port to GOption argument parsing. See bug 327518.
4818
4819 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
4820
4821         * comics/comics-document.c: (comics_document_save):
4822         * djvu/djvu-document.c: (djvu_document_save):
4823         * dvi/dvi-document.c: (dvi_document_save):
4824         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
4825         * lib/ev-file-helpers.h:
4826         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
4827         * tiff/tiff-document.c: (tiff_document_save):
4828         
4829         Use common save function for backends.
4830
4831 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
4832
4833         * backend/ev-document-types.c:
4834         
4835         Fix crash on saving pixbuf.
4836
4837 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4838
4839         * cut-n-paste/recent-files/egg-recent-item.c:
4840         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
4841         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
4842         (parse_info_free), (valid_element), (start_element_handler),
4843         (end_element_handler), (text_handler), (egg_recent_model_filter),
4844         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4845         (egg_recent_model_monitor), (egg_recent_model_read),
4846         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4847         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4848         (egg_recent_model_set_property), (egg_recent_model_class_init),
4849         (egg_recent_model_init), (egg_recent_model_add_full),
4850         (egg_recent_model_delete), (egg_recent_model_get_list),
4851         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4852         (egg_recent_model_set_filter_mime_types),
4853         (egg_recent_model_clear_group_filter),
4854         (egg_recent_model_set_filter_groups),
4855         (egg_recent_model_clear_scheme_filter),
4856         (egg_recent_model_set_filter_uri_schemes),
4857         (egg_recent_model_remove_expired):
4858         * cut-n-paste/recent-files/egg-recent-util.c:
4859         (egg_recent_util_get_icon):
4860         * cut-n-paste/recent-files/egg-recent-util.h:
4861         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4862         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
4863         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
4864         (egg_recent_view_uimanager_set_property),
4865         (egg_recent_view_uimanager_get_property),
4866         (egg_recent_view_uimanager_class_init),
4867         (egg_recent_view_uimanager_init),
4868         (egg_recent_view_uimanager_set_label_width),
4869         (egg_recent_view_uimanager_get_label_width):
4870         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
4871         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4872         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4873         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4874         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4875         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4876         
4877         Update from libegg.
4878
4879 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4880
4881         * shell/ev-page-cache.c: (build_height_to_page),
4882         (ev_page_cache_get_height_to_page):
4883         * shell/ev-page-cache.h:
4884         * shell/ev-view.c: (view_update_range_and_current_page),
4885         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
4886         (ev_view_previous_page):
4887         
4888         Dual mode places even pages to the left. Fix for the bug #309393.
4889
4890         * shell/ev-view.h:
4891         * shell/ev-window.c: (update_action_sensitivity),
4892         (setup_view_from_metadata), (view_menu_popup_cb):
4893         
4894         Don't restore presentation in empty windows, more intelligent
4895         next page behaviour in dual mode.
4896
4897         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
4898         (ev_pixbuf_cache_clear_job_sizes):
4899         
4900         Cleanup job callback on removal. Fix for the bug #325886.
4901
4902 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4903
4904         * ps/ps.c: (psscan):
4905         
4906         Commit workaround Mozilla problem. Fix for the bug #325919
4907         
4908         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
4909         (save_item):
4910         
4911         Fix for year 2038 problem.
4912
4913 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4914
4915         * shell/ev-window.c: (setup_document_from_metadata),
4916         (ev_window_cmd_view_reload):
4917
4918         Clamp page recieved from metadata in valid values. Fix
4919         for the bug #325986.
4920
4921 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4922
4923         * MAINTAINERS: 
4924         Add MAINTAINERS as requested on desktop-devel-list.
4925
4926 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4927
4928         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
4929         (mime_type_supported_by_gdk_pixbuf),
4930         (ev_document_factory_get_mime_types),
4931         (ev_document_factory_get_all_mime_types):
4932         
4933         Don't add pixbuf mime types if pixbuf backend is disabled.
4934         
4935         * shell/ev-application.c: (ev_application_get_uri_window):
4936         
4937         Fix for the bug 325815 - unhandled MIME type message doesn't 
4938         appear a second time. 
4939         
4940         * shell/ev-document-types.c: (ev_document_types_add_filters):
4941         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
4942         (password_dialog_response), (ev_window_popup_password_dialog),
4943         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4944         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4945         (ev_window_run_presentation), (ev_window_stop_presentation),
4946         (save_sizing_mode), (ev_window_zoom_changed_cb),
4947         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4948         (ev_window_dual_mode_changed_cb),
4949         (ev_window_sidebar_current_page_changed_cb),
4950         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4951         (window_state_event_cb), (window_configure_event_cb):
4952         
4953         Cleanup additional uris holded by EvWindow.
4954
4955 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4956
4957         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
4958         (ev_view_can_previous_page), (ev_view_can_next_page):
4959         * shell/ev-view.h:
4960         * shell/ev-window.c: (update_action_sensitivity):
4961         
4962         Two page scrolling with Space and PageUp in dual mode. Second fix 
4963         for the bug #316608.
4964
4965 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4966
4967         * shell/ev-view.c: (scroll_to_current_page):
4968         
4969         Correctly clamp adjustment value. Fix for the bug
4970         #325808.
4971
4972 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4973
4974         * shell/ev-sidebar-links.c: (print_section_cb):
4975         * shell/ev-window.c: (ev_window_get_uri),
4976         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
4977         (ev_window_print_dialog_response_cb), (ev_window_print_range),
4978         (ev_window_dispose):
4979         
4980         Make print dialog non-modal. Fix for the bug #325622.
4981
4982 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4983
4984         * shell/ev-metadata-manager.c:
4985         * shell/ev-utils.c: (using_pdf_printer),
4986         (using_postscript_printer), (load_print_config_from_file),
4987         (save_print_config_to_file):
4988         * shell/ev-utils.h:
4989         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
4990         (update_sidebar_visibility), (setup_sidebar_from_metadata),
4991         (setup_view_from_metadata), (ev_window_setup_document),
4992         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4993         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4994         (ev_window_run_presentation), (ev_window_stop_presentation),
4995         (save_sizing_mode), (ev_window_zoom_changed_cb),
4996         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4997         (ev_window_dual_mode_changed_cb),
4998         (ev_window_sidebar_current_page_changed_cb),
4999         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5000         (window_state_event_cb), (window_configure_event_cb),
5001         (ev_window_init):
5002         
5003         Setting saving behaviour fixes.
5004
5005 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5006
5007         * configure.ac:
5008         
5009         Make antialiasing gs options better and allow
5010         to change them during configure. Fix for the 
5011         bug #319049.
5012
5013 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5014
5015         * shell/ev-window.c: (setup_view_from_metadata):
5016         
5017         Remember if last window was maximized. Fix for the
5018         bug #323797.
5019
5020 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
5021
5022         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
5023
5024 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5025
5026         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
5027         * shell/ev-page-action.c: (build_new_tree_cb):
5028         * shell/ev-sidebar-links.c: (links_page_num_func),
5029         (update_page_callback_foreach), (update_page_callback):
5030         * shell/ev-view.c: (scroll_to_current_page):
5031         
5032         Fix for the bug #325067 with more intelligent selection
5033         of current link in sidebar. Make sidebar handle links
5034         of FITR-like type more correctly.
5035
5036         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
5037         (dvi_pixbuf_put_pixel):
5038         
5039         Fix memory consumtion with disabled alpha channel.
5040
5041 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5042
5043         * data/evince-ui.xml:
5044         * shell/ev-window.c: (view_menu_popup_cb),
5045         (ev_popup_cmd_open_link), (ev_window_init):
5046         
5047         Update context menu for internal links. Fix for the bug
5048         #325066.
5049
5050 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5051
5052         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
5053         
5054         Bind context menu to keyboard also. Fix for the bug
5055         #325065.
5056
5057 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5058
5059         * shell/ev-view.c: (selection_scroll_timeout_cb):
5060         
5061         Horizontal scroll on selection also.
5062
5063 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5064
5065         * shell/ev-metadata-manager.c: (parse_value):
5066         * shell/ev-view.c: (goto_xyz_link):
5067         
5068         Correct zoom setup and metadata save broken in 
5069         some locales.
5070
5071 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5072
5073         * shell/ev-view-private.h:
5074         * shell/ev-view.c: (scroll_to_current_page),
5075         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
5076         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
5077         (page_changed_cb), (ev_view_set_continuous),
5078         (ev_view_set_dual_page), (ev_view_set_presentation):
5079         
5080         Delay scroll until allocation to correctly position page. Fix
5081         for the bug #317334.
5082
5083 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5084
5085         * NEWS:
5086         * configure.ac:
5087         
5088         Update NEWS and require poppler 0.5.0.
5089
5090 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5091         
5092         * data/evince-ui.xml:
5093         * shell/ev-view-private.h:
5094         * shell/ev-view.c: (ev_view_get_link_at_location),
5095         (handle_link_over_xy), (ev_view_button_press_event),
5096         (ev_view_button_release_event), (ev_view_class_init):
5097         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
5098         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
5099         (ev_window_init):
5100         
5101         Implement right-click context menu.
5102
5103 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5104
5105         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5106         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
5107         (mdvi_pixbuf_device_render):
5108         * pdf/ev-poppler.cc:
5109
5110         Don't generate thumbnails with alpha. See bug #324077.
5111         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
5112
5113 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5114
5115         * shell/ev-window.c: (setup_chrome_from_metadata):
5116         
5117         Fix typo that was hiding toolbar.
5118
5119 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5120
5121         * shell/ev-view-private.h:
5122         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
5123         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
5124         (ev_view_button_release_event), (ev_view_destroy):
5125         
5126         Small cleanup and autoscrolling during selection. Thanks to 
5127         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
5128
5129 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
5130
5131         * configure.ac:
5132         
5133         Correctly check for comics option.
5134
5135 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
5136         * Makefile.am:
5137         * configure.ac:
5138         * backend/Makefile.am:
5139         * backend/ev-document-factory.c:
5140         * shell/ev-document-types.c:
5141
5142         Included option in configure to make ps backend 
5143         compilation optional with --disable-ps.
5144
5145 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5146
5147         * backend/ev-document-factory.c:
5148         * comics/Makefile.am:
5149         * comics/comics-document.c: (comics_document_load):
5150         * comics/ev-cbr-mime.xml:
5151         * configure.ac:
5152         
5153         Comics mime types are added to shared-mime-info CVS. Now
5154         we don't need to install our own mime types.
5155
5156 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5157
5158         * shell/ev-window.c:
5159         
5160         Add shortcut for "save a copy" menu entry. Fix for
5161         the bug #324582.
5162
5163 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5164
5165         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5166         (job_finished_cb), (new_selection_pixbuf_needed),
5167         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5168         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
5169         
5170         Rework selection job info logic and fix critical warning.
5171
5172 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
5173
5174         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
5175
5176 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
5177
5178         * data/evince-ui.xml:
5179         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5180         
5181         Enter as shortcut key for next page. Fix for the bug
5182         #321394.
5183
5184 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
5185
5186         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
5187
5188 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5189
5190         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5191         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
5192         (new_selection_pixbuf_needed),
5193         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5194         (clear_job_selection):
5195         
5196         Too early for 0.5. Pixbuf cache code cleaned a bit.
5197
5198 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5199
5200         * NEWS:
5201         * configure.ac:
5202         
5203         Release 0.5.0 preparation
5204
5205 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5206
5207         * comics/Makefile.am:
5208         * configure.ac:
5209         * shell/ev-document-types.c: (ev_document_types_add_filters):
5210         
5211         More advanced handling of custom mime type installation.
5212
5213 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5214
5215         * data/evince.schemas.in:
5216         * shell/ev-metadata-manager.c: (value_free),
5217         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
5218         (ev_metadata_manager_get), (ev_metadata_manager_set):
5219         * shell/ev-metadata-manager.h:
5220         * shell/ev-window.c: (update_chrome_flag),
5221         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
5222         (setup_document_from_metadata), (setup_chrome_from_metadata),
5223         (setup_sidebar_from_metadata), (setup_view_from_metadata),
5224         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
5225         (ev_window_view_toolbar_cb),
5226         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
5227         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
5228         
5229         Save last document settings and reuse them for new documents.
5230
5231 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5232
5233         * Makefile.am:
5234         * backend/Makefile.am:
5235         * backend/ev-document-factory.c:
5236         * backend/ev-document-factory.h:
5237         * comics/Makefile.am:
5238         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
5239         (comics_document_load), (comics_document_save),
5240         (comics_document_get_n_pages), (comics_document_get_page_size),
5241         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
5242         (comics_document_class_init), (comics_document_can_get_text),
5243         (comics_document_get_info), (comics_document_document_iface_init),
5244         (comics_document_init), (get_supported_image_extensions),
5245         (comics_document_thumbnails_get_geometry),
5246         (comics_document_thumbnails_get_thumbnail),
5247         (comics_document_thumbnails_get_dimensions),
5248         (comics_document_document_thumbnails_iface_init), (extract_argv):
5249         * comics/comics-document.h:
5250         * comics/ev-cbr-mime.xml:
5251         * configure.ac:
5252         * po/POTFILES.in:
5253         * shell/ev-application.c: (ev_application_register_service):
5254         * shell/ev-document-types.c: (ev_document_types_add_filters):
5255         * thumbnailer/Makefile.am:
5256         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5257         
5258         New CBR/CBZ backend for comic books.
5259
5260 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5261
5262         * shell/main.c: (load_files_remote):
5263
5264         Thanks to Robert McQueen <robot101@debian.org>. Dbus
5265         warning on startup of second instance is fixed. It
5266         is bug #320353.
5267
5268 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5269
5270         * shell/ev-window.c: (ev_window_finalize):
5271         
5272         Fix double free that cause crash.
5273
5274 2005-10-29  Bastien Nocera <hadess@hadess.net>
5275
5276         * tiff/tiff-document.c: (tiff_document_load):
5277         
5278         Fix memory leak.
5279
5280 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5281
5282         * po/POTFILES.in:
5283         * shell/Makefile.am:
5284         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
5285         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
5286         (ev_view_accessible_get_text),
5287         (ev_view_accessible_get_character_at_offset),
5288         (ev_view_accessible_get_text_before_offset),
5289         (ev_view_accessible_get_text_at_offset),
5290         (ev_view_accessible_get_text_after_offset),
5291         (ev_view_accessible_get_character_count),
5292         (ev_view_accessible_get_caret_offset),
5293         (ev_view_accessible_set_caret_offset),
5294         (ev_view_accessible_get_run_attributes),
5295         (ev_view_accessible_get_default_attributes),
5296         (ev_view_accessible_get_character_extents),
5297         (ev_view_accessible_get_offset_at_point),
5298         (ev_view_accessible_get_n_selections),
5299         (ev_view_accessible_get_selection),
5300         (ev_view_accessible_add_selection),
5301         (ev_view_accessible_remove_selection),
5302         (ev_view_accessible_set_selection),
5303         (ev_view_accessible_text_iface_init),
5304         (ev_view_accessible_idle_do_action),
5305         (ev_view_accessible_action_do_action),
5306         (ev_view_accessible_action_get_n_actions),
5307         (ev_view_accessible_action_get_description),
5308         (ev_view_accessible_action_get_name),
5309         (ev_view_accessible_action_set_description),
5310         (ev_view_accessible_action_iface_init),
5311         (ev_view_accessible_get_type), (ev_view_accessible_new),
5312         (ev_view_accessible_factory_get_accessible_type),
5313         (ev_view_accessible_factory_create_accessible),
5314         (ev_view_accessible_factory_class_init),
5315         (ev_view_accessible_factory_get_type):
5316         * shell/ev-view-accessible.h:
5317         * shell/ev-view-private.h:
5318         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
5319         * shell/ev-view.h:
5320         
5321         Initial accessibility support.
5322
5323 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
5324
5325         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
5326
5327 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
5328
5329         * shell/ev-print-job.c: (idle_print_handler):
5330         
5331         Fix for bug Bug 318916: Printing multiple pages.
5332
5333 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
5334
5335         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
5336
5337 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5338
5339         * pdf/ev-poppler.cc:
5340         
5341         Thumnail dimensions unified with other backends.
5342         
5343         * shell/ev-window-title.c: (ev_window_title_update):
5344         
5345         Fix warning.
5346
5347 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5348
5349         * data/ev-stock-zoom-fit-width.png:
5350         
5351         Remove unused file.
5352
5353 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5354
5355         * configure.ac:
5356         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
5357         (djvu_document_finalize):
5358         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
5359         (dvi_document_finalize):
5360         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
5361         (pixbuf_document_save), (pixbuf_document_finalize):
5362         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
5363         (tiff_document_finalize):
5364         
5365         Save a copy implemented for various backends.
5366
5367 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
5368
5369         * configure.ac:
5370         
5371         Don't link with ltiff if tiff is disabled.
5372
5373 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5374
5375         * pdf/GDKSplashOutputDev.cc:
5376         * pdf/GDKSplashOutputDev.h:
5377         * pdf/Thumb.cc:
5378         * pdf/Thumb.h:
5379         * pdf/pdf-document.cc:
5380         * pdf/pdf-document.h:
5381         * pdf/test-gdk-output-dev.cc:
5382         
5383         Remove old unused files.
5384
5385 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5386
5387         * shell/ev-window.c: (ev_window_setup_document):
5388         
5389         Fixed warnings on reload and probably crash reason.
5390
5391 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5392
5393         * properties/ev-properties-view.c:
5394         (ev_properties_view_format_date):
5395         
5396         Check if date is invalid. Fix for bug 318134.
5397
5398 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
5399
5400         * shell/ev-window-title.c:
5401         
5402         Add .indd files (Adobe Indesign) to the list of "bad
5403         extensions".
5404
5405 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5406
5407         * data/evince-ui.xml:
5408         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5409         
5410         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
5411
5412 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5413
5414         * shell/ev-window.c: (launch_link), (launch_external_uri),
5415         (view_external_link_cb):
5416
5417         URL-escape link before passing it to gnome_vfs_url_show.
5418
5419 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5420
5421         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
5422         there isn't text selected.
5423
5424 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
5425
5426         * shell/ev-view.c: (handle_link_over_xy):
5427
5428         Check tooltip is valid utf8 before showing it
5429
5430 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5431
5432         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
5433
5434 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5435
5436         * shell/ev-window-title.c: (ev_window_title_update):
5437
5438         Guard against using g_strstrip on NULL. Fixes bug #317291.
5439
5440 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5441
5442         * pdf/ev-poppler.cc:
5443
5444         Show title even for unknown links
5445
5446 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5447
5448         * shell/ev-window-title.c: (ev_window_title_update):
5449
5450         Strip the title string
5451
5452 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5453
5454         * shell/ev-window-title.c:
5455
5456         Add .rtf to the bad extensions list
5457
5458 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5459
5460         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
5461         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
5462
5463         Ignore link coordinates if they are outside page bounds
5464
5465 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5466
5467         * backend/ev-link.c: (ev_link_type_get_type),
5468         (ev_link_get_filename), (ev_link_get_params),
5469         (ev_link_get_property), (ev_link_set_property),
5470         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
5471         * backend/ev-link.h:
5472         * pdf/ev-poppler.cc:
5473         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
5474         * shell/ev-window.c: (launch_link), (view_external_link_cb),
5475         (ev_window_init):
5476
5477         Implement launch links. Delegate external link opening to
5478         the window.
5479
5480 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5481
5482         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
5483         (ev_link_get_right), (ev_link_get_property),
5484         (ev_link_set_property), (ev_link_class_init),
5485         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
5486         * backend/ev-link.h:
5487         * pdf/ev-poppler.cc:
5488         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
5489
5490         Implement fitr links
5491
5492 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5493
5494         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
5495         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
5496         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5497         (ev_view_size_request_continuous),
5498         (ev_view_size_request_dual_page),
5499         (ev_view_size_request_single_page), (ev_view_size_allocate),
5500         (ev_view_zoom_for_size_continuous_and_dual_page),
5501         (ev_view_zoom_for_size_continuous),
5502         (ev_view_zoom_for_size_dual_page),
5503         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5504         (ev_sizing_mode_get_type):
5505         * shell/ev-view.h:
5506         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5507
5508         Do not use modes for link, we need to calculate size ad hoc.
5509         Still not perfect because of the usual scrollbar issues grrr.
5510
5511 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5512
5513         * backend/ev-link.c: (ev_link_type_get_type),
5514         (ev_link_new_page_fith), (ev_link_new_page_fitv):
5515         * backend/ev-link.h:
5516         * pdf/ev-poppler.cc:
5517         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
5518         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5519         (ev_view_size_request_continuous),
5520         (ev_view_size_request_dual_page),
5521         (ev_view_size_request_single_page), (ev_view_size_allocate),
5522         (zoom_for_size_fit_height),
5523         (ev_view_zoom_for_size_continuous_and_dual_page),
5524         (ev_view_zoom_for_size_continuous),
5525         (ev_view_zoom_for_size_dual_page),
5526         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5527         (ev_sizing_mode_get_type):
5528         * shell/ev-view.h:
5529         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5530
5531         Implement FIT_HEIGHT mode (only for links).
5532         Implement FITH links
5533
5534 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5535
5536         * shell/ev-window-title.c: (get_filename_from_uri),
5537         (ev_window_title_sanitize_extension), (ev_window_title_update),
5538         (ev_window_title_set_document), (ev_window_title_set_uri),
5539         (ev_window_title_free):
5540         * shell/ev-window-title.h:
5541         * shell/ev-window.c: (ev_window_setup_document),
5542         (ev_window_popup_password_dialog):
5543
5544         Refactor window title building while fixing it for
5545         password documents.
5546
5547 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5548
5549         * pdf/ev-poppler.cc:
5550
5551         Escape link title before setting it in the model
5552
5553 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
5554
5555         * shell/ev-application.c: (removed_from_session), (save_session),
5556         (init_session), (ev_application_get_empty_window),
5557         (ev_application_init), (ev_application_get_windows):
5558         * shell/ev-application.h:
5559         * shell/ev-window.c: (ev_window_finalize):
5560
5561         Add a function to retrieve window list and share it where
5562         necessary.
5563         Implement session handling, works pretty well thanks to the
5564         metadata system.
5565
5566 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5567
5568         * shell/ev-password.c: (ev_password_item_created_callback),
5569         (ev_password_dialog_save_password):
5570         
5571         Fix for bug 316972. Use async gnome-keyring API.
5572
5573 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
5574
5575         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
5576         Remove unused unrealize handler. Add scroll handling to
5577         ev_view_scroll_event for presentation mode (bug #316708),
5578         and fix the event state checks there.
5579
5580 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5581
5582         * shell/ev-page-action.c: (page_changed_cb):
5583
5584         "marco, maybe we should be crazy and jump right to 6! :)"
5585
5586         Bryan Clark, Sep 2005
5587
5588 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5589
5590         * ps/ps-document.c: (save_document), (ps_document_save),
5591         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
5592         (ps_document_ps_export_end):
5593
5594         Fix unstructured documents save and print
5595
5596 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5597
5598         * shell/ev-application.c: (ev_application_open_uri):
5599
5600         Fix window size persistance
5601
5602 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5603
5604         * shell/ev-view.c: (ev_view_button_release_event):
5605
5606         Based on a patch from carlosgc@gnome.org. Mouse buttons
5607         switch pages in presentation mode.
5608
5609 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5610
5611         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5612
5613         Dont cast to int before scaling
5614
5615 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5616
5617         * backend/ev-link.c: (ev_link_type_get_type),
5618         (ev_link_new_page_xyz), (ev_link_new_page_fit),
5619         (ev_link_new_page_fith):
5620         * backend/ev-link.h:
5621         * pdf/ev-poppler.cc:
5622         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
5623
5624         Implement FIT and FITH links
5625
5626 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5627
5628         * pdf/ev-poppler.cc:
5629
5630         Return 0 results when search is not in progress.
5631
5632         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5633         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
5634
5635         Update menu sensitivity when cancelling search
5636
5637 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5638
5639         * shell/ev-view.c: (ev_view_can_find_next):
5640
5641         Take all pages in consideration, not just current one
5642
5643 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5644
5645         * shell/ev-page-cache.c:
5646         * shell/ev-page-cache.h:
5647         * shell/ev-view.c: (ev_view_binding_activated),
5648         (ev_view_next_page), (ev_view_previous_page),
5649         (ev_sizing_mode_get_type):
5650         * shell/ev-view.h:
5651         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5652         (ev_window_cmd_go_next_page):
5653
5654         Move page next/previous functions from page chace to
5655         view and change it to move by 2 page steps in dual mode.
5656
5657 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5658
5659         * shell/ev-window.c: (update_sidebar_visibility),
5660         (setup_sidebar_from_metadata), (ev_window_setup_document),
5661         (setup_view_from_metadata):
5662
5663         Show the index by default when there is one     
5664
5665 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5666
5667         * shell/ev-window-title.c: (ev_window_title_set_document):
5668
5669         Missing null check
5670
5671 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5672
5673         * shell/ev-view.c: (view_update_range_and_current_page):
5674         
5675         Allow display of last odd page in dual view. Fix for 316347.
5676
5677 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5678
5679         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
5680         
5681         Make close button default. Fix for 316383.
5682
5683 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5684
5685         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5686         
5687         Mark close button as default. Fix for 316381.
5688
5689 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5690
5691         * backend/ev-link.c: (ev_link_class_init):
5692
5693         Allow negative doubles in left/top properties
5694
5695 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5696
5697         * shell/ev-window.c:
5698
5699         Remove a bunch of strings that was used only
5700         by the statusbar.
5701
5702 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5703
5704         * shell/ev-window-title.c: (get_filename_from_uri),
5705         (ev_window_title_set_document):
5706
5707         When title has a confusing extension, show also
5708         the document filename inside ()
5709
5710 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5711
5712         * shell/Makefile.am:
5713         * shell/ev-window-title.c: (ev_window_title_new),
5714         (ev_window_title_update), (ev_window_title_set_type),
5715         (ev_window_title_set_document), (ev_window_title_free):
5716         * shell/ev-window-title.h:
5717         * shell/ev-window.c: (ev_window_setup_document),
5718         (password_dialog_response), (ev_window_popup_password_dialog),
5719         (ev_window_dispose), (ev_window_init):
5720
5721         Factor out and cleanup window title code
5722
5723 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5724
5725         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
5726         (unable_to_load):
5727
5728         Make dialog transient so it doesnt block other windows
5729
5730 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5731
5732         * pdf/ev-poppler.cc:
5733         
5734         Fix pdf thumbnails rendering.
5735
5736 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5737
5738         * shell/ev-window.c: (fullscreen_set_timeout):
5739         
5740         Increase timeout to hide full screen popup. Bug 
5741         316123. 
5742
5743 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5744
5745         * data/evince.schemas.in:
5746         * shell/ev-window.c: (update_action_sensitivity):
5747
5748         Allow the user to override document restrictions. Fix for bug
5749         305818.
5750
5751 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
5752
5753         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
5754         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
5755         (ev_window_class_init): Fix multihead behaviour of fullscreen
5756         toolbar popup. Fixes bug #315451.
5757
5758 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5759
5760         * configure.ac:
5761         * data/evince-password.glade:
5762         * shell/ev-password.c: (ev_password_dialog_set_property),
5763         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
5764         (ev_password_dialog_init), (ev_password_set_bad_password_label),
5765         (ev_password_dialog_entry_changed_cb),
5766         (ev_password_dialog_entry_activated_cb),
5767         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
5768         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
5769         (ev_password_dialog_set_bad_pass):
5770         * shell/ev-password.h:
5771         * shell/ev-window.c: (password_dialog_response),
5772         (ev_window_popup_password_dialog):
5773         
5774         Support for gnome-keyring for encrypted PDF's.
5775
5776 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5777
5778         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
5779         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
5780         (ev_view_enter_notify_event), (ev_view_class_init):
5781         
5782         More precise handling of enter_notify/leave_notify events
5783         in EvView. Fix for bug 315470.
5784
5785 2005-09-08  Christopher Aillon  <caillon@redhat.com>
5786
5787         * shell/ev-window.c: (fullscreen_timeout_cb),
5788         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5789         (ev_window_dispose):
5790
5791         leak fix: unref fullscreen_timeout_source before clearing it
5792
5793 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5794
5795         * configure.ac, dvi/mdvi/Makefile.am: 
5796         
5797         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
5798
5799 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5800
5801         * backend/ev-link.c: (ev_link_new_page_xyz):
5802         * pdf/ev-poppler.cc:
5803         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
5804
5805         Fix some bugs with xyz links, respect zoom
5806
5807 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5808
5809         * shell/ev-window.c: (page_changed_cb),
5810         (setup_document_from_metadata), (update_sidebar_visibility),
5811         (setup_view_from_metadata), (ev_window_run_fullscreen),
5812         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5813         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
5814         (ev_window_dual_mode_changed_cb),
5815         (ev_window_sidebar_current_page_changed_cb):
5816
5817         null check uri before setting and getting metadata
5818
5819 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5820
5821         * dvi/Makefile.am:
5822         * properties/Makefile.am:
5823         * shell/Makefile.am:
5824         * thumbnailer/Makefile.am:
5825
5826         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
5827
5828 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5829
5830         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
5831         (selection_changed_callback):
5832         * shell/ev-sidebar-links.h:
5833
5834         Add a signal for link activation.
5835
5836         * shell/ev-view.c: (ev_view_goto_link),
5837         (ev_view_button_release_event):
5838         * shell/ev-view.h:
5839         * shell/ev-window.c: (sidebar_links_link_activated_cb),
5840         (ev_window_init):
5841
5842         Implement the signal so that we can handle all link types.
5843
5844         * shell/ev-page-cache.c:
5845
5846         Remove unused set_link function
5847
5848 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5849
5850         * lib/ev-tooltip.c: (ev_tooltip_set_position):
5851
5852         Add some space from the cursor, hardcoded but I couldnt
5853         find a better way.
5854
5855 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5856
5857         * lib/ev-tooltip.c:
5858
5859         Use mozilla style vs gtk style, way better for links.
5860
5861         * shell/ev-view.c: (ev_view_motion_notify_event),
5862         (ev_view_destroy), (ev_view_init):
5863
5864         Deactive tooltip when the link hovered is changed.
5865
5866 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5867
5868         * backend/ev-document.h:
5869         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
5870         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
5871         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
5872         (ev_link_new_page), (ev_link_new_page_xyz):
5873         * backend/ev-link.h:
5874         * pdf/ev-poppler.cc:
5875         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
5876         (go_to_link), (tip_from_link):
5877
5878         Implement xyz links, still not functional. Links are a total
5879         mess, will need to refactor and bugfix a lot :(
5880
5881 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
5882
5883         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
5884
5885 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
5886
5887         * data/evince-ui.xml:
5888         * data/evince.schemas.in:
5889         * shell/Makefile.am:
5890         * shell/ev-window.c: (update_chrome_visibility),
5891         (password_dialog_response), (ev_window_load_job_cb),
5892         (ev_window_xfer_job_cb), (ev_window_open_uri),
5893         (ev_window_class_init), (set_chrome_actions), (load_chrome),
5894         (ev_window_init):
5895
5896         Remove the statusbar. This regress loading feedback, need to
5897         check with Bryan what we want to do there...
5898
5899 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5900
5901         * lib/ev-tooltip.c: (ev_tooltip_init):
5902
5903         Fix tooltip border and size handling
5904
5905 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5906
5907         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
5908         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
5909         (ev_tooltip_timeout), (ev_tooltip_activate),
5910         (ev_tooltip_deactivate):
5911         * lib/ev-tooltip.h:
5912         * shell/ev-view.c: (ev_view_motion_notify_event):
5913
5914         Delay popup showing. Mirror gtk logic/times.
5915
5916 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
5917
5918         * lib/Makefile.am:
5919         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
5920         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
5921         (ev_tooltip_set_text), (ev_tooltip_set_position):
5922         * lib/ev-tooltip.h:
5923
5924         Simple widget to show tooltips at a custom position
5925
5926         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
5927         (ev_view_destroy):
5928
5929         Use it for links. First go, needs work
5930
5931 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
5932
5933         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
5934         HIG fixes.  Use title capitalization for window title. Use 12 
5935         pixels of space between the dialog's vbox and action area.
5936
5937 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5938
5939         * shell/ev-window.c: (file_open_dialog_response_cb),
5940         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
5941         (ev_window_cmd_save_as):
5942
5943         Make file pickers not modal and refactor code some
5944
5945 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5946
5947         * shell/ev-sidebar.h:
5948         * shell/ev-sidebar.c: (ev_sidebar_set_property),
5949         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
5950         (ev_sidebar_class_init), (ev_sidebar_select_page),
5951         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
5952         (ev_sidebar_set_page):
5953
5954         Add a current page property and allow to get/set it
5955
5956         * shell/ev-window.c: (setup_view_from_metadata),
5957         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
5958
5959         Persist current sidebar page per document
5960
5961 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5962
5963         * data/evince.schemas.in:
5964         * shell/ev-window.c: (update_chrome_visibility),
5965         (setup_document_from_metadata), (update_sidebar_visibility),
5966         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
5967         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5968         (ev_window_run_presentation), (ev_window_stop_presentation),
5969         (ev_window_view_sidebar_cb),
5970         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
5971         (load_chrome), (ev_window_init):
5972
5973         Persist size/visibility of sidebar per document
5974
5975 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
5976
5977         * shell/ev-view.c (draw_loading_text): Draw loading text.
5978
5979 2005-09-02  Dan Damian  <dand@gnome.ro>
5980
5981         * configure.in: Added "ro" to ALL_LINGUAS.
5982
5983 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5984
5985         * shell/ev-view.c: (clear_caches):
5986
5987         ev_page_cache_get doesnt return a reference,
5988         dont try to unref it.
5989
5990 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5991
5992         * shell/main.c: (load_files_remote):
5993
5994         Fix timestamp parameter with dbus <= 0.33
5995
5996 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
5997
5998         * data/evince.schemas.in:
5999
6000         Add missing full stop
6001
6002 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
6003
6004         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
6005         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
6006
6007         Plug some memory leaks
6008
6009 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
6010
6011         * configure.ac:
6012         * lib/ev-debug.c: (trap_handler):
6013
6014         Check for execinfo.h and use it only if it exists.
6015         Ported from Epiphany (bug #314776).
6016
6017 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
6018
6019         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
6020
6021 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
6022
6023         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
6024         * po/id.po      : Added Indonesian translation
6025
6026 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
6027
6028         * shell/main.c:
6029         * shell/ev-application.c: Last minute GTK-2.6 fixes.
6030         * NEWS: Release 0.4.0
6031
6032 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
6033
6034         * configure.ac: catch another gtk+-2.8ism
6035         * shell/main.c: Make work with gtk+-2.6
6036
6037 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
6038
6039         * shell/ev-application-service.xml: Add 'timestamp' argument to
6040           ev_application_open_window and ev_application_open_uri methods.
6041
6042         * shell/ev-application.h: Add 'timestamp' argument to
6043           ev_application_open_window, ev_application_open_uri,
6044           and ev_application_open_uri_list functions.
6045
6046         * shell/ev-application.c (ev_application_open_window,
6047           ev_application_open_uri, ev_application_open_uri_list): Change
6048           functions that show/present windows to use a timestamp if one
6049           is passed in.
6050
6051         * shell/ev-window.c (ev_window_cmd_file_open,
6052           ev_window_cmd_recent_file_activate, drag_data_received_cb):
6053         * shell/main.c (load_files): Modify calls to ev_application to
6054           include GDK_CURRENT_TIME as timestamp.
6055
6056         * shell/main.c (load_files_remote): Obtain timestamp for client
6057           instance from GDK and pass to server instance so new windows are
6058           focused properly.  Fix dbus_g_proxy_call() calls by including second
6059           G_TYPE_INVALID.
6060           
6061         Closes bug #314475.
6062
6063 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
6064
6065         * shell/ev-window.c (ev_window_finalize): Check for
6066         avail. EvWindows when quiting to handle the finalize better,
6067         #314497
6068
6069 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6070         
6071         * properties/ev-properties-view.c: 
6072         
6073         Set textdomain to libglade. Fixes translation problem in property page.
6074
6075 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6076
6077         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6078         * dvi/Makefile.am:
6079         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
6080         * dvi/mdvi-lib/Makefile.am:
6081         
6082         Fix rotation of thumbnails, ported to new API. Moved library
6083         dependencies earlier, probably it will fix linkage problem.
6084
6085 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
6086
6087         * backend/ev-document-misc.c:
6088         (ev_document_misc_get_thumbnail_frame):
6089         * backend/ev-document-misc.h:
6090         * configure.ac:
6091         * pdf/ev-poppler.cc:
6092         * shell/Makefile.am:
6093         * shell/ev-sidebar-thumbnails.c: (add_range),
6094         (ev_sidebar_thumbnails_set_loading_icon),
6095         (ev_sidebar_thumbnails_refresh),
6096         (ev_sidebar_thumbnails_set_document):
6097         * shell/ev-sidebar-thumbnails.h:
6098         * shell/ev-view.c: (ev_view_motion_notify_event),
6099         (ev_view_set_property), (ev_view_get_property),
6100         (ev_view_class_init), (ev_view_set_rotation):
6101         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6102         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
6103         (ev_window_init):
6104         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
6105         Redo rotation (again).  prepare for 0.4.0
6106
6107 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
6108
6109         * configure.ac: Bump poppler requirement to 0.4.1.
6110
6111         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
6112         argument to poppler_page_render_selection() call.
6113
6114 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6115
6116         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
6117         (djvu_document_thumbnails_get_thumbnail):
6118         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
6119         (dvi_document_thumbnails_get_thumbnail):
6120         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
6121         (pixbuf_document_thumbnails_get_thumbnail):
6122         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
6123         
6124         Update rotation direction of backends to fit with pdf and ps.
6125
6126 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
6127
6128         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
6129         * backend/ev-async-renderer.h:
6130         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
6131         (setup_page), (ps_document_get_page_size),
6132         (ps_async_renderer_render_pixbuf):
6133         * ps/ps-document.h:
6134         * shell/ev-jobs.c: (ev_job_render_run):
6135
6136         Fix orientation in the postscript document
6137
6138 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
6139
6140         * pdf/ev-poppler.cc:
6141         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
6142         * shell/ev-view.c: (highlight_find_results):
6143
6144         Adapt to the new poppler rotation API. Fix text maps on landscape
6145         documents.
6146
6147 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
6148
6149         * shell/ev-view.c (compute_new_selection_text): get the correct
6150         region when selecting in modes other than continuous.
6151
6152 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6153
6154         * shell/main.c (main): remove redundant g_warnings.
6155
6156 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6157
6158         * shell/Makefile.am: Don't include autogenerated
6159         file ev-application-service.h into distribution, since
6160         it causes dbus crash. Fix for bugs 313724 and 313443. 
6161
6162 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6163
6164         * configure.ac: Fix sed expression for FreeBSD. Thanks
6165         to Joe Marcus Clark <marcus@freebsd.org>
6166         
6167         * shell/eggfindbar.c: (entry_activate_callback),
6168         (entry_changed_callback), (egg_find_bar_init),
6169         (egg_find_bar_set_search_string):
6170         
6171         Made findbar buttons unsensitive if there is no text in
6172         entry. Fix for the bug 313285.
6173
6174 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6175
6176         * ps/ps-document.c: Use g_filename_display_name for displaying
6177         filenames and revert string freeze breackage
6178
6179 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
6180
6181         * NEWS:
6182         * configure.ac:
6183
6184         Update for 0.3.4
6185
6186         * shell/Makefile.am:
6187
6188         Add ev-application-service.xml to extra dist
6189
6190         * shell/ev-view.c: (find_page_at_location):
6191
6192         Remove unused function (fix warning)
6193
6194 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6195
6196         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
6197         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
6198         
6199         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
6200         bug 313623.
6201
6202 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6203
6204         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
6205         * shell/ev-window.c:
6206         Fix build warnings
6207
6208 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6209
6210         * configure.ac: Update script to get dbus version.
6211         Fix for the bug #313443.
6212
6213 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6214
6215         * shell/ev-window.c: (ev_window_cmd_escape):
6216         
6217         Return focus back to view on escape. Fix for bug 313295.
6218
6219 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6220
6221         * shell/ev-window.c: (update_window_title),
6222         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
6223         (ev_window_cmd_save_as):
6224         
6225         Correct conversion from uri to displayable string. Fix for
6226         bug 313296.
6227
6228 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6229
6230         * ps/ps-document.c: convert filename to utf8 when there is an error
6231         loading document. Fixes #309915
6232
6233 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
6234
6235         * configure.ac:
6236
6237         We depend on poppler 0.4.0
6238
6239 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
6240
6241         * configure.ac:
6242         * NEWS: Release 0.3.3.
6243         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
6244
6245 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
6246
6247         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
6248         add a couple missing mnemonics to menu items, use title 
6249         capitalization for menu items and window titles, and add 
6250         ellipsis to open menu item.     
6251
6252 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
6253
6254         * pdf/ev-poppler.cc:
6255         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
6256         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
6257         (ev_view_get_rotation):
6258         * shell/ev-view.h:
6259         * shell/ev-window.c: (setup_view_from_metadata),
6260         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
6261         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
6262         disk.
6263
6264 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
6265
6266         * configure.ac: Added tr to ALL_LINGUAS
6267
6268 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6269
6270         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
6271         requires several clicks to find word. Thanks to 
6272         Colin Slater <kiltedtaco@gmail.com>.
6273
6274 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
6275
6276         * data/evince.desktop.in.in: Hide menu entry and
6277         rename it to "Document Viewer". Fix for bug 
6278         #312399.
6279
6280 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
6281
6282         * shell/ev-page-action.c (ev_page_action_class_init): 
6283
6284         Point to the correct function in constructor of the
6285         activate_label signal
6286
6287 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
6288
6289         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6290         * shell/ev-jobs.h: Make thread safe.
6291
6292 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6293
6294         * shell/ev-view.c: (view_update_range_and_current_page):
6295         Don't update page range if we are scrolling to some document
6296         point.
6297
6298 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6299
6300         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
6301         when getting max_page_width, fix drawing in dual mode.
6302
6303 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
6304
6305         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
6306         getting the area for select_all.
6307
6308 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
6309
6310         * backend/ev-selection.c: (ev_selection_render_selection):
6311         * backend/ev-selection.h:
6312         * pdf/ev-poppler.cc:
6313         * shell/ev-jobs.c: (ev_job_render_new):
6314         * shell/ev-jobs.h:
6315         * shell/ev-pixbuf-cache.c: (get_selection_colors),
6316         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
6317         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
6318         (ev_view_class_init):
6319
6320         Change selection color on focus in and focus out events.  Also,
6321         poppler now uses GdkColor for specifying the selection colors, so
6322         drop some awkward conversion code.
6323
6324 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
6325
6326         * configure.ac: Added Hebrew translation
6327
6328 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
6329
6330         * NOTES:
6331         * backend/ev-selection.c: (ev_selection_render_selection):
6332         * backend/ev-selection.h:
6333         * pdf/ev-poppler.cc:
6334         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
6335         (ev_job_render_run):
6336         * shell/ev-jobs.h:
6337         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6338         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
6339         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
6340         (ev_pixbuf_cache_style_changed),
6341         (ev_pixbuf_cache_get_selection_pixbuf),
6342         (ev_pixbuf_cache_set_selection_list),
6343         (ev_pixbuf_cache_get_selection_list):
6344         * shell/ev-pixbuf-cache.h:
6345         * shell/ev-utils.c: (ev_print_region_contents):
6346         * shell/ev-utils.h:
6347         * shell/ev-view.c: (ev_view_queue_draw_page),
6348         (selection_update_idle_cb), (ev_view_motion_notify_event),
6349         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
6350         (setup_caches), (ev_view_find_next), (merge_selection_region),
6351         (selection_free):
6352         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
6353
6354         Clean up selection to be much smoother!
6355
6356 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
6357
6358         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
6359         to poppler_page_render_selection().
6360
6361 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6362
6363         * ps/ps-document.c: (save_page_list): Use
6364         unzipped document when printing. Thanks to 
6365         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
6366         311016.
6367
6368 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6369
6370         * shell/ev-window.c: (update_action_sensitivity):
6371         
6372         Disable print and save respect to lockdown gconf keys. Fix
6373         for 312342.
6374
6375 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6376
6377         * configure.ac:
6378         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
6379         (write_to_temp_file), (ev_file_set_contents):
6380         * shell/ev-utils.h:
6381         * shell/ev-window.c: (save_print_config_to_file):
6382         
6383         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
6384         Fix for bug 312238
6385
6386 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
6387
6388         * shell/ev-window.c: (load_print_config_from_file),
6389         (save_print_config_to_file), (ev_window_print_range):
6390
6391         Persist the print settings. Fixes bug #311578.
6392
6393 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6394
6395         * djvu/djvu-document.c: (djvu_document_get_page_size),
6396         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
6397         (djvu_document_thumbnails_get_thumbnail):
6398         * dvi/dvi-document.c: (dvi_document_get_page_size),
6399         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
6400         (dvi_document_thumbnails_get_dimensions),
6401         (dvi_document_thumbnails_get_thumbnail):
6402         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
6403         (pixbuf_document_render_pixbuf),
6404         (pixbuf_document_document_iface_init),
6405         (pixbuf_document_thumbnails_get_thumbnail):
6406         
6407         Update backends to make them build with new rotation system.
6408
6409 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6410
6411         * help/C/figures/evince_start_window.png:
6412         
6413         Update documentation image from Luca Ferretti <elle.uca@libero.it>
6414
6415 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
6416
6417         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
6418         * shell/ev-pixbuf-cache.h:
6419         * shell/ev-sidebar-thumbnails.c:
6420         (ev_sidebar_thumbnails_get_property), (add_range),
6421         (adjustment_changed_cb):
6422         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
6423         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
6424         we were thumbnailing the entire docment on startup, slowing us
6425         down hugely. 
6426
6427 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
6428
6429         * shell/ev-page-cache.c: (ev_page_cache_new):
6430         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
6431         == 0, fixes #310306.
6432
6433 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6434
6435         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
6436         (ev_view_rotate_left):
6437
6438         Account rotation in doc_rect_to_view_rect.
6439         Ensure rotation doesnt go out of bounds.
6440
6441 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6442
6443         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6444
6445         Correct and cleanup w/h swapping
6446
6447 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6448
6449         * backend/ev-document-thumbnails.c:
6450         (ev_document_thumbnails_get_thumbnail):
6451         * backend/ev-document-thumbnails.h:
6452         * backend/ev-document.c:
6453         * backend/ev-document.h:
6454         * backend/ev-render-context.c: (ev_render_context_new),
6455         (ev_render_context_set_rotation):
6456         * backend/ev-render-context.h:
6457         * pdf/ev-poppler.cc:
6458         * ps/ps-document.c: (ps_document_document_iface_init):
6459         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6460         * shell/ev-jobs.h:
6461         * shell/ev-page-cache.c: (build_height_to_page),
6462         (ev_page_cache_new), (ev_page_cache_get_size),
6463         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6464         (ev_page_cache_get_height_to_page):
6465         * shell/ev-page-cache.h:
6466         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6467         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6468         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
6469         (ev_pixbuf_cache_get_selection_pixbuf):
6470         * shell/ev-pixbuf-cache.h:
6471         * shell/ev-print-job.c: (idle_print_handler):
6472         * shell/ev-sidebar-thumbnails.c: (add_range):
6473         * shell/ev-view.c: (view_update_range_and_current_page),
6474         (get_page_y_offset), (get_page_extents),
6475         (ev_view_size_request_continuous_dual_page),
6476         (ev_view_size_request_continuous),
6477         (ev_view_size_request_dual_page),
6478         (ev_view_size_request_single_page), (draw_one_page),
6479         (ev_view_set_rotation), (ev_view_rotate_right),
6480         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6481         (ev_view_zoom_for_size_continuous_and_dual_page),
6482         (ev_view_zoom_for_size_continuous),
6483         (ev_view_zoom_for_size_dual_page),
6484         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6485         (ev_view_select_all):
6486         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6487         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
6488         (tiff_document_document_iface_init),
6489         (tiff_document_thumbnails_get_thumbnail):
6490
6491         Use rotation rather than orientation. It's easier and enough
6492         for our needs.
6493
6494 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6495
6496         * shell/ev-page-cache.c: (build_height_to_page),
6497         (ev_page_cache_new), (ev_page_cache_get_size),
6498         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6499         (ev_page_cache_get_height_to_page):
6500         * shell/ev-page-cache.h:
6501         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
6502         (ev_view_size_request_continuous_dual_page),
6503         (ev_view_size_request_continuous),
6504         (ev_view_zoom_for_size_continuous_and_dual_page),
6505         (ev_view_zoom_for_size_continuous):
6506
6507         Make the page cache aware of page orientation.
6508
6509 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6510
6511         * backend/ev-document-thumbnails.c:
6512         (ev_document_thumbnails_get_thumbnail):
6513         * backend/ev-document-thumbnails.h:
6514         * backend/ev-document.c:
6515         * backend/ev-document.h:
6516         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
6517         * backend/ev-ps-exporter.h:
6518         * pdf/ev-poppler.cc:
6519         * ps/ps-document.c: (ps_document_document_iface_init),
6520         (ps_document_ps_export_do_page):
6521         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6522         * shell/ev-jobs.h:
6523         * shell/ev-page-cache.c: (ev_page_cache_get_size),
6524         (ev_page_cache_get):
6525         * shell/ev-page-cache.h:
6526         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6527         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6528         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
6529         * shell/ev-pixbuf-cache.h:
6530         * shell/ev-print-job.c: (idle_print_handler):
6531         * shell/ev-sidebar-thumbnails.c: (add_range):
6532         * shell/ev-view.c: (view_update_range_and_current_page),
6533         (get_page_extents), (ev_view_size_request_dual_page),
6534         (ev_view_size_request_single_page), (draw_one_page),
6535         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
6536         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6537         (ev_view_zoom_for_size_dual_page),
6538         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6539         (ev_view_select_all):
6540         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6541         * tiff/tiff-document.c: (tiff_document_get_page_size),
6542         (tiff_document_get_orientation), (rotate_pixbuf),
6543         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
6544         (tiff_document_thumbnails_get_thumbnail),
6545         (tiff_document_ps_export_do_page), (tiff_document_init):
6546
6547         Really make use of the orientation bit of the render context.
6548         Use the render context in a few more places in the backend API.
6549         This regress orientation, but now it's done right. Will try to
6550         fix it up asap...
6551
6552 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6553
6554         * shell/ev-view.c: (ensure_rectangle_is_visible):
6555
6556         Patch by Nickolay V. Shmyrev to fix find flickering
6557
6558 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
6559
6560         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
6561         duplex parameters to ::begin.
6562
6563         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
6564         * shell/ev-print-job.c (idle_print_handler): 
6565         * ps/ps-document.c (ps_document_ps_export_begin): 
6566         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
6567         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
6568         implementations. Poppler backend needs poppler cvs. Rest has
6569         unchanged behavior.
6570
6571 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6572
6573         * shell/ev-window.c (using_pdf_printer): new function.
6574         (ev_window_print_range): print a less techy message if someone
6575         tries to print to PDF.
6576
6577 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6578
6579         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
6580         from "unknown font" string. Bug #311431
6581
6582 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6583
6584         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
6585
6586 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6587
6588         Bug #311280
6589         
6590         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
6591         name for PopplerFontTypes
6592         (pdf_document_fonts_fill_model): add font type to the detail column
6593
6594         * backend/ev-document-fonts.h: added
6595         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
6596
6597         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
6598         font name and font details, add a little markup.
6599         (ev_properties_fonts_init): use the new cell data func, specify ypad
6600         property for the cell renderer.
6601         (ev_properties_fonts_set_document): add the details column.
6602
6603 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
6604
6605         * configure.ac: Added "pl" to ALL_LINGUAS.
6606
6607 2005-07-24  Danilo Šegan  <danilo@gnome.org>
6608
6609         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
6610
6611 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
6612
6613         * help/ChangeLog: Started this for translations of manual.
6614         * configure.ac, autogen.sh, .cvsignore: Migrated to
6615         gnome-doc-utils. Patch in bug #311222.
6616
6617 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
6618
6619         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
6620         #ifdef this away to fix an unused-function warning.
6621
6622 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
6623
6624         * configure.ac: Added 'gl' to ALL_LINGUAS.
6625
6626 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
6627
6628         * configure.ac: Added ne in ALL_LINGUAS
6629         
6630 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6631
6632         * shell/ev-view.c: (ev_view_leave_notify_event):
6633         
6634         Clear status message when pointer leaves view. Fix for bug
6635         #310818 
6636
6637 2005-07-20 Ankit Patel <ankit644@yahoo.com>
6638
6639         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
6640
6641 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6642
6643         * shell/ev-view.c: (ev_view_leave_notify_event),
6644         (ev_view_class_init):
6645         
6646         Set cursor to normal then leaving view.
6647
6648 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6649
6650         * configure.ac:
6651         
6652         Fix required djvulibre version.
6653
6654 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
6655
6656         *configure.ac: Hindi (hi) language added
6657
6658 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
6659
6660         *configure.ac: Punjabi (pa) Language added
6661
6662 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6663
6664         * data/evince-ui.xml, shell/ev-window.c:
6665         
6666         Add keypad accelerators for zooming. Fix for bug 308128.
6667
6668 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6669
6670         * Makefile.am:
6671         * backend/Makefile.am:
6672         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
6673         * configure.ac:
6674         * shell/ev-document-types.c: (ev_document_types_add_filters):
6675
6676         Allow to enable/disable the pixbuf backend.
6677         Default to off for now. If we want it enabled we should
6678         really put mime types in the desktop, implement properties etc.
6679
6680         * properties/evince-properties.c:
6681
6682         Initialize error to NULL.
6683         Check error is not NULL before freeing.
6684
6685 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6686
6687         * shell/ev-window.c:
6688
6689         Use F5 as presentation accell
6690
6691 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6692
6693         * shell/ev-window.c: (update_chrome_visibility),
6694         (ev_window_create_fullscreen_popup), (ev_window_init):
6695
6696         Do not leak the fullscreen toolbar
6697
6698 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6699
6700         * shell/ev-window.c: (view_actions_focus_in_cb),
6701         (view_actions_focus_out_cb):
6702
6703         These has a return value! Fix totally random focus
6704         issues we was seeing.
6705
6706 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6707
6708         * shell/main.c: (load_files_remote):
6709
6710         Allow open more than one file
6711
6712 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6713
6714         * shell/main.c: (load_files_remote):
6715
6716         Fix for dbus 0.33. bug #309975
6717
6718 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6719
6720         * properties/ev-properties-main.c: (ev_properties_get_pages):
6721
6722         Actually return NULL for types we dont support
6723
6724 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
6725
6726         * po/POTFILES.in:
6727
6728         Remove empty lines.
6729
6730 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
6731
6732         * backend/ev-document-factory.c:
6733         (ev_document_factory_get_document):
6734
6735         Do not try to create the object if type
6736         is invalid.
6737
6738 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6739
6740         * ps/ps-document.c: (ps_document_dispose),
6741         (ps_async_renderer_render_pixbuf):
6742         * ps/ps-document.h:
6743
6744         Do not leak the target window
6745
6746 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6747
6748         * shell/ev-application.c: (ev_application_init):
6749
6750         Let tbe check file existence for us.
6751         Add a comment about eggrecent mime filter.
6752
6753 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6754
6755         * data/evince-ui.xml:
6756         * shell/ev-application.c: (ev_application_shutdown),
6757         (ev_application_init), (ev_application_get_toolbars_model),
6758         (ev_application_get_recent_model),
6759         (ev_application_save_toolbars_model):
6760         * shell/ev-application.h:
6761         * shell/ev-window.c: (ev_window_add_recent),
6762         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
6763         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
6764         (ev_window_init):
6765
6766         Use common toolbar and recent models for all windows.
6767         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6768
6769 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6770
6771         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
6772         successfully check for gtk_icon_view_get_visible_range.
6773
6774 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6775
6776         * djvu/Makefile.am:
6777         * dvi/Makefile.am:
6778         
6779         Fix djvu and dvi backend build.
6780
6781 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6782
6783         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
6784         (new_separator_pixbuf):
6785
6786         Don't leak windows.
6787
6788 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6789
6790         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6791
6792         HIGification of toolbar editor dialogue.
6793
6794 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6795
6796         * configure.ac:
6797         * shell/Makefile.am:
6798
6799         Ever build metadata manager since it's just
6800         disabled at runtime now.
6801
6802 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6803
6804         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
6805         (ev_metadata_manager_get), (ev_metadata_manager_set):
6806         * shell/ev-metadata-manager.h:
6807
6808         Add an _init functions that enabled metadata management
6809         at runtime.
6810
6811         * shell/ev-window.c: (page_changed_cb),
6812         (setup_document_from_metadata), (ev_window_setup_document),
6813         (setup_view_from_metadata), (ev_window_open_uri),
6814         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6815         (ev_window_run_presentation), (ev_window_stop_presentation),
6816         (save_sizing_mode), (ev_window_zoom_changed_cb),
6817         (ev_window_continuous_changed_cb),
6818         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
6819         (window_configure_event_cb):
6820
6821         Remove all ugly metadata define since we deal with it
6822         at runtime now.
6823
6824         * shell/main.c: (load_files_remote), (main):
6825
6826         Add support for dbus cvs head. Hopefully didnt break one
6827         of the other versions now!
6828
6829         If we dont get a response from the dbus server just
6830         give up with it and not enable metadata.
6831
6832 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6833
6834         * Makefile.am:
6835         * backend/Makefile.am:
6836         * configure.ac:
6837         * cut-n-paste/recent-files/Makefile.am:
6838         * cut-n-paste/toolbar-editor/Makefile.am:
6839         * cut-n-paste/zoom-control/Makefile.am:
6840         * lib/Makefile.am:
6841         * pdf/Makefile.am:
6842         * pixbuf/Makefile.am:
6843         * properties/Makefile.am:
6844         * ps/Makefile.am:
6845         * shell/Makefile.am:
6846         * thumbnailer/Makefile.am:
6847         * tiff/Makefile.am:
6848
6849         Make frontends depend on just libev.
6850         Rework and group CFLAGS/LIBS definitions.
6851         Cleanups.
6852
6853 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6854
6855         * shell/ev-window:
6856
6857         do not unnecessarily save zoom
6858
6859         * configure.ac:
6860         * lib/ev-file-helpers.c: (ev_dot_dir):
6861         * shell/Makefile.am:
6862         * shell/dummy.cc:
6863
6864         Some cleanups
6865
6866 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6867
6868         * configure.ac:
6869         
6870         Remove unnecessary dependencies
6871
6872 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6873
6874         * properties/Makefile.am:
6875         * thumbnailer/Makefile.am:
6876         * tiff/Makefile.am:
6877
6878         Some more cleanups. Was really necessary
6879         but I probably introduced bugs, feel free
6880         to flame :)
6881
6882 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6883
6884         * backend/Makefile.am:
6885         * configure.ac:
6886         * cut-n-paste/recent-files/Makefile.am:
6887         * cut-n-paste/toolbar-editor/Makefile.am:
6888         * cut-n-paste/zoom-control/Makefile.am:
6889         * lib/Makefile.am:
6890         * pdf/Makefile.am:
6891         * pixbuf/Makefile.am:
6892         * properties/Makefile.am:
6893         * ps/Makefile.am:
6894         * shell/Makefile.am:
6895         * thumbnailer/Makefile.am:
6896         * tiff/Makefile.am:
6897
6898         Use gnome-common macros when possible.
6899         Cleanup dependencies.
6900         Actually disable deprecated where possible.
6901
6902 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6903
6904         * Makefile.am:
6905         * backend/Makefile.am:
6906         * properties/Makefile.am:
6907         * shell/Makefile.am:
6908         * thumbnailer/Makefile.am:
6909
6910         This should solve the circular dep without
6911         requiring dir reorg!
6912
6913         * shell/ev-window.c: (setup_view_from_metadata):
6914
6915         Never restore window size/position when the
6916         window is already visible.
6917
6918 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6919
6920         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
6921
6922         Return a boolean from timeout func. Fix ported from gedit.
6923
6924 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
6925
6926         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
6927
6928 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6929
6930         * shell/ev-document-types.c: set "All Documents" as default filter in
6931         open dialog
6932
6933 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
6934
6935         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
6936         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
6937         (ev_metadata_manager_set_boolean): fix value/val thinko.
6938
6939 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6940
6941         * shell/ev-window.c: (setup_view_from_metadata),
6942         (window_state_event_cb), (window_configure_event_cb),
6943         (ev_window_init):
6944
6945         Remember window position and maximized state
6946
6947 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6948
6949         * configure.ac:
6950
6951         Fix DBUS configure checks.
6952
6953         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
6954         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
6955         (ev_metadata_manager_set_boolean):
6956
6957         Plug mem leaks.
6958
6959         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
6960         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6961         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
6962         (ev_window_continuous_changed_cb),
6963         (ev_window_dual_mode_changed_cb), (ev_window_new):
6964
6965         Fix the build without DBUS.
6966
6967 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6968
6969         * shell/ev-metadata-manager.c: (parse_value), (save_values),
6970         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
6971         (ev_metadata_manager_set_string),
6972         (ev_metadata_manager_set_boolean):
6973         * shell/ev-metadata-manager.h:
6974
6975         Add support for some more types
6976
6977         * shell/ev-view.c: (scroll_to_current_page),
6978         (ev_view_get_continuous), (ev_view_set_continuous),
6979         (ev_view_get_dual_page):
6980         * shell/ev-view.h:
6981         * shell/ev-window.c: (page_changed_cb),
6982         (setup_document_from_metadata), (ev_window_setup_document),
6983         (setup_view_from_metadata), (ev_window_open_uri),
6984         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6985         (ev_window_run_presentation), (ev_window_stop_presentation),
6986         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
6987         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
6988         (ev_window_update_dual_page_action),
6989         (ev_window_continuous_changed_cb),
6990         (ev_window_dual_mode_changed_cb), (ev_window_init):
6991
6992         Remember a bunch of view/document properties. Prolly some
6993         are still missing but it's getting interesting.
6994
6995 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
6996
6997         * configure.ac: check if dbus-binding-tool is installed. Not the
6998         case on current Ubuntu breezy, it seems.
6999
7000 2005-07-05  Luca Ferretti <elle.uca@libero.it>
7001
7002         * data/evince.desktop.in.in:
7003         
7004         Allow open uri lists and add TryExec field.
7005
7006 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7007
7008         * configure.ac:
7009
7010         Enable dbus when available, do not require a configure
7011         option.
7012
7013 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7014
7015         * configure.ac:
7016
7017         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
7018         disabled.
7019
7020 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
7021         Marco Pesenti Gritti  <mpg@redhat.com>
7022
7023         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
7024         
7025         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
7026         functions to the format required by dbus
7027
7028         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
7029         errors. Use the RPC parameters in the expected way
7030
7031 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7032
7033         * Makefile.am:
7034         * properties/Makefile.am:
7035         * properties/ev-properties-main.c: (ev_properties_get_pages):
7036
7037         Support all mime types
7038
7039         * shell/Makefile.am:
7040         * thumbnailer/Makefile.am:
7041         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
7042         (evince_thumbnail_pngenc_get):
7043
7044         Use the document factory
7045
7046 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7047
7048         * backend/Makefile.am:
7049         * backend/ev-document-factory.c:
7050         (mime_type_supported_by_gdk_pixbuf),
7051         (ev_document_type_get_from_mime),
7052         (ev_document_factory_get_document),
7053         (ev_document_factory_get_backend),
7054         (ev_document_factory_get_mime_types),
7055         (ev_document_factory_get_all_mime_types):
7056         * backend/ev-document-factory.h:
7057         * shell/Makefile.am:
7058         * shell/ev-document-types.c: (get_document_from_uri),
7059         (ev_document_types_get_document),
7060         (file_filter_add_mime_list_and_free),
7061         (ev_document_types_add_filters):
7062         * shell/ev-document-types.h:
7063         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7064         * shell/ev-properties-dialog.c:
7065         (ev_properties_dialog_set_document):
7066         * shell/ev-window.c: (ev_window_cmd_file_open),
7067         (ev_window_cmd_save_as):
7068         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7069
7070         Rework document types managing to avoid code duplication
7071         and actually abstract from backend implementations.
7072         Also provide a minimal factory api that can be used by
7073         thumbnailer/properties.
7074
7075 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7076
7077         * properties/ev-properties-view.c: (ev_properties_view_set_info):
7078         Plug a mem leak.
7079         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7080         HIG spacings.
7081
7082 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7083
7084         * shell/ev-properties-dialog.c
7085         (ev_properties_dialog_set_document): only call
7086         ev_properties_fonts_set_document() if the document implements the
7087         fonts interface
7088
7089 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7090
7091         * configure.ac:
7092         * properties/Makefile.am:
7093         * properties/ev-properties-view.c:
7094         (ev_properties_view_register_type):
7095         * properties/ev-properties-view.h:
7096         * properties/ev-properties-main.h:
7097
7098         Implement nautilus plugin for properties.
7099         Works only for pdf atm, I need to rework the
7100         document types stuff to get this to work
7101         for all backends...
7102
7103 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7104
7105         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
7106         (ev_properties_fonts_set_document): use
7107         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
7108
7109 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7110
7111         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
7112         them
7113         (PlaceImage, tiff2ps_process_page): use
7114         g_ascii_dtostr to convert floats to strings in a locale-safe way.
7115
7116
7117 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7118
7119         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
7120         (main): to call gnome_authentication_manager_init. Should fix
7121         Bug #308510
7122
7123         * configure.ac: that requires libgnomeui 2.6.0.
7124
7125 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7126
7127         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7128         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
7129         use the new tiff2ps interfaces
7130
7131         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
7132         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
7133
7134         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
7135         structure instead of global variables.  Remove use of static
7136         variables in functions.
7137
7138 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
7139
7140         * shell/ev-page-action.c: unref the completion after setting it to the
7141         entry
7142
7143 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7144
7145         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
7146         postscript files
7147
7148 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7149
7150         * shell/ev-window.c (update_action_sensitivity): disable
7151         File->Print if the document does not implement the ps exporter
7152         interface
7153
7154 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
7155
7156         * Makefile.am:
7157         * configure.ac:
7158         * data/evince-properties.glade:
7159         * properties/.cvsignore:
7160         * properties/Makefile.am:
7161         * properties/ev-properties-view.c: (ev_properties_view_dispose),
7162         (ev_properties_view_class_init), (ev_properties_view_format_date),
7163         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
7164         (ev_properties_view_init), (ev_properties_view_new):
7165         * properties/ev-properties-view.h:
7166         * shell/Makefile.am:
7167         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
7168         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
7169         (ev_properties_dialog_new):
7170         * shell/ev-properties-dialog.h:
7171         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
7172         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
7173         (update_progress_label), (job_fonts_finished_cb),
7174         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
7175         * shell/ev-properties-fonts.h:
7176         * shell/ev-properties.c:
7177         * shell/ev-properties.h:
7178         * shell/ev-window.c: (ev_window_setup_document),
7179         (ev_window_cmd_file_properties):
7180
7181         Split the properties pages in two different objects, depend
7182         only on the backend where possible, use widgets instead
7183         of gobject for the glade part, reimplement the dialog
7184         itself with gtk.
7185         I need this to implement nautilus properties page.
7186
7187 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
7188
7189         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7190         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
7191         (tiff_document_document_ps_exporter_iface_init): implement the ps
7192         exporter interface for tiff documents
7193
7194         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
7195         libtiff to implement TIFF postscript export
7196
7197         * tiff/tiff2ps.h: added a header file for external tiff2ps
7198         functions.
7199
7200         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
7201         tiff2ps.h
7202
7203 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7204
7205         * shell/ev-view.c: (scroll_to_current_page),
7206         (ev_view_set_fullscreen), (ev_view_set_presentation):
7207         
7208         Scroll to current page when exit from presentation
7209
7210 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7211
7212         * shell/ev-window.c: (update_document_mode),
7213         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7214         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
7215         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
7216         
7217         Exit from fullscreen mode when switch to presentation. Fix for
7218         bug 309365
7219
7220 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7221
7222         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
7223         return NULL if the document does not implement the selection
7224         interface.
7225
7226 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7227
7228         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
7229         reported height by using the resolution aspect ratio
7230         (tiff_document_render_pixbuf): scale the pixbuf using the
7231         resolution aspect ratio
7232
7233 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7234
7235         * configure.ac:
7236         
7237         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
7238         <kiltedaco@gmail.com>
7239         
7240         * djvu/djvu-document.c: (djvu_document_get_orientation),
7241         (djvu_document_set_orientation), (djvu_document_get_page_size),
7242         (rotate_pixbuf), (djvu_document_render_pixbuf),
7243         (djvu_document_document_iface_init):
7244         * dvi/dvi-document.c: (dvi_document_get_orientation),
7245         (dvi_document_set_orientation), (dvi_document_get_page_size),
7246         (rotate_pixbuf), (dvi_document_render_pixbuf),
7247         (dvi_document_document_iface_init):
7248         
7249         Dvi and djvu backends are ported to new API
7250
7251 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
7252
7253         * backend/ev-selection.c: (ev_selection_get_selection_region),
7254         (ev_selection_get_selection_map):
7255         * backend/ev-selection.h:
7256         * pdf/ev-poppler.cc:
7257         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7258         * shell/ev-jobs.h:
7259         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7260         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7261         (ev_pixbuf_cache_get_text_mapping):
7262         * shell/ev-pixbuf-cache.h:
7263         * shell/ev-view.c: (location_in_text),
7264         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
7265         support to EvView.  Now we can see where we can select!  Sweet!
7266
7267 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7268
7269         * shell/ev-view.c (ev_view_button_press_event): Fix
7270         event->y + view->scroll_x typo.
7271
7272 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7273
7274         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
7275         sub-GdkPixbuf instead of passing dest_x and dest_y.
7276         
7277         * shell/ev-view.c: (view_point_to_doc_point),
7278         (view_rect_to_doc_rect), (ev_view_button_press_event),
7279         (ev_view_motion_notify_event), (compute_new_selection_rect),
7280         (gdk_rectangle_point_in), (compute_new_selection_text),
7281         (compute_selections): Update selection code to keep the selection
7282         around as two points and not as a normalized rectangle, and fix
7283         page level selection in two-column mode.
7284
7285 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
7286
7287         * shell/ev-window.c: (window_configure_event_cb): 
7288         
7289         Fix compilation
7290         
7291 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7292
7293         * pdf/ev-poppler.cc:
7294
7295         Fix compilation
7296
7297 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7298
7299         * shell/Makefile.am:
7300         * shell/ev-metadata-manager.c: (item_free),
7301         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
7302         (parse_value), (parseItem), (load_values),
7303         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
7304         (save_values), (save_item), (get_oldest), (resize_items),
7305         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
7306         * shell/ev-metadata-manager.h:
7307
7308         Metadata manager from gedit but modified to use GValue, so that
7309         we dont need to keep converting from strings.
7310
7311         * configure.ac:
7312
7313         ENABLE_METADATA conditional, on when dbus is on
7314
7315         * shell/ev-application.c: (ev_application_open_uri):
7316
7317         Show the window after load so that we can initialize
7318         window size before it's showed.
7319
7320         * shell/ev-window.c: (ev_window_setup_from_metadata),
7321         (ev_window_open_uri), (window_configure_event_cb),
7322         (ev_window_init):
7323
7324         Save and load metadata information about window size.
7325         Not yet keeping states in account.
7326
7327         * shell/main.c: (main):
7328
7329         Shutdown metadata manager.
7330
7331 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7332
7333         * shell/ev-application-service.xml:
7334         * configure.ac:
7335         * shell/Makefile.am:
7336         * shell/ev-application.c:
7337         * shell/ev-application.h:
7338         * shell/ev-window.c:
7339         * shell/ev-window.h:
7340         * shell/main.c:
7341
7342         Add an optional dbus interface (--enable-dbus).
7343         Rework application code, mainly to be easier to
7344         use "remotely".
7345         Do not open multiple windows with the same document,
7346         spatial evince!
7347
7348 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
7349
7350         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
7351         pixbuf iff it exists.
7352
7353 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
7354
7355         * shell/*:
7356         * backend/ev-render-context.[ch]:
7357         * backend/ev-selection.[ch]:
7358
7359         Massive changes.  We now support text selection of pdfs, and not
7360         just rectangular selection.  This is pretty broken still, but I
7361         want to get something into CVS.
7362
7363 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7364
7365         * pdf/ev-poppler.cc:
7366         
7367         Fix for Bug 309080: crash on window close.
7368         
7369         * shell/ev-page-action.c: (page_changed_cb):
7370         
7371         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
7372         jensgr@gmx.net (Jens Granseuer).
7373
7374 2005-06-25  Marcel Telka  <marcel@telka.sk>
7375
7376         * configure.in (ALL_LINGUAS): Added sk.
7377
7378 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
7379
7380         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
7381         not a document open
7382
7383 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7384
7385         * NEWS:
7386         * configure.ac:
7387
7388         Release 0.3.2
7389
7390         * cut-n-paste/recent-files/Makefile.am:
7391
7392         Fix make distcheck
7393
7394 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7395
7396         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
7397         (pixbuf_document_set_orientation), (rotate_pixbuf),
7398         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
7399         (pixbuf_document_document_iface_init), (pixbuf_document_init):
7400
7401         Implement rotation and cleanup the code a bit.
7402
7403         * tiff/tiff-document.c: (tiff_document_get_page_size),
7404         (tiff_document_get_orientation), (tiff_document_set_orientation),
7405         (rotate_pixbuf), (tiff_document_render_pixbuf),
7406         (tiff_document_document_iface_init), (tiff_document_init):
7407
7408         Implement rotation. Was the quicker solution for the release
7409         but we really need to share this code in the shell.
7410
7411 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7412
7413         * pdf/ev-poppler.cc:
7414
7415         Enable rotation, require poppler cvs. Fix a leak.
7416
7417 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7418
7419         * shell/ev-window.c: (update_action_sensitivity):
7420         
7421         Make properties unsensitive if document backend doesn't provide
7422         any info
7423
7424 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7425
7426         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
7427         (bitmap_flip_horizontally), (bitmap_flip_vertically),
7428         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
7429         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
7430         (bitmap_flip_rotate_counter_clockwise):
7431         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
7432         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
7433         (buff_gets):
7434         * dvi/mdvi-lib/common.h:
7435         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
7436         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
7437         (opendvi), (mdvi_reload), (mdvi_init_context),
7438         (mdvi_destroy_context), (mdvi_dopage), (special):
7439         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
7440         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
7441         (file_hash_free), (register_encoding), (parse_spec),
7442         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
7443         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
7444         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
7445         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
7446         (mdvi_register_font_type), (mdvi_unregister_font_type),
7447         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
7448         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
7449         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
7450         (mdvi_hash_destroy_key), (mdvi_hash_reset):
7451         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
7452         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
7453         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
7454         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
7455         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
7456         * dvi/mdvi-lib/special.c: (mdvi_register_special),
7457         (mdvi_unregister_special), (mdvi_flush_specials):
7458         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
7459         (t1_font_remove):
7460         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
7461         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
7462         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
7463         (free_font_metrics), (flush_font_metrics):
7464         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
7465         (tt_font_remove):
7466         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
7467         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
7468         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
7469         (dstring_insert), (dstring_new), (dstring_reset):
7470         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
7471         
7472         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
7473         avoid conflict with libtool on FC4
7474         
7475         * shell/ev-window.c: (ev_window_cmd_help_about):
7476         
7477         Update copyright year. Fix for bug 308828.
7478
7479 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7480
7481         * shell/ev-view.c: (add_scroll_binding_keypad),
7482         (ev_view_binding_activated), (ev_view_class_init),
7483         (on_adjustment_value_changed):
7484         
7485         Bug 170874: Arrow keys switch pages in presentation mode
7486
7487 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7488
7489         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7490         
7491         Fix for Bug 308265: Sidebar dissappears coming out of 
7492         Presentation mode
7493
7494 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7495
7496         * shell/ev-application.c: (ev_application_open):
7497         * shell/ev-document-types.c: (ev_document_types_add_filters),
7498         (ev_document_types_add_filters_for_type):
7499         * shell/ev-document-types.h:
7500         * shell/ev-window.c: (ev_window_cmd_save_as):
7501         
7502         Suggest basename as template when saving, provide filters
7503         for save dialog. It's bug 308402
7504
7505 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7506
7507         * pdf/ev-poppler.cc:
7508         * shell/ev-sidebar-links.c: (job_finished_callback):
7509         * shell/ev-view.c: (update_find_status_message):
7510         
7511         Some leaks fixed
7512
7513 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7514
7515         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7516         (egg_recent_view_uimanager_set_list):
7517
7518         Fix buglet in !show_numbers case.
7519
7520 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7521
7522         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7523         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
7524
7525         Use pango ellipsisation.
7526
7527         * pdf/ev-poppler.cc:
7528
7529         Fix refcount leak, from nsh.
7530
7531 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7532
7533         * cut-n-paste/recent-files/Makefile.am:
7534         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7535         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7536         
7537         Removed EggRecentViewGtk
7538         
7539         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7540         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7541         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
7542         (ev_window_setup_recent):
7543         
7544         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
7545         with other projects
7546
7547 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7548
7549         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7550         (egg_recent_view_gtk_finalize):
7551
7552         Fix memory leak
7553
7554         * cut-n-paste/toolbar-editor/Makefile.am:
7555         
7556         Fix location of cursor icon.
7557         
7558         * pdf/ev-poppler.cc:
7559         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
7560         (display_completion_text), (match_completion):
7561         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7562         (selection_changed_callback), (create_loading_model),
7563         (print_section_cb), (links_page_num_func),
7564         (update_page_callback_foreach):
7565         * shell/ev-window.c: (ev_window_dispose):
7566         
7567         Small memory fixes. Links model now store objects instead
7568         of pointers to improve memory management. 
7569
7570 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7571
7572         * shell/ev-window.c: (zoom_control_changed_cb):
7573         
7574         Fix update of zoom control (bug 308268).
7575
7576 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
7577
7578         * shell/ev-properties.c (set_property): escape the text correctly.
7579         Handles non-UTF-8 properties and escaped properties.  Also, sets
7580         the text to "<i>None</i>" if the property isn't set.
7581
7582         * data/evince-properties.glade: Change the label to be ellipsized,
7583         and give it a minimum size.
7584
7585 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7586
7587         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
7588         * shell/ev-sidebar-links.c: (create_loading_model):
7589         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7590         * shell/ev-view.c: (ev_view_set_document):
7591         * shell/ev-window.c: (ev_window_dispose):
7592         
7593         Various small fixes, mostly memory leaks. Thanks to valgrind.
7594
7595 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
7596
7597         * ps/ps-document.c: remove the locale.h include again ;-). And
7598         kill the (bogus) setlocale/savelocale business.
7599
7600 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
7601
7602         * ps/ps-document.c:
7603         
7604         Include locale.h to fix build
7605         
7606         * shell/ev-sidebar.c:
7607         
7608         Remove unnecessary includes
7609
7610 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7611
7612         * dvi/dvi-document.c: (dvi_document_load):
7613         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
7614         * po/POTFILES.in:
7615         
7616         Check for incorrect dvi files. Fix parsing dvi on AMD64
7617         platform. Thanks to tester@tester.ca (Olivier Crete).
7618
7619 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7620
7621         * shell/ev-page-action.c: (match_selected_cb),
7622         (display_completion_text), (match_completion), (update_model):
7623         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7624         (expand_open_links):
7625         * shell/ev-sidebar.c: (ev_sidebar_destroy),
7626         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
7627         (ev_sidebar_set_document):
7628         * shell/ev-window.c: (ev_window_xfer_job_cb),
7629         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
7630         
7631         Fixed lot's of memory leaks, for example, memory leak on reload, 
7632         described in bug 307793.
7633
7634 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7635
7636         * pdf/ev-poppler.cc:
7637         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
7638         (update_visible_range), (adjustment_changed_cb),
7639         (ev_sidebar_thumbnails_fill_model),
7640         (ev_sidebar_thumbnails_refresh),
7641         (ev_sidebar_tree_selection_changed),
7642         (ev_sidebar_icon_selection_changed),
7643         (ev_sidebar_thumbnails_use_icon_view),
7644         (ev_sidebar_thumbnails_set_document):
7645         * shell/ev-sidebar-thumbnails.h:
7646         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7647         (ev_window_cmd_edit_rotate_right), (ev_window_init):
7648
7649         Refresh thumbnails when changing orientation. Not fully
7650         working yet becuase of a sidebar bug.
7651
7652         Set page orientation to poppler page everywhere. This sucks
7653         really need to fix poppler.
7654
7655 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7656
7657         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7658         (egg_recent_view_gtk_new_menu_item),
7659         (egg_recent_view_gtk_set_property),
7660         (egg_recent_view_gtk_get_property),
7661         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
7662         (egg_recent_view_gtk_set_tooltip_func),
7663         (egg_recent_view_gtk_set_label_width),
7664         (egg_recent_view_gtk_get_label_width):
7665         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7666
7667         Sync with libegg (ellipsize labels)
7668
7669 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7670
7671         * data/evince-ui.xml:
7672         * shell/ev-window.c: (ev_window_cmd_go_forward),
7673         (ev_window_cmd_go_backward):
7674         
7675         Shift + PageUp moves 10 Pages. Fix for 306125
7676
7677 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7678
7679         * pdf/ev-poppler.cc:
7680
7681         Add a flag to check if orientation has been overriden
7682
7683 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
7684
7685         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
7686         field if necessary.
7687
7688         * ps/ps.h: add creator field to document.
7689
7690         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
7691         set creator field.
7692
7693 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7694
7695         * data/evince-properties.glade:
7696         * shell/ev-properties.c: (ev_properties_set_document):
7697
7698         s/PDF Version/Format
7699
7700 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7701
7702         * shell/ev-properties.c: (ev_properties_set_document):
7703
7704         Remove unnecessary translations
7705
7706 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7707
7708         * cut-n-paste/toolbar-editor/Makefile.am:
7709
7710         Correct library name    
7711
7712 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7713
7714         * configure.ac:
7715         * cut-n-paste/recent-files/egg-recent-model.c:
7716         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
7717         (egg_recent_model_unlock_file):
7718         * cut-n-paste/recent-files/egg-recent-util.c:
7719         (egg_recent_util_get_unique_id):
7720         * cut-n-paste/recent-files/update-from-egg.sh:
7721         * cut-n-paste/toolbar-editor/Makefile.am:
7722         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7723         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7724         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7725         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7726         (egg_toolbars_model_get_type):
7727         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7728
7729         Better makefile for toolbar editor and update everything
7730         to latest libegg.
7731
7732 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7733
7734         * shell/ev-window.c: (update_document_mode):
7735
7736         Prefer presentation mode when the document
7737         require fullscreen.
7738
7739 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7740
7741         * data/evince-ui.xml:
7742         * shell/ev-window.c:
7743
7744         Add control-equal for zooming
7745
7746 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
7747
7748         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
7749
7750 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
7751
7752         * backend/ev-document.c: (ev_document_get_orientation):
7753         * backend/ev-document.h:
7754         * pdf/ev-poppler.cc:
7755         * ps/ps-document.c: (ps_document_get_orientation),
7756         (ps_document_set_orientation), (ps_document_document_iface_init):
7757
7758         Add a get_orientation api. Improve set_orientation.
7759
7760         * data/evince-ui.xml:
7761         * shell/ev-view.c: (ev_view_set_orientation),
7762         (ev_view_rotate_right), (ev_view_rotate_left):
7763         * shell/ev-view.h:
7764         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7765         (ev_window_cmd_edit_rotate_right):
7766
7767         Better ui for changing document orientation
7768
7769 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7770
7771         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
7772         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
7773         * shell/ev-sidebar-links.h:
7774         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
7775         (ev_sidebar_page_iface_init):
7776         * shell/ev-sidebar-page.h:
7777         * shell/ev-sidebar-thumbnails.c:
7778         (ev_sidebar_thumbnails_get_property),
7779         (ev_sidebar_thumbnails_class_init),
7780         (ev_sidebar_thumbnails_set_document):
7781         * shell/ev-sidebar-thumbnails.h:
7782         * shell/ev-view.c: (ev_view_motion_notify_event):
7783         * shell/ev-window.c: (update_chrome_visibility),
7784         (ev_window_cmd_focus_page_selector),
7785         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
7786         (sidebar_page_main_widget_update_cb), (ev_window_init):
7787         
7788         Autoraise toolbar on GoToPage binding and fix bindings in
7789         EvSidebarThumbnails page.
7790
7791 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
7792
7793         * shell/ev-properties.c: (update_progress_label):
7794
7795         Hide the progress label when finished; bug #307697.
7796
7797 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7798
7799         * pdf/ev-poppler.cc:
7800
7801         Enable is_open for links, you will need poppler cvs
7802
7803         * shell/ev-properties.c: (job_fonts_finished_cb):
7804
7805         Get a lock on the document when filling the tree view
7806
7807 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7808
7809         * backend/ev-document-links.h:
7810         * pdf/ev-poppler.cc:
7811         * shell/ev-sidebar-links.c: (create_loading_model),
7812         (expand_open_links), (job_finished_callback):
7813
7814         Expand links when specified by the document.
7815         Depend on a poppler api (defined out for now)
7816
7817 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7818
7819         * shell/ev-properties.c: (ev_properties_dispose),
7820         (ev_properties_class_init), (dialog_destroy_cb),
7821         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
7822         (ev_properties_set_document), (ev_properties_new),
7823         (ev_properties_show):
7824         * shell/ev-properties.h:
7825
7826         Make it an object, cleanup the code, api to show it as transient
7827         and to set the document.
7828
7829         * shell/ev-window.c: (ev_window_setup_document),
7830         (ev_window_cmd_file_properties):
7831
7832         Adapt to EvProperties changes, do not show multiple
7833         times, update it when document changes.
7834
7835 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7836
7837         * ps/gstypes.h:
7838         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
7839         (ps_document_set_orientation), (ps_document_document_iface_init):
7840         * ps/ps-document.h:
7841
7842         Implement orientation here too
7843
7844         * shell/ev-properties.c: (ev_properties_new):
7845         * data/evince-properties.glade:
7846
7847         Hide the fonts page for backends that doesnt
7848         support it.     
7849
7850 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7851
7852         * backend/ev-document.c: (ev_document_set_orientation):
7853         * backend/ev-document.h:
7854         * pdf/ev-poppler.cc:
7855
7856         Add orientation api. Currently poppler api is not optimal,
7857         we need to set orientation every time we _get a page.
7858         I will try to fix that at some point.
7859
7860         * data/evince-ui.xml:
7861         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
7862         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
7863
7864         Add orientation menu items
7865
7866         * shell/ev-page-cache.c: (ev_page_cache_clear):
7867         * shell/ev-page-cache.h:
7868
7869         Add api to clear the cache
7870
7871         * shell/ev-view.c: (setup_caches), (clear_caches),
7872         (ev_view_set_document), (ev_view_zoom_out),
7873         (ev_view_set_orientation):
7874         * shell/ev-view.h:
7875
7876         Implement orientation changing
7877
7878 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
7879
7880         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
7881         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
7882         * backend/ev-document-fonts.h:
7883
7884         Separate scan and fill so that we can incrementally fill from
7885         the main thread. Add a progress api.
7886
7887         * data/evince-properties.glade:
7888         * pdf/ev-poppler.cc:
7889         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
7890         * shell/ev-jobs.h:
7891         * shell/ev-properties.c: (update_progress_label),
7892         (job_fonts_finished_cb), (setup_fonts_view):
7893
7894         Incrementally feel the list and show the progress
7895         percentage in a label like acrobat does.
7896
7897         You are going to need poppler cvs
7898
7899 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
7900
7901         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
7902         * backend/ev-document-fonts.h:
7903         * pdf/ev-poppler.cc:
7904
7905         Make fonts model fill incrementally.
7906
7907         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7908         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7909         (ev_job_queue_remove_job):
7910         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7911         (ev_job_fonts_new), (ev_job_fonts_run):
7912         * shell/ev-jobs.h:
7913
7914         New job for fonts scanning
7915
7916         * shell/ev-properties.c: (job_fonts_finished_cb),
7917         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
7918         * shell/ev-properties.h:
7919         * shell/ev-window.c: (ev_window_cmd_file_properties):
7920
7921         Incrementally feel the treeview using the new job. Show Loading...
7922         message until scanning is completed.
7923
7924         Hopefully I didnt break the build without the poppler patch.
7925
7926 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7927
7928         * shell/ev-application.c: (ev_application_open):
7929         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
7930         (ev_document_type_get_type), (ev_document_type_lookup):
7931         * shell/ev-document-types.h:
7932         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
7933         * shell/ev-job-xfer.h:
7934         * shell/ev-window.c: (ev_window_clear_local_uri),
7935         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
7936         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
7937         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7938         
7939         Transfer remote documents to tmp directory to display them later.
7940
7941 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
7942
7943         * backend/ev-document-info.h:
7944         * shell/ev-properties.c: (ev_properties_new):
7945
7946         s/GTime*/GTime. Not sure why we was using a pointer
7947         at all there!
7948
7949 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
7950
7951         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
7952         situations.  That situation is that you're using GTK+-HEAD with
7953         the patch at #306726 is applied, and you have a document with <
7954         1500 pages in it.  It's not quite as uniformly nice as the
7955         TreeView, but should be better in the long run.
7956
7957         I'm pretty sure I guarded against breaking compilation with
7958         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
7959         I missed some.
7960
7961         * shell/ev-window.c (ev_window_init): We don't have our tree/list
7962         widget yet, so I commented that code out
7963         enable_view_actions_for_widget() for now.  Need to figure this
7964         out.
7965
7966         * shell/ev-page-action.c (match_selected_cb): emit the right
7967         signals.  Our cool C-l completion now works.
7968
7969 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7970
7971         * backend/Makefile.am:
7972         * backend/ev-document-fonts.c:
7973         * backend/ev-document-links.c:
7974         * backend/ev-document.c: (ev_document_load):
7975         * backend/ev-document.h:
7976         * backend/ev-job-queue.c:
7977         * backend/ev-job-queue.h:
7978         * backend/ev-jobs.c:
7979         * backend/ev-jobs.h:
7980         * backend/ev-page-cache.c:
7981         * backend/ev-page-cache.h:
7982
7983         EvPageCache and EvJobs are moved to shell.
7984
7985         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
7986         (ev_tmp_filename):
7987         * lib/ev-file-helpers.h:
7988         
7989         New helper to work with temporary files
7990         
7991         * shell/Makefile.am:
7992         * shell/ev-application.c: (ev_application_open):
7993         * shell/ev-application.h:
7994         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
7995         (remove_job_from_async_queue), (add_job_to_async_queue),
7996         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
7997         (handle_job), (search_for_jobs_unlocked),
7998         (no_jobs_available_unlocked), (ev_render_thread),
7999         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8000         (ev_job_queue_add_job), (move_job_async), (move_job),
8001         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8002         * shell/ev-job-queue.h:
8003         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
8004         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
8005         * shell/ev-job-xfer.h:
8006         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
8007         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
8008         (ev_job_links_class_init), (ev_job_render_init),
8009         (ev_job_render_dispose), (ev_job_render_class_init),
8010         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
8011         (ev_job_thumbnail_class_init), (ev_job_load_init),
8012         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
8013         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
8014         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
8015         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
8016         * shell/ev-jobs.h:
8017         * shell/ev-page-action.c: (ev_page_action_set_document):
8018         * shell/ev-page-cache.c: (ev_page_cache_init),
8019         (ev_page_cache_class_init), (ev_page_cache_finalize),
8020         (ev_page_cache_new), (ev_page_cache_get_n_pages),
8021         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
8022         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
8023         (ev_page_cache_get_title), (ev_page_cache_get_size),
8024         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8025         (ev_page_cache_get_height_to_page),
8026         (ev_page_cache_get_max_label_chars),
8027         (ev_page_cache_get_page_label),
8028         (ev_page_cache_has_nonnumeric_page_labels),
8029         (ev_page_cache_get_info), (ev_page_cache_next_page),
8030         (ev_page_cache_prev_page), (ev_page_cache_get):
8031         * shell/ev-page-cache.h:
8032         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
8033         (ev_pixbuf_cache_clear_job_sizes),
8034         (ev_pixbuf_cache_add_jobs_if_needed),
8035         (ev_pixbuf_cache_set_page_range):
8036         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
8037         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
8038         * shell/ev-sidebar-thumbnails.c:
8039         (ev_sidebar_tree_selection_changed),
8040         (ev_sidebar_thumbnails_set_document):
8041         * shell/ev-statusbar.c: (ev_statusbar_destroy),
8042         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
8043         (ev_statusbar_get_context_id), (ev_statusbar_push),
8044         (ev_statusbar_pop), (ev_statusbar_set_maximized),
8045         (ev_statusbar_pulse), (ev_statusbar_show_progress),
8046         (ev_statusbar_set_progress):
8047         * shell/ev-statusbar.h:
8048         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
8049         (ev_view_find_previous):
8050         * shell/ev-window.c: (ev_window_is_empty),
8051         (ev_window_setup_document), (password_dialog_response),
8052         (ev_window_clear_jobs), (ev_window_load_job_cb),
8053         (ev_window_xfer_job_cb), (ev_window_open_uri),
8054         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
8055         (ev_window_print), (ev_window_print_range),
8056         (ev_window_state_event), (ev_window_cmd_view_reload),
8057         (menu_item_select_cb), (menu_item_deselect_cb),
8058         (view_status_changed_cb), (ev_window_dispose),
8059         (drag_data_received_cb), (ev_window_init):
8060         * shell/ev-window.h:
8061         * shell/main.c: (load_files):
8062         
8063         New statusbar to show progress on idle. Two new jobs - 
8064         xfer job and load job to load document in background. And update
8065         of page_cache clients to new location of code.
8066
8067 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
8068   
8069         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
8070         selection in open dialog. It also remembers the last visited directory 
8071         in the current session.
8072
8073 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8074
8075         * shell/ev-properties.c: (ev_properties_new):
8076         * shell/ev-properties.h:
8077         * shell/ev-window.c: (ev_window_cmd_file_properties):
8078         
8079         Get document info from page cache instead of document itself.
8080         This should fix crash related to race conditions described in
8081         bug 306545.
8082
8083 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8084
8085         * ps/ps-document.c: (ps_document_init),
8086         (send_ps), (get_page_box), (output), (catchPipe), (input),
8087         (stop_interpreter), (file_length), (file_readable),
8088         (check_filecompressedb), (ps_document_enable_interpreter),
8089         (document_load), (ps_async_renderer_render_pixbuf):
8090         * ps/ps-document.h:
8091
8092         Big cleanup of the ps code
8093
8094 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8095
8096         * backend/Makefile.am:
8097         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
8098         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
8099         * backend/ev-async-renderer.h:
8100
8101         Add an async renderer interface (method + callback) which
8102         is useful for backends like ps.
8103
8104         * backend/ev-job-queue.c: (remove_job_from_async_queue),
8105         (add_job_to_async_queue), (job_finished_cb), (handle_job),
8106         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8107         (ev_job_queue_add_job), (move_job_async), (move_job),
8108         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8109
8110         Add queues for async renderer, these are executed on the
8111         main thread.
8112
8113         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
8114         (ev_job_render_run):
8115         * backend/ev-jobs.h:
8116
8117         If the backend support async renderer interface use it.
8118
8119         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
8120         (setup_pixmap), (ps_document_get_type),
8121         (ps_async_renderer_render_pixbuf),
8122         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
8123
8124         Implement async renderer interface.
8125
8126 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8127
8128         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
8129
8130         Cleanup links job on exit.
8131
8132 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8133
8134         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8135         (drag_data_get_cb), (drag_data_received_cb):
8136         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8137         (drag_data_get_cb), (parse_item_list),
8138         (egg_toolbar_editor_load_actions):
8139         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8140         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
8141         (parse_item_list), (parse_toolbars):
8142         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8143         (dvi_pixbuf_put_pixel):
8144         
8145         Fix gcc 4.0 warnings
8146
8147 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8148
8149         * ps/ps-document.c: (start_interpreter):
8150
8151         Fix warning when loading ps
8152
8153 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8154
8155         * ps/ps-document.c: (output):
8156
8157         Fix crash when priting gs error messages.
8158
8159 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8160
8161         * backend/ev-page-cache.c: (_ev_page_cache_new):
8162         * backend/ev-page-cache.h:
8163
8164         Use a const to return title so that we dont double
8165         free it. Small cleanup and fix a leak.
8166
8167         * shell/ev-window.c: (update_window_title):
8168
8169         strdup value from get_title.
8170
8171 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8172
8173         * shell/ev-sidebar-links.c: (job_finished_callback),
8174         (ev_sidebar_links_set_document):
8175
8176         Cleanup the old job when changing document
8177
8178 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8179
8180         * shell/ev-stock-icons.c:
8181         * shell/ev-stock-icons.h:
8182         * shell/ev-window.c:
8183         
8184         Add stock icons for actions that can appear in toolbar. Fix for
8185         bug 306566.
8186
8187 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8188
8189         * backend/ev-page-cache.c: (ev_page_cache_finalize),
8190         (_ev_page_cache_new), (ev_page_cache_get_max_width),
8191         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
8192         * backend/ev-page-cache.h:
8193         * shell/ev-view.c: (scroll_to_current_page),
8194         (view_update_range_and_current_page), (get_page_y_offset),
8195         (get_page_extents), (ev_view_size_request_continuous_dual_page),
8196         (ev_view_size_request_continuous),
8197         (ev_view_zoom_for_size_continuous_and_dual_page),
8198         (ev_view_zoom_for_size_continuous):
8199         
8200         More compact EvView layout in document with pages of different size.
8201
8202 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
8203
8204         * shell/ev-window.c (ev_window_cmd_file_properties): fix
8205         compilation.
8206
8207 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8208
8209         * shell/ev-view.c: (view_set_adjustment_values):
8210         * shell/ev-window.c: (ev_window_cmd_file_properties):
8211         
8212         A bit different fix for rounding problem but it has no
8213         problems on startup. Make properties window transient to parent.
8214
8215 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8216
8217         * pdf/ev-poppler.cc:
8218         
8219         More commenting of font stuff.
8220
8221 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8222
8223         * pdf/ev-poppler.cc:
8224
8225         Comment out some more fonts stuff. Should really
8226         work without the poppler patch now.
8227
8228 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8229
8230         * pdf/ev-poppler.cc:
8231
8232         Adapt to api change
8233
8234 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8235
8236         * data/evince-properties.glade:
8237         * pdf/ev-poppler.cc:
8238         * shell/ev-properties.c: (setup_fonts_view):
8239
8240         Set the column title. Show the dialog only
8241         once everything is setup.
8242         Getting font info can be very slow... will
8243         prolly need to make this threaded too.
8244
8245 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8246
8247         * backend/Makefile.am:
8248         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
8249         (ev_document_fonts_get_fonts_model):
8250         * backend/ev-document-fonts.h:
8251         * data/evince-properties.glade:
8252         * pdf/ev-poppler.cc:
8253         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
8254         * shell/ev-properties.h:
8255         * shell/ev-window.c: (ev_window_cmd_file_properties):
8256
8257         Implement fonts list. Defined out for now, since it depends
8258         on a not yet committed poppler patch.
8259
8260 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
8261
8262         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
8263         page + 1.
8264
8265         * shell/ev-window.c: Make sure we add the timeout when we get a
8266         focus-in event.
8267
8268         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
8269         adjustment->value before calculating the zoom factor to average
8270         out all of our rounding errors.  The page no longer 'drifts' when
8271         resizing.
8272
8273 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8274
8275         * data/evince-properties.glade:
8276         * shell/ev-properties.c: (ev_properties_format_date),
8277         (set_property):
8278         
8279         Labels don't expand when the dialogue is resized.
8280         strftime result needs to be converted to UTF-8. Thanks
8281         to Christian Persch <chpe@gnome.org>.
8282
8283 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8284
8285         * data/evince-properties.glade:
8286
8287         Hide the fonts tab
8288
8289 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8290
8291         * backend/ev-document-info.h:
8292         * backend/ev-document.c: (ev_document_info_free):
8293         * data/evince-properties.glade:
8294         * pdf/ev-poppler.cc:
8295         * ps/ps-document.c: (ps_document_get_info):
8296         * shell/ev-properties.c: (ev_properties_format_date),
8297         (set_property), (ev_properties_new):
8298         * shell/ev-properties.h:
8299         * shell/ev-window.c: (ev_window_cmd_file_properties):
8300
8301         Rework properties code to take only EvPropertyInfo
8302         in the constructor so that it can be useful for
8303         nautilus plugin too.
8304
8305         Deal with backends that doesnt support some properties.
8306         Make set property code generic.
8307
8308 2005-06-04  Christian Persch <chpe@gnome.org>
8309
8310         * data/evince-properties.glade:
8311
8312         fix spacings, make resizeable, and make data labels
8313         selectable + ellipsised
8314
8315 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
8316
8317         * backend/ev-document-info.h:
8318         * data/Makefile.am:
8319         * data/evince-ui.xml:
8320         * pdf/ev-poppler.cc:
8321         * shell/Makefile.am:
8322         * shell/ev-window.c: (update_action_sensitivity),
8323         (ev_window_cmd_file_properties):
8324
8325         Initial go at file properties. Patch by
8326         Emil Soleyman-Zomalan <emil@soleyman.com>.
8327         Needs love see #169583
8328
8329 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
8330
8331         * ps/ps-document.c: (output):
8332         * ps/ps.c: (psscan):
8333
8334         Try to render even if psscan fails.
8335
8336 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8337
8338         * ps/ps.c: (psscan), (pscopydoc):
8339
8340         Port buffered reading code from gv
8341
8342 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8343
8344         * ps/ps-document.c: (interpreter_message), (output):
8345
8346         Do not fail on interpreter messages
8347
8348 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8349
8350         * backend/ev-document-misc.c:
8351         (ev_document_misc_get_thumbnail_frame):
8352
8353         Pages can be 0 x 0, dont assert on this case
8354
8355 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8356
8357         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8358         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
8359
8360         Correctly manage our reference on document. Finally the reload
8361         huge leak is gone...
8362
8363 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8364
8365         * ps/ps-document.c: (ps_document_dispose):
8366
8367         Forgot to chain it to the parent. Thanks chpe.
8368
8369 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8370
8371         * ps/ps-document.c: (ps_document_dispose),
8372         (ps_document_class_init), (stop_interpreter), (document_load):
8373
8374         Cleanup dispose a bit. Dont leak the whole pixmap.
8375
8376 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8377
8378         * pdf/ev-poppler.cc:
8379
8380         Release the poppler document on dispose
8381
8382 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8383
8384         * shell/ev-view.c: (ev_view_set_document):
8385
8386         Release ref on the pixbuf cache when changing
8387         document.
8388
8389 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8390
8391         * ps/ps-document.c: (ps_document_get_info):
8392
8393         Fix a double free
8394
8395 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8396
8397         * backend/ev-page-cache.c: (ev_page_cache_init),
8398         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
8399         * backend/ev-page-cache.h:
8400         * shell/ev-page-action.c: (page_changed_cb):
8401         
8402         Set page action entry width depending on labels width. Fix
8403         for bug 305202.
8404
8405 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
8406
8407         * backend/ev-link.c: (ev_link_class_init):
8408
8409         Allow -1 as page value (error)
8410
8411 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8412
8413         * shell/ev-sidebar-thumbnails.c:
8414         (ev_sidebar_thumbnails_set_document):
8415         * shell/ev-view.c: (scroll_to_current_page),
8416         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
8417         (page_changed_cb), (on_adjustment_value_changed),
8418         (ev_view_set_document):
8419
8420         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
8421         Fix bug 305377
8422
8423 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8424
8425         * configure.ac:
8426         * djvu/djvu-document.c: (djvu_document_get_page_size):
8427
8428         Require djvulibre CVS. Now djvu loading is much faster. Fix for
8429         bug 301993.
8430
8431 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
8432
8433         * shell/ev-view.c (draw_one_page): modify the expose handling to
8434         get the shadows.
8435
8436         * shell/ev-window.c (update_action_sensitivity): Respect
8437         permissions field.  Kowtow to the man.
8438
8439         * pdf/ev-poppler.cc: Get the permissions field.
8440
8441         * tiff/*c: Make a tiny bit more robust.
8442
8443 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8444
8445         * djvu/djvu-document.c:
8446         
8447         Pop messages from djvu context message queue.
8448
8449 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8450
8451         * configure.ac, Makefile.am, shell/Makefile.am:
8452         * tiff/Makefile.am, shell/ev-document-types.c:
8453         
8454         Cleanup tiff configure checks. Fix for bug 305218.
8455
8456 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
8457
8458         * configure.ac: Added "uk" to ALL_LINGUAS.
8459
8460 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8461
8462         * cut-n-paste/zoom-control/ephy-zoom.c:
8463         (ephy_zoom_get_changed_zoom_level):
8464         * cut-n-paste/zoom-control/ephy-zoom.h:
8465         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
8466         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
8467         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
8468         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
8469         (zoom_control_changed_cb), (ev_window_init):
8470         
8471         Fix minor points related to moving best fit up. Introduce
8472         "zoom" property and make zoom control change it's value on
8473         notify::zoom signals. Fix for 305080.
8474
8475 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8476
8477         * data/evince-ui.xml:
8478         * shell/ev-window.c: (set_view_actions_sensitivity):
8479         
8480         Use + and - as accels for zoom in and zoom out. Fix for 305001.
8481
8482 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8483
8484         * configure.ac:
8485
8486         Depends on poppler 0.3.2
8487
8488 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8489
8490         * cut-n-paste/recent-files/egg-recent-item.c:
8491         (egg_recent_item_get_short_name):
8492         * cut-n-paste/toolbar-editor/Makefile.am:
8493         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8494         (new_pixbuf_from_widget):
8495         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8496         * cut-n-paste/toolbar-editor/egg-marshal.c:
8497         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8498         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8499
8500         Sync
8501
8502 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
8503
8504         * tiff/tiff-document.c: Rough TIFF backend.
8505
8506 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8507
8508         * NEWS:
8509         * configure.ac:
8510         * cut-n-paste/toolbar-editor/Makefile.am:
8511
8512         Release 0.3.1
8513
8514 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8515
8516         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
8517         (ev_view_find_next), (ev_view_find_previous):
8518
8519         Remove the locks around get_n_results   
8520
8521 2005-05-21  Juerg Billeter  <j@bitron.ch>
8522
8523         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
8524
8525         Pass correct number of pages to poppler.
8526
8527 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8528
8529         * configure.ac:
8530         * data/Makefile.am:
8531         * data/evince.desktop.in: 
8532         * data/evince.desktop.in.in:
8533         * po/POTFILES.in:
8534         
8535         Add conditionally dvi and djvu to desktop types. Fix for 304658.
8536
8537 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
8538
8539         * shell/ev-view.c: (view_update_adjustments),
8540         (view_set_adjustment_values): cast adjustmen->value to (int)
8541         before using it.  Otherwise, we get off by a pixel in some
8542         situations.
8543
8544         (draw_one_page): Draw the border on expose.
8545
8546 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
8547
8548         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
8549         adjustment when the mode changes, #304923
8550
8551 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8552
8553         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
8554         flickering on resize but still use gdk_window_scroll on
8555         scrolling
8556
8557 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
8558
8559         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
8560         option, #170458
8561
8562 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
8563
8564         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
8565         second page on page_changed if possible, #304669
8566
8567 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
8568
8569         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
8570         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
8571
8572 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
8573
8574         * .cvsignore:
8575         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
8576         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8577         (ev_view_zoom_for_size_presentation),
8578         (ev_view_zoom_for_size_continuous_and_dual_page),
8579         (ev_view_zoom_for_size_continuous),
8580         (ev_view_zoom_for_size_dual_page),
8581         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
8582         * shell/ev-view.h:
8583         * shell/ev-window.c: (update_view_size),
8584         (ev_window_sizing_mode_changed_cb):
8585
8586         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
8587         the scrollbars.  It's not 100% right, but it's much closer.  Kills
8588         an infinite loop, #304769
8589
8590
8591 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8592
8593         * data/evince-ui.xml:
8594         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
8595         * shell/ev-window.c: (set_view_actions_sensitivity):
8596
8597         Make PgUp/Down behave like Space
8598
8599 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8600
8601         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8602         * backend/ev-ps-exporter.h:
8603         * pdf/ev-poppler.cc:
8604         * ps/ps-document.c: (ps_document_ps_export_begin):
8605         * shell/ev-print-job.c: (idle_print_handler):
8606
8607         Adapt to new poppler api
8608
8609 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8610
8611         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8612         (ephy_zoom_control_init):
8613
8614         Translate zoom levels
8615
8616 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8617
8618         * cut-n-paste/zoom-control/ephy-zoom.c:
8619         (ephy_zoom_get_zoom_level_index):
8620
8621         Fix current zoom -> zoom control match
8622
8623 2005-05-18  James Bowes  <bowes@cs.dal.ca>
8624
8625         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
8626         rather than the scrolled_window that it's in. Fixes bug #304655.
8627
8628 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
8629
8630         * shell/ev-view.c: (view_update_adjustments),
8631         (view_set_adjustment_values), (view_update_range_and_current_page),
8632         (view_scroll_to_page), (set_scroll_adjustment),
8633         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
8634         (ev_view_scroll), (ev_view_scroll_view),
8635         (ensure_rectangle_is_visible), (find_page_at_location),
8636         (get_link_at_location), (go_to_link), (status_message_from_link),
8637         (ev_view_size_request_continuous_dual_page),
8638         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
8639         (ev_view_unrealize), (ev_view_expose_event),
8640         (ev_view_button_press_event), (ev_view_motion_notify_event),
8641         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
8642         (draw_rubberband), (highlight_find_results), (draw_one_page),
8643         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
8644         (ev_view_init), (find_changed_cb), (page_changed_cb),
8645         (on_adjustment_value_changed), (ev_view_new),
8646         (ev_view_set_document), (ev_view_set_zoom),
8647         (ev_view_set_continuous), (ev_view_set_dual_page),
8648         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
8649         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8650         (ev_view_zoom_for_size_presentation),
8651         (ev_view_zoom_for_size_continuous_dual_page),
8652         (ev_view_zoom_for_size_continuous),
8653         (ev_view_zoom_for_size_dual_page),
8654         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8655         (ev_view_get_status), (ev_view_set_status),
8656         (update_find_status_message), (ev_view_get_find_status),
8657         (ev_view_set_find_status), (jump_to_find_result),
8658         (jump_to_find_page), (compute_selections), (clear_selection),
8659         (ev_view_select_all), (get_selected_text), (ev_view_copy),
8660         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
8661         (ev_view_update_primary_selection),
8662         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
8663         * shell/ev-view.h:
8664         * shell/ev-window.c: (ev_window_open_page_label),
8665         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
8666         (ev_window_init):
8667         * shell/ev-window.h:
8668         * shell/main.c: (load_files):
8669
8670         Massive code clean up from Nickolay Shmyrev.  Keep page offset
8671         when resizing.  Remove the bin_window().  Also, patch from James
8672         Bowes to fix command line page, #300641
8673         
8674 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
8675
8676         * data/evince-ui.xml:
8677         * shell/ev-view.c:
8678         * shell/ev-view.h:
8679         * shell/ev-window.c: (update_action_sensitivity):
8680
8681         Get rid of View->Normal Size, it's just confusing
8682
8683 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
8684
8685         * backend/ev-document-info.h:
8686         * backend/ev-document.c: (ev_document_info_free): Free the
8687         EvDocumentInfo.
8688
8689         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
8690         (clear_range), (add_range), (update_visible_range),
8691         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
8692         (ev_sidebar_thumbnails_set_document):
8693         * shell/ev-window.c: (ev_window_setup_document): Only render the
8694         visible thumbnails.  It takes an instant to render, but it uses
8695         much less memory.
8696
8697 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8698
8699         * shell/ev-sidebar-links.c: (popup_menu_cb):
8700
8701         Select first item
8702
8703 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8704
8705         * lib/Makefile.am:
8706         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
8707         (button_press_cb), (ev_sidebar_links_construct):
8708
8709         Show the popup menu also on keybindings
8710
8711 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8712
8713         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
8714         * shell/ev-window.h:
8715
8716         Expose api to print a range (with dialog). Make private _print use
8717         it.
8718
8719         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
8720         (ev_sidebar_links_construct):
8721
8722         Show a print context menu on linkx, it prints the selected
8723         section.
8724
8725 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
8726
8727         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
8728         button.
8729
8730 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
8731
8732         * AUTHORS:
8733
8734         Update
8735
8736         * shell/ev-window.c: (build_comments_string),
8737         (ev_window_cmd_help_about):
8738
8739         Show poppler version/backend and authors
8740
8741 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8742
8743         * cut-n-paste/zoom-control/ephy-zoom.c:
8744         (ephy_zoom_get_zoom_level_index):
8745         * cut-n-paste/zoom-control/ephy-zoom.h:
8746
8747         Move the best fit items at the top of the list
8748
8749 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8750
8751         * shell/ev-marshal.list:
8752         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
8753         (activate_cb), (match_selected_cb), (activate_link_cb),
8754         (connect_proxy), (ev_page_action_class_init):
8755         * shell/ev-page-action.h:
8756
8757         Use signals to notify action activation. Hopefully
8758         I did not break completion since I cant test...
8759
8760         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
8761         (register_custom_actions):
8762
8763         Connect to page selector actions and also grab focus on
8764         the view when activated.
8765
8766 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
8767
8768         * pdf/ev-poppler.cc:
8769         * backend/ev-page-cache.c: make page size calculation consistent
8770         and set it to (int)( width * scale + 0.5).  This makes the weird
8771         line going through the middle of the page go away.
8772
8773         * shell/ev-view.c: move painting the background page after
8774         checking the expose area covers us.
8775
8776 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8777
8778         * data/evince-password.glade:
8779         
8780         Mark labels as not translatable. Fix for bug 302842.
8781
8782 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
8783
8784         * configure.ac: Added "es" to ALL_LINGUAS.
8785
8786 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8787
8788         * data/evince-toolbar.xml:
8789         * shell/ev-window.c: (update_action_sensitivity),
8790         (ev_window_setup_document), (ev_window_set_page_mode),
8791         (ev_window_init):
8792
8793         Remove some leftover code from jrb first continous
8794         attempt. Use the new actions, we still need good icons
8795         though...
8796
8797 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8798
8799         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
8800
8801         Update label when connecting proxy. Fix a warning with NULL
8802         page_cache.
8803
8804 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8805
8806         * data/evince-ui.xml:
8807         * shell/ev-page-action.c: (ev_page_action_grab_focus):
8808         * shell/ev-page-action.h:
8809         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
8810
8811         Add mnemonic for edit toolbar.
8812         ctrl+l focus the page entry.
8813
8814 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8815
8816         * lib/Makefile.am:
8817         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
8818         (ev_window_init):
8819         * shell/main.c: (main):
8820
8821         Put the toolbar xml in evince own dot dir
8822
8823 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8824
8825         * shell/ev-window.c: (ev_window_init):
8826
8827         Make the toolbar not removable
8828
8829 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8830
8831         * data/evince-ui.xml:
8832         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
8833         * shell/ev-sidebar-links.h:
8834         * shell/ev-sidebar-thumbnails.c:
8835         (ev_sidebar_thumbnails_get_treeview):
8836         * shell/ev-sidebar-thumbnails.h:
8837         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
8838         (ev_view_class_init):
8839         * shell/ev-view.h:
8840         * shell/ev-window.c: (update_action_sensitivity),
8841         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
8842         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
8843         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
8844         (ev_window_init):
8845
8846         This is evil... Make space/backspace global accelerators but
8847         enable them only for some widgets (sidebars and view).
8848         I dont like it, but I dont know a better way... :/
8849
8850 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8851
8852         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
8853         (ev_page_action_widget_finalize),
8854         (ev_page_action_widget_class_init), (update_page_cache):
8855
8856         Keep a weak reference on proxy->page_cache so that we
8857         dont try to disconnect the signal if the object is already
8858         gone. Maybe there is a better way to cleanup reference handling
8859         in page action though...
8860
8861 2005-05-10  Juerg Billeter  <j@bitron.ch>
8862
8863         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8864         * backend/ev-ps-exporter.h:
8865         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
8866         * ps/ps-document.c: (ps_document_ps_export_begin):
8867         
8868         Change api to pass print range to ps_exporter_begin. The pdf backend
8869         requires this information.
8870         
8871         * shell/ev-print-job.c: (idle_print_handler):
8872         
8873         Adapt to api change
8874
8875 2005-05-10  Juerg Billeter  <j@bitron.ch>
8876
8877         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
8878         (idle_print_handler)
8879         * shell/ev-window.c: (ev_window_print):
8880
8881         Support printing page range, based on patch by Amaury Jacquot
8882
8883 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8884
8885         * data/evince-toolbar.xml:
8886
8887         Add zoom control to available items
8888
8889 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8890
8891         * shell/ev-window.c: (update_action_sensitivity):
8892
8893         Set slash action insensitive when appropriate
8894
8895 2005-05-10  Christian Persch <chpe@gnome.org>
8896
8897         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
8898
8899         Fix warning on the overflow menu
8900
8901 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8902
8903         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
8904
8905         Check for uri correctness/existence
8906
8907 2005-05-09  Juerg Billeter  <j@bitron.ch>
8908
8909         * shell/ev-window.c: (using_postscript_printer):
8910
8911         LPD printers use postscript, too
8912
8913 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8914
8915         * shell/ev-window.c: (register_custom_actions):
8916
8917         The zoom one is actually sort of useful,
8918         put it back
8919
8920 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8921
8922         * shell/ev-window.c: (register_custom_actions):
8923
8924         Hide page/zoom controls from overflow, they
8925         are useless.
8926
8927 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8928
8929         * cut-n-paste/update-from-egg.sh:
8930         
8931         Share it between all cut-n-paste subdirs
8932
8933         * cut-n-paste/recent-files/Makefile.am:
8934
8935         Fix to use "global" update-from-egg.sh
8936
8937         * cut-n-paste/recent-files/egg-recent-model.c:
8938         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
8939         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8940         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
8941         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
8942
8943         Update from libegg
8944
8945         * cut-n-paste/toolbar-editor/Makefile.am:
8946
8947         Fix to use "global" update-from-egg.sh
8948
8949         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8950
8951         Update from libegg
8952
8953 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
8954
8955         * configure.ac:
8956         * cut-n-paste/Makefile.am:
8957         * cut-n-paste/recent-files/Makefile.am:
8958         * cut-n-paste/toolbar-editor/.cvsignore:
8959         * cut-n-paste/toolbar-editor/Makefile.am:
8960         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8961         (egg_editable_toolbar_get_type), (get_toolbar_position),
8962         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
8963         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
8964         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
8965         (set_item_drag_source), (create_item_from_action), (create_item),
8966         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
8967         (popup_toolbar_context_menu_cb), (free_dragged_item),
8968         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
8969         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
8970         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
8971         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
8972         (item_added_cb), (item_removed_cb),
8973         (egg_editable_toolbar_construct),
8974         (egg_editable_toolbar_disconnect_model),
8975         (egg_editable_toolbar_deconstruct),
8976         (egg_editable_toolbar_set_model),
8977         (egg_editable_toolbar_set_ui_manager),
8978         (egg_editable_toolbar_set_property),
8979         (egg_editable_toolbar_get_property),
8980         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
8981         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
8982         (egg_editable_toolbar_new_with_model),
8983         (egg_editable_toolbar_get_edit_mode),
8984         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
8985         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
8986         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
8987         (new_pixbuf_from_widget), (new_separator_pixbuf),
8988         (update_separator_image), (style_set_cb),
8989         (_egg_editable_toolbar_new_separator_image),
8990         (egg_editable_toolbar_get_model):
8991         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8992         * cut-n-paste/toolbar-editor/egg-marshal.c:
8993         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8994         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
8995         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
8996         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
8997         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
8998         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
8999         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
9000         (editor_drag_data_delete_cb), (drag_data_get_cb),
9001         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
9002         (editor_create_item), (update_editor_sheet), (setup_editor),
9003         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
9004         (parse_item_list), (model_has_action), (update_actions_list),
9005         (egg_toolbar_editor_load_actions):
9006         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
9007         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9008         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
9009         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
9010         (toolbars_item_new), (free_toolbar_node), (free_item_node),
9011         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
9012         (egg_toolbars_model_add_separator), (impl_add_item),
9013         (parse_item_list), (egg_toolbars_model_add_toolbar),
9014         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
9015         (impl_get_item_data), (impl_get_item_type),
9016         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
9017         (egg_toolbars_model_init), (free_toolbar),
9018         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
9019         (egg_toolbars_model_remove_toolbar),
9020         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
9021         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
9022         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
9023         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
9024         (egg_toolbars_model_get_item_data),
9025         (egg_toolbars_model_get_item_type):
9026         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9027         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9028         * data/Makefile.am:
9029         * data/evince-toolbar.xml:
9030         * data/evince-ui.xml:
9031         * data/hand-open.png:
9032         * po/POTFILES.in:
9033         * shell/Makefile.am:
9034         * shell/ev-window.c: (update_chrome_visibility),
9035         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
9036         (ev_window_dispose), (ev_window_init):
9037
9038         Implement epiphany like toolbar editor. Based on patch by
9039         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9040
9041 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9042
9043         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
9044
9045         Use set_cursor instead of set_selection, so that
9046         the keyboard focus moves too.
9047
9048 2005-05-09  Aleksey Kliger <akliger@gmail.com>
9049
9050         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
9051
9052         Fix infinite loop when loading Type1 fonts
9053
9054 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9055
9056         * data/evince-ui.xml:
9057         * shell/ev-window.c:
9058
9059         Slash -> Find
9060
9061 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
9062
9063         * configure.ac:
9064
9065         Make --disable really disable
9066
9067 2005-05-07  Juerg Billeter  <j@bitron.ch>
9068
9069         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
9070
9071         Compare page labels even without has_labels set, fixes setting page
9072         with entry
9073
9074 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9075
9076         * shell/ev-view.c: (ev_view_create_invisible_cursor),
9077         (ev_view_set_cursor), (ev_view_button_press_event),
9078         (ev_view_motion_notify_event), (ev_view_button_release_event),
9079         (ev_view_init):
9080
9081         Implement middle button scrolling. Based on a patch
9082         by Tommi Komulainen <tommi.komulainen@iki.fi>.
9083
9084 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
9085
9086         * shell/ev-document-types.c: (get_slow_mime_type),
9087         (get_document_type_from_mime), (ev_document_type_lookup):
9088         * shell/ev-document-types.h:
9089
9090         Change api to lookup from uri. Do fast lookup first, if the
9091         type is unknown try with data sniffing.
9092
9093         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
9094         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9095
9096         Adapt to api change
9097
9098 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9099
9100         * thumbnailer/Makefile.am:
9101
9102         Fix distcheck
9103
9104 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9105
9106         * NEWS:
9107         * configure.ac:
9108
9109         Release 0.3.0
9110
9111         * data/evince-ui.xml:
9112
9113         Hide presentation mode for now
9114
9115         * shell/ev-view.c: (highlight_find_results):
9116
9117         Show current find selection only on current page
9118
9119 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9120
9121         * shell/ev-view.c: (ev_view_select_all):
9122
9123         Compute size of the actual page, not of
9124         the current one.
9125
9126 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9127
9128         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
9129         (view_rect_to_doc_rect), (compute_selections),
9130         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
9131         (ev_view_copy), (ev_view_primary_get_cb),
9132         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
9133         (ev_view_button_press_event), (ev_view_motion_notify_event),
9134         (ev_view_button_release_event), (page_changed_cb):
9135
9136         Fix text selection
9137
9138 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9139
9140         * shell/ev-view.c: (compute_border), (get_page_extents),
9141         (doc_rect_to_view_rect), (highlight_find_results),
9142         (ev_view_bin_expose), (ev_view_select_all),
9143         (ev_view_motion_notify_event), (update_find_status_message),
9144         (jump_to_find_result), (jump_to_find_page):
9145
9146         First go at fixing search, still buggy
9147
9148 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
9149
9150         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
9151         dropdown box and button at the top of the sidebar.
9152
9153 2005-05-02  James Bowes  <bowes@cs.dal.ca>
9154
9155         * configure.ac: Output zoom-control Makefile.
9156         * cut-n-paste/Makefile.am: build zoom-control subdir.
9157         * cut-n-paste/zoom-control/ephy-zoom-action.c:
9158         * cut-n-paste/zoom-control/ephy-zoom-action.h:
9159         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9160         * cut-n-paste/zoom-control/ephy-zoom-control.h:
9161         * cut-n-paste/zoom-control/ephy-zoom.c:
9162         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
9163         from epiphany, and modified to add a separator into the menu.
9164         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
9165         * data/evince-ui.xml: Replace old zoom toolbar actions with new
9166         zoom-control action.
9167         * shell/Makefile.am: Include zoom-control flags.
9168         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
9169         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
9170         (ev_view_zoom_for_size_presentation),
9171         (ev_view_zoom_for_size_continuous_and_dual_page),
9172         (ev_view_zoom_for_size_continuous),
9173         (ev_view_zoom_for_size_dual_page),
9174         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
9175         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
9176         ev_view_get_zoom and ev_view_get_sizing_mode.
9177         * shell/ev-view.h:
9178         * shell/ev-window.c: (update_action_sensitivity),
9179         (update_sizing_buttons), (zoom_control_changed_cb),
9180         (register_custom_actions): Initialize and use the zoom-control 
9181         widget.
9182
9183 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
9184
9185         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
9186         preview cache back to 1.  Don't know when it got set to 0.
9187         
9188         * shell/ev-view.c: (compute_border), (ev_view_realize),
9189         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
9190         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
9191         (ev_view_get_fullscreen), (ev_view_set_presentation),
9192         (ev_view_get_presentation), (ev_view_set_sizing_mode),
9193         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
9194         * shell/ev-view.h:
9195         * shell/ev-window.c:
9196         (update_chrome_visibility),
9197         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9198         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9199         (update_document_mode), (ev_window_update_fullscreen_action),
9200         (ev_window_fullscreen), (ev_window_unfullscreen),
9201         (ev_window_cmd_view_fullscreen),
9202         (ev_window_update_presentation_action),
9203         (ev_window_run_presentation), (ev_window_stop_presentation),
9204         (ev_window_cmd_view_presentation), (ev_window_state_event),
9205         (ev_window_focus_in_event), (ev_window_focus_out_event),
9206         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
9207         * data/evince-ui.xml: Initial presentation mode.  We should
9208         probably hide this until it's done, as it's quite rough.  Also,
9209         change full-screen to fullscreen and add two getters to EvView.
9210
9211 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9212
9213         * shell/ev-page-action.c: (update_page_cache),
9214         (ev_page_action_dispose):
9215         * shell/ev-window.c: (destroy_fullscreen_popup),
9216         (ev_window_create_fullscreen_popup):
9217
9218         Use connect_object rather than explicitly
9219         disconnect on dispose.
9220
9221 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9222
9223         * shell/ev-page-action.c: (update_page_cache),
9224         (ev_page_action_dispose):
9225
9226 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9227
9228         * backend/ev-page-cache.c: (_ev_page_cache_new),
9229         (ev_page_cache_set_page_label),
9230         (ev_page_cache_has_nonnumeric_page_labels):
9231         * backend/ev-page-cache.h:
9232         * shell/ev-page-action.c: (update_pages_label):
9233         
9234         If all page labels are numeric, fallback to default
9235         way to display number of pages. See bug 173185.
9236
9237 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9238
9239         * shell/ev-page-action.c: (ev_page_action_dispose):
9240         * shell/ev-view.c: (view_update_range_and_current_page):
9241         * shell/ev-window.c: (ev_window_dispose):
9242         
9243         Set page on scroll in continuous mode. Fixes bug 301986.
9244         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
9245
9246 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
9247
9248         * configure.ac:
9249
9250         Require poppler 0.3.0
9251
9252 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9253         
9254         * shell/Makefile.am, configure.ac: Fix build problems
9255         with t1lib. Bug 301996.
9256
9257 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9258
9259         * shell/ev-view.c: (ev_view_scroll_event):
9260         
9261         Scroll up increase zoom
9262
9263 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9264
9265         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
9266         (ev_view_set_sizing_mode),
9267         (ev_view_zoom_for_size_continuous_and_dual_page),
9268         (ev_view_zoom_for_size_continuous):
9269         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
9270         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
9271         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
9272         (ev_window_init):
9273
9274         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
9275         Fix for 165473 and 165472.
9276
9277 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9278
9279         * po/POTFILES.in:
9280         * thumbnailer/Makefile.am:
9281         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
9282         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
9283         * thumbnailer/evince-thumbnailer.schemas.in:
9284         
9285         Make thumbnailer schemas translatable. Fix for bug 301773
9286         
9287         * thumbnailer/evince-thumbnailer-djvu.schemas:
9288         * thumbnailer/evince-thumbnailer-dvi.schemas:
9289         * thumbnailer/evince-thumbnailer.schemas:
9290
9291         Removed files
9292
9293 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
9294
9295         * shell/ev-view.c (ev_view_init): forgot to set this.
9296
9297 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
9298
9299         * shell/ev-view.c: (find_page_at_location),
9300         (get_link_at_location),
9301         (ev_view_set_show_border), (ev_view_set_spacing),
9302         (ev_view_zoom_for_size_continuous_and_dual_page),
9303         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
9304         Also, add a quick fix measuring of widths.  Also, removed
9305         ev_view_set_spacing and ev_view_set_show_border.
9306         
9307         * shell/ev-window.c: (ev_window_unfullscreen),
9308         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
9309
9310 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9311
9312         * shell/ev-view.c: (view_update_range_and_current_page),
9313         (page_changed_cb):
9314         
9315         Fix crash on exit and scrolling to page in continuous view.
9316
9317 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
9318
9319         * TODO:
9320         * backend/ev-page-cache.c: (_ev_page_cache_new),
9321         (ev_page_cache_get_max_width_size),
9322         (ev_page_cache_get_max_height_size):
9323         * backend/ev-page-cache.h:
9324         * data/evince-ui.xml:
9325         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
9326         * shell/ev-view.c: (view_update_adjustments),
9327         (view_update_range_and_current_page), (get_bounding_box_size),
9328         (ev_view_size_request_continuous_and_dual_page),
9329         (ev_view_size_request_continuous),
9330         (ev_view_size_request_dual_page),
9331         (ev_view_size_request_single_page), (ev_view_size_request),
9332         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
9333         (ev_view_bin_expose), (ev_view_expose_event),
9334         (ev_view_set_property), (ev_view_get_property),
9335         (ev_view_class_init), (ev_view_init), (ev_view_new),
9336         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
9337         (ev_view_set_dual_page), (ev_view_set_full_screen),
9338         (ev_view_set_presentation), (ev_view_set_sizing_mode),
9339         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
9340         (ev_view_zoom_out), (zoom_for_size_fit_width),
9341         (zoom_for_size_best_fit),
9342         (ev_view_zoom_for_size_continuous_and_dual_page),
9343         (ev_view_zoom_for_size_continuous),
9344         (ev_view_zoom_for_size_dual_page),
9345         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9346         (ev_view_show_cursor), (ev_sizing_mode_get_type):
9347         * shell/ev-view.h:
9348         * shell/ev-window.c: (update_action_sensitivity),
9349         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9350         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9351         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
9352         (ev_window_cmd_view_zoom_out), (update_view_size),
9353         (ev_window_set_sizing_mode), (ev_window_init):
9354
9355         Add Continuous and Dual page modes.
9356
9357 2005-04-23  James Bowes  <bowes@cs.dal.ca>
9358
9359         * dvi/dvi-document.c: (dvi_document_load),
9360         (dvi_document_thumbnails_get_thumbnail),
9361         (dvi_document_init_params): Fix up some mixups between
9362         width and height to correct thumbnail rendering.
9363
9364 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9365
9366         * dvi/mdvi-lib/private.h:
9367         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
9368         
9369         Suppess output for kpathsea during font generation. Thanks to
9370         James Bowes
9371
9372 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
9373
9374         * NEWS:
9375         * configure.ac:
9376
9377         Release 0.2.1
9378
9379         * Makefile.am: fix distcheck.
9380
9381 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9382
9383         * shell/ev-sidebar-links.c: (selection_changed_callback),
9384         (update_page_callback), (row_activated_callback),
9385         (job_finished_callback), (ev_sidebar_links_set_document):
9386         
9387         Fix for bug #169901. Double click on links expands tree.
9388
9389 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
9390
9391         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
9392         hard-coded style. Fix for bug 170111
9393
9394 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
9395
9396         * shell/ev-view.c (highlight_find_results): Remove unnecessary
9397         locking.
9398
9399 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9400
9401         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
9402
9403 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
9404
9405         * pdf/ev-poppler.cc:
9406         * shell/ev-view.c: (highlight_find_results):
9407
9408         Fix find on single page documents
9409
9410 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9411
9412         * data/evince.schemas.in: fix for bug 301390
9413
9414 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9415
9416         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
9417         (ev_view_zoom_out), (ev_view_zoom_normal):
9418         * shell/ev-view.h:
9419         * shell/ev-window.c: (update_action_sensitivity),
9420         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9421         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
9422         (ev_window_cmd_view_normal_size):
9423
9424         Fix normal size zoom. Make zoom in/zoom out unsensitive when
9425         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
9426         better than oom. 
9427
9428 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9429
9430         * configure.ac:
9431
9432         Depend on 2.57, 2.59 doesnt seem to be necessary
9433
9434 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9435
9436         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
9437         (create_tool_item):
9438
9439         Put back total number of pages as (1 of 1234)
9440
9441 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
9442
9443         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
9444         remove the job.
9445
9446         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
9447         function.  This helps debugging.
9448
9449 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9450
9451         * djvu/djvu-document.c: (djvu_document_class_init),
9452         (djvu_document_get_info), (djvu_document_document_iface_init):
9453         * dvi/dvi-document.c: (dvi_document_class_init),
9454         (dvi_document_get_info), (dvi_document_document_iface_init):
9455
9456         Dummy implementation of get_info method for dvi and
9457         djvu. Fix crashes with those backends
9458
9459 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
9460
9461         * data/evince.desktop.in:
9462
9463         Add application/x-gzpostscript
9464
9465 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
9466
9467         * data/evince.schemas.in: Added real long descriptions, 
9468         closes bug 172496 
9469
9470         * README: Added actual text, closes bug 171869
9471
9472 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9473
9474         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9475
9476         Thumbnail page 0
9477
9478 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9479
9480         * backend/ev-document-info.h:
9481
9482         s/GDate */GDate so we can just use g_free
9483
9484 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9485
9486         * shell/ev-window.c: (update_document_mode),
9487         (ev_window_setup_document):
9488
9489         Show the window in fullscreen when specified by
9490         the document
9491
9492 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9493
9494         * backend/ev-document.c: (ev_document_class_init),
9495         (ev_document_get_info), (ev_document_render_pixbuf):
9496         * backend/ev-document.h:
9497         * backend/ev-page-cache.c: (_ev_page_cache_new):
9498         * pdf/ev-poppler.cc:
9499         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
9500         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
9501         * ps/ps-document.c: (ps_document_class_init), (document_load),
9502         (ps_document_get_info), (ps_document_document_iface_init):
9503
9504         Remove get_title from the interface, we can just use document info
9505
9506 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9507
9508         * backend/Makefile.am:
9509         * backend/ev-document.c: (ev_document_render_get_info):
9510         * backend/ev-document.h:
9511         * pdf/ev-poppler.cc:
9512
9513         Initial support for document info. Based on jrb patch.
9514
9515 2005-04-19  Paolo Borelli <pborelli@katamail.com>
9516
9517         * shell/ev-window.c: (ev_window_state_event),
9518         (ev_window_class_init), (ev_window_init):
9519         
9520         Doesn't show resize grip when maximized. See bug #301053
9521
9522 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9523
9524         * po/POTFILES.in:
9525         
9526         ev-sidebar-thumbnails now has translatable labels
9527         
9528         * shell/Makefile.am:
9529         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
9530         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
9531         (ev_sidebar_links_page_iface_init):
9532         * shell/ev-sidebar-links.h:
9533         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9534         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
9535         (ev_sidebar_page_get_label):
9536         * shell/ev-sidebar-page.h:
9537         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
9538         (ev_sidebar_thumbnails_set_document),
9539         (ev_sidebar_thumbnails_support_document),
9540         (ev_sidebar_thumbnails_get_label),
9541         (ev_sidebar_thumbnails_page_iface_init):
9542         * shell/ev-sidebar-thumbnails.h:
9543         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
9544         (ev_sidebar_set_document):
9545         * shell/ev-sidebar.h:
9546         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
9547         
9548         Small rework of sidebar code. Now sidebar pages should implement
9549         EvSidebarPage interface. That makes page management in EvSidebar
9550         easier. See bug #164811 for details
9551
9552 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9553
9554         * shell/ev-application.c: (ev_application_open):
9555         * shell/ev-document-types.c:
9556         
9557         Fix build error and small problem with application exit
9558
9559 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9560
9561         * thumbnailer/Makefile.am:
9562         * thumbnailer/evince-thumbnailer-djvu.schemas:
9563         * thumbnailer/evince-thumbnailer-dvi.schemas:
9564         
9565         Conditionally install schemas for djvu/dvi thumbnailer
9566
9567 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
9568
9569         * shell/ev-document-types.h: 
9570         * shell/ev-document-types.c: 
9571         New files, handling the mapping from mimetypes to backends
9572         
9573         * shell/ev-window.c: 
9574         * thumbnailer/evince-thumbnailer.c:     
9575         Use the ev-document-types code
9576         
9577         * shell/Makefile.am: 
9578         Added new convenience library libevbackendfactory_la, containing
9579         the new mimetype->backend logic; moved the backends into it.
9580
9581         * thumbnailer/Makefile.am:
9582         Make the thumbnailer link with the libevbackend.la convenience
9583         library, rather than having a duplicate of the backend logic here.
9584
9585 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
9586
9587         * shell/ev-stock-icons.c: constify some vars.
9588         * shell/ev-window.c: ditto.
9589
9590 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
9591
9592         * ps/ps-document.c (get_page_orientation):
9593
9594         Respect document orientation 
9595
9596 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9597
9598         * djvu/Makefile.am:
9599         * dvi/Makefile.am:
9600         * shell/Makefile.am:
9601         
9602         Move library dependencies to components.
9603         
9604         * shell/ev-window.c: (update_window_title),
9605         (start_loading_document):
9606         
9607         Fix display of uris with spaces. Bug 168358.
9608
9609 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
9610
9611         * shell/ev-sidebar-links.c: (selection_changed_cb):
9612         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
9613         (ev_view_button_release_event), (ev_view_set_document):
9614         * shell/ev-view.h:
9615         * shell/ev-window.c: (find_bar_search_changed_cb):
9616         * shell/ev-window.h: Minor cleanups removing some dead code.
9617
9618 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9619
9620         * backend/ev-page-cache.c: (_ev_page_cache_new):
9621         
9622         Set current page to 0 if document has pages.
9623
9624 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9625
9626         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9627
9628         Initialize GError to NULL, fix a crash when loading fails.
9629
9630 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9631
9632         * shell/ev-window.c: (update_view_size):
9633
9634         Calculate shadow size only when there is actually
9635         a shadow.
9636
9637 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9638
9639         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
9640         * shell/ev-view.h:
9641
9642         Allow setting view spacing, default to 0
9643
9644         * shell/ev-window.c: (ev_window_unfullscreen),
9645         (ev_window_cmd_view_fullscreen), (ev_window_init):
9646
9647         Remove spacing in fullscreen mode
9648
9649 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9650
9651         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
9652         (ev_view_size_request), (expose_bin_window),
9653         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
9654         * shell/ev-view.h:
9655         * shell/ev-window.c: (ev_window_unfullscreen),
9656         (ev_window_cmd_view_fullscreen):
9657
9658         Do not draw the border in fulscreen
9659
9660 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9661
9662         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
9663         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
9664         (find_page_at_location), (page_changed_cb):
9665
9666         Rework border calculation, so that I can more easily disable it.
9667         Code somewhat cleaner too.
9668
9669 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9670
9671         * backend/ev-page-cache.c: (ev_page_cache_init),
9672         (_ev_page_cache_new):
9673
9674         Remove some assertions, documents can have 0 pages.
9675         Make initial current page -1.
9676
9677         * shell/ev-page-action.c: (page_changed_cb):
9678
9679         Show "" if current page is -1
9680
9681         * shell/ev-window.c: (update_action_sensitivity),
9682         (ev_window_setup_document):
9683
9684         When document has 0 pages do not set the view
9685         and make nearly everything insensitive.
9686
9687 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9688
9689         * shell/ev-page-view.c:
9690         * shell/ev-page-view.h:
9691
9692         Remove unused files.
9693         
9694         * shell/ev-sidebar-thumbnails.c:
9695         (ev_sidebar_thumbnails_set_document):
9696         * shell/ev-sidebar.c: (ev_sidebar_set_document),
9697         (ev_sidebar_supports_document):
9698         * shell/ev-sidebar.h:
9699         * shell/ev-window.c: (ev_window_setup_document):
9700         
9701         Doesn't show thumbnails if document has 1 page. Make
9702         sidebar menu entries sensitive only if if they have 
9703         sense. Fix bug 164811. 
9704
9705 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9706
9707         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
9708         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
9709         (ev_view_zoom_out), (ev_view_set_size):
9710
9711         Rework sizing to deal with documents with not uniform page
9712         size.
9713
9714 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9715
9716         * backend/ev-page-cache.c: (_ev_page_cache_new):
9717
9718         Fix several page size caching bugs
9719
9720 2005-04-15  Luca Ferretti <elle.uca@libero.it>
9721
9722         * shell/ev-window.c: (set_action_properties):
9723
9724         Make all toolbar items translatable
9725
9726 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9727
9728         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
9729         (save_page_list), (ps_document_save),
9730         (ps_document_document_iface_init), (ps_document_ps_export_begin),
9731         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
9732         (ps_document_ps_exporter_iface_init):
9733         * ps/ps-document.h:
9734
9735         Based on a patch by J�rg Billeter <j@bitron.ch>
9736         
9737         Implement print and save a copy for the ps backend.
9738
9739 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
9740
9741         * backend/ev-document.h:
9742         * djvu/djvu-document.c: (djvu_document_can_get_text),
9743         (djvu_document_document_iface_init):
9744         * dvi/dvi-document.c: (dvi_document_can_get_text),
9745         (dvi_document_document_iface_init):
9746         * pdf/ev-poppler.cc:
9747         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
9748         (pixbuf_document_document_iface_init):
9749         * ps/ps-document.c: (ps_document_can_get_text),
9750         (ps_document_document_iface_init):
9751         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
9752         * shell/ev-window.c: (update_action_sensitivity):
9753
9754         Fix the crash when trying to copy in backends that doesnt
9755         support it. We can implement a better solution once we
9756         do real text selection.
9757
9758 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
9759
9760         * data/evince-ui.xml:
9761         * shell/ev-window.c: (ev_window_cmd_escape):
9762         
9763         Work around the Escape conflict (find bar and unfullscreen)
9764
9765 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9766
9767         * backend/ev-page-cache.c: (ev_page_cache_next_page):
9768         
9769         Fix for #300233. Next page correctly handles document end.
9770         
9771         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9772         (ev_sidebar_thumbnails_class_init),
9773         (ev_sidebar_thumbnails_set_document),
9774         (ev_sidebar_thumbnails_clear_job),
9775         (ev_sidebar_thumbnails_clear_model):
9776         
9777         Cleanup thumbnail jobs on document changes.
9778         
9779         * shell/ev-view.c: (add_scroll_binding_keypad),
9780         (add_scroll_binding_shifted), (ev_view_class_init):
9781         
9782         Shift + Space scrolls up. Fix for #173184
9783         
9784         * shell/ev-window.c: (ev_window_open_page),
9785         (ev_window_cmd_view_reload):
9786         
9787         Fix reload (Bug #300094)
9788
9789 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9790
9791         
9792         * dvi/mdvi-lib/assoc.c:
9793         * dvi/mdvi-lib/assoc.h: Removed garbage files
9794         
9795         * dvi/mdvi-lib/bitmap.c:
9796         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
9797         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
9798         * dvi/mdvi-lib/color.h: Antialias of rules
9799         
9800         * dvi/mdvi-lib/common.h:
9801         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
9802         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
9803         * dvi/mdvi-lib/files.c:
9804         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
9805         * dvi/mdvi-lib/mdvi.h:
9806         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9807         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
9808         * dvi/mdvi-lib/util.c: Fix compile warnings
9809         
9810         * dvi/dvi-document.c:
9811         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
9812         (dvi_document_thumbnails_get_thumbnail),
9813         (dvi_document_document_thumbnails_iface_init):
9814         * dvi/mdvi-lib/Makefile.am:
9815         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9816         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
9817         
9818         Dvi backend now renders thumbnails
9819
9820 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
9821
9822         * shell/main.c: (main): 
9823         
9824         Save accelerators on exit. Fixes bug #172095.
9825
9826 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
9827
9828         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
9829         update priority" comment.
9830
9831         * backend/ev-job-queue.c: Give a way to change priority.
9832
9833 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
9834
9835         * shell/ev-page-action.c: Fix logic.
9836
9837 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9838
9839         * shell/ev-view.c: (ev_view_can_find_next):
9840         * shell/ev-window.c: (ev_window_setup_document):
9841
9842         Check that the document supports find
9843
9844 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9845
9846         * data/evince-ui.xml:
9847         * shell/ev-view.c: (ev_view_can_find_next):
9848         * shell/ev-view.h:
9849         * shell/ev-window.c: (update_action_sensitivity),
9850         (find_changed_cb), (ev_window_setup_document),
9851         (ev_window_cmd_edit_find_next):
9852
9853         Add Edit->Find Next
9854
9855 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9856
9857         * pdf/ev-poppler.cc:
9858         * shell/ev-print-job.c: (idle_print_handler):
9859
9860         Make printing work again
9861
9862 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
9863
9864         * shell/ev-page-action.h:
9865         * shell/ev-page-action.c: (ev_page_action_widget_init),
9866         (ev_page_action_widget_class_init), (page_changed_cb),
9867         (create_tool_item), (update_page_cache), (build_new_tree_cb),
9868         (get_filter_model_from_model), (match_selected_cb),
9869         (display_completion_text), (match_completion), (update_model),
9870         (connect_proxy), (ev_page_action_set_property),
9871         (ev_page_action_get_property), (ev_page_action_set_document),
9872         (ev_page_action_set_model), (ev_page_action_class_init): Big
9873         reworking to make completions work iff we have >= GTK-2.7.0
9874                 
9875         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
9876         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
9877         (job_finished_cb): We now have a 'model' property that is set when
9878         the links are loaded.  This can be caught with "notify::model"
9879
9880         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
9881         listen for the model to be set, and propagate it to the action.
9882
9883 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9884
9885         * cut-n-paste/recent-files/egg-recent-item.c:
9886         (egg_recent_item_set_uri), (make_valid_utf8),
9887         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
9888         * cut-n-paste/recent-files/egg-recent-item.h:
9889         
9890         Update egg-recent from libegg. This should fix long
9891         startup problem. For details see
9892         http://bugzilla.gnome.org/show_bug.cgi?id=160531
9893
9894 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9895
9896         * cut-n-paste/recent-files/Makefile.am:
9897         * data/evince-ui.xml, shell/Makefile.am:
9898         * shell/ev-application.c, shell/ev-application.h:
9899         * shell/ev-window.c: Recent files support.
9900         
9901         * configure.ac: Added "ru" to ALL_LINGUAS.
9902         
9903         * dvju: new backend to support DJVU files.
9904         * dvi: new backend to support DVI.
9905
9906         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
9907         * ev-application.c: Support for new backends.
9908         
9909         * help, ev-window.c, main.c shell/Makefile.am: 
9910         Evince user documentation.
9911
9912 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9913
9914         * po/POTFILES.in:
9915         * shell/ev-window.c:
9916         * thumbnailer/evince-thumbnailer.c:
9917
9918         s/pdf-document/ev-poppler
9919
9920 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9921
9922         * NEWS:
9923         * configure.ac:
9924
9925         Release 0.2.0
9926
9927         * ps/ps-document.c: (setup_pixmap):
9928
9929         Remove debug code
9930
9931 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
9932
9933         * backend/ev-page-cache.c (ev_page_cache_next_page): 
9934         * shell/ev-window.c (ev_window_cmd_go_next_page) 
9935         (ev_window_cmd_go_first_page): Fix of by one errors.
9936
9937 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9938
9939         * ps/ps-document.c: (get_page_box):
9940
9941         Fix page size calculation
9942
9943 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9944
9945         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9946         (ps_document_cleanup), (setup_pixmap), (get_page_box),
9947         (get_page_orientation), (setup_page), (document_load),
9948         (ps_document_get_page_size), (render_pixbuf_idle):
9949         * ps/ps-document.h:
9950
9951         More refactoring to adapt to EvDocument changes
9952
9953 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9954
9955         * ps/ps-document.c: (start_interpreter):
9956
9957         Actually add alpha args
9958
9959 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9960
9961         * pdf/ev-poppler.cc:
9962
9963         Make clipboard work again
9964
9965 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
9966
9967         Make searching work again.
9968         
9969         * backend/ev-document.c:
9970         * backend/ev-document.h:
9971         * backend/ev-document-find.c:
9972         * backend/ev-document-find.h: Change EvDocumentIface so we no
9973         longer store the current page or zoom level in the document.  The
9974         consequence is that all calls that operate on the current page now
9975         instead take the page number as an extra argument, and all
9976         coordinates are now doubles in document coordinate system.
9977
9978         * pdf/ev-poppler.cc:
9979         * pixbuf/pixbuf-document.c:
9980         * ps/ps-document.c: Update backends accordingly.
9981
9982 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
9983
9984         * autogen.sh:
9985
9986         Add required gettext version
9987
9988 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
9989
9990         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
9991         make F1 bring up non-existent help.
9992
9993         * shell/eggfindbar.c: Patch from Christian Persch to sync to
9994         epiphany's find bar, #167477
9995
9996         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
9997         <emil@nishra.com> to add space-bar scrolling, 
9998
9999         * shell/ev-window.c (static GtkActionEntry entries): add default
10000         keybinding for Help (F1)
10001         Fixes #171068
10002
10003         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
10004         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
10005         170110
10006
10007 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
10008
10009         * Makefile.am: 
10010         * pixbuf/pixbuf-document.c: 
10011
10012         Got pixbuf backend working again
10013
10014 2005-04-01  Steve Murphy  <murf@e-tools.com>
10015
10016         * configure.in: Added "rw" to ALL_LINGUAS.
10017
10018 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
10019
10020         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
10021         model types, noticed by Martin Kretzschmar.
10022
10023 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
10024
10025         * pdf/ev-poppler.cc: Implement search based on
10026         poppler_page_find_text().  Currently a bit crude since we remember
10027         all matches from all pages.  Also, we grab the big document lock
10028         when we search since searching changes the underlying stream and
10029         thus conflicts with the rendering thread.
10030         
10031         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10032         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
10033         (ev_view_find_previous): Fix some page indexes to be 0 based,
10034         offset rubber band by view offset,
10035
10036 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
10037
10038         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
10039
10040 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
10041
10042         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
10043         completely because I didn't understand GtkActions.  I should
10044         read Marco's code more carefully in the future.
10045
10046         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
10047         function
10048
10049 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
10050
10051         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
10052         PopplerRectangle change from poppler CVS.
10053
10054 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
10055
10056         * backend/ev-document.c: (ev_document_get_page_label):
10057         * backend/ev-document.h:
10058         * backend/ev-page-cache.c: (_ev_page_cache_new),
10059         (ev_page_cache_get_page_label):
10060         * backend/ev-page-cache.h:
10061         * pdf/ev-poppler.cc:
10062         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
10063         (links_page_num_func):
10064         * shell/ev-sidebar-thumbnails.c:
10065         (ev_sidebar_thumbnails_set_document):
10066         * shell/ev-view.c: (status_message_from_link),
10067         (ev_view_motion_notify_event):
10068         * shell/ev-window.c: (document_supports_sidebar): Add in page
10069         label support.  It's not perfect yet, but it's the first 'feature'
10070         in a while.
10071         Also, fix a bogus comment noticed by crispin. 
10072
10073 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
10074
10075         * Makefile.am: Remove pixbuf backend for now
10076
10077         * configure.ac: Require poppler-glib instead of just poppler.
10078
10079         * backend/ev-document-thumbnails.h: Add a comment
10080
10081         * backend/ev-document.h:
10082         * backend/ev-document.c: (ev_document_class_init),
10083         (ev_document_load), (ev_document_get_link),
10084         (ev_document_get_links): Remove 3 methods and add get_links.
10085         Also, made 0 based.
10086
10087         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10088         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
10089
10090         * backend/ev-link.c: (ev_link_set_title),
10091         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
10092         (ev_link_mapping_find):
10093         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
10094         
10095         * backend/ev-page-cache.c: (ev_page_cache_init),
10096         (_ev_page_cache_new), (ev_page_cache_set_current_page),
10097         (ev_page_cache_get_size), (ev_page_cache_next_page),
10098         (ev_page_cache_prev_page): Fix to be 0 based.
10099
10100         * pdf/Makefile.am: 
10101         * pdf/ev-poppler.h:
10102         * pdf/ev-poppler.cc: New backend.
10103         
10104         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
10105         (ps_document_get_page), (ps_document_document_iface_init):
10106
10107         * shell/ev-pixbuf-cache.h:
10108         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10109         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
10110         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
10111         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
10112         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
10113         Fix up code to grab a page cache per each doc.  Also, fix to be 0
10114         based.
10115         
10116         * shell/ev-sidebar-thumbnails.c:
10117         (ev_sidebar_tree_selection_changed), (page_changed_cb),
10118         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
10119
10120         * shell/ev-view.c: (status_message_from_link),
10121         (find_page_at_location), (get_link_at_location),
10122         (ev_view_motion_notify_event), (ev_view_button_release_event),
10123         (ev_view_init): Use the new link code.  Fix to be 0 based.
10124
10125         * shell/ev-window.c: (update_action_sensitivity),
10126         (document_supports_sidebar): 0 based.
10127
10128 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
10129
10130         * pdf/pdf-document.cc: Patch from Fernando Herrera
10131         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
10132         *blush*
10133
10134 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
10135
10136         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
10137         1 to the page, as this seems to be 1 based.  I thought we has this
10138         fixed.  grump.
10139
10140 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
10141
10142         * TODO:
10143         * backend/Makefile.am:
10144         * backend/ev-document-links.c:
10145         (ev_document_links_has_document_links),
10146         (ev_document_links_get_links_model):
10147         * backend/ev-document-links.h:
10148         * backend/ev-document.c: (ev_document_get_page_cache),
10149         (ev_document_get_doc_mutex), (ev_document_load),
10150         (ev_document_save), (ev_document_get_title),
10151         (ev_document_get_n_pages), (ev_document_set_page),
10152         (ev_document_get_page), (ev_document_set_target),
10153         (ev_document_set_scale), (ev_document_set_page_offset),
10154         (ev_document_get_page_size), (ev_document_get_text),
10155         (ev_document_get_link), (ev_document_render),
10156         (ev_document_render_pixbuf), (ev_document_scale_changed):
10157         * backend/ev-document.h:
10158         * backend/ev-job-queue.c: (remove_object_from_queue),
10159         (notify_finished), (handle_job), (search_for_jobs_unlocked),
10160         (no_jobs_available_unlocked), (ev_render_thread),
10161         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
10162         (ev_job_queue_remove_job):
10163         * backend/ev-job-queue.h:
10164         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10165         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10166         (ev_job_links_class_init), (ev_job_render_init),
10167         (ev_job_render_dispose), (ev_job_render_class_init),
10168         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10169         (ev_job_thumbnail_class_init), (ev_job_finished),
10170         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10171         (ev_job_render_run), (ev_job_thumbnail_new),
10172         (ev_job_thumbnail_run):
10173         * backend/ev-jobs.h:
10174         * backend/ev-link.c:
10175         * backend/ev-link.h:
10176         * backend/ev-page-cache.c: (ev_page_cache_init),
10177         (ev_page_cache_class_init), (ev_page_cache_finalize),
10178         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
10179         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10180         (ev_page_cache_set_link), (ev_page_cache_get_title),
10181         (ev_page_cache_get_size), (ev_page_cache_next_page),
10182         (ev_page_cache_prev_page):
10183         * backend/ev-page-cache.h:
10184         * pdf/pdf-document.cc:
10185         * ps/gsdefaults.c:
10186         * ps/gsdefaults.h:
10187         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10188         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
10189         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
10190         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
10191         (is_interpreter_ready), (output), (catchPipe), (input),
10192         (start_interpreter), (check_filecompressed), (compute_dimensions),
10193         (ps_document_enable_interpreter), (document_load),
10194         (ps_document_next_page), (render_page), (ps_document_set_page),
10195         (ps_document_set_scale), (render_pixbuf_idle),
10196         (ps_document_render_pixbuf), (ps_document_document_iface_init):
10197         * ps/ps-document.h:
10198         * shell/Makefile.am:
10199         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10200         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
10201         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
10202         (ev_pixbuf_cache_new), (job_finished_cb),
10203         (check_job_size_and_unref), (move_one_job),
10204         (ev_pixbuf_cache_update_range), (find_job_cache),
10205         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
10206         (ev_pixbuf_cache_add_jobs_if_needed),
10207         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
10208         * shell/ev-pixbuf-cache.h:
10209         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10210         (idle_print_handler):
10211         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
10212         (selection_changed_cb), (create_loading_model),
10213         (ev_sidebar_links_construct), (links_page_num_func),
10214         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
10215         (update_page_callback), (job_finished_cb),
10216         (ev_sidebar_links_set_document):
10217         * shell/ev-sidebar-thumbnails.c:
10218         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
10219         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
10220         (page_changed_cb), (thumbnail_job_completed_callback),
10221         (ev_sidebar_thumbnails_set_document):
10222         * shell/ev-sidebar-thumbnails.h:
10223         * shell/ev-sidebar.c: (ev_sidebar_set_document):
10224         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
10225         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
10226         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
10227         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
10228         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
10229         (ev_view_button_release_event), (ev_view_scroll_view),
10230         (ev_view_class_init), (ev_view_init), (update_find_status_message),
10231         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
10232         (ev_view_new), (job_finished_cb), (page_changed_cb),
10233         (ev_view_set_document), (go_to_link), (ev_view_zoom),
10234         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
10235         (ev_view_find_previous):
10236         * shell/ev-view.h:
10237         * shell/ev-window.c: (update_action_sensitivity),
10238         (ev_window_open_page), (update_window_title), (update_total_pages),
10239         (page_changed_cb), (ev_window_setup_document),
10240         (password_dialog_response), (ev_window_cmd_save_as),
10241         (ev_window_print), (ev_window_cmd_go_previous_page),
10242         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
10243         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
10244         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
10245         * shell/main.c: (main):
10246
10247         Merge evince-threads branch
10248
10249 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
10250
10251         * configure.ac: Added "lt" to ALL_LINGUAS.
10252
10253 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
10254
10255         * NEWS:
10256         * configure.ac:
10257
10258         Release 0.1.9
10259
10260 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
10261
10262         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10263
10264         Fix here also the thumbnails 1-basedness :)
10265
10266 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10267
10268         * NEWS:
10269         * configure.ac:
10270
10271         Release 0.1.8
10272
10273 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10274
10275         * pdf/pdf-document.cc:
10276         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
10277         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
10278
10279         Fix the mess we did with thumbnails and 1-basedness
10280
10281 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
10282
10283         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
10284
10285 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
10286
10287         * NEWS:
10288         * configure.ac:
10289
10290         Release 0.1.7
10291
10292 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
10293
10294         * ps/Makefile.am:
10295         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
10296         (gtk_gs_defaults_get_alpha_parameters),
10297         (gtk_gs_defaults_get_ungzip_cmd),
10298         (gtk_gs_defaults_get_unbzip2_cmd):
10299         * ps/gsdefaults.h:
10300         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10301         (ps_document_get_orientation), (document_load),
10302         (ps_document_goto_page), (ps_document_set_page_size):
10303         * ps/ps-document.h:
10304
10305         Some more sanitization of the ps backend. Remove a lot
10306         of unused code and do not base our defaults on ggv
10307         preferences (ugh!)
10308
10309 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
10310
10311         * thumbnailer/evince-thumbnailer.schemas:
10312         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10313         (main): add -s option for thumbnail size.
10314
10315 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
10316
10317         * configure.ac:
10318
10319         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
10320         remove it.
10321
10322 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10323
10324         * pdf/pdf-document.cc:
10325
10326         Remove 4 pixels of useless border from the
10327         thumbnail.
10328
10329 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10330
10331         * backend/ev-document-thumbnails.c:
10332         (ev_document_thumbnails_get_thumbnail):
10333         * backend/ev-document-thumbnails.h:
10334
10335         Rework API a bit. Add a border flag and
10336         change sizing logic (now the size we specify
10337         applies to the bigger dimension).
10338
10339         * pdf/pdf-document.cc:
10340         * pixbuf/pixbuf-document.c:
10341         (pixbuf_document_thumbnails_get_thumbnail):
10342         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
10343         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10344
10345         Adapt to the new API and do not draw a border for nautilus
10346         thumbnailer.
10347
10348 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
10349
10350         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10351         take thumbnails from page "0" instead of "1". Added a copyright header.
10352
10353 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
10354
10355         * ps/ps-document.c: (set_up_page), (start_interpreter):
10356
10357         Make it C89 compliant
10358
10359 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
10360
10361         * Makefile.am:
10362         * configure.ac:
10363         * pdf/.cvsignore:
10364         * pdf/pdf-document.cc:
10365         * thumbnailer/Makefile.am:
10366         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10367         (main):
10368         * thumbnailer/evince-thumbnailer.schemas:
10369         * thumbnailer/pdf-icon.png:
10370
10371         Add a nautilus thumbnailer.
10372         Based on patch by Fernando Herrera <fherrera@onirica.com>.
10373
10374 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
10375
10376         * NEWS:
10377         * configure.ac:
10378         * po/POTFILES.in:
10379
10380         Release 0.1.6
10381
10382 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
10383
10384         Use poppler instead of including xpdf source code.  Poppler is a
10385         fork of xpdf to build it as a shared library. See
10386         http://freedesktop.org/wiki/Software/poppler.
10387
10388         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
10389         xpdf fork.
10390         
10391         * pdf/Makefile.am: Build libpdfdocument.a here.
10392         
10393         * pdf/GDKSplashOutputDev.cc:
10394         * pdf/GDKSplashOutputDev.h:
10395         * pdf/GnomeVFSStream.cc:
10396         * pdf/GnomeVFSStream.h:
10397         * pdf-document.cc:
10398         * pdf-document.h:
10399         * test-gdk-output-dev.cc
10400         * Thumb.cc:
10401         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
10402         against poppler.
10403
10404 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10405
10406         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
10407
10408         Clear idle stack before unsetting the document
10409
10410 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10411
10412         * ps/ps-document.c: (ps_document_widget_event),
10413         (ps_document_set_target), (ps_document_finalize),
10414         (ps_document_get_page):
10415
10416         Disconnect the widget event signal on finalize.
10417         Some code cleanups.
10418
10419 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10420
10421         * ps/ps-document.c: (set_up_page):
10422
10423         If there is no bpixmap create one, even if size
10424         is not changed.
10425
10426 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10427
10428         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
10429         (set_up_page), (document_load), (ps_document_set_zoom):
10430
10431         Default page is 0. Calculate size even when we have no
10432         target yet.
10433
10434 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
10435
10436         * shell/ev-sidebar.c: expand the selection widget to be always as
10437         wide as the sidebar
10438
10439 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10440
10441         * shell/ev-sidebar-thumbnails.c:
10442         (ev_sidebar_thumbnails_set_document):
10443
10444         Clear the list store when setting document
10445
10446 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10447
10448         * shell/ev-page-action.c: (update_entry), (sync_entry),
10449         (activate_cb), (entry_size_request_cb), (create_tool_item),
10450         (connect_proxy):
10451
10452         Use an entry for the page control instead of spinbuttons
10453
10454 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10455
10456         * data/evince.schemas.in:
10457
10458         Correct confusing string
10459
10460 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
10461
10462         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
10463         for real.  Gosh, how long has this been broken.
10464
10465         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
10466         check for a NULL link.  We crash otherwise.
10467
10468 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
10469
10470         * NEWS:
10471         * configure.ac:
10472
10473         Release 0.1.5
10474
10475 2005-02-25  Sebastien Bacher  <seb128@debian.org>
10476
10477         * configure.ac: add the french translation.
10478
10479 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10480
10481         * shell/ev-window.c:
10482
10483         Remove unused header -> fix distcheck
10484
10485 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10486
10487         * shell/ev-window.c: (update_window_title),
10488         (ev_window_popup_password_dialog):
10489
10490         Unescape filename for display
10491
10492 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10493
10494         * pdf/xpdf/pdf-document.cc:
10495
10496         In get_page_size deal with rotation. Also
10497         cleanup the function a bit.
10498
10499 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10500
10501         * pdf/xpdf/pdf-document.cc:
10502
10503         Fix crash when opening in new window
10504
10505 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10506
10507         * configure.ac:
10508
10509         Check ghostscript >= 7
10510
10511 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
10512
10513         * shell/ev-window.c:
10514
10515         Make page width the default sizing mode
10516
10517 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
10518         Marco Pesenti Gritti <marco@gnome.org>
10519
10520         * shell/ev-window.c: Remember the sidebar size
10521
10522         * data/evince.schemas.in: Add a new gconf key to store the size of
10523         the sidebar
10524
10525 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
10526
10527         * data/evince-ui.xml:
10528         * shell/ev-window.c: (update_action_sensitivity),
10529         (ev_window_cmd_view_reload):
10530         
10531         Add a "Reload" action and menu entry
10532
10533 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
10534
10535         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
10536         iff the type doesn't support thumbnailing and indexing.
10537
10538 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
10539
10540         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
10541
10542 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10543
10544         * pdf/splash/Splash.cc:
10545
10546         Port fix for a crasher from kde bug
10547         http://bugs.kde.org/show_bug.cgi?id=97131
10548
10549 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10550
10551         * pdf/xpdf/pdf-document.cc:
10552
10553         Return a link even if it's of an unrecognized
10554         type. Otherwise we go in an infinte cycle.
10555
10556 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10557
10558         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
10559         (size_allocate_cb), (ev_window_set_sizing_mode):
10560
10561         Update size when switching mode
10562
10563 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10564
10565         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10566         (ev_window_cmd_view_page_width), (update_sizing_buttons),
10567         (ev_window_cmd_view_normal_size):
10568
10569         Fix size toggle buttons behavior
10570
10571 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10572
10573         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
10574         (doc_rect_to_view_rect), (ev_view_size_allocate),
10575         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
10576         (scale_changed_callback):
10577
10578         Do not cache offsets in size_allocate.
10579
10580 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10581
10582         * shell/ev-view.c: (ev_view_size_allocate):
10583
10584         Calculate offsets before calling the parent
10585         class (which does a redraw)
10586
10587 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10588
10589         * pdf/xpdf/pdf-document.cc:
10590
10591         Fix a crasher on exit. Unused code, put a TODO
10592
10593 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10594
10595         * backend/ev-document.c: (ev_document_class_init),
10596         (ev_document_page_changed), (ev_document_scale_changed):
10597         * backend/ev-document.h:
10598
10599         Separate page/scale notifications
10600
10601         * pdf/xpdf/pdf-document.cc:
10602
10603         Emit the new signals.
10604         Do not display the pdf page in _render, do it
10605         when scale/page are requested.
10606
10607         * ps/ps-document.c: (ps_document_set_zoom),
10608         (ps_document_widget_event):
10609         * ps/ps-document.h:
10610
10611         Emit the new signals.
10612
10613         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10614         (ev_view_init), (page_changed_callback), (scale_changed_callback),
10615         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
10616         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
10617         * shell/ev-view.h:
10618         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
10619         (ev_window_cmd_view_page_width), (size_allocate_cb),
10620         (ev_window_set_sizing_mode):
10621
10622         Rework sizing to be pixel based.
10623         There are bugs but should be already way better.
10624
10625 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
10626
10627         * shell/ev-window.c: (ev_window_init):
10628
10629         Do not allow to shrink sidebar smaller then
10630         child requisition
10631
10632 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
10633
10634         * shell/ev-sidebar.[ch]
10635         * shell/ev-window.c:
10636
10637         Improved sidebar widget. Fixes #166683
10638
10639 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
10640
10641         * shell/ev-view.c (update_find_status_message): Give translators
10642         more flexibility with ngettext plural handling.
10643
10644 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
10645
10646         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
10647         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
10648         page when we get the page size.
10649
10650 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10651
10652         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
10653
10654         ps pages are 0 based, convert 
10655
10656 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10657
10658         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
10659
10660         Initialize correct parent class. Set GError on document load
10661
10662 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10663
10664         * pdf/xpdf/pdf-document.cc:
10665
10666         Fixup selection offset calculation
10667
10668         * shell/ev-view.c: (view_rect_to_doc_rect),
10669         (doc_rect_to_view_rect), (ev_view_size_allocate),
10670         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
10671         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
10672
10673         Store selection as document relative, so that zooming
10674         and offset changing doesnt break it.
10675
10676 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10677
10678         * shell/ev-view.c: (ev_view_best_fit):
10679
10680         Do not try to best fit if the view is not realized
10681
10682 2005-02-20  Kostas Papadimas <pkst@gnome.org>
10683           
10684         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
10685
10686 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
10687
10688         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
10689
10690 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
10691
10692         * shell/ev-window.c: Change the fullscreen toolbar to always be in
10693         the popup window.  That prevents it resizing when in full screen
10694         mode.
10695
10696         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
10697         multiple rerenders.  This pretty much sucks.
10698
10699         * data/evince-ui.xml: Change the fullscreen toolbar to include the
10700         rest of the toolbar.
10701
10702 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
10703
10704         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
10705
10706 2005-02-17  Alexander Shopov  <ash@contact.bg>
10707
10708         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
10709
10710 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
10711
10712         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
10713
10714 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
10715
10716         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
10717         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
10718         (set_document_page), (document_changed_callback),
10719         (ev_view_set_document), (ev_view_find_previous),
10720         (ev_view_hide_cursor), (ev_view_show_cursor):
10721         * shell/ev-view.h:
10722         * shell/ev-window.c: (update_chrome_visibility),
10723         (fullscreen_timeout_cb), (fullscreen_set_timeout),
10724         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
10725         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
10726         (ev_window_unfullscreen):
10727         * shell/main.c: (main):
10728
10729         Automatically hide the fullscreen button.
10730         Patch by Kristian Høgsberg <krh@redhat.com>
10731
10732 2005-02-16  Vincent Noel  <vnoel@cox.net>
10733
10734         * shell/main.c (main): Specify an icon for the window. Patch by
10735         Jaap A. Haitsma. Fixes #166177.
10736
10737 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
10738
10739         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
10740
10741 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
10742
10743         * backend/ev-document-misc.h:
10744         * backend/ev-document-misc.c:
10745         (ev_document_misc_get_page_border_size),
10746         (ev_document_misc_paint_one_page): New function to canonicalize
10747         sizing/painting a border.
10748
10749         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
10750         used.
10751
10752         * pdf/xpdf/pdf-document.cc: use new function
10753
10754         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10755         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
10756         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
10757         shell/ev-window.c: (update_sizing_buttons),
10758         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
10759         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
10760         (ev_window_cmd_view_page_width), (size_allocate_cb),
10761         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
10762         and "fit width" values act as toggle buttons so they stay
10763         toggled.  It's not 100% perfect, and it's a little slow, but it's
10764         good enough to commit I think.
10765
10766 2005-02-15  David Lodge  <dave@cirt.net>
10767
10768         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
10769
10770 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
10771
10772         * shell/ev-window.c (update_window_title): replace newlines in
10773         the title by spaces. Bug #166107.
10774
10775 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
10776
10777         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
10778         parameters providing allocation width and height without
10779         scrollbars and width of a possible vertical scrollbar. With this
10780         additional information the functions can work as
10781         intended. Unfortunately they're not idempotent. We should
10782         transform these commands to toggles. Fixes Bug #164976
10783         Initial patch by Stephane Loeuillet, then heavily modified.
10784
10785         * shell/ev-view.h: update prototypes.
10786
10787         * shell/ev-window.c (ev_window_cmd_view_best_fit)
10788         (ev_window_cmd_view_page_width): provide EvView fit functions with
10789         all the information they need. Formulas to calculate this
10790         information taken from GtkScrolledWindow.
10791
10792 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
10793
10794         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
10795         created a thumbnail, the list store is updated to know
10796         that the thumbnail is set. Fixes bug #166792
10797
10798 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
10799
10800         * shell/ev-window.c: fixed typo, closes bug 166897
10801
10802         * TODO: updated TODO with bug numbers that are relevant
10803
10804 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
10805
10806         * shell/ev-window.c: Support for DnD of files. Fixes #164813
10807
10808 2005-02-09  Vincent Noel  <vnoel@cox.net>
10809
10810         * shell/ev-window.c: (set_action_properties): Set the "Previous"
10811         and "Next" toolbar buttons as important to make them stand out.
10812
10813 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10814
10815         * lib/ev-debug.c:
10816         * lib/ev-debug.h:
10817         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
10818         (start_interpreter), (stop_interpreter), (document_load),
10819         (ps_document_next_page), (ps_document_goto_page),
10820         (ps_document_set_page_size), (ps_document_widget_event),
10821         (ps_document_render):
10822         * shell/ev-page-view.c: (ev_page_view_dispose):
10823         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
10824
10825         Fix compilation on non-gcc platforms
10826
10827 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10828
10829         * NEWS:
10830         * configure.ac:
10831
10832         Release 0.1.4
10833
10834         * pdf/xpdf/Catalog.cc:
10835         * pdf/xpdf/XRef.cc:
10836
10837         Fix the fix for CAN-2004-0888
10838
10839 2005-02-09  Luca Ferretti <elle.uca@libero.it>
10840
10841         * data/Makefile.am:
10842         * data/evince-ui.xml:
10843         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10844         * shell/ev-stock-icons.h:
10845         * shell/ev-window.c: (update_action_sensitivity),
10846         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
10847         (set_action_properties):
10848
10849         Improve toolbar layout/icons
10850
10851 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
10852
10853         * pdf/xpdf/pdf-document.cc:
10854
10855         Add warnings about unimplemented/unknown link
10856         types.
10857
10858 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10859
10860         * ps/ps-document.c: (set_up_page):
10861
10862         Log gs property
10863
10864 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10865
10866         * ps/ps-document.c: (start_interpreter):
10867
10868         Log gs env var
10869
10870 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10871
10872         * shell/ev-page-view.c: (ev_page_view_dispose):
10873         * shell/ev-view.c: (ev_view_finalize):
10874         * shell/ev-window.c: (ev_window_setup_document),
10875         (ev_window_dispose), (ev_window_init):
10876
10877         Solve more refs issues.
10878
10879         I commented out the page_view initialization for now:
10880         it was never destroyed (because it's never added
10881         to a container). Because of that we was leaking
10882         gs processes. Couldnt think to a clean fix.
10883         We need to figure this out, password view has the
10884         same issue probably.
10885
10886 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10887
10888         * ps/ps-document.c: (ps_document_finalize),
10889         (ps_document_get_n_pages), (ps_document_get_page):
10890
10891         Some cleanups, stop the interpreter on finalize
10892
10893         * shell/ev-page-view.c: (ev_page_view_dispose),
10894         (ev_page_view_class_init):
10895
10896         Release our reference on the document
10897
10898 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10899
10900         * Makefile.am:
10901         * configure.ac:
10902         * doc/debugging.txt:
10903         * lib/.cvsignore:
10904         * lib/Makefile.am:
10905         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
10906         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
10907         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
10908         * lib/ev-debug.h:
10909
10910         Add debugging helpers
10911
10912         * ps/Makefile.am:
10913         * ps/ps-document.c: (set_up_page), (start_interpreter),
10914         (stop_interpreter), (document_load), (ps_document_next_page),
10915         (ps_document_goto_page), (ps_document_set_page_size),
10916         (ps_document_widget_event), (ps_document_render):
10917         * shell/Makefile.am:
10918         * shell/ev-view.c: (expose_bin_window):
10919         * shell/main.c: (main):
10920
10921         Add some logs
10922         
10923 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10924
10925         * ps/ps-document.c: (ps_document_widget_event):
10926
10927         Initialize message_window, this should make ps
10928         rendering really work! (Never noticed because I was
10929         testing with a ps that is causing gs to exit every time!)
10930
10931 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
10932
10933         * data/evince.schemas.in: updated simple error in applyto closing tag
10934
10935 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
10936
10937         * Makefile.am:
10938         * configure.ac:
10939         * data/.cvsignore:
10940         * data/Makefile.am:
10941         * data/evince-ui.xml:
10942         A data/evince.schemas.in:
10943         * po/POTFILES.in:
10944         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10945         * shell/ev-stock-icons.h:
10946         * shell/ev-window.c: (update_chrome_visibility),
10947         (update_chrome_flag), (ev_window_cmd_edit_find),
10948         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
10949         (ev_window_unfullscreen), (ev_window_focus_in_event),
10950         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
10951         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
10952         (ev_window_view_sidebar_cb), (find_bar_close_cb),
10953         (ev_window_dispose), (ev_window_class_init),
10954         (set_action_properties), (set_chrome_actions), (load_chrome),
10955         (ev_window_init):
10956
10957         Implement fullscreen mode changes from bug #164776.
10958         Also implement persistent chrome toggles.
10959
10960 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
10961
10962         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
10963
10964 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10965
10966         * NEWS:
10967         * configure.ac:
10968         * shell/ev-view.c:
10969
10970         Add another check for find interface
10971
10972         Release 0.1.3
10973
10974 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10975
10976         * shell/ev-application.c: (ev_application_open):
10977         * shell/ev-window.c: (ev_window_open):
10978
10979         Open gzipped ps documents
10980
10981 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10982
10983         * TODO:
10984         * shell/ev-view.c: (set_document_page):
10985
10986         Clamp page number, dont try to move to
10987         not existant pages.
10988
10989 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10990
10991         * backend/ev-document-find.c: (ev_document_find_changed):
10992         * backend/ev-document-find.h:
10993         * pdf/xpdf/pdf-document.cc:
10994         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
10995         * shell/ev-window.c: (find_bar_search_changed_cb):
10996
10997         Fix several bugs with find
10998
10999 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
11000
11001         * shell/ev-sidebar-thumbnails.c
11002         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
11003         document. Prevents warning from scroll_to_cell.
11004
11005 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
11006
11007         * configure.ac: Add «nb» to ALL_LINGUAS too.
11008
11009 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
11010
11011         * NOTES: New file with some random thoughts.
11012
11013         * TODO: Update.
11014
11015         * backend/ev-document-misc.c:
11016         (ev_document_misc_get_page_border_size): New function to
11017         canonicalize shadow drawing sizes.  Possibly goofy.
11018
11019         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
11020         (ev_view_best_fit), (ev_view_fit_width):
11021         * pdf/xpdf/pdf-document.cc:
11022         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11023         * ps/ps-document.c: (ps_document_get_page_size):
11024         * backend/ev-document-misc.h:
11025         * backend/ev-document.c: (ev_document_get_page_size):
11026         * backend/ev-document.h: get_page_size now takes a page number
11027         parameter.  Made all the backends/frontends honor it.
11028
11029         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
11030         see.  Doesn't work yet.
11031
11032         * shell/Makefile.am:
11033         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
11034         Doesn't do anything yet.
11035
11036         * shell/ev-sidebar-thumbnails.c:
11037         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
11038         [0..n_pages-1]
11039
11040         * shell/ev-window.c: (update_action_sensitivity),
11041         (ev_window_setup_document), (ev_window_set_page_mode),
11042         (ev_window_page_mode_cb), (ev_window_init): Clean up the
11043         view-swapping code a bit so we can have multiple views on a
11044         document.  Add the multi-page view, though it can't be turned on
11045         yet.
11046
11047 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11048
11049         * shell/ev-application.c: (ev_application_open):
11050         * shell/ev-view.c: (expose_bin_window):
11051         * shell/ev-window.c: (ev_window_open):
11052
11053         Support eps and check document supports find
11054         before drawing highlightings in expose.
11055
11056 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11057
11058         * pixbuf/pixbuf-document.c:
11059         (pixbuf_document_thumbnails_get_dimensions),
11060         (pixbuf_document_document_thumbnails_iface_init):
11061
11062         implement get_dimensions
11063
11064 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11065
11066         * NEWS:
11067         * configure.ac:
11068
11069         Release 0.1.2
11070
11071 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11072
11073         * shell/ev-view.c: (set_document_page):
11074
11075         Scroll at the top of the page when changing page
11076
11077 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11078
11079         * shell/ev-view.c: (ev_view_motion_notify_event):
11080
11081         Do not redraw unnecessarily
11082
11083 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11084
11085         * pdf/xpdf/pdf-document.cc:
11086         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11087         (expose_bin_window), (find_changed_cb):
11088
11089         Yay! find works now... Now to find bugs...
11090
11091 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11092
11093         * backend/ev-document-find.c: (ev_document_find_base_init),
11094         (ev_document_find_changed):
11095         * backend/ev-document-find.h:
11096         * pdf/xpdf/pdf-document.cc:
11097         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11098         (expose_bin_window), (ev_view_init), (set_document_page),
11099         (ensure_rectangle_is_visible), (jump_to_find_result),
11100         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
11101         (ev_view_find_next), (ev_view_find_previous):
11102         * shell/ev-view.h:
11103         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
11104
11105         More work on find implementation, mostly there now
11106
11107 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
11108
11109         * backend/ev-backend-marshalers.list:
11110         * backend/ev-document-find.c: (ev_document_find_base_init),
11111         (ev_document_find_cancel), (ev_document_find_page_has_results),
11112         (ev_document_find_get_n_results), (ev_document_find_get_result),
11113         (ev_document_find_get_progress), (ev_document_find_changed):
11114         * backend/ev-document-find.h:
11115
11116         Enanche the find interface to be really able to do
11117         multi page find.
11118
11119         * pdf/xpdf/pdf-document.cc:
11120
11121         Implement
11122
11123         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
11124         (expose_bin_window), (ev_view_init),
11125         (ev_view_get_find_status_message), (find_changed_cb),
11126         (ev_view_set_document), (set_document_page):
11127
11128         Adapt to the new interface. A few things are regressed sorry,
11129         I will finish it soon.
11130
11131 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
11132
11133         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
11134         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
11135         ev_sidebar_thumbnails_parent_class variable, don't define another
11136         parent_class variable.
11137
11138         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
11139         (ev_page_action_class_init): ditto.
11140
11141         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
11142         (pixbuf_document_class_init): ditto.
11143
11144         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
11145         ditto.
11146
11147         * .cvsignore: ignore various valgrind output files.
11148
11149 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11150
11151         * data/evince-ui.xml:
11152         * shell/Makefile.am:
11153         * shell/ev-history.c:
11154         * shell/ev-history.h:
11155         * shell/ev-navigation-action.c:
11156         * shell/ev-navigation-action.h:
11157         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
11158         (ev_view_set_page), (ev_view_fit_width):
11159         * shell/ev-view.h:
11160         * shell/ev-window.c: (update_action_sensitivity),
11161         (ev_window_setup_document), (register_custom_actions):
11162
11163         Kill session history
11164
11165 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11166
11167         * shell/ev-window.c: (update_action_sensitivity):
11168
11169         Fix inverted up/down buttons
11170
11171 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
11172
11173         * shell/ev-sidebar-thumbnails.c
11174         (ev_sidebar_thumbnails_select_page): make sure the selected
11175         thumbnail stays visible.
11176
11177 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
11178
11179         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
11180         scrolled window for Federico.
11181
11182 2005-01-26  Ole Laursen  <olau@hardworking.dk>
11183
11184         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
11185
11186 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
11187
11188         * configure.ac:
11189         * pdf/splash/SplashFTFontEngine.cc:
11190
11191         Fix CID fonts with freetype 2.1.9
11192
11193 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
11194
11195         * TODO: added item for desktop icon thumbnailer
11196
11197 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
11198
11199         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
11200         unloaded docs when the title is accessed.
11201
11202         * shell/ev-password-view.[hc]: New widget for displaying password
11203         state.
11204
11205         * shell/ev-window.[ch]: Refactor password handling code to handle
11206         the new view.
11207
11208 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
11209
11210         * NEWS:
11211         * configure.ac:
11212         * data/Makefile.am:
11213
11214         Release 0.1.1
11215
11216 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11217
11218         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
11219         ignore page offset here, to make search results independent of it,
11220
11221         * shell/ev-view.c (expose_bin_window): but take offsets into
11222         account here. Bug #164932
11223
11224         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
11225         scale at the right time. Bug #164996
11226
11227 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
11228
11229         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
11230         fix the problem. Now I just removed the Adobe font names and hope
11231         that the URW fonts are always in outline format. Bug #164934
11232
11233         * shell/ev-window.c (update_window_title): empty titles are
11234         useless, use filename in that case too.
11235
11236         * NEWS: Add some content.
11237
11238 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
11239
11240         * TODO: added one more TODO item and a TODONE section :)
11241
11242 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11243
11244         * ps/ps-document.h: add page_[xy]_offset fields.
11245
11246         * ps/ps-document.c (ps_document_set_page_offset)
11247         (ps_document_render): Keep offset in consideration in a few
11248         places. Bug #164752 "postscript documents are not centered in
11249         window"
11250
11251         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
11252         s/gpdf/evince/. Spotted by Stephane Loeuillet.
11253
11254         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
11255         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
11256         stub out missing methods for complete EvDocument implementation.
11257         Fixes segfaults with Save A Copy and Copy actions.
11258
11259         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
11260         (ps_document_document_iface_init): ditto.
11261         
11262 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11263
11264         * data/.cvsignore:
11265         * data/Makefile.am:
11266         * data/evince.desktop.in:
11267
11268         Add desktop file
11269
11270 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11271
11272         * shell/ev-view.c: (ev_view_button_press_event),
11273         (ev_view_motion_notify_event):
11274
11275         Make selection work in any direction
11276
11277 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11278
11279         * TODO:
11280         * shell/ev-window.c: (set_short_labels), (ev_window_init):
11281
11282         Use shorter labels for some of the toolbars items
11283
11284 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11285
11286         * pdf/xpdf/pdf-document.cc:
11287
11288         Check the links info is initialized before
11289         using it. Should fix a crash on startup.
11290
11291 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11292
11293         * pixbuf/pixbuf-document.c
11294         (pixbuf_document_thumbnails_get_dimensions): force floating point
11295         division to calculate page_ratio. Fixes crash with landscape
11296         format pixbufs.
11297
11298 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
11299
11300         * shell/ev-view.c (ev_view_realize): make the bg color darker.
11301
11302 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
11303
11304         * shell/ev-view.c (set_document_page): unset has_selection when
11305         the page changes.
11306         (set_document_page): handle paper size changes when the page
11307         changes (test with Free Culture, page 2).
11308
11309 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11310
11311         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
11312         (expose_bin_window), (ev_view_class_init), (ev_view_init):
11313
11314         Use normal style color for the widget background and
11315         draw a black box around the page.
11316
11317 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11318
11319         * pdf/xpdf/pdf-document.cc:
11320
11321         Keep offset in consideration in a few places
11322
11323         * shell/ev-view.c: (expose_bin_window):
11324
11325         Set the offsets so that the document is ever centered
11326
11327 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11328
11329         * TODO: Added TODO items and finished off the first todo item
11330
11331         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
11332         reflect current authors
11333
11334 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11335
11336         * pdf/xpdf/pdf-document.cc:
11337         * shell/ev-view.c: (ev_view_set_cursor),
11338         (ev_view_motion_notify_event), (document_changed_callback),
11339         (set_document_page):
11340
11341         Show a wait cursor while the page is rendering
11342
11343 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11344
11345         * shell/ev-sidebar-thumbnails.c:
11346         (ev_sidebar_tree_selection_changed),
11347         (ev_sidebar_thumbnails_select_page):
11348         * shell/ev-sidebar-thumbnails.h:
11349         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
11350         (ev_view_can_go_forward):
11351         * shell/ev-window.c: (ev_window_open_page),
11352         (ev_window_setup_document), (update_current_page),
11353         (view_page_changed_cb), (ev_window_init):
11354         * shell/ev-window.h:
11355
11356         Ensure thumbnails selection, toolbar page control and
11357         current page are in sync.
11358
11359 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
11360
11361         * pdf/xpdf/XRef.cc:
11362
11363         Fix CAN-2005-0064
11364
11365 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
11366
11367         * backend/Makefile.am:
11368         * backend/ev-document-links.h:
11369         * backend/ev-document-security.c: (ev_document_security_get_type),
11370         (ev_document_security_has_document_security),
11371         (ev_document_security_set_password):
11372         * backend/ev-document-security.h:
11373         * backend/ev-document.c: (ev_document_error_quark):
11374         * backend/ev-document.h:
11375         * data/Makefile.am:
11376         * data/evince-password.glade:
11377         * pdf/xpdf/pdf-document.cc:
11378         * shell/Makefile.am:
11379         * shell/ev-password.c: (ev_password_set_bad_password_label),
11380         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
11381         (ev_password_dialog_get_password),
11382         (ev_password_dialog_set_bad_pass):
11383         * shell/ev-password.h:
11384         * shell/ev-window.c: (ev_window_get_attribute),
11385         (ev_window_set_property), (update_action_sensitivity),
11386         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
11387         (ev_window_setup_document), (ev_window_get_password),
11388         (ev_window_open), (ev_window_cmd_save_as),
11389         (using_postscript_printer), (ev_window_print),
11390         (find_not_supported_dialog), (ev_window_cmd_edit_find),
11391         (update_fullscreen_popup), (ev_window_fullscreen),
11392         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11393         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
11394         (menu_item_select_cb), (find_bar_search_changed_cb),
11395         (ev_window_dispose), (ev_window_init):
11396
11397         Add initial support for password-supported dialogs.  This could be
11398         a lot cooler, but it'll do for now.
11399
11400 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
11401
11402         * pdf/xpdf/pdf-document.cc:
11403         * shell/ev-view.c: (status_message_from_link),
11404         (ev_view_set_status), (ev_view_set_cursor),
11405         (ev_view_motion_notify_event), (ev_view_init):
11406         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
11407
11408         Fix bugs in the links implementation and change cursor
11409         when hovering a link.
11410
11411 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
11412
11413         * viewer/.cvsignore: added cvsignore file for viewer directory
11414
11415         * TODO: created TODO document
11416
11417 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
11418
11419         * shell/ev-view.h:
11420         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
11421         new functions to help with implementation of sensitivity code
11422         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11423         of all actions that might require it.  Fixes a crash when you
11424         click on the Zoom actions in a window lacking a document.
11425
11426 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
11427
11428         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11429         of the Find action
11430
11431 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11432
11433         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
11434         (pixbuf_document_document_iface_init):
11435         * ps/ps-document.c: (ps_document_get_link),
11436         (ps_document_document_iface_init):
11437         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
11438         (status_message_from_link), (ev_view_set_status),
11439         (ev_view_set_find_status), (ev_view_motion_notify_event),
11440         (ev_view_button_release_event), (ev_view_set_property),
11441         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
11442         (ev_view_get_find_status_message), (update_find_results),
11443         (ev_view_get_status), (ev_view_get_find_status):
11444         * shell/ev-view.h:
11445         * shell/ev-window.c: (view_status_changed_cb),
11446         (view_find_status_changed_cb), (ev_window_init):
11447
11448         View status message support, use it to show the links.
11449         Needs work...
11450
11451 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11452
11453         * backend/ev-document.c: (ev_document_get_link):
11454         * backend/ev-document.h:
11455         * pdf/xpdf/pdf-document.cc:
11456         * shell/ev-application.c: (ev_application_open):
11457         * shell/ev-application.h:
11458         * shell/ev-sidebar-links.c: (selection_changed_cb):
11459         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
11460         (ev_view_go_to_link):
11461
11462         Add support for document links
11463
11464 2005-01-13  Anders Carlsson  <andersca@gnome.org>
11465
11466         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
11467         (create_tool_item):
11468         Set the spin button limits correctly.
11469         
11470         * shell/ev-sidebar-thumbnails.c:
11471         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
11472         Support changing pages by clicking on the thumbnails.
11473         
11474 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11475
11476         * pixbuf/pixbuf-document.c:
11477         (pixbuf_document_thumbnails_get_dimensions),
11478         (pixbuf_document_document_thumbnails_iface_init):
11479
11480         implement get_dimensions
11481
11482 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11483
11484         * ps/ps-document.c: (ps_document_goto_page):
11485
11486         Fix page switching on multipage documents
11487
11488 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
11489
11490         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11491         
11492         check for NULL before assigning to width and height parameters
11493
11494 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11495
11496         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11497         (pixbuf_document_set_property), (pixbuf_document_get_property):
11498
11499         implement get/set properties
11500
11501 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11502
11503         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
11504         
11505         return NULL instead of "Unknown", letting the title get set to
11506         the filename when the pdf has no title.
11507
11508 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11509
11510         * ps/ps-document.c: (ps_document_get_page_count),
11511         (ps_document_goto_page):
11512
11513 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11514
11515         * shell/ev-history.c: (ev_history_get_property),
11516         (ev_history_set_property), (ev_history_class_init),
11517         (ev_history_add_page), (ev_history_set_current_index):
11518         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
11519         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
11520         (ev_navigation_action_finalize):
11521         * shell/ev-navigation-action.h:
11522         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11523         (ev_view_go_forward), (ev_view_get_find_status_message),
11524         (history_index_changed_cb), (ev_view_set_history):
11525         * shell/ev-view.h:
11526         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11527         (update_current_page), (register_custom_actions):
11528
11529         Implement history dropdowns
11530
11531 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11532
11533         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
11534         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11535         (ev_view_go_forward):
11536         * shell/ev-window.c: (register_custom_actions):
11537
11538         Fix several history bugs
11539
11540 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
11541
11542         * configure.ac: Add «nb» to ALL_LINGUAS.
11543
11544 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
11545
11546         * backend/Makefile.am:
11547         * backend/ev-bookmark.c:
11548         * backend/ev-bookmark.h:
11549         * backend/ev-document-bookmarks.c:
11550         * backend/ev-document-bookmarks.h:
11551         * backend/ev-document-links.c: (ev_document_links_get_type),
11552         (ev_document_links_has_document_links),
11553         (ev_document_links_begin_read), (ev_document_links_get_link),
11554         (ev_document_links_get_child), (ev_document_links_next),
11555         (ev_document_links_free_iter):
11556         * backend/ev-document-links.h:
11557         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
11558         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
11559         (ev_link_get_link_type), (ev_link_set_link_type),
11560         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
11561         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
11562         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
11563         (ev_link_new_external):
11564         * backend/ev-link.h:
11565         * pdf/xpdf/pdf-document.cc:
11566         * shell/Makefile.am:
11567         * shell/ev-application.c: (ev_application_open_link):
11568         * shell/ev-application.h:
11569         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
11570         (ev_history_get_link_nth):
11571         * shell/ev-history.h:
11572         * shell/ev-sidebar-bookmarks.c:
11573         * shell/ev-sidebar-bookmarks.h:
11574         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11575         (ev_sidebar_links_class_init), (selection_changed_cb),
11576         (ev_sidebar_links_construct), (ev_sidebar_links_init),
11577         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
11578         (do_one_iteration), (populate_links_idle),
11579         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
11580         * shell/ev-sidebar-links.h:
11581         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11582         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
11583         (go_to_index):
11584         * shell/ev-view.h:
11585         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
11586         * shell/ev-window.h:
11587
11588         Rename bookmark to link, and use "Index" for the sidebar panel.
11589
11590 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11591
11592         * shell/Makefile.am:
11593         * shell/ev-application.c: (ev_application_open_bookmark):
11594         * shell/ev-application.h:
11595         * shell/ev-history.c: (ev_history_init), (free_links_list),
11596         (ev_history_finalize), (ev_history_class_init),
11597         (ev_history_add_link), (ev_history_add_page),
11598         (ev_history_get_link_nth), (ev_history_get_n_links),
11599         (ev_history_get_current_index), (ev_history_set_current_index),
11600         (ev_history_new):
11601         * shell/ev-history.h:
11602         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11603         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
11604         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
11605         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
11606         (ev_view_set_page):
11607         * shell/ev-view.h:
11608         * shell/ev-window.c: (ev_window_open_bookmark),
11609         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
11610         (goto_page_cb), (register_custom_actions):
11611         * shell/ev-window.h:
11612
11613         Initial history implementation. Needs work.
11614
11615 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
11616
11617         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
11618
11619 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11620
11621         * cut-n-paste/recent-files/egg-recent-item.c:
11622         * cut-n-paste/recent-files/egg-recent-item.h:
11623         * cut-n-paste/recent-files/egg-recent-model.c:
11624         * cut-n-paste/recent-files/egg-recent-util.c:
11625         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11626         * cut-n-paste/recent-files/egg-recent-view.c:
11627
11628         Update
11629
11630 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
11631
11632         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
11633         (fillGlyph, fillImageMask, drawImage):
11634         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
11635         pdf/splash/SplashTypes.h:
11636         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
11637         packed mode for Splash.
11638
11639         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
11640         RGB8 packed mode, eliminates the pixbuf data creation loop.
11641
11642         * shell/ev-print-job.c (ev_print_job_finalize)
11643         (ev_print_job_set_property, ev_print_job_get_property)
11644         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
11645         (ev_print_job_use_print_dialog_settings, idle_print_handler)
11646         (print_closure_finalize, ev_print_job_print): implement
11647         printing (for backends with EvPsExporter)
11648
11649         * shell/ev_print_job.h: update prototypes.
11650
11651         * shell/ev-window.c (ev_window_print): unref print job after
11652         printing.
11653
11654         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
11655         unless the document implements the EvDocumentFind interface.
11656
11657 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
11658
11659         * configure.ac: Added ja to ALL_LINGUAS.
11660
11661 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11662
11663         * pdf/xpdf/pdf-document.cc:
11664
11665         add a FIXME. We should probably not allocate
11666         a bookmark object every time
11667
11668 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11669
11670         * shell/ev-application.c: (ev_application_open),
11671         (ev_application_open_bookmark):
11672         * shell/ev-application.h:
11673         
11674         Add a way to open bookmarks
11675
11676         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
11677         (ev_bookmark_set_uri), (ev_bookmark_get_property),
11678         (ev_bookmark_set_property), (ev_bookmark_class_init),
11679         (ev_bookmark_new_title), (ev_bookmark_new_link),
11680         (ev_bookmark_new_external):
11681
11682         Support for external uris, better constructors.
11683
11684         * backend/ev-bookmark.h:
11685         * pdf/xpdf/pdf-document.cc:
11686         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11687
11688         Handle external uris
11689
11690 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11691
11692         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
11693         (ev_sidebar_bookmarks_construct), (do_one_iteration):
11694
11695         Hook up bookmarks navigation
11696
11697 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11698
11699         * backend/Makefile.am:
11700         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
11701         (ev_bookmark_get_title), (ev_bookmark_set_title),
11702         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
11703         (ev_bookmark_get_page), (ev_bookmark_set_page),
11704         (ev_bookmark_get_property), (ev_bookmark_set_property),
11705         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
11706         (ev_bookmark_new):
11707         * backend/ev-bookmark.h:
11708         * backend/ev-document-bookmarks.c:
11709         (ev_document_bookmarks_get_bookmark):
11710         * backend/ev-document-bookmarks.h:
11711         * pdf/xpdf/pdf-document.cc:
11712         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
11713
11714         Add a bookmark object to the backend and use it instead of get_values
11715
11716 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11717
11718         * data/evince-ui.xml:
11719
11720         Cleanup and add select all.
11721
11722         * shell/ev-view.c: (ev_view_select_all),
11723         (ev_view_button_press_event):
11724         * shell/ev-view.h:
11725         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
11726
11727         Add select all.
11728         Clear selection on click.
11729
11730 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
11731
11732         * shell/ev-sidebar-thumbnails.c
11733         (ev_sidebar_thumbnails_set_document): forgot to unref the
11734         loading_icon.
11735
11736 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
11737
11738         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
11739         at the visible page, not just linearly.  This makes it look fast.
11740
11741 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
11742
11743         * backend/ev-document-misc.c
11744         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
11745         white.
11746         * backend/ev-document-thumbnails.h: New interface to get the size
11747         of a page.
11748
11749 2005-01-06  Jeremy Katz  <katzj@redhat.com>
11750
11751         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
11752         make dist works
11753
11754 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
11755
11756         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
11757         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
11758         things up a bit.
11759
11760         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
11761
11762 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
11763
11764         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
11765         fonts. Should fix font problems on systems that have the base
11766         fonts in bitmap format. Reported by James Henstridge
11767         <james@jamesh.id.au>.
11768
11769 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11770
11771         * pdf/xpdf/Gfx.cc:
11772         * pdf/xpdf/GfxState.cc:
11773
11774         Fix for CAN-2004-1125
11775
11776 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11777
11778         * shell/ev-view.c: (ev_view_copy):
11779         * shell/ev-view.h:
11780         * shell/ev-window.c: (ev_window_cmd_edit_copy):
11781
11782         Implement Edit->Copy
11783
11784 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11785
11786         * backend/ev-document.c: (ev_document_get_text):
11787         * backend/ev-document.h:
11788         * pdf/xpdf/pdf-document.cc:
11789         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
11790         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11791         (ev_view_update_primary_selection), (ev_view_button_press_event),
11792         (ev_view_motion_notify_event), (ev_view_button_release_event):
11793
11794         Beginnings of clipboard support. Incomplete but primary sort
11795         of work.
11796
11797 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11798
11799         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
11800         (expose_bin_window):
11801
11802         Nicer rubberband drawing, from GtkIconView.
11803
11804 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11805
11806         * backend/ev-document.c: (ev_document_save):
11807         * backend/ev-document.h:
11808         * data/evince-ui.xml:
11809         * pdf/xpdf/pdf-document.cc:
11810         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
11811
11812         Implement "Save a copy..." menu item
11813
11814 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11815
11816         * shell/ev-view.c: (ev_view_zoom):
11817
11818         Queue a resize when zoom changes
11819
11820 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
11821
11822         * backend/ev-document-misc.[ch]: New misc file to do simple drop
11823         shadows.
11824
11825         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
11826         thumbnails..
11827
11828 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
11829
11830         * pdf/xpdf/pdf-document.cc
11831         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
11832
11833 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
11834
11835         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
11836         It's slow, but I'll speed it up next!
11837
11838 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
11839
11840         * shell/main.c (load_files):
11841
11842         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
11843         from the command line and because it seems more appropriate.
11844
11845 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11846
11847         * data/evince-ui.xml:
11848         * shell/ev-window.c: (update_action_sensitivity),
11849         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
11850
11851         s/next page/page down
11852         s/previous page/page up
11853
11854 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11855
11856         * data/evince-ui.xml:
11857
11858         Change the layout to match clarkbw design.
11859
11860         * shell/Makefile.am:
11861         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
11862         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
11863         (ev_navigation_action_finalize),
11864         (ev_navigation_action_set_property),
11865         (ev_navigation_action_get_property),
11866         (ev_navigation_action_class_init):
11867         * shell/ev-navigation-action.h:
11868
11869         Implement clarkbw toolbar navigation controls (incomplete)
11870
11871         * shell/ev-page-action.c: (update_label), (update_spin),
11872         (value_changed_cb), (create_tool_item), (connect_proxy),
11873         (ev_page_action_init), (ev_page_action_finalize),
11874         (ev_page_action_set_property), (ev_page_action_get_property),
11875         (ev_page_action_set_current_page),
11876         (ev_page_action_set_total_pages), (ev_page_action_class_init):
11877         * shell/ev-page-action.h:
11878
11879         Implement a page switcher in the toolbar
11880
11881         * shell/ev-view.c: (ev_view_scroll_view):
11882         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11883         (update_current_page), (view_page_changed_cb), (goto_page_cb),
11884         (register_custom_actions), (ev_window_init):
11885
11886         Change page on PageUp/Down.
11887
11888 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
11889
11890         * pdf/xpdf/pdf-document.cc
11891         (pdf_document_thumbnails_get_thumbnail): initial stab at
11892         implementing thumbnail support for pdfs.  It only does documents
11893         with precached pdfs now.
11894
11895 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
11896
11897         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
11898         thumbnail code into a time-based idle as well.  Also, turn off the
11899         shadow temporarily as it's really slow.
11900
11901 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11902
11903         * backend/ev-document.c: (ev_document_class_init):
11904         * pdf/xpdf/pdf-document.cc:
11905         * shell/ev-window.c: (ev_window_open):
11906
11907         Fix document title bugs and fallback to
11908         filename when not available.
11909
11910 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11911
11912         * backend/ev-document.c: (ev_document_get_type),
11913         (ev_document_class_init), (ev_document_load),
11914         (ev_document_get_title):
11915         * backend/ev-document.h:
11916         * pdf/xpdf/pdf-document.cc:
11917         * ps/ps-document.c: (ps_document_set_property),
11918         (ps_document_get_property), (ps_document_class_init),
11919         (document_load):
11920         * ps/ps-document.h:
11921         * ps/ps.h:
11922         * shell/ev-window.c: (update_window_title), (ev_window_open),
11923         (ev_window_init):
11924
11925         Initial support for document title. Not working yet.
11926
11927 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11928
11929         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
11930
11931         Grab focus on the view when clicking it
11932
11933 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11934
11935         * shell/ev-marshal.list:
11936         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
11937         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
11938
11939         Add key bindings to the view. Now if the focus would work
11940         right...
11941
11942 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11943
11944         * Makefile.am:
11945         * backend/Makefile.am:
11946         * data/Makefile.am:
11947         * dvi/Makefile.am:
11948         * dvi/dvilib/Makefile.am:
11949         * pdf/xpdf/Makefile.am:
11950         * po/POTFILES.in:
11951         * ps/Makefile.am:
11952
11953         Fix distcheck
11954
11955 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11956
11957         * shell/ev-view.c: (ev_view_realize):
11958
11959         Fix mouse wheel scrolling
11960
11961 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11962
11963         * ps/Makefile.am:
11964         * ps/gstypes.h:
11965         * ps/gtkgs.c:
11966         * ps/gtkgs.h:
11967         * ps/ps-document.c: (catchPipe), (ps_document_init),
11968         (ps_document_class_init), (ps_document_cleanup),
11969         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
11970         (set_up_page), (close_pipe), (is_interpreter_ready),
11971         (interpreter_failed), (output), (input), (start_interpreter),
11972         (stop_interpreter), (file_length), (file_readable),
11973         (check_filecompressed), (check_pdf), (compute_xdpi),
11974         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
11975         (ps_document_get_type), (ps_document_emit_error_msg),
11976         (document_load), (ps_document_next_page),
11977         (ps_document_get_current_page), (ps_document_get_page_count),
11978         (ps_document_goto_page), (ps_document_set_page_size),
11979         (ps_document_zoom_to_fit), (ps_document_set_zoom),
11980         (ps_document_load), (ps_document_get_n_pages),
11981         (ps_document_set_page), (ps_document_get_page),
11982         (ps_document_widget_event), (ps_document_set_target),
11983         (ps_document_set_scale), (ps_document_set_page_offset),
11984         (ps_document_get_page_size), (ps_document_render),
11985         (ps_document_document_iface_init):
11986         * ps/ps-document.h:
11987         * ps/ps.c:
11988         * shell/ev-window.c: (ev_window_open):
11989
11990         Rename GtkGS to PSDocument
11991
11992 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11993
11994         * ps/gtkgs.c: (gtk_gs_class_init):
11995         * ps/gtkgs.h:
11996
11997         Some more leftover...
11998
11999 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12000
12001         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
12002         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
12003         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
12004         * ps/gtkgs.h:
12005
12006         Remove unused code and make a lot of stuff private
12007
12008 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12009
12010         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
12011         (gtk_gs_defaults_changed):
12012         * ps/gsdefaults.h:
12013         * ps/gtkgs.c:
12014         * ps/gtkgs.h:
12015         * ps/ps.h:
12016
12017         Cleanup headers dependencies
12018
12019 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12020
12021         * ps/Makefile.am:
12022         * ps/ggvutils.c:
12023         * ps/ggvutils.h:
12024         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
12025         * ps/gsdefaults.h:
12026         * ps/gtkgs.c: (file_length), (file_readable),
12027         (check_filecompressed), (check_pdf), (gtk_gs_load),
12028         (gtk_gs_get_postscript):
12029
12030         Get rid of ggvutils
12031
12032 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12033
12034         * ps/ggvutils.c:
12035         * ps/ggvutils.h:
12036         * ps/gsio.h:
12037         * ps/gtkgs.c: (gtk_gs_set_zoom):
12038
12039         Cleanups
12040
12041 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12042
12043         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
12044
12045         Ensure the page is rerendered when changing zoom
12046
12047 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12048
12049         * backend/ev-document.c: (ev_document_base_init),
12050         (ev_document_changed):
12051         * backend/ev-document.h:
12052
12053         Add a changed event that is emitted when the page content
12054         changes. This is necessary to deal with the fact that
12055         in ps backend rendering happen asycrounously.
12056         This makes the ps backend mostly work.
12057
12058         * pdf/xpdf/pdf-document.cc:
12059
12060         Emit changed event
12061
12062         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
12063         (ps_document_set_target):
12064
12065         Emit changed event
12066
12067         * shell/ev-view.c: (document_changed_callback),
12068         (ev_view_set_document), (ev_view_set_page):
12069
12070         Redraw on the changed signal
12071
12072 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
12073
12074         * configure.ac: Added pt_BR to ALL_LINGUAS.
12075
12076 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
12077
12078         * backend/ev-document-bookmarks.c:
12079         (ev_document_bookmarks_get_child): *
12080         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
12081         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
12082         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
12083         (ev_sidebar_bookmarks_destroy),
12084         (ev_sidebar_bookmarks_class_init),
12085         (ev_sidebar_bookmarks_construct), (stack_data_free),
12086         (do_one_iteration), (populate_bookmarks_idle),
12087         (ev_sidebar_bookmarks_clear_document),
12088         (ev_sidebar_bookmarks_set_document): *
12089         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
12090         (ev_sidebar_add_page),
12091         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
12092         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
12093         it displays both the topics and the page numbers.
12094
12095 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
12096
12097         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
12098         toggle.
12099         * shell/ev-window.c (toggle_entries): Set sidebar default value to
12100         visible.
12101
12102 2004-12-23  Adam Weinberger  <adamw@gnome.org>
12103
12104         * configure.ac: Added en_CA to ALL_LINGUAS.
12105
12106 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12107
12108         * ChangeLog: replace bottom of this ChangeLog (merged history of
12109         ggv and gpdf; where all paths were wrong and most of the files are
12110         not even in this tree) with ChangeLog (from arch) of the shell
12111         code.
12112
12113 2004-12-23  Havoc Pennington  <hp@redhat.com>
12114
12115         * shell/ev-window.c: hook up potentially-questionable "find
12116         results status text" feature - something involving the sidebar or
12117         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
12118         might be better in the end.
12119
12120         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
12121         with corresponding signal when it should be updated
12122
12123         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
12124
12125 2004-12-22  Havoc Pennington  <hp@redhat.com>
12126
12127         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
12128         find stuff on other pages, sort of (only returns one result on
12129         invisible pages, to show they have results; updates full results
12130         for a page when you view it). Currently repaints the current page
12131         every time a new result is found on any page, which isn't so nice.
12132
12133 2004-12-22  Havoc Pennington  <hp@redhat.com>
12134
12135         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
12136         the document doesn't support find (better ideas?)
12137         (find_bar_search_changed_cb): handle missing document or document
12138         that doesn't support find
12139
12140         * pdf/xpdf/pdf-document.cc: port to implement the new
12141         EvDocumentFindIface
12142
12143         * backend/ev-document-find.c: create a new interface for searching
12144
12145         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
12146
12147 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12148
12149         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
12150         libevbackend.la.
12151
12152         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
12153         EvPrintJob constructor arguments.
12154
12155         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
12156         for documents that can export PostScript (page by page).
12157
12158         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
12159         
12160         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
12161         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
12162         (pdf_document_ps_exporter_iface_init:
12163         Implement EvPSExporter.
12164
12165         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
12166
12167 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12168
12169         * backend/Makefile.am:
12170         * backend/ev-document-thumbnails.c:
12171         (ev_document_thumbnails_get_type),
12172         (ev_document_thumbnails_get_thumbnail):
12173         * backend/ev-document-thumbnails.h:
12174         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12175         (pixbuf_document_thumbnails_get_thumbnail),
12176         (pixbuf_document_document_thumbnails_iface_init):
12177         * shell/Makefile.am:
12178         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
12179         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
12180         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
12181         * shell/ev-sidebar-thumbnails.h:
12182         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12183         (ev_sidebar_set_document):
12184         * shell/ev-utils.c: (gaussian), (create_blur_filter),
12185         (create_shadow), (ev_pixbuf_add_shadow):
12186         * shell/ev-utils.h:
12187         Add thumbnail support.
12188         
12189 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12190
12191         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
12192         (using_postscript_printer): Set up a print dialog for "PostScript
12193         injection" method.
12194
12195         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
12196         EvPrintJob.
12197
12198         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
12199
12200 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12201
12202         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
12203         (ps_document_set_target), (ps_document_get_page_size),
12204         (ps_document_render):
12205         * ps/gtkgs.h:
12206
12207         Fix a few bugs
12208
12209 2004-12-22  Christian Rose  <menthos@menthos.com>
12210
12211         * configure.ac: Added "sv" to ALL_LINGUAS.
12212
12213 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
12214
12215         * backend/ev-document-bookmarks.[ch]: new interface to indicate
12216         document supports bookmarks.
12217
12218 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12219
12220         * ps/ggvutils.c: (ggv_file_readable):
12221         * ps/ggvutils.h:
12222         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
12223         (gtk_gs_get_postscript):
12224
12225         Remove unused utils
12226
12227 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12228
12229         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
12230         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
12231         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
12232         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
12233         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
12234         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
12235         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12236         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12237         (gtk_gs_set_antialiasing), (ps_document_load),
12238         (ps_document_render):
12239         * ps/gtkgs.h:
12240
12241         Another check point for the ps backend. Now I can get it to show
12242         pages!
12243
12244 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
12245
12246         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
12247         document setting code.
12248
12249 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12250
12251         * shell/eggfindbar.c: (entry_activate_callback):
12252         Animate the next button when activate is pressed.
12253         
12254 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12255
12256         * shell/ev-window.c: (ev_window_cmd_edit_find),
12257         (update_fullscreen_popup), (ev_window_fullscreen),
12258         (ev_window_unfullscreen), (ev_window_state_event_cb),
12259         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
12260         Fix bugs in fullscreen code.
12261         
12262 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12263
12264         * Makefile.am:
12265         * configure.ac:
12266         * pixbuf/Makefile.am:
12267         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12268         (pixbuf_document_load), (pixbuf_document_get_n_pages),
12269         (pixbuf_document_set_page), (pixbuf_document_get_page),
12270         (pixbuf_document_set_target), (pixbuf_document_set_scale),
12271         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
12272         (pixbuf_document_render), (pixbuf_document_begin_find),
12273         (pixbuf_document_end_find), (pixbuf_document_finalize),
12274         (pixbuf_document_class_init),
12275         (pixbuf_document_document_iface_init), (pixbuf_document_init):
12276         * pixbuf/pixbuf-document.h:
12277         * shell/Makefile.am:
12278         * shell/ev-application.c: (ev_application_open):
12279         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
12280         (ev_window_open):
12281         Add pixbuf backend.
12282         
12283 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
12284
12285         * Makefile.am: 
12286         * dvi/dvilib/Makefile.am:
12287         * dvi/Makefile.am:
12288         * configure.ac: Auto*ify dvi and dvi/dvilib
12289
12290         * dvi/Makefile: Remove from CVS
12291         
12292         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
12293         confusion.
12294
12295         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
12296         
12297         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
12298         
12299 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12300
12301         * ps/Makefile.am:
12302         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
12303         (gtk_gs_value_adjustment_changed), (compute_size),
12304         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
12305         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
12306         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12307         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12308         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
12309         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
12310         (ps_document_load), (ps_document_get_n_pages),
12311         (ps_document_set_page), (ps_document_get_page),
12312         (ps_document_set_target), (ps_document_set_scale),
12313         (ps_document_set_page_offset), (ps_document_get_page_size),
12314         (ps_document_render), (ps_document_begin_find),
12315         (ps_document_end_find), (ps_document_document_iface_init):
12316         * ps/gtkgs.h:
12317         * shell/Makefile.am:
12318         * shell/ev-window.c: (ev_window_open):
12319
12320         Some work to integrate gtkgs with EvDocument
12321
12322 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12323
12324         * shell/ev-window.c: (update_fullscreen_popup),
12325         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
12326         (exit_fullscreen_button_clicked_cb),
12327         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
12328         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12329         (ev_window_state_event_cb), (ev_window_init):
12330         Add fullscreen support from Epiphany.
12331         
12332 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12333
12334         * data/ev-stock-zoom-fit-width.png: fit-width
12335         stock icon from gpdf.
12336         
12337         * shell/ev-stock-icons.[ch]: copied from gpdf.
12338         
12339         * shell/main.c: (main): init stock icons.
12340         
12341         * shell/ev-window.c: use the fit-width icon.
12342         
12343         * data/evince-ui.xml: add zooming toolbar items.
12344
12345 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12346
12347         * shell/ev-view.c: 
12348         (ev_view_best_fit), (ev_view_fit_width): because
12349         get_page_size() returns the scaled page size, we
12350         need to calculate the scale factor relative to
12351         the previous scale factor. Should really just
12352         add get_real_page_size().
12353
12354 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12355
12356         * shell/ev-view.[ch]:
12357         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
12358         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
12359         add zooming.
12360         
12361         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
12362         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
12363         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
12364         hook it up.
12365         
12366         * pdf/xpdf/pdf-document.cc:
12367         (pdf_document_begin_find),
12368         (pdf_document_end_find): make static.
12369
12370 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12371
12372         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
12373
12374         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
12375         names to fontconfig patterns.
12376         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
12377
12378         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
12379         setupBaseFontsFc.
12380
12381 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12382
12383         * Makefile.am:
12384         * configure.ac:
12385         * ps/Makefile.am:
12386         * ps/ggvutils.c:
12387         * ps/ggvutils.h:
12388         * ps/gsdefaults.c:
12389         * ps/gsdefaults.h:
12390         * ps/gsio.c:
12391         * ps/gsio.h:
12392         * ps/gtkgs.c:
12393         * ps/gtkgs.h:
12394         * ps/ps.c:
12395         * ps/ps.h:
12396
12397         Import ggv backend. Not hooked up yet.
12398
12399 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12400
12401         * shell/main.c: (load_files), (main): load files
12402         from the command line.
12403
12404 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12405
12406         * configure.ac: don't require bonobo.
12407         
12408         * cut-n-paste/recent-files/*: kill bonobo recent
12409         view.
12410
12411         * shell/ev-window.c:
12412         (ev_window_is_empty): upd.
12413         (unable_to_load), (ev_window_open): load backend
12414         based on the mime type.
12415
12416 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12417
12418         * backend/.cvsignore: ignore generated marshalers source.
12419
12420         * shell/main.c (main): this is not epiphany.
12421
12422 2004-12-22  Havoc Pennington  <hp@redhat.com>
12423
12424         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
12425         (expose_bin_window): draw find highlights
12426
12427         * shell/ev-window.c (find_bar_search_changed_cb): implement 
12428         
12429         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
12430         (pdf_document_end_find): implement this interface
12431
12432         * backend/ev-document.c (ev_document_found): add this to emit
12433         signal
12434
12435 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
12436
12437         * data/evince-ui.xml: Add a few more toolbar items.
12438
12439         * shell/ev-window.c: Hook up page navigation toolbar 
12440         items.
12441
12442         * shell/ev-view.[ch]: add ev_view_set/get_page and 
12443         a page-changed signal.
12444
12445         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
12446         Add ev_document_get_page().
12447
12448         * shell/ev-window.c: Sensitize/desensitize navigation
12449         actions.
12450
12451 2004-12-21  Havoc Pennington  <hp@redhat.com>
12452
12453         * backend/ev-backend-marshal.c,
12454         backend/ev-backend-marshalers.list, backend/Makefile.am: add
12455         marshaler-generator thingy. I'm sure there's a better way to do
12456         this in the modern world.
12457
12458         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
12459         end_find methods and "found" signal.
12460
12461         * configure.ac: find glib-genmarshal
12462
12463 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
12464
12465         * shell/ev-sidebar.c: Construct an actual sidebar.
12466         * shell/ev-sidebar-bookmarks.[ch]:
12467         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
12468
12469 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
12470
12471         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
12472         Redo size handling.
12473         
12474         * shell/ev-view.c: Track the size from the document.
12475
12476 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
12477
12478         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
12479         constructor assumes ownership of the string passed in.
12480         
12481         * shell/ev-window.c (ev_window_open): Destroy the error
12482         dialog once we've displayed it.
12483
12484 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
12485
12486         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
12487         a bit, it works! (sort of)
12488
12489         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
12490         Move to .cc since we need to use C++ in the implementation.
12491
12492         * shell/dummy.cc: Add a CC file to force evince
12493         to be linked as a C++ program.
12494
12495 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
12496
12497         * shell/ev-view.[ch]: Start of content-area widget.
12498
12499         * shell/ev-window.c: Create a EvView, update it
12500         as we change documents.
12501
12502         * shell/Makefile.am shell/ev-marshal.list: Add
12503         generated marshalers.
12504
12505 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
12506
12507         * Makefile.am (SUBDIRS): move shell.
12508
12509 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
12510
12511         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
12512         .a to libtool convenience libraries.
12513
12514         * shell/ev-window.c (ev_window_open): Hard code loading
12515         a PDF document.
12516         
12517         * backend/ev-document.h: Add a boolean return to load(),
12518         fix GError * to GError **.
12519
12520         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
12521         object for a PDF backend EvDocument.
12522
12523 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
12524
12525         * dvi/*: New directory with the beginning of a .dvi backend.
12526
12527 2004-12-21  Havoc Pennington  <hp@redhat.com>
12528
12529         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
12530         previous/next instead of back/forward
12531
12532 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
12533
12534         * backend/ev-document.[ch]: Fix a couple of problems so
12535         it compile.
12536
12537 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
12538
12539         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
12540         to backend/ directory, rename EvViewer to EvDocument.
12541
12542 2004-12-21  Havoc Pennington  <hp@redhat.com>
12543
12544         * shell/ev-window.c: hook up the find bar widget; now we just need
12545         a document to find things in
12546
12547         * shell/eggfindbar.c: a find bar widget
12548
12549 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
12550
12551         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
12552
12553 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
12554
12555         * pdf/**: Import of xpdf code from gpdf. 
12556
12557         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
12558
12559         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
12560         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
12561         Fix FreeType includes.
12562
12563         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
12564         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
12565         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
12566         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
12567         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
12568         Include xpdfconfig.h
12569         
12570 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
12571
12572         * shell/ev-window.c (ev_window_dispose): dispose can be called
12573         multiple times.
12574
12575 2004-12-21  Havoc Pennington  <hp@redhat.com>
12576
12577         * shell/ev-window.c (ev_window_init): set title to Document Viewer
12578         rather than Evince
12579
12580         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
12581         items; really they should be synced with the strings, etc. from
12582         current gpdf, but just getting the boring typing out of the way 
12583
12584 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12585
12586         * po/POTFILES.in:
12587         * shell/ev-application.c: (window_destroy_cb):
12588         * shell/ev-window.c:
12589         * shell/main.c: (main):
12590
12591         Actually show the window...
12592
12593 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12594
12595         * Makefile.am:
12596         * shell/Makefile.am:
12597         * shell/ev-application.c: (ev_application_class_init):
12598         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
12599
12600         Make it build again
12601
12602 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12603
12604         Import to gnome cvs.
12605         
12606         * Remove copies of gpdf and ggv trees.
12607         * Rip out all the recursive configure code.
12608         * Remove bonobo machinery.
12609         * viewer/*: GInterfaces that backends should/can implement.
12610
12611 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12612
12613         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
12614         typo
12615
12616 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12617
12618         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
12619         (ev_application_finalize, ev_application_class_init)
12620         (ev_application_init): use GType instance private data for priv.
12621
12622         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
12623         (ev_window_finalize, ev_window_class_init)
12624         (ev_window_init): ditto.
12625
12626 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12627
12628         * shell/ev-application.c (ev_application_new_window): make public
12629         (ev_application_show_initial_window): kill.
12630
12631         * shell/ev-application.h: update prototypes.
12632
12633         * shell/main.cc (main): inline ev_application_show_initial_window.
12634
12635 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12636
12637         * shell/ev-application.c (ev_application_new_window): impl.
12638         (ev_application_show_initial_window): use it.
12639         (is_window_empty, ev_application_get_empty_window): returns an
12640         existing empty window or a new one.
12641         (ev_application_open): from ev_window_cmd_file_open.
12642
12643         * shell/ev-application.h: update prototypes
12644
12645         * shell/ev-window.c (ev_window_is_empty): impl.
12646         (ev_window_open): make public.
12647         (ev_window_cmd_file_open): use ev_application_open
12648
12649         * shell/ev-window.h: update prototypes, remove unused.
12650
12651 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12652
12653         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
12654         move destroy handler out of here...
12655
12656         * shell/ev-application.c, shell/ev-application.h: ...into this new
12657         class. Also handles initial window creation.
12658
12659         * shell/main.cc (main): use EvApplication to create initial
12660         window.
12661
12662 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12663
12664         * Makefile.am (SUBDIRS): add cut-n-paste
12665
12666         * cut-n-paste/Makefile.am: add
12667
12668         * configure.ac: generate Makefiles in cut-n-paste
12669
12670 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12671
12672         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
12673         (ev_window_class_init): install ev_window_dispose.
12674
12675 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12676
12677         * shell/ev-window.h, shell/ev-window.c: replace gchar with
12678         char (gchar looks stupid).
12679
12680 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12681
12682         * po/de.po: updated German translation.
12683
12684 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12685
12686         * configure.ac: add more pkg-config library checks for gnome-vfs,
12687         bonobo etc.
12688
12689         * gpdf/configure.in: temporarily disable libpaper
12690         checks. Otherwise I'd have to add the checks for the shell, too.
12691
12692 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12693
12694         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
12695         and * file filters to the file choose.
12696
12697 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12698
12699         * po/de.po: Updated German translation.
12700
12701 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12702
12703         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
12704
12705 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12706
12707         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
12708
12709         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
12710         (ev_window_init): implement those menuitems.
12711
12712 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12713
12714         * data/evince-ui.xml: add a toolbar (with FileOpen action)
12715
12716         * shell/ev-window.c (ev_window_init): use the toolbar.
12717
12718 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12719
12720         * shell/ev-window.c (ev_window_init): use menu translations
12721
12722 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12723
12724         * configure.ac: add "de" to ALL_LINGUAS.
12725
12726         * po/de.po: add German translation.
12727
12728 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12729
12730         * Makefile.am (SUBDIRS): add po
12731
12732         * configure.ac: check intltool, glib-gettext etc, generate
12733         po/Makefile.in
12734
12735         * po, po/POTFILES.in, po/POTFILES.skip: new.
12736
12737 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12738
12739         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
12740         already use (#ifdef ENABLE_NLS)
12741
12742         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
12743         pointer indirection thinko.
12744
12745         * shell/main.c: include gi18n.h for bindtextdomain etc.
12746
12747 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12748
12749         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
12750         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
12751         tooltips for menu items in the statusbar.
12752
12753 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12754
12755         * configure.ac, data/Makefile.am, shell/Makefile.am: use
12756         pkgdatadir drop UIDIR
12757
12758 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12759
12760         * data/evince-ui.xml: Add File->Open menu item
12761
12762         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
12763         chooser), hook it up in the ui manager.
12764
12765 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12766
12767         * shell/ev-window.c: fix Help->About tooltip.
12768
12769 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
12770
12771         * configure.ac: set CFLAGS for libevprivate.
12772
12773         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
12774         definitions, factory etc.
12775
12776         * lib/Makefile.am: build libevprivate.a (only stock icon code).
12777
12778         * shell/Makefile.am: link against libevprivate.a.
12779
12780         * shell/ev-window.c (entries): add stock icon to Help->About.
12781
12782         * shell/main.c (main): init stock icon code.
12783
12784 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12785
12786         * lib/recent-files: egg recent files code
12787
12788         * lib/Makefile.am: add.
12789
12790         * Makefile.am: add lib subdir.
12791
12792         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
12793         set CFLAGS for recent-files.
12794
12795 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12796
12797         * configure.ac: disable -ansi and -pedantic gcc flags. They
12798         disable POSIX stuff in stdio.h, but egg-recent uses them.
12799
12800 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
12801
12802         * configure.ac: add --disable-deprecated flag (defaults to on in
12803         "cvs" builds).
12804
12805         * shell/Makefile.am (INCLUDES): use it.
12806
12807 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12808
12809         * shell/main.c: add missing #include.
12810
12811         * shell/ev-window.c: fix for pedantic gcc.
12812         (ev_window_cmd_help_about): split license into paragraphs for
12813         translators and pedantic compilers.
12814
12815 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12816
12817         * configure.ac: add more warning flags if compiling with gcc from
12818         cvs (or explicitly requested with --enable-more-warnings).
12819
12820 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12821
12822         * data/evince-ui.xml: add File and File->Close menu.
12823
12824         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
12825         (ev_window_destroy): quit after destroy.
12826         (ev_window_class_init): override GtkObject::destroy.
12827         (entries): install close_window callback.
12828
12829 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12830
12831         * Makefile.am (SUBDIRS): add data subdir.
12832
12833         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
12834         gtk+ 2.5.0 for GtkAboutDialog.
12835
12836         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
12837         main window.
12838
12839         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
12840
12841         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
12842         manager.
12843         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
12844
12845 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12846
12847         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
12848
12849 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12850
12851         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
12852
12853 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12854
12855         * shell/*: Added shell directory boilerplate, build it.
12856
12857 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12858
12859         * configure.ac, Makefile.am: Added top-level configure.ac and
12860         Makefile.am