]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Add a EvTransitionAnimation to the struct.
[evince.git] / ChangeLog
1 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2
3         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
4         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
5         (ev_view_transition_animation_start) 
6         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
7         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
8         (ev_view_next_page) (ev_view_previous_page):
9         
10         Use EvTransitionAnimation to drive page changes in the presentation
11         mode, the animation will wait to start until both the origin and 
12         destination page surfaces are available. Fixes #458460.
13
14         (draw_loading_text):
15
16         Remove workaround for bug #320352, it's now fixed properly.
17
18
19 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
20
21         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
22         will contain the implementations for page transition animations, at
23         the moment it just has the "replace" effect.
24         * shell/Makefile.am: Added these files to build.
25
26 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
27
28         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
29         animations.
30         * shell/Makefile.am: Added these files to build.
31
32 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
33
34         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
35         implementation to get_effect() in EvDocumentTransitionIface.
36
37 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
38
39         * libdocument/ev-transition-effect.[ch]: New files, define a page
40         transition effect, at the moment it maps PopplerPageTransition to a
41         GObject.
42         * libdocument/Makefile.am: Added these files to build.
43         * libdocument/ev-document-transition.[ch]
44         (ev_document_transition_get_effect): New method, gets the
45         EvTransitionEffect returned by the interface implementation, with
46         fallback to the "replace" effect.
47
48 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
49
50         * configure.ac:
51         * cut-n-paste/Makefile.am:
52         * cut-n-paste/fileformatchooser/Makefile.am:
53         * cut-n-paste/fileformatchooser/egg-macros.h:
54         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
55         * shell/Makefile.am:
56         * shell/ev-window.c: (image_save_dialog_response_cb),
57         (ev_view_popup_cmd_save_image_as):
58
59         Allow exporting images in any format supported by
60         GdkPixbuf. Fixes bug #500209.
61         
62 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
63
64         * backend/pixbuf/pixbuf-document.c:
65
66         More warnings fixed.
67         
68 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
69
70         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
71         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
72         * backend/djvu/djvu-text.h:
73         * backend/tiff/tiff-document.c: (tiff_document_render):
74
75         Fix compile warnings.
76         
77 2007-12-28  Christian Persch  <chpe@gnome.org>
78
79         * **/*.c: Include config.h. Bug #504721.
80
81 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
82
83         * configure.ac:
84         * Makefile.am:
85         * po/POTFILES.in:
86         * backend/comics/Makefile.am:
87         * backend/comics/comics-document.[ch]:
88         * backend/comics/comicsdocument.evince-backend.in:
89         * backend/djvu/Makefile.am:
90         * backend/djvu/djvu-document.[ch]:
91         * backend/djvu/djvudocument.evince-backend.in:
92         * backend/dvi/Makefile.am:
93         * backend/dvi/dvi-document.[c]:
94         * backend/dvi/dvidocument.evince-backend.in:
95         * backend/impress/Makefile.am:
96         * backend/impress/impress-document.[ch]:
97         * backend/impress/impressdocument.evince-backend.in:
98         * backend/pdf/Makefile.am:
99         * backend/pdf/ev-poppler.cc:
100         * backend/pdf/ev-poppler.h:
101         * backend/pdf/pdfdocument.evince-backend.in:
102         * backend/pixbuf/Makefile.am:
103         * backend/pixbuf/pixbuf-document.[ch]:
104         * backend/pixbuf/pixbufdocument.evince-backend.in:
105         * backend/ps/Makefile.am:
106         * backend/ps/ev-spectre.[ch]:
107         * backend/ps/ps-document.[ch]:
108         * backend/ps/psdocument.evince-backend.in:
109         * backend/tiff/Makefile.am:
110         * backend/tiff/tiff-document.[ch]:
111         * backend/tiff/tiffdocument.evince-backend.in:
112         * libdocument/Makefile.am:
113         * libdocument/ev-backends-manager.[ch]:
114         * libdocument/ev-module.[ch]:
115         * libdocument/ev-document.h:
116         * libdocument/ev-document-factory.[ch]:
117         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
118         (get_compression_from_mime_type), (get_document_from_uri),
119         (ev_document_factory_get_document), (file_filter_add_mime_types),
120         (ev_document_factory_add_filters):
121         * shell/Makefile.am:
122         * shell/ev-window-title.c: (get_filename_from_uri):
123         * shell/main.c: (main):
124         * thumbnailer/Makefile.am:
125         * thumbnailer/evince-thumbnailer.c: (main):
126
127         Plugin system for backends. Fixes bug #351348.
128         
129 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
130
131         * shell/ev-view-private.h:
132         * shell/ev-view.c: (ev_view_drag_update_momentum),
133         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
134         (ev_view_button_release_event), (ev_view_destroy):
135         
136         Kinetic scrolling implemented as requested in
137         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
138
139 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
140
141         * data/evince-toolbar.xml:
142         * data/evince-ui.xml:
143         * shell/ev-view-private.h:
144         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
145         (ev_view_button_press_event), (ev_view_motion_notify_event),
146         (ev_view_button_release_event), (ev_view_init),
147         (ev_view_autoscroll_cb), (ev_view_autoscroll),
148         (ev_view_set_cursor):
149         * shell/ev-view.h:
150         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
151         (ev_window_cmd_view_autoscroll):
152         
153         Autoscroll feature with the context menu. Fixes bug 
154         #323670. Thanks to David Turner <cillian64@googlemail.com>.
155
156 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
157
158         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
159
160         Disconnect also page-ready signal when removing a job because the
161         page size has changed. Thanks to kripken
162         <kripkensteiner@gmail.com>.
163
164 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
165
166         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
167         
168         Scroll pages in page entry with mouse wheel. Fixes bug
169         #324122. Thanks to David Turner <cillian64@googlemail.com>.
170
171 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
172
173         * backend/dvi/Makefile.am:
174         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
175         (mdvi_cairo_device_init):
176         * backend/dvi/mdvi-lib/common.h:
177         * backend/dvi/mdvi-lib/mdvi.h:
178         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
179         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
180         (mdvi_build_path_from_cwd):
181
182         Add ps specials support in dvi backend when libspectre is
183         present. Fixes bug #386005.
184         
185 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
186
187         * configure.ac:
188         * backend/ps/Makefile.am:
189         * backend/ps/ev-spectre.[ch]:
190         
191         Use libspectre, if available, for the ps backend. Fixes bugs
192         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
193
194 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
195         
196         * backend/comics/comics-document.c: (comics_document_load):
197         
198         Cygwin build issue fix.
199
200 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
201
202         * shell/ev-view.c: (ev_view_set_zoom):
203
204         Do not limit the minimum zoom factor when sizing mode is best bit
205         or fit width. Fixes bug #503805.
206         
207 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
208
209         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
210         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
211         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
212         (ev_link_dest_get_property), (ev_link_dest_set_property),
213         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
214         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
215         (ev_link_dest_new_fitr):
216         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
217         (goto_fith_dest), (goto_xyz_dest):
218
219         Do not change left, top and zoom values when they are null in PDF
220         destinations. Fixes bug #460658.
221         
222 2007-12-10  Christian Persch  <chpe@gnome.org>
223
224         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
225         (ev_view_accessible_class_init),
226         (ev_view_accessible_idle_do_action),
227         (ev_view_accessible_action_do_action),
228         (ev_view_accessible_action_get_description),
229         (ev_view_accessible_action_set_description),
230         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
231         (ev_view_accessible_factory_init),
232         (ev_view_accessible_factory_get_accessible_type):
233         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
234         private data, and G_DEFINE_TYPE. Bug #502843.
235
236 2007-12-08  Christian Persch  <chpe@gnome.org>
237
238         * shell/ev-metadata-manager.c: (item_free),
239         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
240         (value_free), (parse_value), (parseItem),
241         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
242         (save_values): Use GSlice to allocate small amounts of memory. Bug
243         #475972.
244
245 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
246
247         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
248
249         Restore cursor to normal after a drag operation. Fixes bug
250         #501603.
251         
252 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
253
254         * NEWS:
255         * configure.ac:
256         
257         Update for release 2.21.1
258
259 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
260
261         * configure.ac:
262         * cut-n-paste/gedit-message-area/Makefile.am:
263         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
264         * shell/Makefile.am:
265         * shell/ev-message-area.[ch]:
266         * shell/ev-window.c: (ev_window_set_message_area),
267         (ev_window_error_message_response_cb), (ev_window_error_message),
268         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
269         (ev_window_save_job_cb), (image_save_dialog_response_cb),
270         (ev_attachment_popup_cmd_open_attachment),
271         (attachment_save_dialog_response_cb), (ev_window_set_document),
272         (ev_window_init):
273
274         Use a message area instead of a popup dialog for error
275         notifications. Fixes bug #337495.
276         
277 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
278
279         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
280         (ev_window_run_fullscreen):
281
282         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
283         
284 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
285
286         * ev-sidebar-thumbnails.c: (update_visible_range),
287         (ev_sidebar_thumbnails_refresh),
288         (ev_sidebar_thumbnails_set_document),
289         (ev_sidebar_thumbnails_support_document):
290
291         Show thumbnails for documents with one page. Fixes bug #358751.
292         
293 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
294
295         * shell/ev-window.c:
296         (ev_window_load_print_settings_from_metadata),
297         (ev_window_save_print_settings), (ev_window_print_finished),
298         (ev_window_print_range):
299
300         Print settings that are specific to the document are now saved per
301         document in the metadata file. Fixes bug #488806.
302         
303 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
304
305         * backend/tiff/tiff-document.c: (tiff_document_render):
306
307         Tiff documents were rendered with wrong colors. Fixes bug #497279.
308         
309 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
310
311         * shell/ev-application.[ch]: (get_find_string_from_args),
312         (ev_application_open_uri_at_dest), (ev_application_open_uri),
313         (ev_application_open_uri_list):
314         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
315         * shell/ev-window.[ch]: (ev_window_load_job_cb),
316         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
317         (ev_window_cmd_recent_file_activate),
318         (ev_window_open_recent_action_item_activated),
319         (ev_window_print_send), (open_remote_link):
320         * shell/main.c: (arguments_parse):
321
322         Add a command line option for search. Fixes bug #497710.
323         
324 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
325
326         * shell/ev-jobs.c: (ev_job_print_new):
327
328         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
329         
330 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
331
332         * data/evince-toolbar.xml:
333         * shell/Makefile.am:
334         * shell/ev-application.c: (ev_application_init):
335         * shell/ev-open-recent-action.[ch]:
336         * shell/ev-window.c:
337         (ev_window_open_recent_action_item_activated),
338         (register_custom_actions):
339
340         Add an expander to the open toolbar item which pops up a dropdown
341         menu with the recently used documents. Fixes bug #487215.
342         
343 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
344
345         * shell/ev-window.c: (ev_window_open_uri),
346         (ev_window_cmd_view_reload):
347
348         Do not jump to the first page when reloading by running evince
349         from the command line. Fixes bug #490847.
350         
351 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
352
353         * shell/ev-window.c: (ev_window_cmd_help_contents):
354
355         Plugged memory leak when help file is not found. Fixes bug
356         #490762.
357         
358 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
359
360         * configure.ac:
361
362         Enable djvu, dvi and comics backends by default. Fixes bug
363         #437121.
364         
365 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
366
367         * configure.ac:
368         * cut-n-paste/Makefile.am:
369         * cut-n-paste/recent-files/*: Removed
370         * help/reference/Makefile.am:
371         * shell/Makefile.am:
372         * shell/ev-application.[ch]: (ev_application_shutdown),
373         (ev_application_init):
374         * shell/ev-window.c: (ev_window_add_recent),
375         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
376
377         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
378         
379 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
380
381         * shell/ev-window.c: (launch_external_uri):
382
383         Let GnomeVFS check the URL, this allow more URL (like mailto:),
384         and report error if the URL is not supported (#489910).
385
386 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
387
388         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
389         (pdf_document_file_exporter_begin_page),
390         (pdf_document_file_exporter_end_page):
391
392         Fix printing with poppler splash backend. Fixes bug #489774.
393         
394 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
395
396         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
397         * shell/ev-print-job.c: (ev_print_job_class_init):
398
399         Fix a crash when printing with the gnome-print dialog. Fixes bug
400         #488939.
401         
402 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
403
404         * backend/pixbuf/pixbuf-document.c:
405
406         Fix an implicit function definition warning (#487655)
407
408 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
409
410         * shell/ev-window.c:
411
412         Fix conflicting shortcut for view sade pane and presentation.
413         
414 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
415
416         * backend/pdf/ev-poppler.cc:
417         (pdf_document_file_exporter_begin_page),
418         (pdf_document_file_exporter_do_page),
419         (pdf_document_file_exporter_end_page),
420         (pdf_document_file_exporter_iface_init):
421         * libdocument/ev-file-exporter.[ch]:
422         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
423         * shell/ev-jobs.c: (ev_job_print_get_page_list),
424         (ev_job_print_run):
425
426         When printing multiple pages per sheet in reverse option, do not
427         invert the order of the pages in every sheet, but the order of the
428         sheets. Do not print blank pages when page range is invalid. Fixes
429         bugs #484857 and #485521.
430         
431 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
432
433         * shell/ev-jobs.c: (ev_job_print_get_page_list),
434         (ev_job_print_run):
435         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
436
437         Respect ranges order when printing more than one range in random
438         order.
439         
440 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
441
442         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
443         (ev_window_setup_document), (ev_window_rotation_changed_cb):
444
445         Rotate also the window icon when document is rotated. Fixes bug
446         #474681.
447         
448 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
449
450         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
451         (pdf_document_forms_get_form_fields):
452
453         Silently ignore unknown form fields. Fixes bug #482654. Patch by
454         Matthias Drochner.
455         
456 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
457
458         * configure.ac:
459         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
460
461         Use poppler_page_render_for_printing() instead of
462         poppler_page_render() if available when exporting to a ps or pdf
463         file. Fixes bug #476627.
464         
465 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
466
467         * shell/ev-window.c: (ev_window_run_fullscreen):
468
469         Do not show the toolbar in fullscreen mode if the main toolbar is
470         not visible. Fixes bug #483048.
471         
472 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
473
474         * shell/ev-view.c: (ev_view_button_press_event):
475
476         Give priority to form fields over images when deciding whether a
477         button press event is over an image or form field. It allows edit
478         form fields when they are over a background image. Fixes bug
479         #477841.
480         
481 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
482
483         * NEWS:
484         * configure.ac:
485         
486         Update for release 2.20.0
487
488 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
489
490         * backend/pdf/ev-poppler.cc:
491
492         Remove #ifdef HAVE_FORMS, so that forms support works again.
493
494 2007-09-05  Götz Waschk  <waschk@mandriva.org>
495
496         * configure.ac:
497         * data/evince.desktop.in.in:
498         
499         Fixes desktop file issues. See bug #473471.
500
501 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
502
503         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
504         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
505         (ev_job_queue_remove_job):
506         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
507         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
508         * shell/ev-window.c: (ev_window_clear_save_job),
509         (ev_window_save_job_cb), (file_save_dialog_response_cb),
510         (ev_window_dispose):
511
512         Move save a copy task to its own job so that it's carried out in a
513         thread avoiding another lock in the main thread. Use
514         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
515         can be saved to a pathin another file system. Fixes bug #456891.
516         
517 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
518
519         * NEWS:
520         * configure.ac:
521         
522         Update for release 2.19.92
523
524 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
525
526         * configure.ac:
527         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
528         (pdf_selection_get_selection_region),
529         (pdf_selection_get_selection_map),
530         (ev_form_field_from_poppler_field):
531
532         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
533         and triple click selections are enabled again now.
534
535 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
536
537         * shell/ev-window.c: (ev_window_add_history):
538
539         Make sure not to use the history with documents not supporting
540         links. Fixes bug #468954.
541
542 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
543
544         * shell/ev-window.c: (ev_window_load_job_cb):
545
546         Restart the search when reloading a document with the find bar
547         visible. Fixes bug #461962.
548
549 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
550
551         * shell/ev-window.c: (setup_document_from_metadata),
552         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
553
554         Do not jump to the first page when reloading a document from the
555         last page.
556
557 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
558
559         * shell/ev-window.c: (update_chrome_flag),
560         (setup_sidebar_from_metadata),
561         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
562         (ev_window_cmd_edit_find_next),
563         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
564         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
565         (find_bar_close_cb), (view_actions_focus_in_cb):
566
567         Do not update visibility when changing a chrome flag so that it's
568         possible to update several flags and update visibility only once
569         for all of them.
570
571 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
572
573         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
574
575         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
576         supported by gtk+. Fixes bug #460907.
577
578 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
579
580         * shell/ev-view.c: (view_update_range_and_current_page):
581
582         Make sure current-page <= end-page in continuous mode. Fixes bug
583         #454950.
584
585 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
586
587         * backend/pdf/ev-poppler.cc: (build_tree):
588
589         Ignore outline items without a title. Fixes bug #453913.
590
591 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
592
593         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
594         (ev_view_button_release_event), (ev_view_leave_notify_event):
595
596         Use always drag mouse cursor during a drag operation. Fixes bug
597         #470564.
598
599 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
600
601         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
602         (pdf_selection_get_selection_region),
603         (pdf_selection_get_selection_map):
604
605         Temporarily disable double and triple selections since it depends on
606         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
607         released and the update of the external dependency minimal version
608         approved.
609
610 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
611
612         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
613         (pdf_document_file_exporter_do_page):
614         * libdocument/ev-file-exporter.h:
615         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
616         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
617
618         Actually fix printing regressions. Remove orientation from
619         EvPrintContext since it's redundant.
620
621 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
622
623         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
624         * backend/impress/impress-document.c:
625         (impress_document_document_iface_init):
626         * backend/ps/ps-document.c: (ps_document_document_iface_init):
627         * backend/djvu/djvu-document.c:
628         (djvu_document_document_iface_init),
629         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
630         * backend/tiff/tiff-document.c:
631         (tiff_document_document_iface_init):
632         * backend/pixbuf/pixbuf-document.c:
633         (pixbuf_document_document_iface_init):
634         * backend/comics/comics-document.c:
635         (comics_document_document_iface_init):
636         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
637         (pdf_selection_render_selection),
638         (pdf_selection_get_selected_text),
639         (pdf_selection_get_selection_region),
640         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
641         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
642         (ev_selection_get_selection_region),
643         (ev_selection_get_selection_map):
644         * libdocument/ev-document.[ch]:
645         * shell/ev-pixbuf-cache.[ch]: (add_job),
646         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
647         * shell/ev-view-private.h:
648         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
649         (ev_job_render_run):
650         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
651         * shell/ev-view.c: (start_selection_for_event),
652         (ev_view_button_press_event), (ev_view_drag_data_get),
653         (ev_view_drag_data_received), (ev_view_button_release_event),
654         (compute_new_selection_text), (compute_selections),
655         (ev_view_select_all), (get_selected_text), (ev_view_copy),
656         (ev_view_primary_get_cb):
657
658         Add support for double and triple click selections.
659
660 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
661
662         * NEWS:
663         * configure.ac:
664
665         Update for release 2.19.4
666
667 2007-08-28  Justin Blanchard  <justinb04@aim.com>
668
669         * shell/ev-view-private.h:
670         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
671         (ev_view_set_highlight_search):
672         * shell/ev-view.h:
673         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
674         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
675         (find_bar_visibility_changed_cb):
676         
677         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
678
679 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
680
681         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
682         (pdf_document_file_exporter_begin),
683         (pdf_document_file_exporter_do_page):
684         * shell/ev-jobs.c: (ev_job_print_run):
685         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
686
687         Create always a portrait cairo surface and rotate when needed for
688         landscape. It fixes printing problems in real printers.
689
690 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
691
692         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
693         * libdocument/ev-file-exporter.[ch]:
694         (ev_file_exporter_get_capabilities):
695         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
696         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
697
698         Adjust number of pages per row according to page orientation when
699         printing 2 or 6 pages per sheet.
700
701 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
702
703         * shell/ev-window.c: (ev_window_print_send):
704
705         Reset also cups setting to 1 when printing multiple pages per
706         sheet. Fixes bug #468853.
707
708 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
709
710         * libdocument/ev-document-misc.c:
711         (ev_document_misc_surface_rotate_and_scale):
712
713         Use directly cairo_surface_get_content() when creating a similar
714         surface as suggested by Jeff Muizelaar. Thanks again.
715
716 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
717
718         * backend/djvu/djvu-document.c: (djvu_document_render):
719         * backend/tiff/tiff-document.c: (tiff_document_render):
720         * backend/pdf/ev-poppler.cc: (pdf_document_render):
721         * libdocument/ev-document-misc.c:
722         (ev_document_misc_surface_from_pixbuf),
723         (ev_document_misc_surface_rotate_and_scale):
724
725         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
726         creating page surfaces. Fixes bug #453123. Thank you very much to
727         Jeff Muizelaar <jeff@infidigm.net>.
728
729 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
730
731         * shell/ev-page-cache.c: (ev_page_cache_new),
732         (ev_page_cache_get_thumbnail_size):
733         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
734         (ev_sidebar_thumbnails_set_loading_icon):
735
736         Also store in page-cache the dimensions of the thumbnails so that
737         they can be used to create the correct loading icon in the side
738         pane. Fixes bug #466857.
739
740 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
741
742         * backend/pdf/ev-poppler.cc:
743         (pdf_document_thumbnails_get_thumbnail):
744
745         Fix thumbnails rotation in pdf documents that include embedded 
746         thumbnails.
747
748 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
749
750         * backend/pdf/ev-poppler.cc:
751
752         Don't use #ifdef in macro expansion. Some compilers don't
753         like that. Closes bug #467042.
754
755 2007-08-15  Justin Blanchard  <justinb04@aim.com>
756
757         * backend/djvu/djvu-document.c: (djvu_document_finalize):
758         
759         Fixes memory leak in djvu backend.
760
761 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
762
763         * data/icons/32x32/Makefile.am:
764         * data/icons/32x32/actions/Makefile.am:
765         * data/icons/32x32/actions/view-page-cont.svg:
766         * data/icons/32x32/actions/view-page-facing.svg:
767         * data/icons/48x48/Makefile.am:
768         * data/icons/48x48/actions/Makefile.am:
769         * data/icons/48x48/actions/view-page-cont.svg:
770         * data/icons/48x48/actions/view-page-facing.svg:
771         
772         Icons for a new sizes.
773
774 2007-08-14  Justin Blanchard  <justinb04@aim.com>
775
776         * shell/ev-page-cache.c: (build_height_to_page),
777         (ev_page_cache_get_height_to_page):
778         
779         Fixes invalid read, see bug #466401.
780
781 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
782
783         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
784         (set_drag_cursor):
785         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
786         (configure_item_cursor), (new_pixbuf_from_widget):
787
788         Fix multihead problems in toolbar editor. Fixes bug #382055.
789
790 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
791
792         * shell/ev-window.c: (ev_window_cmd_file_open),
793         (ev_window_cmd_save_as):
794
795         Use g_get_user_special_dir when available instead of
796         xdg_user_dir_lookup.
797
798 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
799
800         * MAINTAINERS:
801         
802         Updated according to request on desktop-devel.
803
804 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
805
806         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
807
808         Do not use cairo_rectangle and cairo_clip since we are
809         not using cairo_fill but cairo_paint. Use the same cairo context
810         for every page in the same expose event.
811
812 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
813
814         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
815         leak.
816
817 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
818
819         * configure.ac:
820         * NEWS:
821
822         Release 0.9.3
823
824 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
825
826         * libdocument/ev-document-info.h:
827         * libdocument/ev-document.h:
828         * shell/ev-page-action.h:
829         * shell/ev-sidebar-links.h:
830
831         Fix a headers problem with ev-link
832         
833         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
834         * shell/ev-view-private.h:
835         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
836         (get_link_area), (ev_view_query_tooltip),
837         (ev_view_leave_notify_event), (ev_view_destroy),
838         (ev_view_class_init):
839
840         Use new gtk tooltips when available instead of ev-tooltip.
841         
842 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
843
844         * shell/ev-window.c: (update_chrome_visibility),
845         (ev_window_sidebar_visibility_changed_cb):
846
847         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
848         
849 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
850
851         * shell/ev-navigation-action.c:
852         (ev_navigation_action_history_changed),
853         (ev_navigation_action_set_history):
854         * shell/ev-navigation-action-widget.c:
855         (ev_navigation_action_widget_init):
856         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
857
858         Fix compile warnings.
859         
860 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
861
862         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
863         (egg_editable_toolbar_dispose):
864
865         Fix memory leak.
866         
867 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
868
869         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
870         (screensaver_disable_x11):
871         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
872         * shell/ev-window.c: (presentation_set_timeout):
873         * shell/ev-view.c: (ev_view_presentation_transition_start):
874
875         Use g_timeout_add_seconds instead of g_timeout_add when
876         available.
877         
878 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
879
880         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
881
882         Set horizontal scrollbar policy to AUTOMATIC instead of
883         NEVER. Workaround for bug #449462.
884         
885 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
886
887         * shell/ev-jobs.c: (ev_job_render_page_ready):
888
889         Add page_ready callback to main loop with high priority and hold
890         a reference to job during idle.
891         
892 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
893
894         * configure.ac:
895         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
896         (pdf_document_file_exporter_begin),
897         (pdf_document_file_exporter_do_page),
898         (pdf_document_file_exporter_get_capabilities):
899         * libdocument/ev-file-exporter.h:
900         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
901         * shell/ev-window.c: (ev_window_print_send),
902         (ev_window_print_dialog_response_cb):
903
904         Allow printing multiple pages per sheet. Fixes bug #395573.
905         
906 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
907
908         * shell/ev-view.c: (tip_from_link):
909         
910         Check for NULL, fixes bug #460862.
911
912 2007-07-29  Christian Persch  <chpe@gnome.org>
913
914         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
915         (ev_window_preview_print_finished), (ev_window_do_preview_print),
916         (ev_window_cmd_preview_print):
917         
918         Fixes bug #437681 - blocks while enumerating printers.
919
920 2007-07-29  Christian Persch  <chpe@gnome.org>
921
922         * shell/ev-window.c: (ev_window_screen_changed):
923         
924         Don't use deprecated gtk+ function. See bug #460909.
925
926 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
927
928         * shell/ev-utils.c: (get_num_monitors):
929         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
930
931         Do not use display before initializing it. Remove compile
932         warnings.
933
934 2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
935
936         * shell/ev-view.c: (ev_view_class_init):
937         
938         Unix-like hjkl bindings added. See bug #458111.
939
940 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
941
942         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
943         * shell/ev-utils.h:
944         * shell/ev-view.c: (ev_view_set_zoom_for_size),
945         (ev_view_update_view_size):
946         * shell/ev-view.h:
947         * shell/ev-window.c: (ev_window_update_actions),
948         (setup_view_from_metadata), (ev_window_screen_changed),
949         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
950         (zoom_control_changed_cb):
951         * shell/ev-window.h:
952         
953         Reorganizes utility functions.
954
955 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
956
957         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
958         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
959         (add_job), (ev_pixbuf_cache_get_surface),
960         (ev_pixbuf_cache_get_link_mapping),
961         (ev_pixbuf_cache_get_image_mapping),
962         (ev_pixbuf_cache_get_form_field_mapping),
963         (ev_pixbuf_cache_get_text_mapping):
964         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
965         (notify_page_ready), (ev_job_render_page_ready),
966         (ev_job_render_run):
967
968         Add page_ready signal to notify that page is ready as soon as
969         possible even if other page elements like links, forms, images or
970         text mapping are not ready yet.
971
972 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
973
974         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
975         (dvi_document_file_exporter_do_page),
976         (dvi_document_file_exporter_get_capabilities),
977         (dvi_document_file_exporter_iface_init):
978         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
979         (ps_document_file_exporter_do_page),
980         (ps_document_file_exporter_get_capabilities),
981         (ps_document_file_exporter_iface_init):
982         * backend/djvu/djvu-document.c:
983         (djvu_document_file_exporter_begin),
984         (djvu_document_file_exporter_end),
985         (djvu_document_file_exporter_get_capabilities),
986         (djvu_document_file_exporter_iface_init):
987         * backend/tiff/tiff-document.c:
988         (tiff_document_file_exporter_begin),
989         (tiff_document_file_exporter_get_capabilities),
990         (tiff_document_document_file_exporter_iface_init):
991         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
992         (pdf_document_file_exporter_do_page),
993         (pdf_document_file_exporter_get_capabilities),
994         (pdf_document_file_exporter_iface_init):
995         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
996         (ev_file_exporter_get_capabilities):
997         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
998         (idle_print_handler), (ev_print_job_print):
999         * shell/ev-jobs.c: (ev_job_print_run):
1000         * shell/ev-window.c: (ev_window_print_send),
1001         (ev_window_print_range):
1002
1003         Use capabilities to know which options should be offered by the
1004         print dialog depending on the document backend.
1005
1006 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1007
1008         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1009
1010         Give priority to forms over text to set the cursor.
1011
1012 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1013
1014         * shell/ev-view-private.h:
1015         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1016         (ev_view_leave_notify_event), (ev_view_finalize),
1017         (ev_view_get_property), (ev_view_class_init):
1018
1019         Use IBEAM cursor for text form fields and NORMAL cursor for read
1020         only fields. Remove unused status attribute.
1021
1022 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1023
1024         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1025
1026         Update region for current selected items also for checkbox
1027         buttons, since they can behave as radio buttons when they are in a
1028         set.
1029
1030 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1031
1032         * configure.ac:
1033         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1034
1035         Get max length of text form fields.
1036
1037 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1038
1039         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1040         * libdocument/ev-form-field.h:
1041         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
1042
1043         Fix build with current poppler cvs head.
1044
1045 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1046
1047         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1048         * shell/eggfindbar.c: (egg_find_bar_init):
1049
1050         Fix build with gtk+ >= 2.11.5 due to gtktooltips
1051         deprecation. Fixes bug #455667
1052
1053 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1054
1055         * NEWS:
1056         * configure.ac:
1057         
1058         Update for release 0.9.2
1059
1060 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1061
1062         * shell/ev-view.c: (ev_view_form_field_text_save),
1063         (ev_view_form_field_choice_save):
1064
1065         Fix a crash when closing whith a form widget visible.
1066
1067 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1068
1069         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1070
1071         Update also the region of the current selected button when
1072         clicking on another button if they are radio buttons.
1073
1074 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1075
1076         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
1077         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
1078         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
1079         (ev_pixbuf_cache_get_link_mapping),
1080         (ev_pixbuf_cache_get_image_mapping),
1081         (ev_pixbuf_cache_get_form_field_mapping),
1082         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
1083         * shell/ev-view.c: (ev_view_form_field_get_region),
1084         (ev_view_form_field_button_create_widget),
1085         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1086         (job_finished_cb):
1087
1088         Redraw only form field region instead of the whole page when
1089         reloading a page to show changes on the form field.
1090
1091 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1092
1093         * shell/ev-view.c: (ev_view_form_field_choice_save):
1094
1095         Fix selection of first item in list form fields.
1096
1097 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1098
1099         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
1100         (ev_pixbuf_cache_reload_page),
1101         (ev_pixbuf_cache_get_form_field_mapping):
1102
1103         Some refactoring to avoid duplicated code.
1104
1105 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1106
1107         * configure.ac:
1108         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
1109         (ev_form_field_from_poppler_field),
1110         (pdf_document_forms_get_form_fields),
1111         (pdf_document_forms_form_field_text_get_text),
1112         (pdf_document_forms_form_field_text_set_text),
1113         (pdf_document_forms_form_field_button_set_state),
1114         (pdf_document_forms_form_field_button_get_state),
1115         (pdf_document_forms_form_field_choice_get_item),
1116         (pdf_document_forms_form_field_choice_get_n_items),
1117         (pdf_document_forms_form_field_choice_is_item_selected),
1118         (pdf_document_forms_form_field_choice_select_item),
1119         (pdf_document_forms_form_field_choice_toggle_item),
1120         (pdf_document_forms_form_field_choice_unselect_all),
1121         (pdf_document_forms_form_field_choice_set_text),
1122         (pdf_document_forms_form_field_choice_get_text),
1123         (pdf_document_document_forms_iface_init):
1124         * libdocument/Makefile.am:
1125         * libdocument/ev-form-field.[ch]:
1126         * libdocument/ev-document-forms.[ch]:
1127         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1128         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1129         (add_job), (ev_pixbuf_cache_reload_page),
1130         (ev_pixbuf_cache_get_form_field_mapping):
1131         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
1132         * shell/ev-view-private.h:
1133         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
1134         (ev_view_handle_cursor_over_xy),
1135         (ev_view_get_form_field_at_location),
1136         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
1137         (ev_view_form_field_button_create_widget),
1138         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
1139         (ev_view_form_field_text_create_widget),
1140         (ev_view_form_field_choice_save),
1141         (ev_view_form_field_choice_changed),
1142         (ev_view_form_field_choice_create_widget),
1143         (ev_view_handle_form_field), (ev_view_size_allocate),
1144         (ev_view_realize), (draw_end_presentation_page),
1145         (ev_view_button_press_event), (ev_view_remove_all),
1146         (ev_view_motion_notify_event), (ev_view_key_press_event),
1147         (ev_view_enter_notify_event), (highlight_find_results),
1148         (draw_loading_text), (draw_one_page), (ev_view_destroy),
1149         (ev_view_class_init), (page_changed_cb),
1150         (on_adjustment_value_changed), (ev_view_set_presentation),
1151         (merge_selection_region), (ev_view_set_cursor),
1152         (ev_view_reset_presentation_state):
1153         
1154         Merge evince-forms branch.
1155
1156 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
1157
1158         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
1159
1160         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
1161         This script also updates itself from libegg
1162
1163         * cut-n-paste/toolbar-editor/egg*:
1164         Run update-toolbareditor-from-libegg.sh so we are in sync again with
1165         libegg
1166
1167 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
1168
1169         * shell/ev-window.c:
1170         
1171         Adds a nice icon to page action during toolbar editing.
1172         See bug #452872.
1173
1174 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1175
1176         * data/evince-toolbar.xml:
1177         * shell/ev-window.c:
1178         
1179         Let user add a presentation and fullscreen icons on toolbar.
1180         See bug #449734.
1181
1182 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
1183
1184         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
1185
1186         new script to keep in sync with toolbareditor in libegg
1187
1188         * cut-n-paste/toolbar-editor/*: 
1189
1190         Run update-toolbareditor-from-libegg so we are in sync again. 
1191         Fixes bug #452850.
1192         
1193
1194 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1195
1196         * shell/ev-sidebar-links.c: (job_finished_callback):
1197
1198         Do not connect selection changed signal more than once. Fixes bug
1199         #349433.
1200
1201 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1202
1203         * shell/ev-window.c: (ev_window_view_sidebar_cb):
1204
1205         Do not change sidebar chrome flag when pressing F9 key in
1206         presentation mode.
1207
1208 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1209
1210         * backend/pdf/ev-poppler.cc:
1211         (pdf_document_thumbnails_get_dimensions):
1212
1213         Make sure thumbnails width and height is not <= 0. Fixes a crash
1214         with some pdf documents which have really small pages.
1215
1216 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
1217
1218         * shell/main.c: (main):
1219
1220         Fixes program description translation issue.
1221         Bug #450148.
1222
1223 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
1224
1225         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
1226
1227         Do not change current page when returning from black/white mode
1228         in presentation. Fixes bug #415032.
1229
1230 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1231
1232         * NEWS:
1233         * configure.ac:
1234         
1235         Update for release 0.9.1
1236
1237 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
1238
1239         * backend/dvi/dvi-document.c:
1240         (dvi_document_finalize),
1241         (dvi_document_file_exporter_format_supported),
1242         (dvi_document_file_exporter_begin),
1243         (dvi_document_file_exporter_do_page),
1244         (dvi_document_file_exporter_end),
1245         (dvi_document_file_exporter_iface_init), (dvi_document_init):
1246         
1247         PDF exporter for dvi documents. Fixes bug #441319.
1248
1249 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1250
1251         * shell/ev-window.c: (ev_window_clear_print_job):
1252
1253         Clear gtk print job when job has finished. Fixes bug #447612.
1254
1255 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1256
1257         * shell/ev-window.c: (ev_window_print_send),
1258         (ev_window_print_dialog_response_cb), (ev_window_print_range):
1259
1260         Add preview button to print dialog. Fixes bug #445419.
1261
1262 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1263
1264         * backend/dvi/Makefile.am:
1265         * backend/dvi/pixbuf-device.[ch]: Removed
1266         * backend/dvi/cairo-device.[ch]: Added
1267         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
1268         * backend/dvi/dvi-document.c: (dvi_document_load),
1269         (dvi_document_render), (dvi_document_finalize),
1270         (dvi_document_thumbnails_get_thumbnail), (parse_color),
1271         (dvi_document_do_color_special):
1272         * libdocument/ev-document-misc.[ch]:
1273         (ev_document_misc_pixbuf_from_surface):
1274
1275         Port dvi backend to cairo and fix a problem with colors. 
1276
1277 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1278
1279         * shell/ev-view.c: (draw_one_page):
1280
1281         Draw only visible region.
1282
1283 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1284
1285         * backend/djvu/djvu-document.c: (djvu_document_render):
1286
1287         Fix rotation in djvu backend.
1288
1289 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1290
1291         * shell/ev-pixbuf-cache.c: (job_finished_cb),
1292         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
1293         (ev_pixbuf_cache_get_image_mapping),
1294         (ev_pixbuf_cache_get_text_mapping):
1295
1296         Redraw view every time we have a new surface. Fixes bug #443587.
1297
1298 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1299
1300         * libdocument/ev-document.c: (ev_document_info_free):
1301
1302         Fix memory leaks.
1303
1304 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1305
1306         * backend/dvi/dvi-document.c: (dvi_document_render),
1307         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
1308         * backend/impress/impress-document.c:
1309         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
1310         (impress_document_render), (impress_document_document_iface_init),
1311         (impress_document_thumbnails_get_thumbnail):
1312         * backend/djvu/djvu-document-private.h:
1313         * backend/djvu/djvu-document.c: (djvu_document_render),
1314         (djvu_document_finalize), (djvu_document_document_iface_init),
1315         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
1316         * backend/tiff/tiff-document.c: (tiff_document_render),
1317         (tiff_document_render_pixbuf),
1318         (tiff_document_document_iface_init):
1319         * backend/pdf/ev-poppler.cc: (pdf_document_render),
1320         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
1321         (pdf_selection_render_selection):
1322         * backend/comics/comics-document.c:
1323         (comics_document_render_pixbuf), (comics_document_render),
1324         (comics_document_document_iface_init):
1325         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
1326         (pixbuf_document_document_iface_init):
1327         * libdocument/ev-document-misc.[ch]:
1328         (ev_document_misc_surface_from_pixbuf),
1329         (ev_document_misc_surface_rotate_and_scale):
1330         * libdocument/ev-document.[ch]: (ev_document_render):
1331         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
1332         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1333         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1334         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
1335         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
1336         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
1337         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1338         (render_finished_cb), (ev_job_render_run):
1339         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
1340         (merge_selection_region):
1341
1342         Use cairo image surfaces instead of GDK pixbufs for drawing pages
1343         and selections.
1344
1345 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1346
1347         * shell/ev-window-title.c: (ev_window_title_update):
1348
1349         Fix memory leak.
1350
1351 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1352
1353         * shell/ev-view.c: (draw_loading_text):
1354
1355         Show loading text centered. Fixes bug #433061
1356
1357 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1358
1359         * shell/ev-sidebar-thumbnails.c:
1360         (ev_sidebar_thumbnails_set_loading_icon):
1361
1362         Remove a mutex in the main thread that blocks the UI in heavy
1363         documents.
1364
1365 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1366
1367         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
1368
1369         Set points_set to TRUE so that selections don't disappear after a
1370         zoom change.
1371
1372 2007-06-07  Michael Monreal  <infernux@web.de>
1373
1374         * data/icons/16x16/actions/Makefile.am:
1375         * data/icons/16x16/actions/zoom.svg:
1376         * data/icons/22x22/actions/Makefile.am:
1377         * data/icons/22x22/actions/zoom.svg:
1378         * data/icons/24x24/actions/Makefile.am:
1379         * shell/ev-stock-icons.c:
1380         * shell/ev-stock-icons.h:
1381         * shell/ev-window.c:
1382         
1383         Zoom icon artwork. See bug #444795.
1384
1385 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1386
1387         * shell/ev-metadata-manager.c: Remove extraneous function
1388         (Closes: #444386)
1389
1390 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1391
1392         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
1393         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
1394         (ev_metadata_manager_set), (ev_metadata_manager_save):
1395         Simplify the timeout, no need for modified anymore
1396
1397 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1398
1399         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
1400         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1401         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1402         (ev_metadata_manager_save): Adapted patch from Arjan van de
1403         Ven (arjan@linux.intel.com) to avoid the timeout running all the
1404         time, saves on power (Closes: #443851)
1405
1406 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1407
1408         * configure.ac:
1409         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
1410         (pdf_selection_render_selection), (pdf_document_get_page_duration):
1411
1412         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
1413
1414 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1415
1416         * shell/ev-window.c: (ev_window_add_history):
1417
1418         Check if history is NULL
1419
1420 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1421
1422         * libdocument/ev-image.c: (ev_image_finalize):
1423         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
1424         * libdocument/ev-attachment.c: (ev_attachment_finalize):
1425         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
1426         (ev_tmp_uri_unlink):
1427
1428         Add functions to delete temporary files created by evince in a safe
1429         way.
1430
1431         * shell/ev-window.c: (ev_window_clear_local_uri),
1432         (open_xfer_update_progress_callback),
1433         (save_xfer_update_progress_callback), (ev_window_save_remote),
1434         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
1435         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1436         (attachment_save_dialog_response_cb),
1437         (ev_attachment_popup_cmd_save_attachment_as):
1438
1439         Allow saving a copy of a document, image or attachment to a remote
1440         location. Fixes bug #440754. 
1441
1442 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1443
1444         * configure.ac:
1445         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1446
1447         Fix build with current poppler from cvs head. 
1448
1449 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
1450
1451         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
1452
1453         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
1454         directory exists.
1455
1456 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1457
1458         * shell/ev-sidebar.c: (ev_sidebar_add_page):
1459         * shell/ev-window.c:
1460
1461         Change sidebar ordering. Fixes bug #439939.
1462
1463 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
1464
1465         * backend/comics/Makefile.am:
1466         
1467         Fixes build with --without-libgnome.
1468
1469 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1470         
1471         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
1472
1473         Update cursor and tooltip on page change and view scroll. Fixes bug
1474         #439217.
1475
1476 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1477
1478         * NEWS:
1479         * configure.ac:
1480         
1481         Update for release 0.9.0
1482
1483 2007-05-14  Alaska Subedi <asubedi@gmail.com>
1484
1485         * backend/djvu/djvu-document-private.h:
1486         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1487         (djvu_document_finalize),
1488         (djvu_document_file_exporter_format_supported),
1489         (djvu_document_file_exporter_begin),
1490         (djvu_document_file_exporter_do_page),
1491         (djvu_document_file_exporter_end),
1492         (djvu_document_file_exporter_iface_init), (djvu_document_init):
1493         
1494         Implemented printing with djvu. Bug #437998.
1495
1496 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1497
1498         * backend/impress/zip.c:
1499         Add missing ulong definition.
1500
1501         * backend/ps/ps-interpreter.c:
1502         Add missing headers.
1503
1504         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
1505
1506 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1507
1508         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
1509
1510         Add missing call to parent class dispose method. 
1511
1512 2007-05-12  Ross Burton  <ross@openedhand.com>
1513
1514         * shell/main.c:
1515         Sync keybindings manually when building without libgnome
1516         (#437925).
1517
1518 2007-05-12  Ross Burton  <ross@openedhand.com>
1519
1520         * shell/ev-window.c:
1521         Respect the screen when opening help (#437866).
1522
1523 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1524
1525         * data/evince-ui.xml:
1526         * shell/ev-application.[ch]: (get_print_settings_from_args),
1527         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1528         (ev_application_open_uri_list):
1529         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
1530         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1531         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
1532         (ev_window_cmd_view_reload), (lookup_printer_from_name),
1533         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
1534         (ev_window_dispose):
1535         * shell/main.c: (arguments_parse):
1536
1537         Add print button in preview mode. Fixes bug #396475. 
1538
1539 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1540
1541         * cut-n-paste/zoom-control/ephy-zoom.h:
1542         
1543         Fixes zoom level factors. See bug #408119 for details.
1544
1545 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1546
1547         * backend/comics/comics-document.c: (comics_regex_quote),
1548         (extract_argv):
1549         
1550         Correctly quote symbols. Fixes crash in the bug
1551         #415370.
1552
1553 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1554
1555         * shell/ev-navigation-action-widget.c:
1556         (ev_navigation_action_widget_init),
1557         (ev_navigation_action_widget_class_init),
1558         (ev_navigation_action_widget_button_press_event):
1559         
1560         Connect to button-press event on correct widget. Fixes
1561         bug #431988
1562
1563 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1564
1565         * shell/ev-application.c: (ev_application_open_window),
1566         (ev_application_add_icon_path_for_screen),
1567         (ev_application_open_uri_at_dest):
1568         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
1569         * shell/ev-navigation-action.c: (build_menu):
1570         
1571         Add app-specific icons to our icon theme. Fixes bug
1572         #425508.
1573
1574 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1575
1576         * shell/ev-history.c: (ev_history_class_init),
1577         (ev_history_add_link):
1578         * shell/ev-history.h:
1579         * shell/ev-navigation-action.c:
1580         (ev_navigation_action_history_changed),
1581         (ev_navigation_action_set_history), (build_menu),
1582         (ev_navigation_action_finalize):
1583         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1584         
1585         Make navigation action unsensitive instead of showing
1586         menu with unsensitive word. Fixes bug #417392.
1587
1588 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1589
1590         * shell/ev-application.[ch]: (ev_application_shutdown),
1591         (ev_application_get_print_settings),
1592         (ev_application_set_print_settings):
1593         * shell/ev-window.c:
1594
1595         Remember print settings. Fixes bug #349102. 
1596
1597 2007-05-08  Christian Persch  <chpe@gnome.org>
1598
1599         * configure.ac:
1600         * properties/ev-properties-view.c:
1601
1602         No need for a configure check; just use the GTK_CHECK_VERSION macro.
1603         Bug #382438.
1604
1605 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1606
1607         * configure.ac:
1608         * properties/ev-properties-view.c: (ev_regular_paper_size):
1609
1610         Use gtk+ builtin paper list to identify the document's paper size.
1611         Fixes bug #382438. 
1612
1613 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1614
1615         * configure.ac:
1616
1617         Fix build when compiling with thumbnailer and libgnome support. 
1618
1619 2007-05-04  Ross Burton  <ross@openedhand.com>
1620
1621         * configure.ac:
1622         Add --without-libgnome, check for libgnome and libgnomeui
1623         separately, and add them to the symbols as required.
1624
1625         * libdocument/ev-file-helpers.c:
1626         When building without libgnome, use g_get_user_config_dir instead
1627         of gnome_user_dir_get.
1628
1629         * shell/ev-application.c:
1630         When building without libgnome, don't use session management.
1631
1632         * shell/main.c:
1633         When building without libgnome, don't use GnomeProgram or
1634         initialise the authentication manager.
1635
1636         This fixes #328842.
1637
1638 2007-05-04  Ross Burton  <ross@openedhand.com>
1639
1640         * shell/ev-window.c:
1641         Don't use libgnome to open help, instead call Yelp directly.
1642
1643 2007-05-04  Ross Burton  <ross@openedhand.com>
1644
1645         * shell/ev-sidebar-attachments.c:
1646         Don't use libgnome to lookup icons for MIME types, instead copy
1647         code from GTK+ to do it manually.
1648
1649 2007-05-04  Ross Burton  <ross@openedhand.com>
1650
1651         * configure.ac:
1652         Add libxml to the dependencies for SHELL_CORE (#435818).
1653
1654 2007-05-02  Ross Burton  <ross@openedhand.com>
1655
1656         * configure.ac:
1657         * Makefile.am:
1658         Add --disable-thumbnailer (#434825)
1659
1660 2007-05-02  Ross Burton  <ross@openedhand.com>
1661
1662         * shell/ev-window.c:
1663         Add missing includes, fix indentation.
1664
1665         * shell/main.c:
1666         Fix indentation.
1667
1668 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
1669
1670         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
1671         ev_application_open_uri_at_dest instead of ev_application_open_uri
1672         preventing new document always being opened in a new window even if there
1673         is an empty window.
1674
1675 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1676
1677         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1678         (egg_recent_view_uimanager_finalize):
1679         * properties/ev-properties-view.c: (ev_properties_view_dispose):
1680         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
1681         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
1682         (ev_pixbuf_cache_dispose):
1683         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
1684         * shell/ev-tooltip.c: (ev_tooltip_dispose):
1685         
1686         Add missing chain to parent class methods. Fixes
1687         bug #433128.
1688
1689 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
1690
1691         * data/Makefile.am (update-icon-cache): Updates
1692         gtk-update-icon-cache in uninstall-hook.
1693
1694 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1695
1696         * shell/ev-window.c: (ev_window_setup_document),
1697         (ev_window_set_document), (ev_window_load_job_cb):
1698         * shell/ev-view.c: (setup_caches):
1699         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
1700
1701         Start rendering pages before any other jobs. 
1702
1703 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1704
1705         * shell/ev-window.c: (ev_window_stop_fullscreen),
1706         (ev_window_stop_presentation):
1707
1708         Update chrome visibility before window unfullscreen. 
1709
1710 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1711
1712         * data/Makefile.am:
1713         * data/evince-ui.xml:
1714         * shell/ev-stock-icons.[ch]:
1715         * shell/ev-application.[ch]: (ev_application_shutdown),
1716         (ev_application_init), (ev_application_get_toolbars_model):
1717         * shell/ev-window.c: (update_chrome_visibility),
1718         (fullscreen_toolbar_setup_item_properties),
1719         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1720         (ev_window_run_presentation), (ev_window_stop_presentation),
1721         (ev_window_run_preview), (ev_window_screen_changed),
1722         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
1723         (ev_window_dispose), (ev_window_init):
1724
1725         Make fullscreen toolbar always visible. Do not use egg toolbars for
1726         fullscreen and preview modes since such toolbars are not editables.
1727         Fixes bugs #300278, #338910 and #316188.  
1728
1729 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
1730
1731         * shell/ev-application.c:
1732         * shell/ev-job-queue.c:
1733         * shell/ev-metadata-manager.c:
1734         * shell/ev-stock-icons.c:
1735         * shell/ev-window.c:
1736         * shell/main.c:
1737         
1738         Developers documentation updated.
1739
1740 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1741
1742         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
1743
1744         Check whether uri is valid before launching it. Fixes bug #427664.
1745
1746 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1747
1748         * shell/ev-window.c:
1749
1750         Change key accelerator for Open a Copy menu entry which is in conflict
1751         with Close. Fixes bug #427321.
1752
1753 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1754
1755         * NEWS:
1756         * configure.ac:
1757         
1758         Update for release 0.8.1
1759
1760 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1761
1762         * shell/ev-window.c: (setup_size_from_metadata):
1763         
1764         Do not make window bigger than screen. Fixes bug 
1765         #388985.
1766
1767 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1768
1769         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
1770         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
1771
1772         Use default resolution when it's not provided by document. Fixes bug
1773         #408762.
1774
1775 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1776
1777         * configure.ac:
1778         * thumbnailer/Makefile.am:
1779         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1780         * thumbnailer/evince-thumbnailer.schemas.in:
1781         * thumbnailer/evince-thumbnailer-ps.schemas.in:
1782
1783         Add support for ps, eps and compressed documents thumbnails. Do not
1784         ignore size parameter. 
1785
1786 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1787
1788         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
1789         (dvi_document_do_color_special):
1790         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
1791
1792         Implement font color specials in the DVI backend. Fixes bug #303651.
1793
1794 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1795
1796         Fixup the previous commit:
1797
1798         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
1799         * shell/xdg-user-dir-lookup.c: Make the function non-static
1800         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
1801
1802 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1803
1804         * shell/ev-window.c (file_open_dialog_response_cb): Use
1805         the xdg-user-dirs DOCUMENTS folder as default folder when
1806         opening a file chooser.  (#424858)
1807
1808         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
1809         xdg-user-dirs.
1810
1811 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1812
1813         * shell/ev-window.c: (ev_window_load_job_cb):
1814
1815         Do not setup view from metadata on preview mode. 
1816
1817 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1818
1819         * shell/main.c:
1820
1821         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
1822
1823 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1824
1825         * shell/ev-view.c: (ev_view_primary_get_cb):
1826
1827         Check pointer != NULL before using it. Fixes bug #416841. 
1828
1829 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1830
1831         * NEWS:
1832         * configure.ac:
1833         
1834         Release 0.8.0
1835
1836 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1837
1838         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1839
1840         Do not render thumbnails when sidebar thumbnail page is not visible
1841         at startup. Fixes bug #416447. 
1842
1843 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
1844
1845         * data/evince.desktop.in.in:
1846
1847         "Application" is not a valid category in the freedesktop specification.
1848
1849 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1850
1851         * libdocument/ev-file-helpers.[ch]: (compression_run),
1852         (ev_file_uncompress), (ev_file_compress):
1853         * shell/ev-window.c: (file_save_dialog_response_cb):
1854
1855         Save document compressed when saving a copy of a compressed document.
1856         Fixes bug #334542.
1857
1858 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1859
1860         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
1861
1862         Allow deleting in goto window entry in presentation mode. 
1863
1864 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
1865
1866         * Makefile.am: Dist MAINTAINERS.
1867
1868 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1869
1870         * shell/ev-window.c: (ev_window_update_actions):
1871
1872         Fix zoom shortcut keys when searching. Fixes bug #409828.
1873
1874 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1875
1876         * shell/ev-window.c: (ev_window_setup_document):
1877
1878         Fix crash when loading documents with only one page. 
1879
1880 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1881
1882         * backend/dvi/dvi-document.c:
1883         (dvi_document_thumbnails_get_dimensions),
1884         (dvi_document_thumbnails_get_thumbnail):
1885         * backend/impress/impress-document.c:
1886         (impress_document_thumbnails_get_thumbnail),
1887         (impress_document_thumbnails_get_dimensions):
1888         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
1889         (ps_document_thumbnails_get_dimensions):
1890         * backend/djvu/djvu-document.c:
1891         (djvu_document_thumbnails_get_dimensions),
1892         (djvu_document_thumbnails_get_thumbnail):
1893         * backend/tiff/tiff-document.c:
1894         (tiff_document_thumbnails_get_thumbnail),
1895         (tiff_document_thumbnails_get_dimensions):
1896         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
1897         (pdf_document_thumbnails_get_thumbnail),
1898         (pdf_document_thumbnails_get_dimensions):
1899         * backend/comics/comics-document.c:
1900         (comics_document_thumbnails_get_thumbnail),
1901         (comics_document_thumbnails_get_dimensions):
1902         * backend/pixbuf/pixbuf-document.c:
1903         (pixbuf_document_thumbnails_get_thumbnail),
1904         (pixbuf_document_thumbnails_get_dimensions):
1905         * libdocument/ev-document-thumbnails.[ch]:
1906         (ev_document_thumbnails_get_thumbnail),
1907         (ev_document_thumbnails_get_dimensions):
1908         * libdocument/ev-document-misc.[ch]:
1909         (ev_document_misc_get_thumbnail_frame):
1910         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1911         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
1912         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
1913         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
1914         (ev_sidebar_thumbnails_refresh):
1915         * shell/ev-window.c: (ev_window_setup_document):
1916         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1917
1918         Use an EvRenderContext for rendering thumbnails instead of a suggested
1919         width, so that different sized pages get sized proportionally.
1920
1921 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1922
1923         * shell/ev-view.c: (ev_view_button_press_event),
1924         (ev_view_key_press_event):
1925
1926         Fix critical warnings when there is no document loaded. 
1927
1928 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1929
1930         * shell/ev-page-action-widget.c:
1931         * shell/ev-navigation-action.c:
1932         * shell/ev-window.c:
1933
1934         Fix compile warnings. 
1935
1936 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1937
1938         * backend/djvu/djvu-text.h:
1939         * backend/djvu/djvu-document.c:
1940         * backend/djvu/djvu-text-page.c:
1941         * backend/djvu/djvu-links.c:
1942         * backend/djvu/djvu-text-page.h:
1943         * backend/djvu/djvu-text.c:
1944         
1945         Fix build on Mac. Fixes bug #392186. Patch by
1946         <ephraim_owns@hotmail.com>
1947
1948 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1949
1950         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1951
1952         Restore cairo context before rendering every page when printing a PDF
1953         document into a PDF file. 
1954
1955 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1956
1957         * backend/ps/gstypes.h:
1958         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
1959         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
1960         (ps_document_thumbnails_get_thumbnail):
1961
1962         Handle PostScript page orientation. Fixes bug #318568.
1963
1964 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1965
1966         * backend/ps/Makefile.am:
1967         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
1968         (document_load), (ps_document_load), (save_document),
1969         (save_page_list), (ps_document_get_n_pages),
1970         (ps_document_get_page_size), (ps_document_get_info),
1971         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
1972         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
1973         (ps_document_thumbnails_get_thumbnail),
1974         (ps_document_thumbnails_get_dimensions),
1975         (ps_document_document_thumbnails_iface_init):
1976         * backend/ps/ps.[ch]: (psgetpagebox):
1977         * backend/ps/ps-interpreter.[ch]:
1978
1979         Add support for thumbnails in ps backend. Fixes bug #164755. 
1980
1981 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1982
1983         * NEWS:
1984         * configure.ac:
1985         
1986         Release 0.7.2
1987
1988 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1989
1990         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
1991         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
1992         (ev_window_dispose):
1993
1994         Use document thumbnail as window icon. Fixes bug #384442.
1995
1996 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
1997
1998         * configure.ac:
1999
2000         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
2001         duplicated adding application/x-bzpostscript instead. 
2002
2003 2007-02-11  Tom Parker  <palfrey@tevp.net>
2004
2005         * backend/ps/ps-document.c: (document_load):
2006
2007         Check return value of psscan before trying
2008         to use it. Fixes bug #372414.
2009
2010 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2011
2012         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2013
2014         Fix invalid free in ev-page-cache. Fixes bug #404745.
2015
2016 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2017
2018         * test/Makefile.am:
2019         * test/test3.py:
2020         
2021         Added reload test case.
2022
2023 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2024
2025         * po/POTFILES.in:
2026         * backend/djvu/djvu-document.c: (djvu_document_load):
2027
2028         Check whether there are missing files in indirect multipage djvu
2029         documents. Fixes bug #361683. 
2030
2031 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2032
2033         * test/Makefile.am:
2034         * test/test-mime.bin:
2035         * test/test3.py:
2036         
2037         Added test for slow mime type
2038
2039 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2040
2041         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2042
2043         Add some checks and call parent_class->finalize. Fixes bug #404745.
2044
2045 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2046
2047         * shell/ev-navigation-action.c: (connect_proxy):
2048         
2049         Fixes dropdown history menu. Thanks a lot Carlos!
2050
2051 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2052
2053         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
2054
2055         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
2056         bug #373715.
2057
2058 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2059
2060         * backend/ps/ps.c: (psscan):
2061
2062         Fix memory leak. 
2063
2064 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2065
2066         * configure.ac:
2067         * libdocument/ev-file-helpers.c: 
2068
2069         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
2070
2071 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2072
2073         * configure.ac:
2074         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
2075         (ps_interpreter_start), (document_load), (save_document),
2076         (save_page_list):
2077         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
2078         * libdocument/ev-document-factory.c:
2079         (ev_document_factory_get_from_mime), (get_document_from_uri),
2080         (free_uncompressed_uri), (ev_document_factory_get_document):
2081         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
2082
2083         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
2084
2085 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2086
2087         * libdocument/ev-document.h:
2088
2089         Fix typo in function name. 
2090
2091 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2092
2093         * backend/ps/ps-document.c: (ps_interpreter_finished),
2094         (ps_interpreter_start), (ps_interpreter_failed):
2095
2096         Handle ghostscript interpreter crashes. 
2097
2098 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2099
2100         * shell/ev-window.c: (ev_window_open_uri),
2101         (window_configure_event_cb):
2102
2103         Setup window size and position before showing it. Fixes bug #401711.
2104
2105 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2106
2107         * backend/ps/Makefile.am:
2108         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
2109         (ps_document_dispose), (ps_document_class_init),
2110         (ps_interpreter_input), (ps_interpreter_output),
2111         (ps_interpreter_error), (setup_interpreter_env),
2112         (ps_interpreter_start), (ps_interpreter_stop),
2113         (ps_interpreter_failed), (ps_interpreter_is_ready),
2114         (check_filecompressed), (document_load), (ps_document_load),
2115         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
2116         (ps_document_widget_event), (send_ps), (ps_document_next_page),
2117         (render_page):
2118
2119         Rework ps-document. Code cleanups, remove deprecated code. 
2120
2121 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2122
2123         * shell/ev-view.c: (ev_view_button_press_event):
2124
2125         Do not start an image drag and drop operation when pointer is on 
2126         text, so that we can select text when the whole background is an
2127         image. 
2128
2129 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2130
2131         * shell/ev-window.c: (ev_window_update_actions): 
2132
2133         Disable all zoom related actions during presentation mode. 
2134
2135 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
2136
2137         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
2138
2139         Do not zoom in or out on presentation mode. Fixes bug #401305.
2140
2141 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2142
2143         * shell/ev-navigation-action.c: (connect_proxy),
2144         (create_menu_item), (ev_navigation_action_class_init):
2145         
2146         Correctly show menu and fix crash when navigaton 
2147         action is out of toolbar visible area.
2148
2149 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2150
2151         * data/Makefile.am:
2152         * data/evince.1:
2153         
2154         Added man file
2155
2156 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2157
2158         * help/reference/* :
2159         * configure.ac:
2160         
2161         Added gtk-doc based documentation for Evince.
2162         Still in initial state but I hope it will
2163         grow.
2164         
2165         * configure.ac:
2166         
2167         Lower dbus requirement to 0.70
2168
2169 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2170
2171         * shell/ev-window.c: (ev_window_add_history):
2172
2173         Fix memory leak. 
2174
2175 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2176
2177         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
2178         * shell/ev-view.h:
2179         * shell/ev-window.c: (ev_window_add_history):
2180         
2181         Correctly handle named destination links
2182
2183 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2184
2185         * NOTES:
2186         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
2187         * backend/pdf/ev-poppler.cc:
2188         * libdocument/ev-document-links.h:
2189         * libdocument/ev-link.c: (ev_link_get_page):
2190         * libdocument/ev-link.h:
2191         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
2192         (ev_history_add_link):
2193         * shell/ev-history.h:
2194         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2195         (new_history_menu_item), (build_menu):
2196         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2197         * shell/ev-sidebar-links.c: (create_loading_model),
2198         (print_section_cb), (ev_sidebar_links_construct),
2199         (fill_page_labels), (update_page_callback_foreach),
2200         (update_page_callback), (job_finished_callback):
2201         * shell/ev-view.c: (ev_view_handle_link):
2202         * shell/ev-window.c: (ev_window_find_chapter),
2203         (ev_window_add_history), (view_handle_link_cb),
2204         (history_changed_cb):
2205         
2206         Implements another history variant
2207
2208 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2209
2210         * shell/ev-window.c: (view_external_link_cb):
2211         * shell/ev-view.c: (ev_view_button_release_event):
2212
2213         Open links in new window when clicking with middle button. 
2214
2215 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2216
2217         * shell/ev-navigation-action.c: (new_history_menu_item):
2218         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2219         * shell/ev-view.c: (ev_view_handle_link):
2220         * shell/ev-window.c:
2221         
2222         Store link before jump, not the destination. For me it 
2223         seems like more natural history behavior.
2224
2225 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2226
2227         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2228         (ev_navigation_action_class_init):
2229         * shell/ev-navigation-action.h:
2230         * shell/ev-page-action.c: (activate_cb):
2231         * shell/ev-page-cache.c: (ev_page_cache_class_init),
2232         (ev_page_cache_set_current_page_history):
2233         * shell/ev-page-cache.h:
2234         * shell/ev-sidebar-thumbnails.c:
2235         (ev_sidebar_tree_selection_changed),
2236         (ev_sidebar_icon_selection_changed), (page_changed_cb):
2237         * shell/ev-view-private.h:
2238         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
2239         * shell/ev-view.h:
2240         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
2241         (ev_window_setup_document), (ev_window_load_job_cb):
2242         * shell/ev-window.h:
2243         
2244         History finally works as expected.
2245
2246 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2247
2248         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
2249
2250         Do not update links treeview if it doesn't have a model assigned yet. 
2251
2252 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2253
2254         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
2255         (ev_sidebar_links_class_init), (update_page_callback):
2256
2257         Do not update links treeview when sidepane is not visible. 
2258
2259 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2260
2261         * shell/ev-marshal.list:
2262         * shell/ev-page-action.c: (activate_cb),
2263         (ev_page_action_class_init):
2264         * shell/ev-page-action.h:
2265         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
2266         * shell/ev-window.c:
2267         
2268         Remove activate_link signal, not required.
2269
2270 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2271
2272         * shell/ev-navigation-action.c: (build_menu):
2273         
2274         Reorder menu items and build menu with fixed length.
2275
2276 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
2277
2278         * shell/ev-view.c: (get_selected_text):
2279         
2280         Normalize text to fix ligatures problem. See bug
2281         #341947 for details.
2282
2283 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2284
2285         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2286
2287         Fix memory leak in ev-page-cache. 
2288
2289 2007-01-25  Tom Parker <palfrey@tevp.net>
2290
2291         * backend/impress/impress-document.c: (impress_document_load),
2292         (impress_document_finalize), (impress_document_init):
2293         * properties/ev-properties-main.c: (ev_properties_get_pages):
2294         
2295         Correctly handle impress document errors. Fixes nautilus
2296         crash in property page #370491.
2297
2298 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2299
2300         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2301         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2302         (ev_job_queue_remove_job):
2303         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
2304         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
2305         (ev_job_load_run):
2306         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
2307         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
2308         (ev_window_load_job_cb), (xfer_update_progress_callback),
2309         (ev_window_open_uri), (ev_window_dispose):
2310         * shell/main.c: (main):
2311
2312         Do file transfer asynchronously in the main thread instead of
2313         synchronously in the load thread. Fixes bugs #399694, #398307 and
2314         #343542.
2315
2316 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2317
2318         * shell/ev-jobs.c: (ev_job_xfer_run):
2319
2320         Load the document with the font-config lock held. 
2321
2322 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2323
2324         * backend/ps/ps-document.c: (start_interpreter):
2325
2326         Fix memory leaks in ps backend. 
2327
2328 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2329
2330         * backend/impress/impress-document.c:
2331         (impress_document_render_pixbuf):
2332
2333         Do not acquire fontconfig lock in impress backend, since it is using
2334         the main loop for rendering. 
2335
2336 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2337
2338         * po/POTFILES.in: 
2339
2340         Remove mdvi files that shouldn't be translated. 
2341
2342 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2343
2344         * shell/ev-view-private.h:
2345         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
2346         (ev_view_set_zoom):
2347
2348         Render "loading..." text into a cairo surface instead of directly into
2349         the window so that fontconfig lock is only needed once and UI is not
2350         blocked. Change text color to #9B9B9B. Fixes bug #397356.
2351
2352 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2353
2354         * shell/ev-stock-icons.c: (ev_stock_icons_init):
2355         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2356
2357         Use icon theme associated with the window screen rather than default. 
2358
2359 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2360
2361         * configure.ac:
2362
2363         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
2364
2365 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2366
2367         * data/icons/*/apps/evince.*:
2368
2369         Move Evince icons under new apps directory.
2370
2371         * data/icons/*/actions/*:
2372
2373         Add new custom themeable Evince icons: view-page-continuous, 
2374         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
2375         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
2376
2377         * configure.ac:
2378
2379         Add new directories to AC_CONFIG_FILES.
2380
2381         * shell/ev-stock-icons.c:
2382         * shell/ev-stock-icons.h:
2383
2384         Use new custom themeable icons.
2385
2386 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2387
2388         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2389
2390         Do not draw white background page in presentation mode. 
2391
2392 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
2393
2394         * shell/ev-view.c: Remove unused gnome-vfs include.
2395
2396 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
2397
2398         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
2399         
2400         Format string is corrected, fixes bug #397129.
2401
2402 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2403
2404         * shell/ev-window.c: (ev_window_setup_recent):
2405
2406         Do not include in recent menu inexistent documents. Fixes
2407         bug #339171.
2408
2409 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2410
2411         * po/POTFILES.skip: 
2412
2413         Update POTFILES.skip file according to current source tree. 
2414
2415 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2416
2417         * shell/ev-window.c: (file_save_dialog_response_cb):
2418
2419         Do Save a copy in atomic way. Fixes bug #328266. 
2420
2421 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2422
2423         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
2424
2425         Keep selected cell always visible in index treeview.
2426
2427 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2428         
2429         * shell/ev-view.c: (ev_view_size_allocate):
2430
2431         Restore horizontal scrollbar after switching to/from fullscreen
2432         or presentation mode. Fixes bug #331728.
2433
2434 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2435
2436         * shell/ev-view-private.h:
2437         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
2438         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
2439         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
2440         (ev_view_can_zoom_out):
2441
2442         Use max and min scale values in the view iby taking dpi into account. 
2443
2444 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2445
2446         * configure.ac:
2447         * NEWS:
2448
2449         Release 0.7.1
2450
2451 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2452
2453         * shell/ev-window.c: (ev_window_print_send):
2454
2455         Send print job to printer with some settings set to default values,
2456         since we have already exported to a file according to such settings
2457         and they could be taken twice by some printers. 
2458
2459 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2460
2461         * shell/ev-jobs.c: (ev_job_xfer_run):
2462         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2463
2464         Show main window and load document with the font-config lock held. 
2465
2466 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2467
2468         * configure.ac:
2469         * shell/ev-application.c: (ev_application_register_service):
2470         * shell/main.c: (load_files_remote):
2471
2472         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
2473
2474 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2475
2476         * doc/debugging.txt:
2477         
2478         Remove obsolete documentation.
2479
2480 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2481
2482         * Makefile.am:
2483         * backend/Makefile.am:
2484         * backend/comics/Makefile.am:
2485         * backend/djvu/Makefile.am:
2486         * backend/dvi/Makefile.am:
2487         * backend/ev-async-renderer.c:
2488         * backend/ev-async-renderer.h:
2489         * backend/ev-attachment.c:
2490         * backend/ev-attachment.h:
2491         * backend/ev-backend-marshal.c:
2492         * backend/ev-document-factory.c:
2493         * backend/ev-document-factory.h:
2494         * backend/ev-document-find.c:
2495         * backend/ev-document-find.h:
2496         * backend/ev-document-fonts.c:
2497         * backend/ev-document-fonts.h:
2498         * backend/ev-document-images.c:
2499         * backend/ev-document-images.h:
2500         * backend/ev-document-info.h:
2501         * backend/ev-document-links.c:
2502         * backend/ev-document-links.h:
2503         * backend/ev-document-misc.c:
2504         * backend/ev-document-misc.h:
2505         * backend/ev-document-security.c:
2506         * backend/ev-document-security.h:
2507         * backend/ev-document-thumbnails.c:
2508         * backend/ev-document-thumbnails.h:
2509         * backend/ev-document-transition.c:
2510         * backend/ev-document-transition.h:
2511         * backend/ev-document.c:
2512         * backend/ev-document.h:
2513         * backend/ev-file-exporter.c:
2514         * backend/ev-file-exporter.h:
2515         * backend/ev-image.c:
2516         * backend/ev-image.h:
2517         * backend/ev-link-action.c:
2518         * backend/ev-link-action.h:
2519         * backend/ev-link-dest.c:
2520         * backend/ev-link-dest.h:
2521         * backend/ev-link.c:
2522         * backend/ev-link.h:
2523         * backend/ev-render-context.c:
2524         * backend/ev-render-context.h:
2525         * backend/ev-selection.c:
2526         * backend/ev-selection.h:
2527         * backend/impress/Makefile.am:
2528         * backend/pdf/Makefile.am:
2529         * backend/pixbuf/Makefile.am:
2530         * backend/ps/Makefile.am:
2531         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
2532         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
2533         (start_interpreter), (stop_interpreter), (document_load),
2534         (ps_document_next_page), (render_page):
2535         * backend/tiff/Makefile.am:
2536         * comics/Makefile.am:
2537         * comics/comics-document.c:
2538         * comics/comics-document.h:
2539         * configure.ac:
2540         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2541         * djvu/Makefile.am:
2542         * djvu/djvu-document-private.h:
2543         * djvu/djvu-document.c:
2544         * djvu/djvu-document.h:
2545         * djvu/djvu-links.c:
2546         * djvu/djvu-links.h:
2547         * djvu/djvu-text-page.c:
2548         * djvu/djvu-text-page.h:
2549         * djvu/djvu-text.c:
2550         * djvu/djvu-text.h:
2551         * dvi/Makefile.am:
2552         * dvi/dvi-document.c:
2553         * dvi/dvi-document.h:
2554         * dvi/fonts.c:
2555         * dvi/fonts.h:
2556         * dvi/mdvi-lib/Makefile.am:
2557         * dvi/mdvi-lib/afmparse.c:
2558         * dvi/mdvi-lib/afmparse.h:
2559         * dvi/mdvi-lib/bitmap.c:
2560         * dvi/mdvi-lib/bitmap.h:
2561         * dvi/mdvi-lib/color.c:
2562         * dvi/mdvi-lib/color.h:
2563         * dvi/mdvi-lib/common.c:
2564         * dvi/mdvi-lib/common.h:
2565         * dvi/mdvi-lib/defaults.h:
2566         * dvi/mdvi-lib/dvimisc.c:
2567         * dvi/mdvi-lib/dviopcodes.h:
2568         * dvi/mdvi-lib/dviread.c:
2569         * dvi/mdvi-lib/files.c:
2570         * dvi/mdvi-lib/font.c:
2571         * dvi/mdvi-lib/fontmap.c:
2572         * dvi/mdvi-lib/fontmap.h:
2573         * dvi/mdvi-lib/fontsrch.c:
2574         * dvi/mdvi-lib/gf.c:
2575         * dvi/mdvi-lib/hash.c:
2576         * dvi/mdvi-lib/hash.h:
2577         * dvi/mdvi-lib/list.c:
2578         * dvi/mdvi-lib/mdvi.h:
2579         * dvi/mdvi-lib/pagesel.c:
2580         * dvi/mdvi-lib/paper.c:
2581         * dvi/mdvi-lib/paper.h:
2582         * dvi/mdvi-lib/pk.c:
2583         * dvi/mdvi-lib/private.h:
2584         * dvi/mdvi-lib/setup.c:
2585         * dvi/mdvi-lib/sp-epsf.c:
2586         * dvi/mdvi-lib/special.c:
2587         * dvi/mdvi-lib/sysdeps.h:
2588         * dvi/mdvi-lib/t1.c:
2589         * dvi/mdvi-lib/tfm.c:
2590         * dvi/mdvi-lib/tfmfile.c:
2591         * dvi/mdvi-lib/tt.c:
2592         * dvi/mdvi-lib/util.c:
2593         * dvi/mdvi-lib/vf.c:
2594         * dvi/pixbuf-device.c:
2595         * dvi/pixbuf-device.h:
2596         * impress/Makefile.am:
2597         * impress/common.h:
2598         * impress/document.c:
2599         * impress/f_oasis.c:
2600         * impress/f_oo13.c:
2601         * impress/iksemel.c:
2602         * impress/iksemel.h:
2603         * impress/imposter.h:
2604         * impress/impress-document.c:
2605         * impress/impress-document.h:
2606         * impress/internal.h:
2607         * impress/r_back.c:
2608         * impress/r_draw.c:
2609         * impress/r_geometry.c:
2610         * impress/r_gradient.c:
2611         * impress/r_style.c:
2612         * impress/r_text.c:
2613         * impress/render.c:
2614         * impress/render.h:
2615         * impress/zip.c:
2616         * impress/zip.h:
2617         * lib/Makefile.am:
2618         * lib/ev-debug.c:
2619         * lib/ev-debug.h:
2620         * lib/ev-file-helpers.c:
2621         * lib/ev-file-helpers.h:
2622         * lib/ev-gui.c:
2623         * lib/ev-gui.h:
2624         * lib/ev-tooltip.c:
2625         * lib/ev-tooltip.h:
2626         * libdocument/Makefile.am:
2627         * libdocument/ev-file-helpers.c:
2628         * pdf/Makefile.am:
2629         * pdf/ev-poppler.cc:
2630         * pdf/ev-poppler.h:
2631         * pixbuf/Makefile.am:
2632         * pixbuf/pixbuf-document.c:
2633         * pixbuf/pixbuf-document.h:
2634         * properties/Makefile.am:
2635         * ps/Makefile.am:
2636         * ps/gsdefaults.c:
2637         * ps/gsdefaults.h:
2638         * ps/gsio.c:
2639         * ps/gsio.h:
2640         * ps/gstypes.h:
2641         * ps/ps-document.c:
2642         * ps/ps-document.h:
2643         * ps/ps.c:
2644         * ps/ps.h:
2645         * shell/Makefile.am:
2646         * shell/ev-application.h:
2647         * shell/ev-sidebar-links.c:
2648         * shell/ev-sidebar-links.h:
2649         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
2650         (ev_gui_menu_position_tree_selection):
2651         * shell/ev-utils.h:
2652         * shell/ev-view.c: (ev_view_finalize):
2653         * shell/ev-window.c:
2654         * shell/main.c: (main):
2655         * thumbnailer/Makefile.am:
2656         * tiff/Makefile.am:
2657         * tiff/tiff-document.c:
2658         * tiff/tiff-document.h:
2659         * tiff/tiff2ps.c:
2660         * tiff/tiff2ps.h:
2661         
2662         Reorganize source tree.
2663
2664 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2665
2666         * backend/ev-document-factory.c:
2667
2668         Do not include ev-poppler.h when pdf is disabled. 
2669
2670 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2671
2672         * configure.ac:
2673         * data/evince-ui.xml:
2674         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
2675         (pdf_document_document_images_iface_init):
2676         * backend/Makefile.am:
2677         * backend/ev-document-images.[ch]:
2678         * backend/ev-image.[ch]:
2679         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
2680         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
2681         (ev_job_xfer_run):
2682         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2683         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2684         (ev_pixbuf_cache_get_image_mapping):
2685         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
2686         (view_menu_popup_cb), (ev_window_dispose),
2687         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2688         (ev_view_popup_cmd_copy_image):
2689         * shell/ev-view-private.h:
2690         * shell/ev-view.c: (ev_view_get_image_at_location),
2691         (ev_view_do_popup_menu), (ev_view_popup_menu),
2692         (ev_view_button_press_event), (ev_view_drag_data_get),
2693         (ev_view_drag_motion), (ev_view_drag_data_received),
2694         (ev_view_motion_notify_event), (ev_view_button_release_event),
2695         (ev_view_finalize), (ev_view_class_init):
2696
2697         Add image handling support. Fixes bugs #310008 and #325047. Images
2698         selection is not supported yet. 
2699
2700 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2701
2702         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
2703         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
2704         (ev_view_init):
2705
2706         Move view drag and drop stuff to ev-view.
2707
2708 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2709
2710         * shell/ev-pixbuf-cache.c: (clear_job_selection):
2711         * shell/ev-view.c: (clear_selection): 
2712
2713         Clear selection also in pixbuf cache.
2714
2715 2007-01-02  Luca Ferretti <elle.uca@libero.it>
2716
2717         * data/evince.desktop.in.in:
2718         
2719         Change icon name in desktop file. See bug #390734
2720         for details.
2721
2722 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2723
2724         * thumbnailer/Makefile.am:
2725
2726         Use top_builddir instead top_srcdir for generated schema
2727         file installation. Fixes bug #390161.
2728
2729 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2730
2731         * configure.ac:
2732         * backend/Makefile.am:
2733         * backend/ev-document-transition.[ch]:
2734         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
2735         (pdf_document_page_transition_iface_init):
2736         * shell/ev-view-private.h:
2737         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
2738         (ev_view_set_presentation), (transition_next_page),
2739         (ev_view_presentation_transition_stop),
2740         (ev_view_presentation_transition_start), (ev_view_next_page):
2741
2742         Add page transition support in presentation mode. At the moment only
2743         page duration is supported, but not transition effects. Fixes bug
2744         #309815.
2745
2746 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2747
2748         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
2749
2750         Run find_link_dest with document lock held, since it's called by links
2751         thread and main thread at the same time. 
2752
2753 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2754
2755         * shell/ev-view.c: (goto_dest):
2756
2757         Update page-cache when page is changed by the view, so that
2758         page-changed signal is emitted. 
2759
2760 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2761
2762         * test/test1.py:
2763         * test/test2.py:
2764
2765         Use C locale in tests. 
2766
2767 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2768
2769         * shell/ev-window.c: (ev_window_run_presentation):
2770         * shell/ev-view-private.h:
2771         * shell/ev-view.c: (ev_view_set_presentation):
2772
2773         Restore zoom settings when back from presentation mode. 
2774
2775 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2776
2777         * shell/ev-window.c: (ev_window_run_presentation):
2778
2779         Always use "best fit" zoom in presentation mode.
2780         Fixes bug #389195.
2781
2782 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2783
2784         * shell/ev-view.c: (ev_view_goto_window_create):
2785
2786         Show "Jump to page" label in the page jumping popup in
2787         presentation mode instead of just a GtkEntry.
2788
2789 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2790
2791         * shell/ev-window.c: (launch_external_uri):
2792
2793         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
2794         #378085.
2795
2796 2006-12-22  Elijah Newren  <newren gmail com>
2797
2798         * configure.ac: explicitly check for libxml2.  Fixes #388795
2799
2800 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2801
2802         * shell/ev-view-private.h:
2803         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
2804         (ev_view_goto_window_delete_event), (key_is_numeric),
2805         (ev_view_goto_window_key_press_event),
2806         (ev_view_goto_window_button_press_event),
2807         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
2808         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
2809         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
2810
2811         Allow jumping to another page by typing a page number in presentation
2812         mode. It uses a popup window with an entry. Fixes bug #353625.
2813
2814 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2815
2816         * configure.ac:
2817         * properties/ev-properties-view.c: (ev_get_default_user_units),
2818         (ev_regular_paper_size):
2819         
2820         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
2821         to Damien Carbery <damien.carbery@sun.com> and
2822         Yevgen Muntyan <muntyan@tamu.edu>.
2823
2824 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2825
2826         * shell/ev-window.c: (setup_document_from_metadata):
2827
2828         Make sure Evince doesn't restore the view on the last
2829         page when a document is reopened. Fixes bug #383381.
2830
2831 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
2832
2833         * shell/ev-view.c: (draw_loading_text):
2834
2835         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
2836
2837 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2838
2839         * configure.ac:
2840         * NEWS:
2841
2842         Release 0.7.0
2843
2844 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2845
2846         * configure.ac:
2847         * pdf/ev-poppler.cc: (pdf_print_context_free),
2848         (pdf_document_file_exporter_begin),
2849         (pdf_document_file_exporter_do_page):
2850
2851         Make cairo-pdf depedency optional. 
2852
2853 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2854
2855         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
2856
2857         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
2858
2859 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2860
2861         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
2862         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
2863         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
2864         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
2865         * shell/ev-view.c: (draw_loading_text):
2866         * shell/ev-window.c: (ev_window_cmd_file_properties):
2867
2868         Use an specific lock for FontConfig. Hopefully it fixes some crashes
2869         related to using FontConfig from different threads.
2870         
2871 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2872
2873         * shell/ev-view.c: (draw_loading_text):
2874
2875         Acquire lock document when drawing "Loading..." text so that only one
2876         thread will use FontConfig at the same time. Fixes bug #374750.
2877
2878 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2879
2880         * shell/ev-page-action.[ch]: (activate_cb):
2881         * shell/ev-window.c: (activate_label_cb):
2882
2883         Check if text inserted in page entry is a valid page number when it
2884         doesn't match to any document page label. Fixes bug #383165.
2885
2886 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
2887         * shell/ev-window.c:
2888
2889         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
2890         available with GTK < 2.10. Added an ifdef to avoid compilation
2891         error.
2892
2893 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2894
2895         * configure.ac:
2896         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
2897
2898         Fix ps backend in multihead systems.
2899
2900 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2901
2902         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
2903         * shell/ev-window.c: (ev_window_get_screen_dpi),
2904         (ev_window_update_actions), (setup_view_from_metadata),
2905         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
2906
2907         Take screen DPI into account when zooming. Fixes bug #318285.
2908
2909 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2910
2911         * data/Makefile.am:
2912
2913         Cleaned up/slightly refactored Makefile.am. Added GConf
2914         schemas uninstallation as well.
2915
2916 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2917
2918         * Makefile.am:
2919         * test/Makefile.am:
2920
2921         Fight with autotools to fix make check. Make distcheck
2922         works fine as well now!
2923
2924 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2925
2926         * shell/ev-view.c: (draw_end_presentation_page):
2927
2928         Corrected "end of presentation" string.
2929
2930 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2931
2932         * shell/ev-view.c: (ev_view_key_press_event):
2933
2934         Correctly propagate key press event so that up/down keys
2935         work as expected (correct behaviour was broken by
2936         black/white screen key bindings for presentations).
2937
2938 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2939
2940         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
2941         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
2942         (pdf_document_find_get_progress), (pdf_selection_render_selection),
2943         (pdf_selection_get_selection_region),
2944         (pdf_selection_get_selection_map):
2945
2946         Add "static" to some private functions. 
2947
2948 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
2949
2950         * lib/ev-tooltip.h:
2951         * properties/ev-properties-view.h:
2952         * shell/ev-jobs.h:
2953         * shell/ev-properties-dialog.h:
2954         * shell/ev-properties-fonts.h:
2955         * shell/ev-sidebar-links.h:
2956         * shell/ev-sidebar-thumbnails.h:
2957         * shell/ev-sidebar.h:
2958         * shell/ev-window.h:
2959         
2960         Fixes CHACK type in class casts. See bug #385343
2961         for details.
2962
2963 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2964
2965         * shell/ev-view-private.h:
2966         * shell/ev-view.c: (draw_end_presentation_page),
2967         (ev_view_expose_event), (ev_view_key_press_event),
2968         (ev_view_class_init), (ev_view_init):
2969
2970         Blank screen in presentation mode when pressing 'b' (filling with
2971         black) or 'w' (filling with white) keys. Fixes bug #358132.
2972
2973 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
2974
2975         * data/evince-toolbar.xml:
2976         * shell/ev-window.c:
2977         
2978         Use stock icon for Select All action. Fixes
2979         bug #382652.
2980
2981 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
2982
2983         * shell/ev-view.c: (get_doc_point_from_offset),
2984         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
2985
2986         Add links support in rotated documents. Fixes bug #343733.
2987
2988 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2989
2990         * shell/ev-view-private.h:
2991         * shell/ev-view.c: (draw_end_presentation_page),
2992         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
2993
2994         Show a blank page after the last page in presentation mode with a
2995         message indicating that presentation has finished and how to exit. 
2996
2997 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2998
2999         * shell/ev-window.c: (fullscreen_timeout_cb):
3000
3001         Hide cursor after a while in presentation mode. 
3002
3003 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3004
3005         * backend/ev-document-info.h:
3006         * data/evince-properties.glade:
3007         * pdf/ev-poppler.cc:
3008         * properties/ev-properties-view.c: (ev_regular_paper_size),
3009         (ev_properties_view_set_info):
3010         * ps/ps-document.c: (ps_document_get_info):
3011
3012         Adds a paper size field to the properties dialog. Fixes
3013         bug #307315. Patch by Kasper Svendsen (with some i18n
3014         changes done by me).
3015
3016 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3017
3018         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3019         (screensaver_init_dbus), (totem_scrsaver_new),
3020         (totem_scrsaver_init):
3021         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3022         * shell/ev-application.c: (ev_application_register_service),
3023         (ev_application_screensaver_enable),
3024         (ev_application_screensaver_disable):
3025         * shell/ev-application.h:
3026         * shell/ev-window.c: (ev_window_run_presentation),
3027         (ev_window_stop_presentation), (build_comments_string),
3028         (ev_window_init):
3029         
3030         Move screensaver handling to application. No more
3031         message on startup.
3032
3033 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3034
3035         * configure.ac:
3036         * backend/Makefile.am:
3037         * backend/ev-file-exporter.[ch]:
3038         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
3039         * ps/ps-document.c: (ps_document_file_exporter_*):
3040         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
3041         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3042         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3043         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3044
3045         Allow printing to PDF when suppoted by the backend.
3046         
3047 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3048
3049         * shell/ev-window.c: (build_comments_string):
3050
3051         Use always "Document Viewer" in about dialog. 
3052
3053 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3054
3055         * djvu/djvu-document.c: (djvu_document_get_page_size):
3056
3057         Display a warning message when get_pageinfo fails. 
3058
3059 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
3060
3061         * Makefile.am:
3062         * backend/Makefile.am:
3063         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3064         * configure.ac:
3065         * shell/ev-window.c: (build_comments_string):
3066         
3067         Make pdf compilation optional. See bug #38007.
3068
3069 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3070
3071         * ps/ps.c: (get_next_text):
3072
3073         Fix CVE-2006-5864.
3074
3075 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3076
3077         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
3078         * shell/ev-navigation-action.c: (connect_proxy),
3079         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3080         
3081         Do not call g_type_class_peek_parent twice.
3082
3083 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3084
3085         * configure.ac:
3086         * data/icons/24x24/.cvsignore:
3087         * data/icons/24x24/Makefile.am:
3088         * data/icons/24x24/evince.png:
3089         * data/icons/Makefile.am:
3090         
3091         Add 24x24 icon. Thanks to 
3092         Michael Monreal <infernux@web.de>.
3093
3094 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3095
3096         * configure.ac: Fix typo in configure.ac. Thanks
3097         to dmacks@netspace.org for notification.
3098
3099 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3100
3101         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3102         
3103         Drop dbus include, fixes compilation with older dbus.
3104
3105 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3106
3107         * configure.ac:
3108         * cut-n-paste/Makefile.am:
3109         * cut-n-paste/totem-screensaver/.cvsignore
3110         * cut-n-paste/totem-screensaver/Makefile.am:
3111         * cut-n-paste/totem-screensaver/README:
3112         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3113         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3114         * shell/Makefile.am:
3115         * shell/ev-window.c: (ev_window_run_presentation),
3116         (ev_window_stop_presentation), (ev_window_cmd_help_about),
3117         (ev_window_init):
3118
3119         Implemented screensaver enabling/disabling for
3120         presentation mode (not fullscreen mode). Code stolen
3121         from Totem (with some minor tweaks). Fixes bug #338889.
3122
3123 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3124
3125         * configure.ac:
3126
3127         Bump gnome-icon-theme requirements. We use the rotation
3128         icons that appeared recently.
3129
3130 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3131
3132         * shell/ev-history.c: (ev_history_add_page):
3133         * shell/ev-history.h:
3134         * shell/ev-window.c: (page_changed_cb):
3135         
3136         Use page labels instead of numbers.
3137
3138 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3139
3140         * data/evince-toolbar.xml:
3141         * po/POTFILES.in:
3142         * shell/Makefile.am:
3143         * shell/ev-navigation-action-widget.c:
3144         (ev_navigation_action_widget_init),
3145         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
3146         (menu_detacher), (ev_navigation_action_widget_set_menu),
3147         (menu_position_func), (popup_menu_under_arrow),
3148         (ev_navigation_action_widget_toggled),
3149         (ev_navigation_action_widget_button_press_event):
3150         * shell/ev-navigation-action-widget.h:
3151         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
3152         (ev_navigation_action_set_window), (activate_menu_item_cb),
3153         (new_history_menu_item), (new_empty_history_menu_item),
3154         (build_menu), (menu_activated_cb), (connect_proxy),
3155         (create_tool_item), (ev_navigation_action_init),
3156         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3157         * shell/ev-navigation-action.h:
3158         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
3159         (ev_page_action_widget_set_page_cache),
3160         (ev_page_action_widget_finalize),
3161         (ev_page_action_widget_class_init), (match_selected_cb),
3162         (display_completion_text), (match_completion), (build_new_tree_cb),
3163         (get_filter_model_from_model),
3164         (ev_page_action_widget_update_model):
3165         * shell/ev-page-action-widget.h:
3166         * shell/ev-page-action.c: (activate_link_cb), (update_model),
3167         (connect_proxy):
3168         * shell/ev-page-action.h:
3169         * shell/ev-stock-icons.c:
3170         * shell/ev-stock-icons.h:
3171         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3172         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
3173         (register_custom_actions):
3174         * shell/main.c:
3175         
3176         Preliminary history implementation
3177
3178 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3179
3180         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
3181         (dvi_document_class_init), (dvi_document_init_params):
3182         * dvi/mdvi-lib/font.c: (font_reference):
3183         
3184         Add reference to subfont. Fixes bug #374277.
3185
3186 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3187
3188         * shell/ev-window.c: (ev_window_create_tmp_symlink),
3189         (ev_window_cmd_file_open_copy_at_dest):
3190
3191         Fix a race condition when creating symlink. Increase the counter
3192         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
3193         Mathias Hasselmann).
3194
3195 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3196
3197         * backend/Makefile.am:
3198         * backend/ev-attachment.c: (ev_attachment_open):
3199         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
3200         (ev_tmp_dir), (ev_tmp_filename):
3201         * shell/ev-sidebar-attachments.c:
3202         (ev_sidebar_attachments_drag_data_get):
3203         * shell/ev-window.c: (ev_window_clear_temp_file):
3204
3205         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
3206         in ensure_dir_exists. Abort without crashing when we can't create
3207         user's directory.
3208
3209 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3210
3211         * data/evince-ui.xml:
3212         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3213         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
3214         (ev_window_cmd_file_open_copy_at_dest),
3215         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
3216         (ev_view_popup_cmd_open_link_new_window):
3217
3218         Allow opening a copy of the current document in a new window. Fixes bug
3219         #357472
3220
3221 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3222
3223         * data/evince-toolbar.xml:
3224         
3225         Add rotate right and rotate left to available items for toolbar.
3226         
3227         * data/evince-ui.xml:
3228         * shell/ev-window.c: (ev_window_init):
3229         
3230         Customize toolbar with right click. Fixes bug #372451.
3231
3232 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
3233
3234         * shell/ev-window.c: 
3235         
3236         Use "object-rotate-{left,right}" stock icons. Fixes 
3237         bug #373863.
3238
3239 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3240
3241         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
3242         (ev_application_open_uri_at_dest), (ev_application_open_uri):
3243         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
3244         (ev_window_open_uri):
3245         * shell/main.c: (arguments_parse):
3246
3247         Remove temp file created when evince is used by GTK+ in
3248         preview mode. Fixes bug #365282. 
3249
3250 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3251
3252         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3253         
3254         Fixes bug #372474 - Side pane disabled when entering 
3255         and leaving fullscreen mode.
3256
3257 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3258
3259         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
3260         * data/Makefile.am:
3261         * data/evince-preview-toolbar.xml:
3262         * data/evince-toolbar.xml:
3263         * shell/ev-application.c: (ev_application_shutdown),
3264         (ev_application_init), (ev_application_get_toolbars_model):
3265         * shell/ev-application.h:
3266         * shell/ev-window.c: (update_chrome_visibility),
3267         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
3268         (ev_window_cmd_edit_toolbar), (ev_window_init):
3269         
3270         Fixes bug #364364 - toolbar editor shows zoom actions again.
3271
3272 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3273
3274         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3275
3276         Do not take margins into consideration for paper size when printing.
3277         Really fixes bug #350491.
3278
3279 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3280
3281         * data/evince-ui.xml:
3282         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
3283         (ev_window_cmd_file_print_setup),
3284         (ev_window_print_dialog_response_cb),
3285         (ev_window_setup_action_sensitivity):
3286
3287         Add page setup settings for printing. Fixes bugs #363860 and #350491.
3288
3289 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3290
3291         * shell/ev-window.c: (ev_window_print_range):
3292
3293         Revert my previuos commit, since printing to PDF is not supported by
3294         evince yet. 
3295
3296 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3297
3298         * shell/ev-window.c: (ev_window_print_range):
3299
3300         Enable print to a PDF. Fixes bug #332121.
3301
3302 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3303
3304         * shell/ev-application-service.xml:
3305         * shell/ev-application.[ch]: (ev_application_open_window),
3306         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
3307         (ev_application_open_uri), (ev_application_open_uri_list):
3308         * shell/ev-window.c: (file_open_dialog_response_cb),
3309         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
3310         (drag_data_received_cb), (open_remote_link):
3311         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
3312
3313         Add support for multiscreen systems. Fixes bug #316206.
3314
3315 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3316
3317         * shell/ev-jobs.[ch]: (ev_job_print_new),
3318         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
3319         (ev_job_print_do_page):
3320         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
3321
3322         Allow printing only odd/even pages. Fixes bug #367289.
3323
3324 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3325
3326         * test/test1.py:
3327         * test/test2.py:
3328
3329         Re-add locale settings to test files.
3330
3331 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3332
3333         * data/evince-ui.xml:
3334         * shell/ev-window.c: (set_action_properties):
3335         
3336         Removed garbage from code and ui.
3337
3338 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3339
3340         * shell/ev-window.c: (ev_window_cmd_help_about):
3341
3342         Shamelessly add my name to the list of contributors.
3343
3344 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3345
3346         * test/test1.py:
3347         * test/test2.py:
3348
3349         Cleaned up the dogtail scripts.
3350
3351 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3352
3353         * shell/ev-view.c: (draw_loading_text): Don't render
3354         "loading..." text in presentation mode. Temporary
3355         workaround for bug #320352.
3356
3357 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3358
3359         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3360         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3361
3362         Use print settings scale, copies, collate and reverse which were
3363         ignored. Fixes bug #359032.
3364
3365 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3366
3367         * configure.ac:
3368         * data/evince-password.glade:
3369         * test/Makefile.am:
3370         * test/test-encrypt.pdf:
3371         * test/test-links.pdf:
3372         * test/test1.py:
3373         * test/test2.py:
3374
3375         Add automated UI tests for evince with dogtail. See
3376         bug #300948.    
3377
3378 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3379
3380         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
3381
3382         Hide fullscreen toolbar when switching to another desktop workspace.
3383         Fixes bug #338871
3384
3385 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3386
3387         * shell/ev-window-title.c: 
3388         
3389         Test for .dvi in title of pdf documents.
3390
3391 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3392
3393         * shell/ev-view.c: (ev_view_scroll):
3394
3395         Page Up/Down should do page jumps in "Best fit" mode.
3396         If a user has explicitly chosen to view exactly one page
3397         at a time, scrolling just a part of the page when
3398         pressing Page Up/Down is not right. Fixes bug #323107.
3399
3400 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3401
3402         * NEWS:
3403         * configure.ac:
3404         
3405         Update for 0.6.1
3406
3407 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3408
3409         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
3410         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
3411         
3412         Correctly disconnect from job signals on destroy.
3413
3414 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3415
3416         * shell/ev-view-private.h:
3417         * shell/ev-view.c: (view_set_adjustment_values),
3418         (view_update_range_and_current_page),
3419         (ensure_rectangle_is_visible), (ev_view_size_allocate):
3420         
3421         Fixes bug #343199, current page now follows find page.
3422
3423 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
3424
3425         * backend/ev-document-factory.c:
3426         * configure.ac:
3427         Assigned OpenDocument presenation MIME type to the
3428         Impress backend. Added some missing (but harmless)
3429         #ifdefs in the document factory as well to make things
3430         consistent again. Fixes bug #360658.
3431
3432 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
3433
3434         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
3435         * backend/ev-document-find.c: (ev_document_find_get_type):
3436         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
3437         * backend/ev-document-links.c: (ev_document_links_get_type):
3438         * backend/ev-document-security.c: (ev_document_security_get_type):
3439         * backend/ev-document-thumbnails.c:
3440         (ev_document_thumbnails_get_type):
3441         * backend/ev-document.c: (ev_document_get_type):
3442         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
3443         * backend/ev-selection.c: (ev_selection_get_type):
3444         * cut-n-paste/recent-files/egg-recent-model.c:
3445         (egg_recent_model_get_type):
3446         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3447         (egg_recent_view_uimanager_get_type):
3448         * cut-n-paste/recent-files/egg-recent-view.c:
3449         (egg_recent_view_get_type):
3450         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3451         (egg_editable_toolbar_get_type):
3452         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3453         (egg_toolbar_editor_get_type):
3454         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3455         (egg_toolbars_model_get_type):
3456         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3457         (egg_tree_multi_drag_source_get_type):
3458         * cut-n-paste/zoom-control/ephy-zoom-action.c:
3459         (ephy_zoom_action_get_type):
3460         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3461         (ephy_zoom_control_get_type):
3462         * impress/r_back.c: (_imp_fill_back):
3463         * properties/ev-properties-main.c:
3464         (ev_properties_plugin_register_type):
3465         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
3466         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
3467         (ev_view_accessible_factory_get_type):
3468
3469         Reduce relocations. Bug #360616.
3470
3471 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3472
3473         * backend/ev-document-factory.c:
3474         (ev_document_factory_get_document):
3475         
3476         Load document even if extension is wrong.
3477
3478 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3479
3480         * shell/ev-metadata-manager.c: (save_values):
3481         * shell/ev-window.c: (setup_size_from_metadata),
3482         (setup_view_from_metadata), (ev_window_setup_document),
3483         (ev_window_xfer_job_cb), (window_configure_event_cb):
3484         
3485         Set size according to the document size/page size ratio.
3486         That should correct rather wierd behaviour of the previous
3487         commit.
3488
3489 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3490
3491         * shell/ev-window.c: (setup_view_from_metadata):
3492         
3493         Set size for new windows from previous window size.
3494         See bugs #354968 and #168450 for details. Thanks
3495         to Meik Hellmund.
3496
3497 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3498
3499         * djvu/djvu-links.c: (build_tree):
3500
3501         Fix memory leak.
3502
3503 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3504
3505         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
3506         
3507         Don't make sidebar close button insensitive. Fixes
3508         bug #357871.
3509
3510 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3511
3512         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3513         (ev_window_set_view_accels_sensitivity):
3514         
3515         Don't enable Slash on documents which don't support
3516         find. Fixes bug #358648.
3517
3518 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
3519
3520         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
3521         open dialog fall back to the current document uri if the
3522         filechooser hasn't been used before. Fixes bug #356980.
3523
3524 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
3525
3526         * shell/ev-window.c: (ev_window_setup_recent), 
3527         (ev_window_get_recent_file_label):
3528
3529         Escape underscores in filenames of recent file items.
3530
3531 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3532
3533         * configure.ac:
3534         
3535         Bumped poppler requirements, really 0.5.3 is very 
3536         buggy, now we require 0.5.4.
3537
3538 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3539
3540         * djvu/Makefile.am:
3541         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3542         (djvu_document_find_iface_init), (djvu_document_links_get_links),
3543         (djvu_document_document_links_iface_init):
3544         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
3545         (number_from_string_10), (get_djvu_link_dest),
3546         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
3547         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
3548         (djvu_links_get_links), (djvu_links_find_link_dest),
3549         (djvu_links_get_links_model):
3550         * djvu/djvu-links.h:
3551         
3552         Add support for links and bookmarks in djvu documents. Thanks
3553         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
3554         patch.
3555
3556 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3557
3558         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3559         
3560         Reopen should reload document. Fixes 
3561         bug 327951.
3562
3563 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3564
3565         * configure.ac:
3566         * data/Makefile.am:
3567         * data/evince-16.png:
3568         * data/evince-22.png:
3569         * data/evince.png:
3570         * data/evince.svg:
3571         * data/icons/16x16/Makefile.am:
3572         * data/icons/16x16/evince.png:
3573         * data/icons/22x22/Makefile.am:
3574         * data/icons/22x22/evince.png:
3575         * data/icons/48x48/Makefile.am:
3576         * data/icons/48x48/evince.png:
3577         * data/icons/Makefile.am:
3578         * data/icons/scalable/Makefile.am:
3579         * data/icons/scalable/evince.svg:
3580         
3581         Install icons with correct names. Fixes
3582         bug #354429.
3583
3584 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3585
3586         * shell/ev-view.c: (ev_view_button_release_event):
3587
3588         Don't open links with middle mouse button. Fixes bug #353649
3589
3590 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3591
3592         * NEWS:
3593         * configure.ac:
3594         
3595         Update for release 0.6.0
3596
3597 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3598
3599         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
3600         Implement Close named action. Patch by Carlos Garcia Campos.
3601
3602 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3603
3604         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
3605         
3606         Don't clear link mapping on copy_job_to_job_info. Fixes
3607         bug 346168.
3608
3609 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3610
3611         * shell/main.c: (main):
3612
3613         Revert my previous commit, gnome_program_init owns the option context.
3614         Fix another memory leak in main. Both caught by Christian Persch. 
3615
3616 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3617
3618         * shell/main.c: (main):
3619
3620         Fix memory leak.
3621
3622 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3623
3624         * backend/ev-document-factory.c: (ev_document_factory_get_document):
3625
3626         Fix crash when opening a pdf with password protection. 
3627
3628 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3629
3630         * pdf/ev-poppler.cc: (pdf_document_search_free):
3631
3632         Fix memory leak. 
3633
3634 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3635
3636         * backend/ev-document-factory.c:
3637         (ev_document_factory_get_document):
3638         * tiff/tiff-document.c: (tiff_document_finalize):
3639         
3640         More correct handling of document loading. Fixes
3641         bug #349043.
3642
3643 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3644
3645         * backend/ev-attachment.c: (ev_attachment_save):
3646
3647         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
3648         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
3649
3650 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
3651         
3652         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
3653         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
3654
3655 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3656
3657         * shell/ev-sidebar-thumbnails.c:
3658
3659         Do not render thumbnails unless thumbnails page is active in the
3660         sidebar.
3661
3662 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
3663
3664         * shell/ev-properties-dialog.c:
3665
3666         Fix dialogue spacing. Bug #351370.
3667
3668 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3669
3670         * configure.ac:
3671
3672         Use lowercase gettext catalog file names (evince.mo
3673         instead of Evince.mo)
3674
3675 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3676
3677         * shell/ev-sidebar-attachments.c:
3678
3679         GtkIconTheme is now screen safe too. Fixes bug #350878
3680
3681 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3682
3683         * shell/ev-window.c:
3684
3685         GtkRecent manager is now screen safe. Fixes bug #350145
3686
3687 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3688
3689         * shell/ev-sidebar.c: (ev_sidebar_init):
3690         
3691         Make sidebar close icon smaller. Fix for bug 350177.
3692         See also bugs 350176 and 165770.
3693
3694 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3695
3696         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
3697
3698         Ignore zoom for xyz destinations when it's <= 1, keeping user
3699         preferences instead. Set correct sizing-mode for fith and fitv
3700         destinations rather than EV_SIZING_FREE. Fixes bug #349433
3701
3702 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3703
3704         * NEWS:
3705         * configure.ac:
3706         
3707         Update for release 0.5.5
3708
3709 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
3710         
3711         * shell/ev-window.c: (ev_window_cmd_escape)
3712
3713         Escape unfocus page entry. Fixes bug #345809.
3714
3715 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3716
3717         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
3718         (build_tree), (pdf_document_links_get_links),
3719         (pdf_document_links_find_link_dest):
3720         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
3721         (goto_xyz_dest):
3722
3723         Convert from PDF style coordinates to X style coordinates in the
3724         backend rather than in the view. Fixes bug #338440
3725
3726 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3727
3728         * shell/ev-window.c:
3729         
3730         Remove Ctrl+Shift+T shortcut for toolbars. See
3731         the bug #350098.
3732
3733 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3734
3735         * configure.ac:
3736
3737         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
3738         of this. 
3739
3740 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3741
3742         * configure.ac:
3743         * cut-n-paste/Makefile.am:
3744         * data/evince-ui.xml:
3745         * shell/Makefile.am:
3746         * shell/ev-application.[ch]:
3747         * shell/ev-window.c:
3748
3749         Use GtkRecent instead of EggRecent when it's available. Fixes bug
3750         #349273
3751
3752 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3753
3754         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
3755         findbar code: s/help/search/
3756
3757 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3758
3759         * shell/ev-window.c: (setup_document_from_metadata),
3760         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
3761         (setup_view_from_metadata):
3762         
3763         Fix memory leaks.
3764
3765 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
3766
3767         * autogen.sh, configure.ac: 
3768         
3769         Update automake usage. See bug 349292.
3770
3771 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3772
3773         * shell/eggfindbar.c: (egg_find_bar_class_init),
3774         (entry_activate_callback), (egg_find_bar_init),
3775         (egg_find_bar_set_status_text):
3776         * shell/eggfindbar.h:
3777         
3778         Unify Evince findbar with Epiphany. Nice patch
3779         from Fabricio Silva <silva@crans.org> and
3780         Frederic Peters <fpeters@entrouvert.com>. See
3781         bug #339966 for details.
3782
3783 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3784
3785         * data/evince.desktop.in.in:
3786         
3787         Correct information for bugzilla. Thanks to
3788         Olaf Vitters, see bug #348855.
3789
3790 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3791
3792         * shell/ev-jobs.[ch]:
3793         * shell/ev-sidebar-links.c:
3794         * shell/ev-window.[ch]:
3795
3796         GtkPrintJob doesn't support print ranges or current page, so we export
3797         to a ps file now when printing ranges or current page.
3798
3799 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3800
3801         * pdf/ev-poppler.cc:
3802         * shell/ev-window.c: (do_action_named):
3803
3804         We should be more clear about bugzilla. See the
3805         poppler bug #7623.
3806
3807 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3808
3809         * configure.ac:
3810         * shell/Makefile.am:
3811         * shell/ev-job-queue.c:
3812         * shell/ev-jobs.[ch]:
3813         * shell/ev-sidebar-links.c:
3814         * shell/ev-window.[ch]:
3815         
3816         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
3817         #348422
3818
3819 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3820
3821         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
3822         * shell/ev-application-service.xml:
3823         * shell/ev-application.[ch]:
3824         * shell/ev-jobs.[ch]:
3825         * shell/ev-window.[ch]: (ev_window_run_preview):
3826         * shell/main.c: 
3827
3828         Add preview mode to use evince as a printing previewer. It also adds
3829         other command line options for fullscreen and presentation modes.
3830         Fixes bugs #347822, #317031
3831
3832 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3833
3834         * NEWS:
3835         * configure.ac:
3836         
3837         Update for release 0.5.4
3838
3839 2006-07-11  Bastien Nocera <hadess@hadess.net>
3840
3841         * Makefile.am:
3842         * backend/Makefile.am:
3843         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3844         * backend/ev-document-factory.h:
3845         * configure.ac:
3846         * impress/.cvsignore:
3847         * impress/Makefile.am:
3848         * impress/common.h:
3849         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
3850         (imp_get_page), (imp_next_page), (imp_prev_page),
3851         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
3852         * impress/f_oasis.c: (render_object), (render_page),
3853         (get_geometry), (_imp_oasis_load):
3854         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
3855         (_imp_oo13_load):
3856         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
3857         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
3858         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
3859         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
3860         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
3861         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
3862         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
3863         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
3864         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
3865         (iks_new_within), (iks_insert), (iks_insert_cdata),
3866         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
3867         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
3868         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
3869         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
3870         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
3871         (iks_cdata), (iks_cdata_size), (iks_has_children),
3872         (iks_has_attribs), (escape_size), (my_strcat), (escape),
3873         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
3874         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
3875         (iks_tree), (iks_load), (iks_save):
3876         * impress/iksemel.h:
3877         * impress/imposter.h:
3878         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
3879         (imp_render_draw_bezier_real), (imp_render_get_size),
3880         (imp_render_set_fg_color), (imp_render_draw_line),
3881         (imp_render_draw_rect), (imp_render_draw_polygon),
3882         (imp_render_draw_arc), (imp_render_draw_bezier),
3883         (imp_render_open_image), (imp_render_get_image_size),
3884         (imp_render_scale_image), (imp_render_draw_image),
3885         (imp_render_close_image), (imp_render_markup),
3886         (imp_render_get_text_size), (imp_render_draw_text),
3887         (impress_document_load), (impress_document_save),
3888         (impress_document_get_n_pages), (impress_document_get_page_size),
3889         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3890         (impress_document_finalize), (impress_document_class_init),
3891         (impress_document_can_get_text), (impress_document_get_info),
3892         (impress_document_document_iface_init),
3893         (impress_document_thumbnails_get_thumbnail),
3894         (impress_document_thumbnails_get_dimensions),
3895         (impress_document_document_thumbnails_iface_init),
3896         (impress_document_init):
3897         * impress/impress-document.h:
3898         * impress/internal.h:
3899         * impress/r_back.c: (_imp_fill_back):
3900         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
3901         (_imp_draw_image), (_imp_tile_image):
3902         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
3903         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
3904         (r_polyline):
3905         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
3906         (r_draw_gradient_complex), (r_draw_gradient):
3907         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
3908         (r_get_bullet):
3909         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
3910         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
3911         (r_text):
3912         * impress/render.c: (imp_create_context), (imp_context_set_page),
3913         (imp_context_set_step), (imp_render), (imp_delete_context):
3914         * impress/render.h:
3915         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
3916         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
3917         (zip_load_xml), (zip_get_size), (zip_load):
3918         * impress/zip.h:
3919         * shell/ev-utils.c:
3920         
3921         New backend to support impress slides. Fixes bug #30867.
3922
3923 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
3924
3925         * shell/ev-utils.c: (using_postscript_printer):
3926         
3927         Fixes crash when print using PAPI backend,
3928         bug #345012.
3929
3930 2006-06-09  Pat Rondon  <pmr@patrondon.org>
3931
3932         * shell/ev-jobs.c: (ev_job_xfer_run):
3933         * shell/ev-window.c: (password_dialog_response),
3934         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
3935         (ev_window_dispose):
3936         Fixes bug #344160: if the xfer job doesn't complete
3937         because a password is required, reload the existing
3938         instance instead of creating a new one.
3939
3940 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3941
3942         * shell/main.c: (main): Call gdk_threads_init. Thus
3943         we'll avoid errors in auth dialog. Fix for the bug
3944         #343347.
3945
3946 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3947
3948         * configure.ac: Advertise pixbuf support, fix
3949         for the bug 343317.
3950
3951 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3952
3953         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
3954         (ev_sidebar_thumbnails_set_document):
3955         
3956         Update sidebar thumbnails after reloading.
3957
3958 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3959
3960         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
3961         * shell/ev-jobs.h:
3962         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
3963         (ev_window_cmd_view_reload), (ev_window_init):
3964         
3965         Don't crash on reload. Fix for the bug #343167.
3966
3967 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3968
3969         * shell/ev-jobs.c: (ev_job_render_run):
3970         
3971         Check for document links.
3972
3973 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3974
3975         * backend/ev-attachment.c: (ev_attachment_save),
3976         (ev_attachment_launch_app), (ev_attachment_open):
3977         * backend/ev-document-factory.c: (get_document_from_uri):
3978         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3979         (egg_recent_view_uimanager_set_list):
3980         * ps/ps-document.c: (check_filecompressed), (document_load),
3981         (ps_document_load):
3982         * shell/ev-metadata-manager.c: (load_values):
3983         * shell/ev-password.c: (ev_password_dialog_set_property):
3984         * shell/ev-view.c: (tip_from_link):
3985         * shell/ev-window.c: (file_save_dialog_response_cb),
3986         (ev_window_print_dialog_response_cb):
3987         
3988         Use consistent quoting style. Fix for the bug #320285.
3989
3990 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3991
3992         * shell/ev-jobs.c: (ev_job_xfer_run):
3993         * shell/main.c: (load_files):
3994                 
3995         Open links with anchors. Fix for the bug #339836.
3996
3997 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3998
3999         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
4000         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
4001         (ev_link_dest_set_property), (ev_link_dest_finalize),
4002         (ev_link_dest_class_init), (ev_link_dest_new_named),
4003         (ev_link_dest_new_page_label):
4004         * backend/ev-link-dest.h:
4005         * shell/ev-application.c: (ev_application_open_uri):
4006         * shell/ev-view.c: (goto_dest):
4007         * shell/ev-window.c:
4008         * shell/ev-window.h:
4009         
4010         Fix page-label command line option. Bug #342070.
4011
4012 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4013
4014         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4015         
4016         Don't show highlight rects if page can't be showed. Fix for 
4017         the bug #342076
4018
4019 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4020
4021         * shell/ev-window.c: (setup_sidebar_from_metadata),
4022         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
4023         
4024         Setup sidebar from metadata even if there is no document
4025         loaded. Fix for the bug #342807.
4026
4027 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4028
4029         * cut-n-paste/toolbar-editor/Makefile.am:
4030         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4031         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
4032         (find_action), (drag_data_delete_cb), (drag_begin_cb),
4033         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
4034         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
4035         (popup_context_menu_cb), (button_press_event_cb),
4036         (configure_item_sensitivity), (configure_item_cursor),
4037         (configure_item_tooltip), (connect_widget_signals),
4038         (action_sensitive_cb), (create_item_from_action),
4039         (create_item_from_position), (toolbar_drag_data_received_cb),
4040         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
4041         (toolbar_drag_leave_cb), (configure_drag_dest),
4042         (toggled_visibility_cb), (toolbar_visibility_refresh),
4043         (create_dock), (toolbar_changed_cb), (unparent_fixed),
4044         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
4045         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
4046         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
4047         (egg_editable_toolbar_dispose),
4048         (egg_editable_toolbar_set_ui_manager),
4049         (egg_editable_toolbar_get_selected),
4050         (egg_editable_toolbar_set_selected), (set_edit_mode),
4051         (egg_editable_toolbar_set_property),
4052         (egg_editable_toolbar_get_property),
4053         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
4054         (egg_editable_toolbar_new_with_model),
4055         (egg_editable_toolbar_get_edit_mode),
4056         (egg_editable_toolbar_set_edit_mode),
4057         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
4058         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
4059         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4060         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
4061         (item_added_or_removed_cb), (toolbar_removed_cb),
4062         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
4063         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
4064         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
4065         (editor_create_item_from_name), (append_table),
4066         (update_editor_sheet), (egg_toolbar_editor_init):
4067         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
4068         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4069         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
4070         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
4071         (toolbar_node_free), (egg_toolbars_model_get_flags),
4072         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
4073         (egg_toolbars_model_get_name), (impl_add_item),
4074         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
4075         (parse_data_list), (parse_item_list), (parse_toolbars),
4076         (egg_toolbars_model_load_toolbars), (parse_available_list),
4077         (parse_names), (egg_toolbars_model_load_names),
4078         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
4079         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
4080         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
4081         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
4082         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
4083         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
4084         (egg_toolbars_model_set_types), (fill_avail_array),
4085         (egg_toolbars_model_get_name_avail),
4086         (egg_toolbars_model_get_name_flags),
4087         (egg_toolbars_model_set_name_flags):
4088         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4089         * cut-n-paste/toolbar-editor/eggintl.h:
4090         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4091         (egg_tree_multi_drag_source_get_type),
4092         (egg_tree_multi_drag_source_row_draggable),
4093         (egg_tree_multi_drag_source_drag_data_delete),
4094         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
4095         (egg_tree_multi_drag_button_release_event), (selection_foreach),
4096         (path_list_free), (set_context_data), (get_context_data),
4097         (get_info), (egg_tree_multi_drag_drag_data_get),
4098         (egg_tree_multi_drag_motion_event),
4099         (egg_tree_multi_drag_button_press_event),
4100         (egg_tree_multi_drag_add_drag_support):
4101         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
4102         * shell/ev-application.c: (ev_application_init),
4103         (ev_application_save_toolbars_model):
4104         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
4105         (ev_window_cmd_edit_toolbar), (ev_window_init):
4106         
4107         Sync toolbareditor with epiphany and libegg
4108
4109 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4110
4111         * configure.ac: 
4112
4113         Depend on poppler 0.5.2
4114
4115 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4116
4117         * shell/ev-jobs.c: (ev_job_render_run):
4118         
4119         Check if document supports links iterface.
4120
4121 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4122
4123         * NEWS:
4124         * configure.ac:
4125         
4126         Update for release 0.5.3
4127
4128 2006-05-13  Michael Plump  <plumpy@skylab.org>
4129
4130         * configure.ac:
4131         * shell/Makefile.am:
4132         * shell/main.c: (main):
4133         
4134         Port to GOption command line parsing. Fix for the 
4135         bug #327518
4136
4137 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4138
4139         * shell/ev-window.c: (ev_window_cmd_help_about):
4140         
4141         Do not wrap license. Fix for the bug #309460.
4142
4143 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4144
4145         * configure.ac:
4146         * properties/ev-properties-main.c: (ev_properties_get_pages):
4147         * shell/ev-application.c: (ev_application_open_window),
4148         (ev_application_open_uri_at_dest):
4149         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4150         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
4151         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
4152         * shell/ev-utils.c: (save_print_config_to_file):
4153         * shell/ev-window.c: (ev_window_cmd_save_as),
4154         (ev_attachment_popup_cmd_save_attachment_as):
4155         * shell/main.c: (load_files_remote):
4156         
4157         Bump requirements to gtk 2.8 and drop all ifdefs used.
4158
4159 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4160
4161         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4162         * shell/ev-window.c: (ev_window_init):
4163         
4164         Show attachments page.
4165
4166 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4167
4168         * po/POTFILES.in:
4169         * shell/ev-attachment-bar.c:
4170         * shell/ev-attachment-bar.h:
4171         * shell/ev-sidebar-attachments.c:
4172         (ev_sidebar_attachments_icon_cache_add),
4173         (icon_theme_get_pixbuf_from_mime_type),
4174         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
4175         (ev_sidebar_attachments_icon_cache_refresh),
4176         (ev_sidebar_attachments_get_attachment_at_pos),
4177         (ev_sidebar_attachments_popup_menu_show),
4178         (ev_sidebar_attachments_popup_menu),
4179         (ev_sidebar_attachments_button_press),
4180         (ev_sidebar_attachments_update_icons),
4181         (ev_sidebar_attachments_drag_data_get),
4182         (ev_sidebar_attachments_get_property),
4183         (ev_sidebar_attachments_destroy),
4184         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
4185         (ev_sidebar_attachments_new),
4186         (ev_sidebar_attachments_set_document),
4187         (ev_sidebar_attachments_support_document),
4188         (ev_sidebar_attachments_get_label),
4189         (ev_sidebar_attachments_page_iface_init):
4190         * shell/ev-sidebar-attachments.h:
4191         * shell/ev-window.c: (update_chrome_visibility),
4192         (setup_sidebar_from_metadata), (ev_window_setup_document),
4193         (ev_window_sidebar_current_page_changed_cb),
4194         (attachment_bar_menu_popup_cb), (ev_window_init):
4195         
4196         Move attachments bar to sidebar.
4197
4198 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4199
4200         * pdf/ev-poppler.cc:
4201         * shell/ev-application.[ch]:
4202         * shell/main.c:
4203
4204         Fix some memory leaks.
4205
4206 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4207
4208         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4209
4210         Change the properties dialog response to
4211         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
4212         will make the dialog go away when the user presses
4213         enter. With gtk+ >= 2.9 this will happen anyway, but for
4214         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
4215         escape by default. Fixes bug #340539. See also bug
4216         #101293 for the gtk+ part.
4217
4218 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
4219
4220         * shell/ev-view.c (tip_from_action_named): Replace some strings
4221         that were wrong. Closes #340970.
4222
4223 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4224
4225         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4226
4227         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
4228         #341049
4229
4230 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4231
4232         * djvu/Makefile.am:
4233         * dvi/Makefile.am:
4234         * dvi/mdvi-lib/Makefile.am:
4235         * properties/Makefile.am:
4236         * ps/Makefile.am:
4237         * shell/Makefile.am:
4238         * thumbnailer/Makefile.am:
4239         
4240         Due to broken libtool that is unable to track dependencies
4241         of noinst libraries we are forced to explicitely point
4242         libraries for binary. Fix for the bug #333334.
4243
4244 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4245
4246         * data/evince.desktop.in.in:
4247         * shell/ev-view.c: (view_update_range_and_current_page),
4248         (ev_view_next_page), (ev_view_previous_page):
4249         * shell/ev-window.c: (update_chrome_visibility),
4250         (setup_sidebar_from_metadata), (ev_window_setup_document),
4251         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
4252         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4253         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
4254         (ev_window_stop_fullscreen), (ev_window_run_presentation),
4255         (ev_window_stop_presentation), (ev_window_focus_in_event),
4256         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
4257         (ev_window_init):
4258         * thumbnailer/Makefile.am:
4259         
4260         Update fullscreen and presentation timeout handling. Hide
4261         cursor in presentation after timeout. Fix for the bugs
4262         #136359 and #336981.
4263
4264 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4265
4266         * backend/ev-link-action.[ch]:
4267         * pdf/ev-poppler.cc: (ev_link_from_action):
4268         * shell/ev-view-private.h:
4269         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
4270         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
4271
4272         Add support for Named Action links
4273
4274 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4275
4276         * backend/Makefile.am:
4277         * backend/ev-document-links.[ch]:
4278         * backend/ev-document.[ch]:
4279         * backend/ev-link-action.[ch]:
4280         * backend/ev-link-dest.[ch]:
4281         * backend/ev-link.[ch]:
4282         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
4283         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
4284         * shell/ev-page-action.c: (build_new_tree_cb):
4285         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
4286         (links_page_num_func), (update_page_callback):
4287         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
4288         (tip_from_link):
4289         * shell/ev-jobs.c:
4290         * shell/ev-window.[ch]: (ev_window_open_uri),
4291         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
4292         * shell/ev-application.[ch]: (ev_application_open_window),
4293         (ev_application_open_uri):
4294
4295         Rework links system, it adds support for remote links now and it makes
4296         easier to add new kinds of actions and destinations. Fixes bug #317292
4297
4298 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4299
4300         * data/Makefile.am:
4301         * data/evince.png:
4302         * data/evince-16.png:
4303         * data/evince-22.png:
4304         * data/evince.svg:
4305         * shell/main.c: (main):
4306         
4307         Evince use it's own icon. Fix for the bug #313392.
4308
4309         * shell/ev-window.c: (fullscreen_timeout_cb),
4310         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4311         (ev_window_cmd_help_about), (ev_window_dispose):
4312         
4313         Simplify fullscreen timeout code.
4314
4315 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4316
4317         * backend/ev-attachment.c: 
4318         * shell/ev-attachment-bar.c:
4319         * shell/ev-window.c:
4320
4321         Allow multiple selection of attachments
4322
4323 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4324
4325         * shell/ev-view.c: (view_update_range_and_current_page),
4326         (ev_view_scroll):
4327         
4328         Fix for the bug #312573 – Optimal selection of current 
4329         page among visible pages.
4330
4331 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4332
4333         * configure.ac:
4334         * djvu/Makefile.am:
4335         * djvu/djvu-text.h:
4336         
4337         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
4338         for the bug 339868.
4339
4340 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
4341
4342         * configure.ac: Fix the LINGUAS stuff here too so it builds.
4343
4344 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4345
4346         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
4347         dictated by the GNOME HIG. Fixes bug #339235.
4348
4349 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4350
4351         * data/evince-ui.xml:
4352         * shell/ev-view.c: (ev_view_can_find_previous):
4353         * shell/ev-view.h:
4354         * shell/ev-window.c: (ev_window_update_actions),
4355         (ev_window_cmd_edit_find_previous):
4356
4357         Add support for "Find Previous" as dictated by the GNOME HIG. A
4358         menu item is added and some glue code to make it all work is added
4359         to various files.
4360
4361 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4362
4363         * configure.ac: Award myself the "useless use of cat" award.
4364
4365 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4366
4367         * po/LINGUAS: New file listing all supported languages.
4368
4369         * configure.in: Use po/LINGUAS instead of including all languages
4370         directly in this file. See the wiki for more information:
4371         http://live.gnome.org/GnomeGoals/PoLinguas
4372
4373 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4374
4375         * backend/ev-document-factory.c:
4376
4377         Do not load the document twice when there isn't errors
4378
4379 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4380
4381         * backend/ev-attachment.c: 
4382
4383         Fix a crash when there isn't a default application to open an
4384         attachment
4385
4386 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4387
4388         * backend/ev-attachment.[ch]:
4389         * shell/ev-attachment-bar.[ch]:
4390
4391         Added missing files. 
4392
4393 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4394
4395         * backend/Makefile.am:
4396         * data/evince-ui.xml:
4397         * backend/ev-attachment.[ch]:
4398         * backend/ev-document.[ch]: (ev_document_has_attachments),
4399         (ev_document_get_attachments):
4400         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
4401         (attachment_save_to_buffer), (pdf_document_get_attachments),
4402         (pdf_document_document_iface_init):
4403         * shell/Makefile.am:
4404         * shell/ev-attachment-bar.[ch]:
4405         * shell/ev-window.c:
4406
4407         Add support for PDF attachments. Fixes bug #325143
4408
4409 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4410
4411         * backend/ev-document-factory.c: (get_document_from_uri),
4412         (ev_document_factory_get_document):
4413         * backend/ev-document-factory.h:
4414         * properties/ev-properties-main.c: (ev_properties_get_pages):
4415         * shell/Makefile.am:
4416         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4417         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4418         (ev_job_queue_remove_job):
4419         * shell/ev-job-queue.h:
4420         * shell/ev-job-xfer.c:
4421         * shell/ev-job-xfer.h:
4422         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
4423         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
4424         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
4425         (ev_job_xfer_run):
4426         * shell/ev-jobs.h:
4427         * shell/ev-window.c: (ev_window_is_empty),
4428         (password_dialog_response), (ev_window_clear_xfer_job),
4429         (ev_window_xfer_job_cb), (ev_window_open_uri),
4430         (ev_window_cmd_focus_page_selector),
4431         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
4432         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4433         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4434         (ev_window_dispose):
4435         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4436         
4437         * Cleanup mime type detection on document load. Fix for the
4438         bug #336448.
4439
4440 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4441
4442         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
4443         
4444         Fix crash on exit, described in the bug #336825.
4445
4446 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4447
4448         * backend/ev-document-factory.c:
4449         (ev_document_factory_get_from_mime),
4450         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
4451         (ev_document_factory_get_document),
4452         (file_filter_add_mime_list_and_free),
4453         (ev_document_factory_add_filters):
4454         * backend/ev-document-factory.h:
4455         * properties/ev-properties-main.c: (ev_properties_get_pages):
4456         * shell/Makefile.am:
4457         * shell/ev-application.c:
4458         * shell/ev-job-xfer.c: (ev_job_xfer_run):
4459         * shell/ev-window.c: (ev_window_cmd_file_open),
4460         (ev_window_cmd_save_as):
4461         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4462         
4463         Rework factory functions so they are placed now in a single 
4464         file ev-document-factory.c
4465
4466 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4467
4468         * shell/ev-window.c: (update_chrome_visibility):
4469         
4470         Fix for the bug 166566 - don't show menubar in fullscreen
4471         mode.
4472
4473 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
4474
4475         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
4476
4477 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4478
4479         * shell/ev-view.c: (ev_view_expose_event):
4480         
4481         More correctly draw loading text when document
4482         is empty.
4483
4484 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4485
4486         * shell/ev-view.c: (ev_view_scroll):
4487         
4488         Fix for the bug #334854, page down and page up switch
4489         pages in presentation mode.
4490
4491 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4492
4493         * shell/ev-window.c: (ev_window_set_action_sensitive),
4494         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
4495         (ev_window_set_view_accels_sensitivity),
4496         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
4497         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4498         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4499         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
4500         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
4501         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
4502         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
4503         (view_actions_focus_in_cb), (ev_window_init):
4504         
4505         Fix for the bug #333902, now it's possible to search
4506         words with slash.
4507
4508 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
4509
4510         * configure.ac: Added Breton translation.
4511         * po/br.po: Added Breton translation.
4512
4513 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4514
4515         * shell/ev-window-title (ev_window_title_update):
4516
4517         Fix memory leak in window title. Fixes bug #333944
4518
4519 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4520
4521         * shell/ev-metadata-manager.c (parseItem):
4522
4523         Fix memory leaks. Fixes bug #333945
4524
4525 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4526         
4527         * NEWS, configure.ac, TODO:
4528         
4529         Update for release 0.5.2.
4530
4531 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4532
4533         * shell/ev-view.c: (view_update_range_and_current_page),
4534         (page_changed_cb):
4535         
4536         Don't jump on scrolling, fix for the bug #333127.
4537
4538 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4539
4540         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4541         
4542         Scroll by one page in presentation mode. Fix for the bug
4543         #332993.
4544
4545 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
4546
4547         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
4548
4549 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
4550
4551         * configure.ac  Added lv in ALL_LINGUAS line.
4552
4553 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4554         
4555         * NEWS, configure.ac:
4556         
4557         Update for release 0.5.1
4558
4559 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4560
4561         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
4562         * backend/ev-document-misc.h:
4563         * shell/ev-view.c: (draw_one_page):
4564         
4565          Clairfy what page the toolbar page number applies to. Fix
4566          for the bug #328102.
4567
4568 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
4569
4570         * shell/ev-view-private.h:
4571         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
4572         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
4573         (ev_view_search_changed):
4574         * shell/ev-view.h:
4575         * shell/ev-window.c: (find_bar_search_changed_cb):
4576         
4577         Dont't jump to find result if window was scrolled during search.
4578         Fix for the bug #313266.
4579
4580 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
4581
4582         * shell/eggfindbar.c: (egg_find_bar_class_init):
4583         * shell/eggfindbar.h:
4584         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
4585         * shell/ev-view-private.h:
4586         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
4587         (ev_view_class_init), (ev_sizing_mode_get_type),
4588         (ev_scroll_type_get_type):
4589         * shell/ev-view.h:
4590         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
4591         (ev_window_cmd_scroll_backward), (find_bar_scroll),
4592         (ev_window_init):
4593         
4594         Fix for the bug 319133 - Find entry should allow text scroll.
4595
4596 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
4597
4598         * shell/ev-view-private.h:
4599         * shell/ev-view.c: (view_update_range_and_current_page),
4600         (highlight_find_results), (find_changed_cb), (page_changed_cb),
4601         (ev_view_set_document), (update_find_status_message),
4602         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
4603         (ev_view_find_previous):
4604         
4605         Fix for the bug #319137. Search now takes account for scrolling.
4606
4607 2006-02-19  Michael Hofmann <mh21@piware.de>
4608
4609         * configure.ac:
4610         * djvu/Makefile.am:
4611         * djvu/djvu-document-private.h:
4612         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4613         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
4614         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
4615         (djvu_document_can_get_text), (djvu_document_get_text),
4616         (djvu_document_document_iface_init),
4617         (djvu_document_thumbnails_get_thumbnail),
4618         (djvu_document_find_begin), (djvu_document_find_get_n_results),
4619         (djvu_document_find_get_result),
4620         (djvu_document_find_page_has_results),
4621         (djvu_document_find_get_progress), (djvu_document_find_cancel),
4622         (djvu_document_find_iface_init):
4623         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
4624         (djvu_text_page_selection), (djvu_text_page_limits_process),
4625         (djvu_text_page_limits), (djvu_text_page_copy),
4626         (djvu_text_page_position), (djvu_text_page_union),
4627         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
4628         (djvu_text_page_box), (djvu_text_page_append_text),
4629         (djvu_text_page_search), (djvu_text_page_prepare_search),
4630         (djvu_text_page_new), (djvu_text_page_free):
4631         * djvu/djvu-text-page.h:
4632         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
4633         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
4634         (djvu_text_n_results), (djvu_text_has_results),
4635         (djvu_text_get_result), (djvu_text_get_progress):
4636         * djvu/djvu-text.h:
4637         
4638         Text search in djvu. Fix for the bug #303415.
4639
4640 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4641
4642         * configure.ac:
4643         * shell/ev-window.c: (ev_window_cmd_save_as):
4644         
4645         Ask filechooser to confirm overwrite. Fix for the bug #328266.
4646         Thanks to Gary Coady <gary@lyranthe.org>
4647
4648 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4649
4650         * shell/ev-print-job.c: (idle_print_handler):
4651         
4652         Inverse order printing, bug #320919.
4653
4654 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4655
4656         * data/evince-toolbar.xml:
4657         * shell/ev-window.c:
4658         
4659         Allow to add sidebar checkbutton on toolbar. Fix
4660         for the bug #144577.
4661
4662 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4663
4664         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
4665         
4666         Add checks that have sense for empty ps document.
4667
4668 2006-02-15  Luca Ferretti <elle.uca@libero.it>
4669
4670         * configure.ac: Include PS in mime types list. 
4671
4672 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4673
4674         * configure.ac:
4675         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
4676         * ps/gsdefaults.h:
4677         * ps/ps-document.c: (start_interpreter), (ps_document_load):
4678         
4679         Runtime check for gs interpreter. Fix for the bug #320868.
4680         Thanks to Antoine Dopffer antoine.dopffer@free.fr
4681
4682 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4683
4684         * shell/ev-application.c: 
4685
4686         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
4687         dbus>=0.60, so that the request is not queued. 
4688
4689 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4690
4691         * configure.ac:
4692         * shell/Makefile.am:
4693         * shell/ev-sidebar-links.c: (print_section_cb):
4694         * shell/ev-utils.c:
4695         * shell/ev-utils.h:
4696         * shell/ev-window.c: (update_action_sensitivity),
4697         (ev_window_close_dialogs), (ev_window_print):
4698         * shell/ev-window.h:
4699         
4700         Make printing support optional. Patch from Eduardo de Barros Lima
4701         <eduardo.lima@indt.org.br> for the bug #330546.
4702
4703 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4704
4705         * shell/ev-view-private.h:
4706         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
4707         (ev_view_set_document):
4708         * shell/ev-view.h:
4709         * shell/ev-window.c: (ev_window_load_job_cb),
4710         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
4711         (ev_window_init):
4712
4713         Draw Loading message during xfer job. Fix for the bug #329495.
4714
4715 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4716
4717         * comics/comics-document.c: (comics_regex_quote),
4718         (comics_document_load), (extract_argv):
4719         
4720         Correcly quote regexp before passing it to unzip.
4721
4722 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4723
4724         * shell/ev-page-cache.c: (build_height_to_page),
4725         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
4726         (ev_page_cache_get_dual_even_left):
4727         * shell/ev-page-cache.h:
4728         * shell/ev-view.c: (view_update_range_and_current_page),
4729         (get_page_y_offset), (get_page_extents):
4730         
4731         Place even pages to the left if document has less then
4732         two pages. Fix for the bug #328856.
4733
4734 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4735
4736         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4737         
4738         Correct comics scheme. This make evince create thumbnails
4739         for comic books. Fix for the bug 329088.
4740
4741 2006-01-31  Christopher Aillon  <caillon@redhat.com>
4742
4743         * data/evince-password.glade: Don't explicitly set
4744         invisible_char to the current default value in case
4745         the default changes; let GTK+ do its magic.
4746
4747 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4748
4749         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
4750         real filename to tmp filename since often document
4751         type is determined by extension.
4752
4753 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4754
4755         * shell/ev-view.c: (add_scroll_binding_keypad),
4756         (ev_view_binding_activated), (ev_view_class_init):
4757         
4758         Add keybindings for percision-scrolling of display area. 
4759         Fix for the bug #314072.
4760
4761 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4762
4763         * data/evince.desktop.in.in:
4764         
4765         Add GTK to the list of categories. Fix for the bug #328034.
4766
4767 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4768
4769         * shell/ev-application.c: (ev_application_shutdown),
4770         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
4771         * shell/ev-application.h:
4772         * shell/ev-window.c: (file_open_dialog_response_cb),
4773         (ev_window_cmd_file_open):
4774         
4775         Save last uri in file chooser dialog. Fix for the bug #327950.
4776
4777 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4778
4779         * NEWS:
4780         * README:
4781         
4782         Final update for release 0.5.0
4783         
4784         * shell/Makefile.am:
4785         
4786         Remove disable deprecated until we'll require libgnome-2.13.7
4787         and port to GOption argument parsing. See bug 327518.
4788
4789 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
4790
4791         * comics/comics-document.c: (comics_document_save):
4792         * djvu/djvu-document.c: (djvu_document_save):
4793         * dvi/dvi-document.c: (dvi_document_save):
4794         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
4795         * lib/ev-file-helpers.h:
4796         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
4797         * tiff/tiff-document.c: (tiff_document_save):
4798         
4799         Use common save function for backends.
4800
4801 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
4802
4803         * backend/ev-document-types.c:
4804         
4805         Fix crash on saving pixbuf.
4806
4807 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4808
4809         * cut-n-paste/recent-files/egg-recent-item.c:
4810         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
4811         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
4812         (parse_info_free), (valid_element), (start_element_handler),
4813         (end_element_handler), (text_handler), (egg_recent_model_filter),
4814         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4815         (egg_recent_model_monitor), (egg_recent_model_read),
4816         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4817         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4818         (egg_recent_model_set_property), (egg_recent_model_class_init),
4819         (egg_recent_model_init), (egg_recent_model_add_full),
4820         (egg_recent_model_delete), (egg_recent_model_get_list),
4821         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4822         (egg_recent_model_set_filter_mime_types),
4823         (egg_recent_model_clear_group_filter),
4824         (egg_recent_model_set_filter_groups),
4825         (egg_recent_model_clear_scheme_filter),
4826         (egg_recent_model_set_filter_uri_schemes),
4827         (egg_recent_model_remove_expired):
4828         * cut-n-paste/recent-files/egg-recent-util.c:
4829         (egg_recent_util_get_icon):
4830         * cut-n-paste/recent-files/egg-recent-util.h:
4831         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4832         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
4833         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
4834         (egg_recent_view_uimanager_set_property),
4835         (egg_recent_view_uimanager_get_property),
4836         (egg_recent_view_uimanager_class_init),
4837         (egg_recent_view_uimanager_init),
4838         (egg_recent_view_uimanager_set_label_width),
4839         (egg_recent_view_uimanager_get_label_width):
4840         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
4841         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4842         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4843         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4844         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4845         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4846         
4847         Update from libegg.
4848
4849 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4850
4851         * shell/ev-page-cache.c: (build_height_to_page),
4852         (ev_page_cache_get_height_to_page):
4853         * shell/ev-page-cache.h:
4854         * shell/ev-view.c: (view_update_range_and_current_page),
4855         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
4856         (ev_view_previous_page):
4857         
4858         Dual mode places even pages to the left. Fix for the bug #309393.
4859
4860         * shell/ev-view.h:
4861         * shell/ev-window.c: (update_action_sensitivity),
4862         (setup_view_from_metadata), (view_menu_popup_cb):
4863         
4864         Don't restore presentation in empty windows, more intelligent
4865         next page behaviour in dual mode.
4866
4867         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
4868         (ev_pixbuf_cache_clear_job_sizes):
4869         
4870         Cleanup job callback on removal. Fix for the bug #325886.
4871
4872 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4873
4874         * ps/ps.c: (psscan):
4875         
4876         Commit workaround Mozilla problem. Fix for the bug #325919
4877         
4878         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
4879         (save_item):
4880         
4881         Fix for year 2038 problem.
4882
4883 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4884
4885         * shell/ev-window.c: (setup_document_from_metadata),
4886         (ev_window_cmd_view_reload):
4887
4888         Clamp page recieved from metadata in valid values. Fix
4889         for the bug #325986.
4890
4891 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4892
4893         * MAINTAINERS: 
4894         Add MAINTAINERS as requested on desktop-devel-list.
4895
4896 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4897
4898         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
4899         (mime_type_supported_by_gdk_pixbuf),
4900         (ev_document_factory_get_mime_types),
4901         (ev_document_factory_get_all_mime_types):
4902         
4903         Don't add pixbuf mime types if pixbuf backend is disabled.
4904         
4905         * shell/ev-application.c: (ev_application_get_uri_window):
4906         
4907         Fix for the bug 325815 - unhandled MIME type message doesn't 
4908         appear a second time. 
4909         
4910         * shell/ev-document-types.c: (ev_document_types_add_filters):
4911         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
4912         (password_dialog_response), (ev_window_popup_password_dialog),
4913         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4914         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4915         (ev_window_run_presentation), (ev_window_stop_presentation),
4916         (save_sizing_mode), (ev_window_zoom_changed_cb),
4917         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4918         (ev_window_dual_mode_changed_cb),
4919         (ev_window_sidebar_current_page_changed_cb),
4920         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4921         (window_state_event_cb), (window_configure_event_cb):
4922         
4923         Cleanup additional uris holded by EvWindow.
4924
4925 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4926
4927         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
4928         (ev_view_can_previous_page), (ev_view_can_next_page):
4929         * shell/ev-view.h:
4930         * shell/ev-window.c: (update_action_sensitivity):
4931         
4932         Two page scrolling with Space and PageUp in dual mode. Second fix 
4933         for the bug #316608.
4934
4935 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4936
4937         * shell/ev-view.c: (scroll_to_current_page):
4938         
4939         Correctly clamp adjustment value. Fix for the bug
4940         #325808.
4941
4942 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4943
4944         * shell/ev-sidebar-links.c: (print_section_cb):
4945         * shell/ev-window.c: (ev_window_get_uri),
4946         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
4947         (ev_window_print_dialog_response_cb), (ev_window_print_range),
4948         (ev_window_dispose):
4949         
4950         Make print dialog non-modal. Fix for the bug #325622.
4951
4952 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4953
4954         * shell/ev-metadata-manager.c:
4955         * shell/ev-utils.c: (using_pdf_printer),
4956         (using_postscript_printer), (load_print_config_from_file),
4957         (save_print_config_to_file):
4958         * shell/ev-utils.h:
4959         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
4960         (update_sidebar_visibility), (setup_sidebar_from_metadata),
4961         (setup_view_from_metadata), (ev_window_setup_document),
4962         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4963         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4964         (ev_window_run_presentation), (ev_window_stop_presentation),
4965         (save_sizing_mode), (ev_window_zoom_changed_cb),
4966         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4967         (ev_window_dual_mode_changed_cb),
4968         (ev_window_sidebar_current_page_changed_cb),
4969         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4970         (window_state_event_cb), (window_configure_event_cb),
4971         (ev_window_init):
4972         
4973         Setting saving behaviour fixes.
4974
4975 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4976
4977         * configure.ac:
4978         
4979         Make antialiasing gs options better and allow
4980         to change them during configure. Fix for the 
4981         bug #319049.
4982
4983 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4984
4985         * shell/ev-window.c: (setup_view_from_metadata):
4986         
4987         Remember if last window was maximized. Fix for the
4988         bug #323797.
4989
4990 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
4991
4992         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
4993
4994 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4995
4996         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
4997         * shell/ev-page-action.c: (build_new_tree_cb):
4998         * shell/ev-sidebar-links.c: (links_page_num_func),
4999         (update_page_callback_foreach), (update_page_callback):
5000         * shell/ev-view.c: (scroll_to_current_page):
5001         
5002         Fix for the bug #325067 with more intelligent selection
5003         of current link in sidebar. Make sidebar handle links
5004         of FITR-like type more correctly.
5005
5006         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
5007         (dvi_pixbuf_put_pixel):
5008         
5009         Fix memory consumtion with disabled alpha channel.
5010
5011 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5012
5013         * data/evince-ui.xml:
5014         * shell/ev-window.c: (view_menu_popup_cb),
5015         (ev_popup_cmd_open_link), (ev_window_init):
5016         
5017         Update context menu for internal links. Fix for the bug
5018         #325066.
5019
5020 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5021
5022         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
5023         
5024         Bind context menu to keyboard also. Fix for the bug
5025         #325065.
5026
5027 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5028
5029         * shell/ev-view.c: (selection_scroll_timeout_cb):
5030         
5031         Horizontal scroll on selection also.
5032
5033 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5034
5035         * shell/ev-metadata-manager.c: (parse_value):
5036         * shell/ev-view.c: (goto_xyz_link):
5037         
5038         Correct zoom setup and metadata save broken in 
5039         some locales.
5040
5041 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5042
5043         * shell/ev-view-private.h:
5044         * shell/ev-view.c: (scroll_to_current_page),
5045         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
5046         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
5047         (page_changed_cb), (ev_view_set_continuous),
5048         (ev_view_set_dual_page), (ev_view_set_presentation):
5049         
5050         Delay scroll until allocation to correctly position page. Fix
5051         for the bug #317334.
5052
5053 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5054
5055         * NEWS:
5056         * configure.ac:
5057         
5058         Update NEWS and require poppler 0.5.0.
5059
5060 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5061         
5062         * data/evince-ui.xml:
5063         * shell/ev-view-private.h:
5064         * shell/ev-view.c: (ev_view_get_link_at_location),
5065         (handle_link_over_xy), (ev_view_button_press_event),
5066         (ev_view_button_release_event), (ev_view_class_init):
5067         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
5068         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
5069         (ev_window_init):
5070         
5071         Implement right-click context menu.
5072
5073 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5074
5075         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5076         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
5077         (mdvi_pixbuf_device_render):
5078         * pdf/ev-poppler.cc:
5079
5080         Don't generate thumbnails with alpha. See bug #324077.
5081         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
5082
5083 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5084
5085         * shell/ev-window.c: (setup_chrome_from_metadata):
5086         
5087         Fix typo that was hiding toolbar.
5088
5089 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5090
5091         * shell/ev-view-private.h:
5092         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
5093         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
5094         (ev_view_button_release_event), (ev_view_destroy):
5095         
5096         Small cleanup and autoscrolling during selection. Thanks to 
5097         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
5098
5099 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
5100
5101         * configure.ac:
5102         
5103         Correctly check for comics option.
5104
5105 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
5106         * Makefile.am:
5107         * configure.ac:
5108         * backend/Makefile.am:
5109         * backend/ev-document-factory.c:
5110         * shell/ev-document-types.c:
5111
5112         Included option in configure to make ps backend 
5113         compilation optional with --disable-ps.
5114
5115 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5116
5117         * backend/ev-document-factory.c:
5118         * comics/Makefile.am:
5119         * comics/comics-document.c: (comics_document_load):
5120         * comics/ev-cbr-mime.xml:
5121         * configure.ac:
5122         
5123         Comics mime types are added to shared-mime-info CVS. Now
5124         we don't need to install our own mime types.
5125
5126 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5127
5128         * shell/ev-window.c:
5129         
5130         Add shortcut for "save a copy" menu entry. Fix for
5131         the bug #324582.
5132
5133 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5134
5135         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5136         (job_finished_cb), (new_selection_pixbuf_needed),
5137         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5138         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
5139         
5140         Rework selection job info logic and fix critical warning.
5141
5142 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
5143
5144         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
5145
5146 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
5147
5148         * data/evince-ui.xml:
5149         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5150         
5151         Enter as shortcut key for next page. Fix for the bug
5152         #321394.
5153
5154 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
5155
5156         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
5157
5158 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5159
5160         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5161         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
5162         (new_selection_pixbuf_needed),
5163         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5164         (clear_job_selection):
5165         
5166         Too early for 0.5. Pixbuf cache code cleaned a bit.
5167
5168 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5169
5170         * NEWS:
5171         * configure.ac:
5172         
5173         Release 0.5.0 preparation
5174
5175 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5176
5177         * comics/Makefile.am:
5178         * configure.ac:
5179         * shell/ev-document-types.c: (ev_document_types_add_filters):
5180         
5181         More advanced handling of custom mime type installation.
5182
5183 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5184
5185         * data/evince.schemas.in:
5186         * shell/ev-metadata-manager.c: (value_free),
5187         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
5188         (ev_metadata_manager_get), (ev_metadata_manager_set):
5189         * shell/ev-metadata-manager.h:
5190         * shell/ev-window.c: (update_chrome_flag),
5191         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
5192         (setup_document_from_metadata), (setup_chrome_from_metadata),
5193         (setup_sidebar_from_metadata), (setup_view_from_metadata),
5194         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
5195         (ev_window_view_toolbar_cb),
5196         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
5197         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
5198         
5199         Save last document settings and reuse them for new documents.
5200
5201 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5202
5203         * Makefile.am:
5204         * backend/Makefile.am:
5205         * backend/ev-document-factory.c:
5206         * backend/ev-document-factory.h:
5207         * comics/Makefile.am:
5208         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
5209         (comics_document_load), (comics_document_save),
5210         (comics_document_get_n_pages), (comics_document_get_page_size),
5211         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
5212         (comics_document_class_init), (comics_document_can_get_text),
5213         (comics_document_get_info), (comics_document_document_iface_init),
5214         (comics_document_init), (get_supported_image_extensions),
5215         (comics_document_thumbnails_get_geometry),
5216         (comics_document_thumbnails_get_thumbnail),
5217         (comics_document_thumbnails_get_dimensions),
5218         (comics_document_document_thumbnails_iface_init), (extract_argv):
5219         * comics/comics-document.h:
5220         * comics/ev-cbr-mime.xml:
5221         * configure.ac:
5222         * po/POTFILES.in:
5223         * shell/ev-application.c: (ev_application_register_service):
5224         * shell/ev-document-types.c: (ev_document_types_add_filters):
5225         * thumbnailer/Makefile.am:
5226         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5227         
5228         New CBR/CBZ backend for comic books.
5229
5230 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5231
5232         * shell/main.c: (load_files_remote):
5233
5234         Thanks to Robert McQueen <robot101@debian.org>. Dbus
5235         warning on startup of second instance is fixed. It
5236         is bug #320353.
5237
5238 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5239
5240         * shell/ev-window.c: (ev_window_finalize):
5241         
5242         Fix double free that cause crash.
5243
5244 2005-10-29  Bastien Nocera <hadess@hadess.net>
5245
5246         * tiff/tiff-document.c: (tiff_document_load):
5247         
5248         Fix memory leak.
5249
5250 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5251
5252         * po/POTFILES.in:
5253         * shell/Makefile.am:
5254         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
5255         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
5256         (ev_view_accessible_get_text),
5257         (ev_view_accessible_get_character_at_offset),
5258         (ev_view_accessible_get_text_before_offset),
5259         (ev_view_accessible_get_text_at_offset),
5260         (ev_view_accessible_get_text_after_offset),
5261         (ev_view_accessible_get_character_count),
5262         (ev_view_accessible_get_caret_offset),
5263         (ev_view_accessible_set_caret_offset),
5264         (ev_view_accessible_get_run_attributes),
5265         (ev_view_accessible_get_default_attributes),
5266         (ev_view_accessible_get_character_extents),
5267         (ev_view_accessible_get_offset_at_point),
5268         (ev_view_accessible_get_n_selections),
5269         (ev_view_accessible_get_selection),
5270         (ev_view_accessible_add_selection),
5271         (ev_view_accessible_remove_selection),
5272         (ev_view_accessible_set_selection),
5273         (ev_view_accessible_text_iface_init),
5274         (ev_view_accessible_idle_do_action),
5275         (ev_view_accessible_action_do_action),
5276         (ev_view_accessible_action_get_n_actions),
5277         (ev_view_accessible_action_get_description),
5278         (ev_view_accessible_action_get_name),
5279         (ev_view_accessible_action_set_description),
5280         (ev_view_accessible_action_iface_init),
5281         (ev_view_accessible_get_type), (ev_view_accessible_new),
5282         (ev_view_accessible_factory_get_accessible_type),
5283         (ev_view_accessible_factory_create_accessible),
5284         (ev_view_accessible_factory_class_init),
5285         (ev_view_accessible_factory_get_type):
5286         * shell/ev-view-accessible.h:
5287         * shell/ev-view-private.h:
5288         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
5289         * shell/ev-view.h:
5290         
5291         Initial accessibility support.
5292
5293 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
5294
5295         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
5296
5297 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
5298
5299         * shell/ev-print-job.c: (idle_print_handler):
5300         
5301         Fix for bug Bug 318916: Printing multiple pages.
5302
5303 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
5304
5305         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
5306
5307 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5308
5309         * pdf/ev-poppler.cc:
5310         
5311         Thumnail dimensions unified with other backends.
5312         
5313         * shell/ev-window-title.c: (ev_window_title_update):
5314         
5315         Fix warning.
5316
5317 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5318
5319         * data/ev-stock-zoom-fit-width.png:
5320         
5321         Remove unused file.
5322
5323 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5324
5325         * configure.ac:
5326         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
5327         (djvu_document_finalize):
5328         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
5329         (dvi_document_finalize):
5330         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
5331         (pixbuf_document_save), (pixbuf_document_finalize):
5332         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
5333         (tiff_document_finalize):
5334         
5335         Save a copy implemented for various backends.
5336
5337 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
5338
5339         * configure.ac:
5340         
5341         Don't link with ltiff if tiff is disabled.
5342
5343 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5344
5345         * pdf/GDKSplashOutputDev.cc:
5346         * pdf/GDKSplashOutputDev.h:
5347         * pdf/Thumb.cc:
5348         * pdf/Thumb.h:
5349         * pdf/pdf-document.cc:
5350         * pdf/pdf-document.h:
5351         * pdf/test-gdk-output-dev.cc:
5352         
5353         Remove old unused files.
5354
5355 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5356
5357         * shell/ev-window.c: (ev_window_setup_document):
5358         
5359         Fixed warnings on reload and probably crash reason.
5360
5361 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5362
5363         * properties/ev-properties-view.c:
5364         (ev_properties_view_format_date):
5365         
5366         Check if date is invalid. Fix for bug 318134.
5367
5368 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
5369
5370         * shell/ev-window-title.c:
5371         
5372         Add .indd files (Adobe Indesign) to the list of "bad
5373         extensions".
5374
5375 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5376
5377         * data/evince-ui.xml:
5378         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5379         
5380         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
5381
5382 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5383
5384         * shell/ev-window.c: (launch_link), (launch_external_uri),
5385         (view_external_link_cb):
5386
5387         URL-escape link before passing it to gnome_vfs_url_show.
5388
5389 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5390
5391         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
5392         there isn't text selected.
5393
5394 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
5395
5396         * shell/ev-view.c: (handle_link_over_xy):
5397
5398         Check tooltip is valid utf8 before showing it
5399
5400 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5401
5402         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
5403
5404 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5405
5406         * shell/ev-window-title.c: (ev_window_title_update):
5407
5408         Guard against using g_strstrip on NULL. Fixes bug #317291.
5409
5410 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5411
5412         * pdf/ev-poppler.cc:
5413
5414         Show title even for unknown links
5415
5416 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5417
5418         * shell/ev-window-title.c: (ev_window_title_update):
5419
5420         Strip the title string
5421
5422 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5423
5424         * shell/ev-window-title.c:
5425
5426         Add .rtf to the bad extensions list
5427
5428 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5429
5430         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
5431         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
5432
5433         Ignore link coordinates if they are outside page bounds
5434
5435 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5436
5437         * backend/ev-link.c: (ev_link_type_get_type),
5438         (ev_link_get_filename), (ev_link_get_params),
5439         (ev_link_get_property), (ev_link_set_property),
5440         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
5441         * backend/ev-link.h:
5442         * pdf/ev-poppler.cc:
5443         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
5444         * shell/ev-window.c: (launch_link), (view_external_link_cb),
5445         (ev_window_init):
5446
5447         Implement launch links. Delegate external link opening to
5448         the window.
5449
5450 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5451
5452         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
5453         (ev_link_get_right), (ev_link_get_property),
5454         (ev_link_set_property), (ev_link_class_init),
5455         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
5456         * backend/ev-link.h:
5457         * pdf/ev-poppler.cc:
5458         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
5459
5460         Implement fitr links
5461
5462 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5463
5464         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
5465         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
5466         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5467         (ev_view_size_request_continuous),
5468         (ev_view_size_request_dual_page),
5469         (ev_view_size_request_single_page), (ev_view_size_allocate),
5470         (ev_view_zoom_for_size_continuous_and_dual_page),
5471         (ev_view_zoom_for_size_continuous),
5472         (ev_view_zoom_for_size_dual_page),
5473         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5474         (ev_sizing_mode_get_type):
5475         * shell/ev-view.h:
5476         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5477
5478         Do not use modes for link, we need to calculate size ad hoc.
5479         Still not perfect because of the usual scrollbar issues grrr.
5480
5481 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5482
5483         * backend/ev-link.c: (ev_link_type_get_type),
5484         (ev_link_new_page_fith), (ev_link_new_page_fitv):
5485         * backend/ev-link.h:
5486         * pdf/ev-poppler.cc:
5487         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
5488         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5489         (ev_view_size_request_continuous),
5490         (ev_view_size_request_dual_page),
5491         (ev_view_size_request_single_page), (ev_view_size_allocate),
5492         (zoom_for_size_fit_height),
5493         (ev_view_zoom_for_size_continuous_and_dual_page),
5494         (ev_view_zoom_for_size_continuous),
5495         (ev_view_zoom_for_size_dual_page),
5496         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5497         (ev_sizing_mode_get_type):
5498         * shell/ev-view.h:
5499         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5500
5501         Implement FIT_HEIGHT mode (only for links).
5502         Implement FITH links
5503
5504 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5505
5506         * shell/ev-window-title.c: (get_filename_from_uri),
5507         (ev_window_title_sanitize_extension), (ev_window_title_update),
5508         (ev_window_title_set_document), (ev_window_title_set_uri),
5509         (ev_window_title_free):
5510         * shell/ev-window-title.h:
5511         * shell/ev-window.c: (ev_window_setup_document),
5512         (ev_window_popup_password_dialog):
5513
5514         Refactor window title building while fixing it for
5515         password documents.
5516
5517 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5518
5519         * pdf/ev-poppler.cc:
5520
5521         Escape link title before setting it in the model
5522
5523 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
5524
5525         * shell/ev-application.c: (removed_from_session), (save_session),
5526         (init_session), (ev_application_get_empty_window),
5527         (ev_application_init), (ev_application_get_windows):
5528         * shell/ev-application.h:
5529         * shell/ev-window.c: (ev_window_finalize):
5530
5531         Add a function to retrieve window list and share it where
5532         necessary.
5533         Implement session handling, works pretty well thanks to the
5534         metadata system.
5535
5536 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5537
5538         * shell/ev-password.c: (ev_password_item_created_callback),
5539         (ev_password_dialog_save_password):
5540         
5541         Fix for bug 316972. Use async gnome-keyring API.
5542
5543 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
5544
5545         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
5546         Remove unused unrealize handler. Add scroll handling to
5547         ev_view_scroll_event for presentation mode (bug #316708),
5548         and fix the event state checks there.
5549
5550 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5551
5552         * shell/ev-page-action.c: (page_changed_cb):
5553
5554         "marco, maybe we should be crazy and jump right to 6! :)"
5555
5556         Bryan Clark, Sep 2005
5557
5558 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5559
5560         * ps/ps-document.c: (save_document), (ps_document_save),
5561         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
5562         (ps_document_ps_export_end):
5563
5564         Fix unstructured documents save and print
5565
5566 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5567
5568         * shell/ev-application.c: (ev_application_open_uri):
5569
5570         Fix window size persistance
5571
5572 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5573
5574         * shell/ev-view.c: (ev_view_button_release_event):
5575
5576         Based on a patch from carlosgc@gnome.org. Mouse buttons
5577         switch pages in presentation mode.
5578
5579 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5580
5581         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5582
5583         Dont cast to int before scaling
5584
5585 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5586
5587         * backend/ev-link.c: (ev_link_type_get_type),
5588         (ev_link_new_page_xyz), (ev_link_new_page_fit),
5589         (ev_link_new_page_fith):
5590         * backend/ev-link.h:
5591         * pdf/ev-poppler.cc:
5592         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
5593
5594         Implement FIT and FITH links
5595
5596 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5597
5598         * pdf/ev-poppler.cc:
5599
5600         Return 0 results when search is not in progress.
5601
5602         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5603         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
5604
5605         Update menu sensitivity when cancelling search
5606
5607 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5608
5609         * shell/ev-view.c: (ev_view_can_find_next):
5610
5611         Take all pages in consideration, not just current one
5612
5613 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5614
5615         * shell/ev-page-cache.c:
5616         * shell/ev-page-cache.h:
5617         * shell/ev-view.c: (ev_view_binding_activated),
5618         (ev_view_next_page), (ev_view_previous_page),
5619         (ev_sizing_mode_get_type):
5620         * shell/ev-view.h:
5621         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5622         (ev_window_cmd_go_next_page):
5623
5624         Move page next/previous functions from page chace to
5625         view and change it to move by 2 page steps in dual mode.
5626
5627 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5628
5629         * shell/ev-window.c: (update_sidebar_visibility),
5630         (setup_sidebar_from_metadata), (ev_window_setup_document),
5631         (setup_view_from_metadata):
5632
5633         Show the index by default when there is one     
5634
5635 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5636
5637         * shell/ev-window-title.c: (ev_window_title_set_document):
5638
5639         Missing null check
5640
5641 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5642
5643         * shell/ev-view.c: (view_update_range_and_current_page):
5644         
5645         Allow display of last odd page in dual view. Fix for 316347.
5646
5647 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5648
5649         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
5650         
5651         Make close button default. Fix for 316383.
5652
5653 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5654
5655         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5656         
5657         Mark close button as default. Fix for 316381.
5658
5659 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5660
5661         * backend/ev-link.c: (ev_link_class_init):
5662
5663         Allow negative doubles in left/top properties
5664
5665 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5666
5667         * shell/ev-window.c:
5668
5669         Remove a bunch of strings that was used only
5670         by the statusbar.
5671
5672 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5673
5674         * shell/ev-window-title.c: (get_filename_from_uri),
5675         (ev_window_title_set_document):
5676
5677         When title has a confusing extension, show also
5678         the document filename inside ()
5679
5680 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5681
5682         * shell/Makefile.am:
5683         * shell/ev-window-title.c: (ev_window_title_new),
5684         (ev_window_title_update), (ev_window_title_set_type),
5685         (ev_window_title_set_document), (ev_window_title_free):
5686         * shell/ev-window-title.h:
5687         * shell/ev-window.c: (ev_window_setup_document),
5688         (password_dialog_response), (ev_window_popup_password_dialog),
5689         (ev_window_dispose), (ev_window_init):
5690
5691         Factor out and cleanup window title code
5692
5693 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5694
5695         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
5696         (unable_to_load):
5697
5698         Make dialog transient so it doesnt block other windows
5699
5700 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5701
5702         * pdf/ev-poppler.cc:
5703         
5704         Fix pdf thumbnails rendering.
5705
5706 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5707
5708         * shell/ev-window.c: (fullscreen_set_timeout):
5709         
5710         Increase timeout to hide full screen popup. Bug 
5711         316123. 
5712
5713 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5714
5715         * data/evince.schemas.in:
5716         * shell/ev-window.c: (update_action_sensitivity):
5717
5718         Allow the user to override document restrictions. Fix for bug
5719         305818.
5720
5721 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
5722
5723         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
5724         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
5725         (ev_window_class_init): Fix multihead behaviour of fullscreen
5726         toolbar popup. Fixes bug #315451.
5727
5728 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5729
5730         * configure.ac:
5731         * data/evince-password.glade:
5732         * shell/ev-password.c: (ev_password_dialog_set_property),
5733         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
5734         (ev_password_dialog_init), (ev_password_set_bad_password_label),
5735         (ev_password_dialog_entry_changed_cb),
5736         (ev_password_dialog_entry_activated_cb),
5737         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
5738         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
5739         (ev_password_dialog_set_bad_pass):
5740         * shell/ev-password.h:
5741         * shell/ev-window.c: (password_dialog_response),
5742         (ev_window_popup_password_dialog):
5743         
5744         Support for gnome-keyring for encrypted PDF's.
5745
5746 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5747
5748         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
5749         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
5750         (ev_view_enter_notify_event), (ev_view_class_init):
5751         
5752         More precise handling of enter_notify/leave_notify events
5753         in EvView. Fix for bug 315470.
5754
5755 2005-09-08  Christopher Aillon  <caillon@redhat.com>
5756
5757         * shell/ev-window.c: (fullscreen_timeout_cb),
5758         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5759         (ev_window_dispose):
5760
5761         leak fix: unref fullscreen_timeout_source before clearing it
5762
5763 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5764
5765         * configure.ac, dvi/mdvi/Makefile.am: 
5766         
5767         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
5768
5769 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5770
5771         * backend/ev-link.c: (ev_link_new_page_xyz):
5772         * pdf/ev-poppler.cc:
5773         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
5774
5775         Fix some bugs with xyz links, respect zoom
5776
5777 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5778
5779         * shell/ev-window.c: (page_changed_cb),
5780         (setup_document_from_metadata), (update_sidebar_visibility),
5781         (setup_view_from_metadata), (ev_window_run_fullscreen),
5782         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5783         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
5784         (ev_window_dual_mode_changed_cb),
5785         (ev_window_sidebar_current_page_changed_cb):
5786
5787         null check uri before setting and getting metadata
5788
5789 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5790
5791         * dvi/Makefile.am:
5792         * properties/Makefile.am:
5793         * shell/Makefile.am:
5794         * thumbnailer/Makefile.am:
5795
5796         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
5797
5798 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5799
5800         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
5801         (selection_changed_callback):
5802         * shell/ev-sidebar-links.h:
5803
5804         Add a signal for link activation.
5805
5806         * shell/ev-view.c: (ev_view_goto_link),
5807         (ev_view_button_release_event):
5808         * shell/ev-view.h:
5809         * shell/ev-window.c: (sidebar_links_link_activated_cb),
5810         (ev_window_init):
5811
5812         Implement the signal so that we can handle all link types.
5813
5814         * shell/ev-page-cache.c:
5815
5816         Remove unused set_link function
5817
5818 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5819
5820         * lib/ev-tooltip.c: (ev_tooltip_set_position):
5821
5822         Add some space from the cursor, hardcoded but I couldnt
5823         find a better way.
5824
5825 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5826
5827         * lib/ev-tooltip.c:
5828
5829         Use mozilla style vs gtk style, way better for links.
5830
5831         * shell/ev-view.c: (ev_view_motion_notify_event),
5832         (ev_view_destroy), (ev_view_init):
5833
5834         Deactive tooltip when the link hovered is changed.
5835
5836 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5837
5838         * backend/ev-document.h:
5839         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
5840         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
5841         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
5842         (ev_link_new_page), (ev_link_new_page_xyz):
5843         * backend/ev-link.h:
5844         * pdf/ev-poppler.cc:
5845         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
5846         (go_to_link), (tip_from_link):
5847
5848         Implement xyz links, still not functional. Links are a total
5849         mess, will need to refactor and bugfix a lot :(
5850
5851 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
5852
5853         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
5854
5855 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
5856
5857         * data/evince-ui.xml:
5858         * data/evince.schemas.in:
5859         * shell/Makefile.am:
5860         * shell/ev-window.c: (update_chrome_visibility),
5861         (password_dialog_response), (ev_window_load_job_cb),
5862         (ev_window_xfer_job_cb), (ev_window_open_uri),
5863         (ev_window_class_init), (set_chrome_actions), (load_chrome),
5864         (ev_window_init):
5865
5866         Remove the statusbar. This regress loading feedback, need to
5867         check with Bryan what we want to do there...
5868
5869 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5870
5871         * lib/ev-tooltip.c: (ev_tooltip_init):
5872
5873         Fix tooltip border and size handling
5874
5875 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5876
5877         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
5878         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
5879         (ev_tooltip_timeout), (ev_tooltip_activate),
5880         (ev_tooltip_deactivate):
5881         * lib/ev-tooltip.h:
5882         * shell/ev-view.c: (ev_view_motion_notify_event):
5883
5884         Delay popup showing. Mirror gtk logic/times.
5885
5886 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
5887
5888         * lib/Makefile.am:
5889         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
5890         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
5891         (ev_tooltip_set_text), (ev_tooltip_set_position):
5892         * lib/ev-tooltip.h:
5893
5894         Simple widget to show tooltips at a custom position
5895
5896         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
5897         (ev_view_destroy):
5898
5899         Use it for links. First go, needs work
5900
5901 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
5902
5903         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
5904         HIG fixes.  Use title capitalization for window title. Use 12 
5905         pixels of space between the dialog's vbox and action area.
5906
5907 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5908
5909         * shell/ev-window.c: (file_open_dialog_response_cb),
5910         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
5911         (ev_window_cmd_save_as):
5912
5913         Make file pickers not modal and refactor code some
5914
5915 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5916
5917         * shell/ev-sidebar.h:
5918         * shell/ev-sidebar.c: (ev_sidebar_set_property),
5919         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
5920         (ev_sidebar_class_init), (ev_sidebar_select_page),
5921         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
5922         (ev_sidebar_set_page):
5923
5924         Add a current page property and allow to get/set it
5925
5926         * shell/ev-window.c: (setup_view_from_metadata),
5927         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
5928
5929         Persist current sidebar page per document
5930
5931 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5932
5933         * data/evince.schemas.in:
5934         * shell/ev-window.c: (update_chrome_visibility),
5935         (setup_document_from_metadata), (update_sidebar_visibility),
5936         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
5937         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5938         (ev_window_run_presentation), (ev_window_stop_presentation),
5939         (ev_window_view_sidebar_cb),
5940         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
5941         (load_chrome), (ev_window_init):
5942
5943         Persist size/visibility of sidebar per document
5944
5945 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
5946
5947         * shell/ev-view.c (draw_loading_text): Draw loading text.
5948
5949 2005-09-02  Dan Damian  <dand@gnome.ro>
5950
5951         * configure.in: Added "ro" to ALL_LINGUAS.
5952
5953 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5954
5955         * shell/ev-view.c: (clear_caches):
5956
5957         ev_page_cache_get doesnt return a reference,
5958         dont try to unref it.
5959
5960 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5961
5962         * shell/main.c: (load_files_remote):
5963
5964         Fix timestamp parameter with dbus <= 0.33
5965
5966 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
5967
5968         * data/evince.schemas.in:
5969
5970         Add missing full stop
5971
5972 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
5973
5974         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
5975         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
5976
5977         Plug some memory leaks
5978
5979 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
5980
5981         * configure.ac:
5982         * lib/ev-debug.c: (trap_handler):
5983
5984         Check for execinfo.h and use it only if it exists.
5985         Ported from Epiphany (bug #314776).
5986
5987 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
5988
5989         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
5990
5991 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
5992
5993         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
5994         * po/id.po      : Added Indonesian translation
5995
5996 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
5997
5998         * shell/main.c:
5999         * shell/ev-application.c: Last minute GTK-2.6 fixes.
6000         * NEWS: Release 0.4.0
6001
6002 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
6003
6004         * configure.ac: catch another gtk+-2.8ism
6005         * shell/main.c: Make work with gtk+-2.6
6006
6007 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
6008
6009         * shell/ev-application-service.xml: Add 'timestamp' argument to
6010           ev_application_open_window and ev_application_open_uri methods.
6011
6012         * shell/ev-application.h: Add 'timestamp' argument to
6013           ev_application_open_window, ev_application_open_uri,
6014           and ev_application_open_uri_list functions.
6015
6016         * shell/ev-application.c (ev_application_open_window,
6017           ev_application_open_uri, ev_application_open_uri_list): Change
6018           functions that show/present windows to use a timestamp if one
6019           is passed in.
6020
6021         * shell/ev-window.c (ev_window_cmd_file_open,
6022           ev_window_cmd_recent_file_activate, drag_data_received_cb):
6023         * shell/main.c (load_files): Modify calls to ev_application to
6024           include GDK_CURRENT_TIME as timestamp.
6025
6026         * shell/main.c (load_files_remote): Obtain timestamp for client
6027           instance from GDK and pass to server instance so new windows are
6028           focused properly.  Fix dbus_g_proxy_call() calls by including second
6029           G_TYPE_INVALID.
6030           
6031         Closes bug #314475.
6032
6033 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
6034
6035         * shell/ev-window.c (ev_window_finalize): Check for
6036         avail. EvWindows when quiting to handle the finalize better,
6037         #314497
6038
6039 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6040         
6041         * properties/ev-properties-view.c: 
6042         
6043         Set textdomain to libglade. Fixes translation problem in property page.
6044
6045 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6046
6047         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6048         * dvi/Makefile.am:
6049         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
6050         * dvi/mdvi-lib/Makefile.am:
6051         
6052         Fix rotation of thumbnails, ported to new API. Moved library
6053         dependencies earlier, probably it will fix linkage problem.
6054
6055 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
6056
6057         * backend/ev-document-misc.c:
6058         (ev_document_misc_get_thumbnail_frame):
6059         * backend/ev-document-misc.h:
6060         * configure.ac:
6061         * pdf/ev-poppler.cc:
6062         * shell/Makefile.am:
6063         * shell/ev-sidebar-thumbnails.c: (add_range),
6064         (ev_sidebar_thumbnails_set_loading_icon),
6065         (ev_sidebar_thumbnails_refresh),
6066         (ev_sidebar_thumbnails_set_document):
6067         * shell/ev-sidebar-thumbnails.h:
6068         * shell/ev-view.c: (ev_view_motion_notify_event),
6069         (ev_view_set_property), (ev_view_get_property),
6070         (ev_view_class_init), (ev_view_set_rotation):
6071         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6072         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
6073         (ev_window_init):
6074         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
6075         Redo rotation (again).  prepare for 0.4.0
6076
6077 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
6078
6079         * configure.ac: Bump poppler requirement to 0.4.1.
6080
6081         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
6082         argument to poppler_page_render_selection() call.
6083
6084 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6085
6086         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
6087         (djvu_document_thumbnails_get_thumbnail):
6088         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
6089         (dvi_document_thumbnails_get_thumbnail):
6090         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
6091         (pixbuf_document_thumbnails_get_thumbnail):
6092         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
6093         
6094         Update rotation direction of backends to fit with pdf and ps.
6095
6096 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
6097
6098         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
6099         * backend/ev-async-renderer.h:
6100         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
6101         (setup_page), (ps_document_get_page_size),
6102         (ps_async_renderer_render_pixbuf):
6103         * ps/ps-document.h:
6104         * shell/ev-jobs.c: (ev_job_render_run):
6105
6106         Fix orientation in the postscript document
6107
6108 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
6109
6110         * pdf/ev-poppler.cc:
6111         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
6112         * shell/ev-view.c: (highlight_find_results):
6113
6114         Adapt to the new poppler rotation API. Fix text maps on landscape
6115         documents.
6116
6117 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
6118
6119         * shell/ev-view.c (compute_new_selection_text): get the correct
6120         region when selecting in modes other than continuous.
6121
6122 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6123
6124         * shell/main.c (main): remove redundant g_warnings.
6125
6126 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6127
6128         * shell/Makefile.am: Don't include autogenerated
6129         file ev-application-service.h into distribution, since
6130         it causes dbus crash. Fix for bugs 313724 and 313443. 
6131
6132 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6133
6134         * configure.ac: Fix sed expression for FreeBSD. Thanks
6135         to Joe Marcus Clark <marcus@freebsd.org>
6136         
6137         * shell/eggfindbar.c: (entry_activate_callback),
6138         (entry_changed_callback), (egg_find_bar_init),
6139         (egg_find_bar_set_search_string):
6140         
6141         Made findbar buttons unsensitive if there is no text in
6142         entry. Fix for the bug 313285.
6143
6144 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6145
6146         * ps/ps-document.c: Use g_filename_display_name for displaying
6147         filenames and revert string freeze breackage
6148
6149 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
6150
6151         * NEWS:
6152         * configure.ac:
6153
6154         Update for 0.3.4
6155
6156         * shell/Makefile.am:
6157
6158         Add ev-application-service.xml to extra dist
6159
6160         * shell/ev-view.c: (find_page_at_location):
6161
6162         Remove unused function (fix warning)
6163
6164 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6165
6166         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
6167         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
6168         
6169         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
6170         bug 313623.
6171
6172 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6173
6174         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
6175         * shell/ev-window.c:
6176         Fix build warnings
6177
6178 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6179
6180         * configure.ac: Update script to get dbus version.
6181         Fix for the bug #313443.
6182
6183 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6184
6185         * shell/ev-window.c: (ev_window_cmd_escape):
6186         
6187         Return focus back to view on escape. Fix for bug 313295.
6188
6189 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6190
6191         * shell/ev-window.c: (update_window_title),
6192         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
6193         (ev_window_cmd_save_as):
6194         
6195         Correct conversion from uri to displayable string. Fix for
6196         bug 313296.
6197
6198 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6199
6200         * ps/ps-document.c: convert filename to utf8 when there is an error
6201         loading document. Fixes #309915
6202
6203 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
6204
6205         * configure.ac:
6206
6207         We depend on poppler 0.4.0
6208
6209 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
6210
6211         * configure.ac:
6212         * NEWS: Release 0.3.3.
6213         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
6214
6215 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
6216
6217         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
6218         add a couple missing mnemonics to menu items, use title 
6219         capitalization for menu items and window titles, and add 
6220         ellipsis to open menu item.     
6221
6222 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
6223
6224         * pdf/ev-poppler.cc:
6225         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
6226         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
6227         (ev_view_get_rotation):
6228         * shell/ev-view.h:
6229         * shell/ev-window.c: (setup_view_from_metadata),
6230         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
6231         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
6232         disk.
6233
6234 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
6235
6236         * configure.ac: Added tr to ALL_LINGUAS
6237
6238 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6239
6240         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
6241         requires several clicks to find word. Thanks to 
6242         Colin Slater <kiltedtaco@gmail.com>.
6243
6244 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
6245
6246         * data/evince.desktop.in.in: Hide menu entry and
6247         rename it to "Document Viewer". Fix for bug 
6248         #312399.
6249
6250 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
6251
6252         * shell/ev-page-action.c (ev_page_action_class_init): 
6253
6254         Point to the correct function in constructor of the
6255         activate_label signal
6256
6257 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
6258
6259         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6260         * shell/ev-jobs.h: Make thread safe.
6261
6262 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6263
6264         * shell/ev-view.c: (view_update_range_and_current_page):
6265         Don't update page range if we are scrolling to some document
6266         point.
6267
6268 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6269
6270         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
6271         when getting max_page_width, fix drawing in dual mode.
6272
6273 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
6274
6275         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
6276         getting the area for select_all.
6277
6278 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
6279
6280         * backend/ev-selection.c: (ev_selection_render_selection):
6281         * backend/ev-selection.h:
6282         * pdf/ev-poppler.cc:
6283         * shell/ev-jobs.c: (ev_job_render_new):
6284         * shell/ev-jobs.h:
6285         * shell/ev-pixbuf-cache.c: (get_selection_colors),
6286         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
6287         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
6288         (ev_view_class_init):
6289
6290         Change selection color on focus in and focus out events.  Also,
6291         poppler now uses GdkColor for specifying the selection colors, so
6292         drop some awkward conversion code.
6293
6294 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
6295
6296         * configure.ac: Added Hebrew translation
6297
6298 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
6299
6300         * NOTES:
6301         * backend/ev-selection.c: (ev_selection_render_selection):
6302         * backend/ev-selection.h:
6303         * pdf/ev-poppler.cc:
6304         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
6305         (ev_job_render_run):
6306         * shell/ev-jobs.h:
6307         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6308         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
6309         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
6310         (ev_pixbuf_cache_style_changed),
6311         (ev_pixbuf_cache_get_selection_pixbuf),
6312         (ev_pixbuf_cache_set_selection_list),
6313         (ev_pixbuf_cache_get_selection_list):
6314         * shell/ev-pixbuf-cache.h:
6315         * shell/ev-utils.c: (ev_print_region_contents):
6316         * shell/ev-utils.h:
6317         * shell/ev-view.c: (ev_view_queue_draw_page),
6318         (selection_update_idle_cb), (ev_view_motion_notify_event),
6319         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
6320         (setup_caches), (ev_view_find_next), (merge_selection_region),
6321         (selection_free):
6322         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
6323
6324         Clean up selection to be much smoother!
6325
6326 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
6327
6328         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
6329         to poppler_page_render_selection().
6330
6331 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6332
6333         * ps/ps-document.c: (save_page_list): Use
6334         unzipped document when printing. Thanks to 
6335         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
6336         311016.
6337
6338 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6339
6340         * shell/ev-window.c: (update_action_sensitivity):
6341         
6342         Disable print and save respect to lockdown gconf keys. Fix
6343         for 312342.
6344
6345 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6346
6347         * configure.ac:
6348         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
6349         (write_to_temp_file), (ev_file_set_contents):
6350         * shell/ev-utils.h:
6351         * shell/ev-window.c: (save_print_config_to_file):
6352         
6353         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
6354         Fix for bug 312238
6355
6356 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
6357
6358         * shell/ev-window.c: (load_print_config_from_file),
6359         (save_print_config_to_file), (ev_window_print_range):
6360
6361         Persist the print settings. Fixes bug #311578.
6362
6363 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6364
6365         * djvu/djvu-document.c: (djvu_document_get_page_size),
6366         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
6367         (djvu_document_thumbnails_get_thumbnail):
6368         * dvi/dvi-document.c: (dvi_document_get_page_size),
6369         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
6370         (dvi_document_thumbnails_get_dimensions),
6371         (dvi_document_thumbnails_get_thumbnail):
6372         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
6373         (pixbuf_document_render_pixbuf),
6374         (pixbuf_document_document_iface_init),
6375         (pixbuf_document_thumbnails_get_thumbnail):
6376         
6377         Update backends to make them build with new rotation system.
6378
6379 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6380
6381         * help/C/figures/evince_start_window.png:
6382         
6383         Update documentation image from Luca Ferretti <elle.uca@libero.it>
6384
6385 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
6386
6387         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
6388         * shell/ev-pixbuf-cache.h:
6389         * shell/ev-sidebar-thumbnails.c:
6390         (ev_sidebar_thumbnails_get_property), (add_range),
6391         (adjustment_changed_cb):
6392         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
6393         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
6394         we were thumbnailing the entire docment on startup, slowing us
6395         down hugely. 
6396
6397 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
6398
6399         * shell/ev-page-cache.c: (ev_page_cache_new):
6400         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
6401         == 0, fixes #310306.
6402
6403 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6404
6405         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
6406         (ev_view_rotate_left):
6407
6408         Account rotation in doc_rect_to_view_rect.
6409         Ensure rotation doesnt go out of bounds.
6410
6411 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6412
6413         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6414
6415         Correct and cleanup w/h swapping
6416
6417 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6418
6419         * backend/ev-document-thumbnails.c:
6420         (ev_document_thumbnails_get_thumbnail):
6421         * backend/ev-document-thumbnails.h:
6422         * backend/ev-document.c:
6423         * backend/ev-document.h:
6424         * backend/ev-render-context.c: (ev_render_context_new),
6425         (ev_render_context_set_rotation):
6426         * backend/ev-render-context.h:
6427         * pdf/ev-poppler.cc:
6428         * ps/ps-document.c: (ps_document_document_iface_init):
6429         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6430         * shell/ev-jobs.h:
6431         * shell/ev-page-cache.c: (build_height_to_page),
6432         (ev_page_cache_new), (ev_page_cache_get_size),
6433         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6434         (ev_page_cache_get_height_to_page):
6435         * shell/ev-page-cache.h:
6436         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6437         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6438         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
6439         (ev_pixbuf_cache_get_selection_pixbuf):
6440         * shell/ev-pixbuf-cache.h:
6441         * shell/ev-print-job.c: (idle_print_handler):
6442         * shell/ev-sidebar-thumbnails.c: (add_range):
6443         * shell/ev-view.c: (view_update_range_and_current_page),
6444         (get_page_y_offset), (get_page_extents),
6445         (ev_view_size_request_continuous_dual_page),
6446         (ev_view_size_request_continuous),
6447         (ev_view_size_request_dual_page),
6448         (ev_view_size_request_single_page), (draw_one_page),
6449         (ev_view_set_rotation), (ev_view_rotate_right),
6450         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6451         (ev_view_zoom_for_size_continuous_and_dual_page),
6452         (ev_view_zoom_for_size_continuous),
6453         (ev_view_zoom_for_size_dual_page),
6454         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6455         (ev_view_select_all):
6456         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6457         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
6458         (tiff_document_document_iface_init),
6459         (tiff_document_thumbnails_get_thumbnail):
6460
6461         Use rotation rather than orientation. It's easier and enough
6462         for our needs.
6463
6464 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6465
6466         * shell/ev-page-cache.c: (build_height_to_page),
6467         (ev_page_cache_new), (ev_page_cache_get_size),
6468         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6469         (ev_page_cache_get_height_to_page):
6470         * shell/ev-page-cache.h:
6471         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
6472         (ev_view_size_request_continuous_dual_page),
6473         (ev_view_size_request_continuous),
6474         (ev_view_zoom_for_size_continuous_and_dual_page),
6475         (ev_view_zoom_for_size_continuous):
6476
6477         Make the page cache aware of page orientation.
6478
6479 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6480
6481         * backend/ev-document-thumbnails.c:
6482         (ev_document_thumbnails_get_thumbnail):
6483         * backend/ev-document-thumbnails.h:
6484         * backend/ev-document.c:
6485         * backend/ev-document.h:
6486         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
6487         * backend/ev-ps-exporter.h:
6488         * pdf/ev-poppler.cc:
6489         * ps/ps-document.c: (ps_document_document_iface_init),
6490         (ps_document_ps_export_do_page):
6491         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6492         * shell/ev-jobs.h:
6493         * shell/ev-page-cache.c: (ev_page_cache_get_size),
6494         (ev_page_cache_get):
6495         * shell/ev-page-cache.h:
6496         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6497         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6498         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
6499         * shell/ev-pixbuf-cache.h:
6500         * shell/ev-print-job.c: (idle_print_handler):
6501         * shell/ev-sidebar-thumbnails.c: (add_range):
6502         * shell/ev-view.c: (view_update_range_and_current_page),
6503         (get_page_extents), (ev_view_size_request_dual_page),
6504         (ev_view_size_request_single_page), (draw_one_page),
6505         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
6506         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6507         (ev_view_zoom_for_size_dual_page),
6508         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6509         (ev_view_select_all):
6510         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6511         * tiff/tiff-document.c: (tiff_document_get_page_size),
6512         (tiff_document_get_orientation), (rotate_pixbuf),
6513         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
6514         (tiff_document_thumbnails_get_thumbnail),
6515         (tiff_document_ps_export_do_page), (tiff_document_init):
6516
6517         Really make use of the orientation bit of the render context.
6518         Use the render context in a few more places in the backend API.
6519         This regress orientation, but now it's done right. Will try to
6520         fix it up asap...
6521
6522 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6523
6524         * shell/ev-view.c: (ensure_rectangle_is_visible):
6525
6526         Patch by Nickolay V. Shmyrev to fix find flickering
6527
6528 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
6529
6530         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
6531         duplex parameters to ::begin.
6532
6533         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
6534         * shell/ev-print-job.c (idle_print_handler): 
6535         * ps/ps-document.c (ps_document_ps_export_begin): 
6536         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
6537         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
6538         implementations. Poppler backend needs poppler cvs. Rest has
6539         unchanged behavior.
6540
6541 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6542
6543         * shell/ev-window.c (using_pdf_printer): new function.
6544         (ev_window_print_range): print a less techy message if someone
6545         tries to print to PDF.
6546
6547 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6548
6549         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
6550         from "unknown font" string. Bug #311431
6551
6552 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6553
6554         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
6555
6556 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6557
6558         Bug #311280
6559         
6560         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
6561         name for PopplerFontTypes
6562         (pdf_document_fonts_fill_model): add font type to the detail column
6563
6564         * backend/ev-document-fonts.h: added
6565         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
6566
6567         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
6568         font name and font details, add a little markup.
6569         (ev_properties_fonts_init): use the new cell data func, specify ypad
6570         property for the cell renderer.
6571         (ev_properties_fonts_set_document): add the details column.
6572
6573 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
6574
6575         * configure.ac: Added "pl" to ALL_LINGUAS.
6576
6577 2005-07-24  Danilo Šegan  <danilo@gnome.org>
6578
6579         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
6580
6581 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
6582
6583         * help/ChangeLog: Started this for translations of manual.
6584         * configure.ac, autogen.sh, .cvsignore: Migrated to
6585         gnome-doc-utils. Patch in bug #311222.
6586
6587 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
6588
6589         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
6590         #ifdef this away to fix an unused-function warning.
6591
6592 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
6593
6594         * configure.ac: Added 'gl' to ALL_LINGUAS.
6595
6596 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
6597
6598         * configure.ac: Added ne in ALL_LINGUAS
6599         
6600 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6601
6602         * shell/ev-view.c: (ev_view_leave_notify_event):
6603         
6604         Clear status message when pointer leaves view. Fix for bug
6605         #310818 
6606
6607 2005-07-20 Ankit Patel <ankit644@yahoo.com>
6608
6609         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
6610
6611 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6612
6613         * shell/ev-view.c: (ev_view_leave_notify_event),
6614         (ev_view_class_init):
6615         
6616         Set cursor to normal then leaving view.
6617
6618 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6619
6620         * configure.ac:
6621         
6622         Fix required djvulibre version.
6623
6624 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
6625
6626         *configure.ac: Hindi (hi) language added
6627
6628 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
6629
6630         *configure.ac: Punjabi (pa) Language added
6631
6632 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6633
6634         * data/evince-ui.xml, shell/ev-window.c:
6635         
6636         Add keypad accelerators for zooming. Fix for bug 308128.
6637
6638 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6639
6640         * Makefile.am:
6641         * backend/Makefile.am:
6642         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
6643         * configure.ac:
6644         * shell/ev-document-types.c: (ev_document_types_add_filters):
6645
6646         Allow to enable/disable the pixbuf backend.
6647         Default to off for now. If we want it enabled we should
6648         really put mime types in the desktop, implement properties etc.
6649
6650         * properties/evince-properties.c:
6651
6652         Initialize error to NULL.
6653         Check error is not NULL before freeing.
6654
6655 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6656
6657         * shell/ev-window.c:
6658
6659         Use F5 as presentation accell
6660
6661 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6662
6663         * shell/ev-window.c: (update_chrome_visibility),
6664         (ev_window_create_fullscreen_popup), (ev_window_init):
6665
6666         Do not leak the fullscreen toolbar
6667
6668 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6669
6670         * shell/ev-window.c: (view_actions_focus_in_cb),
6671         (view_actions_focus_out_cb):
6672
6673         These has a return value! Fix totally random focus
6674         issues we was seeing.
6675
6676 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6677
6678         * shell/main.c: (load_files_remote):
6679
6680         Allow open more than one file
6681
6682 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6683
6684         * shell/main.c: (load_files_remote):
6685
6686         Fix for dbus 0.33. bug #309975
6687
6688 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6689
6690         * properties/ev-properties-main.c: (ev_properties_get_pages):
6691
6692         Actually return NULL for types we dont support
6693
6694 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
6695
6696         * po/POTFILES.in:
6697
6698         Remove empty lines.
6699
6700 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
6701
6702         * backend/ev-document-factory.c:
6703         (ev_document_factory_get_document):
6704
6705         Do not try to create the object if type
6706         is invalid.
6707
6708 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6709
6710         * ps/ps-document.c: (ps_document_dispose),
6711         (ps_async_renderer_render_pixbuf):
6712         * ps/ps-document.h:
6713
6714         Do not leak the target window
6715
6716 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6717
6718         * shell/ev-application.c: (ev_application_init):
6719
6720         Let tbe check file existence for us.
6721         Add a comment about eggrecent mime filter.
6722
6723 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6724
6725         * data/evince-ui.xml:
6726         * shell/ev-application.c: (ev_application_shutdown),
6727         (ev_application_init), (ev_application_get_toolbars_model),
6728         (ev_application_get_recent_model),
6729         (ev_application_save_toolbars_model):
6730         * shell/ev-application.h:
6731         * shell/ev-window.c: (ev_window_add_recent),
6732         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
6733         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
6734         (ev_window_init):
6735
6736         Use common toolbar and recent models for all windows.
6737         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6738
6739 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6740
6741         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
6742         successfully check for gtk_icon_view_get_visible_range.
6743
6744 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6745
6746         * djvu/Makefile.am:
6747         * dvi/Makefile.am:
6748         
6749         Fix djvu and dvi backend build.
6750
6751 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6752
6753         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
6754         (new_separator_pixbuf):
6755
6756         Don't leak windows.
6757
6758 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6759
6760         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6761
6762         HIGification of toolbar editor dialogue.
6763
6764 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6765
6766         * configure.ac:
6767         * shell/Makefile.am:
6768
6769         Ever build metadata manager since it's just
6770         disabled at runtime now.
6771
6772 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6773
6774         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
6775         (ev_metadata_manager_get), (ev_metadata_manager_set):
6776         * shell/ev-metadata-manager.h:
6777
6778         Add an _init functions that enabled metadata management
6779         at runtime.
6780
6781         * shell/ev-window.c: (page_changed_cb),
6782         (setup_document_from_metadata), (ev_window_setup_document),
6783         (setup_view_from_metadata), (ev_window_open_uri),
6784         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6785         (ev_window_run_presentation), (ev_window_stop_presentation),
6786         (save_sizing_mode), (ev_window_zoom_changed_cb),
6787         (ev_window_continuous_changed_cb),
6788         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
6789         (window_configure_event_cb):
6790
6791         Remove all ugly metadata define since we deal with it
6792         at runtime now.
6793
6794         * shell/main.c: (load_files_remote), (main):
6795
6796         Add support for dbus cvs head. Hopefully didnt break one
6797         of the other versions now!
6798
6799         If we dont get a response from the dbus server just
6800         give up with it and not enable metadata.
6801
6802 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6803
6804         * Makefile.am:
6805         * backend/Makefile.am:
6806         * configure.ac:
6807         * cut-n-paste/recent-files/Makefile.am:
6808         * cut-n-paste/toolbar-editor/Makefile.am:
6809         * cut-n-paste/zoom-control/Makefile.am:
6810         * lib/Makefile.am:
6811         * pdf/Makefile.am:
6812         * pixbuf/Makefile.am:
6813         * properties/Makefile.am:
6814         * ps/Makefile.am:
6815         * shell/Makefile.am:
6816         * thumbnailer/Makefile.am:
6817         * tiff/Makefile.am:
6818
6819         Make frontends depend on just libev.
6820         Rework and group CFLAGS/LIBS definitions.
6821         Cleanups.
6822
6823 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6824
6825         * shell/ev-window:
6826
6827         do not unnecessarily save zoom
6828
6829         * configure.ac:
6830         * lib/ev-file-helpers.c: (ev_dot_dir):
6831         * shell/Makefile.am:
6832         * shell/dummy.cc:
6833
6834         Some cleanups
6835
6836 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6837
6838         * configure.ac:
6839         
6840         Remove unnecessary dependencies
6841
6842 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6843
6844         * properties/Makefile.am:
6845         * thumbnailer/Makefile.am:
6846         * tiff/Makefile.am:
6847
6848         Some more cleanups. Was really necessary
6849         but I probably introduced bugs, feel free
6850         to flame :)
6851
6852 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6853
6854         * backend/Makefile.am:
6855         * configure.ac:
6856         * cut-n-paste/recent-files/Makefile.am:
6857         * cut-n-paste/toolbar-editor/Makefile.am:
6858         * cut-n-paste/zoom-control/Makefile.am:
6859         * lib/Makefile.am:
6860         * pdf/Makefile.am:
6861         * pixbuf/Makefile.am:
6862         * properties/Makefile.am:
6863         * ps/Makefile.am:
6864         * shell/Makefile.am:
6865         * thumbnailer/Makefile.am:
6866         * tiff/Makefile.am:
6867
6868         Use gnome-common macros when possible.
6869         Cleanup dependencies.
6870         Actually disable deprecated where possible.
6871
6872 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6873
6874         * Makefile.am:
6875         * backend/Makefile.am:
6876         * properties/Makefile.am:
6877         * shell/Makefile.am:
6878         * thumbnailer/Makefile.am:
6879
6880         This should solve the circular dep without
6881         requiring dir reorg!
6882
6883         * shell/ev-window.c: (setup_view_from_metadata):
6884
6885         Never restore window size/position when the
6886         window is already visible.
6887
6888 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6889
6890         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
6891
6892         Return a boolean from timeout func. Fix ported from gedit.
6893
6894 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
6895
6896         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
6897
6898 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6899
6900         * shell/ev-document-types.c: set "All Documents" as default filter in
6901         open dialog
6902
6903 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
6904
6905         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
6906         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
6907         (ev_metadata_manager_set_boolean): fix value/val thinko.
6908
6909 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6910
6911         * shell/ev-window.c: (setup_view_from_metadata),
6912         (window_state_event_cb), (window_configure_event_cb),
6913         (ev_window_init):
6914
6915         Remember window position and maximized state
6916
6917 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6918
6919         * configure.ac:
6920
6921         Fix DBUS configure checks.
6922
6923         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
6924         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
6925         (ev_metadata_manager_set_boolean):
6926
6927         Plug mem leaks.
6928
6929         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
6930         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6931         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
6932         (ev_window_continuous_changed_cb),
6933         (ev_window_dual_mode_changed_cb), (ev_window_new):
6934
6935         Fix the build without DBUS.
6936
6937 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6938
6939         * shell/ev-metadata-manager.c: (parse_value), (save_values),
6940         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
6941         (ev_metadata_manager_set_string),
6942         (ev_metadata_manager_set_boolean):
6943         * shell/ev-metadata-manager.h:
6944
6945         Add support for some more types
6946
6947         * shell/ev-view.c: (scroll_to_current_page),
6948         (ev_view_get_continuous), (ev_view_set_continuous),
6949         (ev_view_get_dual_page):
6950         * shell/ev-view.h:
6951         * shell/ev-window.c: (page_changed_cb),
6952         (setup_document_from_metadata), (ev_window_setup_document),
6953         (setup_view_from_metadata), (ev_window_open_uri),
6954         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6955         (ev_window_run_presentation), (ev_window_stop_presentation),
6956         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
6957         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
6958         (ev_window_update_dual_page_action),
6959         (ev_window_continuous_changed_cb),
6960         (ev_window_dual_mode_changed_cb), (ev_window_init):
6961
6962         Remember a bunch of view/document properties. Prolly some
6963         are still missing but it's getting interesting.
6964
6965 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
6966
6967         * configure.ac: check if dbus-binding-tool is installed. Not the
6968         case on current Ubuntu breezy, it seems.
6969
6970 2005-07-05  Luca Ferretti <elle.uca@libero.it>
6971
6972         * data/evince.desktop.in.in:
6973         
6974         Allow open uri lists and add TryExec field.
6975
6976 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6977
6978         * configure.ac:
6979
6980         Enable dbus when available, do not require a configure
6981         option.
6982
6983 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6984
6985         * configure.ac:
6986
6987         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
6988         disabled.
6989
6990 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6991         Marco Pesenti Gritti  <mpg@redhat.com>
6992
6993         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
6994         
6995         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
6996         functions to the format required by dbus
6997
6998         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
6999         errors. Use the RPC parameters in the expected way
7000
7001 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7002
7003         * Makefile.am:
7004         * properties/Makefile.am:
7005         * properties/ev-properties-main.c: (ev_properties_get_pages):
7006
7007         Support all mime types
7008
7009         * shell/Makefile.am:
7010         * thumbnailer/Makefile.am:
7011         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
7012         (evince_thumbnail_pngenc_get):
7013
7014         Use the document factory
7015
7016 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7017
7018         * backend/Makefile.am:
7019         * backend/ev-document-factory.c:
7020         (mime_type_supported_by_gdk_pixbuf),
7021         (ev_document_type_get_from_mime),
7022         (ev_document_factory_get_document),
7023         (ev_document_factory_get_backend),
7024         (ev_document_factory_get_mime_types),
7025         (ev_document_factory_get_all_mime_types):
7026         * backend/ev-document-factory.h:
7027         * shell/Makefile.am:
7028         * shell/ev-document-types.c: (get_document_from_uri),
7029         (ev_document_types_get_document),
7030         (file_filter_add_mime_list_and_free),
7031         (ev_document_types_add_filters):
7032         * shell/ev-document-types.h:
7033         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7034         * shell/ev-properties-dialog.c:
7035         (ev_properties_dialog_set_document):
7036         * shell/ev-window.c: (ev_window_cmd_file_open),
7037         (ev_window_cmd_save_as):
7038         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7039
7040         Rework document types managing to avoid code duplication
7041         and actually abstract from backend implementations.
7042         Also provide a minimal factory api that can be used by
7043         thumbnailer/properties.
7044
7045 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7046
7047         * properties/ev-properties-view.c: (ev_properties_view_set_info):
7048         Plug a mem leak.
7049         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7050         HIG spacings.
7051
7052 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7053
7054         * shell/ev-properties-dialog.c
7055         (ev_properties_dialog_set_document): only call
7056         ev_properties_fonts_set_document() if the document implements the
7057         fonts interface
7058
7059 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7060
7061         * configure.ac:
7062         * properties/Makefile.am:
7063         * properties/ev-properties-view.c:
7064         (ev_properties_view_register_type):
7065         * properties/ev-properties-view.h:
7066         * properties/ev-properties-main.h:
7067
7068         Implement nautilus plugin for properties.
7069         Works only for pdf atm, I need to rework the
7070         document types stuff to get this to work
7071         for all backends...
7072
7073 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7074
7075         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
7076         (ev_properties_fonts_set_document): use
7077         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
7078
7079 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7080
7081         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
7082         them
7083         (PlaceImage, tiff2ps_process_page): use
7084         g_ascii_dtostr to convert floats to strings in a locale-safe way.
7085
7086
7087 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7088
7089         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
7090         (main): to call gnome_authentication_manager_init. Should fix
7091         Bug #308510
7092
7093         * configure.ac: that requires libgnomeui 2.6.0.
7094
7095 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7096
7097         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7098         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
7099         use the new tiff2ps interfaces
7100
7101         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
7102         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
7103
7104         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
7105         structure instead of global variables.  Remove use of static
7106         variables in functions.
7107
7108 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
7109
7110         * shell/ev-page-action.c: unref the completion after setting it to the
7111         entry
7112
7113 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7114
7115         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
7116         postscript files
7117
7118 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7119
7120         * shell/ev-window.c (update_action_sensitivity): disable
7121         File->Print if the document does not implement the ps exporter
7122         interface
7123
7124 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
7125
7126         * Makefile.am:
7127         * configure.ac:
7128         * data/evince-properties.glade:
7129         * properties/.cvsignore:
7130         * properties/Makefile.am:
7131         * properties/ev-properties-view.c: (ev_properties_view_dispose),
7132         (ev_properties_view_class_init), (ev_properties_view_format_date),
7133         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
7134         (ev_properties_view_init), (ev_properties_view_new):
7135         * properties/ev-properties-view.h:
7136         * shell/Makefile.am:
7137         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
7138         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
7139         (ev_properties_dialog_new):
7140         * shell/ev-properties-dialog.h:
7141         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
7142         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
7143         (update_progress_label), (job_fonts_finished_cb),
7144         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
7145         * shell/ev-properties-fonts.h:
7146         * shell/ev-properties.c:
7147         * shell/ev-properties.h:
7148         * shell/ev-window.c: (ev_window_setup_document),
7149         (ev_window_cmd_file_properties):
7150
7151         Split the properties pages in two different objects, depend
7152         only on the backend where possible, use widgets instead
7153         of gobject for the glade part, reimplement the dialog
7154         itself with gtk.
7155         I need this to implement nautilus properties page.
7156
7157 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
7158
7159         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7160         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
7161         (tiff_document_document_ps_exporter_iface_init): implement the ps
7162         exporter interface for tiff documents
7163
7164         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
7165         libtiff to implement TIFF postscript export
7166
7167         * tiff/tiff2ps.h: added a header file for external tiff2ps
7168         functions.
7169
7170         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
7171         tiff2ps.h
7172
7173 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7174
7175         * shell/ev-view.c: (scroll_to_current_page),
7176         (ev_view_set_fullscreen), (ev_view_set_presentation):
7177         
7178         Scroll to current page when exit from presentation
7179
7180 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7181
7182         * shell/ev-window.c: (update_document_mode),
7183         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7184         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
7185         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
7186         
7187         Exit from fullscreen mode when switch to presentation. Fix for
7188         bug 309365
7189
7190 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7191
7192         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
7193         return NULL if the document does not implement the selection
7194         interface.
7195
7196 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7197
7198         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
7199         reported height by using the resolution aspect ratio
7200         (tiff_document_render_pixbuf): scale the pixbuf using the
7201         resolution aspect ratio
7202
7203 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7204
7205         * configure.ac:
7206         
7207         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
7208         <kiltedaco@gmail.com>
7209         
7210         * djvu/djvu-document.c: (djvu_document_get_orientation),
7211         (djvu_document_set_orientation), (djvu_document_get_page_size),
7212         (rotate_pixbuf), (djvu_document_render_pixbuf),
7213         (djvu_document_document_iface_init):
7214         * dvi/dvi-document.c: (dvi_document_get_orientation),
7215         (dvi_document_set_orientation), (dvi_document_get_page_size),
7216         (rotate_pixbuf), (dvi_document_render_pixbuf),
7217         (dvi_document_document_iface_init):
7218         
7219         Dvi and djvu backends are ported to new API
7220
7221 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
7222
7223         * backend/ev-selection.c: (ev_selection_get_selection_region),
7224         (ev_selection_get_selection_map):
7225         * backend/ev-selection.h:
7226         * pdf/ev-poppler.cc:
7227         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7228         * shell/ev-jobs.h:
7229         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7230         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7231         (ev_pixbuf_cache_get_text_mapping):
7232         * shell/ev-pixbuf-cache.h:
7233         * shell/ev-view.c: (location_in_text),
7234         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
7235         support to EvView.  Now we can see where we can select!  Sweet!
7236
7237 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7238
7239         * shell/ev-view.c (ev_view_button_press_event): Fix
7240         event->y + view->scroll_x typo.
7241
7242 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7243
7244         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
7245         sub-GdkPixbuf instead of passing dest_x and dest_y.
7246         
7247         * shell/ev-view.c: (view_point_to_doc_point),
7248         (view_rect_to_doc_rect), (ev_view_button_press_event),
7249         (ev_view_motion_notify_event), (compute_new_selection_rect),
7250         (gdk_rectangle_point_in), (compute_new_selection_text),
7251         (compute_selections): Update selection code to keep the selection
7252         around as two points and not as a normalized rectangle, and fix
7253         page level selection in two-column mode.
7254
7255 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
7256
7257         * shell/ev-window.c: (window_configure_event_cb): 
7258         
7259         Fix compilation
7260         
7261 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7262
7263         * pdf/ev-poppler.cc:
7264
7265         Fix compilation
7266
7267 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7268
7269         * shell/Makefile.am:
7270         * shell/ev-metadata-manager.c: (item_free),
7271         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
7272         (parse_value), (parseItem), (load_values),
7273         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
7274         (save_values), (save_item), (get_oldest), (resize_items),
7275         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
7276         * shell/ev-metadata-manager.h:
7277
7278         Metadata manager from gedit but modified to use GValue, so that
7279         we dont need to keep converting from strings.
7280
7281         * configure.ac:
7282
7283         ENABLE_METADATA conditional, on when dbus is on
7284
7285         * shell/ev-application.c: (ev_application_open_uri):
7286
7287         Show the window after load so that we can initialize
7288         window size before it's showed.
7289
7290         * shell/ev-window.c: (ev_window_setup_from_metadata),
7291         (ev_window_open_uri), (window_configure_event_cb),
7292         (ev_window_init):
7293
7294         Save and load metadata information about window size.
7295         Not yet keeping states in account.
7296
7297         * shell/main.c: (main):
7298
7299         Shutdown metadata manager.
7300
7301 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7302
7303         * shell/ev-application-service.xml:
7304         * configure.ac:
7305         * shell/Makefile.am:
7306         * shell/ev-application.c:
7307         * shell/ev-application.h:
7308         * shell/ev-window.c:
7309         * shell/ev-window.h:
7310         * shell/main.c:
7311
7312         Add an optional dbus interface (--enable-dbus).
7313         Rework application code, mainly to be easier to
7314         use "remotely".
7315         Do not open multiple windows with the same document,
7316         spatial evince!
7317
7318 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
7319
7320         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
7321         pixbuf iff it exists.
7322
7323 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
7324
7325         * shell/*:
7326         * backend/ev-render-context.[ch]:
7327         * backend/ev-selection.[ch]:
7328
7329         Massive changes.  We now support text selection of pdfs, and not
7330         just rectangular selection.  This is pretty broken still, but I
7331         want to get something into CVS.
7332
7333 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7334
7335         * pdf/ev-poppler.cc:
7336         
7337         Fix for Bug 309080: crash on window close.
7338         
7339         * shell/ev-page-action.c: (page_changed_cb):
7340         
7341         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
7342         jensgr@gmx.net (Jens Granseuer).
7343
7344 2005-06-25  Marcel Telka  <marcel@telka.sk>
7345
7346         * configure.in (ALL_LINGUAS): Added sk.
7347
7348 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
7349
7350         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
7351         not a document open
7352
7353 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7354
7355         * NEWS:
7356         * configure.ac:
7357
7358         Release 0.3.2
7359
7360         * cut-n-paste/recent-files/Makefile.am:
7361
7362         Fix make distcheck
7363
7364 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7365
7366         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
7367         (pixbuf_document_set_orientation), (rotate_pixbuf),
7368         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
7369         (pixbuf_document_document_iface_init), (pixbuf_document_init):
7370
7371         Implement rotation and cleanup the code a bit.
7372
7373         * tiff/tiff-document.c: (tiff_document_get_page_size),
7374         (tiff_document_get_orientation), (tiff_document_set_orientation),
7375         (rotate_pixbuf), (tiff_document_render_pixbuf),
7376         (tiff_document_document_iface_init), (tiff_document_init):
7377
7378         Implement rotation. Was the quicker solution for the release
7379         but we really need to share this code in the shell.
7380
7381 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7382
7383         * pdf/ev-poppler.cc:
7384
7385         Enable rotation, require poppler cvs. Fix a leak.
7386
7387 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7388
7389         * shell/ev-window.c: (update_action_sensitivity):
7390         
7391         Make properties unsensitive if document backend doesn't provide
7392         any info
7393
7394 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7395
7396         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
7397         (bitmap_flip_horizontally), (bitmap_flip_vertically),
7398         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
7399         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
7400         (bitmap_flip_rotate_counter_clockwise):
7401         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
7402         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
7403         (buff_gets):
7404         * dvi/mdvi-lib/common.h:
7405         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
7406         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
7407         (opendvi), (mdvi_reload), (mdvi_init_context),
7408         (mdvi_destroy_context), (mdvi_dopage), (special):
7409         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
7410         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
7411         (file_hash_free), (register_encoding), (parse_spec),
7412         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
7413         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
7414         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
7415         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
7416         (mdvi_register_font_type), (mdvi_unregister_font_type),
7417         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
7418         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
7419         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
7420         (mdvi_hash_destroy_key), (mdvi_hash_reset):
7421         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
7422         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
7423         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
7424         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
7425         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
7426         * dvi/mdvi-lib/special.c: (mdvi_register_special),
7427         (mdvi_unregister_special), (mdvi_flush_specials):
7428         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
7429         (t1_font_remove):
7430         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
7431         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
7432         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
7433         (free_font_metrics), (flush_font_metrics):
7434         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
7435         (tt_font_remove):
7436         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
7437         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
7438         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
7439         (dstring_insert), (dstring_new), (dstring_reset):
7440         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
7441         
7442         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
7443         avoid conflict with libtool on FC4
7444         
7445         * shell/ev-window.c: (ev_window_cmd_help_about):
7446         
7447         Update copyright year. Fix for bug 308828.
7448
7449 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7450
7451         * shell/ev-view.c: (add_scroll_binding_keypad),
7452         (ev_view_binding_activated), (ev_view_class_init),
7453         (on_adjustment_value_changed):
7454         
7455         Bug 170874: Arrow keys switch pages in presentation mode
7456
7457 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7458
7459         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7460         
7461         Fix for Bug 308265: Sidebar dissappears coming out of 
7462         Presentation mode
7463
7464 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7465
7466         * shell/ev-application.c: (ev_application_open):
7467         * shell/ev-document-types.c: (ev_document_types_add_filters),
7468         (ev_document_types_add_filters_for_type):
7469         * shell/ev-document-types.h:
7470         * shell/ev-window.c: (ev_window_cmd_save_as):
7471         
7472         Suggest basename as template when saving, provide filters
7473         for save dialog. It's bug 308402
7474
7475 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7476
7477         * pdf/ev-poppler.cc:
7478         * shell/ev-sidebar-links.c: (job_finished_callback):
7479         * shell/ev-view.c: (update_find_status_message):
7480         
7481         Some leaks fixed
7482
7483 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7484
7485         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7486         (egg_recent_view_uimanager_set_list):
7487
7488         Fix buglet in !show_numbers case.
7489
7490 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7491
7492         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7493         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
7494
7495         Use pango ellipsisation.
7496
7497         * pdf/ev-poppler.cc:
7498
7499         Fix refcount leak, from nsh.
7500
7501 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7502
7503         * cut-n-paste/recent-files/Makefile.am:
7504         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7505         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7506         
7507         Removed EggRecentViewGtk
7508         
7509         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7510         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7511         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
7512         (ev_window_setup_recent):
7513         
7514         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
7515         with other projects
7516
7517 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7518
7519         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7520         (egg_recent_view_gtk_finalize):
7521
7522         Fix memory leak
7523
7524         * cut-n-paste/toolbar-editor/Makefile.am:
7525         
7526         Fix location of cursor icon.
7527         
7528         * pdf/ev-poppler.cc:
7529         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
7530         (display_completion_text), (match_completion):
7531         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7532         (selection_changed_callback), (create_loading_model),
7533         (print_section_cb), (links_page_num_func),
7534         (update_page_callback_foreach):
7535         * shell/ev-window.c: (ev_window_dispose):
7536         
7537         Small memory fixes. Links model now store objects instead
7538         of pointers to improve memory management. 
7539
7540 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7541
7542         * shell/ev-window.c: (zoom_control_changed_cb):
7543         
7544         Fix update of zoom control (bug 308268).
7545
7546 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
7547
7548         * shell/ev-properties.c (set_property): escape the text correctly.
7549         Handles non-UTF-8 properties and escaped properties.  Also, sets
7550         the text to "<i>None</i>" if the property isn't set.
7551
7552         * data/evince-properties.glade: Change the label to be ellipsized,
7553         and give it a minimum size.
7554
7555 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7556
7557         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
7558         * shell/ev-sidebar-links.c: (create_loading_model):
7559         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7560         * shell/ev-view.c: (ev_view_set_document):
7561         * shell/ev-window.c: (ev_window_dispose):
7562         
7563         Various small fixes, mostly memory leaks. Thanks to valgrind.
7564
7565 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
7566
7567         * ps/ps-document.c: remove the locale.h include again ;-). And
7568         kill the (bogus) setlocale/savelocale business.
7569
7570 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
7571
7572         * ps/ps-document.c:
7573         
7574         Include locale.h to fix build
7575         
7576         * shell/ev-sidebar.c:
7577         
7578         Remove unnecessary includes
7579
7580 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7581
7582         * dvi/dvi-document.c: (dvi_document_load):
7583         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
7584         * po/POTFILES.in:
7585         
7586         Check for incorrect dvi files. Fix parsing dvi on AMD64
7587         platform. Thanks to tester@tester.ca (Olivier Crete).
7588
7589 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7590
7591         * shell/ev-page-action.c: (match_selected_cb),
7592         (display_completion_text), (match_completion), (update_model):
7593         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7594         (expand_open_links):
7595         * shell/ev-sidebar.c: (ev_sidebar_destroy),
7596         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
7597         (ev_sidebar_set_document):
7598         * shell/ev-window.c: (ev_window_xfer_job_cb),
7599         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
7600         
7601         Fixed lot's of memory leaks, for example, memory leak on reload, 
7602         described in bug 307793.
7603
7604 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7605
7606         * pdf/ev-poppler.cc:
7607         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
7608         (update_visible_range), (adjustment_changed_cb),
7609         (ev_sidebar_thumbnails_fill_model),
7610         (ev_sidebar_thumbnails_refresh),
7611         (ev_sidebar_tree_selection_changed),
7612         (ev_sidebar_icon_selection_changed),
7613         (ev_sidebar_thumbnails_use_icon_view),
7614         (ev_sidebar_thumbnails_set_document):
7615         * shell/ev-sidebar-thumbnails.h:
7616         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7617         (ev_window_cmd_edit_rotate_right), (ev_window_init):
7618
7619         Refresh thumbnails when changing orientation. Not fully
7620         working yet becuase of a sidebar bug.
7621
7622         Set page orientation to poppler page everywhere. This sucks
7623         really need to fix poppler.
7624
7625 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7626
7627         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7628         (egg_recent_view_gtk_new_menu_item),
7629         (egg_recent_view_gtk_set_property),
7630         (egg_recent_view_gtk_get_property),
7631         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
7632         (egg_recent_view_gtk_set_tooltip_func),
7633         (egg_recent_view_gtk_set_label_width),
7634         (egg_recent_view_gtk_get_label_width):
7635         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7636
7637         Sync with libegg (ellipsize labels)
7638
7639 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7640
7641         * data/evince-ui.xml:
7642         * shell/ev-window.c: (ev_window_cmd_go_forward),
7643         (ev_window_cmd_go_backward):
7644         
7645         Shift + PageUp moves 10 Pages. Fix for 306125
7646
7647 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7648
7649         * pdf/ev-poppler.cc:
7650
7651         Add a flag to check if orientation has been overriden
7652
7653 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
7654
7655         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
7656         field if necessary.
7657
7658         * ps/ps.h: add creator field to document.
7659
7660         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
7661         set creator field.
7662
7663 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7664
7665         * data/evince-properties.glade:
7666         * shell/ev-properties.c: (ev_properties_set_document):
7667
7668         s/PDF Version/Format
7669
7670 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7671
7672         * shell/ev-properties.c: (ev_properties_set_document):
7673
7674         Remove unnecessary translations
7675
7676 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7677
7678         * cut-n-paste/toolbar-editor/Makefile.am:
7679
7680         Correct library name    
7681
7682 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7683
7684         * configure.ac:
7685         * cut-n-paste/recent-files/egg-recent-model.c:
7686         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
7687         (egg_recent_model_unlock_file):
7688         * cut-n-paste/recent-files/egg-recent-util.c:
7689         (egg_recent_util_get_unique_id):
7690         * cut-n-paste/recent-files/update-from-egg.sh:
7691         * cut-n-paste/toolbar-editor/Makefile.am:
7692         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7693         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7694         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7695         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7696         (egg_toolbars_model_get_type):
7697         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7698
7699         Better makefile for toolbar editor and update everything
7700         to latest libegg.
7701
7702 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7703
7704         * shell/ev-window.c: (update_document_mode):
7705
7706         Prefer presentation mode when the document
7707         require fullscreen.
7708
7709 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7710
7711         * data/evince-ui.xml:
7712         * shell/ev-window.c:
7713
7714         Add control-equal for zooming
7715
7716 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
7717
7718         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
7719
7720 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
7721
7722         * backend/ev-document.c: (ev_document_get_orientation):
7723         * backend/ev-document.h:
7724         * pdf/ev-poppler.cc:
7725         * ps/ps-document.c: (ps_document_get_orientation),
7726         (ps_document_set_orientation), (ps_document_document_iface_init):
7727
7728         Add a get_orientation api. Improve set_orientation.
7729
7730         * data/evince-ui.xml:
7731         * shell/ev-view.c: (ev_view_set_orientation),
7732         (ev_view_rotate_right), (ev_view_rotate_left):
7733         * shell/ev-view.h:
7734         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7735         (ev_window_cmd_edit_rotate_right):
7736
7737         Better ui for changing document orientation
7738
7739 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7740
7741         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
7742         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
7743         * shell/ev-sidebar-links.h:
7744         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
7745         (ev_sidebar_page_iface_init):
7746         * shell/ev-sidebar-page.h:
7747         * shell/ev-sidebar-thumbnails.c:
7748         (ev_sidebar_thumbnails_get_property),
7749         (ev_sidebar_thumbnails_class_init),
7750         (ev_sidebar_thumbnails_set_document):
7751         * shell/ev-sidebar-thumbnails.h:
7752         * shell/ev-view.c: (ev_view_motion_notify_event):
7753         * shell/ev-window.c: (update_chrome_visibility),
7754         (ev_window_cmd_focus_page_selector),
7755         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
7756         (sidebar_page_main_widget_update_cb), (ev_window_init):
7757         
7758         Autoraise toolbar on GoToPage binding and fix bindings in
7759         EvSidebarThumbnails page.
7760
7761 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
7762
7763         * shell/ev-properties.c: (update_progress_label):
7764
7765         Hide the progress label when finished; bug #307697.
7766
7767 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7768
7769         * pdf/ev-poppler.cc:
7770
7771         Enable is_open for links, you will need poppler cvs
7772
7773         * shell/ev-properties.c: (job_fonts_finished_cb):
7774
7775         Get a lock on the document when filling the tree view
7776
7777 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7778
7779         * backend/ev-document-links.h:
7780         * pdf/ev-poppler.cc:
7781         * shell/ev-sidebar-links.c: (create_loading_model),
7782         (expand_open_links), (job_finished_callback):
7783
7784         Expand links when specified by the document.
7785         Depend on a poppler api (defined out for now)
7786
7787 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7788
7789         * shell/ev-properties.c: (ev_properties_dispose),
7790         (ev_properties_class_init), (dialog_destroy_cb),
7791         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
7792         (ev_properties_set_document), (ev_properties_new),
7793         (ev_properties_show):
7794         * shell/ev-properties.h:
7795
7796         Make it an object, cleanup the code, api to show it as transient
7797         and to set the document.
7798
7799         * shell/ev-window.c: (ev_window_setup_document),
7800         (ev_window_cmd_file_properties):
7801
7802         Adapt to EvProperties changes, do not show multiple
7803         times, update it when document changes.
7804
7805 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7806
7807         * ps/gstypes.h:
7808         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
7809         (ps_document_set_orientation), (ps_document_document_iface_init):
7810         * ps/ps-document.h:
7811
7812         Implement orientation here too
7813
7814         * shell/ev-properties.c: (ev_properties_new):
7815         * data/evince-properties.glade:
7816
7817         Hide the fonts page for backends that doesnt
7818         support it.     
7819
7820 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7821
7822         * backend/ev-document.c: (ev_document_set_orientation):
7823         * backend/ev-document.h:
7824         * pdf/ev-poppler.cc:
7825
7826         Add orientation api. Currently poppler api is not optimal,
7827         we need to set orientation every time we _get a page.
7828         I will try to fix that at some point.
7829
7830         * data/evince-ui.xml:
7831         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
7832         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
7833
7834         Add orientation menu items
7835
7836         * shell/ev-page-cache.c: (ev_page_cache_clear):
7837         * shell/ev-page-cache.h:
7838
7839         Add api to clear the cache
7840
7841         * shell/ev-view.c: (setup_caches), (clear_caches),
7842         (ev_view_set_document), (ev_view_zoom_out),
7843         (ev_view_set_orientation):
7844         * shell/ev-view.h:
7845
7846         Implement orientation changing
7847
7848 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
7849
7850         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
7851         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
7852         * backend/ev-document-fonts.h:
7853
7854         Separate scan and fill so that we can incrementally fill from
7855         the main thread. Add a progress api.
7856
7857         * data/evince-properties.glade:
7858         * pdf/ev-poppler.cc:
7859         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
7860         * shell/ev-jobs.h:
7861         * shell/ev-properties.c: (update_progress_label),
7862         (job_fonts_finished_cb), (setup_fonts_view):
7863
7864         Incrementally feel the list and show the progress
7865         percentage in a label like acrobat does.
7866
7867         You are going to need poppler cvs
7868
7869 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
7870
7871         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
7872         * backend/ev-document-fonts.h:
7873         * pdf/ev-poppler.cc:
7874
7875         Make fonts model fill incrementally.
7876
7877         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7878         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7879         (ev_job_queue_remove_job):
7880         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7881         (ev_job_fonts_new), (ev_job_fonts_run):
7882         * shell/ev-jobs.h:
7883
7884         New job for fonts scanning
7885
7886         * shell/ev-properties.c: (job_fonts_finished_cb),
7887         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
7888         * shell/ev-properties.h:
7889         * shell/ev-window.c: (ev_window_cmd_file_properties):
7890
7891         Incrementally feel the treeview using the new job. Show Loading...
7892         message until scanning is completed.
7893
7894         Hopefully I didnt break the build without the poppler patch.
7895
7896 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7897
7898         * shell/ev-application.c: (ev_application_open):
7899         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
7900         (ev_document_type_get_type), (ev_document_type_lookup):
7901         * shell/ev-document-types.h:
7902         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
7903         * shell/ev-job-xfer.h:
7904         * shell/ev-window.c: (ev_window_clear_local_uri),
7905         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
7906         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
7907         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7908         
7909         Transfer remote documents to tmp directory to display them later.
7910
7911 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
7912
7913         * backend/ev-document-info.h:
7914         * shell/ev-properties.c: (ev_properties_new):
7915
7916         s/GTime*/GTime. Not sure why we was using a pointer
7917         at all there!
7918
7919 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
7920
7921         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
7922         situations.  That situation is that you're using GTK+-HEAD with
7923         the patch at #306726 is applied, and you have a document with <
7924         1500 pages in it.  It's not quite as uniformly nice as the
7925         TreeView, but should be better in the long run.
7926
7927         I'm pretty sure I guarded against breaking compilation with
7928         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
7929         I missed some.
7930
7931         * shell/ev-window.c (ev_window_init): We don't have our tree/list
7932         widget yet, so I commented that code out
7933         enable_view_actions_for_widget() for now.  Need to figure this
7934         out.
7935
7936         * shell/ev-page-action.c (match_selected_cb): emit the right
7937         signals.  Our cool C-l completion now works.
7938
7939 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7940
7941         * backend/Makefile.am:
7942         * backend/ev-document-fonts.c:
7943         * backend/ev-document-links.c:
7944         * backend/ev-document.c: (ev_document_load):
7945         * backend/ev-document.h:
7946         * backend/ev-job-queue.c:
7947         * backend/ev-job-queue.h:
7948         * backend/ev-jobs.c:
7949         * backend/ev-jobs.h:
7950         * backend/ev-page-cache.c:
7951         * backend/ev-page-cache.h:
7952
7953         EvPageCache and EvJobs are moved to shell.
7954
7955         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
7956         (ev_tmp_filename):
7957         * lib/ev-file-helpers.h:
7958         
7959         New helper to work with temporary files
7960         
7961         * shell/Makefile.am:
7962         * shell/ev-application.c: (ev_application_open):
7963         * shell/ev-application.h:
7964         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
7965         (remove_job_from_async_queue), (add_job_to_async_queue),
7966         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
7967         (handle_job), (search_for_jobs_unlocked),
7968         (no_jobs_available_unlocked), (ev_render_thread),
7969         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7970         (ev_job_queue_add_job), (move_job_async), (move_job),
7971         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7972         * shell/ev-job-queue.h:
7973         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
7974         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
7975         * shell/ev-job-xfer.h:
7976         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
7977         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
7978         (ev_job_links_class_init), (ev_job_render_init),
7979         (ev_job_render_dispose), (ev_job_render_class_init),
7980         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
7981         (ev_job_thumbnail_class_init), (ev_job_load_init),
7982         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
7983         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
7984         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
7985         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
7986         * shell/ev-jobs.h:
7987         * shell/ev-page-action.c: (ev_page_action_set_document):
7988         * shell/ev-page-cache.c: (ev_page_cache_init),
7989         (ev_page_cache_class_init), (ev_page_cache_finalize),
7990         (ev_page_cache_new), (ev_page_cache_get_n_pages),
7991         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
7992         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
7993         (ev_page_cache_get_title), (ev_page_cache_get_size),
7994         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7995         (ev_page_cache_get_height_to_page),
7996         (ev_page_cache_get_max_label_chars),
7997         (ev_page_cache_get_page_label),
7998         (ev_page_cache_has_nonnumeric_page_labels),
7999         (ev_page_cache_get_info), (ev_page_cache_next_page),
8000         (ev_page_cache_prev_page), (ev_page_cache_get):
8001         * shell/ev-page-cache.h:
8002         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
8003         (ev_pixbuf_cache_clear_job_sizes),
8004         (ev_pixbuf_cache_add_jobs_if_needed),
8005         (ev_pixbuf_cache_set_page_range):
8006         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
8007         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
8008         * shell/ev-sidebar-thumbnails.c:
8009         (ev_sidebar_tree_selection_changed),
8010         (ev_sidebar_thumbnails_set_document):
8011         * shell/ev-statusbar.c: (ev_statusbar_destroy),
8012         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
8013         (ev_statusbar_get_context_id), (ev_statusbar_push),
8014         (ev_statusbar_pop), (ev_statusbar_set_maximized),
8015         (ev_statusbar_pulse), (ev_statusbar_show_progress),
8016         (ev_statusbar_set_progress):
8017         * shell/ev-statusbar.h:
8018         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
8019         (ev_view_find_previous):
8020         * shell/ev-window.c: (ev_window_is_empty),
8021         (ev_window_setup_document), (password_dialog_response),
8022         (ev_window_clear_jobs), (ev_window_load_job_cb),
8023         (ev_window_xfer_job_cb), (ev_window_open_uri),
8024         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
8025         (ev_window_print), (ev_window_print_range),
8026         (ev_window_state_event), (ev_window_cmd_view_reload),
8027         (menu_item_select_cb), (menu_item_deselect_cb),
8028         (view_status_changed_cb), (ev_window_dispose),
8029         (drag_data_received_cb), (ev_window_init):
8030         * shell/ev-window.h:
8031         * shell/main.c: (load_files):
8032         
8033         New statusbar to show progress on idle. Two new jobs - 
8034         xfer job and load job to load document in background. And update
8035         of page_cache clients to new location of code.
8036
8037 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
8038   
8039         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
8040         selection in open dialog. It also remembers the last visited directory 
8041         in the current session.
8042
8043 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8044
8045         * shell/ev-properties.c: (ev_properties_new):
8046         * shell/ev-properties.h:
8047         * shell/ev-window.c: (ev_window_cmd_file_properties):
8048         
8049         Get document info from page cache instead of document itself.
8050         This should fix crash related to race conditions described in
8051         bug 306545.
8052
8053 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8054
8055         * ps/ps-document.c: (ps_document_init),
8056         (send_ps), (get_page_box), (output), (catchPipe), (input),
8057         (stop_interpreter), (file_length), (file_readable),
8058         (check_filecompressedb), (ps_document_enable_interpreter),
8059         (document_load), (ps_async_renderer_render_pixbuf):
8060         * ps/ps-document.h:
8061
8062         Big cleanup of the ps code
8063
8064 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8065
8066         * backend/Makefile.am:
8067         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
8068         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
8069         * backend/ev-async-renderer.h:
8070
8071         Add an async renderer interface (method + callback) which
8072         is useful for backends like ps.
8073
8074         * backend/ev-job-queue.c: (remove_job_from_async_queue),
8075         (add_job_to_async_queue), (job_finished_cb), (handle_job),
8076         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8077         (ev_job_queue_add_job), (move_job_async), (move_job),
8078         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8079
8080         Add queues for async renderer, these are executed on the
8081         main thread.
8082
8083         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
8084         (ev_job_render_run):
8085         * backend/ev-jobs.h:
8086
8087         If the backend support async renderer interface use it.
8088
8089         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
8090         (setup_pixmap), (ps_document_get_type),
8091         (ps_async_renderer_render_pixbuf),
8092         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
8093
8094         Implement async renderer interface.
8095
8096 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8097
8098         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
8099
8100         Cleanup links job on exit.
8101
8102 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8103
8104         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8105         (drag_data_get_cb), (drag_data_received_cb):
8106         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8107         (drag_data_get_cb), (parse_item_list),
8108         (egg_toolbar_editor_load_actions):
8109         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8110         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
8111         (parse_item_list), (parse_toolbars):
8112         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8113         (dvi_pixbuf_put_pixel):
8114         
8115         Fix gcc 4.0 warnings
8116
8117 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8118
8119         * ps/ps-document.c: (start_interpreter):
8120
8121         Fix warning when loading ps
8122
8123 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8124
8125         * ps/ps-document.c: (output):
8126
8127         Fix crash when priting gs error messages.
8128
8129 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8130
8131         * backend/ev-page-cache.c: (_ev_page_cache_new):
8132         * backend/ev-page-cache.h:
8133
8134         Use a const to return title so that we dont double
8135         free it. Small cleanup and fix a leak.
8136
8137         * shell/ev-window.c: (update_window_title):
8138
8139         strdup value from get_title.
8140
8141 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8142
8143         * shell/ev-sidebar-links.c: (job_finished_callback),
8144         (ev_sidebar_links_set_document):
8145
8146         Cleanup the old job when changing document
8147
8148 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8149
8150         * shell/ev-stock-icons.c:
8151         * shell/ev-stock-icons.h:
8152         * shell/ev-window.c:
8153         
8154         Add stock icons for actions that can appear in toolbar. Fix for
8155         bug 306566.
8156
8157 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8158
8159         * backend/ev-page-cache.c: (ev_page_cache_finalize),
8160         (_ev_page_cache_new), (ev_page_cache_get_max_width),
8161         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
8162         * backend/ev-page-cache.h:
8163         * shell/ev-view.c: (scroll_to_current_page),
8164         (view_update_range_and_current_page), (get_page_y_offset),
8165         (get_page_extents), (ev_view_size_request_continuous_dual_page),
8166         (ev_view_size_request_continuous),
8167         (ev_view_zoom_for_size_continuous_and_dual_page),
8168         (ev_view_zoom_for_size_continuous):
8169         
8170         More compact EvView layout in document with pages of different size.
8171
8172 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
8173
8174         * shell/ev-window.c (ev_window_cmd_file_properties): fix
8175         compilation.
8176
8177 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8178
8179         * shell/ev-view.c: (view_set_adjustment_values):
8180         * shell/ev-window.c: (ev_window_cmd_file_properties):
8181         
8182         A bit different fix for rounding problem but it has no
8183         problems on startup. Make properties window transient to parent.
8184
8185 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8186
8187         * pdf/ev-poppler.cc:
8188         
8189         More commenting of font stuff.
8190
8191 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8192
8193         * pdf/ev-poppler.cc:
8194
8195         Comment out some more fonts stuff. Should really
8196         work without the poppler patch now.
8197
8198 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8199
8200         * pdf/ev-poppler.cc:
8201
8202         Adapt to api change
8203
8204 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8205
8206         * data/evince-properties.glade:
8207         * pdf/ev-poppler.cc:
8208         * shell/ev-properties.c: (setup_fonts_view):
8209
8210         Set the column title. Show the dialog only
8211         once everything is setup.
8212         Getting font info can be very slow... will
8213         prolly need to make this threaded too.
8214
8215 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8216
8217         * backend/Makefile.am:
8218         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
8219         (ev_document_fonts_get_fonts_model):
8220         * backend/ev-document-fonts.h:
8221         * data/evince-properties.glade:
8222         * pdf/ev-poppler.cc:
8223         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
8224         * shell/ev-properties.h:
8225         * shell/ev-window.c: (ev_window_cmd_file_properties):
8226
8227         Implement fonts list. Defined out for now, since it depends
8228         on a not yet committed poppler patch.
8229
8230 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
8231
8232         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
8233         page + 1.
8234
8235         * shell/ev-window.c: Make sure we add the timeout when we get a
8236         focus-in event.
8237
8238         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
8239         adjustment->value before calculating the zoom factor to average
8240         out all of our rounding errors.  The page no longer 'drifts' when
8241         resizing.
8242
8243 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8244
8245         * data/evince-properties.glade:
8246         * shell/ev-properties.c: (ev_properties_format_date),
8247         (set_property):
8248         
8249         Labels don't expand when the dialogue is resized.
8250         strftime result needs to be converted to UTF-8. Thanks
8251         to Christian Persch <chpe@gnome.org>.
8252
8253 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8254
8255         * data/evince-properties.glade:
8256
8257         Hide the fonts tab
8258
8259 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8260
8261         * backend/ev-document-info.h:
8262         * backend/ev-document.c: (ev_document_info_free):
8263         * data/evince-properties.glade:
8264         * pdf/ev-poppler.cc:
8265         * ps/ps-document.c: (ps_document_get_info):
8266         * shell/ev-properties.c: (ev_properties_format_date),
8267         (set_property), (ev_properties_new):
8268         * shell/ev-properties.h:
8269         * shell/ev-window.c: (ev_window_cmd_file_properties):
8270
8271         Rework properties code to take only EvPropertyInfo
8272         in the constructor so that it can be useful for
8273         nautilus plugin too.
8274
8275         Deal with backends that doesnt support some properties.
8276         Make set property code generic.
8277
8278 2005-06-04  Christian Persch <chpe@gnome.org>
8279
8280         * data/evince-properties.glade:
8281
8282         fix spacings, make resizeable, and make data labels
8283         selectable + ellipsised
8284
8285 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
8286
8287         * backend/ev-document-info.h:
8288         * data/Makefile.am:
8289         * data/evince-ui.xml:
8290         * pdf/ev-poppler.cc:
8291         * shell/Makefile.am:
8292         * shell/ev-window.c: (update_action_sensitivity),
8293         (ev_window_cmd_file_properties):
8294
8295         Initial go at file properties. Patch by
8296         Emil Soleyman-Zomalan <emil@soleyman.com>.
8297         Needs love see #169583
8298
8299 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
8300
8301         * ps/ps-document.c: (output):
8302         * ps/ps.c: (psscan):
8303
8304         Try to render even if psscan fails.
8305
8306 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8307
8308         * ps/ps.c: (psscan), (pscopydoc):
8309
8310         Port buffered reading code from gv
8311
8312 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8313
8314         * ps/ps-document.c: (interpreter_message), (output):
8315
8316         Do not fail on interpreter messages
8317
8318 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8319
8320         * backend/ev-document-misc.c:
8321         (ev_document_misc_get_thumbnail_frame):
8322
8323         Pages can be 0 x 0, dont assert on this case
8324
8325 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8326
8327         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8328         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
8329
8330         Correctly manage our reference on document. Finally the reload
8331         huge leak is gone...
8332
8333 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8334
8335         * ps/ps-document.c: (ps_document_dispose):
8336
8337         Forgot to chain it to the parent. Thanks chpe.
8338
8339 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8340
8341         * ps/ps-document.c: (ps_document_dispose),
8342         (ps_document_class_init), (stop_interpreter), (document_load):
8343
8344         Cleanup dispose a bit. Dont leak the whole pixmap.
8345
8346 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8347
8348         * pdf/ev-poppler.cc:
8349
8350         Release the poppler document on dispose
8351
8352 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8353
8354         * shell/ev-view.c: (ev_view_set_document):
8355
8356         Release ref on the pixbuf cache when changing
8357         document.
8358
8359 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8360
8361         * ps/ps-document.c: (ps_document_get_info):
8362
8363         Fix a double free
8364
8365 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8366
8367         * backend/ev-page-cache.c: (ev_page_cache_init),
8368         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
8369         * backend/ev-page-cache.h:
8370         * shell/ev-page-action.c: (page_changed_cb):
8371         
8372         Set page action entry width depending on labels width. Fix
8373         for bug 305202.
8374
8375 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
8376
8377         * backend/ev-link.c: (ev_link_class_init):
8378
8379         Allow -1 as page value (error)
8380
8381 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8382
8383         * shell/ev-sidebar-thumbnails.c:
8384         (ev_sidebar_thumbnails_set_document):
8385         * shell/ev-view.c: (scroll_to_current_page),
8386         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
8387         (page_changed_cb), (on_adjustment_value_changed),
8388         (ev_view_set_document):
8389
8390         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
8391         Fix bug 305377
8392
8393 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8394
8395         * configure.ac:
8396         * djvu/djvu-document.c: (djvu_document_get_page_size):
8397
8398         Require djvulibre CVS. Now djvu loading is much faster. Fix for
8399         bug 301993.
8400
8401 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
8402
8403         * shell/ev-view.c (draw_one_page): modify the expose handling to
8404         get the shadows.
8405
8406         * shell/ev-window.c (update_action_sensitivity): Respect
8407         permissions field.  Kowtow to the man.
8408
8409         * pdf/ev-poppler.cc: Get the permissions field.
8410
8411         * tiff/*c: Make a tiny bit more robust.
8412
8413 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8414
8415         * djvu/djvu-document.c:
8416         
8417         Pop messages from djvu context message queue.
8418
8419 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8420
8421         * configure.ac, Makefile.am, shell/Makefile.am:
8422         * tiff/Makefile.am, shell/ev-document-types.c:
8423         
8424         Cleanup tiff configure checks. Fix for bug 305218.
8425
8426 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
8427
8428         * configure.ac: Added "uk" to ALL_LINGUAS.
8429
8430 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8431
8432         * cut-n-paste/zoom-control/ephy-zoom.c:
8433         (ephy_zoom_get_changed_zoom_level):
8434         * cut-n-paste/zoom-control/ephy-zoom.h:
8435         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
8436         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
8437         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
8438         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
8439         (zoom_control_changed_cb), (ev_window_init):
8440         
8441         Fix minor points related to moving best fit up. Introduce
8442         "zoom" property and make zoom control change it's value on
8443         notify::zoom signals. Fix for 305080.
8444
8445 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8446
8447         * data/evince-ui.xml:
8448         * shell/ev-window.c: (set_view_actions_sensitivity):
8449         
8450         Use + and - as accels for zoom in and zoom out. Fix for 305001.
8451
8452 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8453
8454         * configure.ac:
8455
8456         Depends on poppler 0.3.2
8457
8458 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8459
8460         * cut-n-paste/recent-files/egg-recent-item.c:
8461         (egg_recent_item_get_short_name):
8462         * cut-n-paste/toolbar-editor/Makefile.am:
8463         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8464         (new_pixbuf_from_widget):
8465         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8466         * cut-n-paste/toolbar-editor/egg-marshal.c:
8467         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8468         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8469
8470         Sync
8471
8472 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
8473
8474         * tiff/tiff-document.c: Rough TIFF backend.
8475
8476 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8477
8478         * NEWS:
8479         * configure.ac:
8480         * cut-n-paste/toolbar-editor/Makefile.am:
8481
8482         Release 0.3.1
8483
8484 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8485
8486         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
8487         (ev_view_find_next), (ev_view_find_previous):
8488
8489         Remove the locks around get_n_results   
8490
8491 2005-05-21  Juerg Billeter  <j@bitron.ch>
8492
8493         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
8494
8495         Pass correct number of pages to poppler.
8496
8497 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8498
8499         * configure.ac:
8500         * data/Makefile.am:
8501         * data/evince.desktop.in: 
8502         * data/evince.desktop.in.in:
8503         * po/POTFILES.in:
8504         
8505         Add conditionally dvi and djvu to desktop types. Fix for 304658.
8506
8507 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
8508
8509         * shell/ev-view.c: (view_update_adjustments),
8510         (view_set_adjustment_values): cast adjustmen->value to (int)
8511         before using it.  Otherwise, we get off by a pixel in some
8512         situations.
8513
8514         (draw_one_page): Draw the border on expose.
8515
8516 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
8517
8518         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
8519         adjustment when the mode changes, #304923
8520
8521 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8522
8523         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
8524         flickering on resize but still use gdk_window_scroll on
8525         scrolling
8526
8527 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
8528
8529         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
8530         option, #170458
8531
8532 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
8533
8534         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
8535         second page on page_changed if possible, #304669
8536
8537 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
8538
8539         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
8540         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
8541
8542 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
8543
8544         * .cvsignore:
8545         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
8546         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8547         (ev_view_zoom_for_size_presentation),
8548         (ev_view_zoom_for_size_continuous_and_dual_page),
8549         (ev_view_zoom_for_size_continuous),
8550         (ev_view_zoom_for_size_dual_page),
8551         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
8552         * shell/ev-view.h:
8553         * shell/ev-window.c: (update_view_size),
8554         (ev_window_sizing_mode_changed_cb):
8555
8556         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
8557         the scrollbars.  It's not 100% right, but it's much closer.  Kills
8558         an infinite loop, #304769
8559
8560
8561 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8562
8563         * data/evince-ui.xml:
8564         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
8565         * shell/ev-window.c: (set_view_actions_sensitivity):
8566
8567         Make PgUp/Down behave like Space
8568
8569 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8570
8571         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8572         * backend/ev-ps-exporter.h:
8573         * pdf/ev-poppler.cc:
8574         * ps/ps-document.c: (ps_document_ps_export_begin):
8575         * shell/ev-print-job.c: (idle_print_handler):
8576
8577         Adapt to new poppler api
8578
8579 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8580
8581         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8582         (ephy_zoom_control_init):
8583
8584         Translate zoom levels
8585
8586 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8587
8588         * cut-n-paste/zoom-control/ephy-zoom.c:
8589         (ephy_zoom_get_zoom_level_index):
8590
8591         Fix current zoom -> zoom control match
8592
8593 2005-05-18  James Bowes  <bowes@cs.dal.ca>
8594
8595         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
8596         rather than the scrolled_window that it's in. Fixes bug #304655.
8597
8598 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
8599
8600         * shell/ev-view.c: (view_update_adjustments),
8601         (view_set_adjustment_values), (view_update_range_and_current_page),
8602         (view_scroll_to_page), (set_scroll_adjustment),
8603         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
8604         (ev_view_scroll), (ev_view_scroll_view),
8605         (ensure_rectangle_is_visible), (find_page_at_location),
8606         (get_link_at_location), (go_to_link), (status_message_from_link),
8607         (ev_view_size_request_continuous_dual_page),
8608         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
8609         (ev_view_unrealize), (ev_view_expose_event),
8610         (ev_view_button_press_event), (ev_view_motion_notify_event),
8611         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
8612         (draw_rubberband), (highlight_find_results), (draw_one_page),
8613         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
8614         (ev_view_init), (find_changed_cb), (page_changed_cb),
8615         (on_adjustment_value_changed), (ev_view_new),
8616         (ev_view_set_document), (ev_view_set_zoom),
8617         (ev_view_set_continuous), (ev_view_set_dual_page),
8618         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
8619         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8620         (ev_view_zoom_for_size_presentation),
8621         (ev_view_zoom_for_size_continuous_dual_page),
8622         (ev_view_zoom_for_size_continuous),
8623         (ev_view_zoom_for_size_dual_page),
8624         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8625         (ev_view_get_status), (ev_view_set_status),
8626         (update_find_status_message), (ev_view_get_find_status),
8627         (ev_view_set_find_status), (jump_to_find_result),
8628         (jump_to_find_page), (compute_selections), (clear_selection),
8629         (ev_view_select_all), (get_selected_text), (ev_view_copy),
8630         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
8631         (ev_view_update_primary_selection),
8632         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
8633         * shell/ev-view.h:
8634         * shell/ev-window.c: (ev_window_open_page_label),
8635         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
8636         (ev_window_init):
8637         * shell/ev-window.h:
8638         * shell/main.c: (load_files):
8639
8640         Massive code clean up from Nickolay Shmyrev.  Keep page offset
8641         when resizing.  Remove the bin_window().  Also, patch from James
8642         Bowes to fix command line page, #300641
8643         
8644 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
8645
8646         * data/evince-ui.xml:
8647         * shell/ev-view.c:
8648         * shell/ev-view.h:
8649         * shell/ev-window.c: (update_action_sensitivity):
8650
8651         Get rid of View->Normal Size, it's just confusing
8652
8653 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
8654
8655         * backend/ev-document-info.h:
8656         * backend/ev-document.c: (ev_document_info_free): Free the
8657         EvDocumentInfo.
8658
8659         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
8660         (clear_range), (add_range), (update_visible_range),
8661         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
8662         (ev_sidebar_thumbnails_set_document):
8663         * shell/ev-window.c: (ev_window_setup_document): Only render the
8664         visible thumbnails.  It takes an instant to render, but it uses
8665         much less memory.
8666
8667 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8668
8669         * shell/ev-sidebar-links.c: (popup_menu_cb):
8670
8671         Select first item
8672
8673 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8674
8675         * lib/Makefile.am:
8676         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
8677         (button_press_cb), (ev_sidebar_links_construct):
8678
8679         Show the popup menu also on keybindings
8680
8681 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8682
8683         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
8684         * shell/ev-window.h:
8685
8686         Expose api to print a range (with dialog). Make private _print use
8687         it.
8688
8689         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
8690         (ev_sidebar_links_construct):
8691
8692         Show a print context menu on linkx, it prints the selected
8693         section.
8694
8695 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
8696
8697         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
8698         button.
8699
8700 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
8701
8702         * AUTHORS:
8703
8704         Update
8705
8706         * shell/ev-window.c: (build_comments_string),
8707         (ev_window_cmd_help_about):
8708
8709         Show poppler version/backend and authors
8710
8711 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8712
8713         * cut-n-paste/zoom-control/ephy-zoom.c:
8714         (ephy_zoom_get_zoom_level_index):
8715         * cut-n-paste/zoom-control/ephy-zoom.h:
8716
8717         Move the best fit items at the top of the list
8718
8719 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8720
8721         * shell/ev-marshal.list:
8722         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
8723         (activate_cb), (match_selected_cb), (activate_link_cb),
8724         (connect_proxy), (ev_page_action_class_init):
8725         * shell/ev-page-action.h:
8726
8727         Use signals to notify action activation. Hopefully
8728         I did not break completion since I cant test...
8729
8730         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
8731         (register_custom_actions):
8732
8733         Connect to page selector actions and also grab focus on
8734         the view when activated.
8735
8736 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
8737
8738         * pdf/ev-poppler.cc:
8739         * backend/ev-page-cache.c: make page size calculation consistent
8740         and set it to (int)( width * scale + 0.5).  This makes the weird
8741         line going through the middle of the page go away.
8742
8743         * shell/ev-view.c: move painting the background page after
8744         checking the expose area covers us.
8745
8746 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8747
8748         * data/evince-password.glade:
8749         
8750         Mark labels as not translatable. Fix for bug 302842.
8751
8752 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
8753
8754         * configure.ac: Added "es" to ALL_LINGUAS.
8755
8756 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8757
8758         * data/evince-toolbar.xml:
8759         * shell/ev-window.c: (update_action_sensitivity),
8760         (ev_window_setup_document), (ev_window_set_page_mode),
8761         (ev_window_init):
8762
8763         Remove some leftover code from jrb first continous
8764         attempt. Use the new actions, we still need good icons
8765         though...
8766
8767 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8768
8769         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
8770
8771         Update label when connecting proxy. Fix a warning with NULL
8772         page_cache.
8773
8774 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8775
8776         * data/evince-ui.xml:
8777         * shell/ev-page-action.c: (ev_page_action_grab_focus):
8778         * shell/ev-page-action.h:
8779         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
8780
8781         Add mnemonic for edit toolbar.
8782         ctrl+l focus the page entry.
8783
8784 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8785
8786         * lib/Makefile.am:
8787         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
8788         (ev_window_init):
8789         * shell/main.c: (main):
8790
8791         Put the toolbar xml in evince own dot dir
8792
8793 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8794
8795         * shell/ev-window.c: (ev_window_init):
8796
8797         Make the toolbar not removable
8798
8799 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8800
8801         * data/evince-ui.xml:
8802         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
8803         * shell/ev-sidebar-links.h:
8804         * shell/ev-sidebar-thumbnails.c:
8805         (ev_sidebar_thumbnails_get_treeview):
8806         * shell/ev-sidebar-thumbnails.h:
8807         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
8808         (ev_view_class_init):
8809         * shell/ev-view.h:
8810         * shell/ev-window.c: (update_action_sensitivity),
8811         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
8812         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
8813         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
8814         (ev_window_init):
8815
8816         This is evil... Make space/backspace global accelerators but
8817         enable them only for some widgets (sidebars and view).
8818         I dont like it, but I dont know a better way... :/
8819
8820 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8821
8822         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
8823         (ev_page_action_widget_finalize),
8824         (ev_page_action_widget_class_init), (update_page_cache):
8825
8826         Keep a weak reference on proxy->page_cache so that we
8827         dont try to disconnect the signal if the object is already
8828         gone. Maybe there is a better way to cleanup reference handling
8829         in page action though...
8830
8831 2005-05-10  Juerg Billeter  <j@bitron.ch>
8832
8833         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8834         * backend/ev-ps-exporter.h:
8835         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
8836         * ps/ps-document.c: (ps_document_ps_export_begin):
8837         
8838         Change api to pass print range to ps_exporter_begin. The pdf backend
8839         requires this information.
8840         
8841         * shell/ev-print-job.c: (idle_print_handler):
8842         
8843         Adapt to api change
8844
8845 2005-05-10  Juerg Billeter  <j@bitron.ch>
8846
8847         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
8848         (idle_print_handler)
8849         * shell/ev-window.c: (ev_window_print):
8850
8851         Support printing page range, based on patch by Amaury Jacquot
8852
8853 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8854
8855         * data/evince-toolbar.xml:
8856
8857         Add zoom control to available items
8858
8859 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8860
8861         * shell/ev-window.c: (update_action_sensitivity):
8862
8863         Set slash action insensitive when appropriate
8864
8865 2005-05-10  Christian Persch <chpe@gnome.org>
8866
8867         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
8868
8869         Fix warning on the overflow menu
8870
8871 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8872
8873         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
8874
8875         Check for uri correctness/existence
8876
8877 2005-05-09  Juerg Billeter  <j@bitron.ch>
8878
8879         * shell/ev-window.c: (using_postscript_printer):
8880
8881         LPD printers use postscript, too
8882
8883 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8884
8885         * shell/ev-window.c: (register_custom_actions):
8886
8887         The zoom one is actually sort of useful,
8888         put it back
8889
8890 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8891
8892         * shell/ev-window.c: (register_custom_actions):
8893
8894         Hide page/zoom controls from overflow, they
8895         are useless.
8896
8897 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8898
8899         * cut-n-paste/update-from-egg.sh:
8900         
8901         Share it between all cut-n-paste subdirs
8902
8903         * cut-n-paste/recent-files/Makefile.am:
8904
8905         Fix to use "global" update-from-egg.sh
8906
8907         * cut-n-paste/recent-files/egg-recent-model.c:
8908         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
8909         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8910         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
8911         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
8912
8913         Update from libegg
8914
8915         * cut-n-paste/toolbar-editor/Makefile.am:
8916
8917         Fix to use "global" update-from-egg.sh
8918
8919         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8920
8921         Update from libegg
8922
8923 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
8924
8925         * configure.ac:
8926         * cut-n-paste/Makefile.am:
8927         * cut-n-paste/recent-files/Makefile.am:
8928         * cut-n-paste/toolbar-editor/.cvsignore:
8929         * cut-n-paste/toolbar-editor/Makefile.am:
8930         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8931         (egg_editable_toolbar_get_type), (get_toolbar_position),
8932         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
8933         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
8934         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
8935         (set_item_drag_source), (create_item_from_action), (create_item),
8936         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
8937         (popup_toolbar_context_menu_cb), (free_dragged_item),
8938         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
8939         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
8940         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
8941         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
8942         (item_added_cb), (item_removed_cb),
8943         (egg_editable_toolbar_construct),
8944         (egg_editable_toolbar_disconnect_model),
8945         (egg_editable_toolbar_deconstruct),
8946         (egg_editable_toolbar_set_model),
8947         (egg_editable_toolbar_set_ui_manager),
8948         (egg_editable_toolbar_set_property),
8949         (egg_editable_toolbar_get_property),
8950         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
8951         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
8952         (egg_editable_toolbar_new_with_model),
8953         (egg_editable_toolbar_get_edit_mode),
8954         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
8955         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
8956         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
8957         (new_pixbuf_from_widget), (new_separator_pixbuf),
8958         (update_separator_image), (style_set_cb),
8959         (_egg_editable_toolbar_new_separator_image),
8960         (egg_editable_toolbar_get_model):
8961         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8962         * cut-n-paste/toolbar-editor/egg-marshal.c:
8963         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8964         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
8965         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
8966         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
8967         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
8968         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
8969         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
8970         (editor_drag_data_delete_cb), (drag_data_get_cb),
8971         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
8972         (editor_create_item), (update_editor_sheet), (setup_editor),
8973         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
8974         (parse_item_list), (model_has_action), (update_actions_list),
8975         (egg_toolbar_editor_load_actions):
8976         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
8977         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8978         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
8979         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
8980         (toolbars_item_new), (free_toolbar_node), (free_item_node),
8981         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
8982         (egg_toolbars_model_add_separator), (impl_add_item),
8983         (parse_item_list), (egg_toolbars_model_add_toolbar),
8984         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
8985         (impl_get_item_data), (impl_get_item_type),
8986         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
8987         (egg_toolbars_model_init), (free_toolbar),
8988         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
8989         (egg_toolbars_model_remove_toolbar),
8990         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
8991         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
8992         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
8993         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
8994         (egg_toolbars_model_get_item_data),
8995         (egg_toolbars_model_get_item_type):
8996         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8997         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8998         * data/Makefile.am:
8999         * data/evince-toolbar.xml:
9000         * data/evince-ui.xml:
9001         * data/hand-open.png:
9002         * po/POTFILES.in:
9003         * shell/Makefile.am:
9004         * shell/ev-window.c: (update_chrome_visibility),
9005         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
9006         (ev_window_dispose), (ev_window_init):
9007
9008         Implement epiphany like toolbar editor. Based on patch by
9009         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9010
9011 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9012
9013         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
9014
9015         Use set_cursor instead of set_selection, so that
9016         the keyboard focus moves too.
9017
9018 2005-05-09  Aleksey Kliger <akliger@gmail.com>
9019
9020         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
9021
9022         Fix infinite loop when loading Type1 fonts
9023
9024 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9025
9026         * data/evince-ui.xml:
9027         * shell/ev-window.c:
9028
9029         Slash -> Find
9030
9031 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
9032
9033         * configure.ac:
9034
9035         Make --disable really disable
9036
9037 2005-05-07  Juerg Billeter  <j@bitron.ch>
9038
9039         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
9040
9041         Compare page labels even without has_labels set, fixes setting page
9042         with entry
9043
9044 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9045
9046         * shell/ev-view.c: (ev_view_create_invisible_cursor),
9047         (ev_view_set_cursor), (ev_view_button_press_event),
9048         (ev_view_motion_notify_event), (ev_view_button_release_event),
9049         (ev_view_init):
9050
9051         Implement middle button scrolling. Based on a patch
9052         by Tommi Komulainen <tommi.komulainen@iki.fi>.
9053
9054 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
9055
9056         * shell/ev-document-types.c: (get_slow_mime_type),
9057         (get_document_type_from_mime), (ev_document_type_lookup):
9058         * shell/ev-document-types.h:
9059
9060         Change api to lookup from uri. Do fast lookup first, if the
9061         type is unknown try with data sniffing.
9062
9063         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
9064         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9065
9066         Adapt to api change
9067
9068 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9069
9070         * thumbnailer/Makefile.am:
9071
9072         Fix distcheck
9073
9074 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9075
9076         * NEWS:
9077         * configure.ac:
9078
9079         Release 0.3.0
9080
9081         * data/evince-ui.xml:
9082
9083         Hide presentation mode for now
9084
9085         * shell/ev-view.c: (highlight_find_results):
9086
9087         Show current find selection only on current page
9088
9089 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9090
9091         * shell/ev-view.c: (ev_view_select_all):
9092
9093         Compute size of the actual page, not of
9094         the current one.
9095
9096 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9097
9098         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
9099         (view_rect_to_doc_rect), (compute_selections),
9100         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
9101         (ev_view_copy), (ev_view_primary_get_cb),
9102         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
9103         (ev_view_button_press_event), (ev_view_motion_notify_event),
9104         (ev_view_button_release_event), (page_changed_cb):
9105
9106         Fix text selection
9107
9108 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9109
9110         * shell/ev-view.c: (compute_border), (get_page_extents),
9111         (doc_rect_to_view_rect), (highlight_find_results),
9112         (ev_view_bin_expose), (ev_view_select_all),
9113         (ev_view_motion_notify_event), (update_find_status_message),
9114         (jump_to_find_result), (jump_to_find_page):
9115
9116         First go at fixing search, still buggy
9117
9118 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
9119
9120         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
9121         dropdown box and button at the top of the sidebar.
9122
9123 2005-05-02  James Bowes  <bowes@cs.dal.ca>
9124
9125         * configure.ac: Output zoom-control Makefile.
9126         * cut-n-paste/Makefile.am: build zoom-control subdir.
9127         * cut-n-paste/zoom-control/ephy-zoom-action.c:
9128         * cut-n-paste/zoom-control/ephy-zoom-action.h:
9129         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9130         * cut-n-paste/zoom-control/ephy-zoom-control.h:
9131         * cut-n-paste/zoom-control/ephy-zoom.c:
9132         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
9133         from epiphany, and modified to add a separator into the menu.
9134         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
9135         * data/evince-ui.xml: Replace old zoom toolbar actions with new
9136         zoom-control action.
9137         * shell/Makefile.am: Include zoom-control flags.
9138         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
9139         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
9140         (ev_view_zoom_for_size_presentation),
9141         (ev_view_zoom_for_size_continuous_and_dual_page),
9142         (ev_view_zoom_for_size_continuous),
9143         (ev_view_zoom_for_size_dual_page),
9144         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
9145         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
9146         ev_view_get_zoom and ev_view_get_sizing_mode.
9147         * shell/ev-view.h:
9148         * shell/ev-window.c: (update_action_sensitivity),
9149         (update_sizing_buttons), (zoom_control_changed_cb),
9150         (register_custom_actions): Initialize and use the zoom-control 
9151         widget.
9152
9153 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
9154
9155         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
9156         preview cache back to 1.  Don't know when it got set to 0.
9157         
9158         * shell/ev-view.c: (compute_border), (ev_view_realize),
9159         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
9160         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
9161         (ev_view_get_fullscreen), (ev_view_set_presentation),
9162         (ev_view_get_presentation), (ev_view_set_sizing_mode),
9163         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
9164         * shell/ev-view.h:
9165         * shell/ev-window.c:
9166         (update_chrome_visibility),
9167         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9168         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9169         (update_document_mode), (ev_window_update_fullscreen_action),
9170         (ev_window_fullscreen), (ev_window_unfullscreen),
9171         (ev_window_cmd_view_fullscreen),
9172         (ev_window_update_presentation_action),
9173         (ev_window_run_presentation), (ev_window_stop_presentation),
9174         (ev_window_cmd_view_presentation), (ev_window_state_event),
9175         (ev_window_focus_in_event), (ev_window_focus_out_event),
9176         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
9177         * data/evince-ui.xml: Initial presentation mode.  We should
9178         probably hide this until it's done, as it's quite rough.  Also,
9179         change full-screen to fullscreen and add two getters to EvView.
9180
9181 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9182
9183         * shell/ev-page-action.c: (update_page_cache),
9184         (ev_page_action_dispose):
9185         * shell/ev-window.c: (destroy_fullscreen_popup),
9186         (ev_window_create_fullscreen_popup):
9187
9188         Use connect_object rather than explicitly
9189         disconnect on dispose.
9190
9191 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9192
9193         * shell/ev-page-action.c: (update_page_cache),
9194         (ev_page_action_dispose):
9195
9196 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9197
9198         * backend/ev-page-cache.c: (_ev_page_cache_new),
9199         (ev_page_cache_set_page_label),
9200         (ev_page_cache_has_nonnumeric_page_labels):
9201         * backend/ev-page-cache.h:
9202         * shell/ev-page-action.c: (update_pages_label):
9203         
9204         If all page labels are numeric, fallback to default
9205         way to display number of pages. See bug 173185.
9206
9207 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9208
9209         * shell/ev-page-action.c: (ev_page_action_dispose):
9210         * shell/ev-view.c: (view_update_range_and_current_page):
9211         * shell/ev-window.c: (ev_window_dispose):
9212         
9213         Set page on scroll in continuous mode. Fixes bug 301986.
9214         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
9215
9216 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
9217
9218         * configure.ac:
9219
9220         Require poppler 0.3.0
9221
9222 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9223         
9224         * shell/Makefile.am, configure.ac: Fix build problems
9225         with t1lib. Bug 301996.
9226
9227 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9228
9229         * shell/ev-view.c: (ev_view_scroll_event):
9230         
9231         Scroll up increase zoom
9232
9233 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9234
9235         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
9236         (ev_view_set_sizing_mode),
9237         (ev_view_zoom_for_size_continuous_and_dual_page),
9238         (ev_view_zoom_for_size_continuous):
9239         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
9240         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
9241         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
9242         (ev_window_init):
9243
9244         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
9245         Fix for 165473 and 165472.
9246
9247 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9248
9249         * po/POTFILES.in:
9250         * thumbnailer/Makefile.am:
9251         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
9252         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
9253         * thumbnailer/evince-thumbnailer.schemas.in:
9254         
9255         Make thumbnailer schemas translatable. Fix for bug 301773
9256         
9257         * thumbnailer/evince-thumbnailer-djvu.schemas:
9258         * thumbnailer/evince-thumbnailer-dvi.schemas:
9259         * thumbnailer/evince-thumbnailer.schemas:
9260
9261         Removed files
9262
9263 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
9264
9265         * shell/ev-view.c (ev_view_init): forgot to set this.
9266
9267 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
9268
9269         * shell/ev-view.c: (find_page_at_location),
9270         (get_link_at_location),
9271         (ev_view_set_show_border), (ev_view_set_spacing),
9272         (ev_view_zoom_for_size_continuous_and_dual_page),
9273         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
9274         Also, add a quick fix measuring of widths.  Also, removed
9275         ev_view_set_spacing and ev_view_set_show_border.
9276         
9277         * shell/ev-window.c: (ev_window_unfullscreen),
9278         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
9279
9280 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9281
9282         * shell/ev-view.c: (view_update_range_and_current_page),
9283         (page_changed_cb):
9284         
9285         Fix crash on exit and scrolling to page in continuous view.
9286
9287 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
9288
9289         * TODO:
9290         * backend/ev-page-cache.c: (_ev_page_cache_new),
9291         (ev_page_cache_get_max_width_size),
9292         (ev_page_cache_get_max_height_size):
9293         * backend/ev-page-cache.h:
9294         * data/evince-ui.xml:
9295         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
9296         * shell/ev-view.c: (view_update_adjustments),
9297         (view_update_range_and_current_page), (get_bounding_box_size),
9298         (ev_view_size_request_continuous_and_dual_page),
9299         (ev_view_size_request_continuous),
9300         (ev_view_size_request_dual_page),
9301         (ev_view_size_request_single_page), (ev_view_size_request),
9302         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
9303         (ev_view_bin_expose), (ev_view_expose_event),
9304         (ev_view_set_property), (ev_view_get_property),
9305         (ev_view_class_init), (ev_view_init), (ev_view_new),
9306         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
9307         (ev_view_set_dual_page), (ev_view_set_full_screen),
9308         (ev_view_set_presentation), (ev_view_set_sizing_mode),
9309         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
9310         (ev_view_zoom_out), (zoom_for_size_fit_width),
9311         (zoom_for_size_best_fit),
9312         (ev_view_zoom_for_size_continuous_and_dual_page),
9313         (ev_view_zoom_for_size_continuous),
9314         (ev_view_zoom_for_size_dual_page),
9315         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9316         (ev_view_show_cursor), (ev_sizing_mode_get_type):
9317         * shell/ev-view.h:
9318         * shell/ev-window.c: (update_action_sensitivity),
9319         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9320         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9321         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
9322         (ev_window_cmd_view_zoom_out), (update_view_size),
9323         (ev_window_set_sizing_mode), (ev_window_init):
9324
9325         Add Continuous and Dual page modes.
9326
9327 2005-04-23  James Bowes  <bowes@cs.dal.ca>
9328
9329         * dvi/dvi-document.c: (dvi_document_load),
9330         (dvi_document_thumbnails_get_thumbnail),
9331         (dvi_document_init_params): Fix up some mixups between
9332         width and height to correct thumbnail rendering.
9333
9334 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9335
9336         * dvi/mdvi-lib/private.h:
9337         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
9338         
9339         Suppess output for kpathsea during font generation. Thanks to
9340         James Bowes
9341
9342 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
9343
9344         * NEWS:
9345         * configure.ac:
9346
9347         Release 0.2.1
9348
9349         * Makefile.am: fix distcheck.
9350
9351 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9352
9353         * shell/ev-sidebar-links.c: (selection_changed_callback),
9354         (update_page_callback), (row_activated_callback),
9355         (job_finished_callback), (ev_sidebar_links_set_document):
9356         
9357         Fix for bug #169901. Double click on links expands tree.
9358
9359 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
9360
9361         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
9362         hard-coded style. Fix for bug 170111
9363
9364 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
9365
9366         * shell/ev-view.c (highlight_find_results): Remove unnecessary
9367         locking.
9368
9369 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9370
9371         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
9372
9373 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
9374
9375         * pdf/ev-poppler.cc:
9376         * shell/ev-view.c: (highlight_find_results):
9377
9378         Fix find on single page documents
9379
9380 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9381
9382         * data/evince.schemas.in: fix for bug 301390
9383
9384 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9385
9386         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
9387         (ev_view_zoom_out), (ev_view_zoom_normal):
9388         * shell/ev-view.h:
9389         * shell/ev-window.c: (update_action_sensitivity),
9390         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9391         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
9392         (ev_window_cmd_view_normal_size):
9393
9394         Fix normal size zoom. Make zoom in/zoom out unsensitive when
9395         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
9396         better than oom. 
9397
9398 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9399
9400         * configure.ac:
9401
9402         Depend on 2.57, 2.59 doesnt seem to be necessary
9403
9404 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9405
9406         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
9407         (create_tool_item):
9408
9409         Put back total number of pages as (1 of 1234)
9410
9411 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
9412
9413         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
9414         remove the job.
9415
9416         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
9417         function.  This helps debugging.
9418
9419 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9420
9421         * djvu/djvu-document.c: (djvu_document_class_init),
9422         (djvu_document_get_info), (djvu_document_document_iface_init):
9423         * dvi/dvi-document.c: (dvi_document_class_init),
9424         (dvi_document_get_info), (dvi_document_document_iface_init):
9425
9426         Dummy implementation of get_info method for dvi and
9427         djvu. Fix crashes with those backends
9428
9429 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
9430
9431         * data/evince.desktop.in:
9432
9433         Add application/x-gzpostscript
9434
9435 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
9436
9437         * data/evince.schemas.in: Added real long descriptions, 
9438         closes bug 172496 
9439
9440         * README: Added actual text, closes bug 171869
9441
9442 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9443
9444         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9445
9446         Thumbnail page 0
9447
9448 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9449
9450         * backend/ev-document-info.h:
9451
9452         s/GDate */GDate so we can just use g_free
9453
9454 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9455
9456         * shell/ev-window.c: (update_document_mode),
9457         (ev_window_setup_document):
9458
9459         Show the window in fullscreen when specified by
9460         the document
9461
9462 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9463
9464         * backend/ev-document.c: (ev_document_class_init),
9465         (ev_document_get_info), (ev_document_render_pixbuf):
9466         * backend/ev-document.h:
9467         * backend/ev-page-cache.c: (_ev_page_cache_new):
9468         * pdf/ev-poppler.cc:
9469         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
9470         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
9471         * ps/ps-document.c: (ps_document_class_init), (document_load),
9472         (ps_document_get_info), (ps_document_document_iface_init):
9473
9474         Remove get_title from the interface, we can just use document info
9475
9476 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9477
9478         * backend/Makefile.am:
9479         * backend/ev-document.c: (ev_document_render_get_info):
9480         * backend/ev-document.h:
9481         * pdf/ev-poppler.cc:
9482
9483         Initial support for document info. Based on jrb patch.
9484
9485 2005-04-19  Paolo Borelli <pborelli@katamail.com>
9486
9487         * shell/ev-window.c: (ev_window_state_event),
9488         (ev_window_class_init), (ev_window_init):
9489         
9490         Doesn't show resize grip when maximized. See bug #301053
9491
9492 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9493
9494         * po/POTFILES.in:
9495         
9496         ev-sidebar-thumbnails now has translatable labels
9497         
9498         * shell/Makefile.am:
9499         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
9500         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
9501         (ev_sidebar_links_page_iface_init):
9502         * shell/ev-sidebar-links.h:
9503         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9504         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
9505         (ev_sidebar_page_get_label):
9506         * shell/ev-sidebar-page.h:
9507         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
9508         (ev_sidebar_thumbnails_set_document),
9509         (ev_sidebar_thumbnails_support_document),
9510         (ev_sidebar_thumbnails_get_label),
9511         (ev_sidebar_thumbnails_page_iface_init):
9512         * shell/ev-sidebar-thumbnails.h:
9513         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
9514         (ev_sidebar_set_document):
9515         * shell/ev-sidebar.h:
9516         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
9517         
9518         Small rework of sidebar code. Now sidebar pages should implement
9519         EvSidebarPage interface. That makes page management in EvSidebar
9520         easier. See bug #164811 for details
9521
9522 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9523
9524         * shell/ev-application.c: (ev_application_open):
9525         * shell/ev-document-types.c:
9526         
9527         Fix build error and small problem with application exit
9528
9529 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9530
9531         * thumbnailer/Makefile.am:
9532         * thumbnailer/evince-thumbnailer-djvu.schemas:
9533         * thumbnailer/evince-thumbnailer-dvi.schemas:
9534         
9535         Conditionally install schemas for djvu/dvi thumbnailer
9536
9537 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
9538
9539         * shell/ev-document-types.h: 
9540         * shell/ev-document-types.c: 
9541         New files, handling the mapping from mimetypes to backends
9542         
9543         * shell/ev-window.c: 
9544         * thumbnailer/evince-thumbnailer.c:     
9545         Use the ev-document-types code
9546         
9547         * shell/Makefile.am: 
9548         Added new convenience library libevbackendfactory_la, containing
9549         the new mimetype->backend logic; moved the backends into it.
9550
9551         * thumbnailer/Makefile.am:
9552         Make the thumbnailer link with the libevbackend.la convenience
9553         library, rather than having a duplicate of the backend logic here.
9554
9555 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
9556
9557         * shell/ev-stock-icons.c: constify some vars.
9558         * shell/ev-window.c: ditto.
9559
9560 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
9561
9562         * ps/ps-document.c (get_page_orientation):
9563
9564         Respect document orientation 
9565
9566 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9567
9568         * djvu/Makefile.am:
9569         * dvi/Makefile.am:
9570         * shell/Makefile.am:
9571         
9572         Move library dependencies to components.
9573         
9574         * shell/ev-window.c: (update_window_title),
9575         (start_loading_document):
9576         
9577         Fix display of uris with spaces. Bug 168358.
9578
9579 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
9580
9581         * shell/ev-sidebar-links.c: (selection_changed_cb):
9582         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
9583         (ev_view_button_release_event), (ev_view_set_document):
9584         * shell/ev-view.h:
9585         * shell/ev-window.c: (find_bar_search_changed_cb):
9586         * shell/ev-window.h: Minor cleanups removing some dead code.
9587
9588 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9589
9590         * backend/ev-page-cache.c: (_ev_page_cache_new):
9591         
9592         Set current page to 0 if document has pages.
9593
9594 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9595
9596         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9597
9598         Initialize GError to NULL, fix a crash when loading fails.
9599
9600 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9601
9602         * shell/ev-window.c: (update_view_size):
9603
9604         Calculate shadow size only when there is actually
9605         a shadow.
9606
9607 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9608
9609         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
9610         * shell/ev-view.h:
9611
9612         Allow setting view spacing, default to 0
9613
9614         * shell/ev-window.c: (ev_window_unfullscreen),
9615         (ev_window_cmd_view_fullscreen), (ev_window_init):
9616
9617         Remove spacing in fullscreen mode
9618
9619 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9620
9621         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
9622         (ev_view_size_request), (expose_bin_window),
9623         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
9624         * shell/ev-view.h:
9625         * shell/ev-window.c: (ev_window_unfullscreen),
9626         (ev_window_cmd_view_fullscreen):
9627
9628         Do not draw the border in fulscreen
9629
9630 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9631
9632         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
9633         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
9634         (find_page_at_location), (page_changed_cb):
9635
9636         Rework border calculation, so that I can more easily disable it.
9637         Code somewhat cleaner too.
9638
9639 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9640
9641         * backend/ev-page-cache.c: (ev_page_cache_init),
9642         (_ev_page_cache_new):
9643
9644         Remove some assertions, documents can have 0 pages.
9645         Make initial current page -1.
9646
9647         * shell/ev-page-action.c: (page_changed_cb):
9648
9649         Show "" if current page is -1
9650
9651         * shell/ev-window.c: (update_action_sensitivity),
9652         (ev_window_setup_document):
9653
9654         When document has 0 pages do not set the view
9655         and make nearly everything insensitive.
9656
9657 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9658
9659         * shell/ev-page-view.c:
9660         * shell/ev-page-view.h:
9661
9662         Remove unused files.
9663         
9664         * shell/ev-sidebar-thumbnails.c:
9665         (ev_sidebar_thumbnails_set_document):
9666         * shell/ev-sidebar.c: (ev_sidebar_set_document),
9667         (ev_sidebar_supports_document):
9668         * shell/ev-sidebar.h:
9669         * shell/ev-window.c: (ev_window_setup_document):
9670         
9671         Doesn't show thumbnails if document has 1 page. Make
9672         sidebar menu entries sensitive only if if they have 
9673         sense. Fix bug 164811. 
9674
9675 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9676
9677         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
9678         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
9679         (ev_view_zoom_out), (ev_view_set_size):
9680
9681         Rework sizing to deal with documents with not uniform page
9682         size.
9683
9684 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9685
9686         * backend/ev-page-cache.c: (_ev_page_cache_new):
9687
9688         Fix several page size caching bugs
9689
9690 2005-04-15  Luca Ferretti <elle.uca@libero.it>
9691
9692         * shell/ev-window.c: (set_action_properties):
9693
9694         Make all toolbar items translatable
9695
9696 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9697
9698         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
9699         (save_page_list), (ps_document_save),
9700         (ps_document_document_iface_init), (ps_document_ps_export_begin),
9701         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
9702         (ps_document_ps_exporter_iface_init):
9703         * ps/ps-document.h:
9704
9705         Based on a patch by J�rg Billeter <j@bitron.ch>
9706         
9707         Implement print and save a copy for the ps backend.
9708
9709 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
9710
9711         * backend/ev-document.h:
9712         * djvu/djvu-document.c: (djvu_document_can_get_text),
9713         (djvu_document_document_iface_init):
9714         * dvi/dvi-document.c: (dvi_document_can_get_text),
9715         (dvi_document_document_iface_init):
9716         * pdf/ev-poppler.cc:
9717         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
9718         (pixbuf_document_document_iface_init):
9719         * ps/ps-document.c: (ps_document_can_get_text),
9720         (ps_document_document_iface_init):
9721         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
9722         * shell/ev-window.c: (update_action_sensitivity):
9723
9724         Fix the crash when trying to copy in backends that doesnt
9725         support it. We can implement a better solution once we
9726         do real text selection.
9727
9728 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
9729
9730         * data/evince-ui.xml:
9731         * shell/ev-window.c: (ev_window_cmd_escape):
9732         
9733         Work around the Escape conflict (find bar and unfullscreen)
9734
9735 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9736
9737         * backend/ev-page-cache.c: (ev_page_cache_next_page):
9738         
9739         Fix for #300233. Next page correctly handles document end.
9740         
9741         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9742         (ev_sidebar_thumbnails_class_init),
9743         (ev_sidebar_thumbnails_set_document),
9744         (ev_sidebar_thumbnails_clear_job),
9745         (ev_sidebar_thumbnails_clear_model):
9746         
9747         Cleanup thumbnail jobs on document changes.
9748         
9749         * shell/ev-view.c: (add_scroll_binding_keypad),
9750         (add_scroll_binding_shifted), (ev_view_class_init):
9751         
9752         Shift + Space scrolls up. Fix for #173184
9753         
9754         * shell/ev-window.c: (ev_window_open_page),
9755         (ev_window_cmd_view_reload):
9756         
9757         Fix reload (Bug #300094)
9758
9759 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9760
9761         
9762         * dvi/mdvi-lib/assoc.c:
9763         * dvi/mdvi-lib/assoc.h: Removed garbage files
9764         
9765         * dvi/mdvi-lib/bitmap.c:
9766         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
9767         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
9768         * dvi/mdvi-lib/color.h: Antialias of rules
9769         
9770         * dvi/mdvi-lib/common.h:
9771         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
9772         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
9773         * dvi/mdvi-lib/files.c:
9774         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
9775         * dvi/mdvi-lib/mdvi.h:
9776         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9777         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
9778         * dvi/mdvi-lib/util.c: Fix compile warnings
9779         
9780         * dvi/dvi-document.c:
9781         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
9782         (dvi_document_thumbnails_get_thumbnail),
9783         (dvi_document_document_thumbnails_iface_init):
9784         * dvi/mdvi-lib/Makefile.am:
9785         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9786         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
9787         
9788         Dvi backend now renders thumbnails
9789
9790 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
9791
9792         * shell/main.c: (main): 
9793         
9794         Save accelerators on exit. Fixes bug #172095.
9795
9796 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
9797
9798         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
9799         update priority" comment.
9800
9801         * backend/ev-job-queue.c: Give a way to change priority.
9802
9803 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
9804
9805         * shell/ev-page-action.c: Fix logic.
9806
9807 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9808
9809         * shell/ev-view.c: (ev_view_can_find_next):
9810         * shell/ev-window.c: (ev_window_setup_document):
9811
9812         Check that the document supports find
9813
9814 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9815
9816         * data/evince-ui.xml:
9817         * shell/ev-view.c: (ev_view_can_find_next):
9818         * shell/ev-view.h:
9819         * shell/ev-window.c: (update_action_sensitivity),
9820         (find_changed_cb), (ev_window_setup_document),
9821         (ev_window_cmd_edit_find_next):
9822
9823         Add Edit->Find Next
9824
9825 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9826
9827         * pdf/ev-poppler.cc:
9828         * shell/ev-print-job.c: (idle_print_handler):
9829
9830         Make printing work again
9831
9832 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
9833
9834         * shell/ev-page-action.h:
9835         * shell/ev-page-action.c: (ev_page_action_widget_init),
9836         (ev_page_action_widget_class_init), (page_changed_cb),
9837         (create_tool_item), (update_page_cache), (build_new_tree_cb),
9838         (get_filter_model_from_model), (match_selected_cb),
9839         (display_completion_text), (match_completion), (update_model),
9840         (connect_proxy), (ev_page_action_set_property),
9841         (ev_page_action_get_property), (ev_page_action_set_document),
9842         (ev_page_action_set_model), (ev_page_action_class_init): Big
9843         reworking to make completions work iff we have >= GTK-2.7.0
9844                 
9845         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
9846         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
9847         (job_finished_cb): We now have a 'model' property that is set when
9848         the links are loaded.  This can be caught with "notify::model"
9849
9850         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
9851         listen for the model to be set, and propagate it to the action.
9852
9853 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9854
9855         * cut-n-paste/recent-files/egg-recent-item.c:
9856         (egg_recent_item_set_uri), (make_valid_utf8),
9857         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
9858         * cut-n-paste/recent-files/egg-recent-item.h:
9859         
9860         Update egg-recent from libegg. This should fix long
9861         startup problem. For details see
9862         http://bugzilla.gnome.org/show_bug.cgi?id=160531
9863
9864 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9865
9866         * cut-n-paste/recent-files/Makefile.am:
9867         * data/evince-ui.xml, shell/Makefile.am:
9868         * shell/ev-application.c, shell/ev-application.h:
9869         * shell/ev-window.c: Recent files support.
9870         
9871         * configure.ac: Added "ru" to ALL_LINGUAS.
9872         
9873         * dvju: new backend to support DJVU files.
9874         * dvi: new backend to support DVI.
9875
9876         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
9877         * ev-application.c: Support for new backends.
9878         
9879         * help, ev-window.c, main.c shell/Makefile.am: 
9880         Evince user documentation.
9881
9882 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9883
9884         * po/POTFILES.in:
9885         * shell/ev-window.c:
9886         * thumbnailer/evince-thumbnailer.c:
9887
9888         s/pdf-document/ev-poppler
9889
9890 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9891
9892         * NEWS:
9893         * configure.ac:
9894
9895         Release 0.2.0
9896
9897         * ps/ps-document.c: (setup_pixmap):
9898
9899         Remove debug code
9900
9901 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
9902
9903         * backend/ev-page-cache.c (ev_page_cache_next_page): 
9904         * shell/ev-window.c (ev_window_cmd_go_next_page) 
9905         (ev_window_cmd_go_first_page): Fix of by one errors.
9906
9907 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9908
9909         * ps/ps-document.c: (get_page_box):
9910
9911         Fix page size calculation
9912
9913 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9914
9915         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9916         (ps_document_cleanup), (setup_pixmap), (get_page_box),
9917         (get_page_orientation), (setup_page), (document_load),
9918         (ps_document_get_page_size), (render_pixbuf_idle):
9919         * ps/ps-document.h:
9920
9921         More refactoring to adapt to EvDocument changes
9922
9923 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9924
9925         * ps/ps-document.c: (start_interpreter):
9926
9927         Actually add alpha args
9928
9929 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9930
9931         * pdf/ev-poppler.cc:
9932
9933         Make clipboard work again
9934
9935 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
9936
9937         Make searching work again.
9938         
9939         * backend/ev-document.c:
9940         * backend/ev-document.h:
9941         * backend/ev-document-find.c:
9942         * backend/ev-document-find.h: Change EvDocumentIface so we no
9943         longer store the current page or zoom level in the document.  The
9944         consequence is that all calls that operate on the current page now
9945         instead take the page number as an extra argument, and all
9946         coordinates are now doubles in document coordinate system.
9947
9948         * pdf/ev-poppler.cc:
9949         * pixbuf/pixbuf-document.c:
9950         * ps/ps-document.c: Update backends accordingly.
9951
9952 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
9953
9954         * autogen.sh:
9955
9956         Add required gettext version
9957
9958 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
9959
9960         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
9961         make F1 bring up non-existent help.
9962
9963         * shell/eggfindbar.c: Patch from Christian Persch to sync to
9964         epiphany's find bar, #167477
9965
9966         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
9967         <emil@nishra.com> to add space-bar scrolling, 
9968
9969         * shell/ev-window.c (static GtkActionEntry entries): add default
9970         keybinding for Help (F1)
9971         Fixes #171068
9972
9973         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
9974         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
9975         170110
9976
9977 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
9978
9979         * Makefile.am: 
9980         * pixbuf/pixbuf-document.c: 
9981
9982         Got pixbuf backend working again
9983
9984 2005-04-01  Steve Murphy  <murf@e-tools.com>
9985
9986         * configure.in: Added "rw" to ALL_LINGUAS.
9987
9988 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
9989
9990         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
9991         model types, noticed by Martin Kretzschmar.
9992
9993 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
9994
9995         * pdf/ev-poppler.cc: Implement search based on
9996         poppler_page_find_text().  Currently a bit crude since we remember
9997         all matches from all pages.  Also, we grab the big document lock
9998         when we search since searching changes the underlying stream and
9999         thus conflicts with the rendering thread.
10000         
10001         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10002         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
10003         (ev_view_find_previous): Fix some page indexes to be 0 based,
10004         offset rubber band by view offset,
10005
10006 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
10007
10008         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
10009
10010 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
10011
10012         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
10013         completely because I didn't understand GtkActions.  I should
10014         read Marco's code more carefully in the future.
10015
10016         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
10017         function
10018
10019 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
10020
10021         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
10022         PopplerRectangle change from poppler CVS.
10023
10024 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
10025
10026         * backend/ev-document.c: (ev_document_get_page_label):
10027         * backend/ev-document.h:
10028         * backend/ev-page-cache.c: (_ev_page_cache_new),
10029         (ev_page_cache_get_page_label):
10030         * backend/ev-page-cache.h:
10031         * pdf/ev-poppler.cc:
10032         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
10033         (links_page_num_func):
10034         * shell/ev-sidebar-thumbnails.c:
10035         (ev_sidebar_thumbnails_set_document):
10036         * shell/ev-view.c: (status_message_from_link),
10037         (ev_view_motion_notify_event):
10038         * shell/ev-window.c: (document_supports_sidebar): Add in page
10039         label support.  It's not perfect yet, but it's the first 'feature'
10040         in a while.
10041         Also, fix a bogus comment noticed by crispin. 
10042
10043 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
10044
10045         * Makefile.am: Remove pixbuf backend for now
10046
10047         * configure.ac: Require poppler-glib instead of just poppler.
10048
10049         * backend/ev-document-thumbnails.h: Add a comment
10050
10051         * backend/ev-document.h:
10052         * backend/ev-document.c: (ev_document_class_init),
10053         (ev_document_load), (ev_document_get_link),
10054         (ev_document_get_links): Remove 3 methods and add get_links.
10055         Also, made 0 based.
10056
10057         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10058         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
10059
10060         * backend/ev-link.c: (ev_link_set_title),
10061         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
10062         (ev_link_mapping_find):
10063         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
10064         
10065         * backend/ev-page-cache.c: (ev_page_cache_init),
10066         (_ev_page_cache_new), (ev_page_cache_set_current_page),
10067         (ev_page_cache_get_size), (ev_page_cache_next_page),
10068         (ev_page_cache_prev_page): Fix to be 0 based.
10069
10070         * pdf/Makefile.am: 
10071         * pdf/ev-poppler.h:
10072         * pdf/ev-poppler.cc: New backend.
10073         
10074         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
10075         (ps_document_get_page), (ps_document_document_iface_init):
10076
10077         * shell/ev-pixbuf-cache.h:
10078         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10079         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
10080         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
10081         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
10082         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
10083         Fix up code to grab a page cache per each doc.  Also, fix to be 0
10084         based.
10085         
10086         * shell/ev-sidebar-thumbnails.c:
10087         (ev_sidebar_tree_selection_changed), (page_changed_cb),
10088         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
10089
10090         * shell/ev-view.c: (status_message_from_link),
10091         (find_page_at_location), (get_link_at_location),
10092         (ev_view_motion_notify_event), (ev_view_button_release_event),
10093         (ev_view_init): Use the new link code.  Fix to be 0 based.
10094
10095         * shell/ev-window.c: (update_action_sensitivity),
10096         (document_supports_sidebar): 0 based.
10097
10098 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
10099
10100         * pdf/pdf-document.cc: Patch from Fernando Herrera
10101         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
10102         *blush*
10103
10104 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
10105
10106         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
10107         1 to the page, as this seems to be 1 based.  I thought we has this
10108         fixed.  grump.
10109
10110 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
10111
10112         * TODO:
10113         * backend/Makefile.am:
10114         * backend/ev-document-links.c:
10115         (ev_document_links_has_document_links),
10116         (ev_document_links_get_links_model):
10117         * backend/ev-document-links.h:
10118         * backend/ev-document.c: (ev_document_get_page_cache),
10119         (ev_document_get_doc_mutex), (ev_document_load),
10120         (ev_document_save), (ev_document_get_title),
10121         (ev_document_get_n_pages), (ev_document_set_page),
10122         (ev_document_get_page), (ev_document_set_target),
10123         (ev_document_set_scale), (ev_document_set_page_offset),
10124         (ev_document_get_page_size), (ev_document_get_text),
10125         (ev_document_get_link), (ev_document_render),
10126         (ev_document_render_pixbuf), (ev_document_scale_changed):
10127         * backend/ev-document.h:
10128         * backend/ev-job-queue.c: (remove_object_from_queue),
10129         (notify_finished), (handle_job), (search_for_jobs_unlocked),
10130         (no_jobs_available_unlocked), (ev_render_thread),
10131         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
10132         (ev_job_queue_remove_job):
10133         * backend/ev-job-queue.h:
10134         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10135         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10136         (ev_job_links_class_init), (ev_job_render_init),
10137         (ev_job_render_dispose), (ev_job_render_class_init),
10138         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10139         (ev_job_thumbnail_class_init), (ev_job_finished),
10140         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10141         (ev_job_render_run), (ev_job_thumbnail_new),
10142         (ev_job_thumbnail_run):
10143         * backend/ev-jobs.h:
10144         * backend/ev-link.c:
10145         * backend/ev-link.h:
10146         * backend/ev-page-cache.c: (ev_page_cache_init),
10147         (ev_page_cache_class_init), (ev_page_cache_finalize),
10148         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
10149         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10150         (ev_page_cache_set_link), (ev_page_cache_get_title),
10151         (ev_page_cache_get_size), (ev_page_cache_next_page),
10152         (ev_page_cache_prev_page):
10153         * backend/ev-page-cache.h:
10154         * pdf/pdf-document.cc:
10155         * ps/gsdefaults.c:
10156         * ps/gsdefaults.h:
10157         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10158         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
10159         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
10160         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
10161         (is_interpreter_ready), (output), (catchPipe), (input),
10162         (start_interpreter), (check_filecompressed), (compute_dimensions),
10163         (ps_document_enable_interpreter), (document_load),
10164         (ps_document_next_page), (render_page), (ps_document_set_page),
10165         (ps_document_set_scale), (render_pixbuf_idle),
10166         (ps_document_render_pixbuf), (ps_document_document_iface_init):
10167         * ps/ps-document.h:
10168         * shell/Makefile.am:
10169         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10170         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
10171         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
10172         (ev_pixbuf_cache_new), (job_finished_cb),
10173         (check_job_size_and_unref), (move_one_job),
10174         (ev_pixbuf_cache_update_range), (find_job_cache),
10175         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
10176         (ev_pixbuf_cache_add_jobs_if_needed),
10177         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
10178         * shell/ev-pixbuf-cache.h:
10179         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10180         (idle_print_handler):
10181         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
10182         (selection_changed_cb), (create_loading_model),
10183         (ev_sidebar_links_construct), (links_page_num_func),
10184         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
10185         (update_page_callback), (job_finished_cb),
10186         (ev_sidebar_links_set_document):
10187         * shell/ev-sidebar-thumbnails.c:
10188         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
10189         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
10190         (page_changed_cb), (thumbnail_job_completed_callback),
10191         (ev_sidebar_thumbnails_set_document):
10192         * shell/ev-sidebar-thumbnails.h:
10193         * shell/ev-sidebar.c: (ev_sidebar_set_document):
10194         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
10195         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
10196         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
10197         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
10198         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
10199         (ev_view_button_release_event), (ev_view_scroll_view),
10200         (ev_view_class_init), (ev_view_init), (update_find_status_message),
10201         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
10202         (ev_view_new), (job_finished_cb), (page_changed_cb),
10203         (ev_view_set_document), (go_to_link), (ev_view_zoom),
10204         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
10205         (ev_view_find_previous):
10206         * shell/ev-view.h:
10207         * shell/ev-window.c: (update_action_sensitivity),
10208         (ev_window_open_page), (update_window_title), (update_total_pages),
10209         (page_changed_cb), (ev_window_setup_document),
10210         (password_dialog_response), (ev_window_cmd_save_as),
10211         (ev_window_print), (ev_window_cmd_go_previous_page),
10212         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
10213         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
10214         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
10215         * shell/main.c: (main):
10216
10217         Merge evince-threads branch
10218
10219 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
10220
10221         * configure.ac: Added "lt" to ALL_LINGUAS.
10222
10223 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
10224
10225         * NEWS:
10226         * configure.ac:
10227
10228         Release 0.1.9
10229
10230 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
10231
10232         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10233
10234         Fix here also the thumbnails 1-basedness :)
10235
10236 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10237
10238         * NEWS:
10239         * configure.ac:
10240
10241         Release 0.1.8
10242
10243 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10244
10245         * pdf/pdf-document.cc:
10246         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
10247         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
10248
10249         Fix the mess we did with thumbnails and 1-basedness
10250
10251 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
10252
10253         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
10254
10255 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
10256
10257         * NEWS:
10258         * configure.ac:
10259
10260         Release 0.1.7
10261
10262 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
10263
10264         * ps/Makefile.am:
10265         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
10266         (gtk_gs_defaults_get_alpha_parameters),
10267         (gtk_gs_defaults_get_ungzip_cmd),
10268         (gtk_gs_defaults_get_unbzip2_cmd):
10269         * ps/gsdefaults.h:
10270         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10271         (ps_document_get_orientation), (document_load),
10272         (ps_document_goto_page), (ps_document_set_page_size):
10273         * ps/ps-document.h:
10274
10275         Some more sanitization of the ps backend. Remove a lot
10276         of unused code and do not base our defaults on ggv
10277         preferences (ugh!)
10278
10279 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
10280
10281         * thumbnailer/evince-thumbnailer.schemas:
10282         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10283         (main): add -s option for thumbnail size.
10284
10285 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
10286
10287         * configure.ac:
10288
10289         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
10290         remove it.
10291
10292 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10293
10294         * pdf/pdf-document.cc:
10295
10296         Remove 4 pixels of useless border from the
10297         thumbnail.
10298
10299 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10300
10301         * backend/ev-document-thumbnails.c:
10302         (ev_document_thumbnails_get_thumbnail):
10303         * backend/ev-document-thumbnails.h:
10304
10305         Rework API a bit. Add a border flag and
10306         change sizing logic (now the size we specify
10307         applies to the bigger dimension).
10308
10309         * pdf/pdf-document.cc:
10310         * pixbuf/pixbuf-document.c:
10311         (pixbuf_document_thumbnails_get_thumbnail):
10312         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
10313         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10314
10315         Adapt to the new API and do not draw a border for nautilus
10316         thumbnailer.
10317
10318 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
10319
10320         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10321         take thumbnails from page "0" instead of "1". Added a copyright header.
10322
10323 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
10324
10325         * ps/ps-document.c: (set_up_page), (start_interpreter):
10326
10327         Make it C89 compliant
10328
10329 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
10330
10331         * Makefile.am:
10332         * configure.ac:
10333         * pdf/.cvsignore:
10334         * pdf/pdf-document.cc:
10335         * thumbnailer/Makefile.am:
10336         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10337         (main):
10338         * thumbnailer/evince-thumbnailer.schemas:
10339         * thumbnailer/pdf-icon.png:
10340
10341         Add a nautilus thumbnailer.
10342         Based on patch by Fernando Herrera <fherrera@onirica.com>.
10343
10344 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
10345
10346         * NEWS:
10347         * configure.ac:
10348         * po/POTFILES.in:
10349
10350         Release 0.1.6
10351
10352 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
10353
10354         Use poppler instead of including xpdf source code.  Poppler is a
10355         fork of xpdf to build it as a shared library. See
10356         http://freedesktop.org/wiki/Software/poppler.
10357
10358         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
10359         xpdf fork.
10360         
10361         * pdf/Makefile.am: Build libpdfdocument.a here.
10362         
10363         * pdf/GDKSplashOutputDev.cc:
10364         * pdf/GDKSplashOutputDev.h:
10365         * pdf/GnomeVFSStream.cc:
10366         * pdf/GnomeVFSStream.h:
10367         * pdf-document.cc:
10368         * pdf-document.h:
10369         * test-gdk-output-dev.cc
10370         * Thumb.cc:
10371         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
10372         against poppler.
10373
10374 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10375
10376         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
10377
10378         Clear idle stack before unsetting the document
10379
10380 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10381
10382         * ps/ps-document.c: (ps_document_widget_event),
10383         (ps_document_set_target), (ps_document_finalize),
10384         (ps_document_get_page):
10385
10386         Disconnect the widget event signal on finalize.
10387         Some code cleanups.
10388
10389 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10390
10391         * ps/ps-document.c: (set_up_page):
10392
10393         If there is no bpixmap create one, even if size
10394         is not changed.
10395
10396 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10397
10398         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
10399         (set_up_page), (document_load), (ps_document_set_zoom):
10400
10401         Default page is 0. Calculate size even when we have no
10402         target yet.
10403
10404 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
10405
10406         * shell/ev-sidebar.c: expand the selection widget to be always as
10407         wide as the sidebar
10408
10409 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10410
10411         * shell/ev-sidebar-thumbnails.c:
10412         (ev_sidebar_thumbnails_set_document):
10413
10414         Clear the list store when setting document
10415
10416 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10417
10418         * shell/ev-page-action.c: (update_entry), (sync_entry),
10419         (activate_cb), (entry_size_request_cb), (create_tool_item),
10420         (connect_proxy):
10421
10422         Use an entry for the page control instead of spinbuttons
10423
10424 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10425
10426         * data/evince.schemas.in:
10427
10428         Correct confusing string
10429
10430 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
10431
10432         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
10433         for real.  Gosh, how long has this been broken.
10434
10435         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
10436         check for a NULL link.  We crash otherwise.
10437
10438 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
10439
10440         * NEWS:
10441         * configure.ac:
10442
10443         Release 0.1.5
10444
10445 2005-02-25  Sebastien Bacher  <seb128@debian.org>
10446
10447         * configure.ac: add the french translation.
10448
10449 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10450
10451         * shell/ev-window.c:
10452
10453         Remove unused header -> fix distcheck
10454
10455 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10456
10457         * shell/ev-window.c: (update_window_title),
10458         (ev_window_popup_password_dialog):
10459
10460         Unescape filename for display
10461
10462 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10463
10464         * pdf/xpdf/pdf-document.cc:
10465
10466         In get_page_size deal with rotation. Also
10467         cleanup the function a bit.
10468
10469 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10470
10471         * pdf/xpdf/pdf-document.cc:
10472
10473         Fix crash when opening in new window
10474
10475 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10476
10477         * configure.ac:
10478
10479         Check ghostscript >= 7
10480
10481 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
10482
10483         * shell/ev-window.c:
10484
10485         Make page width the default sizing mode
10486
10487 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
10488         Marco Pesenti Gritti <marco@gnome.org>
10489
10490         * shell/ev-window.c: Remember the sidebar size
10491
10492         * data/evince.schemas.in: Add a new gconf key to store the size of
10493         the sidebar
10494
10495 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
10496
10497         * data/evince-ui.xml:
10498         * shell/ev-window.c: (update_action_sensitivity),
10499         (ev_window_cmd_view_reload):
10500         
10501         Add a "Reload" action and menu entry
10502
10503 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
10504
10505         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
10506         iff the type doesn't support thumbnailing and indexing.
10507
10508 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
10509
10510         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
10511
10512 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10513
10514         * pdf/splash/Splash.cc:
10515
10516         Port fix for a crasher from kde bug
10517         http://bugs.kde.org/show_bug.cgi?id=97131
10518
10519 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10520
10521         * pdf/xpdf/pdf-document.cc:
10522
10523         Return a link even if it's of an unrecognized
10524         type. Otherwise we go in an infinte cycle.
10525
10526 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10527
10528         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
10529         (size_allocate_cb), (ev_window_set_sizing_mode):
10530
10531         Update size when switching mode
10532
10533 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10534
10535         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10536         (ev_window_cmd_view_page_width), (update_sizing_buttons),
10537         (ev_window_cmd_view_normal_size):
10538
10539         Fix size toggle buttons behavior
10540
10541 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10542
10543         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
10544         (doc_rect_to_view_rect), (ev_view_size_allocate),
10545         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
10546         (scale_changed_callback):
10547
10548         Do not cache offsets in size_allocate.
10549
10550 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10551
10552         * shell/ev-view.c: (ev_view_size_allocate):
10553
10554         Calculate offsets before calling the parent
10555         class (which does a redraw)
10556
10557 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10558
10559         * pdf/xpdf/pdf-document.cc:
10560
10561         Fix a crasher on exit. Unused code, put a TODO
10562
10563 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10564
10565         * backend/ev-document.c: (ev_document_class_init),
10566         (ev_document_page_changed), (ev_document_scale_changed):
10567         * backend/ev-document.h:
10568
10569         Separate page/scale notifications
10570
10571         * pdf/xpdf/pdf-document.cc:
10572
10573         Emit the new signals.
10574         Do not display the pdf page in _render, do it
10575         when scale/page are requested.
10576
10577         * ps/ps-document.c: (ps_document_set_zoom),
10578         (ps_document_widget_event):
10579         * ps/ps-document.h:
10580
10581         Emit the new signals.
10582
10583         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10584         (ev_view_init), (page_changed_callback), (scale_changed_callback),
10585         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
10586         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
10587         * shell/ev-view.h:
10588         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
10589         (ev_window_cmd_view_page_width), (size_allocate_cb),
10590         (ev_window_set_sizing_mode):
10591
10592         Rework sizing to be pixel based.
10593         There are bugs but should be already way better.
10594
10595 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
10596
10597         * shell/ev-window.c: (ev_window_init):
10598
10599         Do not allow to shrink sidebar smaller then
10600         child requisition
10601
10602 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
10603
10604         * shell/ev-sidebar.[ch]
10605         * shell/ev-window.c:
10606
10607         Improved sidebar widget. Fixes #166683
10608
10609 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
10610
10611         * shell/ev-view.c (update_find_status_message): Give translators
10612         more flexibility with ngettext plural handling.
10613
10614 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
10615
10616         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
10617         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
10618         page when we get the page size.
10619
10620 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10621
10622         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
10623
10624         ps pages are 0 based, convert 
10625
10626 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10627
10628         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
10629
10630         Initialize correct parent class. Set GError on document load
10631
10632 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10633
10634         * pdf/xpdf/pdf-document.cc:
10635
10636         Fixup selection offset calculation
10637
10638         * shell/ev-view.c: (view_rect_to_doc_rect),
10639         (doc_rect_to_view_rect), (ev_view_size_allocate),
10640         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
10641         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
10642
10643         Store selection as document relative, so that zooming
10644         and offset changing doesnt break it.
10645
10646 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10647
10648         * shell/ev-view.c: (ev_view_best_fit):
10649
10650         Do not try to best fit if the view is not realized
10651
10652 2005-02-20  Kostas Papadimas <pkst@gnome.org>
10653           
10654         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
10655
10656 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
10657
10658         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
10659
10660 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
10661
10662         * shell/ev-window.c: Change the fullscreen toolbar to always be in
10663         the popup window.  That prevents it resizing when in full screen
10664         mode.
10665
10666         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
10667         multiple rerenders.  This pretty much sucks.
10668
10669         * data/evince-ui.xml: Change the fullscreen toolbar to include the
10670         rest of the toolbar.
10671
10672 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
10673
10674         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
10675
10676 2005-02-17  Alexander Shopov  <ash@contact.bg>
10677
10678         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
10679
10680 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
10681
10682         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
10683
10684 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
10685
10686         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
10687         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
10688         (set_document_page), (document_changed_callback),
10689         (ev_view_set_document), (ev_view_find_previous),
10690         (ev_view_hide_cursor), (ev_view_show_cursor):
10691         * shell/ev-view.h:
10692         * shell/ev-window.c: (update_chrome_visibility),
10693         (fullscreen_timeout_cb), (fullscreen_set_timeout),
10694         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
10695         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
10696         (ev_window_unfullscreen):
10697         * shell/main.c: (main):
10698
10699         Automatically hide the fullscreen button.
10700         Patch by Kristian Høgsberg <krh@redhat.com>
10701
10702 2005-02-16  Vincent Noel  <vnoel@cox.net>
10703
10704         * shell/main.c (main): Specify an icon for the window. Patch by
10705         Jaap A. Haitsma. Fixes #166177.
10706
10707 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
10708
10709         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
10710
10711 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
10712
10713         * backend/ev-document-misc.h:
10714         * backend/ev-document-misc.c:
10715         (ev_document_misc_get_page_border_size),
10716         (ev_document_misc_paint_one_page): New function to canonicalize
10717         sizing/painting a border.
10718
10719         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
10720         used.
10721
10722         * pdf/xpdf/pdf-document.cc: use new function
10723
10724         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10725         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
10726         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
10727         shell/ev-window.c: (update_sizing_buttons),
10728         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
10729         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
10730         (ev_window_cmd_view_page_width), (size_allocate_cb),
10731         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
10732         and "fit width" values act as toggle buttons so they stay
10733         toggled.  It's not 100% perfect, and it's a little slow, but it's
10734         good enough to commit I think.
10735
10736 2005-02-15  David Lodge  <dave@cirt.net>
10737
10738         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
10739
10740 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
10741
10742         * shell/ev-window.c (update_window_title): replace newlines in
10743         the title by spaces. Bug #166107.
10744
10745 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
10746
10747         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
10748         parameters providing allocation width and height without
10749         scrollbars and width of a possible vertical scrollbar. With this
10750         additional information the functions can work as
10751         intended. Unfortunately they're not idempotent. We should
10752         transform these commands to toggles. Fixes Bug #164976
10753         Initial patch by Stephane Loeuillet, then heavily modified.
10754
10755         * shell/ev-view.h: update prototypes.
10756
10757         * shell/ev-window.c (ev_window_cmd_view_best_fit)
10758         (ev_window_cmd_view_page_width): provide EvView fit functions with
10759         all the information they need. Formulas to calculate this
10760         information taken from GtkScrolledWindow.
10761
10762 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
10763
10764         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
10765         created a thumbnail, the list store is updated to know
10766         that the thumbnail is set. Fixes bug #166792
10767
10768 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
10769
10770         * shell/ev-window.c: fixed typo, closes bug 166897
10771
10772         * TODO: updated TODO with bug numbers that are relevant
10773
10774 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
10775
10776         * shell/ev-window.c: Support for DnD of files. Fixes #164813
10777
10778 2005-02-09  Vincent Noel  <vnoel@cox.net>
10779
10780         * shell/ev-window.c: (set_action_properties): Set the "Previous"
10781         and "Next" toolbar buttons as important to make them stand out.
10782
10783 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10784
10785         * lib/ev-debug.c:
10786         * lib/ev-debug.h:
10787         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
10788         (start_interpreter), (stop_interpreter), (document_load),
10789         (ps_document_next_page), (ps_document_goto_page),
10790         (ps_document_set_page_size), (ps_document_widget_event),
10791         (ps_document_render):
10792         * shell/ev-page-view.c: (ev_page_view_dispose):
10793         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
10794
10795         Fix compilation on non-gcc platforms
10796
10797 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10798
10799         * NEWS:
10800         * configure.ac:
10801
10802         Release 0.1.4
10803
10804         * pdf/xpdf/Catalog.cc:
10805         * pdf/xpdf/XRef.cc:
10806
10807         Fix the fix for CAN-2004-0888
10808
10809 2005-02-09  Luca Ferretti <elle.uca@libero.it>
10810
10811         * data/Makefile.am:
10812         * data/evince-ui.xml:
10813         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10814         * shell/ev-stock-icons.h:
10815         * shell/ev-window.c: (update_action_sensitivity),
10816         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
10817         (set_action_properties):
10818
10819         Improve toolbar layout/icons
10820
10821 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
10822
10823         * pdf/xpdf/pdf-document.cc:
10824
10825         Add warnings about unimplemented/unknown link
10826         types.
10827
10828 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10829
10830         * ps/ps-document.c: (set_up_page):
10831
10832         Log gs property
10833
10834 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10835
10836         * ps/ps-document.c: (start_interpreter):
10837
10838         Log gs env var
10839
10840 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10841
10842         * shell/ev-page-view.c: (ev_page_view_dispose):
10843         * shell/ev-view.c: (ev_view_finalize):
10844         * shell/ev-window.c: (ev_window_setup_document),
10845         (ev_window_dispose), (ev_window_init):
10846
10847         Solve more refs issues.
10848
10849         I commented out the page_view initialization for now:
10850         it was never destroyed (because it's never added
10851         to a container). Because of that we was leaking
10852         gs processes. Couldnt think to a clean fix.
10853         We need to figure this out, password view has the
10854         same issue probably.
10855
10856 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10857
10858         * ps/ps-document.c: (ps_document_finalize),
10859         (ps_document_get_n_pages), (ps_document_get_page):
10860
10861         Some cleanups, stop the interpreter on finalize
10862
10863         * shell/ev-page-view.c: (ev_page_view_dispose),
10864         (ev_page_view_class_init):
10865
10866         Release our reference on the document
10867
10868 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10869
10870         * Makefile.am:
10871         * configure.ac:
10872         * doc/debugging.txt:
10873         * lib/.cvsignore:
10874         * lib/Makefile.am:
10875         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
10876         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
10877         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
10878         * lib/ev-debug.h:
10879
10880         Add debugging helpers
10881
10882         * ps/Makefile.am:
10883         * ps/ps-document.c: (set_up_page), (start_interpreter),
10884         (stop_interpreter), (document_load), (ps_document_next_page),
10885         (ps_document_goto_page), (ps_document_set_page_size),
10886         (ps_document_widget_event), (ps_document_render):
10887         * shell/Makefile.am:
10888         * shell/ev-view.c: (expose_bin_window):
10889         * shell/main.c: (main):
10890
10891         Add some logs
10892         
10893 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10894
10895         * ps/ps-document.c: (ps_document_widget_event):
10896
10897         Initialize message_window, this should make ps
10898         rendering really work! (Never noticed because I was
10899         testing with a ps that is causing gs to exit every time!)
10900
10901 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
10902
10903         * data/evince.schemas.in: updated simple error in applyto closing tag
10904
10905 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
10906
10907         * Makefile.am:
10908         * configure.ac:
10909         * data/.cvsignore:
10910         * data/Makefile.am:
10911         * data/evince-ui.xml:
10912         A data/evince.schemas.in:
10913         * po/POTFILES.in:
10914         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10915         * shell/ev-stock-icons.h:
10916         * shell/ev-window.c: (update_chrome_visibility),
10917         (update_chrome_flag), (ev_window_cmd_edit_find),
10918         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
10919         (ev_window_unfullscreen), (ev_window_focus_in_event),
10920         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
10921         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
10922         (ev_window_view_sidebar_cb), (find_bar_close_cb),
10923         (ev_window_dispose), (ev_window_class_init),
10924         (set_action_properties), (set_chrome_actions), (load_chrome),
10925         (ev_window_init):
10926
10927         Implement fullscreen mode changes from bug #164776.
10928         Also implement persistent chrome toggles.
10929
10930 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
10931
10932         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
10933
10934 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10935
10936         * NEWS:
10937         * configure.ac:
10938         * shell/ev-view.c:
10939
10940         Add another check for find interface
10941
10942         Release 0.1.3
10943
10944 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10945
10946         * shell/ev-application.c: (ev_application_open):
10947         * shell/ev-window.c: (ev_window_open):
10948
10949         Open gzipped ps documents
10950
10951 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10952
10953         * TODO:
10954         * shell/ev-view.c: (set_document_page):
10955
10956         Clamp page number, dont try to move to
10957         not existant pages.
10958
10959 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10960
10961         * backend/ev-document-find.c: (ev_document_find_changed):
10962         * backend/ev-document-find.h:
10963         * pdf/xpdf/pdf-document.cc:
10964         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
10965         * shell/ev-window.c: (find_bar_search_changed_cb):
10966
10967         Fix several bugs with find
10968
10969 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
10970
10971         * shell/ev-sidebar-thumbnails.c
10972         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
10973         document. Prevents warning from scroll_to_cell.
10974
10975 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
10976
10977         * configure.ac: Add «nb» to ALL_LINGUAS too.
10978
10979 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
10980
10981         * NOTES: New file with some random thoughts.
10982
10983         * TODO: Update.
10984
10985         * backend/ev-document-misc.c:
10986         (ev_document_misc_get_page_border_size): New function to
10987         canonicalize shadow drawing sizes.  Possibly goofy.
10988
10989         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
10990         (ev_view_best_fit), (ev_view_fit_width):
10991         * pdf/xpdf/pdf-document.cc:
10992         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
10993         * ps/ps-document.c: (ps_document_get_page_size):
10994         * backend/ev-document-misc.h:
10995         * backend/ev-document.c: (ev_document_get_page_size):
10996         * backend/ev-document.h: get_page_size now takes a page number
10997         parameter.  Made all the backends/frontends honor it.
10998
10999         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
11000         see.  Doesn't work yet.
11001
11002         * shell/Makefile.am:
11003         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
11004         Doesn't do anything yet.
11005
11006         * shell/ev-sidebar-thumbnails.c:
11007         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
11008         [0..n_pages-1]
11009
11010         * shell/ev-window.c: (update_action_sensitivity),
11011         (ev_window_setup_document), (ev_window_set_page_mode),
11012         (ev_window_page_mode_cb), (ev_window_init): Clean up the
11013         view-swapping code a bit so we can have multiple views on a
11014         document.  Add the multi-page view, though it can't be turned on
11015         yet.
11016
11017 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11018
11019         * shell/ev-application.c: (ev_application_open):
11020         * shell/ev-view.c: (expose_bin_window):
11021         * shell/ev-window.c: (ev_window_open):
11022
11023         Support eps and check document supports find
11024         before drawing highlightings in expose.
11025
11026 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11027
11028         * pixbuf/pixbuf-document.c:
11029         (pixbuf_document_thumbnails_get_dimensions),
11030         (pixbuf_document_document_thumbnails_iface_init):
11031
11032         implement get_dimensions
11033
11034 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11035
11036         * NEWS:
11037         * configure.ac:
11038
11039         Release 0.1.2
11040
11041 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11042
11043         * shell/ev-view.c: (set_document_page):
11044
11045         Scroll at the top of the page when changing page
11046
11047 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11048
11049         * shell/ev-view.c: (ev_view_motion_notify_event):
11050
11051         Do not redraw unnecessarily
11052
11053 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11054
11055         * pdf/xpdf/pdf-document.cc:
11056         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11057         (expose_bin_window), (find_changed_cb):
11058
11059         Yay! find works now... Now to find bugs...
11060
11061 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11062
11063         * backend/ev-document-find.c: (ev_document_find_base_init),
11064         (ev_document_find_changed):
11065         * backend/ev-document-find.h:
11066         * pdf/xpdf/pdf-document.cc:
11067         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11068         (expose_bin_window), (ev_view_init), (set_document_page),
11069         (ensure_rectangle_is_visible), (jump_to_find_result),
11070         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
11071         (ev_view_find_next), (ev_view_find_previous):
11072         * shell/ev-view.h:
11073         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
11074
11075         More work on find implementation, mostly there now
11076
11077 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
11078
11079         * backend/ev-backend-marshalers.list:
11080         * backend/ev-document-find.c: (ev_document_find_base_init),
11081         (ev_document_find_cancel), (ev_document_find_page_has_results),
11082         (ev_document_find_get_n_results), (ev_document_find_get_result),
11083         (ev_document_find_get_progress), (ev_document_find_changed):
11084         * backend/ev-document-find.h:
11085
11086         Enanche the find interface to be really able to do
11087         multi page find.
11088
11089         * pdf/xpdf/pdf-document.cc:
11090
11091         Implement
11092
11093         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
11094         (expose_bin_window), (ev_view_init),
11095         (ev_view_get_find_status_message), (find_changed_cb),
11096         (ev_view_set_document), (set_document_page):
11097
11098         Adapt to the new interface. A few things are regressed sorry,
11099         I will finish it soon.
11100
11101 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
11102
11103         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
11104         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
11105         ev_sidebar_thumbnails_parent_class variable, don't define another
11106         parent_class variable.
11107
11108         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
11109         (ev_page_action_class_init): ditto.
11110
11111         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
11112         (pixbuf_document_class_init): ditto.
11113
11114         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
11115         ditto.
11116
11117         * .cvsignore: ignore various valgrind output files.
11118
11119 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11120
11121         * data/evince-ui.xml:
11122         * shell/Makefile.am:
11123         * shell/ev-history.c:
11124         * shell/ev-history.h:
11125         * shell/ev-navigation-action.c:
11126         * shell/ev-navigation-action.h:
11127         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
11128         (ev_view_set_page), (ev_view_fit_width):
11129         * shell/ev-view.h:
11130         * shell/ev-window.c: (update_action_sensitivity),
11131         (ev_window_setup_document), (register_custom_actions):
11132
11133         Kill session history
11134
11135 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11136
11137         * shell/ev-window.c: (update_action_sensitivity):
11138
11139         Fix inverted up/down buttons
11140
11141 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
11142
11143         * shell/ev-sidebar-thumbnails.c
11144         (ev_sidebar_thumbnails_select_page): make sure the selected
11145         thumbnail stays visible.
11146
11147 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
11148
11149         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
11150         scrolled window for Federico.
11151
11152 2005-01-26  Ole Laursen  <olau@hardworking.dk>
11153
11154         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
11155
11156 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
11157
11158         * configure.ac:
11159         * pdf/splash/SplashFTFontEngine.cc:
11160
11161         Fix CID fonts with freetype 2.1.9
11162
11163 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
11164
11165         * TODO: added item for desktop icon thumbnailer
11166
11167 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
11168
11169         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
11170         unloaded docs when the title is accessed.
11171
11172         * shell/ev-password-view.[hc]: New widget for displaying password
11173         state.
11174
11175         * shell/ev-window.[ch]: Refactor password handling code to handle
11176         the new view.
11177
11178 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
11179
11180         * NEWS:
11181         * configure.ac:
11182         * data/Makefile.am:
11183
11184         Release 0.1.1
11185
11186 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11187
11188         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
11189         ignore page offset here, to make search results independent of it,
11190
11191         * shell/ev-view.c (expose_bin_window): but take offsets into
11192         account here. Bug #164932
11193
11194         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
11195         scale at the right time. Bug #164996
11196
11197 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
11198
11199         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
11200         fix the problem. Now I just removed the Adobe font names and hope
11201         that the URW fonts are always in outline format. Bug #164934
11202
11203         * shell/ev-window.c (update_window_title): empty titles are
11204         useless, use filename in that case too.
11205
11206         * NEWS: Add some content.
11207
11208 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
11209
11210         * TODO: added one more TODO item and a TODONE section :)
11211
11212 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11213
11214         * ps/ps-document.h: add page_[xy]_offset fields.
11215
11216         * ps/ps-document.c (ps_document_set_page_offset)
11217         (ps_document_render): Keep offset in consideration in a few
11218         places. Bug #164752 "postscript documents are not centered in
11219         window"
11220
11221         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
11222         s/gpdf/evince/. Spotted by Stephane Loeuillet.
11223
11224         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
11225         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
11226         stub out missing methods for complete EvDocument implementation.
11227         Fixes segfaults with Save A Copy and Copy actions.
11228
11229         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
11230         (ps_document_document_iface_init): ditto.
11231         
11232 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11233
11234         * data/.cvsignore:
11235         * data/Makefile.am:
11236         * data/evince.desktop.in:
11237
11238         Add desktop file
11239
11240 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11241
11242         * shell/ev-view.c: (ev_view_button_press_event),
11243         (ev_view_motion_notify_event):
11244
11245         Make selection work in any direction
11246
11247 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11248
11249         * TODO:
11250         * shell/ev-window.c: (set_short_labels), (ev_window_init):
11251
11252         Use shorter labels for some of the toolbars items
11253
11254 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11255
11256         * pdf/xpdf/pdf-document.cc:
11257
11258         Check the links info is initialized before
11259         using it. Should fix a crash on startup.
11260
11261 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11262
11263         * pixbuf/pixbuf-document.c
11264         (pixbuf_document_thumbnails_get_dimensions): force floating point
11265         division to calculate page_ratio. Fixes crash with landscape
11266         format pixbufs.
11267
11268 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
11269
11270         * shell/ev-view.c (ev_view_realize): make the bg color darker.
11271
11272 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
11273
11274         * shell/ev-view.c (set_document_page): unset has_selection when
11275         the page changes.
11276         (set_document_page): handle paper size changes when the page
11277         changes (test with Free Culture, page 2).
11278
11279 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11280
11281         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
11282         (expose_bin_window), (ev_view_class_init), (ev_view_init):
11283
11284         Use normal style color for the widget background and
11285         draw a black box around the page.
11286
11287 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11288
11289         * pdf/xpdf/pdf-document.cc:
11290
11291         Keep offset in consideration in a few places
11292
11293         * shell/ev-view.c: (expose_bin_window):
11294
11295         Set the offsets so that the document is ever centered
11296
11297 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11298
11299         * TODO: Added TODO items and finished off the first todo item
11300
11301         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
11302         reflect current authors
11303
11304 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11305
11306         * pdf/xpdf/pdf-document.cc:
11307         * shell/ev-view.c: (ev_view_set_cursor),
11308         (ev_view_motion_notify_event), (document_changed_callback),
11309         (set_document_page):
11310
11311         Show a wait cursor while the page is rendering
11312
11313 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11314
11315         * shell/ev-sidebar-thumbnails.c:
11316         (ev_sidebar_tree_selection_changed),
11317         (ev_sidebar_thumbnails_select_page):
11318         * shell/ev-sidebar-thumbnails.h:
11319         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
11320         (ev_view_can_go_forward):
11321         * shell/ev-window.c: (ev_window_open_page),
11322         (ev_window_setup_document), (update_current_page),
11323         (view_page_changed_cb), (ev_window_init):
11324         * shell/ev-window.h:
11325
11326         Ensure thumbnails selection, toolbar page control and
11327         current page are in sync.
11328
11329 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
11330
11331         * pdf/xpdf/XRef.cc:
11332
11333         Fix CAN-2005-0064
11334
11335 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
11336
11337         * backend/Makefile.am:
11338         * backend/ev-document-links.h:
11339         * backend/ev-document-security.c: (ev_document_security_get_type),
11340         (ev_document_security_has_document_security),
11341         (ev_document_security_set_password):
11342         * backend/ev-document-security.h:
11343         * backend/ev-document.c: (ev_document_error_quark):
11344         * backend/ev-document.h:
11345         * data/Makefile.am:
11346         * data/evince-password.glade:
11347         * pdf/xpdf/pdf-document.cc:
11348         * shell/Makefile.am:
11349         * shell/ev-password.c: (ev_password_set_bad_password_label),
11350         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
11351         (ev_password_dialog_get_password),
11352         (ev_password_dialog_set_bad_pass):
11353         * shell/ev-password.h:
11354         * shell/ev-window.c: (ev_window_get_attribute),
11355         (ev_window_set_property), (update_action_sensitivity),
11356         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
11357         (ev_window_setup_document), (ev_window_get_password),
11358         (ev_window_open), (ev_window_cmd_save_as),
11359         (using_postscript_printer), (ev_window_print),
11360         (find_not_supported_dialog), (ev_window_cmd_edit_find),
11361         (update_fullscreen_popup), (ev_window_fullscreen),
11362         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11363         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
11364         (menu_item_select_cb), (find_bar_search_changed_cb),
11365         (ev_window_dispose), (ev_window_init):
11366
11367         Add initial support for password-supported dialogs.  This could be
11368         a lot cooler, but it'll do for now.
11369
11370 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
11371
11372         * pdf/xpdf/pdf-document.cc:
11373         * shell/ev-view.c: (status_message_from_link),
11374         (ev_view_set_status), (ev_view_set_cursor),
11375         (ev_view_motion_notify_event), (ev_view_init):
11376         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
11377
11378         Fix bugs in the links implementation and change cursor
11379         when hovering a link.
11380
11381 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
11382
11383         * viewer/.cvsignore: added cvsignore file for viewer directory
11384
11385         * TODO: created TODO document
11386
11387 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
11388
11389         * shell/ev-view.h:
11390         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
11391         new functions to help with implementation of sensitivity code
11392         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11393         of all actions that might require it.  Fixes a crash when you
11394         click on the Zoom actions in a window lacking a document.
11395
11396 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
11397
11398         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11399         of the Find action
11400
11401 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11402
11403         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
11404         (pixbuf_document_document_iface_init):
11405         * ps/ps-document.c: (ps_document_get_link),
11406         (ps_document_document_iface_init):
11407         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
11408         (status_message_from_link), (ev_view_set_status),
11409         (ev_view_set_find_status), (ev_view_motion_notify_event),
11410         (ev_view_button_release_event), (ev_view_set_property),
11411         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
11412         (ev_view_get_find_status_message), (update_find_results),
11413         (ev_view_get_status), (ev_view_get_find_status):
11414         * shell/ev-view.h:
11415         * shell/ev-window.c: (view_status_changed_cb),
11416         (view_find_status_changed_cb), (ev_window_init):
11417
11418         View status message support, use it to show the links.
11419         Needs work...
11420
11421 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11422
11423         * backend/ev-document.c: (ev_document_get_link):
11424         * backend/ev-document.h:
11425         * pdf/xpdf/pdf-document.cc:
11426         * shell/ev-application.c: (ev_application_open):
11427         * shell/ev-application.h:
11428         * shell/ev-sidebar-links.c: (selection_changed_cb):
11429         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
11430         (ev_view_go_to_link):
11431
11432         Add support for document links
11433
11434 2005-01-13  Anders Carlsson  <andersca@gnome.org>
11435
11436         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
11437         (create_tool_item):
11438         Set the spin button limits correctly.
11439         
11440         * shell/ev-sidebar-thumbnails.c:
11441         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
11442         Support changing pages by clicking on the thumbnails.
11443         
11444 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11445
11446         * pixbuf/pixbuf-document.c:
11447         (pixbuf_document_thumbnails_get_dimensions),
11448         (pixbuf_document_document_thumbnails_iface_init):
11449
11450         implement get_dimensions
11451
11452 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11453
11454         * ps/ps-document.c: (ps_document_goto_page):
11455
11456         Fix page switching on multipage documents
11457
11458 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
11459
11460         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11461         
11462         check for NULL before assigning to width and height parameters
11463
11464 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11465
11466         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11467         (pixbuf_document_set_property), (pixbuf_document_get_property):
11468
11469         implement get/set properties
11470
11471 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11472
11473         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
11474         
11475         return NULL instead of "Unknown", letting the title get set to
11476         the filename when the pdf has no title.
11477
11478 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11479
11480         * ps/ps-document.c: (ps_document_get_page_count),
11481         (ps_document_goto_page):
11482
11483 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11484
11485         * shell/ev-history.c: (ev_history_get_property),
11486         (ev_history_set_property), (ev_history_class_init),
11487         (ev_history_add_page), (ev_history_set_current_index):
11488         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
11489         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
11490         (ev_navigation_action_finalize):
11491         * shell/ev-navigation-action.h:
11492         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11493         (ev_view_go_forward), (ev_view_get_find_status_message),
11494         (history_index_changed_cb), (ev_view_set_history):
11495         * shell/ev-view.h:
11496         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11497         (update_current_page), (register_custom_actions):
11498
11499         Implement history dropdowns
11500
11501 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11502
11503         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
11504         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11505         (ev_view_go_forward):
11506         * shell/ev-window.c: (register_custom_actions):
11507
11508         Fix several history bugs
11509
11510 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
11511
11512         * configure.ac: Add «nb» to ALL_LINGUAS.
11513
11514 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
11515
11516         * backend/Makefile.am:
11517         * backend/ev-bookmark.c:
11518         * backend/ev-bookmark.h:
11519         * backend/ev-document-bookmarks.c:
11520         * backend/ev-document-bookmarks.h:
11521         * backend/ev-document-links.c: (ev_document_links_get_type),
11522         (ev_document_links_has_document_links),
11523         (ev_document_links_begin_read), (ev_document_links_get_link),
11524         (ev_document_links_get_child), (ev_document_links_next),
11525         (ev_document_links_free_iter):
11526         * backend/ev-document-links.h:
11527         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
11528         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
11529         (ev_link_get_link_type), (ev_link_set_link_type),
11530         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
11531         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
11532         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
11533         (ev_link_new_external):
11534         * backend/ev-link.h:
11535         * pdf/xpdf/pdf-document.cc:
11536         * shell/Makefile.am:
11537         * shell/ev-application.c: (ev_application_open_link):
11538         * shell/ev-application.h:
11539         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
11540         (ev_history_get_link_nth):
11541         * shell/ev-history.h:
11542         * shell/ev-sidebar-bookmarks.c:
11543         * shell/ev-sidebar-bookmarks.h:
11544         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11545         (ev_sidebar_links_class_init), (selection_changed_cb),
11546         (ev_sidebar_links_construct), (ev_sidebar_links_init),
11547         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
11548         (do_one_iteration), (populate_links_idle),
11549         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
11550         * shell/ev-sidebar-links.h:
11551         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11552         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
11553         (go_to_index):
11554         * shell/ev-view.h:
11555         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
11556         * shell/ev-window.h:
11557
11558         Rename bookmark to link, and use "Index" for the sidebar panel.
11559
11560 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11561
11562         * shell/Makefile.am:
11563         * shell/ev-application.c: (ev_application_open_bookmark):
11564         * shell/ev-application.h:
11565         * shell/ev-history.c: (ev_history_init), (free_links_list),
11566         (ev_history_finalize), (ev_history_class_init),
11567         (ev_history_add_link), (ev_history_add_page),
11568         (ev_history_get_link_nth), (ev_history_get_n_links),
11569         (ev_history_get_current_index), (ev_history_set_current_index),
11570         (ev_history_new):
11571         * shell/ev-history.h:
11572         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11573         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
11574         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
11575         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
11576         (ev_view_set_page):
11577         * shell/ev-view.h:
11578         * shell/ev-window.c: (ev_window_open_bookmark),
11579         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
11580         (goto_page_cb), (register_custom_actions):
11581         * shell/ev-window.h:
11582
11583         Initial history implementation. Needs work.
11584
11585 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
11586
11587         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
11588
11589 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11590
11591         * cut-n-paste/recent-files/egg-recent-item.c:
11592         * cut-n-paste/recent-files/egg-recent-item.h:
11593         * cut-n-paste/recent-files/egg-recent-model.c:
11594         * cut-n-paste/recent-files/egg-recent-util.c:
11595         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11596         * cut-n-paste/recent-files/egg-recent-view.c:
11597
11598         Update
11599
11600 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
11601
11602         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
11603         (fillGlyph, fillImageMask, drawImage):
11604         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
11605         pdf/splash/SplashTypes.h:
11606         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
11607         packed mode for Splash.
11608
11609         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
11610         RGB8 packed mode, eliminates the pixbuf data creation loop.
11611
11612         * shell/ev-print-job.c (ev_print_job_finalize)
11613         (ev_print_job_set_property, ev_print_job_get_property)
11614         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
11615         (ev_print_job_use_print_dialog_settings, idle_print_handler)
11616         (print_closure_finalize, ev_print_job_print): implement
11617         printing (for backends with EvPsExporter)
11618
11619         * shell/ev_print_job.h: update prototypes.
11620
11621         * shell/ev-window.c (ev_window_print): unref print job after
11622         printing.
11623
11624         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
11625         unless the document implements the EvDocumentFind interface.
11626
11627 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
11628
11629         * configure.ac: Added ja to ALL_LINGUAS.
11630
11631 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11632
11633         * pdf/xpdf/pdf-document.cc:
11634
11635         add a FIXME. We should probably not allocate
11636         a bookmark object every time
11637
11638 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11639
11640         * shell/ev-application.c: (ev_application_open),
11641         (ev_application_open_bookmark):
11642         * shell/ev-application.h:
11643         
11644         Add a way to open bookmarks
11645
11646         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
11647         (ev_bookmark_set_uri), (ev_bookmark_get_property),
11648         (ev_bookmark_set_property), (ev_bookmark_class_init),
11649         (ev_bookmark_new_title), (ev_bookmark_new_link),
11650         (ev_bookmark_new_external):
11651
11652         Support for external uris, better constructors.
11653
11654         * backend/ev-bookmark.h:
11655         * pdf/xpdf/pdf-document.cc:
11656         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11657
11658         Handle external uris
11659
11660 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11661
11662         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
11663         (ev_sidebar_bookmarks_construct), (do_one_iteration):
11664
11665         Hook up bookmarks navigation
11666
11667 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11668
11669         * backend/Makefile.am:
11670         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
11671         (ev_bookmark_get_title), (ev_bookmark_set_title),
11672         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
11673         (ev_bookmark_get_page), (ev_bookmark_set_page),
11674         (ev_bookmark_get_property), (ev_bookmark_set_property),
11675         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
11676         (ev_bookmark_new):
11677         * backend/ev-bookmark.h:
11678         * backend/ev-document-bookmarks.c:
11679         (ev_document_bookmarks_get_bookmark):
11680         * backend/ev-document-bookmarks.h:
11681         * pdf/xpdf/pdf-document.cc:
11682         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
11683
11684         Add a bookmark object to the backend and use it instead of get_values
11685
11686 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11687
11688         * data/evince-ui.xml:
11689
11690         Cleanup and add select all.
11691
11692         * shell/ev-view.c: (ev_view_select_all),
11693         (ev_view_button_press_event):
11694         * shell/ev-view.h:
11695         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
11696
11697         Add select all.
11698         Clear selection on click.
11699
11700 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
11701
11702         * shell/ev-sidebar-thumbnails.c
11703         (ev_sidebar_thumbnails_set_document): forgot to unref the
11704         loading_icon.
11705
11706 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
11707
11708         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
11709         at the visible page, not just linearly.  This makes it look fast.
11710
11711 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
11712
11713         * backend/ev-document-misc.c
11714         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
11715         white.
11716         * backend/ev-document-thumbnails.h: New interface to get the size
11717         of a page.
11718
11719 2005-01-06  Jeremy Katz  <katzj@redhat.com>
11720
11721         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
11722         make dist works
11723
11724 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
11725
11726         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
11727         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
11728         things up a bit.
11729
11730         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
11731
11732 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
11733
11734         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
11735         fonts. Should fix font problems on systems that have the base
11736         fonts in bitmap format. Reported by James Henstridge
11737         <james@jamesh.id.au>.
11738
11739 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11740
11741         * pdf/xpdf/Gfx.cc:
11742         * pdf/xpdf/GfxState.cc:
11743
11744         Fix for CAN-2004-1125
11745
11746 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11747
11748         * shell/ev-view.c: (ev_view_copy):
11749         * shell/ev-view.h:
11750         * shell/ev-window.c: (ev_window_cmd_edit_copy):
11751
11752         Implement Edit->Copy
11753
11754 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11755
11756         * backend/ev-document.c: (ev_document_get_text):
11757         * backend/ev-document.h:
11758         * pdf/xpdf/pdf-document.cc:
11759         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
11760         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11761         (ev_view_update_primary_selection), (ev_view_button_press_event),
11762         (ev_view_motion_notify_event), (ev_view_button_release_event):
11763
11764         Beginnings of clipboard support. Incomplete but primary sort
11765         of work.
11766
11767 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11768
11769         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
11770         (expose_bin_window):
11771
11772         Nicer rubberband drawing, from GtkIconView.
11773
11774 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11775
11776         * backend/ev-document.c: (ev_document_save):
11777         * backend/ev-document.h:
11778         * data/evince-ui.xml:
11779         * pdf/xpdf/pdf-document.cc:
11780         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
11781
11782         Implement "Save a copy..." menu item
11783
11784 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11785
11786         * shell/ev-view.c: (ev_view_zoom):
11787
11788         Queue a resize when zoom changes
11789
11790 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
11791
11792         * backend/ev-document-misc.[ch]: New misc file to do simple drop
11793         shadows.
11794
11795         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
11796         thumbnails..
11797
11798 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
11799
11800         * pdf/xpdf/pdf-document.cc
11801         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
11802
11803 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
11804
11805         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
11806         It's slow, but I'll speed it up next!
11807
11808 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
11809
11810         * shell/main.c (load_files):
11811
11812         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
11813         from the command line and because it seems more appropriate.
11814
11815 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11816
11817         * data/evince-ui.xml:
11818         * shell/ev-window.c: (update_action_sensitivity),
11819         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
11820
11821         s/next page/page down
11822         s/previous page/page up
11823
11824 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11825
11826         * data/evince-ui.xml:
11827
11828         Change the layout to match clarkbw design.
11829
11830         * shell/Makefile.am:
11831         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
11832         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
11833         (ev_navigation_action_finalize),
11834         (ev_navigation_action_set_property),
11835         (ev_navigation_action_get_property),
11836         (ev_navigation_action_class_init):
11837         * shell/ev-navigation-action.h:
11838
11839         Implement clarkbw toolbar navigation controls (incomplete)
11840
11841         * shell/ev-page-action.c: (update_label), (update_spin),
11842         (value_changed_cb), (create_tool_item), (connect_proxy),
11843         (ev_page_action_init), (ev_page_action_finalize),
11844         (ev_page_action_set_property), (ev_page_action_get_property),
11845         (ev_page_action_set_current_page),
11846         (ev_page_action_set_total_pages), (ev_page_action_class_init):
11847         * shell/ev-page-action.h:
11848
11849         Implement a page switcher in the toolbar
11850
11851         * shell/ev-view.c: (ev_view_scroll_view):
11852         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11853         (update_current_page), (view_page_changed_cb), (goto_page_cb),
11854         (register_custom_actions), (ev_window_init):
11855
11856         Change page on PageUp/Down.
11857
11858 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
11859
11860         * pdf/xpdf/pdf-document.cc
11861         (pdf_document_thumbnails_get_thumbnail): initial stab at
11862         implementing thumbnail support for pdfs.  It only does documents
11863         with precached pdfs now.
11864
11865 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
11866
11867         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
11868         thumbnail code into a time-based idle as well.  Also, turn off the
11869         shadow temporarily as it's really slow.
11870
11871 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11872
11873         * backend/ev-document.c: (ev_document_class_init):
11874         * pdf/xpdf/pdf-document.cc:
11875         * shell/ev-window.c: (ev_window_open):
11876
11877         Fix document title bugs and fallback to
11878         filename when not available.
11879
11880 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11881
11882         * backend/ev-document.c: (ev_document_get_type),
11883         (ev_document_class_init), (ev_document_load),
11884         (ev_document_get_title):
11885         * backend/ev-document.h:
11886         * pdf/xpdf/pdf-document.cc:
11887         * ps/ps-document.c: (ps_document_set_property),
11888         (ps_document_get_property), (ps_document_class_init),
11889         (document_load):
11890         * ps/ps-document.h:
11891         * ps/ps.h:
11892         * shell/ev-window.c: (update_window_title), (ev_window_open),
11893         (ev_window_init):
11894
11895         Initial support for document title. Not working yet.
11896
11897 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11898
11899         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
11900
11901         Grab focus on the view when clicking it
11902
11903 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11904
11905         * shell/ev-marshal.list:
11906         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
11907         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
11908
11909         Add key bindings to the view. Now if the focus would work
11910         right...
11911
11912 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11913
11914         * Makefile.am:
11915         * backend/Makefile.am:
11916         * data/Makefile.am:
11917         * dvi/Makefile.am:
11918         * dvi/dvilib/Makefile.am:
11919         * pdf/xpdf/Makefile.am:
11920         * po/POTFILES.in:
11921         * ps/Makefile.am:
11922
11923         Fix distcheck
11924
11925 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11926
11927         * shell/ev-view.c: (ev_view_realize):
11928
11929         Fix mouse wheel scrolling
11930
11931 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11932
11933         * ps/Makefile.am:
11934         * ps/gstypes.h:
11935         * ps/gtkgs.c:
11936         * ps/gtkgs.h:
11937         * ps/ps-document.c: (catchPipe), (ps_document_init),
11938         (ps_document_class_init), (ps_document_cleanup),
11939         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
11940         (set_up_page), (close_pipe), (is_interpreter_ready),
11941         (interpreter_failed), (output), (input), (start_interpreter),
11942         (stop_interpreter), (file_length), (file_readable),
11943         (check_filecompressed), (check_pdf), (compute_xdpi),
11944         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
11945         (ps_document_get_type), (ps_document_emit_error_msg),
11946         (document_load), (ps_document_next_page),
11947         (ps_document_get_current_page), (ps_document_get_page_count),
11948         (ps_document_goto_page), (ps_document_set_page_size),
11949         (ps_document_zoom_to_fit), (ps_document_set_zoom),
11950         (ps_document_load), (ps_document_get_n_pages),
11951         (ps_document_set_page), (ps_document_get_page),
11952         (ps_document_widget_event), (ps_document_set_target),
11953         (ps_document_set_scale), (ps_document_set_page_offset),
11954         (ps_document_get_page_size), (ps_document_render),
11955         (ps_document_document_iface_init):
11956         * ps/ps-document.h:
11957         * ps/ps.c:
11958         * shell/ev-window.c: (ev_window_open):
11959
11960         Rename GtkGS to PSDocument
11961
11962 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11963
11964         * ps/gtkgs.c: (gtk_gs_class_init):
11965         * ps/gtkgs.h:
11966
11967         Some more leftover...
11968
11969 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11970
11971         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
11972         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
11973         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
11974         * ps/gtkgs.h:
11975
11976         Remove unused code and make a lot of stuff private
11977
11978 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11979
11980         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
11981         (gtk_gs_defaults_changed):
11982         * ps/gsdefaults.h:
11983         * ps/gtkgs.c:
11984         * ps/gtkgs.h:
11985         * ps/ps.h:
11986
11987         Cleanup headers dependencies
11988
11989 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11990
11991         * ps/Makefile.am:
11992         * ps/ggvutils.c:
11993         * ps/ggvutils.h:
11994         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
11995         * ps/gsdefaults.h:
11996         * ps/gtkgs.c: (file_length), (file_readable),
11997         (check_filecompressed), (check_pdf), (gtk_gs_load),
11998         (gtk_gs_get_postscript):
11999
12000         Get rid of ggvutils
12001
12002 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12003
12004         * ps/ggvutils.c:
12005         * ps/ggvutils.h:
12006         * ps/gsio.h:
12007         * ps/gtkgs.c: (gtk_gs_set_zoom):
12008
12009         Cleanups
12010
12011 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12012
12013         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
12014
12015         Ensure the page is rerendered when changing zoom
12016
12017 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12018
12019         * backend/ev-document.c: (ev_document_base_init),
12020         (ev_document_changed):
12021         * backend/ev-document.h:
12022
12023         Add a changed event that is emitted when the page content
12024         changes. This is necessary to deal with the fact that
12025         in ps backend rendering happen asycrounously.
12026         This makes the ps backend mostly work.
12027
12028         * pdf/xpdf/pdf-document.cc:
12029
12030         Emit changed event
12031
12032         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
12033         (ps_document_set_target):
12034
12035         Emit changed event
12036
12037         * shell/ev-view.c: (document_changed_callback),
12038         (ev_view_set_document), (ev_view_set_page):
12039
12040         Redraw on the changed signal
12041
12042 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
12043
12044         * configure.ac: Added pt_BR to ALL_LINGUAS.
12045
12046 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
12047
12048         * backend/ev-document-bookmarks.c:
12049         (ev_document_bookmarks_get_child): *
12050         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
12051         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
12052         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
12053         (ev_sidebar_bookmarks_destroy),
12054         (ev_sidebar_bookmarks_class_init),
12055         (ev_sidebar_bookmarks_construct), (stack_data_free),
12056         (do_one_iteration), (populate_bookmarks_idle),
12057         (ev_sidebar_bookmarks_clear_document),
12058         (ev_sidebar_bookmarks_set_document): *
12059         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
12060         (ev_sidebar_add_page),
12061         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
12062         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
12063         it displays both the topics and the page numbers.
12064
12065 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
12066
12067         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
12068         toggle.
12069         * shell/ev-window.c (toggle_entries): Set sidebar default value to
12070         visible.
12071
12072 2004-12-23  Adam Weinberger  <adamw@gnome.org>
12073
12074         * configure.ac: Added en_CA to ALL_LINGUAS.
12075
12076 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12077
12078         * ChangeLog: replace bottom of this ChangeLog (merged history of
12079         ggv and gpdf; where all paths were wrong and most of the files are
12080         not even in this tree) with ChangeLog (from arch) of the shell
12081         code.
12082
12083 2004-12-23  Havoc Pennington  <hp@redhat.com>
12084
12085         * shell/ev-window.c: hook up potentially-questionable "find
12086         results status text" feature - something involving the sidebar or
12087         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
12088         might be better in the end.
12089
12090         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
12091         with corresponding signal when it should be updated
12092
12093         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
12094
12095 2004-12-22  Havoc Pennington  <hp@redhat.com>
12096
12097         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
12098         find stuff on other pages, sort of (only returns one result on
12099         invisible pages, to show they have results; updates full results
12100         for a page when you view it). Currently repaints the current page
12101         every time a new result is found on any page, which isn't so nice.
12102
12103 2004-12-22  Havoc Pennington  <hp@redhat.com>
12104
12105         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
12106         the document doesn't support find (better ideas?)
12107         (find_bar_search_changed_cb): handle missing document or document
12108         that doesn't support find
12109
12110         * pdf/xpdf/pdf-document.cc: port to implement the new
12111         EvDocumentFindIface
12112
12113         * backend/ev-document-find.c: create a new interface for searching
12114
12115         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
12116
12117 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12118
12119         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
12120         libevbackend.la.
12121
12122         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
12123         EvPrintJob constructor arguments.
12124
12125         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
12126         for documents that can export PostScript (page by page).
12127
12128         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
12129         
12130         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
12131         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
12132         (pdf_document_ps_exporter_iface_init:
12133         Implement EvPSExporter.
12134
12135         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
12136
12137 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12138
12139         * backend/Makefile.am:
12140         * backend/ev-document-thumbnails.c:
12141         (ev_document_thumbnails_get_type),
12142         (ev_document_thumbnails_get_thumbnail):
12143         * backend/ev-document-thumbnails.h:
12144         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12145         (pixbuf_document_thumbnails_get_thumbnail),
12146         (pixbuf_document_document_thumbnails_iface_init):
12147         * shell/Makefile.am:
12148         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
12149         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
12150         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
12151         * shell/ev-sidebar-thumbnails.h:
12152         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12153         (ev_sidebar_set_document):
12154         * shell/ev-utils.c: (gaussian), (create_blur_filter),
12155         (create_shadow), (ev_pixbuf_add_shadow):
12156         * shell/ev-utils.h:
12157         Add thumbnail support.
12158         
12159 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12160
12161         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
12162         (using_postscript_printer): Set up a print dialog for "PostScript
12163         injection" method.
12164
12165         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
12166         EvPrintJob.
12167
12168         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
12169
12170 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12171
12172         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
12173         (ps_document_set_target), (ps_document_get_page_size),
12174         (ps_document_render):
12175         * ps/gtkgs.h:
12176
12177         Fix a few bugs
12178
12179 2004-12-22  Christian Rose  <menthos@menthos.com>
12180
12181         * configure.ac: Added "sv" to ALL_LINGUAS.
12182
12183 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
12184
12185         * backend/ev-document-bookmarks.[ch]: new interface to indicate
12186         document supports bookmarks.
12187
12188 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12189
12190         * ps/ggvutils.c: (ggv_file_readable):
12191         * ps/ggvutils.h:
12192         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
12193         (gtk_gs_get_postscript):
12194
12195         Remove unused utils
12196
12197 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12198
12199         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
12200         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
12201         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
12202         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
12203         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
12204         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
12205         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12206         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12207         (gtk_gs_set_antialiasing), (ps_document_load),
12208         (ps_document_render):
12209         * ps/gtkgs.h:
12210
12211         Another check point for the ps backend. Now I can get it to show
12212         pages!
12213
12214 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
12215
12216         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
12217         document setting code.
12218
12219 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12220
12221         * shell/eggfindbar.c: (entry_activate_callback):
12222         Animate the next button when activate is pressed.
12223         
12224 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12225
12226         * shell/ev-window.c: (ev_window_cmd_edit_find),
12227         (update_fullscreen_popup), (ev_window_fullscreen),
12228         (ev_window_unfullscreen), (ev_window_state_event_cb),
12229         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
12230         Fix bugs in fullscreen code.
12231         
12232 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12233
12234         * Makefile.am:
12235         * configure.ac:
12236         * pixbuf/Makefile.am:
12237         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12238         (pixbuf_document_load), (pixbuf_document_get_n_pages),
12239         (pixbuf_document_set_page), (pixbuf_document_get_page),
12240         (pixbuf_document_set_target), (pixbuf_document_set_scale),
12241         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
12242         (pixbuf_document_render), (pixbuf_document_begin_find),
12243         (pixbuf_document_end_find), (pixbuf_document_finalize),
12244         (pixbuf_document_class_init),
12245         (pixbuf_document_document_iface_init), (pixbuf_document_init):
12246         * pixbuf/pixbuf-document.h:
12247         * shell/Makefile.am:
12248         * shell/ev-application.c: (ev_application_open):
12249         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
12250         (ev_window_open):
12251         Add pixbuf backend.
12252         
12253 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
12254
12255         * Makefile.am: 
12256         * dvi/dvilib/Makefile.am:
12257         * dvi/Makefile.am:
12258         * configure.ac: Auto*ify dvi and dvi/dvilib
12259
12260         * dvi/Makefile: Remove from CVS
12261         
12262         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
12263         confusion.
12264
12265         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
12266         
12267         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
12268         
12269 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12270
12271         * ps/Makefile.am:
12272         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
12273         (gtk_gs_value_adjustment_changed), (compute_size),
12274         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
12275         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
12276         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12277         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12278         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
12279         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
12280         (ps_document_load), (ps_document_get_n_pages),
12281         (ps_document_set_page), (ps_document_get_page),
12282         (ps_document_set_target), (ps_document_set_scale),
12283         (ps_document_set_page_offset), (ps_document_get_page_size),
12284         (ps_document_render), (ps_document_begin_find),
12285         (ps_document_end_find), (ps_document_document_iface_init):
12286         * ps/gtkgs.h:
12287         * shell/Makefile.am:
12288         * shell/ev-window.c: (ev_window_open):
12289
12290         Some work to integrate gtkgs with EvDocument
12291
12292 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12293
12294         * shell/ev-window.c: (update_fullscreen_popup),
12295         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
12296         (exit_fullscreen_button_clicked_cb),
12297         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
12298         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12299         (ev_window_state_event_cb), (ev_window_init):
12300         Add fullscreen support from Epiphany.
12301         
12302 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12303
12304         * data/ev-stock-zoom-fit-width.png: fit-width
12305         stock icon from gpdf.
12306         
12307         * shell/ev-stock-icons.[ch]: copied from gpdf.
12308         
12309         * shell/main.c: (main): init stock icons.
12310         
12311         * shell/ev-window.c: use the fit-width icon.
12312         
12313         * data/evince-ui.xml: add zooming toolbar items.
12314
12315 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12316
12317         * shell/ev-view.c: 
12318         (ev_view_best_fit), (ev_view_fit_width): because
12319         get_page_size() returns the scaled page size, we
12320         need to calculate the scale factor relative to
12321         the previous scale factor. Should really just
12322         add get_real_page_size().
12323
12324 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12325
12326         * shell/ev-view.[ch]:
12327         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
12328         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
12329         add zooming.
12330         
12331         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
12332         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
12333         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
12334         hook it up.
12335         
12336         * pdf/xpdf/pdf-document.cc:
12337         (pdf_document_begin_find),
12338         (pdf_document_end_find): make static.
12339
12340 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12341
12342         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
12343
12344         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
12345         names to fontconfig patterns.
12346         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
12347
12348         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
12349         setupBaseFontsFc.
12350
12351 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12352
12353         * Makefile.am:
12354         * configure.ac:
12355         * ps/Makefile.am:
12356         * ps/ggvutils.c:
12357         * ps/ggvutils.h:
12358         * ps/gsdefaults.c:
12359         * ps/gsdefaults.h:
12360         * ps/gsio.c:
12361         * ps/gsio.h:
12362         * ps/gtkgs.c:
12363         * ps/gtkgs.h:
12364         * ps/ps.c:
12365         * ps/ps.h:
12366
12367         Import ggv backend. Not hooked up yet.
12368
12369 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12370
12371         * shell/main.c: (load_files), (main): load files
12372         from the command line.
12373
12374 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12375
12376         * configure.ac: don't require bonobo.
12377         
12378         * cut-n-paste/recent-files/*: kill bonobo recent
12379         view.
12380
12381         * shell/ev-window.c:
12382         (ev_window_is_empty): upd.
12383         (unable_to_load), (ev_window_open): load backend
12384         based on the mime type.
12385
12386 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12387
12388         * backend/.cvsignore: ignore generated marshalers source.
12389
12390         * shell/main.c (main): this is not epiphany.
12391
12392 2004-12-22  Havoc Pennington  <hp@redhat.com>
12393
12394         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
12395         (expose_bin_window): draw find highlights
12396
12397         * shell/ev-window.c (find_bar_search_changed_cb): implement 
12398         
12399         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
12400         (pdf_document_end_find): implement this interface
12401
12402         * backend/ev-document.c (ev_document_found): add this to emit
12403         signal
12404
12405 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
12406
12407         * data/evince-ui.xml: Add a few more toolbar items.
12408
12409         * shell/ev-window.c: Hook up page navigation toolbar 
12410         items.
12411
12412         * shell/ev-view.[ch]: add ev_view_set/get_page and 
12413         a page-changed signal.
12414
12415         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
12416         Add ev_document_get_page().
12417
12418         * shell/ev-window.c: Sensitize/desensitize navigation
12419         actions.
12420
12421 2004-12-21  Havoc Pennington  <hp@redhat.com>
12422
12423         * backend/ev-backend-marshal.c,
12424         backend/ev-backend-marshalers.list, backend/Makefile.am: add
12425         marshaler-generator thingy. I'm sure there's a better way to do
12426         this in the modern world.
12427
12428         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
12429         end_find methods and "found" signal.
12430
12431         * configure.ac: find glib-genmarshal
12432
12433 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
12434
12435         * shell/ev-sidebar.c: Construct an actual sidebar.
12436         * shell/ev-sidebar-bookmarks.[ch]:
12437         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
12438
12439 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
12440
12441         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
12442         Redo size handling.
12443         
12444         * shell/ev-view.c: Track the size from the document.
12445
12446 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
12447
12448         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
12449         constructor assumes ownership of the string passed in.
12450         
12451         * shell/ev-window.c (ev_window_open): Destroy the error
12452         dialog once we've displayed it.
12453
12454 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
12455
12456         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
12457         a bit, it works! (sort of)
12458
12459         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
12460         Move to .cc since we need to use C++ in the implementation.
12461
12462         * shell/dummy.cc: Add a CC file to force evince
12463         to be linked as a C++ program.
12464
12465 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
12466
12467         * shell/ev-view.[ch]: Start of content-area widget.
12468
12469         * shell/ev-window.c: Create a EvView, update it
12470         as we change documents.
12471
12472         * shell/Makefile.am shell/ev-marshal.list: Add
12473         generated marshalers.
12474
12475 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
12476
12477         * Makefile.am (SUBDIRS): move shell.
12478
12479 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
12480
12481         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
12482         .a to libtool convenience libraries.
12483
12484         * shell/ev-window.c (ev_window_open): Hard code loading
12485         a PDF document.
12486         
12487         * backend/ev-document.h: Add a boolean return to load(),
12488         fix GError * to GError **.
12489
12490         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
12491         object for a PDF backend EvDocument.
12492
12493 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
12494
12495         * dvi/*: New directory with the beginning of a .dvi backend.
12496
12497 2004-12-21  Havoc Pennington  <hp@redhat.com>
12498
12499         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
12500         previous/next instead of back/forward
12501
12502 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
12503
12504         * backend/ev-document.[ch]: Fix a couple of problems so
12505         it compile.
12506
12507 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
12508
12509         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
12510         to backend/ directory, rename EvViewer to EvDocument.
12511
12512 2004-12-21  Havoc Pennington  <hp@redhat.com>
12513
12514         * shell/ev-window.c: hook up the find bar widget; now we just need
12515         a document to find things in
12516
12517         * shell/eggfindbar.c: a find bar widget
12518
12519 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
12520
12521         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
12522
12523 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
12524
12525         * pdf/**: Import of xpdf code from gpdf. 
12526
12527         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
12528
12529         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
12530         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
12531         Fix FreeType includes.
12532
12533         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
12534         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
12535         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
12536         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
12537         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
12538         Include xpdfconfig.h
12539         
12540 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
12541
12542         * shell/ev-window.c (ev_window_dispose): dispose can be called
12543         multiple times.
12544
12545 2004-12-21  Havoc Pennington  <hp@redhat.com>
12546
12547         * shell/ev-window.c (ev_window_init): set title to Document Viewer
12548         rather than Evince
12549
12550         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
12551         items; really they should be synced with the strings, etc. from
12552         current gpdf, but just getting the boring typing out of the way 
12553
12554 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12555
12556         * po/POTFILES.in:
12557         * shell/ev-application.c: (window_destroy_cb):
12558         * shell/ev-window.c:
12559         * shell/main.c: (main):
12560
12561         Actually show the window...
12562
12563 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12564
12565         * Makefile.am:
12566         * shell/Makefile.am:
12567         * shell/ev-application.c: (ev_application_class_init):
12568         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
12569
12570         Make it build again
12571
12572 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12573
12574         Import to gnome cvs.
12575         
12576         * Remove copies of gpdf and ggv trees.
12577         * Rip out all the recursive configure code.
12578         * Remove bonobo machinery.
12579         * viewer/*: GInterfaces that backends should/can implement.
12580
12581 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12582
12583         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
12584         typo
12585
12586 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12587
12588         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
12589         (ev_application_finalize, ev_application_class_init)
12590         (ev_application_init): use GType instance private data for priv.
12591
12592         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
12593         (ev_window_finalize, ev_window_class_init)
12594         (ev_window_init): ditto.
12595
12596 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12597
12598         * shell/ev-application.c (ev_application_new_window): make public
12599         (ev_application_show_initial_window): kill.
12600
12601         * shell/ev-application.h: update prototypes.
12602
12603         * shell/main.cc (main): inline ev_application_show_initial_window.
12604
12605 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12606
12607         * shell/ev-application.c (ev_application_new_window): impl.
12608         (ev_application_show_initial_window): use it.
12609         (is_window_empty, ev_application_get_empty_window): returns an
12610         existing empty window or a new one.
12611         (ev_application_open): from ev_window_cmd_file_open.
12612
12613         * shell/ev-application.h: update prototypes
12614
12615         * shell/ev-window.c (ev_window_is_empty): impl.
12616         (ev_window_open): make public.
12617         (ev_window_cmd_file_open): use ev_application_open
12618
12619         * shell/ev-window.h: update prototypes, remove unused.
12620
12621 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12622
12623         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
12624         move destroy handler out of here...
12625
12626         * shell/ev-application.c, shell/ev-application.h: ...into this new
12627         class. Also handles initial window creation.
12628
12629         * shell/main.cc (main): use EvApplication to create initial
12630         window.
12631
12632 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12633
12634         * Makefile.am (SUBDIRS): add cut-n-paste
12635
12636         * cut-n-paste/Makefile.am: add
12637
12638         * configure.ac: generate Makefiles in cut-n-paste
12639
12640 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12641
12642         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
12643         (ev_window_class_init): install ev_window_dispose.
12644
12645 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12646
12647         * shell/ev-window.h, shell/ev-window.c: replace gchar with
12648         char (gchar looks stupid).
12649
12650 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12651
12652         * po/de.po: updated German translation.
12653
12654 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12655
12656         * configure.ac: add more pkg-config library checks for gnome-vfs,
12657         bonobo etc.
12658
12659         * gpdf/configure.in: temporarily disable libpaper
12660         checks. Otherwise I'd have to add the checks for the shell, too.
12661
12662 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12663
12664         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
12665         and * file filters to the file choose.
12666
12667 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12668
12669         * po/de.po: Updated German translation.
12670
12671 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12672
12673         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
12674
12675 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12676
12677         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
12678
12679         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
12680         (ev_window_init): implement those menuitems.
12681
12682 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12683
12684         * data/evince-ui.xml: add a toolbar (with FileOpen action)
12685
12686         * shell/ev-window.c (ev_window_init): use the toolbar.
12687
12688 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12689
12690         * shell/ev-window.c (ev_window_init): use menu translations
12691
12692 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12693
12694         * configure.ac: add "de" to ALL_LINGUAS.
12695
12696         * po/de.po: add German translation.
12697
12698 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12699
12700         * Makefile.am (SUBDIRS): add po
12701
12702         * configure.ac: check intltool, glib-gettext etc, generate
12703         po/Makefile.in
12704
12705         * po, po/POTFILES.in, po/POTFILES.skip: new.
12706
12707 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12708
12709         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
12710         already use (#ifdef ENABLE_NLS)
12711
12712         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
12713         pointer indirection thinko.
12714
12715         * shell/main.c: include gi18n.h for bindtextdomain etc.
12716
12717 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12718
12719         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
12720         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
12721         tooltips for menu items in the statusbar.
12722
12723 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12724
12725         * configure.ac, data/Makefile.am, shell/Makefile.am: use
12726         pkgdatadir drop UIDIR
12727
12728 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12729
12730         * data/evince-ui.xml: Add File->Open menu item
12731
12732         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
12733         chooser), hook it up in the ui manager.
12734
12735 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12736
12737         * shell/ev-window.c: fix Help->About tooltip.
12738
12739 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
12740
12741         * configure.ac: set CFLAGS for libevprivate.
12742
12743         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
12744         definitions, factory etc.
12745
12746         * lib/Makefile.am: build libevprivate.a (only stock icon code).
12747
12748         * shell/Makefile.am: link against libevprivate.a.
12749
12750         * shell/ev-window.c (entries): add stock icon to Help->About.
12751
12752         * shell/main.c (main): init stock icon code.
12753
12754 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12755
12756         * lib/recent-files: egg recent files code
12757
12758         * lib/Makefile.am: add.
12759
12760         * Makefile.am: add lib subdir.
12761
12762         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
12763         set CFLAGS for recent-files.
12764
12765 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12766
12767         * configure.ac: disable -ansi and -pedantic gcc flags. They
12768         disable POSIX stuff in stdio.h, but egg-recent uses them.
12769
12770 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
12771
12772         * configure.ac: add --disable-deprecated flag (defaults to on in
12773         "cvs" builds).
12774
12775         * shell/Makefile.am (INCLUDES): use it.
12776
12777 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12778
12779         * shell/main.c: add missing #include.
12780
12781         * shell/ev-window.c: fix for pedantic gcc.
12782         (ev_window_cmd_help_about): split license into paragraphs for
12783         translators and pedantic compilers.
12784
12785 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12786
12787         * configure.ac: add more warning flags if compiling with gcc from
12788         cvs (or explicitly requested with --enable-more-warnings).
12789
12790 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12791
12792         * data/evince-ui.xml: add File and File->Close menu.
12793
12794         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
12795         (ev_window_destroy): quit after destroy.
12796         (ev_window_class_init): override GtkObject::destroy.
12797         (entries): install close_window callback.
12798
12799 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12800
12801         * Makefile.am (SUBDIRS): add data subdir.
12802
12803         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
12804         gtk+ 2.5.0 for GtkAboutDialog.
12805
12806         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
12807         main window.
12808
12809         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
12810
12811         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
12812         manager.
12813         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
12814
12815 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12816
12817         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
12818
12819 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12820
12821         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
12822
12823 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12824
12825         * shell/*: Added shell directory boilerplate, build it.
12826
12827 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12828
12829         * configure.ac, Makefile.am: Added top-level configure.ac and
12830         Makefile.am