]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Added, EvTransitionAnimation will contain the implementations for page
[evince.git] / ChangeLog
1 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2
3         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
4         will contain the implementations for page transition animations, at
5         the moment it just has the "replace" effect.
6         * shell/Makefile.am: Added these files to build.
7
8 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
9
10         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
11         animations.
12         * shell/Makefile.am: Added these files to build.
13
14 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
15
16         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
17         implementation to get_effect() in EvDocumentTransitionIface.
18
19 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
20
21         * libdocument/ev-transition-effect.[ch]: New files, define a page
22         transition effect, at the moment it maps PopplerPageTransition to a
23         GObject.
24         * libdocument/Makefile.am: Added these files to build.
25         * libdocument/ev-document-transition.[ch]
26         (ev_document_transition_get_effect): New method, gets the
27         EvTransitionEffect returned by the interface implementation, with
28         fallback to the "replace" effect.
29
30 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
31
32         * configure.ac:
33         * cut-n-paste/Makefile.am:
34         * cut-n-paste/fileformatchooser/Makefile.am:
35         * cut-n-paste/fileformatchooser/egg-macros.h:
36         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
37         * shell/Makefile.am:
38         * shell/ev-window.c: (image_save_dialog_response_cb),
39         (ev_view_popup_cmd_save_image_as):
40
41         Allow exporting images in any format supported by
42         GdkPixbuf. Fixes bug #500209.
43         
44 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
45
46         * backend/pixbuf/pixbuf-document.c:
47
48         More warnings fixed.
49         
50 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
51
52         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
53         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
54         * backend/djvu/djvu-text.h:
55         * backend/tiff/tiff-document.c: (tiff_document_render):
56
57         Fix compile warnings.
58         
59 2007-12-28  Christian Persch  <chpe@gnome.org>
60
61         * **/*.c: Include config.h. Bug #504721.
62
63 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
64
65         * configure.ac:
66         * Makefile.am:
67         * po/POTFILES.in:
68         * backend/comics/Makefile.am:
69         * backend/comics/comics-document.[ch]:
70         * backend/comics/comicsdocument.evince-backend.in:
71         * backend/djvu/Makefile.am:
72         * backend/djvu/djvu-document.[ch]:
73         * backend/djvu/djvudocument.evince-backend.in:
74         * backend/dvi/Makefile.am:
75         * backend/dvi/dvi-document.[c]:
76         * backend/dvi/dvidocument.evince-backend.in:
77         * backend/impress/Makefile.am:
78         * backend/impress/impress-document.[ch]:
79         * backend/impress/impressdocument.evince-backend.in:
80         * backend/pdf/Makefile.am:
81         * backend/pdf/ev-poppler.cc:
82         * backend/pdf/ev-poppler.h:
83         * backend/pdf/pdfdocument.evince-backend.in:
84         * backend/pixbuf/Makefile.am:
85         * backend/pixbuf/pixbuf-document.[ch]:
86         * backend/pixbuf/pixbufdocument.evince-backend.in:
87         * backend/ps/Makefile.am:
88         * backend/ps/ev-spectre.[ch]:
89         * backend/ps/ps-document.[ch]:
90         * backend/ps/psdocument.evince-backend.in:
91         * backend/tiff/Makefile.am:
92         * backend/tiff/tiff-document.[ch]:
93         * backend/tiff/tiffdocument.evince-backend.in:
94         * libdocument/Makefile.am:
95         * libdocument/ev-backends-manager.[ch]:
96         * libdocument/ev-module.[ch]:
97         * libdocument/ev-document.h:
98         * libdocument/ev-document-factory.[ch]:
99         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
100         (get_compression_from_mime_type), (get_document_from_uri),
101         (ev_document_factory_get_document), (file_filter_add_mime_types),
102         (ev_document_factory_add_filters):
103         * shell/Makefile.am:
104         * shell/ev-window-title.c: (get_filename_from_uri):
105         * shell/main.c: (main):
106         * thumbnailer/Makefile.am:
107         * thumbnailer/evince-thumbnailer.c: (main):
108
109         Plugin system for backends. Fixes bug #351348.
110         
111 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
112
113         * shell/ev-view-private.h:
114         * shell/ev-view.c: (ev_view_drag_update_momentum),
115         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
116         (ev_view_button_release_event), (ev_view_destroy):
117         
118         Kinetic scrolling implemented as requested in
119         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
120
121 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
122
123         * data/evince-toolbar.xml:
124         * data/evince-ui.xml:
125         * shell/ev-view-private.h:
126         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
127         (ev_view_button_press_event), (ev_view_motion_notify_event),
128         (ev_view_button_release_event), (ev_view_init),
129         (ev_view_autoscroll_cb), (ev_view_autoscroll),
130         (ev_view_set_cursor):
131         * shell/ev-view.h:
132         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
133         (ev_window_cmd_view_autoscroll):
134         
135         Autoscroll feature with the context menu. Fixes bug 
136         #323670. Thanks to David Turner <cillian64@googlemail.com>.
137
138 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
139
140         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
141
142         Disconnect also page-ready signal when removing a job because the
143         page size has changed. Thanks to kripken
144         <kripkensteiner@gmail.com>.
145
146 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
147
148         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
149         
150         Scroll pages in page entry with mouse wheel. Fixes bug
151         #324122. Thanks to David Turner <cillian64@googlemail.com>.
152
153 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
154
155         * backend/dvi/Makefile.am:
156         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
157         (mdvi_cairo_device_init):
158         * backend/dvi/mdvi-lib/common.h:
159         * backend/dvi/mdvi-lib/mdvi.h:
160         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
161         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
162         (mdvi_build_path_from_cwd):
163
164         Add ps specials support in dvi backend when libspectre is
165         present. Fixes bug #386005.
166         
167 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
168
169         * configure.ac:
170         * backend/ps/Makefile.am:
171         * backend/ps/ev-spectre.[ch]:
172         
173         Use libspectre, if available, for the ps backend. Fixes bugs
174         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
175
176 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
177         
178         * backend/comics/comics-document.c: (comics_document_load):
179         
180         Cygwin build issue fix.
181
182 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
183
184         * shell/ev-view.c: (ev_view_set_zoom):
185
186         Do not limit the minimum zoom factor when sizing mode is best bit
187         or fit width. Fixes bug #503805.
188         
189 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
190
191         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
192         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
193         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
194         (ev_link_dest_get_property), (ev_link_dest_set_property),
195         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
196         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
197         (ev_link_dest_new_fitr):
198         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
199         (goto_fith_dest), (goto_xyz_dest):
200
201         Do not change left, top and zoom values when they are null in PDF
202         destinations. Fixes bug #460658.
203         
204 2007-12-10  Christian Persch  <chpe@gnome.org>
205
206         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
207         (ev_view_accessible_class_init),
208         (ev_view_accessible_idle_do_action),
209         (ev_view_accessible_action_do_action),
210         (ev_view_accessible_action_get_description),
211         (ev_view_accessible_action_set_description),
212         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
213         (ev_view_accessible_factory_init),
214         (ev_view_accessible_factory_get_accessible_type):
215         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
216         private data, and G_DEFINE_TYPE. Bug #502843.
217
218 2007-12-08  Christian Persch  <chpe@gnome.org>
219
220         * shell/ev-metadata-manager.c: (item_free),
221         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
222         (value_free), (parse_value), (parseItem),
223         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
224         (save_values): Use GSlice to allocate small amounts of memory. Bug
225         #475972.
226
227 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
228
229         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
230
231         Restore cursor to normal after a drag operation. Fixes bug
232         #501603.
233         
234 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
235
236         * NEWS:
237         * configure.ac:
238         
239         Update for release 2.21.1
240
241 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
242
243         * configure.ac:
244         * cut-n-paste/gedit-message-area/Makefile.am:
245         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
246         * shell/Makefile.am:
247         * shell/ev-message-area.[ch]:
248         * shell/ev-window.c: (ev_window_set_message_area),
249         (ev_window_error_message_response_cb), (ev_window_error_message),
250         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
251         (ev_window_save_job_cb), (image_save_dialog_response_cb),
252         (ev_attachment_popup_cmd_open_attachment),
253         (attachment_save_dialog_response_cb), (ev_window_set_document),
254         (ev_window_init):
255
256         Use a message area instead of a popup dialog for error
257         notifications. Fixes bug #337495.
258         
259 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
260
261         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
262         (ev_window_run_fullscreen):
263
264         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
265         
266 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
267
268         * ev-sidebar-thumbnails.c: (update_visible_range),
269         (ev_sidebar_thumbnails_refresh),
270         (ev_sidebar_thumbnails_set_document),
271         (ev_sidebar_thumbnails_support_document):
272
273         Show thumbnails for documents with one page. Fixes bug #358751.
274         
275 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
276
277         * shell/ev-window.c:
278         (ev_window_load_print_settings_from_metadata),
279         (ev_window_save_print_settings), (ev_window_print_finished),
280         (ev_window_print_range):
281
282         Print settings that are specific to the document are now saved per
283         document in the metadata file. Fixes bug #488806.
284         
285 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
286
287         * backend/tiff/tiff-document.c: (tiff_document_render):
288
289         Tiff documents were rendered with wrong colors. Fixes bug #497279.
290         
291 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
292
293         * shell/ev-application.[ch]: (get_find_string_from_args),
294         (ev_application_open_uri_at_dest), (ev_application_open_uri),
295         (ev_application_open_uri_list):
296         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
297         * shell/ev-window.[ch]: (ev_window_load_job_cb),
298         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
299         (ev_window_cmd_recent_file_activate),
300         (ev_window_open_recent_action_item_activated),
301         (ev_window_print_send), (open_remote_link):
302         * shell/main.c: (arguments_parse):
303
304         Add a command line option for search. Fixes bug #497710.
305         
306 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
307
308         * shell/ev-jobs.c: (ev_job_print_new):
309
310         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
311         
312 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
313
314         * data/evince-toolbar.xml:
315         * shell/Makefile.am:
316         * shell/ev-application.c: (ev_application_init):
317         * shell/ev-open-recent-action.[ch]:
318         * shell/ev-window.c:
319         (ev_window_open_recent_action_item_activated),
320         (register_custom_actions):
321
322         Add an expander to the open toolbar item which pops up a dropdown
323         menu with the recently used documents. Fixes bug #487215.
324         
325 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
326
327         * shell/ev-window.c: (ev_window_open_uri),
328         (ev_window_cmd_view_reload):
329
330         Do not jump to the first page when reloading by running evince
331         from the command line. Fixes bug #490847.
332         
333 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
334
335         * shell/ev-window.c: (ev_window_cmd_help_contents):
336
337         Plugged memory leak when help file is not found. Fixes bug
338         #490762.
339         
340 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
341
342         * configure.ac:
343
344         Enable djvu, dvi and comics backends by default. Fixes bug
345         #437121.
346         
347 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
348
349         * configure.ac:
350         * cut-n-paste/Makefile.am:
351         * cut-n-paste/recent-files/*: Removed
352         * help/reference/Makefile.am:
353         * shell/Makefile.am:
354         * shell/ev-application.[ch]: (ev_application_shutdown),
355         (ev_application_init):
356         * shell/ev-window.c: (ev_window_add_recent),
357         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
358
359         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
360         
361 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
362
363         * shell/ev-window.c: (launch_external_uri):
364
365         Let GnomeVFS check the URL, this allow more URL (like mailto:),
366         and report error if the URL is not supported (#489910).
367
368 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
369
370         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
371         (pdf_document_file_exporter_begin_page),
372         (pdf_document_file_exporter_end_page):
373
374         Fix printing with poppler splash backend. Fixes bug #489774.
375         
376 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
377
378         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
379         * shell/ev-print-job.c: (ev_print_job_class_init):
380
381         Fix a crash when printing with the gnome-print dialog. Fixes bug
382         #488939.
383         
384 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
385
386         * backend/pixbuf/pixbuf-document.c:
387
388         Fix an implicit function definition warning (#487655)
389
390 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
391
392         * shell/ev-window.c:
393
394         Fix conflicting shortcut for view sade pane and presentation.
395         
396 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
397
398         * backend/pdf/ev-poppler.cc:
399         (pdf_document_file_exporter_begin_page),
400         (pdf_document_file_exporter_do_page),
401         (pdf_document_file_exporter_end_page),
402         (pdf_document_file_exporter_iface_init):
403         * libdocument/ev-file-exporter.[ch]:
404         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
405         * shell/ev-jobs.c: (ev_job_print_get_page_list),
406         (ev_job_print_run):
407
408         When printing multiple pages per sheet in reverse option, do not
409         invert the order of the pages in every sheet, but the order of the
410         sheets. Do not print blank pages when page range is invalid. Fixes
411         bugs #484857 and #485521.
412         
413 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
414
415         * shell/ev-jobs.c: (ev_job_print_get_page_list),
416         (ev_job_print_run):
417         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
418
419         Respect ranges order when printing more than one range in random
420         order.
421         
422 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
423
424         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
425         (ev_window_setup_document), (ev_window_rotation_changed_cb):
426
427         Rotate also the window icon when document is rotated. Fixes bug
428         #474681.
429         
430 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
431
432         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
433         (pdf_document_forms_get_form_fields):
434
435         Silently ignore unknown form fields. Fixes bug #482654. Patch by
436         Matthias Drochner.
437         
438 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
439
440         * configure.ac:
441         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
442
443         Use poppler_page_render_for_printing() instead of
444         poppler_page_render() if available when exporting to a ps or pdf
445         file. Fixes bug #476627.
446         
447 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
448
449         * shell/ev-window.c: (ev_window_run_fullscreen):
450
451         Do not show the toolbar in fullscreen mode if the main toolbar is
452         not visible. Fixes bug #483048.
453         
454 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
455
456         * shell/ev-view.c: (ev_view_button_press_event):
457
458         Give priority to form fields over images when deciding whether a
459         button press event is over an image or form field. It allows edit
460         form fields when they are over a background image. Fixes bug
461         #477841.
462         
463 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
464
465         * NEWS:
466         * configure.ac:
467         
468         Update for release 2.20.0
469
470 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
471
472         * backend/pdf/ev-poppler.cc:
473
474         Remove #ifdef HAVE_FORMS, so that forms support works again.
475
476 2007-09-05  Götz Waschk  <waschk@mandriva.org>
477
478         * configure.ac:
479         * data/evince.desktop.in.in:
480         
481         Fixes desktop file issues. See bug #473471.
482
483 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
484
485         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
486         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
487         (ev_job_queue_remove_job):
488         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
489         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
490         * shell/ev-window.c: (ev_window_clear_save_job),
491         (ev_window_save_job_cb), (file_save_dialog_response_cb),
492         (ev_window_dispose):
493
494         Move save a copy task to its own job so that it's carried out in a
495         thread avoiding another lock in the main thread. Use
496         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
497         can be saved to a pathin another file system. Fixes bug #456891.
498         
499 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
500
501         * NEWS:
502         * configure.ac:
503         
504         Update for release 2.19.92
505
506 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
507
508         * configure.ac:
509         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
510         (pdf_selection_get_selection_region),
511         (pdf_selection_get_selection_map),
512         (ev_form_field_from_poppler_field):
513
514         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
515         and triple click selections are enabled again now.
516
517 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
518
519         * shell/ev-window.c: (ev_window_add_history):
520
521         Make sure not to use the history with documents not supporting
522         links. Fixes bug #468954.
523
524 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
525
526         * shell/ev-window.c: (ev_window_load_job_cb):
527
528         Restart the search when reloading a document with the find bar
529         visible. Fixes bug #461962.
530
531 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
532
533         * shell/ev-window.c: (setup_document_from_metadata),
534         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
535
536         Do not jump to the first page when reloading a document from the
537         last page.
538
539 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
540
541         * shell/ev-window.c: (update_chrome_flag),
542         (setup_sidebar_from_metadata),
543         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
544         (ev_window_cmd_edit_find_next),
545         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
546         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
547         (find_bar_close_cb), (view_actions_focus_in_cb):
548
549         Do not update visibility when changing a chrome flag so that it's
550         possible to update several flags and update visibility only once
551         for all of them.
552
553 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
554
555         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
556
557         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
558         supported by gtk+. Fixes bug #460907.
559
560 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
561
562         * shell/ev-view.c: (view_update_range_and_current_page):
563
564         Make sure current-page <= end-page in continuous mode. Fixes bug
565         #454950.
566
567 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
568
569         * backend/pdf/ev-poppler.cc: (build_tree):
570
571         Ignore outline items without a title. Fixes bug #453913.
572
573 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
574
575         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
576         (ev_view_button_release_event), (ev_view_leave_notify_event):
577
578         Use always drag mouse cursor during a drag operation. Fixes bug
579         #470564.
580
581 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
582
583         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
584         (pdf_selection_get_selection_region),
585         (pdf_selection_get_selection_map):
586
587         Temporarily disable double and triple selections since it depends on
588         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
589         released and the update of the external dependency minimal version
590         approved.
591
592 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
593
594         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
595         (pdf_document_file_exporter_do_page):
596         * libdocument/ev-file-exporter.h:
597         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
598         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
599
600         Actually fix printing regressions. Remove orientation from
601         EvPrintContext since it's redundant.
602
603 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
604
605         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
606         * backend/impress/impress-document.c:
607         (impress_document_document_iface_init):
608         * backend/ps/ps-document.c: (ps_document_document_iface_init):
609         * backend/djvu/djvu-document.c:
610         (djvu_document_document_iface_init),
611         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
612         * backend/tiff/tiff-document.c:
613         (tiff_document_document_iface_init):
614         * backend/pixbuf/pixbuf-document.c:
615         (pixbuf_document_document_iface_init):
616         * backend/comics/comics-document.c:
617         (comics_document_document_iface_init):
618         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
619         (pdf_selection_render_selection),
620         (pdf_selection_get_selected_text),
621         (pdf_selection_get_selection_region),
622         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
623         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
624         (ev_selection_get_selection_region),
625         (ev_selection_get_selection_map):
626         * libdocument/ev-document.[ch]:
627         * shell/ev-pixbuf-cache.[ch]: (add_job),
628         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
629         * shell/ev-view-private.h:
630         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
631         (ev_job_render_run):
632         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
633         * shell/ev-view.c: (start_selection_for_event),
634         (ev_view_button_press_event), (ev_view_drag_data_get),
635         (ev_view_drag_data_received), (ev_view_button_release_event),
636         (compute_new_selection_text), (compute_selections),
637         (ev_view_select_all), (get_selected_text), (ev_view_copy),
638         (ev_view_primary_get_cb):
639
640         Add support for double and triple click selections.
641
642 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
643
644         * NEWS:
645         * configure.ac:
646
647         Update for release 2.19.4
648
649 2007-08-28  Justin Blanchard  <justinb04@aim.com>
650
651         * shell/ev-view-private.h:
652         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
653         (ev_view_set_highlight_search):
654         * shell/ev-view.h:
655         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
656         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
657         (find_bar_visibility_changed_cb):
658         
659         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
660
661 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
662
663         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
664         (pdf_document_file_exporter_begin),
665         (pdf_document_file_exporter_do_page):
666         * shell/ev-jobs.c: (ev_job_print_run):
667         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
668
669         Create always a portrait cairo surface and rotate when needed for
670         landscape. It fixes printing problems in real printers.
671
672 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
673
674         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
675         * libdocument/ev-file-exporter.[ch]:
676         (ev_file_exporter_get_capabilities):
677         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
678         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
679
680         Adjust number of pages per row according to page orientation when
681         printing 2 or 6 pages per sheet.
682
683 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
684
685         * shell/ev-window.c: (ev_window_print_send):
686
687         Reset also cups setting to 1 when printing multiple pages per
688         sheet. Fixes bug #468853.
689
690 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
691
692         * libdocument/ev-document-misc.c:
693         (ev_document_misc_surface_rotate_and_scale):
694
695         Use directly cairo_surface_get_content() when creating a similar
696         surface as suggested by Jeff Muizelaar. Thanks again.
697
698 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
699
700         * backend/djvu/djvu-document.c: (djvu_document_render):
701         * backend/tiff/tiff-document.c: (tiff_document_render):
702         * backend/pdf/ev-poppler.cc: (pdf_document_render):
703         * libdocument/ev-document-misc.c:
704         (ev_document_misc_surface_from_pixbuf),
705         (ev_document_misc_surface_rotate_and_scale):
706
707         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
708         creating page surfaces. Fixes bug #453123. Thank you very much to
709         Jeff Muizelaar <jeff@infidigm.net>.
710
711 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
712
713         * shell/ev-page-cache.c: (ev_page_cache_new),
714         (ev_page_cache_get_thumbnail_size):
715         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
716         (ev_sidebar_thumbnails_set_loading_icon):
717
718         Also store in page-cache the dimensions of the thumbnails so that
719         they can be used to create the correct loading icon in the side
720         pane. Fixes bug #466857.
721
722 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
723
724         * backend/pdf/ev-poppler.cc:
725         (pdf_document_thumbnails_get_thumbnail):
726
727         Fix thumbnails rotation in pdf documents that include embedded 
728         thumbnails.
729
730 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
731
732         * backend/pdf/ev-poppler.cc:
733
734         Don't use #ifdef in macro expansion. Some compilers don't
735         like that. Closes bug #467042.
736
737 2007-08-15  Justin Blanchard  <justinb04@aim.com>
738
739         * backend/djvu/djvu-document.c: (djvu_document_finalize):
740         
741         Fixes memory leak in djvu backend.
742
743 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
744
745         * data/icons/32x32/Makefile.am:
746         * data/icons/32x32/actions/Makefile.am:
747         * data/icons/32x32/actions/view-page-cont.svg:
748         * data/icons/32x32/actions/view-page-facing.svg:
749         * data/icons/48x48/Makefile.am:
750         * data/icons/48x48/actions/Makefile.am:
751         * data/icons/48x48/actions/view-page-cont.svg:
752         * data/icons/48x48/actions/view-page-facing.svg:
753         
754         Icons for a new sizes.
755
756 2007-08-14  Justin Blanchard  <justinb04@aim.com>
757
758         * shell/ev-page-cache.c: (build_height_to_page),
759         (ev_page_cache_get_height_to_page):
760         
761         Fixes invalid read, see bug #466401.
762
763 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
764
765         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
766         (set_drag_cursor):
767         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
768         (configure_item_cursor), (new_pixbuf_from_widget):
769
770         Fix multihead problems in toolbar editor. Fixes bug #382055.
771
772 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
773
774         * shell/ev-window.c: (ev_window_cmd_file_open),
775         (ev_window_cmd_save_as):
776
777         Use g_get_user_special_dir when available instead of
778         xdg_user_dir_lookup.
779
780 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
781
782         * MAINTAINERS:
783         
784         Updated according to request on desktop-devel.
785
786 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
787
788         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
789
790         Do not use cairo_rectangle and cairo_clip since we are
791         not using cairo_fill but cairo_paint. Use the same cairo context
792         for every page in the same expose event.
793
794 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
795
796         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
797         leak.
798
799 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
800
801         * configure.ac:
802         * NEWS:
803
804         Release 0.9.3
805
806 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
807
808         * libdocument/ev-document-info.h:
809         * libdocument/ev-document.h:
810         * shell/ev-page-action.h:
811         * shell/ev-sidebar-links.h:
812
813         Fix a headers problem with ev-link
814         
815         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
816         * shell/ev-view-private.h:
817         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
818         (get_link_area), (ev_view_query_tooltip),
819         (ev_view_leave_notify_event), (ev_view_destroy),
820         (ev_view_class_init):
821
822         Use new gtk tooltips when available instead of ev-tooltip.
823         
824 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
825
826         * shell/ev-window.c: (update_chrome_visibility),
827         (ev_window_sidebar_visibility_changed_cb):
828
829         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
830         
831 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
832
833         * shell/ev-navigation-action.c:
834         (ev_navigation_action_history_changed),
835         (ev_navigation_action_set_history):
836         * shell/ev-navigation-action-widget.c:
837         (ev_navigation_action_widget_init):
838         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
839
840         Fix compile warnings.
841         
842 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
843
844         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
845         (egg_editable_toolbar_dispose):
846
847         Fix memory leak.
848         
849 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
850
851         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
852         (screensaver_disable_x11):
853         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
854         * shell/ev-window.c: (presentation_set_timeout):
855         * shell/ev-view.c: (ev_view_presentation_transition_start):
856
857         Use g_timeout_add_seconds instead of g_timeout_add when
858         available.
859         
860 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
861
862         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
863
864         Set horizontal scrollbar policy to AUTOMATIC instead of
865         NEVER. Workaround for bug #449462.
866         
867 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
868
869         * shell/ev-jobs.c: (ev_job_render_page_ready):
870
871         Add page_ready callback to main loop with high priority and hold
872         a reference to job during idle.
873         
874 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
875
876         * configure.ac:
877         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
878         (pdf_document_file_exporter_begin),
879         (pdf_document_file_exporter_do_page),
880         (pdf_document_file_exporter_get_capabilities):
881         * libdocument/ev-file-exporter.h:
882         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
883         * shell/ev-window.c: (ev_window_print_send),
884         (ev_window_print_dialog_response_cb):
885
886         Allow printing multiple pages per sheet. Fixes bug #395573.
887         
888 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
889
890         * shell/ev-view.c: (tip_from_link):
891         
892         Check for NULL, fixes bug #460862.
893
894 2007-07-29  Christian Persch  <chpe@gnome.org>
895
896         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
897         (ev_window_preview_print_finished), (ev_window_do_preview_print),
898         (ev_window_cmd_preview_print):
899         
900         Fixes bug #437681 - blocks while enumerating printers.
901
902 2007-07-29  Christian Persch  <chpe@gnome.org>
903
904         * shell/ev-window.c: (ev_window_screen_changed):
905         
906         Don't use deprecated gtk+ function. See bug #460909.
907
908 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
909
910         * shell/ev-utils.c: (get_num_monitors):
911         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
912
913         Do not use display before initializing it. Remove compile
914         warnings.
915
916 2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
917
918         * shell/ev-view.c: (ev_view_class_init):
919         
920         Unix-like hjkl bindings added. See bug #458111.
921
922 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
923
924         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
925         * shell/ev-utils.h:
926         * shell/ev-view.c: (ev_view_set_zoom_for_size),
927         (ev_view_update_view_size):
928         * shell/ev-view.h:
929         * shell/ev-window.c: (ev_window_update_actions),
930         (setup_view_from_metadata), (ev_window_screen_changed),
931         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
932         (zoom_control_changed_cb):
933         * shell/ev-window.h:
934         
935         Reorganizes utility functions.
936
937 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
938
939         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
940         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
941         (add_job), (ev_pixbuf_cache_get_surface),
942         (ev_pixbuf_cache_get_link_mapping),
943         (ev_pixbuf_cache_get_image_mapping),
944         (ev_pixbuf_cache_get_form_field_mapping),
945         (ev_pixbuf_cache_get_text_mapping):
946         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
947         (notify_page_ready), (ev_job_render_page_ready),
948         (ev_job_render_run):
949
950         Add page_ready signal to notify that page is ready as soon as
951         possible even if other page elements like links, forms, images or
952         text mapping are not ready yet.
953
954 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
955
956         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
957         (dvi_document_file_exporter_do_page),
958         (dvi_document_file_exporter_get_capabilities),
959         (dvi_document_file_exporter_iface_init):
960         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
961         (ps_document_file_exporter_do_page),
962         (ps_document_file_exporter_get_capabilities),
963         (ps_document_file_exporter_iface_init):
964         * backend/djvu/djvu-document.c:
965         (djvu_document_file_exporter_begin),
966         (djvu_document_file_exporter_end),
967         (djvu_document_file_exporter_get_capabilities),
968         (djvu_document_file_exporter_iface_init):
969         * backend/tiff/tiff-document.c:
970         (tiff_document_file_exporter_begin),
971         (tiff_document_file_exporter_get_capabilities),
972         (tiff_document_document_file_exporter_iface_init):
973         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
974         (pdf_document_file_exporter_do_page),
975         (pdf_document_file_exporter_get_capabilities),
976         (pdf_document_file_exporter_iface_init):
977         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
978         (ev_file_exporter_get_capabilities):
979         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
980         (idle_print_handler), (ev_print_job_print):
981         * shell/ev-jobs.c: (ev_job_print_run):
982         * shell/ev-window.c: (ev_window_print_send),
983         (ev_window_print_range):
984
985         Use capabilities to know which options should be offered by the
986         print dialog depending on the document backend.
987
988 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
989
990         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
991
992         Give priority to forms over text to set the cursor.
993
994 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
995
996         * shell/ev-view-private.h:
997         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
998         (ev_view_leave_notify_event), (ev_view_finalize),
999         (ev_view_get_property), (ev_view_class_init):
1000
1001         Use IBEAM cursor for text form fields and NORMAL cursor for read
1002         only fields. Remove unused status attribute.
1003
1004 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1005
1006         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1007
1008         Update region for current selected items also for checkbox
1009         buttons, since they can behave as radio buttons when they are in a
1010         set.
1011
1012 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1013
1014         * configure.ac:
1015         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1016
1017         Get max length of text form fields.
1018
1019 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1020
1021         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1022         * libdocument/ev-form-field.h:
1023         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
1024
1025         Fix build with current poppler cvs head.
1026
1027 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1028
1029         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1030         * shell/eggfindbar.c: (egg_find_bar_init):
1031
1032         Fix build with gtk+ >= 2.11.5 due to gtktooltips
1033         deprecation. Fixes bug #455667
1034
1035 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1036
1037         * NEWS:
1038         * configure.ac:
1039         
1040         Update for release 0.9.2
1041
1042 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1043
1044         * shell/ev-view.c: (ev_view_form_field_text_save),
1045         (ev_view_form_field_choice_save):
1046
1047         Fix a crash when closing whith a form widget visible.
1048
1049 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1050
1051         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1052
1053         Update also the region of the current selected button when
1054         clicking on another button if they are radio buttons.
1055
1056 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1057
1058         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
1059         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
1060         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
1061         (ev_pixbuf_cache_get_link_mapping),
1062         (ev_pixbuf_cache_get_image_mapping),
1063         (ev_pixbuf_cache_get_form_field_mapping),
1064         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
1065         * shell/ev-view.c: (ev_view_form_field_get_region),
1066         (ev_view_form_field_button_create_widget),
1067         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1068         (job_finished_cb):
1069
1070         Redraw only form field region instead of the whole page when
1071         reloading a page to show changes on the form field.
1072
1073 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1074
1075         * shell/ev-view.c: (ev_view_form_field_choice_save):
1076
1077         Fix selection of first item in list form fields.
1078
1079 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1080
1081         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
1082         (ev_pixbuf_cache_reload_page),
1083         (ev_pixbuf_cache_get_form_field_mapping):
1084
1085         Some refactoring to avoid duplicated code.
1086
1087 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1088
1089         * configure.ac:
1090         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
1091         (ev_form_field_from_poppler_field),
1092         (pdf_document_forms_get_form_fields),
1093         (pdf_document_forms_form_field_text_get_text),
1094         (pdf_document_forms_form_field_text_set_text),
1095         (pdf_document_forms_form_field_button_set_state),
1096         (pdf_document_forms_form_field_button_get_state),
1097         (pdf_document_forms_form_field_choice_get_item),
1098         (pdf_document_forms_form_field_choice_get_n_items),
1099         (pdf_document_forms_form_field_choice_is_item_selected),
1100         (pdf_document_forms_form_field_choice_select_item),
1101         (pdf_document_forms_form_field_choice_toggle_item),
1102         (pdf_document_forms_form_field_choice_unselect_all),
1103         (pdf_document_forms_form_field_choice_set_text),
1104         (pdf_document_forms_form_field_choice_get_text),
1105         (pdf_document_document_forms_iface_init):
1106         * libdocument/Makefile.am:
1107         * libdocument/ev-form-field.[ch]:
1108         * libdocument/ev-document-forms.[ch]:
1109         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1110         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1111         (add_job), (ev_pixbuf_cache_reload_page),
1112         (ev_pixbuf_cache_get_form_field_mapping):
1113         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
1114         * shell/ev-view-private.h:
1115         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
1116         (ev_view_handle_cursor_over_xy),
1117         (ev_view_get_form_field_at_location),
1118         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
1119         (ev_view_form_field_button_create_widget),
1120         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
1121         (ev_view_form_field_text_create_widget),
1122         (ev_view_form_field_choice_save),
1123         (ev_view_form_field_choice_changed),
1124         (ev_view_form_field_choice_create_widget),
1125         (ev_view_handle_form_field), (ev_view_size_allocate),
1126         (ev_view_realize), (draw_end_presentation_page),
1127         (ev_view_button_press_event), (ev_view_remove_all),
1128         (ev_view_motion_notify_event), (ev_view_key_press_event),
1129         (ev_view_enter_notify_event), (highlight_find_results),
1130         (draw_loading_text), (draw_one_page), (ev_view_destroy),
1131         (ev_view_class_init), (page_changed_cb),
1132         (on_adjustment_value_changed), (ev_view_set_presentation),
1133         (merge_selection_region), (ev_view_set_cursor),
1134         (ev_view_reset_presentation_state):
1135         
1136         Merge evince-forms branch.
1137
1138 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
1139
1140         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
1141
1142         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
1143         This script also updates itself from libegg
1144
1145         * cut-n-paste/toolbar-editor/egg*:
1146         Run update-toolbareditor-from-libegg.sh so we are in sync again with
1147         libegg
1148
1149 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
1150
1151         * shell/ev-window.c:
1152         
1153         Adds a nice icon to page action during toolbar editing.
1154         See bug #452872.
1155
1156 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1157
1158         * data/evince-toolbar.xml:
1159         * shell/ev-window.c:
1160         
1161         Let user add a presentation and fullscreen icons on toolbar.
1162         See bug #449734.
1163
1164 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
1165
1166         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
1167
1168         new script to keep in sync with toolbareditor in libegg
1169
1170         * cut-n-paste/toolbar-editor/*: 
1171
1172         Run update-toolbareditor-from-libegg so we are in sync again. 
1173         Fixes bug #452850.
1174         
1175
1176 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1177
1178         * shell/ev-sidebar-links.c: (job_finished_callback):
1179
1180         Do not connect selection changed signal more than once. Fixes bug
1181         #349433.
1182
1183 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1184
1185         * shell/ev-window.c: (ev_window_view_sidebar_cb):
1186
1187         Do not change sidebar chrome flag when pressing F9 key in
1188         presentation mode.
1189
1190 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1191
1192         * backend/pdf/ev-poppler.cc:
1193         (pdf_document_thumbnails_get_dimensions):
1194
1195         Make sure thumbnails width and height is not <= 0. Fixes a crash
1196         with some pdf documents which have really small pages.
1197
1198 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
1199
1200         * shell/main.c: (main):
1201
1202         Fixes program description translation issue.
1203         Bug #450148.
1204
1205 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
1206
1207         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
1208
1209         Do not change current page when returning from black/white mode
1210         in presentation. Fixes bug #415032.
1211
1212 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1213
1214         * NEWS:
1215         * configure.ac:
1216         
1217         Update for release 0.9.1
1218
1219 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
1220
1221         * backend/dvi/dvi-document.c:
1222         (dvi_document_finalize),
1223         (dvi_document_file_exporter_format_supported),
1224         (dvi_document_file_exporter_begin),
1225         (dvi_document_file_exporter_do_page),
1226         (dvi_document_file_exporter_end),
1227         (dvi_document_file_exporter_iface_init), (dvi_document_init):
1228         
1229         PDF exporter for dvi documents. Fixes bug #441319.
1230
1231 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1232
1233         * shell/ev-window.c: (ev_window_clear_print_job):
1234
1235         Clear gtk print job when job has finished. Fixes bug #447612.
1236
1237 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1238
1239         * shell/ev-window.c: (ev_window_print_send),
1240         (ev_window_print_dialog_response_cb), (ev_window_print_range):
1241
1242         Add preview button to print dialog. Fixes bug #445419.
1243
1244 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1245
1246         * backend/dvi/Makefile.am:
1247         * backend/dvi/pixbuf-device.[ch]: Removed
1248         * backend/dvi/cairo-device.[ch]: Added
1249         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
1250         * backend/dvi/dvi-document.c: (dvi_document_load),
1251         (dvi_document_render), (dvi_document_finalize),
1252         (dvi_document_thumbnails_get_thumbnail), (parse_color),
1253         (dvi_document_do_color_special):
1254         * libdocument/ev-document-misc.[ch]:
1255         (ev_document_misc_pixbuf_from_surface):
1256
1257         Port dvi backend to cairo and fix a problem with colors. 
1258
1259 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1260
1261         * shell/ev-view.c: (draw_one_page):
1262
1263         Draw only visible region.
1264
1265 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1266
1267         * backend/djvu/djvu-document.c: (djvu_document_render):
1268
1269         Fix rotation in djvu backend.
1270
1271 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1272
1273         * shell/ev-pixbuf-cache.c: (job_finished_cb),
1274         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
1275         (ev_pixbuf_cache_get_image_mapping),
1276         (ev_pixbuf_cache_get_text_mapping):
1277
1278         Redraw view every time we have a new surface. Fixes bug #443587.
1279
1280 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1281
1282         * libdocument/ev-document.c: (ev_document_info_free):
1283
1284         Fix memory leaks.
1285
1286 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1287
1288         * backend/dvi/dvi-document.c: (dvi_document_render),
1289         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
1290         * backend/impress/impress-document.c:
1291         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
1292         (impress_document_render), (impress_document_document_iface_init),
1293         (impress_document_thumbnails_get_thumbnail):
1294         * backend/djvu/djvu-document-private.h:
1295         * backend/djvu/djvu-document.c: (djvu_document_render),
1296         (djvu_document_finalize), (djvu_document_document_iface_init),
1297         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
1298         * backend/tiff/tiff-document.c: (tiff_document_render),
1299         (tiff_document_render_pixbuf),
1300         (tiff_document_document_iface_init):
1301         * backend/pdf/ev-poppler.cc: (pdf_document_render),
1302         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
1303         (pdf_selection_render_selection):
1304         * backend/comics/comics-document.c:
1305         (comics_document_render_pixbuf), (comics_document_render),
1306         (comics_document_document_iface_init):
1307         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
1308         (pixbuf_document_document_iface_init):
1309         * libdocument/ev-document-misc.[ch]:
1310         (ev_document_misc_surface_from_pixbuf),
1311         (ev_document_misc_surface_rotate_and_scale):
1312         * libdocument/ev-document.[ch]: (ev_document_render):
1313         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
1314         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1315         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1316         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
1317         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
1318         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
1319         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1320         (render_finished_cb), (ev_job_render_run):
1321         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
1322         (merge_selection_region):
1323
1324         Use cairo image surfaces instead of GDK pixbufs for drawing pages
1325         and selections.
1326
1327 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1328
1329         * shell/ev-window-title.c: (ev_window_title_update):
1330
1331         Fix memory leak.
1332
1333 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1334
1335         * shell/ev-view.c: (draw_loading_text):
1336
1337         Show loading text centered. Fixes bug #433061
1338
1339 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1340
1341         * shell/ev-sidebar-thumbnails.c:
1342         (ev_sidebar_thumbnails_set_loading_icon):
1343
1344         Remove a mutex in the main thread that blocks the UI in heavy
1345         documents.
1346
1347 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1348
1349         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
1350
1351         Set points_set to TRUE so that selections don't disappear after a
1352         zoom change.
1353
1354 2007-06-07  Michael Monreal  <infernux@web.de>
1355
1356         * data/icons/16x16/actions/Makefile.am:
1357         * data/icons/16x16/actions/zoom.svg:
1358         * data/icons/22x22/actions/Makefile.am:
1359         * data/icons/22x22/actions/zoom.svg:
1360         * data/icons/24x24/actions/Makefile.am:
1361         * shell/ev-stock-icons.c:
1362         * shell/ev-stock-icons.h:
1363         * shell/ev-window.c:
1364         
1365         Zoom icon artwork. See bug #444795.
1366
1367 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1368
1369         * shell/ev-metadata-manager.c: Remove extraneous function
1370         (Closes: #444386)
1371
1372 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1373
1374         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
1375         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
1376         (ev_metadata_manager_set), (ev_metadata_manager_save):
1377         Simplify the timeout, no need for modified anymore
1378
1379 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1380
1381         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
1382         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1383         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1384         (ev_metadata_manager_save): Adapted patch from Arjan van de
1385         Ven (arjan@linux.intel.com) to avoid the timeout running all the
1386         time, saves on power (Closes: #443851)
1387
1388 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1389
1390         * configure.ac:
1391         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
1392         (pdf_selection_render_selection), (pdf_document_get_page_duration):
1393
1394         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
1395
1396 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1397
1398         * shell/ev-window.c: (ev_window_add_history):
1399
1400         Check if history is NULL
1401
1402 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1403
1404         * libdocument/ev-image.c: (ev_image_finalize):
1405         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
1406         * libdocument/ev-attachment.c: (ev_attachment_finalize):
1407         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
1408         (ev_tmp_uri_unlink):
1409
1410         Add functions to delete temporary files created by evince in a safe
1411         way.
1412
1413         * shell/ev-window.c: (ev_window_clear_local_uri),
1414         (open_xfer_update_progress_callback),
1415         (save_xfer_update_progress_callback), (ev_window_save_remote),
1416         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
1417         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1418         (attachment_save_dialog_response_cb),
1419         (ev_attachment_popup_cmd_save_attachment_as):
1420
1421         Allow saving a copy of a document, image or attachment to a remote
1422         location. Fixes bug #440754. 
1423
1424 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1425
1426         * configure.ac:
1427         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1428
1429         Fix build with current poppler from cvs head. 
1430
1431 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
1432
1433         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
1434
1435         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
1436         directory exists.
1437
1438 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1439
1440         * shell/ev-sidebar.c: (ev_sidebar_add_page):
1441         * shell/ev-window.c:
1442
1443         Change sidebar ordering. Fixes bug #439939.
1444
1445 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
1446
1447         * backend/comics/Makefile.am:
1448         
1449         Fixes build with --without-libgnome.
1450
1451 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1452         
1453         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
1454
1455         Update cursor and tooltip on page change and view scroll. Fixes bug
1456         #439217.
1457
1458 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1459
1460         * NEWS:
1461         * configure.ac:
1462         
1463         Update for release 0.9.0
1464
1465 2007-05-14  Alaska Subedi <asubedi@gmail.com>
1466
1467         * backend/djvu/djvu-document-private.h:
1468         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1469         (djvu_document_finalize),
1470         (djvu_document_file_exporter_format_supported),
1471         (djvu_document_file_exporter_begin),
1472         (djvu_document_file_exporter_do_page),
1473         (djvu_document_file_exporter_end),
1474         (djvu_document_file_exporter_iface_init), (djvu_document_init):
1475         
1476         Implemented printing with djvu. Bug #437998.
1477
1478 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1479
1480         * backend/impress/zip.c:
1481         Add missing ulong definition.
1482
1483         * backend/ps/ps-interpreter.c:
1484         Add missing headers.
1485
1486         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
1487
1488 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1489
1490         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
1491
1492         Add missing call to parent class dispose method. 
1493
1494 2007-05-12  Ross Burton  <ross@openedhand.com>
1495
1496         * shell/main.c:
1497         Sync keybindings manually when building without libgnome
1498         (#437925).
1499
1500 2007-05-12  Ross Burton  <ross@openedhand.com>
1501
1502         * shell/ev-window.c:
1503         Respect the screen when opening help (#437866).
1504
1505 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1506
1507         * data/evince-ui.xml:
1508         * shell/ev-application.[ch]: (get_print_settings_from_args),
1509         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1510         (ev_application_open_uri_list):
1511         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
1512         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1513         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
1514         (ev_window_cmd_view_reload), (lookup_printer_from_name),
1515         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
1516         (ev_window_dispose):
1517         * shell/main.c: (arguments_parse):
1518
1519         Add print button in preview mode. Fixes bug #396475. 
1520
1521 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1522
1523         * cut-n-paste/zoom-control/ephy-zoom.h:
1524         
1525         Fixes zoom level factors. See bug #408119 for details.
1526
1527 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1528
1529         * backend/comics/comics-document.c: (comics_regex_quote),
1530         (extract_argv):
1531         
1532         Correctly quote symbols. Fixes crash in the bug
1533         #415370.
1534
1535 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1536
1537         * shell/ev-navigation-action-widget.c:
1538         (ev_navigation_action_widget_init),
1539         (ev_navigation_action_widget_class_init),
1540         (ev_navigation_action_widget_button_press_event):
1541         
1542         Connect to button-press event on correct widget. Fixes
1543         bug #431988
1544
1545 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1546
1547         * shell/ev-application.c: (ev_application_open_window),
1548         (ev_application_add_icon_path_for_screen),
1549         (ev_application_open_uri_at_dest):
1550         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
1551         * shell/ev-navigation-action.c: (build_menu):
1552         
1553         Add app-specific icons to our icon theme. Fixes bug
1554         #425508.
1555
1556 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1557
1558         * shell/ev-history.c: (ev_history_class_init),
1559         (ev_history_add_link):
1560         * shell/ev-history.h:
1561         * shell/ev-navigation-action.c:
1562         (ev_navigation_action_history_changed),
1563         (ev_navigation_action_set_history), (build_menu),
1564         (ev_navigation_action_finalize):
1565         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1566         
1567         Make navigation action unsensitive instead of showing
1568         menu with unsensitive word. Fixes bug #417392.
1569
1570 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1571
1572         * shell/ev-application.[ch]: (ev_application_shutdown),
1573         (ev_application_get_print_settings),
1574         (ev_application_set_print_settings):
1575         * shell/ev-window.c:
1576
1577         Remember print settings. Fixes bug #349102. 
1578
1579 2007-05-08  Christian Persch  <chpe@gnome.org>
1580
1581         * configure.ac:
1582         * properties/ev-properties-view.c:
1583
1584         No need for a configure check; just use the GTK_CHECK_VERSION macro.
1585         Bug #382438.
1586
1587 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1588
1589         * configure.ac:
1590         * properties/ev-properties-view.c: (ev_regular_paper_size):
1591
1592         Use gtk+ builtin paper list to identify the document's paper size.
1593         Fixes bug #382438. 
1594
1595 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1596
1597         * configure.ac:
1598
1599         Fix build when compiling with thumbnailer and libgnome support. 
1600
1601 2007-05-04  Ross Burton  <ross@openedhand.com>
1602
1603         * configure.ac:
1604         Add --without-libgnome, check for libgnome and libgnomeui
1605         separately, and add them to the symbols as required.
1606
1607         * libdocument/ev-file-helpers.c:
1608         When building without libgnome, use g_get_user_config_dir instead
1609         of gnome_user_dir_get.
1610
1611         * shell/ev-application.c:
1612         When building without libgnome, don't use session management.
1613
1614         * shell/main.c:
1615         When building without libgnome, don't use GnomeProgram or
1616         initialise the authentication manager.
1617
1618         This fixes #328842.
1619
1620 2007-05-04  Ross Burton  <ross@openedhand.com>
1621
1622         * shell/ev-window.c:
1623         Don't use libgnome to open help, instead call Yelp directly.
1624
1625 2007-05-04  Ross Burton  <ross@openedhand.com>
1626
1627         * shell/ev-sidebar-attachments.c:
1628         Don't use libgnome to lookup icons for MIME types, instead copy
1629         code from GTK+ to do it manually.
1630
1631 2007-05-04  Ross Burton  <ross@openedhand.com>
1632
1633         * configure.ac:
1634         Add libxml to the dependencies for SHELL_CORE (#435818).
1635
1636 2007-05-02  Ross Burton  <ross@openedhand.com>
1637
1638         * configure.ac:
1639         * Makefile.am:
1640         Add --disable-thumbnailer (#434825)
1641
1642 2007-05-02  Ross Burton  <ross@openedhand.com>
1643
1644         * shell/ev-window.c:
1645         Add missing includes, fix indentation.
1646
1647         * shell/main.c:
1648         Fix indentation.
1649
1650 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
1651
1652         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
1653         ev_application_open_uri_at_dest instead of ev_application_open_uri
1654         preventing new document always being opened in a new window even if there
1655         is an empty window.
1656
1657 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1658
1659         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1660         (egg_recent_view_uimanager_finalize):
1661         * properties/ev-properties-view.c: (ev_properties_view_dispose):
1662         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
1663         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
1664         (ev_pixbuf_cache_dispose):
1665         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
1666         * shell/ev-tooltip.c: (ev_tooltip_dispose):
1667         
1668         Add missing chain to parent class methods. Fixes
1669         bug #433128.
1670
1671 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
1672
1673         * data/Makefile.am (update-icon-cache): Updates
1674         gtk-update-icon-cache in uninstall-hook.
1675
1676 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1677
1678         * shell/ev-window.c: (ev_window_setup_document),
1679         (ev_window_set_document), (ev_window_load_job_cb):
1680         * shell/ev-view.c: (setup_caches):
1681         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
1682
1683         Start rendering pages before any other jobs. 
1684
1685 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1686
1687         * shell/ev-window.c: (ev_window_stop_fullscreen),
1688         (ev_window_stop_presentation):
1689
1690         Update chrome visibility before window unfullscreen. 
1691
1692 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1693
1694         * data/Makefile.am:
1695         * data/evince-ui.xml:
1696         * shell/ev-stock-icons.[ch]:
1697         * shell/ev-application.[ch]: (ev_application_shutdown),
1698         (ev_application_init), (ev_application_get_toolbars_model):
1699         * shell/ev-window.c: (update_chrome_visibility),
1700         (fullscreen_toolbar_setup_item_properties),
1701         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1702         (ev_window_run_presentation), (ev_window_stop_presentation),
1703         (ev_window_run_preview), (ev_window_screen_changed),
1704         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
1705         (ev_window_dispose), (ev_window_init):
1706
1707         Make fullscreen toolbar always visible. Do not use egg toolbars for
1708         fullscreen and preview modes since such toolbars are not editables.
1709         Fixes bugs #300278, #338910 and #316188.  
1710
1711 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
1712
1713         * shell/ev-application.c:
1714         * shell/ev-job-queue.c:
1715         * shell/ev-metadata-manager.c:
1716         * shell/ev-stock-icons.c:
1717         * shell/ev-window.c:
1718         * shell/main.c:
1719         
1720         Developers documentation updated.
1721
1722 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1723
1724         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
1725
1726         Check whether uri is valid before launching it. Fixes bug #427664.
1727
1728 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1729
1730         * shell/ev-window.c:
1731
1732         Change key accelerator for Open a Copy menu entry which is in conflict
1733         with Close. Fixes bug #427321.
1734
1735 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1736
1737         * NEWS:
1738         * configure.ac:
1739         
1740         Update for release 0.8.1
1741
1742 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1743
1744         * shell/ev-window.c: (setup_size_from_metadata):
1745         
1746         Do not make window bigger than screen. Fixes bug 
1747         #388985.
1748
1749 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1750
1751         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
1752         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
1753
1754         Use default resolution when it's not provided by document. Fixes bug
1755         #408762.
1756
1757 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1758
1759         * configure.ac:
1760         * thumbnailer/Makefile.am:
1761         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1762         * thumbnailer/evince-thumbnailer.schemas.in:
1763         * thumbnailer/evince-thumbnailer-ps.schemas.in:
1764
1765         Add support for ps, eps and compressed documents thumbnails. Do not
1766         ignore size parameter. 
1767
1768 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1769
1770         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
1771         (dvi_document_do_color_special):
1772         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
1773
1774         Implement font color specials in the DVI backend. Fixes bug #303651.
1775
1776 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1777
1778         Fixup the previous commit:
1779
1780         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
1781         * shell/xdg-user-dir-lookup.c: Make the function non-static
1782         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
1783
1784 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1785
1786         * shell/ev-window.c (file_open_dialog_response_cb): Use
1787         the xdg-user-dirs DOCUMENTS folder as default folder when
1788         opening a file chooser.  (#424858)
1789
1790         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
1791         xdg-user-dirs.
1792
1793 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1794
1795         * shell/ev-window.c: (ev_window_load_job_cb):
1796
1797         Do not setup view from metadata on preview mode. 
1798
1799 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1800
1801         * shell/main.c:
1802
1803         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
1804
1805 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1806
1807         * shell/ev-view.c: (ev_view_primary_get_cb):
1808
1809         Check pointer != NULL before using it. Fixes bug #416841. 
1810
1811 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1812
1813         * NEWS:
1814         * configure.ac:
1815         
1816         Release 0.8.0
1817
1818 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1819
1820         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1821
1822         Do not render thumbnails when sidebar thumbnail page is not visible
1823         at startup. Fixes bug #416447. 
1824
1825 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
1826
1827         * data/evince.desktop.in.in:
1828
1829         "Application" is not a valid category in the freedesktop specification.
1830
1831 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1832
1833         * libdocument/ev-file-helpers.[ch]: (compression_run),
1834         (ev_file_uncompress), (ev_file_compress):
1835         * shell/ev-window.c: (file_save_dialog_response_cb):
1836
1837         Save document compressed when saving a copy of a compressed document.
1838         Fixes bug #334542.
1839
1840 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1841
1842         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
1843
1844         Allow deleting in goto window entry in presentation mode. 
1845
1846 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
1847
1848         * Makefile.am: Dist MAINTAINERS.
1849
1850 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1851
1852         * shell/ev-window.c: (ev_window_update_actions):
1853
1854         Fix zoom shortcut keys when searching. Fixes bug #409828.
1855
1856 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1857
1858         * shell/ev-window.c: (ev_window_setup_document):
1859
1860         Fix crash when loading documents with only one page. 
1861
1862 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1863
1864         * backend/dvi/dvi-document.c:
1865         (dvi_document_thumbnails_get_dimensions),
1866         (dvi_document_thumbnails_get_thumbnail):
1867         * backend/impress/impress-document.c:
1868         (impress_document_thumbnails_get_thumbnail),
1869         (impress_document_thumbnails_get_dimensions):
1870         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
1871         (ps_document_thumbnails_get_dimensions):
1872         * backend/djvu/djvu-document.c:
1873         (djvu_document_thumbnails_get_dimensions),
1874         (djvu_document_thumbnails_get_thumbnail):
1875         * backend/tiff/tiff-document.c:
1876         (tiff_document_thumbnails_get_thumbnail),
1877         (tiff_document_thumbnails_get_dimensions):
1878         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
1879         (pdf_document_thumbnails_get_thumbnail),
1880         (pdf_document_thumbnails_get_dimensions):
1881         * backend/comics/comics-document.c:
1882         (comics_document_thumbnails_get_thumbnail),
1883         (comics_document_thumbnails_get_dimensions):
1884         * backend/pixbuf/pixbuf-document.c:
1885         (pixbuf_document_thumbnails_get_thumbnail),
1886         (pixbuf_document_thumbnails_get_dimensions):
1887         * libdocument/ev-document-thumbnails.[ch]:
1888         (ev_document_thumbnails_get_thumbnail),
1889         (ev_document_thumbnails_get_dimensions):
1890         * libdocument/ev-document-misc.[ch]:
1891         (ev_document_misc_get_thumbnail_frame):
1892         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1893         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
1894         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
1895         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
1896         (ev_sidebar_thumbnails_refresh):
1897         * shell/ev-window.c: (ev_window_setup_document):
1898         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1899
1900         Use an EvRenderContext for rendering thumbnails instead of a suggested
1901         width, so that different sized pages get sized proportionally.
1902
1903 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1904
1905         * shell/ev-view.c: (ev_view_button_press_event),
1906         (ev_view_key_press_event):
1907
1908         Fix critical warnings when there is no document loaded. 
1909
1910 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1911
1912         * shell/ev-page-action-widget.c:
1913         * shell/ev-navigation-action.c:
1914         * shell/ev-window.c:
1915
1916         Fix compile warnings. 
1917
1918 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1919
1920         * backend/djvu/djvu-text.h:
1921         * backend/djvu/djvu-document.c:
1922         * backend/djvu/djvu-text-page.c:
1923         * backend/djvu/djvu-links.c:
1924         * backend/djvu/djvu-text-page.h:
1925         * backend/djvu/djvu-text.c:
1926         
1927         Fix build on Mac. Fixes bug #392186. Patch by
1928         <ephraim_owns@hotmail.com>
1929
1930 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1931
1932         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1933
1934         Restore cairo context before rendering every page when printing a PDF
1935         document into a PDF file. 
1936
1937 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1938
1939         * backend/ps/gstypes.h:
1940         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
1941         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
1942         (ps_document_thumbnails_get_thumbnail):
1943
1944         Handle PostScript page orientation. Fixes bug #318568.
1945
1946 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1947
1948         * backend/ps/Makefile.am:
1949         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
1950         (document_load), (ps_document_load), (save_document),
1951         (save_page_list), (ps_document_get_n_pages),
1952         (ps_document_get_page_size), (ps_document_get_info),
1953         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
1954         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
1955         (ps_document_thumbnails_get_thumbnail),
1956         (ps_document_thumbnails_get_dimensions),
1957         (ps_document_document_thumbnails_iface_init):
1958         * backend/ps/ps.[ch]: (psgetpagebox):
1959         * backend/ps/ps-interpreter.[ch]:
1960
1961         Add support for thumbnails in ps backend. Fixes bug #164755. 
1962
1963 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1964
1965         * NEWS:
1966         * configure.ac:
1967         
1968         Release 0.7.2
1969
1970 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1971
1972         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
1973         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
1974         (ev_window_dispose):
1975
1976         Use document thumbnail as window icon. Fixes bug #384442.
1977
1978 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
1979
1980         * configure.ac:
1981
1982         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
1983         duplicated adding application/x-bzpostscript instead. 
1984
1985 2007-02-11  Tom Parker  <palfrey@tevp.net>
1986
1987         * backend/ps/ps-document.c: (document_load):
1988
1989         Check return value of psscan before trying
1990         to use it. Fixes bug #372414.
1991
1992 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1993
1994         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1995
1996         Fix invalid free in ev-page-cache. Fixes bug #404745.
1997
1998 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1999
2000         * test/Makefile.am:
2001         * test/test3.py:
2002         
2003         Added reload test case.
2004
2005 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2006
2007         * po/POTFILES.in:
2008         * backend/djvu/djvu-document.c: (djvu_document_load):
2009
2010         Check whether there are missing files in indirect multipage djvu
2011         documents. Fixes bug #361683. 
2012
2013 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2014
2015         * test/Makefile.am:
2016         * test/test-mime.bin:
2017         * test/test3.py:
2018         
2019         Added test for slow mime type
2020
2021 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2022
2023         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2024
2025         Add some checks and call parent_class->finalize. Fixes bug #404745.
2026
2027 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2028
2029         * shell/ev-navigation-action.c: (connect_proxy):
2030         
2031         Fixes dropdown history menu. Thanks a lot Carlos!
2032
2033 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2034
2035         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
2036
2037         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
2038         bug #373715.
2039
2040 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2041
2042         * backend/ps/ps.c: (psscan):
2043
2044         Fix memory leak. 
2045
2046 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2047
2048         * configure.ac:
2049         * libdocument/ev-file-helpers.c: 
2050
2051         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
2052
2053 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2054
2055         * configure.ac:
2056         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
2057         (ps_interpreter_start), (document_load), (save_document),
2058         (save_page_list):
2059         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
2060         * libdocument/ev-document-factory.c:
2061         (ev_document_factory_get_from_mime), (get_document_from_uri),
2062         (free_uncompressed_uri), (ev_document_factory_get_document):
2063         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
2064
2065         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
2066
2067 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2068
2069         * libdocument/ev-document.h:
2070
2071         Fix typo in function name. 
2072
2073 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2074
2075         * backend/ps/ps-document.c: (ps_interpreter_finished),
2076         (ps_interpreter_start), (ps_interpreter_failed):
2077
2078         Handle ghostscript interpreter crashes. 
2079
2080 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2081
2082         * shell/ev-window.c: (ev_window_open_uri),
2083         (window_configure_event_cb):
2084
2085         Setup window size and position before showing it. Fixes bug #401711.
2086
2087 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2088
2089         * backend/ps/Makefile.am:
2090         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
2091         (ps_document_dispose), (ps_document_class_init),
2092         (ps_interpreter_input), (ps_interpreter_output),
2093         (ps_interpreter_error), (setup_interpreter_env),
2094         (ps_interpreter_start), (ps_interpreter_stop),
2095         (ps_interpreter_failed), (ps_interpreter_is_ready),
2096         (check_filecompressed), (document_load), (ps_document_load),
2097         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
2098         (ps_document_widget_event), (send_ps), (ps_document_next_page),
2099         (render_page):
2100
2101         Rework ps-document. Code cleanups, remove deprecated code. 
2102
2103 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2104
2105         * shell/ev-view.c: (ev_view_button_press_event):
2106
2107         Do not start an image drag and drop operation when pointer is on 
2108         text, so that we can select text when the whole background is an
2109         image. 
2110
2111 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2112
2113         * shell/ev-window.c: (ev_window_update_actions): 
2114
2115         Disable all zoom related actions during presentation mode. 
2116
2117 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
2118
2119         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
2120
2121         Do not zoom in or out on presentation mode. Fixes bug #401305.
2122
2123 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2124
2125         * shell/ev-navigation-action.c: (connect_proxy),
2126         (create_menu_item), (ev_navigation_action_class_init):
2127         
2128         Correctly show menu and fix crash when navigaton 
2129         action is out of toolbar visible area.
2130
2131 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2132
2133         * data/Makefile.am:
2134         * data/evince.1:
2135         
2136         Added man file
2137
2138 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2139
2140         * help/reference/* :
2141         * configure.ac:
2142         
2143         Added gtk-doc based documentation for Evince.
2144         Still in initial state but I hope it will
2145         grow.
2146         
2147         * configure.ac:
2148         
2149         Lower dbus requirement to 0.70
2150
2151 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2152
2153         * shell/ev-window.c: (ev_window_add_history):
2154
2155         Fix memory leak. 
2156
2157 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2158
2159         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
2160         * shell/ev-view.h:
2161         * shell/ev-window.c: (ev_window_add_history):
2162         
2163         Correctly handle named destination links
2164
2165 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2166
2167         * NOTES:
2168         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
2169         * backend/pdf/ev-poppler.cc:
2170         * libdocument/ev-document-links.h:
2171         * libdocument/ev-link.c: (ev_link_get_page):
2172         * libdocument/ev-link.h:
2173         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
2174         (ev_history_add_link):
2175         * shell/ev-history.h:
2176         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2177         (new_history_menu_item), (build_menu):
2178         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2179         * shell/ev-sidebar-links.c: (create_loading_model),
2180         (print_section_cb), (ev_sidebar_links_construct),
2181         (fill_page_labels), (update_page_callback_foreach),
2182         (update_page_callback), (job_finished_callback):
2183         * shell/ev-view.c: (ev_view_handle_link):
2184         * shell/ev-window.c: (ev_window_find_chapter),
2185         (ev_window_add_history), (view_handle_link_cb),
2186         (history_changed_cb):
2187         
2188         Implements another history variant
2189
2190 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2191
2192         * shell/ev-window.c: (view_external_link_cb):
2193         * shell/ev-view.c: (ev_view_button_release_event):
2194
2195         Open links in new window when clicking with middle button. 
2196
2197 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2198
2199         * shell/ev-navigation-action.c: (new_history_menu_item):
2200         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2201         * shell/ev-view.c: (ev_view_handle_link):
2202         * shell/ev-window.c:
2203         
2204         Store link before jump, not the destination. For me it 
2205         seems like more natural history behavior.
2206
2207 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2208
2209         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2210         (ev_navigation_action_class_init):
2211         * shell/ev-navigation-action.h:
2212         * shell/ev-page-action.c: (activate_cb):
2213         * shell/ev-page-cache.c: (ev_page_cache_class_init),
2214         (ev_page_cache_set_current_page_history):
2215         * shell/ev-page-cache.h:
2216         * shell/ev-sidebar-thumbnails.c:
2217         (ev_sidebar_tree_selection_changed),
2218         (ev_sidebar_icon_selection_changed), (page_changed_cb):
2219         * shell/ev-view-private.h:
2220         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
2221         * shell/ev-view.h:
2222         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
2223         (ev_window_setup_document), (ev_window_load_job_cb):
2224         * shell/ev-window.h:
2225         
2226         History finally works as expected.
2227
2228 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2229
2230         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
2231
2232         Do not update links treeview if it doesn't have a model assigned yet. 
2233
2234 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2235
2236         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
2237         (ev_sidebar_links_class_init), (update_page_callback):
2238
2239         Do not update links treeview when sidepane is not visible. 
2240
2241 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2242
2243         * shell/ev-marshal.list:
2244         * shell/ev-page-action.c: (activate_cb),
2245         (ev_page_action_class_init):
2246         * shell/ev-page-action.h:
2247         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
2248         * shell/ev-window.c:
2249         
2250         Remove activate_link signal, not required.
2251
2252 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2253
2254         * shell/ev-navigation-action.c: (build_menu):
2255         
2256         Reorder menu items and build menu with fixed length.
2257
2258 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
2259
2260         * shell/ev-view.c: (get_selected_text):
2261         
2262         Normalize text to fix ligatures problem. See bug
2263         #341947 for details.
2264
2265 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2266
2267         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2268
2269         Fix memory leak in ev-page-cache. 
2270
2271 2007-01-25  Tom Parker <palfrey@tevp.net>
2272
2273         * backend/impress/impress-document.c: (impress_document_load),
2274         (impress_document_finalize), (impress_document_init):
2275         * properties/ev-properties-main.c: (ev_properties_get_pages):
2276         
2277         Correctly handle impress document errors. Fixes nautilus
2278         crash in property page #370491.
2279
2280 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2281
2282         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2283         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2284         (ev_job_queue_remove_job):
2285         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
2286         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
2287         (ev_job_load_run):
2288         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
2289         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
2290         (ev_window_load_job_cb), (xfer_update_progress_callback),
2291         (ev_window_open_uri), (ev_window_dispose):
2292         * shell/main.c: (main):
2293
2294         Do file transfer asynchronously in the main thread instead of
2295         synchronously in the load thread. Fixes bugs #399694, #398307 and
2296         #343542.
2297
2298 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2299
2300         * shell/ev-jobs.c: (ev_job_xfer_run):
2301
2302         Load the document with the font-config lock held. 
2303
2304 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2305
2306         * backend/ps/ps-document.c: (start_interpreter):
2307
2308         Fix memory leaks in ps backend. 
2309
2310 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2311
2312         * backend/impress/impress-document.c:
2313         (impress_document_render_pixbuf):
2314
2315         Do not acquire fontconfig lock in impress backend, since it is using
2316         the main loop for rendering. 
2317
2318 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2319
2320         * po/POTFILES.in: 
2321
2322         Remove mdvi files that shouldn't be translated. 
2323
2324 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2325
2326         * shell/ev-view-private.h:
2327         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
2328         (ev_view_set_zoom):
2329
2330         Render "loading..." text into a cairo surface instead of directly into
2331         the window so that fontconfig lock is only needed once and UI is not
2332         blocked. Change text color to #9B9B9B. Fixes bug #397356.
2333
2334 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2335
2336         * shell/ev-stock-icons.c: (ev_stock_icons_init):
2337         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2338
2339         Use icon theme associated with the window screen rather than default. 
2340
2341 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2342
2343         * configure.ac:
2344
2345         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
2346
2347 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2348
2349         * data/icons/*/apps/evince.*:
2350
2351         Move Evince icons under new apps directory.
2352
2353         * data/icons/*/actions/*:
2354
2355         Add new custom themeable Evince icons: view-page-continuous, 
2356         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
2357         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
2358
2359         * configure.ac:
2360
2361         Add new directories to AC_CONFIG_FILES.
2362
2363         * shell/ev-stock-icons.c:
2364         * shell/ev-stock-icons.h:
2365
2366         Use new custom themeable icons.
2367
2368 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2369
2370         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2371
2372         Do not draw white background page in presentation mode. 
2373
2374 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
2375
2376         * shell/ev-view.c: Remove unused gnome-vfs include.
2377
2378 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
2379
2380         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
2381         
2382         Format string is corrected, fixes bug #397129.
2383
2384 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2385
2386         * shell/ev-window.c: (ev_window_setup_recent):
2387
2388         Do not include in recent menu inexistent documents. Fixes
2389         bug #339171.
2390
2391 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2392
2393         * po/POTFILES.skip: 
2394
2395         Update POTFILES.skip file according to current source tree. 
2396
2397 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2398
2399         * shell/ev-window.c: (file_save_dialog_response_cb):
2400
2401         Do Save a copy in atomic way. Fixes bug #328266. 
2402
2403 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2404
2405         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
2406
2407         Keep selected cell always visible in index treeview.
2408
2409 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2410         
2411         * shell/ev-view.c: (ev_view_size_allocate):
2412
2413         Restore horizontal scrollbar after switching to/from fullscreen
2414         or presentation mode. Fixes bug #331728.
2415
2416 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2417
2418         * shell/ev-view-private.h:
2419         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
2420         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
2421         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
2422         (ev_view_can_zoom_out):
2423
2424         Use max and min scale values in the view iby taking dpi into account. 
2425
2426 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2427
2428         * configure.ac:
2429         * NEWS:
2430
2431         Release 0.7.1
2432
2433 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2434
2435         * shell/ev-window.c: (ev_window_print_send):
2436
2437         Send print job to printer with some settings set to default values,
2438         since we have already exported to a file according to such settings
2439         and they could be taken twice by some printers. 
2440
2441 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2442
2443         * shell/ev-jobs.c: (ev_job_xfer_run):
2444         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2445
2446         Show main window and load document with the font-config lock held. 
2447
2448 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2449
2450         * configure.ac:
2451         * shell/ev-application.c: (ev_application_register_service):
2452         * shell/main.c: (load_files_remote):
2453
2454         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
2455
2456 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2457
2458         * doc/debugging.txt:
2459         
2460         Remove obsolete documentation.
2461
2462 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2463
2464         * Makefile.am:
2465         * backend/Makefile.am:
2466         * backend/comics/Makefile.am:
2467         * backend/djvu/Makefile.am:
2468         * backend/dvi/Makefile.am:
2469         * backend/ev-async-renderer.c:
2470         * backend/ev-async-renderer.h:
2471         * backend/ev-attachment.c:
2472         * backend/ev-attachment.h:
2473         * backend/ev-backend-marshal.c:
2474         * backend/ev-document-factory.c:
2475         * backend/ev-document-factory.h:
2476         * backend/ev-document-find.c:
2477         * backend/ev-document-find.h:
2478         * backend/ev-document-fonts.c:
2479         * backend/ev-document-fonts.h:
2480         * backend/ev-document-images.c:
2481         * backend/ev-document-images.h:
2482         * backend/ev-document-info.h:
2483         * backend/ev-document-links.c:
2484         * backend/ev-document-links.h:
2485         * backend/ev-document-misc.c:
2486         * backend/ev-document-misc.h:
2487         * backend/ev-document-security.c:
2488         * backend/ev-document-security.h:
2489         * backend/ev-document-thumbnails.c:
2490         * backend/ev-document-thumbnails.h:
2491         * backend/ev-document-transition.c:
2492         * backend/ev-document-transition.h:
2493         * backend/ev-document.c:
2494         * backend/ev-document.h:
2495         * backend/ev-file-exporter.c:
2496         * backend/ev-file-exporter.h:
2497         * backend/ev-image.c:
2498         * backend/ev-image.h:
2499         * backend/ev-link-action.c:
2500         * backend/ev-link-action.h:
2501         * backend/ev-link-dest.c:
2502         * backend/ev-link-dest.h:
2503         * backend/ev-link.c:
2504         * backend/ev-link.h:
2505         * backend/ev-render-context.c:
2506         * backend/ev-render-context.h:
2507         * backend/ev-selection.c:
2508         * backend/ev-selection.h:
2509         * backend/impress/Makefile.am:
2510         * backend/pdf/Makefile.am:
2511         * backend/pixbuf/Makefile.am:
2512         * backend/ps/Makefile.am:
2513         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
2514         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
2515         (start_interpreter), (stop_interpreter), (document_load),
2516         (ps_document_next_page), (render_page):
2517         * backend/tiff/Makefile.am:
2518         * comics/Makefile.am:
2519         * comics/comics-document.c:
2520         * comics/comics-document.h:
2521         * configure.ac:
2522         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2523         * djvu/Makefile.am:
2524         * djvu/djvu-document-private.h:
2525         * djvu/djvu-document.c:
2526         * djvu/djvu-document.h:
2527         * djvu/djvu-links.c:
2528         * djvu/djvu-links.h:
2529         * djvu/djvu-text-page.c:
2530         * djvu/djvu-text-page.h:
2531         * djvu/djvu-text.c:
2532         * djvu/djvu-text.h:
2533         * dvi/Makefile.am:
2534         * dvi/dvi-document.c:
2535         * dvi/dvi-document.h:
2536         * dvi/fonts.c:
2537         * dvi/fonts.h:
2538         * dvi/mdvi-lib/Makefile.am:
2539         * dvi/mdvi-lib/afmparse.c:
2540         * dvi/mdvi-lib/afmparse.h:
2541         * dvi/mdvi-lib/bitmap.c:
2542         * dvi/mdvi-lib/bitmap.h:
2543         * dvi/mdvi-lib/color.c:
2544         * dvi/mdvi-lib/color.h:
2545         * dvi/mdvi-lib/common.c:
2546         * dvi/mdvi-lib/common.h:
2547         * dvi/mdvi-lib/defaults.h:
2548         * dvi/mdvi-lib/dvimisc.c:
2549         * dvi/mdvi-lib/dviopcodes.h:
2550         * dvi/mdvi-lib/dviread.c:
2551         * dvi/mdvi-lib/files.c:
2552         * dvi/mdvi-lib/font.c:
2553         * dvi/mdvi-lib/fontmap.c:
2554         * dvi/mdvi-lib/fontmap.h:
2555         * dvi/mdvi-lib/fontsrch.c:
2556         * dvi/mdvi-lib/gf.c:
2557         * dvi/mdvi-lib/hash.c:
2558         * dvi/mdvi-lib/hash.h:
2559         * dvi/mdvi-lib/list.c:
2560         * dvi/mdvi-lib/mdvi.h:
2561         * dvi/mdvi-lib/pagesel.c:
2562         * dvi/mdvi-lib/paper.c:
2563         * dvi/mdvi-lib/paper.h:
2564         * dvi/mdvi-lib/pk.c:
2565         * dvi/mdvi-lib/private.h:
2566         * dvi/mdvi-lib/setup.c:
2567         * dvi/mdvi-lib/sp-epsf.c:
2568         * dvi/mdvi-lib/special.c:
2569         * dvi/mdvi-lib/sysdeps.h:
2570         * dvi/mdvi-lib/t1.c:
2571         * dvi/mdvi-lib/tfm.c:
2572         * dvi/mdvi-lib/tfmfile.c:
2573         * dvi/mdvi-lib/tt.c:
2574         * dvi/mdvi-lib/util.c:
2575         * dvi/mdvi-lib/vf.c:
2576         * dvi/pixbuf-device.c:
2577         * dvi/pixbuf-device.h:
2578         * impress/Makefile.am:
2579         * impress/common.h:
2580         * impress/document.c:
2581         * impress/f_oasis.c:
2582         * impress/f_oo13.c:
2583         * impress/iksemel.c:
2584         * impress/iksemel.h:
2585         * impress/imposter.h:
2586         * impress/impress-document.c:
2587         * impress/impress-document.h:
2588         * impress/internal.h:
2589         * impress/r_back.c:
2590         * impress/r_draw.c:
2591         * impress/r_geometry.c:
2592         * impress/r_gradient.c:
2593         * impress/r_style.c:
2594         * impress/r_text.c:
2595         * impress/render.c:
2596         * impress/render.h:
2597         * impress/zip.c:
2598         * impress/zip.h:
2599         * lib/Makefile.am:
2600         * lib/ev-debug.c:
2601         * lib/ev-debug.h:
2602         * lib/ev-file-helpers.c:
2603         * lib/ev-file-helpers.h:
2604         * lib/ev-gui.c:
2605         * lib/ev-gui.h:
2606         * lib/ev-tooltip.c:
2607         * lib/ev-tooltip.h:
2608         * libdocument/Makefile.am:
2609         * libdocument/ev-file-helpers.c:
2610         * pdf/Makefile.am:
2611         * pdf/ev-poppler.cc:
2612         * pdf/ev-poppler.h:
2613         * pixbuf/Makefile.am:
2614         * pixbuf/pixbuf-document.c:
2615         * pixbuf/pixbuf-document.h:
2616         * properties/Makefile.am:
2617         * ps/Makefile.am:
2618         * ps/gsdefaults.c:
2619         * ps/gsdefaults.h:
2620         * ps/gsio.c:
2621         * ps/gsio.h:
2622         * ps/gstypes.h:
2623         * ps/ps-document.c:
2624         * ps/ps-document.h:
2625         * ps/ps.c:
2626         * ps/ps.h:
2627         * shell/Makefile.am:
2628         * shell/ev-application.h:
2629         * shell/ev-sidebar-links.c:
2630         * shell/ev-sidebar-links.h:
2631         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
2632         (ev_gui_menu_position_tree_selection):
2633         * shell/ev-utils.h:
2634         * shell/ev-view.c: (ev_view_finalize):
2635         * shell/ev-window.c:
2636         * shell/main.c: (main):
2637         * thumbnailer/Makefile.am:
2638         * tiff/Makefile.am:
2639         * tiff/tiff-document.c:
2640         * tiff/tiff-document.h:
2641         * tiff/tiff2ps.c:
2642         * tiff/tiff2ps.h:
2643         
2644         Reorganize source tree.
2645
2646 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2647
2648         * backend/ev-document-factory.c:
2649
2650         Do not include ev-poppler.h when pdf is disabled. 
2651
2652 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2653
2654         * configure.ac:
2655         * data/evince-ui.xml:
2656         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
2657         (pdf_document_document_images_iface_init):
2658         * backend/Makefile.am:
2659         * backend/ev-document-images.[ch]:
2660         * backend/ev-image.[ch]:
2661         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
2662         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
2663         (ev_job_xfer_run):
2664         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2665         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2666         (ev_pixbuf_cache_get_image_mapping):
2667         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
2668         (view_menu_popup_cb), (ev_window_dispose),
2669         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2670         (ev_view_popup_cmd_copy_image):
2671         * shell/ev-view-private.h:
2672         * shell/ev-view.c: (ev_view_get_image_at_location),
2673         (ev_view_do_popup_menu), (ev_view_popup_menu),
2674         (ev_view_button_press_event), (ev_view_drag_data_get),
2675         (ev_view_drag_motion), (ev_view_drag_data_received),
2676         (ev_view_motion_notify_event), (ev_view_button_release_event),
2677         (ev_view_finalize), (ev_view_class_init):
2678
2679         Add image handling support. Fixes bugs #310008 and #325047. Images
2680         selection is not supported yet. 
2681
2682 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2683
2684         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
2685         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
2686         (ev_view_init):
2687
2688         Move view drag and drop stuff to ev-view.
2689
2690 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2691
2692         * shell/ev-pixbuf-cache.c: (clear_job_selection):
2693         * shell/ev-view.c: (clear_selection): 
2694
2695         Clear selection also in pixbuf cache.
2696
2697 2007-01-02  Luca Ferretti <elle.uca@libero.it>
2698
2699         * data/evince.desktop.in.in:
2700         
2701         Change icon name in desktop file. See bug #390734
2702         for details.
2703
2704 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2705
2706         * thumbnailer/Makefile.am:
2707
2708         Use top_builddir instead top_srcdir for generated schema
2709         file installation. Fixes bug #390161.
2710
2711 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2712
2713         * configure.ac:
2714         * backend/Makefile.am:
2715         * backend/ev-document-transition.[ch]:
2716         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
2717         (pdf_document_page_transition_iface_init):
2718         * shell/ev-view-private.h:
2719         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
2720         (ev_view_set_presentation), (transition_next_page),
2721         (ev_view_presentation_transition_stop),
2722         (ev_view_presentation_transition_start), (ev_view_next_page):
2723
2724         Add page transition support in presentation mode. At the moment only
2725         page duration is supported, but not transition effects. Fixes bug
2726         #309815.
2727
2728 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2729
2730         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
2731
2732         Run find_link_dest with document lock held, since it's called by links
2733         thread and main thread at the same time. 
2734
2735 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2736
2737         * shell/ev-view.c: (goto_dest):
2738
2739         Update page-cache when page is changed by the view, so that
2740         page-changed signal is emitted. 
2741
2742 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2743
2744         * test/test1.py:
2745         * test/test2.py:
2746
2747         Use C locale in tests. 
2748
2749 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2750
2751         * shell/ev-window.c: (ev_window_run_presentation):
2752         * shell/ev-view-private.h:
2753         * shell/ev-view.c: (ev_view_set_presentation):
2754
2755         Restore zoom settings when back from presentation mode. 
2756
2757 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2758
2759         * shell/ev-window.c: (ev_window_run_presentation):
2760
2761         Always use "best fit" zoom in presentation mode.
2762         Fixes bug #389195.
2763
2764 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2765
2766         * shell/ev-view.c: (ev_view_goto_window_create):
2767
2768         Show "Jump to page" label in the page jumping popup in
2769         presentation mode instead of just a GtkEntry.
2770
2771 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2772
2773         * shell/ev-window.c: (launch_external_uri):
2774
2775         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
2776         #378085.
2777
2778 2006-12-22  Elijah Newren  <newren gmail com>
2779
2780         * configure.ac: explicitly check for libxml2.  Fixes #388795
2781
2782 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2783
2784         * shell/ev-view-private.h:
2785         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
2786         (ev_view_goto_window_delete_event), (key_is_numeric),
2787         (ev_view_goto_window_key_press_event),
2788         (ev_view_goto_window_button_press_event),
2789         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
2790         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
2791         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
2792
2793         Allow jumping to another page by typing a page number in presentation
2794         mode. It uses a popup window with an entry. Fixes bug #353625.
2795
2796 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2797
2798         * configure.ac:
2799         * properties/ev-properties-view.c: (ev_get_default_user_units),
2800         (ev_regular_paper_size):
2801         
2802         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
2803         to Damien Carbery <damien.carbery@sun.com> and
2804         Yevgen Muntyan <muntyan@tamu.edu>.
2805
2806 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2807
2808         * shell/ev-window.c: (setup_document_from_metadata):
2809
2810         Make sure Evince doesn't restore the view on the last
2811         page when a document is reopened. Fixes bug #383381.
2812
2813 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
2814
2815         * shell/ev-view.c: (draw_loading_text):
2816
2817         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
2818
2819 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2820
2821         * configure.ac:
2822         * NEWS:
2823
2824         Release 0.7.0
2825
2826 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2827
2828         * configure.ac:
2829         * pdf/ev-poppler.cc: (pdf_print_context_free),
2830         (pdf_document_file_exporter_begin),
2831         (pdf_document_file_exporter_do_page):
2832
2833         Make cairo-pdf depedency optional. 
2834
2835 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2836
2837         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
2838
2839         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
2840
2841 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2842
2843         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
2844         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
2845         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
2846         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
2847         * shell/ev-view.c: (draw_loading_text):
2848         * shell/ev-window.c: (ev_window_cmd_file_properties):
2849
2850         Use an specific lock for FontConfig. Hopefully it fixes some crashes
2851         related to using FontConfig from different threads.
2852         
2853 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2854
2855         * shell/ev-view.c: (draw_loading_text):
2856
2857         Acquire lock document when drawing "Loading..." text so that only one
2858         thread will use FontConfig at the same time. Fixes bug #374750.
2859
2860 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2861
2862         * shell/ev-page-action.[ch]: (activate_cb):
2863         * shell/ev-window.c: (activate_label_cb):
2864
2865         Check if text inserted in page entry is a valid page number when it
2866         doesn't match to any document page label. Fixes bug #383165.
2867
2868 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
2869         * shell/ev-window.c:
2870
2871         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
2872         available with GTK < 2.10. Added an ifdef to avoid compilation
2873         error.
2874
2875 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2876
2877         * configure.ac:
2878         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
2879
2880         Fix ps backend in multihead systems.
2881
2882 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2883
2884         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
2885         * shell/ev-window.c: (ev_window_get_screen_dpi),
2886         (ev_window_update_actions), (setup_view_from_metadata),
2887         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
2888
2889         Take screen DPI into account when zooming. Fixes bug #318285.
2890
2891 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2892
2893         * data/Makefile.am:
2894
2895         Cleaned up/slightly refactored Makefile.am. Added GConf
2896         schemas uninstallation as well.
2897
2898 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2899
2900         * Makefile.am:
2901         * test/Makefile.am:
2902
2903         Fight with autotools to fix make check. Make distcheck
2904         works fine as well now!
2905
2906 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2907
2908         * shell/ev-view.c: (draw_end_presentation_page):
2909
2910         Corrected "end of presentation" string.
2911
2912 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2913
2914         * shell/ev-view.c: (ev_view_key_press_event):
2915
2916         Correctly propagate key press event so that up/down keys
2917         work as expected (correct behaviour was broken by
2918         black/white screen key bindings for presentations).
2919
2920 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2921
2922         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
2923         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
2924         (pdf_document_find_get_progress), (pdf_selection_render_selection),
2925         (pdf_selection_get_selection_region),
2926         (pdf_selection_get_selection_map):
2927
2928         Add "static" to some private functions. 
2929
2930 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
2931
2932         * lib/ev-tooltip.h:
2933         * properties/ev-properties-view.h:
2934         * shell/ev-jobs.h:
2935         * shell/ev-properties-dialog.h:
2936         * shell/ev-properties-fonts.h:
2937         * shell/ev-sidebar-links.h:
2938         * shell/ev-sidebar-thumbnails.h:
2939         * shell/ev-sidebar.h:
2940         * shell/ev-window.h:
2941         
2942         Fixes CHACK type in class casts. See bug #385343
2943         for details.
2944
2945 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2946
2947         * shell/ev-view-private.h:
2948         * shell/ev-view.c: (draw_end_presentation_page),
2949         (ev_view_expose_event), (ev_view_key_press_event),
2950         (ev_view_class_init), (ev_view_init):
2951
2952         Blank screen in presentation mode when pressing 'b' (filling with
2953         black) or 'w' (filling with white) keys. Fixes bug #358132.
2954
2955 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
2956
2957         * data/evince-toolbar.xml:
2958         * shell/ev-window.c:
2959         
2960         Use stock icon for Select All action. Fixes
2961         bug #382652.
2962
2963 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
2964
2965         * shell/ev-view.c: (get_doc_point_from_offset),
2966         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
2967
2968         Add links support in rotated documents. Fixes bug #343733.
2969
2970 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2971
2972         * shell/ev-view-private.h:
2973         * shell/ev-view.c: (draw_end_presentation_page),
2974         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
2975
2976         Show a blank page after the last page in presentation mode with a
2977         message indicating that presentation has finished and how to exit. 
2978
2979 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2980
2981         * shell/ev-window.c: (fullscreen_timeout_cb):
2982
2983         Hide cursor after a while in presentation mode. 
2984
2985 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2986
2987         * backend/ev-document-info.h:
2988         * data/evince-properties.glade:
2989         * pdf/ev-poppler.cc:
2990         * properties/ev-properties-view.c: (ev_regular_paper_size),
2991         (ev_properties_view_set_info):
2992         * ps/ps-document.c: (ps_document_get_info):
2993
2994         Adds a paper size field to the properties dialog. Fixes
2995         bug #307315. Patch by Kasper Svendsen (with some i18n
2996         changes done by me).
2997
2998 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2999
3000         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3001         (screensaver_init_dbus), (totem_scrsaver_new),
3002         (totem_scrsaver_init):
3003         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3004         * shell/ev-application.c: (ev_application_register_service),
3005         (ev_application_screensaver_enable),
3006         (ev_application_screensaver_disable):
3007         * shell/ev-application.h:
3008         * shell/ev-window.c: (ev_window_run_presentation),
3009         (ev_window_stop_presentation), (build_comments_string),
3010         (ev_window_init):
3011         
3012         Move screensaver handling to application. No more
3013         message on startup.
3014
3015 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3016
3017         * configure.ac:
3018         * backend/Makefile.am:
3019         * backend/ev-file-exporter.[ch]:
3020         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
3021         * ps/ps-document.c: (ps_document_file_exporter_*):
3022         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
3023         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3024         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3025         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3026
3027         Allow printing to PDF when suppoted by the backend.
3028         
3029 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3030
3031         * shell/ev-window.c: (build_comments_string):
3032
3033         Use always "Document Viewer" in about dialog. 
3034
3035 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3036
3037         * djvu/djvu-document.c: (djvu_document_get_page_size):
3038
3039         Display a warning message when get_pageinfo fails. 
3040
3041 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
3042
3043         * Makefile.am:
3044         * backend/Makefile.am:
3045         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3046         * configure.ac:
3047         * shell/ev-window.c: (build_comments_string):
3048         
3049         Make pdf compilation optional. See bug #38007.
3050
3051 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3052
3053         * ps/ps.c: (get_next_text):
3054
3055         Fix CVE-2006-5864.
3056
3057 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3058
3059         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
3060         * shell/ev-navigation-action.c: (connect_proxy),
3061         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3062         
3063         Do not call g_type_class_peek_parent twice.
3064
3065 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3066
3067         * configure.ac:
3068         * data/icons/24x24/.cvsignore:
3069         * data/icons/24x24/Makefile.am:
3070         * data/icons/24x24/evince.png:
3071         * data/icons/Makefile.am:
3072         
3073         Add 24x24 icon. Thanks to 
3074         Michael Monreal <infernux@web.de>.
3075
3076 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3077
3078         * configure.ac: Fix typo in configure.ac. Thanks
3079         to dmacks@netspace.org for notification.
3080
3081 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3082
3083         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3084         
3085         Drop dbus include, fixes compilation with older dbus.
3086
3087 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3088
3089         * configure.ac:
3090         * cut-n-paste/Makefile.am:
3091         * cut-n-paste/totem-screensaver/.cvsignore
3092         * cut-n-paste/totem-screensaver/Makefile.am:
3093         * cut-n-paste/totem-screensaver/README:
3094         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3095         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3096         * shell/Makefile.am:
3097         * shell/ev-window.c: (ev_window_run_presentation),
3098         (ev_window_stop_presentation), (ev_window_cmd_help_about),
3099         (ev_window_init):
3100
3101         Implemented screensaver enabling/disabling for
3102         presentation mode (not fullscreen mode). Code stolen
3103         from Totem (with some minor tweaks). Fixes bug #338889.
3104
3105 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3106
3107         * configure.ac:
3108
3109         Bump gnome-icon-theme requirements. We use the rotation
3110         icons that appeared recently.
3111
3112 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3113
3114         * shell/ev-history.c: (ev_history_add_page):
3115         * shell/ev-history.h:
3116         * shell/ev-window.c: (page_changed_cb):
3117         
3118         Use page labels instead of numbers.
3119
3120 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3121
3122         * data/evince-toolbar.xml:
3123         * po/POTFILES.in:
3124         * shell/Makefile.am:
3125         * shell/ev-navigation-action-widget.c:
3126         (ev_navigation_action_widget_init),
3127         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
3128         (menu_detacher), (ev_navigation_action_widget_set_menu),
3129         (menu_position_func), (popup_menu_under_arrow),
3130         (ev_navigation_action_widget_toggled),
3131         (ev_navigation_action_widget_button_press_event):
3132         * shell/ev-navigation-action-widget.h:
3133         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
3134         (ev_navigation_action_set_window), (activate_menu_item_cb),
3135         (new_history_menu_item), (new_empty_history_menu_item),
3136         (build_menu), (menu_activated_cb), (connect_proxy),
3137         (create_tool_item), (ev_navigation_action_init),
3138         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3139         * shell/ev-navigation-action.h:
3140         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
3141         (ev_page_action_widget_set_page_cache),
3142         (ev_page_action_widget_finalize),
3143         (ev_page_action_widget_class_init), (match_selected_cb),
3144         (display_completion_text), (match_completion), (build_new_tree_cb),
3145         (get_filter_model_from_model),
3146         (ev_page_action_widget_update_model):
3147         * shell/ev-page-action-widget.h:
3148         * shell/ev-page-action.c: (activate_link_cb), (update_model),
3149         (connect_proxy):
3150         * shell/ev-page-action.h:
3151         * shell/ev-stock-icons.c:
3152         * shell/ev-stock-icons.h:
3153         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3154         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
3155         (register_custom_actions):
3156         * shell/main.c:
3157         
3158         Preliminary history implementation
3159
3160 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3161
3162         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
3163         (dvi_document_class_init), (dvi_document_init_params):
3164         * dvi/mdvi-lib/font.c: (font_reference):
3165         
3166         Add reference to subfont. Fixes bug #374277.
3167
3168 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3169
3170         * shell/ev-window.c: (ev_window_create_tmp_symlink),
3171         (ev_window_cmd_file_open_copy_at_dest):
3172
3173         Fix a race condition when creating symlink. Increase the counter
3174         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
3175         Mathias Hasselmann).
3176
3177 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3178
3179         * backend/Makefile.am:
3180         * backend/ev-attachment.c: (ev_attachment_open):
3181         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
3182         (ev_tmp_dir), (ev_tmp_filename):
3183         * shell/ev-sidebar-attachments.c:
3184         (ev_sidebar_attachments_drag_data_get):
3185         * shell/ev-window.c: (ev_window_clear_temp_file):
3186
3187         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
3188         in ensure_dir_exists. Abort without crashing when we can't create
3189         user's directory.
3190
3191 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3192
3193         * data/evince-ui.xml:
3194         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3195         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
3196         (ev_window_cmd_file_open_copy_at_dest),
3197         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
3198         (ev_view_popup_cmd_open_link_new_window):
3199
3200         Allow opening a copy of the current document in a new window. Fixes bug
3201         #357472
3202
3203 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3204
3205         * data/evince-toolbar.xml:
3206         
3207         Add rotate right and rotate left to available items for toolbar.
3208         
3209         * data/evince-ui.xml:
3210         * shell/ev-window.c: (ev_window_init):
3211         
3212         Customize toolbar with right click. Fixes bug #372451.
3213
3214 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
3215
3216         * shell/ev-window.c: 
3217         
3218         Use "object-rotate-{left,right}" stock icons. Fixes 
3219         bug #373863.
3220
3221 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3222
3223         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
3224         (ev_application_open_uri_at_dest), (ev_application_open_uri):
3225         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
3226         (ev_window_open_uri):
3227         * shell/main.c: (arguments_parse):
3228
3229         Remove temp file created when evince is used by GTK+ in
3230         preview mode. Fixes bug #365282. 
3231
3232 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3233
3234         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3235         
3236         Fixes bug #372474 - Side pane disabled when entering 
3237         and leaving fullscreen mode.
3238
3239 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3240
3241         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
3242         * data/Makefile.am:
3243         * data/evince-preview-toolbar.xml:
3244         * data/evince-toolbar.xml:
3245         * shell/ev-application.c: (ev_application_shutdown),
3246         (ev_application_init), (ev_application_get_toolbars_model):
3247         * shell/ev-application.h:
3248         * shell/ev-window.c: (update_chrome_visibility),
3249         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
3250         (ev_window_cmd_edit_toolbar), (ev_window_init):
3251         
3252         Fixes bug #364364 - toolbar editor shows zoom actions again.
3253
3254 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3255
3256         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3257
3258         Do not take margins into consideration for paper size when printing.
3259         Really fixes bug #350491.
3260
3261 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3262
3263         * data/evince-ui.xml:
3264         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
3265         (ev_window_cmd_file_print_setup),
3266         (ev_window_print_dialog_response_cb),
3267         (ev_window_setup_action_sensitivity):
3268
3269         Add page setup settings for printing. Fixes bugs #363860 and #350491.
3270
3271 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3272
3273         * shell/ev-window.c: (ev_window_print_range):
3274
3275         Revert my previuos commit, since printing to PDF is not supported by
3276         evince yet. 
3277
3278 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3279
3280         * shell/ev-window.c: (ev_window_print_range):
3281
3282         Enable print to a PDF. Fixes bug #332121.
3283
3284 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3285
3286         * shell/ev-application-service.xml:
3287         * shell/ev-application.[ch]: (ev_application_open_window),
3288         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
3289         (ev_application_open_uri), (ev_application_open_uri_list):
3290         * shell/ev-window.c: (file_open_dialog_response_cb),
3291         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
3292         (drag_data_received_cb), (open_remote_link):
3293         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
3294
3295         Add support for multiscreen systems. Fixes bug #316206.
3296
3297 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3298
3299         * shell/ev-jobs.[ch]: (ev_job_print_new),
3300         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
3301         (ev_job_print_do_page):
3302         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
3303
3304         Allow printing only odd/even pages. Fixes bug #367289.
3305
3306 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3307
3308         * test/test1.py:
3309         * test/test2.py:
3310
3311         Re-add locale settings to test files.
3312
3313 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3314
3315         * data/evince-ui.xml:
3316         * shell/ev-window.c: (set_action_properties):
3317         
3318         Removed garbage from code and ui.
3319
3320 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3321
3322         * shell/ev-window.c: (ev_window_cmd_help_about):
3323
3324         Shamelessly add my name to the list of contributors.
3325
3326 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3327
3328         * test/test1.py:
3329         * test/test2.py:
3330
3331         Cleaned up the dogtail scripts.
3332
3333 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3334
3335         * shell/ev-view.c: (draw_loading_text): Don't render
3336         "loading..." text in presentation mode. Temporary
3337         workaround for bug #320352.
3338
3339 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3340
3341         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3342         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3343
3344         Use print settings scale, copies, collate and reverse which were
3345         ignored. Fixes bug #359032.
3346
3347 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3348
3349         * configure.ac:
3350         * data/evince-password.glade:
3351         * test/Makefile.am:
3352         * test/test-encrypt.pdf:
3353         * test/test-links.pdf:
3354         * test/test1.py:
3355         * test/test2.py:
3356
3357         Add automated UI tests for evince with dogtail. See
3358         bug #300948.    
3359
3360 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3361
3362         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
3363
3364         Hide fullscreen toolbar when switching to another desktop workspace.
3365         Fixes bug #338871
3366
3367 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3368
3369         * shell/ev-window-title.c: 
3370         
3371         Test for .dvi in title of pdf documents.
3372
3373 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3374
3375         * shell/ev-view.c: (ev_view_scroll):
3376
3377         Page Up/Down should do page jumps in "Best fit" mode.
3378         If a user has explicitly chosen to view exactly one page
3379         at a time, scrolling just a part of the page when
3380         pressing Page Up/Down is not right. Fixes bug #323107.
3381
3382 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3383
3384         * NEWS:
3385         * configure.ac:
3386         
3387         Update for 0.6.1
3388
3389 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3390
3391         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
3392         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
3393         
3394         Correctly disconnect from job signals on destroy.
3395
3396 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3397
3398         * shell/ev-view-private.h:
3399         * shell/ev-view.c: (view_set_adjustment_values),
3400         (view_update_range_and_current_page),
3401         (ensure_rectangle_is_visible), (ev_view_size_allocate):
3402         
3403         Fixes bug #343199, current page now follows find page.
3404
3405 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
3406
3407         * backend/ev-document-factory.c:
3408         * configure.ac:
3409         Assigned OpenDocument presenation MIME type to the
3410         Impress backend. Added some missing (but harmless)
3411         #ifdefs in the document factory as well to make things
3412         consistent again. Fixes bug #360658.
3413
3414 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
3415
3416         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
3417         * backend/ev-document-find.c: (ev_document_find_get_type):
3418         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
3419         * backend/ev-document-links.c: (ev_document_links_get_type):
3420         * backend/ev-document-security.c: (ev_document_security_get_type):
3421         * backend/ev-document-thumbnails.c:
3422         (ev_document_thumbnails_get_type):
3423         * backend/ev-document.c: (ev_document_get_type):
3424         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
3425         * backend/ev-selection.c: (ev_selection_get_type):
3426         * cut-n-paste/recent-files/egg-recent-model.c:
3427         (egg_recent_model_get_type):
3428         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3429         (egg_recent_view_uimanager_get_type):
3430         * cut-n-paste/recent-files/egg-recent-view.c:
3431         (egg_recent_view_get_type):
3432         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3433         (egg_editable_toolbar_get_type):
3434         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3435         (egg_toolbar_editor_get_type):
3436         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3437         (egg_toolbars_model_get_type):
3438         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3439         (egg_tree_multi_drag_source_get_type):
3440         * cut-n-paste/zoom-control/ephy-zoom-action.c:
3441         (ephy_zoom_action_get_type):
3442         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3443         (ephy_zoom_control_get_type):
3444         * impress/r_back.c: (_imp_fill_back):
3445         * properties/ev-properties-main.c:
3446         (ev_properties_plugin_register_type):
3447         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
3448         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
3449         (ev_view_accessible_factory_get_type):
3450
3451         Reduce relocations. Bug #360616.
3452
3453 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3454
3455         * backend/ev-document-factory.c:
3456         (ev_document_factory_get_document):
3457         
3458         Load document even if extension is wrong.
3459
3460 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3461
3462         * shell/ev-metadata-manager.c: (save_values):
3463         * shell/ev-window.c: (setup_size_from_metadata),
3464         (setup_view_from_metadata), (ev_window_setup_document),
3465         (ev_window_xfer_job_cb), (window_configure_event_cb):
3466         
3467         Set size according to the document size/page size ratio.
3468         That should correct rather wierd behaviour of the previous
3469         commit.
3470
3471 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3472
3473         * shell/ev-window.c: (setup_view_from_metadata):
3474         
3475         Set size for new windows from previous window size.
3476         See bugs #354968 and #168450 for details. Thanks
3477         to Meik Hellmund.
3478
3479 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3480
3481         * djvu/djvu-links.c: (build_tree):
3482
3483         Fix memory leak.
3484
3485 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3486
3487         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
3488         
3489         Don't make sidebar close button insensitive. Fixes
3490         bug #357871.
3491
3492 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3493
3494         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3495         (ev_window_set_view_accels_sensitivity):
3496         
3497         Don't enable Slash on documents which don't support
3498         find. Fixes bug #358648.
3499
3500 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
3501
3502         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
3503         open dialog fall back to the current document uri if the
3504         filechooser hasn't been used before. Fixes bug #356980.
3505
3506 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
3507
3508         * shell/ev-window.c: (ev_window_setup_recent), 
3509         (ev_window_get_recent_file_label):
3510
3511         Escape underscores in filenames of recent file items.
3512
3513 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3514
3515         * configure.ac:
3516         
3517         Bumped poppler requirements, really 0.5.3 is very 
3518         buggy, now we require 0.5.4.
3519
3520 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3521
3522         * djvu/Makefile.am:
3523         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3524         (djvu_document_find_iface_init), (djvu_document_links_get_links),
3525         (djvu_document_document_links_iface_init):
3526         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
3527         (number_from_string_10), (get_djvu_link_dest),
3528         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
3529         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
3530         (djvu_links_get_links), (djvu_links_find_link_dest),
3531         (djvu_links_get_links_model):
3532         * djvu/djvu-links.h:
3533         
3534         Add support for links and bookmarks in djvu documents. Thanks
3535         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
3536         patch.
3537
3538 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3539
3540         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3541         
3542         Reopen should reload document. Fixes 
3543         bug 327951.
3544
3545 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3546
3547         * configure.ac:
3548         * data/Makefile.am:
3549         * data/evince-16.png:
3550         * data/evince-22.png:
3551         * data/evince.png:
3552         * data/evince.svg:
3553         * data/icons/16x16/Makefile.am:
3554         * data/icons/16x16/evince.png:
3555         * data/icons/22x22/Makefile.am:
3556         * data/icons/22x22/evince.png:
3557         * data/icons/48x48/Makefile.am:
3558         * data/icons/48x48/evince.png:
3559         * data/icons/Makefile.am:
3560         * data/icons/scalable/Makefile.am:
3561         * data/icons/scalable/evince.svg:
3562         
3563         Install icons with correct names. Fixes
3564         bug #354429.
3565
3566 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3567
3568         * shell/ev-view.c: (ev_view_button_release_event):
3569
3570         Don't open links with middle mouse button. Fixes bug #353649
3571
3572 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3573
3574         * NEWS:
3575         * configure.ac:
3576         
3577         Update for release 0.6.0
3578
3579 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3580
3581         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
3582         Implement Close named action. Patch by Carlos Garcia Campos.
3583
3584 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3585
3586         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
3587         
3588         Don't clear link mapping on copy_job_to_job_info. Fixes
3589         bug 346168.
3590
3591 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3592
3593         * shell/main.c: (main):
3594
3595         Revert my previous commit, gnome_program_init owns the option context.
3596         Fix another memory leak in main. Both caught by Christian Persch. 
3597
3598 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3599
3600         * shell/main.c: (main):
3601
3602         Fix memory leak.
3603
3604 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3605
3606         * backend/ev-document-factory.c: (ev_document_factory_get_document):
3607
3608         Fix crash when opening a pdf with password protection. 
3609
3610 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3611
3612         * pdf/ev-poppler.cc: (pdf_document_search_free):
3613
3614         Fix memory leak. 
3615
3616 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3617
3618         * backend/ev-document-factory.c:
3619         (ev_document_factory_get_document):
3620         * tiff/tiff-document.c: (tiff_document_finalize):
3621         
3622         More correct handling of document loading. Fixes
3623         bug #349043.
3624
3625 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3626
3627         * backend/ev-attachment.c: (ev_attachment_save):
3628
3629         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
3630         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
3631
3632 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
3633         
3634         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
3635         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
3636
3637 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3638
3639         * shell/ev-sidebar-thumbnails.c:
3640
3641         Do not render thumbnails unless thumbnails page is active in the
3642         sidebar.
3643
3644 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
3645
3646         * shell/ev-properties-dialog.c:
3647
3648         Fix dialogue spacing. Bug #351370.
3649
3650 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3651
3652         * configure.ac:
3653
3654         Use lowercase gettext catalog file names (evince.mo
3655         instead of Evince.mo)
3656
3657 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3658
3659         * shell/ev-sidebar-attachments.c:
3660
3661         GtkIconTheme is now screen safe too. Fixes bug #350878
3662
3663 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3664
3665         * shell/ev-window.c:
3666
3667         GtkRecent manager is now screen safe. Fixes bug #350145
3668
3669 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3670
3671         * shell/ev-sidebar.c: (ev_sidebar_init):
3672         
3673         Make sidebar close icon smaller. Fix for bug 350177.
3674         See also bugs 350176 and 165770.
3675
3676 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3677
3678         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
3679
3680         Ignore zoom for xyz destinations when it's <= 1, keeping user
3681         preferences instead. Set correct sizing-mode for fith and fitv
3682         destinations rather than EV_SIZING_FREE. Fixes bug #349433
3683
3684 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3685
3686         * NEWS:
3687         * configure.ac:
3688         
3689         Update for release 0.5.5
3690
3691 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
3692         
3693         * shell/ev-window.c: (ev_window_cmd_escape)
3694
3695         Escape unfocus page entry. Fixes bug #345809.
3696
3697 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3698
3699         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
3700         (build_tree), (pdf_document_links_get_links),
3701         (pdf_document_links_find_link_dest):
3702         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
3703         (goto_xyz_dest):
3704
3705         Convert from PDF style coordinates to X style coordinates in the
3706         backend rather than in the view. Fixes bug #338440
3707
3708 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3709
3710         * shell/ev-window.c:
3711         
3712         Remove Ctrl+Shift+T shortcut for toolbars. See
3713         the bug #350098.
3714
3715 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3716
3717         * configure.ac:
3718
3719         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
3720         of this. 
3721
3722 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3723
3724         * configure.ac:
3725         * cut-n-paste/Makefile.am:
3726         * data/evince-ui.xml:
3727         * shell/Makefile.am:
3728         * shell/ev-application.[ch]:
3729         * shell/ev-window.c:
3730
3731         Use GtkRecent instead of EggRecent when it's available. Fixes bug
3732         #349273
3733
3734 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3735
3736         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
3737         findbar code: s/help/search/
3738
3739 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3740
3741         * shell/ev-window.c: (setup_document_from_metadata),
3742         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
3743         (setup_view_from_metadata):
3744         
3745         Fix memory leaks.
3746
3747 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
3748
3749         * autogen.sh, configure.ac: 
3750         
3751         Update automake usage. See bug 349292.
3752
3753 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3754
3755         * shell/eggfindbar.c: (egg_find_bar_class_init),
3756         (entry_activate_callback), (egg_find_bar_init),
3757         (egg_find_bar_set_status_text):
3758         * shell/eggfindbar.h:
3759         
3760         Unify Evince findbar with Epiphany. Nice patch
3761         from Fabricio Silva <silva@crans.org> and
3762         Frederic Peters <fpeters@entrouvert.com>. See
3763         bug #339966 for details.
3764
3765 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3766
3767         * data/evince.desktop.in.in:
3768         
3769         Correct information for bugzilla. Thanks to
3770         Olaf Vitters, see bug #348855.
3771
3772 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3773
3774         * shell/ev-jobs.[ch]:
3775         * shell/ev-sidebar-links.c:
3776         * shell/ev-window.[ch]:
3777
3778         GtkPrintJob doesn't support print ranges or current page, so we export
3779         to a ps file now when printing ranges or current page.
3780
3781 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3782
3783         * pdf/ev-poppler.cc:
3784         * shell/ev-window.c: (do_action_named):
3785
3786         We should be more clear about bugzilla. See the
3787         poppler bug #7623.
3788
3789 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3790
3791         * configure.ac:
3792         * shell/Makefile.am:
3793         * shell/ev-job-queue.c:
3794         * shell/ev-jobs.[ch]:
3795         * shell/ev-sidebar-links.c:
3796         * shell/ev-window.[ch]:
3797         
3798         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
3799         #348422
3800
3801 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3802
3803         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
3804         * shell/ev-application-service.xml:
3805         * shell/ev-application.[ch]:
3806         * shell/ev-jobs.[ch]:
3807         * shell/ev-window.[ch]: (ev_window_run_preview):
3808         * shell/main.c: 
3809
3810         Add preview mode to use evince as a printing previewer. It also adds
3811         other command line options for fullscreen and presentation modes.
3812         Fixes bugs #347822, #317031
3813
3814 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3815
3816         * NEWS:
3817         * configure.ac:
3818         
3819         Update for release 0.5.4
3820
3821 2006-07-11  Bastien Nocera <hadess@hadess.net>
3822
3823         * Makefile.am:
3824         * backend/Makefile.am:
3825         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3826         * backend/ev-document-factory.h:
3827         * configure.ac:
3828         * impress/.cvsignore:
3829         * impress/Makefile.am:
3830         * impress/common.h:
3831         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
3832         (imp_get_page), (imp_next_page), (imp_prev_page),
3833         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
3834         * impress/f_oasis.c: (render_object), (render_page),
3835         (get_geometry), (_imp_oasis_load):
3836         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
3837         (_imp_oo13_load):
3838         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
3839         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
3840         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
3841         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
3842         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
3843         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
3844         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
3845         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
3846         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
3847         (iks_new_within), (iks_insert), (iks_insert_cdata),
3848         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
3849         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
3850         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
3851         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
3852         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
3853         (iks_cdata), (iks_cdata_size), (iks_has_children),
3854         (iks_has_attribs), (escape_size), (my_strcat), (escape),
3855         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
3856         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
3857         (iks_tree), (iks_load), (iks_save):
3858         * impress/iksemel.h:
3859         * impress/imposter.h:
3860         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
3861         (imp_render_draw_bezier_real), (imp_render_get_size),
3862         (imp_render_set_fg_color), (imp_render_draw_line),
3863         (imp_render_draw_rect), (imp_render_draw_polygon),
3864         (imp_render_draw_arc), (imp_render_draw_bezier),
3865         (imp_render_open_image), (imp_render_get_image_size),
3866         (imp_render_scale_image), (imp_render_draw_image),
3867         (imp_render_close_image), (imp_render_markup),
3868         (imp_render_get_text_size), (imp_render_draw_text),
3869         (impress_document_load), (impress_document_save),
3870         (impress_document_get_n_pages), (impress_document_get_page_size),
3871         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3872         (impress_document_finalize), (impress_document_class_init),
3873         (impress_document_can_get_text), (impress_document_get_info),
3874         (impress_document_document_iface_init),
3875         (impress_document_thumbnails_get_thumbnail),
3876         (impress_document_thumbnails_get_dimensions),
3877         (impress_document_document_thumbnails_iface_init),
3878         (impress_document_init):
3879         * impress/impress-document.h:
3880         * impress/internal.h:
3881         * impress/r_back.c: (_imp_fill_back):
3882         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
3883         (_imp_draw_image), (_imp_tile_image):
3884         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
3885         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
3886         (r_polyline):
3887         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
3888         (r_draw_gradient_complex), (r_draw_gradient):
3889         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
3890         (r_get_bullet):
3891         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
3892         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
3893         (r_text):
3894         * impress/render.c: (imp_create_context), (imp_context_set_page),
3895         (imp_context_set_step), (imp_render), (imp_delete_context):
3896         * impress/render.h:
3897         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
3898         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
3899         (zip_load_xml), (zip_get_size), (zip_load):
3900         * impress/zip.h:
3901         * shell/ev-utils.c:
3902         
3903         New backend to support impress slides. Fixes bug #30867.
3904
3905 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
3906
3907         * shell/ev-utils.c: (using_postscript_printer):
3908         
3909         Fixes crash when print using PAPI backend,
3910         bug #345012.
3911
3912 2006-06-09  Pat Rondon  <pmr@patrondon.org>
3913
3914         * shell/ev-jobs.c: (ev_job_xfer_run):
3915         * shell/ev-window.c: (password_dialog_response),
3916         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
3917         (ev_window_dispose):
3918         Fixes bug #344160: if the xfer job doesn't complete
3919         because a password is required, reload the existing
3920         instance instead of creating a new one.
3921
3922 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3923
3924         * shell/main.c: (main): Call gdk_threads_init. Thus
3925         we'll avoid errors in auth dialog. Fix for the bug
3926         #343347.
3927
3928 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3929
3930         * configure.ac: Advertise pixbuf support, fix
3931         for the bug 343317.
3932
3933 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3934
3935         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
3936         (ev_sidebar_thumbnails_set_document):
3937         
3938         Update sidebar thumbnails after reloading.
3939
3940 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3941
3942         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
3943         * shell/ev-jobs.h:
3944         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
3945         (ev_window_cmd_view_reload), (ev_window_init):
3946         
3947         Don't crash on reload. Fix for the bug #343167.
3948
3949 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3950
3951         * shell/ev-jobs.c: (ev_job_render_run):
3952         
3953         Check for document links.
3954
3955 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3956
3957         * backend/ev-attachment.c: (ev_attachment_save),
3958         (ev_attachment_launch_app), (ev_attachment_open):
3959         * backend/ev-document-factory.c: (get_document_from_uri):
3960         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3961         (egg_recent_view_uimanager_set_list):
3962         * ps/ps-document.c: (check_filecompressed), (document_load),
3963         (ps_document_load):
3964         * shell/ev-metadata-manager.c: (load_values):
3965         * shell/ev-password.c: (ev_password_dialog_set_property):
3966         * shell/ev-view.c: (tip_from_link):
3967         * shell/ev-window.c: (file_save_dialog_response_cb),
3968         (ev_window_print_dialog_response_cb):
3969         
3970         Use consistent quoting style. Fix for the bug #320285.
3971
3972 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3973
3974         * shell/ev-jobs.c: (ev_job_xfer_run):
3975         * shell/main.c: (load_files):
3976                 
3977         Open links with anchors. Fix for the bug #339836.
3978
3979 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3980
3981         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
3982         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
3983         (ev_link_dest_set_property), (ev_link_dest_finalize),
3984         (ev_link_dest_class_init), (ev_link_dest_new_named),
3985         (ev_link_dest_new_page_label):
3986         * backend/ev-link-dest.h:
3987         * shell/ev-application.c: (ev_application_open_uri):
3988         * shell/ev-view.c: (goto_dest):
3989         * shell/ev-window.c:
3990         * shell/ev-window.h:
3991         
3992         Fix page-label command line option. Bug #342070.
3993
3994 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3995
3996         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3997         
3998         Don't show highlight rects if page can't be showed. Fix for 
3999         the bug #342076
4000
4001 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4002
4003         * shell/ev-window.c: (setup_sidebar_from_metadata),
4004         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
4005         
4006         Setup sidebar from metadata even if there is no document
4007         loaded. Fix for the bug #342807.
4008
4009 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4010
4011         * cut-n-paste/toolbar-editor/Makefile.am:
4012         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4013         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
4014         (find_action), (drag_data_delete_cb), (drag_begin_cb),
4015         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
4016         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
4017         (popup_context_menu_cb), (button_press_event_cb),
4018         (configure_item_sensitivity), (configure_item_cursor),
4019         (configure_item_tooltip), (connect_widget_signals),
4020         (action_sensitive_cb), (create_item_from_action),
4021         (create_item_from_position), (toolbar_drag_data_received_cb),
4022         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
4023         (toolbar_drag_leave_cb), (configure_drag_dest),
4024         (toggled_visibility_cb), (toolbar_visibility_refresh),
4025         (create_dock), (toolbar_changed_cb), (unparent_fixed),
4026         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
4027         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
4028         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
4029         (egg_editable_toolbar_dispose),
4030         (egg_editable_toolbar_set_ui_manager),
4031         (egg_editable_toolbar_get_selected),
4032         (egg_editable_toolbar_set_selected), (set_edit_mode),
4033         (egg_editable_toolbar_set_property),
4034         (egg_editable_toolbar_get_property),
4035         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
4036         (egg_editable_toolbar_new_with_model),
4037         (egg_editable_toolbar_get_edit_mode),
4038         (egg_editable_toolbar_set_edit_mode),
4039         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
4040         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
4041         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4042         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
4043         (item_added_or_removed_cb), (toolbar_removed_cb),
4044         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
4045         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
4046         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
4047         (editor_create_item_from_name), (append_table),
4048         (update_editor_sheet), (egg_toolbar_editor_init):
4049         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
4050         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4051         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
4052         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
4053         (toolbar_node_free), (egg_toolbars_model_get_flags),
4054         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
4055         (egg_toolbars_model_get_name), (impl_add_item),
4056         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
4057         (parse_data_list), (parse_item_list), (parse_toolbars),
4058         (egg_toolbars_model_load_toolbars), (parse_available_list),
4059         (parse_names), (egg_toolbars_model_load_names),
4060         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
4061         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
4062         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
4063         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
4064         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
4065         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
4066         (egg_toolbars_model_set_types), (fill_avail_array),
4067         (egg_toolbars_model_get_name_avail),
4068         (egg_toolbars_model_get_name_flags),
4069         (egg_toolbars_model_set_name_flags):
4070         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4071         * cut-n-paste/toolbar-editor/eggintl.h:
4072         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4073         (egg_tree_multi_drag_source_get_type),
4074         (egg_tree_multi_drag_source_row_draggable),
4075         (egg_tree_multi_drag_source_drag_data_delete),
4076         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
4077         (egg_tree_multi_drag_button_release_event), (selection_foreach),
4078         (path_list_free), (set_context_data), (get_context_data),
4079         (get_info), (egg_tree_multi_drag_drag_data_get),
4080         (egg_tree_multi_drag_motion_event),
4081         (egg_tree_multi_drag_button_press_event),
4082         (egg_tree_multi_drag_add_drag_support):
4083         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
4084         * shell/ev-application.c: (ev_application_init),
4085         (ev_application_save_toolbars_model):
4086         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
4087         (ev_window_cmd_edit_toolbar), (ev_window_init):
4088         
4089         Sync toolbareditor with epiphany and libegg
4090
4091 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4092
4093         * configure.ac: 
4094
4095         Depend on poppler 0.5.2
4096
4097 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4098
4099         * shell/ev-jobs.c: (ev_job_render_run):
4100         
4101         Check if document supports links iterface.
4102
4103 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4104
4105         * NEWS:
4106         * configure.ac:
4107         
4108         Update for release 0.5.3
4109
4110 2006-05-13  Michael Plump  <plumpy@skylab.org>
4111
4112         * configure.ac:
4113         * shell/Makefile.am:
4114         * shell/main.c: (main):
4115         
4116         Port to GOption command line parsing. Fix for the 
4117         bug #327518
4118
4119 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4120
4121         * shell/ev-window.c: (ev_window_cmd_help_about):
4122         
4123         Do not wrap license. Fix for the bug #309460.
4124
4125 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4126
4127         * configure.ac:
4128         * properties/ev-properties-main.c: (ev_properties_get_pages):
4129         * shell/ev-application.c: (ev_application_open_window),
4130         (ev_application_open_uri_at_dest):
4131         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4132         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
4133         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
4134         * shell/ev-utils.c: (save_print_config_to_file):
4135         * shell/ev-window.c: (ev_window_cmd_save_as),
4136         (ev_attachment_popup_cmd_save_attachment_as):
4137         * shell/main.c: (load_files_remote):
4138         
4139         Bump requirements to gtk 2.8 and drop all ifdefs used.
4140
4141 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4142
4143         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4144         * shell/ev-window.c: (ev_window_init):
4145         
4146         Show attachments page.
4147
4148 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4149
4150         * po/POTFILES.in:
4151         * shell/ev-attachment-bar.c:
4152         * shell/ev-attachment-bar.h:
4153         * shell/ev-sidebar-attachments.c:
4154         (ev_sidebar_attachments_icon_cache_add),
4155         (icon_theme_get_pixbuf_from_mime_type),
4156         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
4157         (ev_sidebar_attachments_icon_cache_refresh),
4158         (ev_sidebar_attachments_get_attachment_at_pos),
4159         (ev_sidebar_attachments_popup_menu_show),
4160         (ev_sidebar_attachments_popup_menu),
4161         (ev_sidebar_attachments_button_press),
4162         (ev_sidebar_attachments_update_icons),
4163         (ev_sidebar_attachments_drag_data_get),
4164         (ev_sidebar_attachments_get_property),
4165         (ev_sidebar_attachments_destroy),
4166         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
4167         (ev_sidebar_attachments_new),
4168         (ev_sidebar_attachments_set_document),
4169         (ev_sidebar_attachments_support_document),
4170         (ev_sidebar_attachments_get_label),
4171         (ev_sidebar_attachments_page_iface_init):
4172         * shell/ev-sidebar-attachments.h:
4173         * shell/ev-window.c: (update_chrome_visibility),
4174         (setup_sidebar_from_metadata), (ev_window_setup_document),
4175         (ev_window_sidebar_current_page_changed_cb),
4176         (attachment_bar_menu_popup_cb), (ev_window_init):
4177         
4178         Move attachments bar to sidebar.
4179
4180 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4181
4182         * pdf/ev-poppler.cc:
4183         * shell/ev-application.[ch]:
4184         * shell/main.c:
4185
4186         Fix some memory leaks.
4187
4188 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4189
4190         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4191
4192         Change the properties dialog response to
4193         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
4194         will make the dialog go away when the user presses
4195         enter. With gtk+ >= 2.9 this will happen anyway, but for
4196         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
4197         escape by default. Fixes bug #340539. See also bug
4198         #101293 for the gtk+ part.
4199
4200 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
4201
4202         * shell/ev-view.c (tip_from_action_named): Replace some strings
4203         that were wrong. Closes #340970.
4204
4205 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4206
4207         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4208
4209         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
4210         #341049
4211
4212 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4213
4214         * djvu/Makefile.am:
4215         * dvi/Makefile.am:
4216         * dvi/mdvi-lib/Makefile.am:
4217         * properties/Makefile.am:
4218         * ps/Makefile.am:
4219         * shell/Makefile.am:
4220         * thumbnailer/Makefile.am:
4221         
4222         Due to broken libtool that is unable to track dependencies
4223         of noinst libraries we are forced to explicitely point
4224         libraries for binary. Fix for the bug #333334.
4225
4226 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4227
4228         * data/evince.desktop.in.in:
4229         * shell/ev-view.c: (view_update_range_and_current_page),
4230         (ev_view_next_page), (ev_view_previous_page):
4231         * shell/ev-window.c: (update_chrome_visibility),
4232         (setup_sidebar_from_metadata), (ev_window_setup_document),
4233         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
4234         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4235         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
4236         (ev_window_stop_fullscreen), (ev_window_run_presentation),
4237         (ev_window_stop_presentation), (ev_window_focus_in_event),
4238         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
4239         (ev_window_init):
4240         * thumbnailer/Makefile.am:
4241         
4242         Update fullscreen and presentation timeout handling. Hide
4243         cursor in presentation after timeout. Fix for the bugs
4244         #136359 and #336981.
4245
4246 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4247
4248         * backend/ev-link-action.[ch]:
4249         * pdf/ev-poppler.cc: (ev_link_from_action):
4250         * shell/ev-view-private.h:
4251         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
4252         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
4253
4254         Add support for Named Action links
4255
4256 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4257
4258         * backend/Makefile.am:
4259         * backend/ev-document-links.[ch]:
4260         * backend/ev-document.[ch]:
4261         * backend/ev-link-action.[ch]:
4262         * backend/ev-link-dest.[ch]:
4263         * backend/ev-link.[ch]:
4264         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
4265         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
4266         * shell/ev-page-action.c: (build_new_tree_cb):
4267         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
4268         (links_page_num_func), (update_page_callback):
4269         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
4270         (tip_from_link):
4271         * shell/ev-jobs.c:
4272         * shell/ev-window.[ch]: (ev_window_open_uri),
4273         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
4274         * shell/ev-application.[ch]: (ev_application_open_window),
4275         (ev_application_open_uri):
4276
4277         Rework links system, it adds support for remote links now and it makes
4278         easier to add new kinds of actions and destinations. Fixes bug #317292
4279
4280 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4281
4282         * data/Makefile.am:
4283         * data/evince.png:
4284         * data/evince-16.png:
4285         * data/evince-22.png:
4286         * data/evince.svg:
4287         * shell/main.c: (main):
4288         
4289         Evince use it's own icon. Fix for the bug #313392.
4290
4291         * shell/ev-window.c: (fullscreen_timeout_cb),
4292         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4293         (ev_window_cmd_help_about), (ev_window_dispose):
4294         
4295         Simplify fullscreen timeout code.
4296
4297 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4298
4299         * backend/ev-attachment.c: 
4300         * shell/ev-attachment-bar.c:
4301         * shell/ev-window.c:
4302
4303         Allow multiple selection of attachments
4304
4305 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4306
4307         * shell/ev-view.c: (view_update_range_and_current_page),
4308         (ev_view_scroll):
4309         
4310         Fix for the bug #312573 – Optimal selection of current 
4311         page among visible pages.
4312
4313 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4314
4315         * configure.ac:
4316         * djvu/Makefile.am:
4317         * djvu/djvu-text.h:
4318         
4319         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
4320         for the bug 339868.
4321
4322 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
4323
4324         * configure.ac: Fix the LINGUAS stuff here too so it builds.
4325
4326 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4327
4328         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
4329         dictated by the GNOME HIG. Fixes bug #339235.
4330
4331 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4332
4333         * data/evince-ui.xml:
4334         * shell/ev-view.c: (ev_view_can_find_previous):
4335         * shell/ev-view.h:
4336         * shell/ev-window.c: (ev_window_update_actions),
4337         (ev_window_cmd_edit_find_previous):
4338
4339         Add support for "Find Previous" as dictated by the GNOME HIG. A
4340         menu item is added and some glue code to make it all work is added
4341         to various files.
4342
4343 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4344
4345         * configure.ac: Award myself the "useless use of cat" award.
4346
4347 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4348
4349         * po/LINGUAS: New file listing all supported languages.
4350
4351         * configure.in: Use po/LINGUAS instead of including all languages
4352         directly in this file. See the wiki for more information:
4353         http://live.gnome.org/GnomeGoals/PoLinguas
4354
4355 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4356
4357         * backend/ev-document-factory.c:
4358
4359         Do not load the document twice when there isn't errors
4360
4361 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4362
4363         * backend/ev-attachment.c: 
4364
4365         Fix a crash when there isn't a default application to open an
4366         attachment
4367
4368 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4369
4370         * backend/ev-attachment.[ch]:
4371         * shell/ev-attachment-bar.[ch]:
4372
4373         Added missing files. 
4374
4375 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4376
4377         * backend/Makefile.am:
4378         * data/evince-ui.xml:
4379         * backend/ev-attachment.[ch]:
4380         * backend/ev-document.[ch]: (ev_document_has_attachments),
4381         (ev_document_get_attachments):
4382         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
4383         (attachment_save_to_buffer), (pdf_document_get_attachments),
4384         (pdf_document_document_iface_init):
4385         * shell/Makefile.am:
4386         * shell/ev-attachment-bar.[ch]:
4387         * shell/ev-window.c:
4388
4389         Add support for PDF attachments. Fixes bug #325143
4390
4391 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4392
4393         * backend/ev-document-factory.c: (get_document_from_uri),
4394         (ev_document_factory_get_document):
4395         * backend/ev-document-factory.h:
4396         * properties/ev-properties-main.c: (ev_properties_get_pages):
4397         * shell/Makefile.am:
4398         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4399         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4400         (ev_job_queue_remove_job):
4401         * shell/ev-job-queue.h:
4402         * shell/ev-job-xfer.c:
4403         * shell/ev-job-xfer.h:
4404         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
4405         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
4406         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
4407         (ev_job_xfer_run):
4408         * shell/ev-jobs.h:
4409         * shell/ev-window.c: (ev_window_is_empty),
4410         (password_dialog_response), (ev_window_clear_xfer_job),
4411         (ev_window_xfer_job_cb), (ev_window_open_uri),
4412         (ev_window_cmd_focus_page_selector),
4413         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
4414         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4415         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4416         (ev_window_dispose):
4417         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4418         
4419         * Cleanup mime type detection on document load. Fix for the
4420         bug #336448.
4421
4422 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4423
4424         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
4425         
4426         Fix crash on exit, described in the bug #336825.
4427
4428 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4429
4430         * backend/ev-document-factory.c:
4431         (ev_document_factory_get_from_mime),
4432         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
4433         (ev_document_factory_get_document),
4434         (file_filter_add_mime_list_and_free),
4435         (ev_document_factory_add_filters):
4436         * backend/ev-document-factory.h:
4437         * properties/ev-properties-main.c: (ev_properties_get_pages):
4438         * shell/Makefile.am:
4439         * shell/ev-application.c:
4440         * shell/ev-job-xfer.c: (ev_job_xfer_run):
4441         * shell/ev-window.c: (ev_window_cmd_file_open),
4442         (ev_window_cmd_save_as):
4443         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4444         
4445         Rework factory functions so they are placed now in a single 
4446         file ev-document-factory.c
4447
4448 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4449
4450         * shell/ev-window.c: (update_chrome_visibility):
4451         
4452         Fix for the bug 166566 - don't show menubar in fullscreen
4453         mode.
4454
4455 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
4456
4457         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
4458
4459 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4460
4461         * shell/ev-view.c: (ev_view_expose_event):
4462         
4463         More correctly draw loading text when document
4464         is empty.
4465
4466 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4467
4468         * shell/ev-view.c: (ev_view_scroll):
4469         
4470         Fix for the bug #334854, page down and page up switch
4471         pages in presentation mode.
4472
4473 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4474
4475         * shell/ev-window.c: (ev_window_set_action_sensitive),
4476         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
4477         (ev_window_set_view_accels_sensitivity),
4478         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
4479         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4480         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4481         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
4482         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
4483         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
4484         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
4485         (view_actions_focus_in_cb), (ev_window_init):
4486         
4487         Fix for the bug #333902, now it's possible to search
4488         words with slash.
4489
4490 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
4491
4492         * configure.ac: Added Breton translation.
4493         * po/br.po: Added Breton translation.
4494
4495 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4496
4497         * shell/ev-window-title (ev_window_title_update):
4498
4499         Fix memory leak in window title. Fixes bug #333944
4500
4501 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4502
4503         * shell/ev-metadata-manager.c (parseItem):
4504
4505         Fix memory leaks. Fixes bug #333945
4506
4507 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4508         
4509         * NEWS, configure.ac, TODO:
4510         
4511         Update for release 0.5.2.
4512
4513 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4514
4515         * shell/ev-view.c: (view_update_range_and_current_page),
4516         (page_changed_cb):
4517         
4518         Don't jump on scrolling, fix for the bug #333127.
4519
4520 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4521
4522         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4523         
4524         Scroll by one page in presentation mode. Fix for the bug
4525         #332993.
4526
4527 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
4528
4529         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
4530
4531 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
4532
4533         * configure.ac  Added lv in ALL_LINGUAS line.
4534
4535 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4536         
4537         * NEWS, configure.ac:
4538         
4539         Update for release 0.5.1
4540
4541 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4542
4543         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
4544         * backend/ev-document-misc.h:
4545         * shell/ev-view.c: (draw_one_page):
4546         
4547          Clairfy what page the toolbar page number applies to. Fix
4548          for the bug #328102.
4549
4550 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
4551
4552         * shell/ev-view-private.h:
4553         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
4554         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
4555         (ev_view_search_changed):
4556         * shell/ev-view.h:
4557         * shell/ev-window.c: (find_bar_search_changed_cb):
4558         
4559         Dont't jump to find result if window was scrolled during search.
4560         Fix for the bug #313266.
4561
4562 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
4563
4564         * shell/eggfindbar.c: (egg_find_bar_class_init):
4565         * shell/eggfindbar.h:
4566         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
4567         * shell/ev-view-private.h:
4568         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
4569         (ev_view_class_init), (ev_sizing_mode_get_type),
4570         (ev_scroll_type_get_type):
4571         * shell/ev-view.h:
4572         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
4573         (ev_window_cmd_scroll_backward), (find_bar_scroll),
4574         (ev_window_init):
4575         
4576         Fix for the bug 319133 - Find entry should allow text scroll.
4577
4578 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
4579
4580         * shell/ev-view-private.h:
4581         * shell/ev-view.c: (view_update_range_and_current_page),
4582         (highlight_find_results), (find_changed_cb), (page_changed_cb),
4583         (ev_view_set_document), (update_find_status_message),
4584         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
4585         (ev_view_find_previous):
4586         
4587         Fix for the bug #319137. Search now takes account for scrolling.
4588
4589 2006-02-19  Michael Hofmann <mh21@piware.de>
4590
4591         * configure.ac:
4592         * djvu/Makefile.am:
4593         * djvu/djvu-document-private.h:
4594         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4595         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
4596         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
4597         (djvu_document_can_get_text), (djvu_document_get_text),
4598         (djvu_document_document_iface_init),
4599         (djvu_document_thumbnails_get_thumbnail),
4600         (djvu_document_find_begin), (djvu_document_find_get_n_results),
4601         (djvu_document_find_get_result),
4602         (djvu_document_find_page_has_results),
4603         (djvu_document_find_get_progress), (djvu_document_find_cancel),
4604         (djvu_document_find_iface_init):
4605         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
4606         (djvu_text_page_selection), (djvu_text_page_limits_process),
4607         (djvu_text_page_limits), (djvu_text_page_copy),
4608         (djvu_text_page_position), (djvu_text_page_union),
4609         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
4610         (djvu_text_page_box), (djvu_text_page_append_text),
4611         (djvu_text_page_search), (djvu_text_page_prepare_search),
4612         (djvu_text_page_new), (djvu_text_page_free):
4613         * djvu/djvu-text-page.h:
4614         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
4615         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
4616         (djvu_text_n_results), (djvu_text_has_results),
4617         (djvu_text_get_result), (djvu_text_get_progress):
4618         * djvu/djvu-text.h:
4619         
4620         Text search in djvu. Fix for the bug #303415.
4621
4622 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4623
4624         * configure.ac:
4625         * shell/ev-window.c: (ev_window_cmd_save_as):
4626         
4627         Ask filechooser to confirm overwrite. Fix for the bug #328266.
4628         Thanks to Gary Coady <gary@lyranthe.org>
4629
4630 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4631
4632         * shell/ev-print-job.c: (idle_print_handler):
4633         
4634         Inverse order printing, bug #320919.
4635
4636 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4637
4638         * data/evince-toolbar.xml:
4639         * shell/ev-window.c:
4640         
4641         Allow to add sidebar checkbutton on toolbar. Fix
4642         for the bug #144577.
4643
4644 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4645
4646         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
4647         
4648         Add checks that have sense for empty ps document.
4649
4650 2006-02-15  Luca Ferretti <elle.uca@libero.it>
4651
4652         * configure.ac: Include PS in mime types list. 
4653
4654 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4655
4656         * configure.ac:
4657         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
4658         * ps/gsdefaults.h:
4659         * ps/ps-document.c: (start_interpreter), (ps_document_load):
4660         
4661         Runtime check for gs interpreter. Fix for the bug #320868.
4662         Thanks to Antoine Dopffer antoine.dopffer@free.fr
4663
4664 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4665
4666         * shell/ev-application.c: 
4667
4668         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
4669         dbus>=0.60, so that the request is not queued. 
4670
4671 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4672
4673         * configure.ac:
4674         * shell/Makefile.am:
4675         * shell/ev-sidebar-links.c: (print_section_cb):
4676         * shell/ev-utils.c:
4677         * shell/ev-utils.h:
4678         * shell/ev-window.c: (update_action_sensitivity),
4679         (ev_window_close_dialogs), (ev_window_print):
4680         * shell/ev-window.h:
4681         
4682         Make printing support optional. Patch from Eduardo de Barros Lima
4683         <eduardo.lima@indt.org.br> for the bug #330546.
4684
4685 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4686
4687         * shell/ev-view-private.h:
4688         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
4689         (ev_view_set_document):
4690         * shell/ev-view.h:
4691         * shell/ev-window.c: (ev_window_load_job_cb),
4692         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
4693         (ev_window_init):
4694
4695         Draw Loading message during xfer job. Fix for the bug #329495.
4696
4697 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4698
4699         * comics/comics-document.c: (comics_regex_quote),
4700         (comics_document_load), (extract_argv):
4701         
4702         Correcly quote regexp before passing it to unzip.
4703
4704 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4705
4706         * shell/ev-page-cache.c: (build_height_to_page),
4707         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
4708         (ev_page_cache_get_dual_even_left):
4709         * shell/ev-page-cache.h:
4710         * shell/ev-view.c: (view_update_range_and_current_page),
4711         (get_page_y_offset), (get_page_extents):
4712         
4713         Place even pages to the left if document has less then
4714         two pages. Fix for the bug #328856.
4715
4716 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4717
4718         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4719         
4720         Correct comics scheme. This make evince create thumbnails
4721         for comic books. Fix for the bug 329088.
4722
4723 2006-01-31  Christopher Aillon  <caillon@redhat.com>
4724
4725         * data/evince-password.glade: Don't explicitly set
4726         invisible_char to the current default value in case
4727         the default changes; let GTK+ do its magic.
4728
4729 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4730
4731         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
4732         real filename to tmp filename since often document
4733         type is determined by extension.
4734
4735 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4736
4737         * shell/ev-view.c: (add_scroll_binding_keypad),
4738         (ev_view_binding_activated), (ev_view_class_init):
4739         
4740         Add keybindings for percision-scrolling of display area. 
4741         Fix for the bug #314072.
4742
4743 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4744
4745         * data/evince.desktop.in.in:
4746         
4747         Add GTK to the list of categories. Fix for the bug #328034.
4748
4749 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4750
4751         * shell/ev-application.c: (ev_application_shutdown),
4752         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
4753         * shell/ev-application.h:
4754         * shell/ev-window.c: (file_open_dialog_response_cb),
4755         (ev_window_cmd_file_open):
4756         
4757         Save last uri in file chooser dialog. Fix for the bug #327950.
4758
4759 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4760
4761         * NEWS:
4762         * README:
4763         
4764         Final update for release 0.5.0
4765         
4766         * shell/Makefile.am:
4767         
4768         Remove disable deprecated until we'll require libgnome-2.13.7
4769         and port to GOption argument parsing. See bug 327518.
4770
4771 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
4772
4773         * comics/comics-document.c: (comics_document_save):
4774         * djvu/djvu-document.c: (djvu_document_save):
4775         * dvi/dvi-document.c: (dvi_document_save):
4776         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
4777         * lib/ev-file-helpers.h:
4778         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
4779         * tiff/tiff-document.c: (tiff_document_save):
4780         
4781         Use common save function for backends.
4782
4783 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
4784
4785         * backend/ev-document-types.c:
4786         
4787         Fix crash on saving pixbuf.
4788
4789 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4790
4791         * cut-n-paste/recent-files/egg-recent-item.c:
4792         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
4793         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
4794         (parse_info_free), (valid_element), (start_element_handler),
4795         (end_element_handler), (text_handler), (egg_recent_model_filter),
4796         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4797         (egg_recent_model_monitor), (egg_recent_model_read),
4798         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4799         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4800         (egg_recent_model_set_property), (egg_recent_model_class_init),
4801         (egg_recent_model_init), (egg_recent_model_add_full),
4802         (egg_recent_model_delete), (egg_recent_model_get_list),
4803         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4804         (egg_recent_model_set_filter_mime_types),
4805         (egg_recent_model_clear_group_filter),
4806         (egg_recent_model_set_filter_groups),
4807         (egg_recent_model_clear_scheme_filter),
4808         (egg_recent_model_set_filter_uri_schemes),
4809         (egg_recent_model_remove_expired):
4810         * cut-n-paste/recent-files/egg-recent-util.c:
4811         (egg_recent_util_get_icon):
4812         * cut-n-paste/recent-files/egg-recent-util.h:
4813         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4814         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
4815         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
4816         (egg_recent_view_uimanager_set_property),
4817         (egg_recent_view_uimanager_get_property),
4818         (egg_recent_view_uimanager_class_init),
4819         (egg_recent_view_uimanager_init),
4820         (egg_recent_view_uimanager_set_label_width),
4821         (egg_recent_view_uimanager_get_label_width):
4822         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
4823         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4824         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4825         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4826         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4827         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4828         
4829         Update from libegg.
4830
4831 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4832
4833         * shell/ev-page-cache.c: (build_height_to_page),
4834         (ev_page_cache_get_height_to_page):
4835         * shell/ev-page-cache.h:
4836         * shell/ev-view.c: (view_update_range_and_current_page),
4837         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
4838         (ev_view_previous_page):
4839         
4840         Dual mode places even pages to the left. Fix for the bug #309393.
4841
4842         * shell/ev-view.h:
4843         * shell/ev-window.c: (update_action_sensitivity),
4844         (setup_view_from_metadata), (view_menu_popup_cb):
4845         
4846         Don't restore presentation in empty windows, more intelligent
4847         next page behaviour in dual mode.
4848
4849         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
4850         (ev_pixbuf_cache_clear_job_sizes):
4851         
4852         Cleanup job callback on removal. Fix for the bug #325886.
4853
4854 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4855
4856         * ps/ps.c: (psscan):
4857         
4858         Commit workaround Mozilla problem. Fix for the bug #325919
4859         
4860         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
4861         (save_item):
4862         
4863         Fix for year 2038 problem.
4864
4865 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4866
4867         * shell/ev-window.c: (setup_document_from_metadata),
4868         (ev_window_cmd_view_reload):
4869
4870         Clamp page recieved from metadata in valid values. Fix
4871         for the bug #325986.
4872
4873 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4874
4875         * MAINTAINERS: 
4876         Add MAINTAINERS as requested on desktop-devel-list.
4877
4878 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4879
4880         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
4881         (mime_type_supported_by_gdk_pixbuf),
4882         (ev_document_factory_get_mime_types),
4883         (ev_document_factory_get_all_mime_types):
4884         
4885         Don't add pixbuf mime types if pixbuf backend is disabled.
4886         
4887         * shell/ev-application.c: (ev_application_get_uri_window):
4888         
4889         Fix for the bug 325815 - unhandled MIME type message doesn't 
4890         appear a second time. 
4891         
4892         * shell/ev-document-types.c: (ev_document_types_add_filters):
4893         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
4894         (password_dialog_response), (ev_window_popup_password_dialog),
4895         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4896         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4897         (ev_window_run_presentation), (ev_window_stop_presentation),
4898         (save_sizing_mode), (ev_window_zoom_changed_cb),
4899         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4900         (ev_window_dual_mode_changed_cb),
4901         (ev_window_sidebar_current_page_changed_cb),
4902         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4903         (window_state_event_cb), (window_configure_event_cb):
4904         
4905         Cleanup additional uris holded by EvWindow.
4906
4907 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4908
4909         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
4910         (ev_view_can_previous_page), (ev_view_can_next_page):
4911         * shell/ev-view.h:
4912         * shell/ev-window.c: (update_action_sensitivity):
4913         
4914         Two page scrolling with Space and PageUp in dual mode. Second fix 
4915         for the bug #316608.
4916
4917 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4918
4919         * shell/ev-view.c: (scroll_to_current_page):
4920         
4921         Correctly clamp adjustment value. Fix for the bug
4922         #325808.
4923
4924 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4925
4926         * shell/ev-sidebar-links.c: (print_section_cb):
4927         * shell/ev-window.c: (ev_window_get_uri),
4928         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
4929         (ev_window_print_dialog_response_cb), (ev_window_print_range),
4930         (ev_window_dispose):
4931         
4932         Make print dialog non-modal. Fix for the bug #325622.
4933
4934 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4935
4936         * shell/ev-metadata-manager.c:
4937         * shell/ev-utils.c: (using_pdf_printer),
4938         (using_postscript_printer), (load_print_config_from_file),
4939         (save_print_config_to_file):
4940         * shell/ev-utils.h:
4941         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
4942         (update_sidebar_visibility), (setup_sidebar_from_metadata),
4943         (setup_view_from_metadata), (ev_window_setup_document),
4944         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4945         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4946         (ev_window_run_presentation), (ev_window_stop_presentation),
4947         (save_sizing_mode), (ev_window_zoom_changed_cb),
4948         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4949         (ev_window_dual_mode_changed_cb),
4950         (ev_window_sidebar_current_page_changed_cb),
4951         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4952         (window_state_event_cb), (window_configure_event_cb),
4953         (ev_window_init):
4954         
4955         Setting saving behaviour fixes.
4956
4957 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4958
4959         * configure.ac:
4960         
4961         Make antialiasing gs options better and allow
4962         to change them during configure. Fix for the 
4963         bug #319049.
4964
4965 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4966
4967         * shell/ev-window.c: (setup_view_from_metadata):
4968         
4969         Remember if last window was maximized. Fix for the
4970         bug #323797.
4971
4972 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
4973
4974         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
4975
4976 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4977
4978         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
4979         * shell/ev-page-action.c: (build_new_tree_cb):
4980         * shell/ev-sidebar-links.c: (links_page_num_func),
4981         (update_page_callback_foreach), (update_page_callback):
4982         * shell/ev-view.c: (scroll_to_current_page):
4983         
4984         Fix for the bug #325067 with more intelligent selection
4985         of current link in sidebar. Make sidebar handle links
4986         of FITR-like type more correctly.
4987
4988         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
4989         (dvi_pixbuf_put_pixel):
4990         
4991         Fix memory consumtion with disabled alpha channel.
4992
4993 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4994
4995         * data/evince-ui.xml:
4996         * shell/ev-window.c: (view_menu_popup_cb),
4997         (ev_popup_cmd_open_link), (ev_window_init):
4998         
4999         Update context menu for internal links. Fix for the bug
5000         #325066.
5001
5002 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5003
5004         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
5005         
5006         Bind context menu to keyboard also. Fix for the bug
5007         #325065.
5008
5009 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5010
5011         * shell/ev-view.c: (selection_scroll_timeout_cb):
5012         
5013         Horizontal scroll on selection also.
5014
5015 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5016
5017         * shell/ev-metadata-manager.c: (parse_value):
5018         * shell/ev-view.c: (goto_xyz_link):
5019         
5020         Correct zoom setup and metadata save broken in 
5021         some locales.
5022
5023 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5024
5025         * shell/ev-view-private.h:
5026         * shell/ev-view.c: (scroll_to_current_page),
5027         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
5028         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
5029         (page_changed_cb), (ev_view_set_continuous),
5030         (ev_view_set_dual_page), (ev_view_set_presentation):
5031         
5032         Delay scroll until allocation to correctly position page. Fix
5033         for the bug #317334.
5034
5035 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5036
5037         * NEWS:
5038         * configure.ac:
5039         
5040         Update NEWS and require poppler 0.5.0.
5041
5042 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5043         
5044         * data/evince-ui.xml:
5045         * shell/ev-view-private.h:
5046         * shell/ev-view.c: (ev_view_get_link_at_location),
5047         (handle_link_over_xy), (ev_view_button_press_event),
5048         (ev_view_button_release_event), (ev_view_class_init):
5049         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
5050         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
5051         (ev_window_init):
5052         
5053         Implement right-click context menu.
5054
5055 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5056
5057         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5058         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
5059         (mdvi_pixbuf_device_render):
5060         * pdf/ev-poppler.cc:
5061
5062         Don't generate thumbnails with alpha. See bug #324077.
5063         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
5064
5065 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5066
5067         * shell/ev-window.c: (setup_chrome_from_metadata):
5068         
5069         Fix typo that was hiding toolbar.
5070
5071 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5072
5073         * shell/ev-view-private.h:
5074         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
5075         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
5076         (ev_view_button_release_event), (ev_view_destroy):
5077         
5078         Small cleanup and autoscrolling during selection. Thanks to 
5079         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
5080
5081 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
5082
5083         * configure.ac:
5084         
5085         Correctly check for comics option.
5086
5087 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
5088         * Makefile.am:
5089         * configure.ac:
5090         * backend/Makefile.am:
5091         * backend/ev-document-factory.c:
5092         * shell/ev-document-types.c:
5093
5094         Included option in configure to make ps backend 
5095         compilation optional with --disable-ps.
5096
5097 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5098
5099         * backend/ev-document-factory.c:
5100         * comics/Makefile.am:
5101         * comics/comics-document.c: (comics_document_load):
5102         * comics/ev-cbr-mime.xml:
5103         * configure.ac:
5104         
5105         Comics mime types are added to shared-mime-info CVS. Now
5106         we don't need to install our own mime types.
5107
5108 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5109
5110         * shell/ev-window.c:
5111         
5112         Add shortcut for "save a copy" menu entry. Fix for
5113         the bug #324582.
5114
5115 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5116
5117         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5118         (job_finished_cb), (new_selection_pixbuf_needed),
5119         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5120         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
5121         
5122         Rework selection job info logic and fix critical warning.
5123
5124 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
5125
5126         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
5127
5128 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
5129
5130         * data/evince-ui.xml:
5131         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5132         
5133         Enter as shortcut key for next page. Fix for the bug
5134         #321394.
5135
5136 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
5137
5138         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
5139
5140 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5141
5142         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5143         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
5144         (new_selection_pixbuf_needed),
5145         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5146         (clear_job_selection):
5147         
5148         Too early for 0.5. Pixbuf cache code cleaned a bit.
5149
5150 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5151
5152         * NEWS:
5153         * configure.ac:
5154         
5155         Release 0.5.0 preparation
5156
5157 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5158
5159         * comics/Makefile.am:
5160         * configure.ac:
5161         * shell/ev-document-types.c: (ev_document_types_add_filters):
5162         
5163         More advanced handling of custom mime type installation.
5164
5165 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5166
5167         * data/evince.schemas.in:
5168         * shell/ev-metadata-manager.c: (value_free),
5169         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
5170         (ev_metadata_manager_get), (ev_metadata_manager_set):
5171         * shell/ev-metadata-manager.h:
5172         * shell/ev-window.c: (update_chrome_flag),
5173         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
5174         (setup_document_from_metadata), (setup_chrome_from_metadata),
5175         (setup_sidebar_from_metadata), (setup_view_from_metadata),
5176         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
5177         (ev_window_view_toolbar_cb),
5178         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
5179         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
5180         
5181         Save last document settings and reuse them for new documents.
5182
5183 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5184
5185         * Makefile.am:
5186         * backend/Makefile.am:
5187         * backend/ev-document-factory.c:
5188         * backend/ev-document-factory.h:
5189         * comics/Makefile.am:
5190         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
5191         (comics_document_load), (comics_document_save),
5192         (comics_document_get_n_pages), (comics_document_get_page_size),
5193         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
5194         (comics_document_class_init), (comics_document_can_get_text),
5195         (comics_document_get_info), (comics_document_document_iface_init),
5196         (comics_document_init), (get_supported_image_extensions),
5197         (comics_document_thumbnails_get_geometry),
5198         (comics_document_thumbnails_get_thumbnail),
5199         (comics_document_thumbnails_get_dimensions),
5200         (comics_document_document_thumbnails_iface_init), (extract_argv):
5201         * comics/comics-document.h:
5202         * comics/ev-cbr-mime.xml:
5203         * configure.ac:
5204         * po/POTFILES.in:
5205         * shell/ev-application.c: (ev_application_register_service):
5206         * shell/ev-document-types.c: (ev_document_types_add_filters):
5207         * thumbnailer/Makefile.am:
5208         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5209         
5210         New CBR/CBZ backend for comic books.
5211
5212 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5213
5214         * shell/main.c: (load_files_remote):
5215
5216         Thanks to Robert McQueen <robot101@debian.org>. Dbus
5217         warning on startup of second instance is fixed. It
5218         is bug #320353.
5219
5220 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5221
5222         * shell/ev-window.c: (ev_window_finalize):
5223         
5224         Fix double free that cause crash.
5225
5226 2005-10-29  Bastien Nocera <hadess@hadess.net>
5227
5228         * tiff/tiff-document.c: (tiff_document_load):
5229         
5230         Fix memory leak.
5231
5232 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5233
5234         * po/POTFILES.in:
5235         * shell/Makefile.am:
5236         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
5237         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
5238         (ev_view_accessible_get_text),
5239         (ev_view_accessible_get_character_at_offset),
5240         (ev_view_accessible_get_text_before_offset),
5241         (ev_view_accessible_get_text_at_offset),
5242         (ev_view_accessible_get_text_after_offset),
5243         (ev_view_accessible_get_character_count),
5244         (ev_view_accessible_get_caret_offset),
5245         (ev_view_accessible_set_caret_offset),
5246         (ev_view_accessible_get_run_attributes),
5247         (ev_view_accessible_get_default_attributes),
5248         (ev_view_accessible_get_character_extents),
5249         (ev_view_accessible_get_offset_at_point),
5250         (ev_view_accessible_get_n_selections),
5251         (ev_view_accessible_get_selection),
5252         (ev_view_accessible_add_selection),
5253         (ev_view_accessible_remove_selection),
5254         (ev_view_accessible_set_selection),
5255         (ev_view_accessible_text_iface_init),
5256         (ev_view_accessible_idle_do_action),
5257         (ev_view_accessible_action_do_action),
5258         (ev_view_accessible_action_get_n_actions),
5259         (ev_view_accessible_action_get_description),
5260         (ev_view_accessible_action_get_name),
5261         (ev_view_accessible_action_set_description),
5262         (ev_view_accessible_action_iface_init),
5263         (ev_view_accessible_get_type), (ev_view_accessible_new),
5264         (ev_view_accessible_factory_get_accessible_type),
5265         (ev_view_accessible_factory_create_accessible),
5266         (ev_view_accessible_factory_class_init),
5267         (ev_view_accessible_factory_get_type):
5268         * shell/ev-view-accessible.h:
5269         * shell/ev-view-private.h:
5270         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
5271         * shell/ev-view.h:
5272         
5273         Initial accessibility support.
5274
5275 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
5276
5277         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
5278
5279 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
5280
5281         * shell/ev-print-job.c: (idle_print_handler):
5282         
5283         Fix for bug Bug 318916: Printing multiple pages.
5284
5285 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
5286
5287         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
5288
5289 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5290
5291         * pdf/ev-poppler.cc:
5292         
5293         Thumnail dimensions unified with other backends.
5294         
5295         * shell/ev-window-title.c: (ev_window_title_update):
5296         
5297         Fix warning.
5298
5299 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5300
5301         * data/ev-stock-zoom-fit-width.png:
5302         
5303         Remove unused file.
5304
5305 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5306
5307         * configure.ac:
5308         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
5309         (djvu_document_finalize):
5310         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
5311         (dvi_document_finalize):
5312         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
5313         (pixbuf_document_save), (pixbuf_document_finalize):
5314         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
5315         (tiff_document_finalize):
5316         
5317         Save a copy implemented for various backends.
5318
5319 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
5320
5321         * configure.ac:
5322         
5323         Don't link with ltiff if tiff is disabled.
5324
5325 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5326
5327         * pdf/GDKSplashOutputDev.cc:
5328         * pdf/GDKSplashOutputDev.h:
5329         * pdf/Thumb.cc:
5330         * pdf/Thumb.h:
5331         * pdf/pdf-document.cc:
5332         * pdf/pdf-document.h:
5333         * pdf/test-gdk-output-dev.cc:
5334         
5335         Remove old unused files.
5336
5337 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5338
5339         * shell/ev-window.c: (ev_window_setup_document):
5340         
5341         Fixed warnings on reload and probably crash reason.
5342
5343 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5344
5345         * properties/ev-properties-view.c:
5346         (ev_properties_view_format_date):
5347         
5348         Check if date is invalid. Fix for bug 318134.
5349
5350 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
5351
5352         * shell/ev-window-title.c:
5353         
5354         Add .indd files (Adobe Indesign) to the list of "bad
5355         extensions".
5356
5357 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5358
5359         * data/evince-ui.xml:
5360         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5361         
5362         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
5363
5364 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5365
5366         * shell/ev-window.c: (launch_link), (launch_external_uri),
5367         (view_external_link_cb):
5368
5369         URL-escape link before passing it to gnome_vfs_url_show.
5370
5371 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5372
5373         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
5374         there isn't text selected.
5375
5376 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
5377
5378         * shell/ev-view.c: (handle_link_over_xy):
5379
5380         Check tooltip is valid utf8 before showing it
5381
5382 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5383
5384         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
5385
5386 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5387
5388         * shell/ev-window-title.c: (ev_window_title_update):
5389
5390         Guard against using g_strstrip on NULL. Fixes bug #317291.
5391
5392 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5393
5394         * pdf/ev-poppler.cc:
5395
5396         Show title even for unknown links
5397
5398 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5399
5400         * shell/ev-window-title.c: (ev_window_title_update):
5401
5402         Strip the title string
5403
5404 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5405
5406         * shell/ev-window-title.c:
5407
5408         Add .rtf to the bad extensions list
5409
5410 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5411
5412         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
5413         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
5414
5415         Ignore link coordinates if they are outside page bounds
5416
5417 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5418
5419         * backend/ev-link.c: (ev_link_type_get_type),
5420         (ev_link_get_filename), (ev_link_get_params),
5421         (ev_link_get_property), (ev_link_set_property),
5422         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
5423         * backend/ev-link.h:
5424         * pdf/ev-poppler.cc:
5425         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
5426         * shell/ev-window.c: (launch_link), (view_external_link_cb),
5427         (ev_window_init):
5428
5429         Implement launch links. Delegate external link opening to
5430         the window.
5431
5432 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5433
5434         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
5435         (ev_link_get_right), (ev_link_get_property),
5436         (ev_link_set_property), (ev_link_class_init),
5437         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
5438         * backend/ev-link.h:
5439         * pdf/ev-poppler.cc:
5440         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
5441
5442         Implement fitr links
5443
5444 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5445
5446         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
5447         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
5448         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5449         (ev_view_size_request_continuous),
5450         (ev_view_size_request_dual_page),
5451         (ev_view_size_request_single_page), (ev_view_size_allocate),
5452         (ev_view_zoom_for_size_continuous_and_dual_page),
5453         (ev_view_zoom_for_size_continuous),
5454         (ev_view_zoom_for_size_dual_page),
5455         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5456         (ev_sizing_mode_get_type):
5457         * shell/ev-view.h:
5458         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5459
5460         Do not use modes for link, we need to calculate size ad hoc.
5461         Still not perfect because of the usual scrollbar issues grrr.
5462
5463 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5464
5465         * backend/ev-link.c: (ev_link_type_get_type),
5466         (ev_link_new_page_fith), (ev_link_new_page_fitv):
5467         * backend/ev-link.h:
5468         * pdf/ev-poppler.cc:
5469         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
5470         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5471         (ev_view_size_request_continuous),
5472         (ev_view_size_request_dual_page),
5473         (ev_view_size_request_single_page), (ev_view_size_allocate),
5474         (zoom_for_size_fit_height),
5475         (ev_view_zoom_for_size_continuous_and_dual_page),
5476         (ev_view_zoom_for_size_continuous),
5477         (ev_view_zoom_for_size_dual_page),
5478         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5479         (ev_sizing_mode_get_type):
5480         * shell/ev-view.h:
5481         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5482
5483         Implement FIT_HEIGHT mode (only for links).
5484         Implement FITH links
5485
5486 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5487
5488         * shell/ev-window-title.c: (get_filename_from_uri),
5489         (ev_window_title_sanitize_extension), (ev_window_title_update),
5490         (ev_window_title_set_document), (ev_window_title_set_uri),
5491         (ev_window_title_free):
5492         * shell/ev-window-title.h:
5493         * shell/ev-window.c: (ev_window_setup_document),
5494         (ev_window_popup_password_dialog):
5495
5496         Refactor window title building while fixing it for
5497         password documents.
5498
5499 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5500
5501         * pdf/ev-poppler.cc:
5502
5503         Escape link title before setting it in the model
5504
5505 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
5506
5507         * shell/ev-application.c: (removed_from_session), (save_session),
5508         (init_session), (ev_application_get_empty_window),
5509         (ev_application_init), (ev_application_get_windows):
5510         * shell/ev-application.h:
5511         * shell/ev-window.c: (ev_window_finalize):
5512
5513         Add a function to retrieve window list and share it where
5514         necessary.
5515         Implement session handling, works pretty well thanks to the
5516         metadata system.
5517
5518 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5519
5520         * shell/ev-password.c: (ev_password_item_created_callback),
5521         (ev_password_dialog_save_password):
5522         
5523         Fix for bug 316972. Use async gnome-keyring API.
5524
5525 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
5526
5527         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
5528         Remove unused unrealize handler. Add scroll handling to
5529         ev_view_scroll_event for presentation mode (bug #316708),
5530         and fix the event state checks there.
5531
5532 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5533
5534         * shell/ev-page-action.c: (page_changed_cb):
5535
5536         "marco, maybe we should be crazy and jump right to 6! :)"
5537
5538         Bryan Clark, Sep 2005
5539
5540 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5541
5542         * ps/ps-document.c: (save_document), (ps_document_save),
5543         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
5544         (ps_document_ps_export_end):
5545
5546         Fix unstructured documents save and print
5547
5548 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5549
5550         * shell/ev-application.c: (ev_application_open_uri):
5551
5552         Fix window size persistance
5553
5554 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5555
5556         * shell/ev-view.c: (ev_view_button_release_event):
5557
5558         Based on a patch from carlosgc@gnome.org. Mouse buttons
5559         switch pages in presentation mode.
5560
5561 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5562
5563         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5564
5565         Dont cast to int before scaling
5566
5567 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5568
5569         * backend/ev-link.c: (ev_link_type_get_type),
5570         (ev_link_new_page_xyz), (ev_link_new_page_fit),
5571         (ev_link_new_page_fith):
5572         * backend/ev-link.h:
5573         * pdf/ev-poppler.cc:
5574         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
5575
5576         Implement FIT and FITH links
5577
5578 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5579
5580         * pdf/ev-poppler.cc:
5581
5582         Return 0 results when search is not in progress.
5583
5584         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5585         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
5586
5587         Update menu sensitivity when cancelling search
5588
5589 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5590
5591         * shell/ev-view.c: (ev_view_can_find_next):
5592
5593         Take all pages in consideration, not just current one
5594
5595 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5596
5597         * shell/ev-page-cache.c:
5598         * shell/ev-page-cache.h:
5599         * shell/ev-view.c: (ev_view_binding_activated),
5600         (ev_view_next_page), (ev_view_previous_page),
5601         (ev_sizing_mode_get_type):
5602         * shell/ev-view.h:
5603         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5604         (ev_window_cmd_go_next_page):
5605
5606         Move page next/previous functions from page chace to
5607         view and change it to move by 2 page steps in dual mode.
5608
5609 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5610
5611         * shell/ev-window.c: (update_sidebar_visibility),
5612         (setup_sidebar_from_metadata), (ev_window_setup_document),
5613         (setup_view_from_metadata):
5614
5615         Show the index by default when there is one     
5616
5617 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5618
5619         * shell/ev-window-title.c: (ev_window_title_set_document):
5620
5621         Missing null check
5622
5623 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5624
5625         * shell/ev-view.c: (view_update_range_and_current_page):
5626         
5627         Allow display of last odd page in dual view. Fix for 316347.
5628
5629 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5630
5631         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
5632         
5633         Make close button default. Fix for 316383.
5634
5635 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5636
5637         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5638         
5639         Mark close button as default. Fix for 316381.
5640
5641 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5642
5643         * backend/ev-link.c: (ev_link_class_init):
5644
5645         Allow negative doubles in left/top properties
5646
5647 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5648
5649         * shell/ev-window.c:
5650
5651         Remove a bunch of strings that was used only
5652         by the statusbar.
5653
5654 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5655
5656         * shell/ev-window-title.c: (get_filename_from_uri),
5657         (ev_window_title_set_document):
5658
5659         When title has a confusing extension, show also
5660         the document filename inside ()
5661
5662 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5663
5664         * shell/Makefile.am:
5665         * shell/ev-window-title.c: (ev_window_title_new),
5666         (ev_window_title_update), (ev_window_title_set_type),
5667         (ev_window_title_set_document), (ev_window_title_free):
5668         * shell/ev-window-title.h:
5669         * shell/ev-window.c: (ev_window_setup_document),
5670         (password_dialog_response), (ev_window_popup_password_dialog),
5671         (ev_window_dispose), (ev_window_init):
5672
5673         Factor out and cleanup window title code
5674
5675 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5676
5677         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
5678         (unable_to_load):
5679
5680         Make dialog transient so it doesnt block other windows
5681
5682 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5683
5684         * pdf/ev-poppler.cc:
5685         
5686         Fix pdf thumbnails rendering.
5687
5688 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5689
5690         * shell/ev-window.c: (fullscreen_set_timeout):
5691         
5692         Increase timeout to hide full screen popup. Bug 
5693         316123. 
5694
5695 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5696
5697         * data/evince.schemas.in:
5698         * shell/ev-window.c: (update_action_sensitivity):
5699
5700         Allow the user to override document restrictions. Fix for bug
5701         305818.
5702
5703 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
5704
5705         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
5706         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
5707         (ev_window_class_init): Fix multihead behaviour of fullscreen
5708         toolbar popup. Fixes bug #315451.
5709
5710 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5711
5712         * configure.ac:
5713         * data/evince-password.glade:
5714         * shell/ev-password.c: (ev_password_dialog_set_property),
5715         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
5716         (ev_password_dialog_init), (ev_password_set_bad_password_label),
5717         (ev_password_dialog_entry_changed_cb),
5718         (ev_password_dialog_entry_activated_cb),
5719         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
5720         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
5721         (ev_password_dialog_set_bad_pass):
5722         * shell/ev-password.h:
5723         * shell/ev-window.c: (password_dialog_response),
5724         (ev_window_popup_password_dialog):
5725         
5726         Support for gnome-keyring for encrypted PDF's.
5727
5728 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5729
5730         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
5731         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
5732         (ev_view_enter_notify_event), (ev_view_class_init):
5733         
5734         More precise handling of enter_notify/leave_notify events
5735         in EvView. Fix for bug 315470.
5736
5737 2005-09-08  Christopher Aillon  <caillon@redhat.com>
5738
5739         * shell/ev-window.c: (fullscreen_timeout_cb),
5740         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5741         (ev_window_dispose):
5742
5743         leak fix: unref fullscreen_timeout_source before clearing it
5744
5745 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5746
5747         * configure.ac, dvi/mdvi/Makefile.am: 
5748         
5749         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
5750
5751 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5752
5753         * backend/ev-link.c: (ev_link_new_page_xyz):
5754         * pdf/ev-poppler.cc:
5755         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
5756
5757         Fix some bugs with xyz links, respect zoom
5758
5759 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5760
5761         * shell/ev-window.c: (page_changed_cb),
5762         (setup_document_from_metadata), (update_sidebar_visibility),
5763         (setup_view_from_metadata), (ev_window_run_fullscreen),
5764         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5765         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
5766         (ev_window_dual_mode_changed_cb),
5767         (ev_window_sidebar_current_page_changed_cb):
5768
5769         null check uri before setting and getting metadata
5770
5771 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5772
5773         * dvi/Makefile.am:
5774         * properties/Makefile.am:
5775         * shell/Makefile.am:
5776         * thumbnailer/Makefile.am:
5777
5778         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
5779
5780 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5781
5782         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
5783         (selection_changed_callback):
5784         * shell/ev-sidebar-links.h:
5785
5786         Add a signal for link activation.
5787
5788         * shell/ev-view.c: (ev_view_goto_link),
5789         (ev_view_button_release_event):
5790         * shell/ev-view.h:
5791         * shell/ev-window.c: (sidebar_links_link_activated_cb),
5792         (ev_window_init):
5793
5794         Implement the signal so that we can handle all link types.
5795
5796         * shell/ev-page-cache.c:
5797
5798         Remove unused set_link function
5799
5800 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5801
5802         * lib/ev-tooltip.c: (ev_tooltip_set_position):
5803
5804         Add some space from the cursor, hardcoded but I couldnt
5805         find a better way.
5806
5807 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5808
5809         * lib/ev-tooltip.c:
5810
5811         Use mozilla style vs gtk style, way better for links.
5812
5813         * shell/ev-view.c: (ev_view_motion_notify_event),
5814         (ev_view_destroy), (ev_view_init):
5815
5816         Deactive tooltip when the link hovered is changed.
5817
5818 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5819
5820         * backend/ev-document.h:
5821         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
5822         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
5823         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
5824         (ev_link_new_page), (ev_link_new_page_xyz):
5825         * backend/ev-link.h:
5826         * pdf/ev-poppler.cc:
5827         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
5828         (go_to_link), (tip_from_link):
5829
5830         Implement xyz links, still not functional. Links are a total
5831         mess, will need to refactor and bugfix a lot :(
5832
5833 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
5834
5835         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
5836
5837 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
5838
5839         * data/evince-ui.xml:
5840         * data/evince.schemas.in:
5841         * shell/Makefile.am:
5842         * shell/ev-window.c: (update_chrome_visibility),
5843         (password_dialog_response), (ev_window_load_job_cb),
5844         (ev_window_xfer_job_cb), (ev_window_open_uri),
5845         (ev_window_class_init), (set_chrome_actions), (load_chrome),
5846         (ev_window_init):
5847
5848         Remove the statusbar. This regress loading feedback, need to
5849         check with Bryan what we want to do there...
5850
5851 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5852
5853         * lib/ev-tooltip.c: (ev_tooltip_init):
5854
5855         Fix tooltip border and size handling
5856
5857 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5858
5859         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
5860         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
5861         (ev_tooltip_timeout), (ev_tooltip_activate),
5862         (ev_tooltip_deactivate):
5863         * lib/ev-tooltip.h:
5864         * shell/ev-view.c: (ev_view_motion_notify_event):
5865
5866         Delay popup showing. Mirror gtk logic/times.
5867
5868 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
5869
5870         * lib/Makefile.am:
5871         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
5872         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
5873         (ev_tooltip_set_text), (ev_tooltip_set_position):
5874         * lib/ev-tooltip.h:
5875
5876         Simple widget to show tooltips at a custom position
5877
5878         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
5879         (ev_view_destroy):
5880
5881         Use it for links. First go, needs work
5882
5883 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
5884
5885         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
5886         HIG fixes.  Use title capitalization for window title. Use 12 
5887         pixels of space between the dialog's vbox and action area.
5888
5889 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5890
5891         * shell/ev-window.c: (file_open_dialog_response_cb),
5892         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
5893         (ev_window_cmd_save_as):
5894
5895         Make file pickers not modal and refactor code some
5896
5897 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5898
5899         * shell/ev-sidebar.h:
5900         * shell/ev-sidebar.c: (ev_sidebar_set_property),
5901         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
5902         (ev_sidebar_class_init), (ev_sidebar_select_page),
5903         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
5904         (ev_sidebar_set_page):
5905
5906         Add a current page property and allow to get/set it
5907
5908         * shell/ev-window.c: (setup_view_from_metadata),
5909         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
5910
5911         Persist current sidebar page per document
5912
5913 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5914
5915         * data/evince.schemas.in:
5916         * shell/ev-window.c: (update_chrome_visibility),
5917         (setup_document_from_metadata), (update_sidebar_visibility),
5918         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
5919         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5920         (ev_window_run_presentation), (ev_window_stop_presentation),
5921         (ev_window_view_sidebar_cb),
5922         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
5923         (load_chrome), (ev_window_init):
5924
5925         Persist size/visibility of sidebar per document
5926
5927 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
5928
5929         * shell/ev-view.c (draw_loading_text): Draw loading text.
5930
5931 2005-09-02  Dan Damian  <dand@gnome.ro>
5932
5933         * configure.in: Added "ro" to ALL_LINGUAS.
5934
5935 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5936
5937         * shell/ev-view.c: (clear_caches):
5938
5939         ev_page_cache_get doesnt return a reference,
5940         dont try to unref it.
5941
5942 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5943
5944         * shell/main.c: (load_files_remote):
5945
5946         Fix timestamp parameter with dbus <= 0.33
5947
5948 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
5949
5950         * data/evince.schemas.in:
5951
5952         Add missing full stop
5953
5954 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
5955
5956         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
5957         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
5958
5959         Plug some memory leaks
5960
5961 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
5962
5963         * configure.ac:
5964         * lib/ev-debug.c: (trap_handler):
5965
5966         Check for execinfo.h and use it only if it exists.
5967         Ported from Epiphany (bug #314776).
5968
5969 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
5970
5971         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
5972
5973 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
5974
5975         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
5976         * po/id.po      : Added Indonesian translation
5977
5978 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
5979
5980         * shell/main.c:
5981         * shell/ev-application.c: Last minute GTK-2.6 fixes.
5982         * NEWS: Release 0.4.0
5983
5984 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
5985
5986         * configure.ac: catch another gtk+-2.8ism
5987         * shell/main.c: Make work with gtk+-2.6
5988
5989 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
5990
5991         * shell/ev-application-service.xml: Add 'timestamp' argument to
5992           ev_application_open_window and ev_application_open_uri methods.
5993
5994         * shell/ev-application.h: Add 'timestamp' argument to
5995           ev_application_open_window, ev_application_open_uri,
5996           and ev_application_open_uri_list functions.
5997
5998         * shell/ev-application.c (ev_application_open_window,
5999           ev_application_open_uri, ev_application_open_uri_list): Change
6000           functions that show/present windows to use a timestamp if one
6001           is passed in.
6002
6003         * shell/ev-window.c (ev_window_cmd_file_open,
6004           ev_window_cmd_recent_file_activate, drag_data_received_cb):
6005         * shell/main.c (load_files): Modify calls to ev_application to
6006           include GDK_CURRENT_TIME as timestamp.
6007
6008         * shell/main.c (load_files_remote): Obtain timestamp for client
6009           instance from GDK and pass to server instance so new windows are
6010           focused properly.  Fix dbus_g_proxy_call() calls by including second
6011           G_TYPE_INVALID.
6012           
6013         Closes bug #314475.
6014
6015 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
6016
6017         * shell/ev-window.c (ev_window_finalize): Check for
6018         avail. EvWindows when quiting to handle the finalize better,
6019         #314497
6020
6021 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6022         
6023         * properties/ev-properties-view.c: 
6024         
6025         Set textdomain to libglade. Fixes translation problem in property page.
6026
6027 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6028
6029         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6030         * dvi/Makefile.am:
6031         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
6032         * dvi/mdvi-lib/Makefile.am:
6033         
6034         Fix rotation of thumbnails, ported to new API. Moved library
6035         dependencies earlier, probably it will fix linkage problem.
6036
6037 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
6038
6039         * backend/ev-document-misc.c:
6040         (ev_document_misc_get_thumbnail_frame):
6041         * backend/ev-document-misc.h:
6042         * configure.ac:
6043         * pdf/ev-poppler.cc:
6044         * shell/Makefile.am:
6045         * shell/ev-sidebar-thumbnails.c: (add_range),
6046         (ev_sidebar_thumbnails_set_loading_icon),
6047         (ev_sidebar_thumbnails_refresh),
6048         (ev_sidebar_thumbnails_set_document):
6049         * shell/ev-sidebar-thumbnails.h:
6050         * shell/ev-view.c: (ev_view_motion_notify_event),
6051         (ev_view_set_property), (ev_view_get_property),
6052         (ev_view_class_init), (ev_view_set_rotation):
6053         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6054         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
6055         (ev_window_init):
6056         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
6057         Redo rotation (again).  prepare for 0.4.0
6058
6059 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
6060
6061         * configure.ac: Bump poppler requirement to 0.4.1.
6062
6063         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
6064         argument to poppler_page_render_selection() call.
6065
6066 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6067
6068         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
6069         (djvu_document_thumbnails_get_thumbnail):
6070         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
6071         (dvi_document_thumbnails_get_thumbnail):
6072         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
6073         (pixbuf_document_thumbnails_get_thumbnail):
6074         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
6075         
6076         Update rotation direction of backends to fit with pdf and ps.
6077
6078 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
6079
6080         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
6081         * backend/ev-async-renderer.h:
6082         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
6083         (setup_page), (ps_document_get_page_size),
6084         (ps_async_renderer_render_pixbuf):
6085         * ps/ps-document.h:
6086         * shell/ev-jobs.c: (ev_job_render_run):
6087
6088         Fix orientation in the postscript document
6089
6090 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
6091
6092         * pdf/ev-poppler.cc:
6093         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
6094         * shell/ev-view.c: (highlight_find_results):
6095
6096         Adapt to the new poppler rotation API. Fix text maps on landscape
6097         documents.
6098
6099 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
6100
6101         * shell/ev-view.c (compute_new_selection_text): get the correct
6102         region when selecting in modes other than continuous.
6103
6104 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6105
6106         * shell/main.c (main): remove redundant g_warnings.
6107
6108 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6109
6110         * shell/Makefile.am: Don't include autogenerated
6111         file ev-application-service.h into distribution, since
6112         it causes dbus crash. Fix for bugs 313724 and 313443. 
6113
6114 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6115
6116         * configure.ac: Fix sed expression for FreeBSD. Thanks
6117         to Joe Marcus Clark <marcus@freebsd.org>
6118         
6119         * shell/eggfindbar.c: (entry_activate_callback),
6120         (entry_changed_callback), (egg_find_bar_init),
6121         (egg_find_bar_set_search_string):
6122         
6123         Made findbar buttons unsensitive if there is no text in
6124         entry. Fix for the bug 313285.
6125
6126 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6127
6128         * ps/ps-document.c: Use g_filename_display_name for displaying
6129         filenames and revert string freeze breackage
6130
6131 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
6132
6133         * NEWS:
6134         * configure.ac:
6135
6136         Update for 0.3.4
6137
6138         * shell/Makefile.am:
6139
6140         Add ev-application-service.xml to extra dist
6141
6142         * shell/ev-view.c: (find_page_at_location):
6143
6144         Remove unused function (fix warning)
6145
6146 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6147
6148         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
6149         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
6150         
6151         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
6152         bug 313623.
6153
6154 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6155
6156         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
6157         * shell/ev-window.c:
6158         Fix build warnings
6159
6160 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6161
6162         * configure.ac: Update script to get dbus version.
6163         Fix for the bug #313443.
6164
6165 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6166
6167         * shell/ev-window.c: (ev_window_cmd_escape):
6168         
6169         Return focus back to view on escape. Fix for bug 313295.
6170
6171 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6172
6173         * shell/ev-window.c: (update_window_title),
6174         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
6175         (ev_window_cmd_save_as):
6176         
6177         Correct conversion from uri to displayable string. Fix for
6178         bug 313296.
6179
6180 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6181
6182         * ps/ps-document.c: convert filename to utf8 when there is an error
6183         loading document. Fixes #309915
6184
6185 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
6186
6187         * configure.ac:
6188
6189         We depend on poppler 0.4.0
6190
6191 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
6192
6193         * configure.ac:
6194         * NEWS: Release 0.3.3.
6195         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
6196
6197 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
6198
6199         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
6200         add a couple missing mnemonics to menu items, use title 
6201         capitalization for menu items and window titles, and add 
6202         ellipsis to open menu item.     
6203
6204 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
6205
6206         * pdf/ev-poppler.cc:
6207         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
6208         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
6209         (ev_view_get_rotation):
6210         * shell/ev-view.h:
6211         * shell/ev-window.c: (setup_view_from_metadata),
6212         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
6213         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
6214         disk.
6215
6216 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
6217
6218         * configure.ac: Added tr to ALL_LINGUAS
6219
6220 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6221
6222         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
6223         requires several clicks to find word. Thanks to 
6224         Colin Slater <kiltedtaco@gmail.com>.
6225
6226 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
6227
6228         * data/evince.desktop.in.in: Hide menu entry and
6229         rename it to "Document Viewer". Fix for bug 
6230         #312399.
6231
6232 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
6233
6234         * shell/ev-page-action.c (ev_page_action_class_init): 
6235
6236         Point to the correct function in constructor of the
6237         activate_label signal
6238
6239 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
6240
6241         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6242         * shell/ev-jobs.h: Make thread safe.
6243
6244 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6245
6246         * shell/ev-view.c: (view_update_range_and_current_page):
6247         Don't update page range if we are scrolling to some document
6248         point.
6249
6250 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6251
6252         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
6253         when getting max_page_width, fix drawing in dual mode.
6254
6255 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
6256
6257         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
6258         getting the area for select_all.
6259
6260 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
6261
6262         * backend/ev-selection.c: (ev_selection_render_selection):
6263         * backend/ev-selection.h:
6264         * pdf/ev-poppler.cc:
6265         * shell/ev-jobs.c: (ev_job_render_new):
6266         * shell/ev-jobs.h:
6267         * shell/ev-pixbuf-cache.c: (get_selection_colors),
6268         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
6269         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
6270         (ev_view_class_init):
6271
6272         Change selection color on focus in and focus out events.  Also,
6273         poppler now uses GdkColor for specifying the selection colors, so
6274         drop some awkward conversion code.
6275
6276 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
6277
6278         * configure.ac: Added Hebrew translation
6279
6280 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
6281
6282         * NOTES:
6283         * backend/ev-selection.c: (ev_selection_render_selection):
6284         * backend/ev-selection.h:
6285         * pdf/ev-poppler.cc:
6286         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
6287         (ev_job_render_run):
6288         * shell/ev-jobs.h:
6289         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6290         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
6291         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
6292         (ev_pixbuf_cache_style_changed),
6293         (ev_pixbuf_cache_get_selection_pixbuf),
6294         (ev_pixbuf_cache_set_selection_list),
6295         (ev_pixbuf_cache_get_selection_list):
6296         * shell/ev-pixbuf-cache.h:
6297         * shell/ev-utils.c: (ev_print_region_contents):
6298         * shell/ev-utils.h:
6299         * shell/ev-view.c: (ev_view_queue_draw_page),
6300         (selection_update_idle_cb), (ev_view_motion_notify_event),
6301         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
6302         (setup_caches), (ev_view_find_next), (merge_selection_region),
6303         (selection_free):
6304         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
6305
6306         Clean up selection to be much smoother!
6307
6308 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
6309
6310         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
6311         to poppler_page_render_selection().
6312
6313 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6314
6315         * ps/ps-document.c: (save_page_list): Use
6316         unzipped document when printing. Thanks to 
6317         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
6318         311016.
6319
6320 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6321
6322         * shell/ev-window.c: (update_action_sensitivity):
6323         
6324         Disable print and save respect to lockdown gconf keys. Fix
6325         for 312342.
6326
6327 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6328
6329         * configure.ac:
6330         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
6331         (write_to_temp_file), (ev_file_set_contents):
6332         * shell/ev-utils.h:
6333         * shell/ev-window.c: (save_print_config_to_file):
6334         
6335         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
6336         Fix for bug 312238
6337
6338 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
6339
6340         * shell/ev-window.c: (load_print_config_from_file),
6341         (save_print_config_to_file), (ev_window_print_range):
6342
6343         Persist the print settings. Fixes bug #311578.
6344
6345 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6346
6347         * djvu/djvu-document.c: (djvu_document_get_page_size),
6348         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
6349         (djvu_document_thumbnails_get_thumbnail):
6350         * dvi/dvi-document.c: (dvi_document_get_page_size),
6351         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
6352         (dvi_document_thumbnails_get_dimensions),
6353         (dvi_document_thumbnails_get_thumbnail):
6354         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
6355         (pixbuf_document_render_pixbuf),
6356         (pixbuf_document_document_iface_init),
6357         (pixbuf_document_thumbnails_get_thumbnail):
6358         
6359         Update backends to make them build with new rotation system.
6360
6361 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6362
6363         * help/C/figures/evince_start_window.png:
6364         
6365         Update documentation image from Luca Ferretti <elle.uca@libero.it>
6366
6367 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
6368
6369         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
6370         * shell/ev-pixbuf-cache.h:
6371         * shell/ev-sidebar-thumbnails.c:
6372         (ev_sidebar_thumbnails_get_property), (add_range),
6373         (adjustment_changed_cb):
6374         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
6375         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
6376         we were thumbnailing the entire docment on startup, slowing us
6377         down hugely. 
6378
6379 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
6380
6381         * shell/ev-page-cache.c: (ev_page_cache_new):
6382         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
6383         == 0, fixes #310306.
6384
6385 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6386
6387         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
6388         (ev_view_rotate_left):
6389
6390         Account rotation in doc_rect_to_view_rect.
6391         Ensure rotation doesnt go out of bounds.
6392
6393 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6394
6395         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6396
6397         Correct and cleanup w/h swapping
6398
6399 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6400
6401         * backend/ev-document-thumbnails.c:
6402         (ev_document_thumbnails_get_thumbnail):
6403         * backend/ev-document-thumbnails.h:
6404         * backend/ev-document.c:
6405         * backend/ev-document.h:
6406         * backend/ev-render-context.c: (ev_render_context_new),
6407         (ev_render_context_set_rotation):
6408         * backend/ev-render-context.h:
6409         * pdf/ev-poppler.cc:
6410         * ps/ps-document.c: (ps_document_document_iface_init):
6411         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6412         * shell/ev-jobs.h:
6413         * shell/ev-page-cache.c: (build_height_to_page),
6414         (ev_page_cache_new), (ev_page_cache_get_size),
6415         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6416         (ev_page_cache_get_height_to_page):
6417         * shell/ev-page-cache.h:
6418         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6419         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6420         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
6421         (ev_pixbuf_cache_get_selection_pixbuf):
6422         * shell/ev-pixbuf-cache.h:
6423         * shell/ev-print-job.c: (idle_print_handler):
6424         * shell/ev-sidebar-thumbnails.c: (add_range):
6425         * shell/ev-view.c: (view_update_range_and_current_page),
6426         (get_page_y_offset), (get_page_extents),
6427         (ev_view_size_request_continuous_dual_page),
6428         (ev_view_size_request_continuous),
6429         (ev_view_size_request_dual_page),
6430         (ev_view_size_request_single_page), (draw_one_page),
6431         (ev_view_set_rotation), (ev_view_rotate_right),
6432         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6433         (ev_view_zoom_for_size_continuous_and_dual_page),
6434         (ev_view_zoom_for_size_continuous),
6435         (ev_view_zoom_for_size_dual_page),
6436         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6437         (ev_view_select_all):
6438         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6439         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
6440         (tiff_document_document_iface_init),
6441         (tiff_document_thumbnails_get_thumbnail):
6442
6443         Use rotation rather than orientation. It's easier and enough
6444         for our needs.
6445
6446 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6447
6448         * shell/ev-page-cache.c: (build_height_to_page),
6449         (ev_page_cache_new), (ev_page_cache_get_size),
6450         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6451         (ev_page_cache_get_height_to_page):
6452         * shell/ev-page-cache.h:
6453         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
6454         (ev_view_size_request_continuous_dual_page),
6455         (ev_view_size_request_continuous),
6456         (ev_view_zoom_for_size_continuous_and_dual_page),
6457         (ev_view_zoom_for_size_continuous):
6458
6459         Make the page cache aware of page orientation.
6460
6461 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6462
6463         * backend/ev-document-thumbnails.c:
6464         (ev_document_thumbnails_get_thumbnail):
6465         * backend/ev-document-thumbnails.h:
6466         * backend/ev-document.c:
6467         * backend/ev-document.h:
6468         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
6469         * backend/ev-ps-exporter.h:
6470         * pdf/ev-poppler.cc:
6471         * ps/ps-document.c: (ps_document_document_iface_init),
6472         (ps_document_ps_export_do_page):
6473         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6474         * shell/ev-jobs.h:
6475         * shell/ev-page-cache.c: (ev_page_cache_get_size),
6476         (ev_page_cache_get):
6477         * shell/ev-page-cache.h:
6478         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6479         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6480         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
6481         * shell/ev-pixbuf-cache.h:
6482         * shell/ev-print-job.c: (idle_print_handler):
6483         * shell/ev-sidebar-thumbnails.c: (add_range):
6484         * shell/ev-view.c: (view_update_range_and_current_page),
6485         (get_page_extents), (ev_view_size_request_dual_page),
6486         (ev_view_size_request_single_page), (draw_one_page),
6487         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
6488         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6489         (ev_view_zoom_for_size_dual_page),
6490         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6491         (ev_view_select_all):
6492         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6493         * tiff/tiff-document.c: (tiff_document_get_page_size),
6494         (tiff_document_get_orientation), (rotate_pixbuf),
6495         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
6496         (tiff_document_thumbnails_get_thumbnail),
6497         (tiff_document_ps_export_do_page), (tiff_document_init):
6498
6499         Really make use of the orientation bit of the render context.
6500         Use the render context in a few more places in the backend API.
6501         This regress orientation, but now it's done right. Will try to
6502         fix it up asap...
6503
6504 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6505
6506         * shell/ev-view.c: (ensure_rectangle_is_visible):
6507
6508         Patch by Nickolay V. Shmyrev to fix find flickering
6509
6510 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
6511
6512         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
6513         duplex parameters to ::begin.
6514
6515         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
6516         * shell/ev-print-job.c (idle_print_handler): 
6517         * ps/ps-document.c (ps_document_ps_export_begin): 
6518         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
6519         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
6520         implementations. Poppler backend needs poppler cvs. Rest has
6521         unchanged behavior.
6522
6523 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6524
6525         * shell/ev-window.c (using_pdf_printer): new function.
6526         (ev_window_print_range): print a less techy message if someone
6527         tries to print to PDF.
6528
6529 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6530
6531         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
6532         from "unknown font" string. Bug #311431
6533
6534 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6535
6536         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
6537
6538 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6539
6540         Bug #311280
6541         
6542         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
6543         name for PopplerFontTypes
6544         (pdf_document_fonts_fill_model): add font type to the detail column
6545
6546         * backend/ev-document-fonts.h: added
6547         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
6548
6549         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
6550         font name and font details, add a little markup.
6551         (ev_properties_fonts_init): use the new cell data func, specify ypad
6552         property for the cell renderer.
6553         (ev_properties_fonts_set_document): add the details column.
6554
6555 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
6556
6557         * configure.ac: Added "pl" to ALL_LINGUAS.
6558
6559 2005-07-24  Danilo Šegan  <danilo@gnome.org>
6560
6561         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
6562
6563 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
6564
6565         * help/ChangeLog: Started this for translations of manual.
6566         * configure.ac, autogen.sh, .cvsignore: Migrated to
6567         gnome-doc-utils. Patch in bug #311222.
6568
6569 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
6570
6571         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
6572         #ifdef this away to fix an unused-function warning.
6573
6574 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
6575
6576         * configure.ac: Added 'gl' to ALL_LINGUAS.
6577
6578 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
6579
6580         * configure.ac: Added ne in ALL_LINGUAS
6581         
6582 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6583
6584         * shell/ev-view.c: (ev_view_leave_notify_event):
6585         
6586         Clear status message when pointer leaves view. Fix for bug
6587         #310818 
6588
6589 2005-07-20 Ankit Patel <ankit644@yahoo.com>
6590
6591         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
6592
6593 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6594
6595         * shell/ev-view.c: (ev_view_leave_notify_event),
6596         (ev_view_class_init):
6597         
6598         Set cursor to normal then leaving view.
6599
6600 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6601
6602         * configure.ac:
6603         
6604         Fix required djvulibre version.
6605
6606 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
6607
6608         *configure.ac: Hindi (hi) language added
6609
6610 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
6611
6612         *configure.ac: Punjabi (pa) Language added
6613
6614 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6615
6616         * data/evince-ui.xml, shell/ev-window.c:
6617         
6618         Add keypad accelerators for zooming. Fix for bug 308128.
6619
6620 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6621
6622         * Makefile.am:
6623         * backend/Makefile.am:
6624         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
6625         * configure.ac:
6626         * shell/ev-document-types.c: (ev_document_types_add_filters):
6627
6628         Allow to enable/disable the pixbuf backend.
6629         Default to off for now. If we want it enabled we should
6630         really put mime types in the desktop, implement properties etc.
6631
6632         * properties/evince-properties.c:
6633
6634         Initialize error to NULL.
6635         Check error is not NULL before freeing.
6636
6637 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6638
6639         * shell/ev-window.c:
6640
6641         Use F5 as presentation accell
6642
6643 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6644
6645         * shell/ev-window.c: (update_chrome_visibility),
6646         (ev_window_create_fullscreen_popup), (ev_window_init):
6647
6648         Do not leak the fullscreen toolbar
6649
6650 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6651
6652         * shell/ev-window.c: (view_actions_focus_in_cb),
6653         (view_actions_focus_out_cb):
6654
6655         These has a return value! Fix totally random focus
6656         issues we was seeing.
6657
6658 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6659
6660         * shell/main.c: (load_files_remote):
6661
6662         Allow open more than one file
6663
6664 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6665
6666         * shell/main.c: (load_files_remote):
6667
6668         Fix for dbus 0.33. bug #309975
6669
6670 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6671
6672         * properties/ev-properties-main.c: (ev_properties_get_pages):
6673
6674         Actually return NULL for types we dont support
6675
6676 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
6677
6678         * po/POTFILES.in:
6679
6680         Remove empty lines.
6681
6682 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
6683
6684         * backend/ev-document-factory.c:
6685         (ev_document_factory_get_document):
6686
6687         Do not try to create the object if type
6688         is invalid.
6689
6690 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6691
6692         * ps/ps-document.c: (ps_document_dispose),
6693         (ps_async_renderer_render_pixbuf):
6694         * ps/ps-document.h:
6695
6696         Do not leak the target window
6697
6698 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6699
6700         * shell/ev-application.c: (ev_application_init):
6701
6702         Let tbe check file existence for us.
6703         Add a comment about eggrecent mime filter.
6704
6705 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6706
6707         * data/evince-ui.xml:
6708         * shell/ev-application.c: (ev_application_shutdown),
6709         (ev_application_init), (ev_application_get_toolbars_model),
6710         (ev_application_get_recent_model),
6711         (ev_application_save_toolbars_model):
6712         * shell/ev-application.h:
6713         * shell/ev-window.c: (ev_window_add_recent),
6714         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
6715         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
6716         (ev_window_init):
6717
6718         Use common toolbar and recent models for all windows.
6719         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6720
6721 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6722
6723         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
6724         successfully check for gtk_icon_view_get_visible_range.
6725
6726 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6727
6728         * djvu/Makefile.am:
6729         * dvi/Makefile.am:
6730         
6731         Fix djvu and dvi backend build.
6732
6733 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6734
6735         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
6736         (new_separator_pixbuf):
6737
6738         Don't leak windows.
6739
6740 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6741
6742         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6743
6744         HIGification of toolbar editor dialogue.
6745
6746 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6747
6748         * configure.ac:
6749         * shell/Makefile.am:
6750
6751         Ever build metadata manager since it's just
6752         disabled at runtime now.
6753
6754 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6755
6756         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
6757         (ev_metadata_manager_get), (ev_metadata_manager_set):
6758         * shell/ev-metadata-manager.h:
6759
6760         Add an _init functions that enabled metadata management
6761         at runtime.
6762
6763         * shell/ev-window.c: (page_changed_cb),
6764         (setup_document_from_metadata), (ev_window_setup_document),
6765         (setup_view_from_metadata), (ev_window_open_uri),
6766         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6767         (ev_window_run_presentation), (ev_window_stop_presentation),
6768         (save_sizing_mode), (ev_window_zoom_changed_cb),
6769         (ev_window_continuous_changed_cb),
6770         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
6771         (window_configure_event_cb):
6772
6773         Remove all ugly metadata define since we deal with it
6774         at runtime now.
6775
6776         * shell/main.c: (load_files_remote), (main):
6777
6778         Add support for dbus cvs head. Hopefully didnt break one
6779         of the other versions now!
6780
6781         If we dont get a response from the dbus server just
6782         give up with it and not enable metadata.
6783
6784 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6785
6786         * Makefile.am:
6787         * backend/Makefile.am:
6788         * configure.ac:
6789         * cut-n-paste/recent-files/Makefile.am:
6790         * cut-n-paste/toolbar-editor/Makefile.am:
6791         * cut-n-paste/zoom-control/Makefile.am:
6792         * lib/Makefile.am:
6793         * pdf/Makefile.am:
6794         * pixbuf/Makefile.am:
6795         * properties/Makefile.am:
6796         * ps/Makefile.am:
6797         * shell/Makefile.am:
6798         * thumbnailer/Makefile.am:
6799         * tiff/Makefile.am:
6800
6801         Make frontends depend on just libev.
6802         Rework and group CFLAGS/LIBS definitions.
6803         Cleanups.
6804
6805 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6806
6807         * shell/ev-window:
6808
6809         do not unnecessarily save zoom
6810
6811         * configure.ac:
6812         * lib/ev-file-helpers.c: (ev_dot_dir):
6813         * shell/Makefile.am:
6814         * shell/dummy.cc:
6815
6816         Some cleanups
6817
6818 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6819
6820         * configure.ac:
6821         
6822         Remove unnecessary dependencies
6823
6824 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6825
6826         * properties/Makefile.am:
6827         * thumbnailer/Makefile.am:
6828         * tiff/Makefile.am:
6829
6830         Some more cleanups. Was really necessary
6831         but I probably introduced bugs, feel free
6832         to flame :)
6833
6834 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6835
6836         * backend/Makefile.am:
6837         * configure.ac:
6838         * cut-n-paste/recent-files/Makefile.am:
6839         * cut-n-paste/toolbar-editor/Makefile.am:
6840         * cut-n-paste/zoom-control/Makefile.am:
6841         * lib/Makefile.am:
6842         * pdf/Makefile.am:
6843         * pixbuf/Makefile.am:
6844         * properties/Makefile.am:
6845         * ps/Makefile.am:
6846         * shell/Makefile.am:
6847         * thumbnailer/Makefile.am:
6848         * tiff/Makefile.am:
6849
6850         Use gnome-common macros when possible.
6851         Cleanup dependencies.
6852         Actually disable deprecated where possible.
6853
6854 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6855
6856         * Makefile.am:
6857         * backend/Makefile.am:
6858         * properties/Makefile.am:
6859         * shell/Makefile.am:
6860         * thumbnailer/Makefile.am:
6861
6862         This should solve the circular dep without
6863         requiring dir reorg!
6864
6865         * shell/ev-window.c: (setup_view_from_metadata):
6866
6867         Never restore window size/position when the
6868         window is already visible.
6869
6870 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6871
6872         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
6873
6874         Return a boolean from timeout func. Fix ported from gedit.
6875
6876 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
6877
6878         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
6879
6880 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6881
6882         * shell/ev-document-types.c: set "All Documents" as default filter in
6883         open dialog
6884
6885 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
6886
6887         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
6888         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
6889         (ev_metadata_manager_set_boolean): fix value/val thinko.
6890
6891 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6892
6893         * shell/ev-window.c: (setup_view_from_metadata),
6894         (window_state_event_cb), (window_configure_event_cb),
6895         (ev_window_init):
6896
6897         Remember window position and maximized state
6898
6899 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6900
6901         * configure.ac:
6902
6903         Fix DBUS configure checks.
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):
6908
6909         Plug mem leaks.
6910
6911         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
6912         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6913         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
6914         (ev_window_continuous_changed_cb),
6915         (ev_window_dual_mode_changed_cb), (ev_window_new):
6916
6917         Fix the build without DBUS.
6918
6919 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6920
6921         * shell/ev-metadata-manager.c: (parse_value), (save_values),
6922         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
6923         (ev_metadata_manager_set_string),
6924         (ev_metadata_manager_set_boolean):
6925         * shell/ev-metadata-manager.h:
6926
6927         Add support for some more types
6928
6929         * shell/ev-view.c: (scroll_to_current_page),
6930         (ev_view_get_continuous), (ev_view_set_continuous),
6931         (ev_view_get_dual_page):
6932         * shell/ev-view.h:
6933         * shell/ev-window.c: (page_changed_cb),
6934         (setup_document_from_metadata), (ev_window_setup_document),
6935         (setup_view_from_metadata), (ev_window_open_uri),
6936         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6937         (ev_window_run_presentation), (ev_window_stop_presentation),
6938         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
6939         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
6940         (ev_window_update_dual_page_action),
6941         (ev_window_continuous_changed_cb),
6942         (ev_window_dual_mode_changed_cb), (ev_window_init):
6943
6944         Remember a bunch of view/document properties. Prolly some
6945         are still missing but it's getting interesting.
6946
6947 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
6948
6949         * configure.ac: check if dbus-binding-tool is installed. Not the
6950         case on current Ubuntu breezy, it seems.
6951
6952 2005-07-05  Luca Ferretti <elle.uca@libero.it>
6953
6954         * data/evince.desktop.in.in:
6955         
6956         Allow open uri lists and add TryExec field.
6957
6958 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6959
6960         * configure.ac:
6961
6962         Enable dbus when available, do not require a configure
6963         option.
6964
6965 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6966
6967         * configure.ac:
6968
6969         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
6970         disabled.
6971
6972 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6973         Marco Pesenti Gritti  <mpg@redhat.com>
6974
6975         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
6976         
6977         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
6978         functions to the format required by dbus
6979
6980         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
6981         errors. Use the RPC parameters in the expected way
6982
6983 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6984
6985         * Makefile.am:
6986         * properties/Makefile.am:
6987         * properties/ev-properties-main.c: (ev_properties_get_pages):
6988
6989         Support all mime types
6990
6991         * shell/Makefile.am:
6992         * thumbnailer/Makefile.am:
6993         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
6994         (evince_thumbnail_pngenc_get):
6995
6996         Use the document factory
6997
6998 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6999
7000         * backend/Makefile.am:
7001         * backend/ev-document-factory.c:
7002         (mime_type_supported_by_gdk_pixbuf),
7003         (ev_document_type_get_from_mime),
7004         (ev_document_factory_get_document),
7005         (ev_document_factory_get_backend),
7006         (ev_document_factory_get_mime_types),
7007         (ev_document_factory_get_all_mime_types):
7008         * backend/ev-document-factory.h:
7009         * shell/Makefile.am:
7010         * shell/ev-document-types.c: (get_document_from_uri),
7011         (ev_document_types_get_document),
7012         (file_filter_add_mime_list_and_free),
7013         (ev_document_types_add_filters):
7014         * shell/ev-document-types.h:
7015         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7016         * shell/ev-properties-dialog.c:
7017         (ev_properties_dialog_set_document):
7018         * shell/ev-window.c: (ev_window_cmd_file_open),
7019         (ev_window_cmd_save_as):
7020         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7021
7022         Rework document types managing to avoid code duplication
7023         and actually abstract from backend implementations.
7024         Also provide a minimal factory api that can be used by
7025         thumbnailer/properties.
7026
7027 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7028
7029         * properties/ev-properties-view.c: (ev_properties_view_set_info):
7030         Plug a mem leak.
7031         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7032         HIG spacings.
7033
7034 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7035
7036         * shell/ev-properties-dialog.c
7037         (ev_properties_dialog_set_document): only call
7038         ev_properties_fonts_set_document() if the document implements the
7039         fonts interface
7040
7041 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7042
7043         * configure.ac:
7044         * properties/Makefile.am:
7045         * properties/ev-properties-view.c:
7046         (ev_properties_view_register_type):
7047         * properties/ev-properties-view.h:
7048         * properties/ev-properties-main.h:
7049
7050         Implement nautilus plugin for properties.
7051         Works only for pdf atm, I need to rework the
7052         document types stuff to get this to work
7053         for all backends...
7054
7055 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7056
7057         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
7058         (ev_properties_fonts_set_document): use
7059         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
7060
7061 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7062
7063         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
7064         them
7065         (PlaceImage, tiff2ps_process_page): use
7066         g_ascii_dtostr to convert floats to strings in a locale-safe way.
7067
7068
7069 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7070
7071         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
7072         (main): to call gnome_authentication_manager_init. Should fix
7073         Bug #308510
7074
7075         * configure.ac: that requires libgnomeui 2.6.0.
7076
7077 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7078
7079         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7080         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
7081         use the new tiff2ps interfaces
7082
7083         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
7084         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
7085
7086         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
7087         structure instead of global variables.  Remove use of static
7088         variables in functions.
7089
7090 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
7091
7092         * shell/ev-page-action.c: unref the completion after setting it to the
7093         entry
7094
7095 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7096
7097         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
7098         postscript files
7099
7100 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7101
7102         * shell/ev-window.c (update_action_sensitivity): disable
7103         File->Print if the document does not implement the ps exporter
7104         interface
7105
7106 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
7107
7108         * Makefile.am:
7109         * configure.ac:
7110         * data/evince-properties.glade:
7111         * properties/.cvsignore:
7112         * properties/Makefile.am:
7113         * properties/ev-properties-view.c: (ev_properties_view_dispose),
7114         (ev_properties_view_class_init), (ev_properties_view_format_date),
7115         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
7116         (ev_properties_view_init), (ev_properties_view_new):
7117         * properties/ev-properties-view.h:
7118         * shell/Makefile.am:
7119         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
7120         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
7121         (ev_properties_dialog_new):
7122         * shell/ev-properties-dialog.h:
7123         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
7124         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
7125         (update_progress_label), (job_fonts_finished_cb),
7126         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
7127         * shell/ev-properties-fonts.h:
7128         * shell/ev-properties.c:
7129         * shell/ev-properties.h:
7130         * shell/ev-window.c: (ev_window_setup_document),
7131         (ev_window_cmd_file_properties):
7132
7133         Split the properties pages in two different objects, depend
7134         only on the backend where possible, use widgets instead
7135         of gobject for the glade part, reimplement the dialog
7136         itself with gtk.
7137         I need this to implement nautilus properties page.
7138
7139 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
7140
7141         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7142         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
7143         (tiff_document_document_ps_exporter_iface_init): implement the ps
7144         exporter interface for tiff documents
7145
7146         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
7147         libtiff to implement TIFF postscript export
7148
7149         * tiff/tiff2ps.h: added a header file for external tiff2ps
7150         functions.
7151
7152         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
7153         tiff2ps.h
7154
7155 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7156
7157         * shell/ev-view.c: (scroll_to_current_page),
7158         (ev_view_set_fullscreen), (ev_view_set_presentation):
7159         
7160         Scroll to current page when exit from presentation
7161
7162 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7163
7164         * shell/ev-window.c: (update_document_mode),
7165         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7166         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
7167         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
7168         
7169         Exit from fullscreen mode when switch to presentation. Fix for
7170         bug 309365
7171
7172 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7173
7174         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
7175         return NULL if the document does not implement the selection
7176         interface.
7177
7178 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7179
7180         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
7181         reported height by using the resolution aspect ratio
7182         (tiff_document_render_pixbuf): scale the pixbuf using the
7183         resolution aspect ratio
7184
7185 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7186
7187         * configure.ac:
7188         
7189         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
7190         <kiltedaco@gmail.com>
7191         
7192         * djvu/djvu-document.c: (djvu_document_get_orientation),
7193         (djvu_document_set_orientation), (djvu_document_get_page_size),
7194         (rotate_pixbuf), (djvu_document_render_pixbuf),
7195         (djvu_document_document_iface_init):
7196         * dvi/dvi-document.c: (dvi_document_get_orientation),
7197         (dvi_document_set_orientation), (dvi_document_get_page_size),
7198         (rotate_pixbuf), (dvi_document_render_pixbuf),
7199         (dvi_document_document_iface_init):
7200         
7201         Dvi and djvu backends are ported to new API
7202
7203 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
7204
7205         * backend/ev-selection.c: (ev_selection_get_selection_region),
7206         (ev_selection_get_selection_map):
7207         * backend/ev-selection.h:
7208         * pdf/ev-poppler.cc:
7209         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7210         * shell/ev-jobs.h:
7211         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7212         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7213         (ev_pixbuf_cache_get_text_mapping):
7214         * shell/ev-pixbuf-cache.h:
7215         * shell/ev-view.c: (location_in_text),
7216         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
7217         support to EvView.  Now we can see where we can select!  Sweet!
7218
7219 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7220
7221         * shell/ev-view.c (ev_view_button_press_event): Fix
7222         event->y + view->scroll_x typo.
7223
7224 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7225
7226         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
7227         sub-GdkPixbuf instead of passing dest_x and dest_y.
7228         
7229         * shell/ev-view.c: (view_point_to_doc_point),
7230         (view_rect_to_doc_rect), (ev_view_button_press_event),
7231         (ev_view_motion_notify_event), (compute_new_selection_rect),
7232         (gdk_rectangle_point_in), (compute_new_selection_text),
7233         (compute_selections): Update selection code to keep the selection
7234         around as two points and not as a normalized rectangle, and fix
7235         page level selection in two-column mode.
7236
7237 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
7238
7239         * shell/ev-window.c: (window_configure_event_cb): 
7240         
7241         Fix compilation
7242         
7243 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7244
7245         * pdf/ev-poppler.cc:
7246
7247         Fix compilation
7248
7249 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7250
7251         * shell/Makefile.am:
7252         * shell/ev-metadata-manager.c: (item_free),
7253         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
7254         (parse_value), (parseItem), (load_values),
7255         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
7256         (save_values), (save_item), (get_oldest), (resize_items),
7257         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
7258         * shell/ev-metadata-manager.h:
7259
7260         Metadata manager from gedit but modified to use GValue, so that
7261         we dont need to keep converting from strings.
7262
7263         * configure.ac:
7264
7265         ENABLE_METADATA conditional, on when dbus is on
7266
7267         * shell/ev-application.c: (ev_application_open_uri):
7268
7269         Show the window after load so that we can initialize
7270         window size before it's showed.
7271
7272         * shell/ev-window.c: (ev_window_setup_from_metadata),
7273         (ev_window_open_uri), (window_configure_event_cb),
7274         (ev_window_init):
7275
7276         Save and load metadata information about window size.
7277         Not yet keeping states in account.
7278
7279         * shell/main.c: (main):
7280
7281         Shutdown metadata manager.
7282
7283 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7284
7285         * shell/ev-application-service.xml:
7286         * configure.ac:
7287         * shell/Makefile.am:
7288         * shell/ev-application.c:
7289         * shell/ev-application.h:
7290         * shell/ev-window.c:
7291         * shell/ev-window.h:
7292         * shell/main.c:
7293
7294         Add an optional dbus interface (--enable-dbus).
7295         Rework application code, mainly to be easier to
7296         use "remotely".
7297         Do not open multiple windows with the same document,
7298         spatial evince!
7299
7300 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
7301
7302         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
7303         pixbuf iff it exists.
7304
7305 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
7306
7307         * shell/*:
7308         * backend/ev-render-context.[ch]:
7309         * backend/ev-selection.[ch]:
7310
7311         Massive changes.  We now support text selection of pdfs, and not
7312         just rectangular selection.  This is pretty broken still, but I
7313         want to get something into CVS.
7314
7315 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7316
7317         * pdf/ev-poppler.cc:
7318         
7319         Fix for Bug 309080: crash on window close.
7320         
7321         * shell/ev-page-action.c: (page_changed_cb):
7322         
7323         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
7324         jensgr@gmx.net (Jens Granseuer).
7325
7326 2005-06-25  Marcel Telka  <marcel@telka.sk>
7327
7328         * configure.in (ALL_LINGUAS): Added sk.
7329
7330 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
7331
7332         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
7333         not a document open
7334
7335 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7336
7337         * NEWS:
7338         * configure.ac:
7339
7340         Release 0.3.2
7341
7342         * cut-n-paste/recent-files/Makefile.am:
7343
7344         Fix make distcheck
7345
7346 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7347
7348         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
7349         (pixbuf_document_set_orientation), (rotate_pixbuf),
7350         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
7351         (pixbuf_document_document_iface_init), (pixbuf_document_init):
7352
7353         Implement rotation and cleanup the code a bit.
7354
7355         * tiff/tiff-document.c: (tiff_document_get_page_size),
7356         (tiff_document_get_orientation), (tiff_document_set_orientation),
7357         (rotate_pixbuf), (tiff_document_render_pixbuf),
7358         (tiff_document_document_iface_init), (tiff_document_init):
7359
7360         Implement rotation. Was the quicker solution for the release
7361         but we really need to share this code in the shell.
7362
7363 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7364
7365         * pdf/ev-poppler.cc:
7366
7367         Enable rotation, require poppler cvs. Fix a leak.
7368
7369 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7370
7371         * shell/ev-window.c: (update_action_sensitivity):
7372         
7373         Make properties unsensitive if document backend doesn't provide
7374         any info
7375
7376 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7377
7378         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
7379         (bitmap_flip_horizontally), (bitmap_flip_vertically),
7380         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
7381         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
7382         (bitmap_flip_rotate_counter_clockwise):
7383         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
7384         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
7385         (buff_gets):
7386         * dvi/mdvi-lib/common.h:
7387         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
7388         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
7389         (opendvi), (mdvi_reload), (mdvi_init_context),
7390         (mdvi_destroy_context), (mdvi_dopage), (special):
7391         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
7392         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
7393         (file_hash_free), (register_encoding), (parse_spec),
7394         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
7395         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
7396         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
7397         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
7398         (mdvi_register_font_type), (mdvi_unregister_font_type),
7399         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
7400         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
7401         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
7402         (mdvi_hash_destroy_key), (mdvi_hash_reset):
7403         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
7404         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
7405         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
7406         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
7407         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
7408         * dvi/mdvi-lib/special.c: (mdvi_register_special),
7409         (mdvi_unregister_special), (mdvi_flush_specials):
7410         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
7411         (t1_font_remove):
7412         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
7413         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
7414         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
7415         (free_font_metrics), (flush_font_metrics):
7416         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
7417         (tt_font_remove):
7418         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
7419         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
7420         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
7421         (dstring_insert), (dstring_new), (dstring_reset):
7422         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
7423         
7424         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
7425         avoid conflict with libtool on FC4
7426         
7427         * shell/ev-window.c: (ev_window_cmd_help_about):
7428         
7429         Update copyright year. Fix for bug 308828.
7430
7431 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7432
7433         * shell/ev-view.c: (add_scroll_binding_keypad),
7434         (ev_view_binding_activated), (ev_view_class_init),
7435         (on_adjustment_value_changed):
7436         
7437         Bug 170874: Arrow keys switch pages in presentation mode
7438
7439 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7440
7441         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7442         
7443         Fix for Bug 308265: Sidebar dissappears coming out of 
7444         Presentation mode
7445
7446 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7447
7448         * shell/ev-application.c: (ev_application_open):
7449         * shell/ev-document-types.c: (ev_document_types_add_filters),
7450         (ev_document_types_add_filters_for_type):
7451         * shell/ev-document-types.h:
7452         * shell/ev-window.c: (ev_window_cmd_save_as):
7453         
7454         Suggest basename as template when saving, provide filters
7455         for save dialog. It's bug 308402
7456
7457 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7458
7459         * pdf/ev-poppler.cc:
7460         * shell/ev-sidebar-links.c: (job_finished_callback):
7461         * shell/ev-view.c: (update_find_status_message):
7462         
7463         Some leaks fixed
7464
7465 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7466
7467         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7468         (egg_recent_view_uimanager_set_list):
7469
7470         Fix buglet in !show_numbers case.
7471
7472 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7473
7474         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7475         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
7476
7477         Use pango ellipsisation.
7478
7479         * pdf/ev-poppler.cc:
7480
7481         Fix refcount leak, from nsh.
7482
7483 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7484
7485         * cut-n-paste/recent-files/Makefile.am:
7486         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7487         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7488         
7489         Removed EggRecentViewGtk
7490         
7491         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7492         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7493         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
7494         (ev_window_setup_recent):
7495         
7496         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
7497         with other projects
7498
7499 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7500
7501         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7502         (egg_recent_view_gtk_finalize):
7503
7504         Fix memory leak
7505
7506         * cut-n-paste/toolbar-editor/Makefile.am:
7507         
7508         Fix location of cursor icon.
7509         
7510         * pdf/ev-poppler.cc:
7511         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
7512         (display_completion_text), (match_completion):
7513         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7514         (selection_changed_callback), (create_loading_model),
7515         (print_section_cb), (links_page_num_func),
7516         (update_page_callback_foreach):
7517         * shell/ev-window.c: (ev_window_dispose):
7518         
7519         Small memory fixes. Links model now store objects instead
7520         of pointers to improve memory management. 
7521
7522 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7523
7524         * shell/ev-window.c: (zoom_control_changed_cb):
7525         
7526         Fix update of zoom control (bug 308268).
7527
7528 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
7529
7530         * shell/ev-properties.c (set_property): escape the text correctly.
7531         Handles non-UTF-8 properties and escaped properties.  Also, sets
7532         the text to "<i>None</i>" if the property isn't set.
7533
7534         * data/evince-properties.glade: Change the label to be ellipsized,
7535         and give it a minimum size.
7536
7537 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7538
7539         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
7540         * shell/ev-sidebar-links.c: (create_loading_model):
7541         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7542         * shell/ev-view.c: (ev_view_set_document):
7543         * shell/ev-window.c: (ev_window_dispose):
7544         
7545         Various small fixes, mostly memory leaks. Thanks to valgrind.
7546
7547 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
7548
7549         * ps/ps-document.c: remove the locale.h include again ;-). And
7550         kill the (bogus) setlocale/savelocale business.
7551
7552 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
7553
7554         * ps/ps-document.c:
7555         
7556         Include locale.h to fix build
7557         
7558         * shell/ev-sidebar.c:
7559         
7560         Remove unnecessary includes
7561
7562 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7563
7564         * dvi/dvi-document.c: (dvi_document_load):
7565         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
7566         * po/POTFILES.in:
7567         
7568         Check for incorrect dvi files. Fix parsing dvi on AMD64
7569         platform. Thanks to tester@tester.ca (Olivier Crete).
7570
7571 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7572
7573         * shell/ev-page-action.c: (match_selected_cb),
7574         (display_completion_text), (match_completion), (update_model):
7575         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7576         (expand_open_links):
7577         * shell/ev-sidebar.c: (ev_sidebar_destroy),
7578         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
7579         (ev_sidebar_set_document):
7580         * shell/ev-window.c: (ev_window_xfer_job_cb),
7581         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
7582         
7583         Fixed lot's of memory leaks, for example, memory leak on reload, 
7584         described in bug 307793.
7585
7586 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7587
7588         * pdf/ev-poppler.cc:
7589         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
7590         (update_visible_range), (adjustment_changed_cb),
7591         (ev_sidebar_thumbnails_fill_model),
7592         (ev_sidebar_thumbnails_refresh),
7593         (ev_sidebar_tree_selection_changed),
7594         (ev_sidebar_icon_selection_changed),
7595         (ev_sidebar_thumbnails_use_icon_view),
7596         (ev_sidebar_thumbnails_set_document):
7597         * shell/ev-sidebar-thumbnails.h:
7598         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7599         (ev_window_cmd_edit_rotate_right), (ev_window_init):
7600
7601         Refresh thumbnails when changing orientation. Not fully
7602         working yet becuase of a sidebar bug.
7603
7604         Set page orientation to poppler page everywhere. This sucks
7605         really need to fix poppler.
7606
7607 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7608
7609         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7610         (egg_recent_view_gtk_new_menu_item),
7611         (egg_recent_view_gtk_set_property),
7612         (egg_recent_view_gtk_get_property),
7613         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
7614         (egg_recent_view_gtk_set_tooltip_func),
7615         (egg_recent_view_gtk_set_label_width),
7616         (egg_recent_view_gtk_get_label_width):
7617         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7618
7619         Sync with libegg (ellipsize labels)
7620
7621 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7622
7623         * data/evince-ui.xml:
7624         * shell/ev-window.c: (ev_window_cmd_go_forward),
7625         (ev_window_cmd_go_backward):
7626         
7627         Shift + PageUp moves 10 Pages. Fix for 306125
7628
7629 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7630
7631         * pdf/ev-poppler.cc:
7632
7633         Add a flag to check if orientation has been overriden
7634
7635 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
7636
7637         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
7638         field if necessary.
7639
7640         * ps/ps.h: add creator field to document.
7641
7642         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
7643         set creator field.
7644
7645 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7646
7647         * data/evince-properties.glade:
7648         * shell/ev-properties.c: (ev_properties_set_document):
7649
7650         s/PDF Version/Format
7651
7652 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7653
7654         * shell/ev-properties.c: (ev_properties_set_document):
7655
7656         Remove unnecessary translations
7657
7658 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7659
7660         * cut-n-paste/toolbar-editor/Makefile.am:
7661
7662         Correct library name    
7663
7664 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7665
7666         * configure.ac:
7667         * cut-n-paste/recent-files/egg-recent-model.c:
7668         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
7669         (egg_recent_model_unlock_file):
7670         * cut-n-paste/recent-files/egg-recent-util.c:
7671         (egg_recent_util_get_unique_id):
7672         * cut-n-paste/recent-files/update-from-egg.sh:
7673         * cut-n-paste/toolbar-editor/Makefile.am:
7674         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7675         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7676         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7677         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7678         (egg_toolbars_model_get_type):
7679         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7680
7681         Better makefile for toolbar editor and update everything
7682         to latest libegg.
7683
7684 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7685
7686         * shell/ev-window.c: (update_document_mode):
7687
7688         Prefer presentation mode when the document
7689         require fullscreen.
7690
7691 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7692
7693         * data/evince-ui.xml:
7694         * shell/ev-window.c:
7695
7696         Add control-equal for zooming
7697
7698 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
7699
7700         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
7701
7702 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
7703
7704         * backend/ev-document.c: (ev_document_get_orientation):
7705         * backend/ev-document.h:
7706         * pdf/ev-poppler.cc:
7707         * ps/ps-document.c: (ps_document_get_orientation),
7708         (ps_document_set_orientation), (ps_document_document_iface_init):
7709
7710         Add a get_orientation api. Improve set_orientation.
7711
7712         * data/evince-ui.xml:
7713         * shell/ev-view.c: (ev_view_set_orientation),
7714         (ev_view_rotate_right), (ev_view_rotate_left):
7715         * shell/ev-view.h:
7716         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7717         (ev_window_cmd_edit_rotate_right):
7718
7719         Better ui for changing document orientation
7720
7721 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7722
7723         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
7724         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
7725         * shell/ev-sidebar-links.h:
7726         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
7727         (ev_sidebar_page_iface_init):
7728         * shell/ev-sidebar-page.h:
7729         * shell/ev-sidebar-thumbnails.c:
7730         (ev_sidebar_thumbnails_get_property),
7731         (ev_sidebar_thumbnails_class_init),
7732         (ev_sidebar_thumbnails_set_document):
7733         * shell/ev-sidebar-thumbnails.h:
7734         * shell/ev-view.c: (ev_view_motion_notify_event):
7735         * shell/ev-window.c: (update_chrome_visibility),
7736         (ev_window_cmd_focus_page_selector),
7737         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
7738         (sidebar_page_main_widget_update_cb), (ev_window_init):
7739         
7740         Autoraise toolbar on GoToPage binding and fix bindings in
7741         EvSidebarThumbnails page.
7742
7743 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
7744
7745         * shell/ev-properties.c: (update_progress_label):
7746
7747         Hide the progress label when finished; bug #307697.
7748
7749 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7750
7751         * pdf/ev-poppler.cc:
7752
7753         Enable is_open for links, you will need poppler cvs
7754
7755         * shell/ev-properties.c: (job_fonts_finished_cb):
7756
7757         Get a lock on the document when filling the tree view
7758
7759 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7760
7761         * backend/ev-document-links.h:
7762         * pdf/ev-poppler.cc:
7763         * shell/ev-sidebar-links.c: (create_loading_model),
7764         (expand_open_links), (job_finished_callback):
7765
7766         Expand links when specified by the document.
7767         Depend on a poppler api (defined out for now)
7768
7769 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7770
7771         * shell/ev-properties.c: (ev_properties_dispose),
7772         (ev_properties_class_init), (dialog_destroy_cb),
7773         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
7774         (ev_properties_set_document), (ev_properties_new),
7775         (ev_properties_show):
7776         * shell/ev-properties.h:
7777
7778         Make it an object, cleanup the code, api to show it as transient
7779         and to set the document.
7780
7781         * shell/ev-window.c: (ev_window_setup_document),
7782         (ev_window_cmd_file_properties):
7783
7784         Adapt to EvProperties changes, do not show multiple
7785         times, update it when document changes.
7786
7787 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7788
7789         * ps/gstypes.h:
7790         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
7791         (ps_document_set_orientation), (ps_document_document_iface_init):
7792         * ps/ps-document.h:
7793
7794         Implement orientation here too
7795
7796         * shell/ev-properties.c: (ev_properties_new):
7797         * data/evince-properties.glade:
7798
7799         Hide the fonts page for backends that doesnt
7800         support it.     
7801
7802 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7803
7804         * backend/ev-document.c: (ev_document_set_orientation):
7805         * backend/ev-document.h:
7806         * pdf/ev-poppler.cc:
7807
7808         Add orientation api. Currently poppler api is not optimal,
7809         we need to set orientation every time we _get a page.
7810         I will try to fix that at some point.
7811
7812         * data/evince-ui.xml:
7813         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
7814         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
7815
7816         Add orientation menu items
7817
7818         * shell/ev-page-cache.c: (ev_page_cache_clear):
7819         * shell/ev-page-cache.h:
7820
7821         Add api to clear the cache
7822
7823         * shell/ev-view.c: (setup_caches), (clear_caches),
7824         (ev_view_set_document), (ev_view_zoom_out),
7825         (ev_view_set_orientation):
7826         * shell/ev-view.h:
7827
7828         Implement orientation changing
7829
7830 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
7831
7832         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
7833         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
7834         * backend/ev-document-fonts.h:
7835
7836         Separate scan and fill so that we can incrementally fill from
7837         the main thread. Add a progress api.
7838
7839         * data/evince-properties.glade:
7840         * pdf/ev-poppler.cc:
7841         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
7842         * shell/ev-jobs.h:
7843         * shell/ev-properties.c: (update_progress_label),
7844         (job_fonts_finished_cb), (setup_fonts_view):
7845
7846         Incrementally feel the list and show the progress
7847         percentage in a label like acrobat does.
7848
7849         You are going to need poppler cvs
7850
7851 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
7852
7853         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
7854         * backend/ev-document-fonts.h:
7855         * pdf/ev-poppler.cc:
7856
7857         Make fonts model fill incrementally.
7858
7859         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7860         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7861         (ev_job_queue_remove_job):
7862         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7863         (ev_job_fonts_new), (ev_job_fonts_run):
7864         * shell/ev-jobs.h:
7865
7866         New job for fonts scanning
7867
7868         * shell/ev-properties.c: (job_fonts_finished_cb),
7869         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
7870         * shell/ev-properties.h:
7871         * shell/ev-window.c: (ev_window_cmd_file_properties):
7872
7873         Incrementally feel the treeview using the new job. Show Loading...
7874         message until scanning is completed.
7875
7876         Hopefully I didnt break the build without the poppler patch.
7877
7878 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7879
7880         * shell/ev-application.c: (ev_application_open):
7881         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
7882         (ev_document_type_get_type), (ev_document_type_lookup):
7883         * shell/ev-document-types.h:
7884         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
7885         * shell/ev-job-xfer.h:
7886         * shell/ev-window.c: (ev_window_clear_local_uri),
7887         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
7888         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
7889         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7890         
7891         Transfer remote documents to tmp directory to display them later.
7892
7893 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
7894
7895         * backend/ev-document-info.h:
7896         * shell/ev-properties.c: (ev_properties_new):
7897
7898         s/GTime*/GTime. Not sure why we was using a pointer
7899         at all there!
7900
7901 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
7902
7903         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
7904         situations.  That situation is that you're using GTK+-HEAD with
7905         the patch at #306726 is applied, and you have a document with <
7906         1500 pages in it.  It's not quite as uniformly nice as the
7907         TreeView, but should be better in the long run.
7908
7909         I'm pretty sure I guarded against breaking compilation with
7910         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
7911         I missed some.
7912
7913         * shell/ev-window.c (ev_window_init): We don't have our tree/list
7914         widget yet, so I commented that code out
7915         enable_view_actions_for_widget() for now.  Need to figure this
7916         out.
7917
7918         * shell/ev-page-action.c (match_selected_cb): emit the right
7919         signals.  Our cool C-l completion now works.
7920
7921 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7922
7923         * backend/Makefile.am:
7924         * backend/ev-document-fonts.c:
7925         * backend/ev-document-links.c:
7926         * backend/ev-document.c: (ev_document_load):
7927         * backend/ev-document.h:
7928         * backend/ev-job-queue.c:
7929         * backend/ev-job-queue.h:
7930         * backend/ev-jobs.c:
7931         * backend/ev-jobs.h:
7932         * backend/ev-page-cache.c:
7933         * backend/ev-page-cache.h:
7934
7935         EvPageCache and EvJobs are moved to shell.
7936
7937         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
7938         (ev_tmp_filename):
7939         * lib/ev-file-helpers.h:
7940         
7941         New helper to work with temporary files
7942         
7943         * shell/Makefile.am:
7944         * shell/ev-application.c: (ev_application_open):
7945         * shell/ev-application.h:
7946         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
7947         (remove_job_from_async_queue), (add_job_to_async_queue),
7948         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
7949         (handle_job), (search_for_jobs_unlocked),
7950         (no_jobs_available_unlocked), (ev_render_thread),
7951         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7952         (ev_job_queue_add_job), (move_job_async), (move_job),
7953         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7954         * shell/ev-job-queue.h:
7955         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
7956         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
7957         * shell/ev-job-xfer.h:
7958         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
7959         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
7960         (ev_job_links_class_init), (ev_job_render_init),
7961         (ev_job_render_dispose), (ev_job_render_class_init),
7962         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
7963         (ev_job_thumbnail_class_init), (ev_job_load_init),
7964         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
7965         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
7966         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
7967         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
7968         * shell/ev-jobs.h:
7969         * shell/ev-page-action.c: (ev_page_action_set_document):
7970         * shell/ev-page-cache.c: (ev_page_cache_init),
7971         (ev_page_cache_class_init), (ev_page_cache_finalize),
7972         (ev_page_cache_new), (ev_page_cache_get_n_pages),
7973         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
7974         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
7975         (ev_page_cache_get_title), (ev_page_cache_get_size),
7976         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7977         (ev_page_cache_get_height_to_page),
7978         (ev_page_cache_get_max_label_chars),
7979         (ev_page_cache_get_page_label),
7980         (ev_page_cache_has_nonnumeric_page_labels),
7981         (ev_page_cache_get_info), (ev_page_cache_next_page),
7982         (ev_page_cache_prev_page), (ev_page_cache_get):
7983         * shell/ev-page-cache.h:
7984         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
7985         (ev_pixbuf_cache_clear_job_sizes),
7986         (ev_pixbuf_cache_add_jobs_if_needed),
7987         (ev_pixbuf_cache_set_page_range):
7988         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
7989         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
7990         * shell/ev-sidebar-thumbnails.c:
7991         (ev_sidebar_tree_selection_changed),
7992         (ev_sidebar_thumbnails_set_document):
7993         * shell/ev-statusbar.c: (ev_statusbar_destroy),
7994         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
7995         (ev_statusbar_get_context_id), (ev_statusbar_push),
7996         (ev_statusbar_pop), (ev_statusbar_set_maximized),
7997         (ev_statusbar_pulse), (ev_statusbar_show_progress),
7998         (ev_statusbar_set_progress):
7999         * shell/ev-statusbar.h:
8000         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
8001         (ev_view_find_previous):
8002         * shell/ev-window.c: (ev_window_is_empty),
8003         (ev_window_setup_document), (password_dialog_response),
8004         (ev_window_clear_jobs), (ev_window_load_job_cb),
8005         (ev_window_xfer_job_cb), (ev_window_open_uri),
8006         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
8007         (ev_window_print), (ev_window_print_range),
8008         (ev_window_state_event), (ev_window_cmd_view_reload),
8009         (menu_item_select_cb), (menu_item_deselect_cb),
8010         (view_status_changed_cb), (ev_window_dispose),
8011         (drag_data_received_cb), (ev_window_init):
8012         * shell/ev-window.h:
8013         * shell/main.c: (load_files):
8014         
8015         New statusbar to show progress on idle. Two new jobs - 
8016         xfer job and load job to load document in background. And update
8017         of page_cache clients to new location of code.
8018
8019 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
8020   
8021         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
8022         selection in open dialog. It also remembers the last visited directory 
8023         in the current session.
8024
8025 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8026
8027         * shell/ev-properties.c: (ev_properties_new):
8028         * shell/ev-properties.h:
8029         * shell/ev-window.c: (ev_window_cmd_file_properties):
8030         
8031         Get document info from page cache instead of document itself.
8032         This should fix crash related to race conditions described in
8033         bug 306545.
8034
8035 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8036
8037         * ps/ps-document.c: (ps_document_init),
8038         (send_ps), (get_page_box), (output), (catchPipe), (input),
8039         (stop_interpreter), (file_length), (file_readable),
8040         (check_filecompressedb), (ps_document_enable_interpreter),
8041         (document_load), (ps_async_renderer_render_pixbuf):
8042         * ps/ps-document.h:
8043
8044         Big cleanup of the ps code
8045
8046 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8047
8048         * backend/Makefile.am:
8049         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
8050         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
8051         * backend/ev-async-renderer.h:
8052
8053         Add an async renderer interface (method + callback) which
8054         is useful for backends like ps.
8055
8056         * backend/ev-job-queue.c: (remove_job_from_async_queue),
8057         (add_job_to_async_queue), (job_finished_cb), (handle_job),
8058         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8059         (ev_job_queue_add_job), (move_job_async), (move_job),
8060         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8061
8062         Add queues for async renderer, these are executed on the
8063         main thread.
8064
8065         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
8066         (ev_job_render_run):
8067         * backend/ev-jobs.h:
8068
8069         If the backend support async renderer interface use it.
8070
8071         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
8072         (setup_pixmap), (ps_document_get_type),
8073         (ps_async_renderer_render_pixbuf),
8074         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
8075
8076         Implement async renderer interface.
8077
8078 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8079
8080         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
8081
8082         Cleanup links job on exit.
8083
8084 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8085
8086         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8087         (drag_data_get_cb), (drag_data_received_cb):
8088         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8089         (drag_data_get_cb), (parse_item_list),
8090         (egg_toolbar_editor_load_actions):
8091         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8092         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
8093         (parse_item_list), (parse_toolbars):
8094         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8095         (dvi_pixbuf_put_pixel):
8096         
8097         Fix gcc 4.0 warnings
8098
8099 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8100
8101         * ps/ps-document.c: (start_interpreter):
8102
8103         Fix warning when loading ps
8104
8105 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8106
8107         * ps/ps-document.c: (output):
8108
8109         Fix crash when priting gs error messages.
8110
8111 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8112
8113         * backend/ev-page-cache.c: (_ev_page_cache_new):
8114         * backend/ev-page-cache.h:
8115
8116         Use a const to return title so that we dont double
8117         free it. Small cleanup and fix a leak.
8118
8119         * shell/ev-window.c: (update_window_title):
8120
8121         strdup value from get_title.
8122
8123 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8124
8125         * shell/ev-sidebar-links.c: (job_finished_callback),
8126         (ev_sidebar_links_set_document):
8127
8128         Cleanup the old job when changing document
8129
8130 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8131
8132         * shell/ev-stock-icons.c:
8133         * shell/ev-stock-icons.h:
8134         * shell/ev-window.c:
8135         
8136         Add stock icons for actions that can appear in toolbar. Fix for
8137         bug 306566.
8138
8139 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8140
8141         * backend/ev-page-cache.c: (ev_page_cache_finalize),
8142         (_ev_page_cache_new), (ev_page_cache_get_max_width),
8143         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
8144         * backend/ev-page-cache.h:
8145         * shell/ev-view.c: (scroll_to_current_page),
8146         (view_update_range_and_current_page), (get_page_y_offset),
8147         (get_page_extents), (ev_view_size_request_continuous_dual_page),
8148         (ev_view_size_request_continuous),
8149         (ev_view_zoom_for_size_continuous_and_dual_page),
8150         (ev_view_zoom_for_size_continuous):
8151         
8152         More compact EvView layout in document with pages of different size.
8153
8154 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
8155
8156         * shell/ev-window.c (ev_window_cmd_file_properties): fix
8157         compilation.
8158
8159 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8160
8161         * shell/ev-view.c: (view_set_adjustment_values):
8162         * shell/ev-window.c: (ev_window_cmd_file_properties):
8163         
8164         A bit different fix for rounding problem but it has no
8165         problems on startup. Make properties window transient to parent.
8166
8167 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8168
8169         * pdf/ev-poppler.cc:
8170         
8171         More commenting of font stuff.
8172
8173 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8174
8175         * pdf/ev-poppler.cc:
8176
8177         Comment out some more fonts stuff. Should really
8178         work without the poppler patch now.
8179
8180 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8181
8182         * pdf/ev-poppler.cc:
8183
8184         Adapt to api change
8185
8186 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8187
8188         * data/evince-properties.glade:
8189         * pdf/ev-poppler.cc:
8190         * shell/ev-properties.c: (setup_fonts_view):
8191
8192         Set the column title. Show the dialog only
8193         once everything is setup.
8194         Getting font info can be very slow... will
8195         prolly need to make this threaded too.
8196
8197 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8198
8199         * backend/Makefile.am:
8200         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
8201         (ev_document_fonts_get_fonts_model):
8202         * backend/ev-document-fonts.h:
8203         * data/evince-properties.glade:
8204         * pdf/ev-poppler.cc:
8205         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
8206         * shell/ev-properties.h:
8207         * shell/ev-window.c: (ev_window_cmd_file_properties):
8208
8209         Implement fonts list. Defined out for now, since it depends
8210         on a not yet committed poppler patch.
8211
8212 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
8213
8214         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
8215         page + 1.
8216
8217         * shell/ev-window.c: Make sure we add the timeout when we get a
8218         focus-in event.
8219
8220         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
8221         adjustment->value before calculating the zoom factor to average
8222         out all of our rounding errors.  The page no longer 'drifts' when
8223         resizing.
8224
8225 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8226
8227         * data/evince-properties.glade:
8228         * shell/ev-properties.c: (ev_properties_format_date),
8229         (set_property):
8230         
8231         Labels don't expand when the dialogue is resized.
8232         strftime result needs to be converted to UTF-8. Thanks
8233         to Christian Persch <chpe@gnome.org>.
8234
8235 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8236
8237         * data/evince-properties.glade:
8238
8239         Hide the fonts tab
8240
8241 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8242
8243         * backend/ev-document-info.h:
8244         * backend/ev-document.c: (ev_document_info_free):
8245         * data/evince-properties.glade:
8246         * pdf/ev-poppler.cc:
8247         * ps/ps-document.c: (ps_document_get_info):
8248         * shell/ev-properties.c: (ev_properties_format_date),
8249         (set_property), (ev_properties_new):
8250         * shell/ev-properties.h:
8251         * shell/ev-window.c: (ev_window_cmd_file_properties):
8252
8253         Rework properties code to take only EvPropertyInfo
8254         in the constructor so that it can be useful for
8255         nautilus plugin too.
8256
8257         Deal with backends that doesnt support some properties.
8258         Make set property code generic.
8259
8260 2005-06-04  Christian Persch <chpe@gnome.org>
8261
8262         * data/evince-properties.glade:
8263
8264         fix spacings, make resizeable, and make data labels
8265         selectable + ellipsised
8266
8267 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
8268
8269         * backend/ev-document-info.h:
8270         * data/Makefile.am:
8271         * data/evince-ui.xml:
8272         * pdf/ev-poppler.cc:
8273         * shell/Makefile.am:
8274         * shell/ev-window.c: (update_action_sensitivity),
8275         (ev_window_cmd_file_properties):
8276
8277         Initial go at file properties. Patch by
8278         Emil Soleyman-Zomalan <emil@soleyman.com>.
8279         Needs love see #169583
8280
8281 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
8282
8283         * ps/ps-document.c: (output):
8284         * ps/ps.c: (psscan):
8285
8286         Try to render even if psscan fails.
8287
8288 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8289
8290         * ps/ps.c: (psscan), (pscopydoc):
8291
8292         Port buffered reading code from gv
8293
8294 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8295
8296         * ps/ps-document.c: (interpreter_message), (output):
8297
8298         Do not fail on interpreter messages
8299
8300 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8301
8302         * backend/ev-document-misc.c:
8303         (ev_document_misc_get_thumbnail_frame):
8304
8305         Pages can be 0 x 0, dont assert on this case
8306
8307 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8308
8309         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8310         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
8311
8312         Correctly manage our reference on document. Finally the reload
8313         huge leak is gone...
8314
8315 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8316
8317         * ps/ps-document.c: (ps_document_dispose):
8318
8319         Forgot to chain it to the parent. Thanks chpe.
8320
8321 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8322
8323         * ps/ps-document.c: (ps_document_dispose),
8324         (ps_document_class_init), (stop_interpreter), (document_load):
8325
8326         Cleanup dispose a bit. Dont leak the whole pixmap.
8327
8328 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8329
8330         * pdf/ev-poppler.cc:
8331
8332         Release the poppler document on dispose
8333
8334 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8335
8336         * shell/ev-view.c: (ev_view_set_document):
8337
8338         Release ref on the pixbuf cache when changing
8339         document.
8340
8341 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8342
8343         * ps/ps-document.c: (ps_document_get_info):
8344
8345         Fix a double free
8346
8347 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8348
8349         * backend/ev-page-cache.c: (ev_page_cache_init),
8350         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
8351         * backend/ev-page-cache.h:
8352         * shell/ev-page-action.c: (page_changed_cb):
8353         
8354         Set page action entry width depending on labels width. Fix
8355         for bug 305202.
8356
8357 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
8358
8359         * backend/ev-link.c: (ev_link_class_init):
8360
8361         Allow -1 as page value (error)
8362
8363 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8364
8365         * shell/ev-sidebar-thumbnails.c:
8366         (ev_sidebar_thumbnails_set_document):
8367         * shell/ev-view.c: (scroll_to_current_page),
8368         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
8369         (page_changed_cb), (on_adjustment_value_changed),
8370         (ev_view_set_document):
8371
8372         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
8373         Fix bug 305377
8374
8375 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8376
8377         * configure.ac:
8378         * djvu/djvu-document.c: (djvu_document_get_page_size):
8379
8380         Require djvulibre CVS. Now djvu loading is much faster. Fix for
8381         bug 301993.
8382
8383 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
8384
8385         * shell/ev-view.c (draw_one_page): modify the expose handling to
8386         get the shadows.
8387
8388         * shell/ev-window.c (update_action_sensitivity): Respect
8389         permissions field.  Kowtow to the man.
8390
8391         * pdf/ev-poppler.cc: Get the permissions field.
8392
8393         * tiff/*c: Make a tiny bit more robust.
8394
8395 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8396
8397         * djvu/djvu-document.c:
8398         
8399         Pop messages from djvu context message queue.
8400
8401 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8402
8403         * configure.ac, Makefile.am, shell/Makefile.am:
8404         * tiff/Makefile.am, shell/ev-document-types.c:
8405         
8406         Cleanup tiff configure checks. Fix for bug 305218.
8407
8408 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
8409
8410         * configure.ac: Added "uk" to ALL_LINGUAS.
8411
8412 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8413
8414         * cut-n-paste/zoom-control/ephy-zoom.c:
8415         (ephy_zoom_get_changed_zoom_level):
8416         * cut-n-paste/zoom-control/ephy-zoom.h:
8417         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
8418         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
8419         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
8420         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
8421         (zoom_control_changed_cb), (ev_window_init):
8422         
8423         Fix minor points related to moving best fit up. Introduce
8424         "zoom" property and make zoom control change it's value on
8425         notify::zoom signals. Fix for 305080.
8426
8427 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8428
8429         * data/evince-ui.xml:
8430         * shell/ev-window.c: (set_view_actions_sensitivity):
8431         
8432         Use + and - as accels for zoom in and zoom out. Fix for 305001.
8433
8434 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8435
8436         * configure.ac:
8437
8438         Depends on poppler 0.3.2
8439
8440 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8441
8442         * cut-n-paste/recent-files/egg-recent-item.c:
8443         (egg_recent_item_get_short_name):
8444         * cut-n-paste/toolbar-editor/Makefile.am:
8445         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8446         (new_pixbuf_from_widget):
8447         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8448         * cut-n-paste/toolbar-editor/egg-marshal.c:
8449         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8450         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8451
8452         Sync
8453
8454 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
8455
8456         * tiff/tiff-document.c: Rough TIFF backend.
8457
8458 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8459
8460         * NEWS:
8461         * configure.ac:
8462         * cut-n-paste/toolbar-editor/Makefile.am:
8463
8464         Release 0.3.1
8465
8466 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8467
8468         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
8469         (ev_view_find_next), (ev_view_find_previous):
8470
8471         Remove the locks around get_n_results   
8472
8473 2005-05-21  Juerg Billeter  <j@bitron.ch>
8474
8475         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
8476
8477         Pass correct number of pages to poppler.
8478
8479 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8480
8481         * configure.ac:
8482         * data/Makefile.am:
8483         * data/evince.desktop.in: 
8484         * data/evince.desktop.in.in:
8485         * po/POTFILES.in:
8486         
8487         Add conditionally dvi and djvu to desktop types. Fix for 304658.
8488
8489 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
8490
8491         * shell/ev-view.c: (view_update_adjustments),
8492         (view_set_adjustment_values): cast adjustmen->value to (int)
8493         before using it.  Otherwise, we get off by a pixel in some
8494         situations.
8495
8496         (draw_one_page): Draw the border on expose.
8497
8498 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
8499
8500         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
8501         adjustment when the mode changes, #304923
8502
8503 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8504
8505         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
8506         flickering on resize but still use gdk_window_scroll on
8507         scrolling
8508
8509 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
8510
8511         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
8512         option, #170458
8513
8514 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
8515
8516         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
8517         second page on page_changed if possible, #304669
8518
8519 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
8520
8521         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
8522         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
8523
8524 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
8525
8526         * .cvsignore:
8527         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
8528         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8529         (ev_view_zoom_for_size_presentation),
8530         (ev_view_zoom_for_size_continuous_and_dual_page),
8531         (ev_view_zoom_for_size_continuous),
8532         (ev_view_zoom_for_size_dual_page),
8533         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
8534         * shell/ev-view.h:
8535         * shell/ev-window.c: (update_view_size),
8536         (ev_window_sizing_mode_changed_cb):
8537
8538         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
8539         the scrollbars.  It's not 100% right, but it's much closer.  Kills
8540         an infinite loop, #304769
8541
8542
8543 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8544
8545         * data/evince-ui.xml:
8546         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
8547         * shell/ev-window.c: (set_view_actions_sensitivity):
8548
8549         Make PgUp/Down behave like Space
8550
8551 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8552
8553         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8554         * backend/ev-ps-exporter.h:
8555         * pdf/ev-poppler.cc:
8556         * ps/ps-document.c: (ps_document_ps_export_begin):
8557         * shell/ev-print-job.c: (idle_print_handler):
8558
8559         Adapt to new poppler api
8560
8561 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8562
8563         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8564         (ephy_zoom_control_init):
8565
8566         Translate zoom levels
8567
8568 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8569
8570         * cut-n-paste/zoom-control/ephy-zoom.c:
8571         (ephy_zoom_get_zoom_level_index):
8572
8573         Fix current zoom -> zoom control match
8574
8575 2005-05-18  James Bowes  <bowes@cs.dal.ca>
8576
8577         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
8578         rather than the scrolled_window that it's in. Fixes bug #304655.
8579
8580 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
8581
8582         * shell/ev-view.c: (view_update_adjustments),
8583         (view_set_adjustment_values), (view_update_range_and_current_page),
8584         (view_scroll_to_page), (set_scroll_adjustment),
8585         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
8586         (ev_view_scroll), (ev_view_scroll_view),
8587         (ensure_rectangle_is_visible), (find_page_at_location),
8588         (get_link_at_location), (go_to_link), (status_message_from_link),
8589         (ev_view_size_request_continuous_dual_page),
8590         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
8591         (ev_view_unrealize), (ev_view_expose_event),
8592         (ev_view_button_press_event), (ev_view_motion_notify_event),
8593         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
8594         (draw_rubberband), (highlight_find_results), (draw_one_page),
8595         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
8596         (ev_view_init), (find_changed_cb), (page_changed_cb),
8597         (on_adjustment_value_changed), (ev_view_new),
8598         (ev_view_set_document), (ev_view_set_zoom),
8599         (ev_view_set_continuous), (ev_view_set_dual_page),
8600         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
8601         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8602         (ev_view_zoom_for_size_presentation),
8603         (ev_view_zoom_for_size_continuous_dual_page),
8604         (ev_view_zoom_for_size_continuous),
8605         (ev_view_zoom_for_size_dual_page),
8606         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8607         (ev_view_get_status), (ev_view_set_status),
8608         (update_find_status_message), (ev_view_get_find_status),
8609         (ev_view_set_find_status), (jump_to_find_result),
8610         (jump_to_find_page), (compute_selections), (clear_selection),
8611         (ev_view_select_all), (get_selected_text), (ev_view_copy),
8612         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
8613         (ev_view_update_primary_selection),
8614         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
8615         * shell/ev-view.h:
8616         * shell/ev-window.c: (ev_window_open_page_label),
8617         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
8618         (ev_window_init):
8619         * shell/ev-window.h:
8620         * shell/main.c: (load_files):
8621
8622         Massive code clean up from Nickolay Shmyrev.  Keep page offset
8623         when resizing.  Remove the bin_window().  Also, patch from James
8624         Bowes to fix command line page, #300641
8625         
8626 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
8627
8628         * data/evince-ui.xml:
8629         * shell/ev-view.c:
8630         * shell/ev-view.h:
8631         * shell/ev-window.c: (update_action_sensitivity):
8632
8633         Get rid of View->Normal Size, it's just confusing
8634
8635 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
8636
8637         * backend/ev-document-info.h:
8638         * backend/ev-document.c: (ev_document_info_free): Free the
8639         EvDocumentInfo.
8640
8641         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
8642         (clear_range), (add_range), (update_visible_range),
8643         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
8644         (ev_sidebar_thumbnails_set_document):
8645         * shell/ev-window.c: (ev_window_setup_document): Only render the
8646         visible thumbnails.  It takes an instant to render, but it uses
8647         much less memory.
8648
8649 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8650
8651         * shell/ev-sidebar-links.c: (popup_menu_cb):
8652
8653         Select first item
8654
8655 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8656
8657         * lib/Makefile.am:
8658         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
8659         (button_press_cb), (ev_sidebar_links_construct):
8660
8661         Show the popup menu also on keybindings
8662
8663 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8664
8665         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
8666         * shell/ev-window.h:
8667
8668         Expose api to print a range (with dialog). Make private _print use
8669         it.
8670
8671         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
8672         (ev_sidebar_links_construct):
8673
8674         Show a print context menu on linkx, it prints the selected
8675         section.
8676
8677 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
8678
8679         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
8680         button.
8681
8682 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
8683
8684         * AUTHORS:
8685
8686         Update
8687
8688         * shell/ev-window.c: (build_comments_string),
8689         (ev_window_cmd_help_about):
8690
8691         Show poppler version/backend and authors
8692
8693 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8694
8695         * cut-n-paste/zoom-control/ephy-zoom.c:
8696         (ephy_zoom_get_zoom_level_index):
8697         * cut-n-paste/zoom-control/ephy-zoom.h:
8698
8699         Move the best fit items at the top of the list
8700
8701 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8702
8703         * shell/ev-marshal.list:
8704         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
8705         (activate_cb), (match_selected_cb), (activate_link_cb),
8706         (connect_proxy), (ev_page_action_class_init):
8707         * shell/ev-page-action.h:
8708
8709         Use signals to notify action activation. Hopefully
8710         I did not break completion since I cant test...
8711
8712         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
8713         (register_custom_actions):
8714
8715         Connect to page selector actions and also grab focus on
8716         the view when activated.
8717
8718 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
8719
8720         * pdf/ev-poppler.cc:
8721         * backend/ev-page-cache.c: make page size calculation consistent
8722         and set it to (int)( width * scale + 0.5).  This makes the weird
8723         line going through the middle of the page go away.
8724
8725         * shell/ev-view.c: move painting the background page after
8726         checking the expose area covers us.
8727
8728 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8729
8730         * data/evince-password.glade:
8731         
8732         Mark labels as not translatable. Fix for bug 302842.
8733
8734 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
8735
8736         * configure.ac: Added "es" to ALL_LINGUAS.
8737
8738 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8739
8740         * data/evince-toolbar.xml:
8741         * shell/ev-window.c: (update_action_sensitivity),
8742         (ev_window_setup_document), (ev_window_set_page_mode),
8743         (ev_window_init):
8744
8745         Remove some leftover code from jrb first continous
8746         attempt. Use the new actions, we still need good icons
8747         though...
8748
8749 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8750
8751         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
8752
8753         Update label when connecting proxy. Fix a warning with NULL
8754         page_cache.
8755
8756 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8757
8758         * data/evince-ui.xml:
8759         * shell/ev-page-action.c: (ev_page_action_grab_focus):
8760         * shell/ev-page-action.h:
8761         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
8762
8763         Add mnemonic for edit toolbar.
8764         ctrl+l focus the page entry.
8765
8766 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8767
8768         * lib/Makefile.am:
8769         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
8770         (ev_window_init):
8771         * shell/main.c: (main):
8772
8773         Put the toolbar xml in evince own dot dir
8774
8775 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8776
8777         * shell/ev-window.c: (ev_window_init):
8778
8779         Make the toolbar not removable
8780
8781 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8782
8783         * data/evince-ui.xml:
8784         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
8785         * shell/ev-sidebar-links.h:
8786         * shell/ev-sidebar-thumbnails.c:
8787         (ev_sidebar_thumbnails_get_treeview):
8788         * shell/ev-sidebar-thumbnails.h:
8789         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
8790         (ev_view_class_init):
8791         * shell/ev-view.h:
8792         * shell/ev-window.c: (update_action_sensitivity),
8793         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
8794         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
8795         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
8796         (ev_window_init):
8797
8798         This is evil... Make space/backspace global accelerators but
8799         enable them only for some widgets (sidebars and view).
8800         I dont like it, but I dont know a better way... :/
8801
8802 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8803
8804         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
8805         (ev_page_action_widget_finalize),
8806         (ev_page_action_widget_class_init), (update_page_cache):
8807
8808         Keep a weak reference on proxy->page_cache so that we
8809         dont try to disconnect the signal if the object is already
8810         gone. Maybe there is a better way to cleanup reference handling
8811         in page action though...
8812
8813 2005-05-10  Juerg Billeter  <j@bitron.ch>
8814
8815         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8816         * backend/ev-ps-exporter.h:
8817         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
8818         * ps/ps-document.c: (ps_document_ps_export_begin):
8819         
8820         Change api to pass print range to ps_exporter_begin. The pdf backend
8821         requires this information.
8822         
8823         * shell/ev-print-job.c: (idle_print_handler):
8824         
8825         Adapt to api change
8826
8827 2005-05-10  Juerg Billeter  <j@bitron.ch>
8828
8829         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
8830         (idle_print_handler)
8831         * shell/ev-window.c: (ev_window_print):
8832
8833         Support printing page range, based on patch by Amaury Jacquot
8834
8835 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8836
8837         * data/evince-toolbar.xml:
8838
8839         Add zoom control to available items
8840
8841 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8842
8843         * shell/ev-window.c: (update_action_sensitivity):
8844
8845         Set slash action insensitive when appropriate
8846
8847 2005-05-10  Christian Persch <chpe@gnome.org>
8848
8849         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
8850
8851         Fix warning on the overflow menu
8852
8853 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8854
8855         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
8856
8857         Check for uri correctness/existence
8858
8859 2005-05-09  Juerg Billeter  <j@bitron.ch>
8860
8861         * shell/ev-window.c: (using_postscript_printer):
8862
8863         LPD printers use postscript, too
8864
8865 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8866
8867         * shell/ev-window.c: (register_custom_actions):
8868
8869         The zoom one is actually sort of useful,
8870         put it back
8871
8872 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8873
8874         * shell/ev-window.c: (register_custom_actions):
8875
8876         Hide page/zoom controls from overflow, they
8877         are useless.
8878
8879 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8880
8881         * cut-n-paste/update-from-egg.sh:
8882         
8883         Share it between all cut-n-paste subdirs
8884
8885         * cut-n-paste/recent-files/Makefile.am:
8886
8887         Fix to use "global" update-from-egg.sh
8888
8889         * cut-n-paste/recent-files/egg-recent-model.c:
8890         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
8891         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8892         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
8893         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
8894
8895         Update from libegg
8896
8897         * cut-n-paste/toolbar-editor/Makefile.am:
8898
8899         Fix to use "global" update-from-egg.sh
8900
8901         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8902
8903         Update from libegg
8904
8905 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
8906
8907         * configure.ac:
8908         * cut-n-paste/Makefile.am:
8909         * cut-n-paste/recent-files/Makefile.am:
8910         * cut-n-paste/toolbar-editor/.cvsignore:
8911         * cut-n-paste/toolbar-editor/Makefile.am:
8912         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8913         (egg_editable_toolbar_get_type), (get_toolbar_position),
8914         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
8915         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
8916         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
8917         (set_item_drag_source), (create_item_from_action), (create_item),
8918         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
8919         (popup_toolbar_context_menu_cb), (free_dragged_item),
8920         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
8921         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
8922         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
8923         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
8924         (item_added_cb), (item_removed_cb),
8925         (egg_editable_toolbar_construct),
8926         (egg_editable_toolbar_disconnect_model),
8927         (egg_editable_toolbar_deconstruct),
8928         (egg_editable_toolbar_set_model),
8929         (egg_editable_toolbar_set_ui_manager),
8930         (egg_editable_toolbar_set_property),
8931         (egg_editable_toolbar_get_property),
8932         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
8933         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
8934         (egg_editable_toolbar_new_with_model),
8935         (egg_editable_toolbar_get_edit_mode),
8936         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
8937         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
8938         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
8939         (new_pixbuf_from_widget), (new_separator_pixbuf),
8940         (update_separator_image), (style_set_cb),
8941         (_egg_editable_toolbar_new_separator_image),
8942         (egg_editable_toolbar_get_model):
8943         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8944         * cut-n-paste/toolbar-editor/egg-marshal.c:
8945         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8946         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
8947         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
8948         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
8949         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
8950         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
8951         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
8952         (editor_drag_data_delete_cb), (drag_data_get_cb),
8953         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
8954         (editor_create_item), (update_editor_sheet), (setup_editor),
8955         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
8956         (parse_item_list), (model_has_action), (update_actions_list),
8957         (egg_toolbar_editor_load_actions):
8958         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
8959         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8960         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
8961         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
8962         (toolbars_item_new), (free_toolbar_node), (free_item_node),
8963         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
8964         (egg_toolbars_model_add_separator), (impl_add_item),
8965         (parse_item_list), (egg_toolbars_model_add_toolbar),
8966         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
8967         (impl_get_item_data), (impl_get_item_type),
8968         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
8969         (egg_toolbars_model_init), (free_toolbar),
8970         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
8971         (egg_toolbars_model_remove_toolbar),
8972         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
8973         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
8974         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
8975         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
8976         (egg_toolbars_model_get_item_data),
8977         (egg_toolbars_model_get_item_type):
8978         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8979         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8980         * data/Makefile.am:
8981         * data/evince-toolbar.xml:
8982         * data/evince-ui.xml:
8983         * data/hand-open.png:
8984         * po/POTFILES.in:
8985         * shell/Makefile.am:
8986         * shell/ev-window.c: (update_chrome_visibility),
8987         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
8988         (ev_window_dispose), (ev_window_init):
8989
8990         Implement epiphany like toolbar editor. Based on patch by
8991         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8992
8993 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8994
8995         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
8996
8997         Use set_cursor instead of set_selection, so that
8998         the keyboard focus moves too.
8999
9000 2005-05-09  Aleksey Kliger <akliger@gmail.com>
9001
9002         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
9003
9004         Fix infinite loop when loading Type1 fonts
9005
9006 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9007
9008         * data/evince-ui.xml:
9009         * shell/ev-window.c:
9010
9011         Slash -> Find
9012
9013 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
9014
9015         * configure.ac:
9016
9017         Make --disable really disable
9018
9019 2005-05-07  Juerg Billeter  <j@bitron.ch>
9020
9021         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
9022
9023         Compare page labels even without has_labels set, fixes setting page
9024         with entry
9025
9026 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9027
9028         * shell/ev-view.c: (ev_view_create_invisible_cursor),
9029         (ev_view_set_cursor), (ev_view_button_press_event),
9030         (ev_view_motion_notify_event), (ev_view_button_release_event),
9031         (ev_view_init):
9032
9033         Implement middle button scrolling. Based on a patch
9034         by Tommi Komulainen <tommi.komulainen@iki.fi>.
9035
9036 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
9037
9038         * shell/ev-document-types.c: (get_slow_mime_type),
9039         (get_document_type_from_mime), (ev_document_type_lookup):
9040         * shell/ev-document-types.h:
9041
9042         Change api to lookup from uri. Do fast lookup first, if the
9043         type is unknown try with data sniffing.
9044
9045         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
9046         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9047
9048         Adapt to api change
9049
9050 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9051
9052         * thumbnailer/Makefile.am:
9053
9054         Fix distcheck
9055
9056 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9057
9058         * NEWS:
9059         * configure.ac:
9060
9061         Release 0.3.0
9062
9063         * data/evince-ui.xml:
9064
9065         Hide presentation mode for now
9066
9067         * shell/ev-view.c: (highlight_find_results):
9068
9069         Show current find selection only on current page
9070
9071 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9072
9073         * shell/ev-view.c: (ev_view_select_all):
9074
9075         Compute size of the actual page, not of
9076         the current one.
9077
9078 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9079
9080         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
9081         (view_rect_to_doc_rect), (compute_selections),
9082         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
9083         (ev_view_copy), (ev_view_primary_get_cb),
9084         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
9085         (ev_view_button_press_event), (ev_view_motion_notify_event),
9086         (ev_view_button_release_event), (page_changed_cb):
9087
9088         Fix text selection
9089
9090 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9091
9092         * shell/ev-view.c: (compute_border), (get_page_extents),
9093         (doc_rect_to_view_rect), (highlight_find_results),
9094         (ev_view_bin_expose), (ev_view_select_all),
9095         (ev_view_motion_notify_event), (update_find_status_message),
9096         (jump_to_find_result), (jump_to_find_page):
9097
9098         First go at fixing search, still buggy
9099
9100 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
9101
9102         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
9103         dropdown box and button at the top of the sidebar.
9104
9105 2005-05-02  James Bowes  <bowes@cs.dal.ca>
9106
9107         * configure.ac: Output zoom-control Makefile.
9108         * cut-n-paste/Makefile.am: build zoom-control subdir.
9109         * cut-n-paste/zoom-control/ephy-zoom-action.c:
9110         * cut-n-paste/zoom-control/ephy-zoom-action.h:
9111         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9112         * cut-n-paste/zoom-control/ephy-zoom-control.h:
9113         * cut-n-paste/zoom-control/ephy-zoom.c:
9114         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
9115         from epiphany, and modified to add a separator into the menu.
9116         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
9117         * data/evince-ui.xml: Replace old zoom toolbar actions with new
9118         zoom-control action.
9119         * shell/Makefile.am: Include zoom-control flags.
9120         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
9121         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
9122         (ev_view_zoom_for_size_presentation),
9123         (ev_view_zoom_for_size_continuous_and_dual_page),
9124         (ev_view_zoom_for_size_continuous),
9125         (ev_view_zoom_for_size_dual_page),
9126         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
9127         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
9128         ev_view_get_zoom and ev_view_get_sizing_mode.
9129         * shell/ev-view.h:
9130         * shell/ev-window.c: (update_action_sensitivity),
9131         (update_sizing_buttons), (zoom_control_changed_cb),
9132         (register_custom_actions): Initialize and use the zoom-control 
9133         widget.
9134
9135 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
9136
9137         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
9138         preview cache back to 1.  Don't know when it got set to 0.
9139         
9140         * shell/ev-view.c: (compute_border), (ev_view_realize),
9141         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
9142         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
9143         (ev_view_get_fullscreen), (ev_view_set_presentation),
9144         (ev_view_get_presentation), (ev_view_set_sizing_mode),
9145         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
9146         * shell/ev-view.h:
9147         * shell/ev-window.c:
9148         (update_chrome_visibility),
9149         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9150         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9151         (update_document_mode), (ev_window_update_fullscreen_action),
9152         (ev_window_fullscreen), (ev_window_unfullscreen),
9153         (ev_window_cmd_view_fullscreen),
9154         (ev_window_update_presentation_action),
9155         (ev_window_run_presentation), (ev_window_stop_presentation),
9156         (ev_window_cmd_view_presentation), (ev_window_state_event),
9157         (ev_window_focus_in_event), (ev_window_focus_out_event),
9158         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
9159         * data/evince-ui.xml: Initial presentation mode.  We should
9160         probably hide this until it's done, as it's quite rough.  Also,
9161         change full-screen to fullscreen and add two getters to EvView.
9162
9163 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9164
9165         * shell/ev-page-action.c: (update_page_cache),
9166         (ev_page_action_dispose):
9167         * shell/ev-window.c: (destroy_fullscreen_popup),
9168         (ev_window_create_fullscreen_popup):
9169
9170         Use connect_object rather than explicitly
9171         disconnect on dispose.
9172
9173 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9174
9175         * shell/ev-page-action.c: (update_page_cache),
9176         (ev_page_action_dispose):
9177
9178 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9179
9180         * backend/ev-page-cache.c: (_ev_page_cache_new),
9181         (ev_page_cache_set_page_label),
9182         (ev_page_cache_has_nonnumeric_page_labels):
9183         * backend/ev-page-cache.h:
9184         * shell/ev-page-action.c: (update_pages_label):
9185         
9186         If all page labels are numeric, fallback to default
9187         way to display number of pages. See bug 173185.
9188
9189 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9190
9191         * shell/ev-page-action.c: (ev_page_action_dispose):
9192         * shell/ev-view.c: (view_update_range_and_current_page):
9193         * shell/ev-window.c: (ev_window_dispose):
9194         
9195         Set page on scroll in continuous mode. Fixes bug 301986.
9196         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
9197
9198 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
9199
9200         * configure.ac:
9201
9202         Require poppler 0.3.0
9203
9204 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9205         
9206         * shell/Makefile.am, configure.ac: Fix build problems
9207         with t1lib. Bug 301996.
9208
9209 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9210
9211         * shell/ev-view.c: (ev_view_scroll_event):
9212         
9213         Scroll up increase zoom
9214
9215 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9216
9217         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
9218         (ev_view_set_sizing_mode),
9219         (ev_view_zoom_for_size_continuous_and_dual_page),
9220         (ev_view_zoom_for_size_continuous):
9221         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
9222         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
9223         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
9224         (ev_window_init):
9225
9226         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
9227         Fix for 165473 and 165472.
9228
9229 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9230
9231         * po/POTFILES.in:
9232         * thumbnailer/Makefile.am:
9233         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
9234         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
9235         * thumbnailer/evince-thumbnailer.schemas.in:
9236         
9237         Make thumbnailer schemas translatable. Fix for bug 301773
9238         
9239         * thumbnailer/evince-thumbnailer-djvu.schemas:
9240         * thumbnailer/evince-thumbnailer-dvi.schemas:
9241         * thumbnailer/evince-thumbnailer.schemas:
9242
9243         Removed files
9244
9245 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
9246
9247         * shell/ev-view.c (ev_view_init): forgot to set this.
9248
9249 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
9250
9251         * shell/ev-view.c: (find_page_at_location),
9252         (get_link_at_location),
9253         (ev_view_set_show_border), (ev_view_set_spacing),
9254         (ev_view_zoom_for_size_continuous_and_dual_page),
9255         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
9256         Also, add a quick fix measuring of widths.  Also, removed
9257         ev_view_set_spacing and ev_view_set_show_border.
9258         
9259         * shell/ev-window.c: (ev_window_unfullscreen),
9260         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
9261
9262 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9263
9264         * shell/ev-view.c: (view_update_range_and_current_page),
9265         (page_changed_cb):
9266         
9267         Fix crash on exit and scrolling to page in continuous view.
9268
9269 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
9270
9271         * TODO:
9272         * backend/ev-page-cache.c: (_ev_page_cache_new),
9273         (ev_page_cache_get_max_width_size),
9274         (ev_page_cache_get_max_height_size):
9275         * backend/ev-page-cache.h:
9276         * data/evince-ui.xml:
9277         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
9278         * shell/ev-view.c: (view_update_adjustments),
9279         (view_update_range_and_current_page), (get_bounding_box_size),
9280         (ev_view_size_request_continuous_and_dual_page),
9281         (ev_view_size_request_continuous),
9282         (ev_view_size_request_dual_page),
9283         (ev_view_size_request_single_page), (ev_view_size_request),
9284         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
9285         (ev_view_bin_expose), (ev_view_expose_event),
9286         (ev_view_set_property), (ev_view_get_property),
9287         (ev_view_class_init), (ev_view_init), (ev_view_new),
9288         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
9289         (ev_view_set_dual_page), (ev_view_set_full_screen),
9290         (ev_view_set_presentation), (ev_view_set_sizing_mode),
9291         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
9292         (ev_view_zoom_out), (zoom_for_size_fit_width),
9293         (zoom_for_size_best_fit),
9294         (ev_view_zoom_for_size_continuous_and_dual_page),
9295         (ev_view_zoom_for_size_continuous),
9296         (ev_view_zoom_for_size_dual_page),
9297         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9298         (ev_view_show_cursor), (ev_sizing_mode_get_type):
9299         * shell/ev-view.h:
9300         * shell/ev-window.c: (update_action_sensitivity),
9301         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9302         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9303         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
9304         (ev_window_cmd_view_zoom_out), (update_view_size),
9305         (ev_window_set_sizing_mode), (ev_window_init):
9306
9307         Add Continuous and Dual page modes.
9308
9309 2005-04-23  James Bowes  <bowes@cs.dal.ca>
9310
9311         * dvi/dvi-document.c: (dvi_document_load),
9312         (dvi_document_thumbnails_get_thumbnail),
9313         (dvi_document_init_params): Fix up some mixups between
9314         width and height to correct thumbnail rendering.
9315
9316 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9317
9318         * dvi/mdvi-lib/private.h:
9319         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
9320         
9321         Suppess output for kpathsea during font generation. Thanks to
9322         James Bowes
9323
9324 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
9325
9326         * NEWS:
9327         * configure.ac:
9328
9329         Release 0.2.1
9330
9331         * Makefile.am: fix distcheck.
9332
9333 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9334
9335         * shell/ev-sidebar-links.c: (selection_changed_callback),
9336         (update_page_callback), (row_activated_callback),
9337         (job_finished_callback), (ev_sidebar_links_set_document):
9338         
9339         Fix for bug #169901. Double click on links expands tree.
9340
9341 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
9342
9343         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
9344         hard-coded style. Fix for bug 170111
9345
9346 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
9347
9348         * shell/ev-view.c (highlight_find_results): Remove unnecessary
9349         locking.
9350
9351 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9352
9353         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
9354
9355 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
9356
9357         * pdf/ev-poppler.cc:
9358         * shell/ev-view.c: (highlight_find_results):
9359
9360         Fix find on single page documents
9361
9362 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9363
9364         * data/evince.schemas.in: fix for bug 301390
9365
9366 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9367
9368         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
9369         (ev_view_zoom_out), (ev_view_zoom_normal):
9370         * shell/ev-view.h:
9371         * shell/ev-window.c: (update_action_sensitivity),
9372         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9373         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
9374         (ev_window_cmd_view_normal_size):
9375
9376         Fix normal size zoom. Make zoom in/zoom out unsensitive when
9377         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
9378         better than oom. 
9379
9380 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9381
9382         * configure.ac:
9383
9384         Depend on 2.57, 2.59 doesnt seem to be necessary
9385
9386 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9387
9388         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
9389         (create_tool_item):
9390
9391         Put back total number of pages as (1 of 1234)
9392
9393 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
9394
9395         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
9396         remove the job.
9397
9398         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
9399         function.  This helps debugging.
9400
9401 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9402
9403         * djvu/djvu-document.c: (djvu_document_class_init),
9404         (djvu_document_get_info), (djvu_document_document_iface_init):
9405         * dvi/dvi-document.c: (dvi_document_class_init),
9406         (dvi_document_get_info), (dvi_document_document_iface_init):
9407
9408         Dummy implementation of get_info method for dvi and
9409         djvu. Fix crashes with those backends
9410
9411 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
9412
9413         * data/evince.desktop.in:
9414
9415         Add application/x-gzpostscript
9416
9417 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
9418
9419         * data/evince.schemas.in: Added real long descriptions, 
9420         closes bug 172496 
9421
9422         * README: Added actual text, closes bug 171869
9423
9424 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9425
9426         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9427
9428         Thumbnail page 0
9429
9430 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9431
9432         * backend/ev-document-info.h:
9433
9434         s/GDate */GDate so we can just use g_free
9435
9436 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9437
9438         * shell/ev-window.c: (update_document_mode),
9439         (ev_window_setup_document):
9440
9441         Show the window in fullscreen when specified by
9442         the document
9443
9444 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9445
9446         * backend/ev-document.c: (ev_document_class_init),
9447         (ev_document_get_info), (ev_document_render_pixbuf):
9448         * backend/ev-document.h:
9449         * backend/ev-page-cache.c: (_ev_page_cache_new):
9450         * pdf/ev-poppler.cc:
9451         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
9452         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
9453         * ps/ps-document.c: (ps_document_class_init), (document_load),
9454         (ps_document_get_info), (ps_document_document_iface_init):
9455
9456         Remove get_title from the interface, we can just use document info
9457
9458 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9459
9460         * backend/Makefile.am:
9461         * backend/ev-document.c: (ev_document_render_get_info):
9462         * backend/ev-document.h:
9463         * pdf/ev-poppler.cc:
9464
9465         Initial support for document info. Based on jrb patch.
9466
9467 2005-04-19  Paolo Borelli <pborelli@katamail.com>
9468
9469         * shell/ev-window.c: (ev_window_state_event),
9470         (ev_window_class_init), (ev_window_init):
9471         
9472         Doesn't show resize grip when maximized. See bug #301053
9473
9474 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9475
9476         * po/POTFILES.in:
9477         
9478         ev-sidebar-thumbnails now has translatable labels
9479         
9480         * shell/Makefile.am:
9481         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
9482         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
9483         (ev_sidebar_links_page_iface_init):
9484         * shell/ev-sidebar-links.h:
9485         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9486         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
9487         (ev_sidebar_page_get_label):
9488         * shell/ev-sidebar-page.h:
9489         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
9490         (ev_sidebar_thumbnails_set_document),
9491         (ev_sidebar_thumbnails_support_document),
9492         (ev_sidebar_thumbnails_get_label),
9493         (ev_sidebar_thumbnails_page_iface_init):
9494         * shell/ev-sidebar-thumbnails.h:
9495         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
9496         (ev_sidebar_set_document):
9497         * shell/ev-sidebar.h:
9498         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
9499         
9500         Small rework of sidebar code. Now sidebar pages should implement
9501         EvSidebarPage interface. That makes page management in EvSidebar
9502         easier. See bug #164811 for details
9503
9504 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9505
9506         * shell/ev-application.c: (ev_application_open):
9507         * shell/ev-document-types.c:
9508         
9509         Fix build error and small problem with application exit
9510
9511 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9512
9513         * thumbnailer/Makefile.am:
9514         * thumbnailer/evince-thumbnailer-djvu.schemas:
9515         * thumbnailer/evince-thumbnailer-dvi.schemas:
9516         
9517         Conditionally install schemas for djvu/dvi thumbnailer
9518
9519 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
9520
9521         * shell/ev-document-types.h: 
9522         * shell/ev-document-types.c: 
9523         New files, handling the mapping from mimetypes to backends
9524         
9525         * shell/ev-window.c: 
9526         * thumbnailer/evince-thumbnailer.c:     
9527         Use the ev-document-types code
9528         
9529         * shell/Makefile.am: 
9530         Added new convenience library libevbackendfactory_la, containing
9531         the new mimetype->backend logic; moved the backends into it.
9532
9533         * thumbnailer/Makefile.am:
9534         Make the thumbnailer link with the libevbackend.la convenience
9535         library, rather than having a duplicate of the backend logic here.
9536
9537 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
9538
9539         * shell/ev-stock-icons.c: constify some vars.
9540         * shell/ev-window.c: ditto.
9541
9542 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
9543
9544         * ps/ps-document.c (get_page_orientation):
9545
9546         Respect document orientation 
9547
9548 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9549
9550         * djvu/Makefile.am:
9551         * dvi/Makefile.am:
9552         * shell/Makefile.am:
9553         
9554         Move library dependencies to components.
9555         
9556         * shell/ev-window.c: (update_window_title),
9557         (start_loading_document):
9558         
9559         Fix display of uris with spaces. Bug 168358.
9560
9561 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
9562
9563         * shell/ev-sidebar-links.c: (selection_changed_cb):
9564         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
9565         (ev_view_button_release_event), (ev_view_set_document):
9566         * shell/ev-view.h:
9567         * shell/ev-window.c: (find_bar_search_changed_cb):
9568         * shell/ev-window.h: Minor cleanups removing some dead code.
9569
9570 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9571
9572         * backend/ev-page-cache.c: (_ev_page_cache_new):
9573         
9574         Set current page to 0 if document has pages.
9575
9576 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9577
9578         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9579
9580         Initialize GError to NULL, fix a crash when loading fails.
9581
9582 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9583
9584         * shell/ev-window.c: (update_view_size):
9585
9586         Calculate shadow size only when there is actually
9587         a shadow.
9588
9589 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9590
9591         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
9592         * shell/ev-view.h:
9593
9594         Allow setting view spacing, default to 0
9595
9596         * shell/ev-window.c: (ev_window_unfullscreen),
9597         (ev_window_cmd_view_fullscreen), (ev_window_init):
9598
9599         Remove spacing in fullscreen mode
9600
9601 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9602
9603         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
9604         (ev_view_size_request), (expose_bin_window),
9605         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
9606         * shell/ev-view.h:
9607         * shell/ev-window.c: (ev_window_unfullscreen),
9608         (ev_window_cmd_view_fullscreen):
9609
9610         Do not draw the border in fulscreen
9611
9612 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9613
9614         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
9615         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
9616         (find_page_at_location), (page_changed_cb):
9617
9618         Rework border calculation, so that I can more easily disable it.
9619         Code somewhat cleaner too.
9620
9621 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9622
9623         * backend/ev-page-cache.c: (ev_page_cache_init),
9624         (_ev_page_cache_new):
9625
9626         Remove some assertions, documents can have 0 pages.
9627         Make initial current page -1.
9628
9629         * shell/ev-page-action.c: (page_changed_cb):
9630
9631         Show "" if current page is -1
9632
9633         * shell/ev-window.c: (update_action_sensitivity),
9634         (ev_window_setup_document):
9635
9636         When document has 0 pages do not set the view
9637         and make nearly everything insensitive.
9638
9639 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9640
9641         * shell/ev-page-view.c:
9642         * shell/ev-page-view.h:
9643
9644         Remove unused files.
9645         
9646         * shell/ev-sidebar-thumbnails.c:
9647         (ev_sidebar_thumbnails_set_document):
9648         * shell/ev-sidebar.c: (ev_sidebar_set_document),
9649         (ev_sidebar_supports_document):
9650         * shell/ev-sidebar.h:
9651         * shell/ev-window.c: (ev_window_setup_document):
9652         
9653         Doesn't show thumbnails if document has 1 page. Make
9654         sidebar menu entries sensitive only if if they have 
9655         sense. Fix bug 164811. 
9656
9657 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9658
9659         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
9660         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
9661         (ev_view_zoom_out), (ev_view_set_size):
9662
9663         Rework sizing to deal with documents with not uniform page
9664         size.
9665
9666 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9667
9668         * backend/ev-page-cache.c: (_ev_page_cache_new):
9669
9670         Fix several page size caching bugs
9671
9672 2005-04-15  Luca Ferretti <elle.uca@libero.it>
9673
9674         * shell/ev-window.c: (set_action_properties):
9675
9676         Make all toolbar items translatable
9677
9678 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9679
9680         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
9681         (save_page_list), (ps_document_save),
9682         (ps_document_document_iface_init), (ps_document_ps_export_begin),
9683         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
9684         (ps_document_ps_exporter_iface_init):
9685         * ps/ps-document.h:
9686
9687         Based on a patch by J�rg Billeter <j@bitron.ch>
9688         
9689         Implement print and save a copy for the ps backend.
9690
9691 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
9692
9693         * backend/ev-document.h:
9694         * djvu/djvu-document.c: (djvu_document_can_get_text),
9695         (djvu_document_document_iface_init):
9696         * dvi/dvi-document.c: (dvi_document_can_get_text),
9697         (dvi_document_document_iface_init):
9698         * pdf/ev-poppler.cc:
9699         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
9700         (pixbuf_document_document_iface_init):
9701         * ps/ps-document.c: (ps_document_can_get_text),
9702         (ps_document_document_iface_init):
9703         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
9704         * shell/ev-window.c: (update_action_sensitivity):
9705
9706         Fix the crash when trying to copy in backends that doesnt
9707         support it. We can implement a better solution once we
9708         do real text selection.
9709
9710 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
9711
9712         * data/evince-ui.xml:
9713         * shell/ev-window.c: (ev_window_cmd_escape):
9714         
9715         Work around the Escape conflict (find bar and unfullscreen)
9716
9717 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9718
9719         * backend/ev-page-cache.c: (ev_page_cache_next_page):
9720         
9721         Fix for #300233. Next page correctly handles document end.
9722         
9723         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9724         (ev_sidebar_thumbnails_class_init),
9725         (ev_sidebar_thumbnails_set_document),
9726         (ev_sidebar_thumbnails_clear_job),
9727         (ev_sidebar_thumbnails_clear_model):
9728         
9729         Cleanup thumbnail jobs on document changes.
9730         
9731         * shell/ev-view.c: (add_scroll_binding_keypad),
9732         (add_scroll_binding_shifted), (ev_view_class_init):
9733         
9734         Shift + Space scrolls up. Fix for #173184
9735         
9736         * shell/ev-window.c: (ev_window_open_page),
9737         (ev_window_cmd_view_reload):
9738         
9739         Fix reload (Bug #300094)
9740
9741 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9742
9743         
9744         * dvi/mdvi-lib/assoc.c:
9745         * dvi/mdvi-lib/assoc.h: Removed garbage files
9746         
9747         * dvi/mdvi-lib/bitmap.c:
9748         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
9749         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
9750         * dvi/mdvi-lib/color.h: Antialias of rules
9751         
9752         * dvi/mdvi-lib/common.h:
9753         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
9754         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
9755         * dvi/mdvi-lib/files.c:
9756         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
9757         * dvi/mdvi-lib/mdvi.h:
9758         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9759         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
9760         * dvi/mdvi-lib/util.c: Fix compile warnings
9761         
9762         * dvi/dvi-document.c:
9763         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
9764         (dvi_document_thumbnails_get_thumbnail),
9765         (dvi_document_document_thumbnails_iface_init):
9766         * dvi/mdvi-lib/Makefile.am:
9767         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9768         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
9769         
9770         Dvi backend now renders thumbnails
9771
9772 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
9773
9774         * shell/main.c: (main): 
9775         
9776         Save accelerators on exit. Fixes bug #172095.
9777
9778 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
9779
9780         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
9781         update priority" comment.
9782
9783         * backend/ev-job-queue.c: Give a way to change priority.
9784
9785 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
9786
9787         * shell/ev-page-action.c: Fix logic.
9788
9789 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9790
9791         * shell/ev-view.c: (ev_view_can_find_next):
9792         * shell/ev-window.c: (ev_window_setup_document):
9793
9794         Check that the document supports find
9795
9796 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9797
9798         * data/evince-ui.xml:
9799         * shell/ev-view.c: (ev_view_can_find_next):
9800         * shell/ev-view.h:
9801         * shell/ev-window.c: (update_action_sensitivity),
9802         (find_changed_cb), (ev_window_setup_document),
9803         (ev_window_cmd_edit_find_next):
9804
9805         Add Edit->Find Next
9806
9807 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9808
9809         * pdf/ev-poppler.cc:
9810         * shell/ev-print-job.c: (idle_print_handler):
9811
9812         Make printing work again
9813
9814 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
9815
9816         * shell/ev-page-action.h:
9817         * shell/ev-page-action.c: (ev_page_action_widget_init),
9818         (ev_page_action_widget_class_init), (page_changed_cb),
9819         (create_tool_item), (update_page_cache), (build_new_tree_cb),
9820         (get_filter_model_from_model), (match_selected_cb),
9821         (display_completion_text), (match_completion), (update_model),
9822         (connect_proxy), (ev_page_action_set_property),
9823         (ev_page_action_get_property), (ev_page_action_set_document),
9824         (ev_page_action_set_model), (ev_page_action_class_init): Big
9825         reworking to make completions work iff we have >= GTK-2.7.0
9826                 
9827         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
9828         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
9829         (job_finished_cb): We now have a 'model' property that is set when
9830         the links are loaded.  This can be caught with "notify::model"
9831
9832         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
9833         listen for the model to be set, and propagate it to the action.
9834
9835 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9836
9837         * cut-n-paste/recent-files/egg-recent-item.c:
9838         (egg_recent_item_set_uri), (make_valid_utf8),
9839         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
9840         * cut-n-paste/recent-files/egg-recent-item.h:
9841         
9842         Update egg-recent from libegg. This should fix long
9843         startup problem. For details see
9844         http://bugzilla.gnome.org/show_bug.cgi?id=160531
9845
9846 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9847
9848         * cut-n-paste/recent-files/Makefile.am:
9849         * data/evince-ui.xml, shell/Makefile.am:
9850         * shell/ev-application.c, shell/ev-application.h:
9851         * shell/ev-window.c: Recent files support.
9852         
9853         * configure.ac: Added "ru" to ALL_LINGUAS.
9854         
9855         * dvju: new backend to support DJVU files.
9856         * dvi: new backend to support DVI.
9857
9858         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
9859         * ev-application.c: Support for new backends.
9860         
9861         * help, ev-window.c, main.c shell/Makefile.am: 
9862         Evince user documentation.
9863
9864 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9865
9866         * po/POTFILES.in:
9867         * shell/ev-window.c:
9868         * thumbnailer/evince-thumbnailer.c:
9869
9870         s/pdf-document/ev-poppler
9871
9872 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9873
9874         * NEWS:
9875         * configure.ac:
9876
9877         Release 0.2.0
9878
9879         * ps/ps-document.c: (setup_pixmap):
9880
9881         Remove debug code
9882
9883 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
9884
9885         * backend/ev-page-cache.c (ev_page_cache_next_page): 
9886         * shell/ev-window.c (ev_window_cmd_go_next_page) 
9887         (ev_window_cmd_go_first_page): Fix of by one errors.
9888
9889 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9890
9891         * ps/ps-document.c: (get_page_box):
9892
9893         Fix page size calculation
9894
9895 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9896
9897         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9898         (ps_document_cleanup), (setup_pixmap), (get_page_box),
9899         (get_page_orientation), (setup_page), (document_load),
9900         (ps_document_get_page_size), (render_pixbuf_idle):
9901         * ps/ps-document.h:
9902
9903         More refactoring to adapt to EvDocument changes
9904
9905 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9906
9907         * ps/ps-document.c: (start_interpreter):
9908
9909         Actually add alpha args
9910
9911 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9912
9913         * pdf/ev-poppler.cc:
9914
9915         Make clipboard work again
9916
9917 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
9918
9919         Make searching work again.
9920         
9921         * backend/ev-document.c:
9922         * backend/ev-document.h:
9923         * backend/ev-document-find.c:
9924         * backend/ev-document-find.h: Change EvDocumentIface so we no
9925         longer store the current page or zoom level in the document.  The
9926         consequence is that all calls that operate on the current page now
9927         instead take the page number as an extra argument, and all
9928         coordinates are now doubles in document coordinate system.
9929
9930         * pdf/ev-poppler.cc:
9931         * pixbuf/pixbuf-document.c:
9932         * ps/ps-document.c: Update backends accordingly.
9933
9934 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
9935
9936         * autogen.sh:
9937
9938         Add required gettext version
9939
9940 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
9941
9942         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
9943         make F1 bring up non-existent help.
9944
9945         * shell/eggfindbar.c: Patch from Christian Persch to sync to
9946         epiphany's find bar, #167477
9947
9948         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
9949         <emil@nishra.com> to add space-bar scrolling, 
9950
9951         * shell/ev-window.c (static GtkActionEntry entries): add default
9952         keybinding for Help (F1)
9953         Fixes #171068
9954
9955         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
9956         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
9957         170110
9958
9959 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
9960
9961         * Makefile.am: 
9962         * pixbuf/pixbuf-document.c: 
9963
9964         Got pixbuf backend working again
9965
9966 2005-04-01  Steve Murphy  <murf@e-tools.com>
9967
9968         * configure.in: Added "rw" to ALL_LINGUAS.
9969
9970 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
9971
9972         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
9973         model types, noticed by Martin Kretzschmar.
9974
9975 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
9976
9977         * pdf/ev-poppler.cc: Implement search based on
9978         poppler_page_find_text().  Currently a bit crude since we remember
9979         all matches from all pages.  Also, we grab the big document lock
9980         when we search since searching changes the underlying stream and
9981         thus conflicts with the rendering thread.
9982         
9983         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
9984         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
9985         (ev_view_find_previous): Fix some page indexes to be 0 based,
9986         offset rubber band by view offset,
9987
9988 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
9989
9990         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
9991
9992 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
9993
9994         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
9995         completely because I didn't understand GtkActions.  I should
9996         read Marco's code more carefully in the future.
9997
9998         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
9999         function
10000
10001 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
10002
10003         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
10004         PopplerRectangle change from poppler CVS.
10005
10006 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
10007
10008         * backend/ev-document.c: (ev_document_get_page_label):
10009         * backend/ev-document.h:
10010         * backend/ev-page-cache.c: (_ev_page_cache_new),
10011         (ev_page_cache_get_page_label):
10012         * backend/ev-page-cache.h:
10013         * pdf/ev-poppler.cc:
10014         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
10015         (links_page_num_func):
10016         * shell/ev-sidebar-thumbnails.c:
10017         (ev_sidebar_thumbnails_set_document):
10018         * shell/ev-view.c: (status_message_from_link),
10019         (ev_view_motion_notify_event):
10020         * shell/ev-window.c: (document_supports_sidebar): Add in page
10021         label support.  It's not perfect yet, but it's the first 'feature'
10022         in a while.
10023         Also, fix a bogus comment noticed by crispin. 
10024
10025 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
10026
10027         * Makefile.am: Remove pixbuf backend for now
10028
10029         * configure.ac: Require poppler-glib instead of just poppler.
10030
10031         * backend/ev-document-thumbnails.h: Add a comment
10032
10033         * backend/ev-document.h:
10034         * backend/ev-document.c: (ev_document_class_init),
10035         (ev_document_load), (ev_document_get_link),
10036         (ev_document_get_links): Remove 3 methods and add get_links.
10037         Also, made 0 based.
10038
10039         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10040         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
10041
10042         * backend/ev-link.c: (ev_link_set_title),
10043         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
10044         (ev_link_mapping_find):
10045         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
10046         
10047         * backend/ev-page-cache.c: (ev_page_cache_init),
10048         (_ev_page_cache_new), (ev_page_cache_set_current_page),
10049         (ev_page_cache_get_size), (ev_page_cache_next_page),
10050         (ev_page_cache_prev_page): Fix to be 0 based.
10051
10052         * pdf/Makefile.am: 
10053         * pdf/ev-poppler.h:
10054         * pdf/ev-poppler.cc: New backend.
10055         
10056         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
10057         (ps_document_get_page), (ps_document_document_iface_init):
10058
10059         * shell/ev-pixbuf-cache.h:
10060         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10061         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
10062         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
10063         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
10064         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
10065         Fix up code to grab a page cache per each doc.  Also, fix to be 0
10066         based.
10067         
10068         * shell/ev-sidebar-thumbnails.c:
10069         (ev_sidebar_tree_selection_changed), (page_changed_cb),
10070         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
10071
10072         * shell/ev-view.c: (status_message_from_link),
10073         (find_page_at_location), (get_link_at_location),
10074         (ev_view_motion_notify_event), (ev_view_button_release_event),
10075         (ev_view_init): Use the new link code.  Fix to be 0 based.
10076
10077         * shell/ev-window.c: (update_action_sensitivity),
10078         (document_supports_sidebar): 0 based.
10079
10080 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
10081
10082         * pdf/pdf-document.cc: Patch from Fernando Herrera
10083         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
10084         *blush*
10085
10086 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
10087
10088         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
10089         1 to the page, as this seems to be 1 based.  I thought we has this
10090         fixed.  grump.
10091
10092 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
10093
10094         * TODO:
10095         * backend/Makefile.am:
10096         * backend/ev-document-links.c:
10097         (ev_document_links_has_document_links),
10098         (ev_document_links_get_links_model):
10099         * backend/ev-document-links.h:
10100         * backend/ev-document.c: (ev_document_get_page_cache),
10101         (ev_document_get_doc_mutex), (ev_document_load),
10102         (ev_document_save), (ev_document_get_title),
10103         (ev_document_get_n_pages), (ev_document_set_page),
10104         (ev_document_get_page), (ev_document_set_target),
10105         (ev_document_set_scale), (ev_document_set_page_offset),
10106         (ev_document_get_page_size), (ev_document_get_text),
10107         (ev_document_get_link), (ev_document_render),
10108         (ev_document_render_pixbuf), (ev_document_scale_changed):
10109         * backend/ev-document.h:
10110         * backend/ev-job-queue.c: (remove_object_from_queue),
10111         (notify_finished), (handle_job), (search_for_jobs_unlocked),
10112         (no_jobs_available_unlocked), (ev_render_thread),
10113         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
10114         (ev_job_queue_remove_job):
10115         * backend/ev-job-queue.h:
10116         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10117         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10118         (ev_job_links_class_init), (ev_job_render_init),
10119         (ev_job_render_dispose), (ev_job_render_class_init),
10120         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10121         (ev_job_thumbnail_class_init), (ev_job_finished),
10122         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10123         (ev_job_render_run), (ev_job_thumbnail_new),
10124         (ev_job_thumbnail_run):
10125         * backend/ev-jobs.h:
10126         * backend/ev-link.c:
10127         * backend/ev-link.h:
10128         * backend/ev-page-cache.c: (ev_page_cache_init),
10129         (ev_page_cache_class_init), (ev_page_cache_finalize),
10130         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
10131         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10132         (ev_page_cache_set_link), (ev_page_cache_get_title),
10133         (ev_page_cache_get_size), (ev_page_cache_next_page),
10134         (ev_page_cache_prev_page):
10135         * backend/ev-page-cache.h:
10136         * pdf/pdf-document.cc:
10137         * ps/gsdefaults.c:
10138         * ps/gsdefaults.h:
10139         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10140         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
10141         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
10142         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
10143         (is_interpreter_ready), (output), (catchPipe), (input),
10144         (start_interpreter), (check_filecompressed), (compute_dimensions),
10145         (ps_document_enable_interpreter), (document_load),
10146         (ps_document_next_page), (render_page), (ps_document_set_page),
10147         (ps_document_set_scale), (render_pixbuf_idle),
10148         (ps_document_render_pixbuf), (ps_document_document_iface_init):
10149         * ps/ps-document.h:
10150         * shell/Makefile.am:
10151         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10152         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
10153         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
10154         (ev_pixbuf_cache_new), (job_finished_cb),
10155         (check_job_size_and_unref), (move_one_job),
10156         (ev_pixbuf_cache_update_range), (find_job_cache),
10157         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
10158         (ev_pixbuf_cache_add_jobs_if_needed),
10159         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
10160         * shell/ev-pixbuf-cache.h:
10161         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10162         (idle_print_handler):
10163         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
10164         (selection_changed_cb), (create_loading_model),
10165         (ev_sidebar_links_construct), (links_page_num_func),
10166         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
10167         (update_page_callback), (job_finished_cb),
10168         (ev_sidebar_links_set_document):
10169         * shell/ev-sidebar-thumbnails.c:
10170         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
10171         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
10172         (page_changed_cb), (thumbnail_job_completed_callback),
10173         (ev_sidebar_thumbnails_set_document):
10174         * shell/ev-sidebar-thumbnails.h:
10175         * shell/ev-sidebar.c: (ev_sidebar_set_document):
10176         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
10177         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
10178         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
10179         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
10180         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
10181         (ev_view_button_release_event), (ev_view_scroll_view),
10182         (ev_view_class_init), (ev_view_init), (update_find_status_message),
10183         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
10184         (ev_view_new), (job_finished_cb), (page_changed_cb),
10185         (ev_view_set_document), (go_to_link), (ev_view_zoom),
10186         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
10187         (ev_view_find_previous):
10188         * shell/ev-view.h:
10189         * shell/ev-window.c: (update_action_sensitivity),
10190         (ev_window_open_page), (update_window_title), (update_total_pages),
10191         (page_changed_cb), (ev_window_setup_document),
10192         (password_dialog_response), (ev_window_cmd_save_as),
10193         (ev_window_print), (ev_window_cmd_go_previous_page),
10194         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
10195         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
10196         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
10197         * shell/main.c: (main):
10198
10199         Merge evince-threads branch
10200
10201 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
10202
10203         * configure.ac: Added "lt" to ALL_LINGUAS.
10204
10205 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
10206
10207         * NEWS:
10208         * configure.ac:
10209
10210         Release 0.1.9
10211
10212 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
10213
10214         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10215
10216         Fix here also the thumbnails 1-basedness :)
10217
10218 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10219
10220         * NEWS:
10221         * configure.ac:
10222
10223         Release 0.1.8
10224
10225 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10226
10227         * pdf/pdf-document.cc:
10228         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
10229         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
10230
10231         Fix the mess we did with thumbnails and 1-basedness
10232
10233 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
10234
10235         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
10236
10237 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
10238
10239         * NEWS:
10240         * configure.ac:
10241
10242         Release 0.1.7
10243
10244 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
10245
10246         * ps/Makefile.am:
10247         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
10248         (gtk_gs_defaults_get_alpha_parameters),
10249         (gtk_gs_defaults_get_ungzip_cmd),
10250         (gtk_gs_defaults_get_unbzip2_cmd):
10251         * ps/gsdefaults.h:
10252         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10253         (ps_document_get_orientation), (document_load),
10254         (ps_document_goto_page), (ps_document_set_page_size):
10255         * ps/ps-document.h:
10256
10257         Some more sanitization of the ps backend. Remove a lot
10258         of unused code and do not base our defaults on ggv
10259         preferences (ugh!)
10260
10261 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
10262
10263         * thumbnailer/evince-thumbnailer.schemas:
10264         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10265         (main): add -s option for thumbnail size.
10266
10267 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
10268
10269         * configure.ac:
10270
10271         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
10272         remove it.
10273
10274 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10275
10276         * pdf/pdf-document.cc:
10277
10278         Remove 4 pixels of useless border from the
10279         thumbnail.
10280
10281 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10282
10283         * backend/ev-document-thumbnails.c:
10284         (ev_document_thumbnails_get_thumbnail):
10285         * backend/ev-document-thumbnails.h:
10286
10287         Rework API a bit. Add a border flag and
10288         change sizing logic (now the size we specify
10289         applies to the bigger dimension).
10290
10291         * pdf/pdf-document.cc:
10292         * pixbuf/pixbuf-document.c:
10293         (pixbuf_document_thumbnails_get_thumbnail):
10294         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
10295         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10296
10297         Adapt to the new API and do not draw a border for nautilus
10298         thumbnailer.
10299
10300 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
10301
10302         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10303         take thumbnails from page "0" instead of "1". Added a copyright header.
10304
10305 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
10306
10307         * ps/ps-document.c: (set_up_page), (start_interpreter):
10308
10309         Make it C89 compliant
10310
10311 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
10312
10313         * Makefile.am:
10314         * configure.ac:
10315         * pdf/.cvsignore:
10316         * pdf/pdf-document.cc:
10317         * thumbnailer/Makefile.am:
10318         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10319         (main):
10320         * thumbnailer/evince-thumbnailer.schemas:
10321         * thumbnailer/pdf-icon.png:
10322
10323         Add a nautilus thumbnailer.
10324         Based on patch by Fernando Herrera <fherrera@onirica.com>.
10325
10326 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
10327
10328         * NEWS:
10329         * configure.ac:
10330         * po/POTFILES.in:
10331
10332         Release 0.1.6
10333
10334 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
10335
10336         Use poppler instead of including xpdf source code.  Poppler is a
10337         fork of xpdf to build it as a shared library. See
10338         http://freedesktop.org/wiki/Software/poppler.
10339
10340         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
10341         xpdf fork.
10342         
10343         * pdf/Makefile.am: Build libpdfdocument.a here.
10344         
10345         * pdf/GDKSplashOutputDev.cc:
10346         * pdf/GDKSplashOutputDev.h:
10347         * pdf/GnomeVFSStream.cc:
10348         * pdf/GnomeVFSStream.h:
10349         * pdf-document.cc:
10350         * pdf-document.h:
10351         * test-gdk-output-dev.cc
10352         * Thumb.cc:
10353         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
10354         against poppler.
10355
10356 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10357
10358         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
10359
10360         Clear idle stack before unsetting the document
10361
10362 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10363
10364         * ps/ps-document.c: (ps_document_widget_event),
10365         (ps_document_set_target), (ps_document_finalize),
10366         (ps_document_get_page):
10367
10368         Disconnect the widget event signal on finalize.
10369         Some code cleanups.
10370
10371 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10372
10373         * ps/ps-document.c: (set_up_page):
10374
10375         If there is no bpixmap create one, even if size
10376         is not changed.
10377
10378 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10379
10380         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
10381         (set_up_page), (document_load), (ps_document_set_zoom):
10382
10383         Default page is 0. Calculate size even when we have no
10384         target yet.
10385
10386 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
10387
10388         * shell/ev-sidebar.c: expand the selection widget to be always as
10389         wide as the sidebar
10390
10391 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10392
10393         * shell/ev-sidebar-thumbnails.c:
10394         (ev_sidebar_thumbnails_set_document):
10395
10396         Clear the list store when setting document
10397
10398 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10399
10400         * shell/ev-page-action.c: (update_entry), (sync_entry),
10401         (activate_cb), (entry_size_request_cb), (create_tool_item),
10402         (connect_proxy):
10403
10404         Use an entry for the page control instead of spinbuttons
10405
10406 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10407
10408         * data/evince.schemas.in:
10409
10410         Correct confusing string
10411
10412 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
10413
10414         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
10415         for real.  Gosh, how long has this been broken.
10416
10417         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
10418         check for a NULL link.  We crash otherwise.
10419
10420 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
10421
10422         * NEWS:
10423         * configure.ac:
10424
10425         Release 0.1.5
10426
10427 2005-02-25  Sebastien Bacher  <seb128@debian.org>
10428
10429         * configure.ac: add the french translation.
10430
10431 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10432
10433         * shell/ev-window.c:
10434
10435         Remove unused header -> fix distcheck
10436
10437 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10438
10439         * shell/ev-window.c: (update_window_title),
10440         (ev_window_popup_password_dialog):
10441
10442         Unescape filename for display
10443
10444 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10445
10446         * pdf/xpdf/pdf-document.cc:
10447
10448         In get_page_size deal with rotation. Also
10449         cleanup the function a bit.
10450
10451 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10452
10453         * pdf/xpdf/pdf-document.cc:
10454
10455         Fix crash when opening in new window
10456
10457 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10458
10459         * configure.ac:
10460
10461         Check ghostscript >= 7
10462
10463 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
10464
10465         * shell/ev-window.c:
10466
10467         Make page width the default sizing mode
10468
10469 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
10470         Marco Pesenti Gritti <marco@gnome.org>
10471
10472         * shell/ev-window.c: Remember the sidebar size
10473
10474         * data/evince.schemas.in: Add a new gconf key to store the size of
10475         the sidebar
10476
10477 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
10478
10479         * data/evince-ui.xml:
10480         * shell/ev-window.c: (update_action_sensitivity),
10481         (ev_window_cmd_view_reload):
10482         
10483         Add a "Reload" action and menu entry
10484
10485 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
10486
10487         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
10488         iff the type doesn't support thumbnailing and indexing.
10489
10490 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
10491
10492         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
10493
10494 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10495
10496         * pdf/splash/Splash.cc:
10497
10498         Port fix for a crasher from kde bug
10499         http://bugs.kde.org/show_bug.cgi?id=97131
10500
10501 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10502
10503         * pdf/xpdf/pdf-document.cc:
10504
10505         Return a link even if it's of an unrecognized
10506         type. Otherwise we go in an infinte cycle.
10507
10508 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10509
10510         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
10511         (size_allocate_cb), (ev_window_set_sizing_mode):
10512
10513         Update size when switching mode
10514
10515 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10516
10517         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10518         (ev_window_cmd_view_page_width), (update_sizing_buttons),
10519         (ev_window_cmd_view_normal_size):
10520
10521         Fix size toggle buttons behavior
10522
10523 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10524
10525         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
10526         (doc_rect_to_view_rect), (ev_view_size_allocate),
10527         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
10528         (scale_changed_callback):
10529
10530         Do not cache offsets in size_allocate.
10531
10532 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10533
10534         * shell/ev-view.c: (ev_view_size_allocate):
10535
10536         Calculate offsets before calling the parent
10537         class (which does a redraw)
10538
10539 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10540
10541         * pdf/xpdf/pdf-document.cc:
10542
10543         Fix a crasher on exit. Unused code, put a TODO
10544
10545 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10546
10547         * backend/ev-document.c: (ev_document_class_init),
10548         (ev_document_page_changed), (ev_document_scale_changed):
10549         * backend/ev-document.h:
10550
10551         Separate page/scale notifications
10552
10553         * pdf/xpdf/pdf-document.cc:
10554
10555         Emit the new signals.
10556         Do not display the pdf page in _render, do it
10557         when scale/page are requested.
10558
10559         * ps/ps-document.c: (ps_document_set_zoom),
10560         (ps_document_widget_event):
10561         * ps/ps-document.h:
10562
10563         Emit the new signals.
10564
10565         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10566         (ev_view_init), (page_changed_callback), (scale_changed_callback),
10567         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
10568         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
10569         * shell/ev-view.h:
10570         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
10571         (ev_window_cmd_view_page_width), (size_allocate_cb),
10572         (ev_window_set_sizing_mode):
10573
10574         Rework sizing to be pixel based.
10575         There are bugs but should be already way better.
10576
10577 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
10578
10579         * shell/ev-window.c: (ev_window_init):
10580
10581         Do not allow to shrink sidebar smaller then
10582         child requisition
10583
10584 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
10585
10586         * shell/ev-sidebar.[ch]
10587         * shell/ev-window.c:
10588
10589         Improved sidebar widget. Fixes #166683
10590
10591 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
10592
10593         * shell/ev-view.c (update_find_status_message): Give translators
10594         more flexibility with ngettext plural handling.
10595
10596 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
10597
10598         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
10599         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
10600         page when we get the page size.
10601
10602 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10603
10604         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
10605
10606         ps pages are 0 based, convert 
10607
10608 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10609
10610         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
10611
10612         Initialize correct parent class. Set GError on document load
10613
10614 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10615
10616         * pdf/xpdf/pdf-document.cc:
10617
10618         Fixup selection offset calculation
10619
10620         * shell/ev-view.c: (view_rect_to_doc_rect),
10621         (doc_rect_to_view_rect), (ev_view_size_allocate),
10622         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
10623         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
10624
10625         Store selection as document relative, so that zooming
10626         and offset changing doesnt break it.
10627
10628 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10629
10630         * shell/ev-view.c: (ev_view_best_fit):
10631
10632         Do not try to best fit if the view is not realized
10633
10634 2005-02-20  Kostas Papadimas <pkst@gnome.org>
10635           
10636         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
10637
10638 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
10639
10640         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
10641
10642 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
10643
10644         * shell/ev-window.c: Change the fullscreen toolbar to always be in
10645         the popup window.  That prevents it resizing when in full screen
10646         mode.
10647
10648         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
10649         multiple rerenders.  This pretty much sucks.
10650
10651         * data/evince-ui.xml: Change the fullscreen toolbar to include the
10652         rest of the toolbar.
10653
10654 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
10655
10656         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
10657
10658 2005-02-17  Alexander Shopov  <ash@contact.bg>
10659
10660         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
10661
10662 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
10663
10664         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
10665
10666 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
10667
10668         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
10669         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
10670         (set_document_page), (document_changed_callback),
10671         (ev_view_set_document), (ev_view_find_previous),
10672         (ev_view_hide_cursor), (ev_view_show_cursor):
10673         * shell/ev-view.h:
10674         * shell/ev-window.c: (update_chrome_visibility),
10675         (fullscreen_timeout_cb), (fullscreen_set_timeout),
10676         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
10677         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
10678         (ev_window_unfullscreen):
10679         * shell/main.c: (main):
10680
10681         Automatically hide the fullscreen button.
10682         Patch by Kristian Høgsberg <krh@redhat.com>
10683
10684 2005-02-16  Vincent Noel  <vnoel@cox.net>
10685
10686         * shell/main.c (main): Specify an icon for the window. Patch by
10687         Jaap A. Haitsma. Fixes #166177.
10688
10689 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
10690
10691         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
10692
10693 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
10694
10695         * backend/ev-document-misc.h:
10696         * backend/ev-document-misc.c:
10697         (ev_document_misc_get_page_border_size),
10698         (ev_document_misc_paint_one_page): New function to canonicalize
10699         sizing/painting a border.
10700
10701         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
10702         used.
10703
10704         * pdf/xpdf/pdf-document.cc: use new function
10705
10706         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10707         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
10708         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
10709         shell/ev-window.c: (update_sizing_buttons),
10710         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
10711         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
10712         (ev_window_cmd_view_page_width), (size_allocate_cb),
10713         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
10714         and "fit width" values act as toggle buttons so they stay
10715         toggled.  It's not 100% perfect, and it's a little slow, but it's
10716         good enough to commit I think.
10717
10718 2005-02-15  David Lodge  <dave@cirt.net>
10719
10720         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
10721
10722 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
10723
10724         * shell/ev-window.c (update_window_title): replace newlines in
10725         the title by spaces. Bug #166107.
10726
10727 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
10728
10729         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
10730         parameters providing allocation width and height without
10731         scrollbars and width of a possible vertical scrollbar. With this
10732         additional information the functions can work as
10733         intended. Unfortunately they're not idempotent. We should
10734         transform these commands to toggles. Fixes Bug #164976
10735         Initial patch by Stephane Loeuillet, then heavily modified.
10736
10737         * shell/ev-view.h: update prototypes.
10738
10739         * shell/ev-window.c (ev_window_cmd_view_best_fit)
10740         (ev_window_cmd_view_page_width): provide EvView fit functions with
10741         all the information they need. Formulas to calculate this
10742         information taken from GtkScrolledWindow.
10743
10744 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
10745
10746         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
10747         created a thumbnail, the list store is updated to know
10748         that the thumbnail is set. Fixes bug #166792
10749
10750 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
10751
10752         * shell/ev-window.c: fixed typo, closes bug 166897
10753
10754         * TODO: updated TODO with bug numbers that are relevant
10755
10756 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
10757
10758         * shell/ev-window.c: Support for DnD of files. Fixes #164813
10759
10760 2005-02-09  Vincent Noel  <vnoel@cox.net>
10761
10762         * shell/ev-window.c: (set_action_properties): Set the "Previous"
10763         and "Next" toolbar buttons as important to make them stand out.
10764
10765 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10766
10767         * lib/ev-debug.c:
10768         * lib/ev-debug.h:
10769         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
10770         (start_interpreter), (stop_interpreter), (document_load),
10771         (ps_document_next_page), (ps_document_goto_page),
10772         (ps_document_set_page_size), (ps_document_widget_event),
10773         (ps_document_render):
10774         * shell/ev-page-view.c: (ev_page_view_dispose):
10775         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
10776
10777         Fix compilation on non-gcc platforms
10778
10779 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10780
10781         * NEWS:
10782         * configure.ac:
10783
10784         Release 0.1.4
10785
10786         * pdf/xpdf/Catalog.cc:
10787         * pdf/xpdf/XRef.cc:
10788
10789         Fix the fix for CAN-2004-0888
10790
10791 2005-02-09  Luca Ferretti <elle.uca@libero.it>
10792
10793         * data/Makefile.am:
10794         * data/evince-ui.xml:
10795         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10796         * shell/ev-stock-icons.h:
10797         * shell/ev-window.c: (update_action_sensitivity),
10798         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
10799         (set_action_properties):
10800
10801         Improve toolbar layout/icons
10802
10803 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
10804
10805         * pdf/xpdf/pdf-document.cc:
10806
10807         Add warnings about unimplemented/unknown link
10808         types.
10809
10810 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10811
10812         * ps/ps-document.c: (set_up_page):
10813
10814         Log gs property
10815
10816 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10817
10818         * ps/ps-document.c: (start_interpreter):
10819
10820         Log gs env var
10821
10822 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10823
10824         * shell/ev-page-view.c: (ev_page_view_dispose):
10825         * shell/ev-view.c: (ev_view_finalize):
10826         * shell/ev-window.c: (ev_window_setup_document),
10827         (ev_window_dispose), (ev_window_init):
10828
10829         Solve more refs issues.
10830
10831         I commented out the page_view initialization for now:
10832         it was never destroyed (because it's never added
10833         to a container). Because of that we was leaking
10834         gs processes. Couldnt think to a clean fix.
10835         We need to figure this out, password view has the
10836         same issue probably.
10837
10838 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10839
10840         * ps/ps-document.c: (ps_document_finalize),
10841         (ps_document_get_n_pages), (ps_document_get_page):
10842
10843         Some cleanups, stop the interpreter on finalize
10844
10845         * shell/ev-page-view.c: (ev_page_view_dispose),
10846         (ev_page_view_class_init):
10847
10848         Release our reference on the document
10849
10850 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10851
10852         * Makefile.am:
10853         * configure.ac:
10854         * doc/debugging.txt:
10855         * lib/.cvsignore:
10856         * lib/Makefile.am:
10857         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
10858         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
10859         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
10860         * lib/ev-debug.h:
10861
10862         Add debugging helpers
10863
10864         * ps/Makefile.am:
10865         * ps/ps-document.c: (set_up_page), (start_interpreter),
10866         (stop_interpreter), (document_load), (ps_document_next_page),
10867         (ps_document_goto_page), (ps_document_set_page_size),
10868         (ps_document_widget_event), (ps_document_render):
10869         * shell/Makefile.am:
10870         * shell/ev-view.c: (expose_bin_window):
10871         * shell/main.c: (main):
10872
10873         Add some logs
10874         
10875 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10876
10877         * ps/ps-document.c: (ps_document_widget_event):
10878
10879         Initialize message_window, this should make ps
10880         rendering really work! (Never noticed because I was
10881         testing with a ps that is causing gs to exit every time!)
10882
10883 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
10884
10885         * data/evince.schemas.in: updated simple error in applyto closing tag
10886
10887 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
10888
10889         * Makefile.am:
10890         * configure.ac:
10891         * data/.cvsignore:
10892         * data/Makefile.am:
10893         * data/evince-ui.xml:
10894         A data/evince.schemas.in:
10895         * po/POTFILES.in:
10896         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10897         * shell/ev-stock-icons.h:
10898         * shell/ev-window.c: (update_chrome_visibility),
10899         (update_chrome_flag), (ev_window_cmd_edit_find),
10900         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
10901         (ev_window_unfullscreen), (ev_window_focus_in_event),
10902         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
10903         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
10904         (ev_window_view_sidebar_cb), (find_bar_close_cb),
10905         (ev_window_dispose), (ev_window_class_init),
10906         (set_action_properties), (set_chrome_actions), (load_chrome),
10907         (ev_window_init):
10908
10909         Implement fullscreen mode changes from bug #164776.
10910         Also implement persistent chrome toggles.
10911
10912 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
10913
10914         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
10915
10916 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10917
10918         * NEWS:
10919         * configure.ac:
10920         * shell/ev-view.c:
10921
10922         Add another check for find interface
10923
10924         Release 0.1.3
10925
10926 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10927
10928         * shell/ev-application.c: (ev_application_open):
10929         * shell/ev-window.c: (ev_window_open):
10930
10931         Open gzipped ps documents
10932
10933 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10934
10935         * TODO:
10936         * shell/ev-view.c: (set_document_page):
10937
10938         Clamp page number, dont try to move to
10939         not existant pages.
10940
10941 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10942
10943         * backend/ev-document-find.c: (ev_document_find_changed):
10944         * backend/ev-document-find.h:
10945         * pdf/xpdf/pdf-document.cc:
10946         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
10947         * shell/ev-window.c: (find_bar_search_changed_cb):
10948
10949         Fix several bugs with find
10950
10951 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
10952
10953         * shell/ev-sidebar-thumbnails.c
10954         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
10955         document. Prevents warning from scroll_to_cell.
10956
10957 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
10958
10959         * configure.ac: Add «nb» to ALL_LINGUAS too.
10960
10961 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
10962
10963         * NOTES: New file with some random thoughts.
10964
10965         * TODO: Update.
10966
10967         * backend/ev-document-misc.c:
10968         (ev_document_misc_get_page_border_size): New function to
10969         canonicalize shadow drawing sizes.  Possibly goofy.
10970
10971         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
10972         (ev_view_best_fit), (ev_view_fit_width):
10973         * pdf/xpdf/pdf-document.cc:
10974         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
10975         * ps/ps-document.c: (ps_document_get_page_size):
10976         * backend/ev-document-misc.h:
10977         * backend/ev-document.c: (ev_document_get_page_size):
10978         * backend/ev-document.h: get_page_size now takes a page number
10979         parameter.  Made all the backends/frontends honor it.
10980
10981         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
10982         see.  Doesn't work yet.
10983
10984         * shell/Makefile.am:
10985         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
10986         Doesn't do anything yet.
10987
10988         * shell/ev-sidebar-thumbnails.c:
10989         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
10990         [0..n_pages-1]
10991
10992         * shell/ev-window.c: (update_action_sensitivity),
10993         (ev_window_setup_document), (ev_window_set_page_mode),
10994         (ev_window_page_mode_cb), (ev_window_init): Clean up the
10995         view-swapping code a bit so we can have multiple views on a
10996         document.  Add the multi-page view, though it can't be turned on
10997         yet.
10998
10999 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11000
11001         * shell/ev-application.c: (ev_application_open):
11002         * shell/ev-view.c: (expose_bin_window):
11003         * shell/ev-window.c: (ev_window_open):
11004
11005         Support eps and check document supports find
11006         before drawing highlightings in expose.
11007
11008 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11009
11010         * pixbuf/pixbuf-document.c:
11011         (pixbuf_document_thumbnails_get_dimensions),
11012         (pixbuf_document_document_thumbnails_iface_init):
11013
11014         implement get_dimensions
11015
11016 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11017
11018         * NEWS:
11019         * configure.ac:
11020
11021         Release 0.1.2
11022
11023 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11024
11025         * shell/ev-view.c: (set_document_page):
11026
11027         Scroll at the top of the page when changing page
11028
11029 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11030
11031         * shell/ev-view.c: (ev_view_motion_notify_event):
11032
11033         Do not redraw unnecessarily
11034
11035 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11036
11037         * pdf/xpdf/pdf-document.cc:
11038         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11039         (expose_bin_window), (find_changed_cb):
11040
11041         Yay! find works now... Now to find bugs...
11042
11043 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11044
11045         * backend/ev-document-find.c: (ev_document_find_base_init),
11046         (ev_document_find_changed):
11047         * backend/ev-document-find.h:
11048         * pdf/xpdf/pdf-document.cc:
11049         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11050         (expose_bin_window), (ev_view_init), (set_document_page),
11051         (ensure_rectangle_is_visible), (jump_to_find_result),
11052         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
11053         (ev_view_find_next), (ev_view_find_previous):
11054         * shell/ev-view.h:
11055         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
11056
11057         More work on find implementation, mostly there now
11058
11059 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
11060
11061         * backend/ev-backend-marshalers.list:
11062         * backend/ev-document-find.c: (ev_document_find_base_init),
11063         (ev_document_find_cancel), (ev_document_find_page_has_results),
11064         (ev_document_find_get_n_results), (ev_document_find_get_result),
11065         (ev_document_find_get_progress), (ev_document_find_changed):
11066         * backend/ev-document-find.h:
11067
11068         Enanche the find interface to be really able to do
11069         multi page find.
11070
11071         * pdf/xpdf/pdf-document.cc:
11072
11073         Implement
11074
11075         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
11076         (expose_bin_window), (ev_view_init),
11077         (ev_view_get_find_status_message), (find_changed_cb),
11078         (ev_view_set_document), (set_document_page):
11079
11080         Adapt to the new interface. A few things are regressed sorry,
11081         I will finish it soon.
11082
11083 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
11084
11085         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
11086         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
11087         ev_sidebar_thumbnails_parent_class variable, don't define another
11088         parent_class variable.
11089
11090         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
11091         (ev_page_action_class_init): ditto.
11092
11093         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
11094         (pixbuf_document_class_init): ditto.
11095
11096         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
11097         ditto.
11098
11099         * .cvsignore: ignore various valgrind output files.
11100
11101 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11102
11103         * data/evince-ui.xml:
11104         * shell/Makefile.am:
11105         * shell/ev-history.c:
11106         * shell/ev-history.h:
11107         * shell/ev-navigation-action.c:
11108         * shell/ev-navigation-action.h:
11109         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
11110         (ev_view_set_page), (ev_view_fit_width):
11111         * shell/ev-view.h:
11112         * shell/ev-window.c: (update_action_sensitivity),
11113         (ev_window_setup_document), (register_custom_actions):
11114
11115         Kill session history
11116
11117 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11118
11119         * shell/ev-window.c: (update_action_sensitivity):
11120
11121         Fix inverted up/down buttons
11122
11123 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
11124
11125         * shell/ev-sidebar-thumbnails.c
11126         (ev_sidebar_thumbnails_select_page): make sure the selected
11127         thumbnail stays visible.
11128
11129 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
11130
11131         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
11132         scrolled window for Federico.
11133
11134 2005-01-26  Ole Laursen  <olau@hardworking.dk>
11135
11136         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
11137
11138 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
11139
11140         * configure.ac:
11141         * pdf/splash/SplashFTFontEngine.cc:
11142
11143         Fix CID fonts with freetype 2.1.9
11144
11145 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
11146
11147         * TODO: added item for desktop icon thumbnailer
11148
11149 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
11150
11151         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
11152         unloaded docs when the title is accessed.
11153
11154         * shell/ev-password-view.[hc]: New widget for displaying password
11155         state.
11156
11157         * shell/ev-window.[ch]: Refactor password handling code to handle
11158         the new view.
11159
11160 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
11161
11162         * NEWS:
11163         * configure.ac:
11164         * data/Makefile.am:
11165
11166         Release 0.1.1
11167
11168 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11169
11170         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
11171         ignore page offset here, to make search results independent of it,
11172
11173         * shell/ev-view.c (expose_bin_window): but take offsets into
11174         account here. Bug #164932
11175
11176         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
11177         scale at the right time. Bug #164996
11178
11179 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
11180
11181         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
11182         fix the problem. Now I just removed the Adobe font names and hope
11183         that the URW fonts are always in outline format. Bug #164934
11184
11185         * shell/ev-window.c (update_window_title): empty titles are
11186         useless, use filename in that case too.
11187
11188         * NEWS: Add some content.
11189
11190 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
11191
11192         * TODO: added one more TODO item and a TODONE section :)
11193
11194 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11195
11196         * ps/ps-document.h: add page_[xy]_offset fields.
11197
11198         * ps/ps-document.c (ps_document_set_page_offset)
11199         (ps_document_render): Keep offset in consideration in a few
11200         places. Bug #164752 "postscript documents are not centered in
11201         window"
11202
11203         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
11204         s/gpdf/evince/. Spotted by Stephane Loeuillet.
11205
11206         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
11207         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
11208         stub out missing methods for complete EvDocument implementation.
11209         Fixes segfaults with Save A Copy and Copy actions.
11210
11211         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
11212         (ps_document_document_iface_init): ditto.
11213         
11214 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11215
11216         * data/.cvsignore:
11217         * data/Makefile.am:
11218         * data/evince.desktop.in:
11219
11220         Add desktop file
11221
11222 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11223
11224         * shell/ev-view.c: (ev_view_button_press_event),
11225         (ev_view_motion_notify_event):
11226
11227         Make selection work in any direction
11228
11229 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11230
11231         * TODO:
11232         * shell/ev-window.c: (set_short_labels), (ev_window_init):
11233
11234         Use shorter labels for some of the toolbars items
11235
11236 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11237
11238         * pdf/xpdf/pdf-document.cc:
11239
11240         Check the links info is initialized before
11241         using it. Should fix a crash on startup.
11242
11243 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11244
11245         * pixbuf/pixbuf-document.c
11246         (pixbuf_document_thumbnails_get_dimensions): force floating point
11247         division to calculate page_ratio. Fixes crash with landscape
11248         format pixbufs.
11249
11250 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
11251
11252         * shell/ev-view.c (ev_view_realize): make the bg color darker.
11253
11254 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
11255
11256         * shell/ev-view.c (set_document_page): unset has_selection when
11257         the page changes.
11258         (set_document_page): handle paper size changes when the page
11259         changes (test with Free Culture, page 2).
11260
11261 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11262
11263         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
11264         (expose_bin_window), (ev_view_class_init), (ev_view_init):
11265
11266         Use normal style color for the widget background and
11267         draw a black box around the page.
11268
11269 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11270
11271         * pdf/xpdf/pdf-document.cc:
11272
11273         Keep offset in consideration in a few places
11274
11275         * shell/ev-view.c: (expose_bin_window):
11276
11277         Set the offsets so that the document is ever centered
11278
11279 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11280
11281         * TODO: Added TODO items and finished off the first todo item
11282
11283         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
11284         reflect current authors
11285
11286 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11287
11288         * pdf/xpdf/pdf-document.cc:
11289         * shell/ev-view.c: (ev_view_set_cursor),
11290         (ev_view_motion_notify_event), (document_changed_callback),
11291         (set_document_page):
11292
11293         Show a wait cursor while the page is rendering
11294
11295 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11296
11297         * shell/ev-sidebar-thumbnails.c:
11298         (ev_sidebar_tree_selection_changed),
11299         (ev_sidebar_thumbnails_select_page):
11300         * shell/ev-sidebar-thumbnails.h:
11301         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
11302         (ev_view_can_go_forward):
11303         * shell/ev-window.c: (ev_window_open_page),
11304         (ev_window_setup_document), (update_current_page),
11305         (view_page_changed_cb), (ev_window_init):
11306         * shell/ev-window.h:
11307
11308         Ensure thumbnails selection, toolbar page control and
11309         current page are in sync.
11310
11311 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
11312
11313         * pdf/xpdf/XRef.cc:
11314
11315         Fix CAN-2005-0064
11316
11317 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
11318
11319         * backend/Makefile.am:
11320         * backend/ev-document-links.h:
11321         * backend/ev-document-security.c: (ev_document_security_get_type),
11322         (ev_document_security_has_document_security),
11323         (ev_document_security_set_password):
11324         * backend/ev-document-security.h:
11325         * backend/ev-document.c: (ev_document_error_quark):
11326         * backend/ev-document.h:
11327         * data/Makefile.am:
11328         * data/evince-password.glade:
11329         * pdf/xpdf/pdf-document.cc:
11330         * shell/Makefile.am:
11331         * shell/ev-password.c: (ev_password_set_bad_password_label),
11332         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
11333         (ev_password_dialog_get_password),
11334         (ev_password_dialog_set_bad_pass):
11335         * shell/ev-password.h:
11336         * shell/ev-window.c: (ev_window_get_attribute),
11337         (ev_window_set_property), (update_action_sensitivity),
11338         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
11339         (ev_window_setup_document), (ev_window_get_password),
11340         (ev_window_open), (ev_window_cmd_save_as),
11341         (using_postscript_printer), (ev_window_print),
11342         (find_not_supported_dialog), (ev_window_cmd_edit_find),
11343         (update_fullscreen_popup), (ev_window_fullscreen),
11344         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11345         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
11346         (menu_item_select_cb), (find_bar_search_changed_cb),
11347         (ev_window_dispose), (ev_window_init):
11348
11349         Add initial support for password-supported dialogs.  This could be
11350         a lot cooler, but it'll do for now.
11351
11352 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
11353
11354         * pdf/xpdf/pdf-document.cc:
11355         * shell/ev-view.c: (status_message_from_link),
11356         (ev_view_set_status), (ev_view_set_cursor),
11357         (ev_view_motion_notify_event), (ev_view_init):
11358         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
11359
11360         Fix bugs in the links implementation and change cursor
11361         when hovering a link.
11362
11363 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
11364
11365         * viewer/.cvsignore: added cvsignore file for viewer directory
11366
11367         * TODO: created TODO document
11368
11369 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
11370
11371         * shell/ev-view.h:
11372         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
11373         new functions to help with implementation of sensitivity code
11374         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11375         of all actions that might require it.  Fixes a crash when you
11376         click on the Zoom actions in a window lacking a document.
11377
11378 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
11379
11380         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11381         of the Find action
11382
11383 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11384
11385         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
11386         (pixbuf_document_document_iface_init):
11387         * ps/ps-document.c: (ps_document_get_link),
11388         (ps_document_document_iface_init):
11389         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
11390         (status_message_from_link), (ev_view_set_status),
11391         (ev_view_set_find_status), (ev_view_motion_notify_event),
11392         (ev_view_button_release_event), (ev_view_set_property),
11393         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
11394         (ev_view_get_find_status_message), (update_find_results),
11395         (ev_view_get_status), (ev_view_get_find_status):
11396         * shell/ev-view.h:
11397         * shell/ev-window.c: (view_status_changed_cb),
11398         (view_find_status_changed_cb), (ev_window_init):
11399
11400         View status message support, use it to show the links.
11401         Needs work...
11402
11403 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11404
11405         * backend/ev-document.c: (ev_document_get_link):
11406         * backend/ev-document.h:
11407         * pdf/xpdf/pdf-document.cc:
11408         * shell/ev-application.c: (ev_application_open):
11409         * shell/ev-application.h:
11410         * shell/ev-sidebar-links.c: (selection_changed_cb):
11411         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
11412         (ev_view_go_to_link):
11413
11414         Add support for document links
11415
11416 2005-01-13  Anders Carlsson  <andersca@gnome.org>
11417
11418         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
11419         (create_tool_item):
11420         Set the spin button limits correctly.
11421         
11422         * shell/ev-sidebar-thumbnails.c:
11423         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
11424         Support changing pages by clicking on the thumbnails.
11425         
11426 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11427
11428         * pixbuf/pixbuf-document.c:
11429         (pixbuf_document_thumbnails_get_dimensions),
11430         (pixbuf_document_document_thumbnails_iface_init):
11431
11432         implement get_dimensions
11433
11434 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11435
11436         * ps/ps-document.c: (ps_document_goto_page):
11437
11438         Fix page switching on multipage documents
11439
11440 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
11441
11442         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11443         
11444         check for NULL before assigning to width and height parameters
11445
11446 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11447
11448         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11449         (pixbuf_document_set_property), (pixbuf_document_get_property):
11450
11451         implement get/set properties
11452
11453 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11454
11455         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
11456         
11457         return NULL instead of "Unknown", letting the title get set to
11458         the filename when the pdf has no title.
11459
11460 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11461
11462         * ps/ps-document.c: (ps_document_get_page_count),
11463         (ps_document_goto_page):
11464
11465 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11466
11467         * shell/ev-history.c: (ev_history_get_property),
11468         (ev_history_set_property), (ev_history_class_init),
11469         (ev_history_add_page), (ev_history_set_current_index):
11470         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
11471         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
11472         (ev_navigation_action_finalize):
11473         * shell/ev-navigation-action.h:
11474         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11475         (ev_view_go_forward), (ev_view_get_find_status_message),
11476         (history_index_changed_cb), (ev_view_set_history):
11477         * shell/ev-view.h:
11478         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11479         (update_current_page), (register_custom_actions):
11480
11481         Implement history dropdowns
11482
11483 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11484
11485         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
11486         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11487         (ev_view_go_forward):
11488         * shell/ev-window.c: (register_custom_actions):
11489
11490         Fix several history bugs
11491
11492 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
11493
11494         * configure.ac: Add «nb» to ALL_LINGUAS.
11495
11496 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
11497
11498         * backend/Makefile.am:
11499         * backend/ev-bookmark.c:
11500         * backend/ev-bookmark.h:
11501         * backend/ev-document-bookmarks.c:
11502         * backend/ev-document-bookmarks.h:
11503         * backend/ev-document-links.c: (ev_document_links_get_type),
11504         (ev_document_links_has_document_links),
11505         (ev_document_links_begin_read), (ev_document_links_get_link),
11506         (ev_document_links_get_child), (ev_document_links_next),
11507         (ev_document_links_free_iter):
11508         * backend/ev-document-links.h:
11509         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
11510         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
11511         (ev_link_get_link_type), (ev_link_set_link_type),
11512         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
11513         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
11514         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
11515         (ev_link_new_external):
11516         * backend/ev-link.h:
11517         * pdf/xpdf/pdf-document.cc:
11518         * shell/Makefile.am:
11519         * shell/ev-application.c: (ev_application_open_link):
11520         * shell/ev-application.h:
11521         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
11522         (ev_history_get_link_nth):
11523         * shell/ev-history.h:
11524         * shell/ev-sidebar-bookmarks.c:
11525         * shell/ev-sidebar-bookmarks.h:
11526         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11527         (ev_sidebar_links_class_init), (selection_changed_cb),
11528         (ev_sidebar_links_construct), (ev_sidebar_links_init),
11529         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
11530         (do_one_iteration), (populate_links_idle),
11531         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
11532         * shell/ev-sidebar-links.h:
11533         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11534         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
11535         (go_to_index):
11536         * shell/ev-view.h:
11537         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
11538         * shell/ev-window.h:
11539
11540         Rename bookmark to link, and use "Index" for the sidebar panel.
11541
11542 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11543
11544         * shell/Makefile.am:
11545         * shell/ev-application.c: (ev_application_open_bookmark):
11546         * shell/ev-application.h:
11547         * shell/ev-history.c: (ev_history_init), (free_links_list),
11548         (ev_history_finalize), (ev_history_class_init),
11549         (ev_history_add_link), (ev_history_add_page),
11550         (ev_history_get_link_nth), (ev_history_get_n_links),
11551         (ev_history_get_current_index), (ev_history_set_current_index),
11552         (ev_history_new):
11553         * shell/ev-history.h:
11554         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11555         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
11556         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
11557         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
11558         (ev_view_set_page):
11559         * shell/ev-view.h:
11560         * shell/ev-window.c: (ev_window_open_bookmark),
11561         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
11562         (goto_page_cb), (register_custom_actions):
11563         * shell/ev-window.h:
11564
11565         Initial history implementation. Needs work.
11566
11567 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
11568
11569         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
11570
11571 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11572
11573         * cut-n-paste/recent-files/egg-recent-item.c:
11574         * cut-n-paste/recent-files/egg-recent-item.h:
11575         * cut-n-paste/recent-files/egg-recent-model.c:
11576         * cut-n-paste/recent-files/egg-recent-util.c:
11577         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11578         * cut-n-paste/recent-files/egg-recent-view.c:
11579
11580         Update
11581
11582 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
11583
11584         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
11585         (fillGlyph, fillImageMask, drawImage):
11586         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
11587         pdf/splash/SplashTypes.h:
11588         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
11589         packed mode for Splash.
11590
11591         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
11592         RGB8 packed mode, eliminates the pixbuf data creation loop.
11593
11594         * shell/ev-print-job.c (ev_print_job_finalize)
11595         (ev_print_job_set_property, ev_print_job_get_property)
11596         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
11597         (ev_print_job_use_print_dialog_settings, idle_print_handler)
11598         (print_closure_finalize, ev_print_job_print): implement
11599         printing (for backends with EvPsExporter)
11600
11601         * shell/ev_print_job.h: update prototypes.
11602
11603         * shell/ev-window.c (ev_window_print): unref print job after
11604         printing.
11605
11606         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
11607         unless the document implements the EvDocumentFind interface.
11608
11609 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
11610
11611         * configure.ac: Added ja to ALL_LINGUAS.
11612
11613 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11614
11615         * pdf/xpdf/pdf-document.cc:
11616
11617         add a FIXME. We should probably not allocate
11618         a bookmark object every time
11619
11620 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11621
11622         * shell/ev-application.c: (ev_application_open),
11623         (ev_application_open_bookmark):
11624         * shell/ev-application.h:
11625         
11626         Add a way to open bookmarks
11627
11628         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
11629         (ev_bookmark_set_uri), (ev_bookmark_get_property),
11630         (ev_bookmark_set_property), (ev_bookmark_class_init),
11631         (ev_bookmark_new_title), (ev_bookmark_new_link),
11632         (ev_bookmark_new_external):
11633
11634         Support for external uris, better constructors.
11635
11636         * backend/ev-bookmark.h:
11637         * pdf/xpdf/pdf-document.cc:
11638         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11639
11640         Handle external uris
11641
11642 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11643
11644         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
11645         (ev_sidebar_bookmarks_construct), (do_one_iteration):
11646
11647         Hook up bookmarks navigation
11648
11649 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11650
11651         * backend/Makefile.am:
11652         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
11653         (ev_bookmark_get_title), (ev_bookmark_set_title),
11654         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
11655         (ev_bookmark_get_page), (ev_bookmark_set_page),
11656         (ev_bookmark_get_property), (ev_bookmark_set_property),
11657         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
11658         (ev_bookmark_new):
11659         * backend/ev-bookmark.h:
11660         * backend/ev-document-bookmarks.c:
11661         (ev_document_bookmarks_get_bookmark):
11662         * backend/ev-document-bookmarks.h:
11663         * pdf/xpdf/pdf-document.cc:
11664         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
11665
11666         Add a bookmark object to the backend and use it instead of get_values
11667
11668 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11669
11670         * data/evince-ui.xml:
11671
11672         Cleanup and add select all.
11673
11674         * shell/ev-view.c: (ev_view_select_all),
11675         (ev_view_button_press_event):
11676         * shell/ev-view.h:
11677         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
11678
11679         Add select all.
11680         Clear selection on click.
11681
11682 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
11683
11684         * shell/ev-sidebar-thumbnails.c
11685         (ev_sidebar_thumbnails_set_document): forgot to unref the
11686         loading_icon.
11687
11688 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
11689
11690         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
11691         at the visible page, not just linearly.  This makes it look fast.
11692
11693 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
11694
11695         * backend/ev-document-misc.c
11696         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
11697         white.
11698         * backend/ev-document-thumbnails.h: New interface to get the size
11699         of a page.
11700
11701 2005-01-06  Jeremy Katz  <katzj@redhat.com>
11702
11703         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
11704         make dist works
11705
11706 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
11707
11708         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
11709         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
11710         things up a bit.
11711
11712         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
11713
11714 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
11715
11716         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
11717         fonts. Should fix font problems on systems that have the base
11718         fonts in bitmap format. Reported by James Henstridge
11719         <james@jamesh.id.au>.
11720
11721 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11722
11723         * pdf/xpdf/Gfx.cc:
11724         * pdf/xpdf/GfxState.cc:
11725
11726         Fix for CAN-2004-1125
11727
11728 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11729
11730         * shell/ev-view.c: (ev_view_copy):
11731         * shell/ev-view.h:
11732         * shell/ev-window.c: (ev_window_cmd_edit_copy):
11733
11734         Implement Edit->Copy
11735
11736 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11737
11738         * backend/ev-document.c: (ev_document_get_text):
11739         * backend/ev-document.h:
11740         * pdf/xpdf/pdf-document.cc:
11741         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
11742         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11743         (ev_view_update_primary_selection), (ev_view_button_press_event),
11744         (ev_view_motion_notify_event), (ev_view_button_release_event):
11745
11746         Beginnings of clipboard support. Incomplete but primary sort
11747         of work.
11748
11749 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11750
11751         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
11752         (expose_bin_window):
11753
11754         Nicer rubberband drawing, from GtkIconView.
11755
11756 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11757
11758         * backend/ev-document.c: (ev_document_save):
11759         * backend/ev-document.h:
11760         * data/evince-ui.xml:
11761         * pdf/xpdf/pdf-document.cc:
11762         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
11763
11764         Implement "Save a copy..." menu item
11765
11766 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11767
11768         * shell/ev-view.c: (ev_view_zoom):
11769
11770         Queue a resize when zoom changes
11771
11772 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
11773
11774         * backend/ev-document-misc.[ch]: New misc file to do simple drop
11775         shadows.
11776
11777         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
11778         thumbnails..
11779
11780 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
11781
11782         * pdf/xpdf/pdf-document.cc
11783         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
11784
11785 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
11786
11787         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
11788         It's slow, but I'll speed it up next!
11789
11790 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
11791
11792         * shell/main.c (load_files):
11793
11794         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
11795         from the command line and because it seems more appropriate.
11796
11797 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11798
11799         * data/evince-ui.xml:
11800         * shell/ev-window.c: (update_action_sensitivity),
11801         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
11802
11803         s/next page/page down
11804         s/previous page/page up
11805
11806 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11807
11808         * data/evince-ui.xml:
11809
11810         Change the layout to match clarkbw design.
11811
11812         * shell/Makefile.am:
11813         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
11814         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
11815         (ev_navigation_action_finalize),
11816         (ev_navigation_action_set_property),
11817         (ev_navigation_action_get_property),
11818         (ev_navigation_action_class_init):
11819         * shell/ev-navigation-action.h:
11820
11821         Implement clarkbw toolbar navigation controls (incomplete)
11822
11823         * shell/ev-page-action.c: (update_label), (update_spin),
11824         (value_changed_cb), (create_tool_item), (connect_proxy),
11825         (ev_page_action_init), (ev_page_action_finalize),
11826         (ev_page_action_set_property), (ev_page_action_get_property),
11827         (ev_page_action_set_current_page),
11828         (ev_page_action_set_total_pages), (ev_page_action_class_init):
11829         * shell/ev-page-action.h:
11830
11831         Implement a page switcher in the toolbar
11832
11833         * shell/ev-view.c: (ev_view_scroll_view):
11834         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11835         (update_current_page), (view_page_changed_cb), (goto_page_cb),
11836         (register_custom_actions), (ev_window_init):
11837
11838         Change page on PageUp/Down.
11839
11840 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
11841
11842         * pdf/xpdf/pdf-document.cc
11843         (pdf_document_thumbnails_get_thumbnail): initial stab at
11844         implementing thumbnail support for pdfs.  It only does documents
11845         with precached pdfs now.
11846
11847 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
11848
11849         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
11850         thumbnail code into a time-based idle as well.  Also, turn off the
11851         shadow temporarily as it's really slow.
11852
11853 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11854
11855         * backend/ev-document.c: (ev_document_class_init):
11856         * pdf/xpdf/pdf-document.cc:
11857         * shell/ev-window.c: (ev_window_open):
11858
11859         Fix document title bugs and fallback to
11860         filename when not available.
11861
11862 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11863
11864         * backend/ev-document.c: (ev_document_get_type),
11865         (ev_document_class_init), (ev_document_load),
11866         (ev_document_get_title):
11867         * backend/ev-document.h:
11868         * pdf/xpdf/pdf-document.cc:
11869         * ps/ps-document.c: (ps_document_set_property),
11870         (ps_document_get_property), (ps_document_class_init),
11871         (document_load):
11872         * ps/ps-document.h:
11873         * ps/ps.h:
11874         * shell/ev-window.c: (update_window_title), (ev_window_open),
11875         (ev_window_init):
11876
11877         Initial support for document title. Not working yet.
11878
11879 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11880
11881         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
11882
11883         Grab focus on the view when clicking it
11884
11885 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11886
11887         * shell/ev-marshal.list:
11888         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
11889         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
11890
11891         Add key bindings to the view. Now if the focus would work
11892         right...
11893
11894 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11895
11896         * Makefile.am:
11897         * backend/Makefile.am:
11898         * data/Makefile.am:
11899         * dvi/Makefile.am:
11900         * dvi/dvilib/Makefile.am:
11901         * pdf/xpdf/Makefile.am:
11902         * po/POTFILES.in:
11903         * ps/Makefile.am:
11904
11905         Fix distcheck
11906
11907 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11908
11909         * shell/ev-view.c: (ev_view_realize):
11910
11911         Fix mouse wheel scrolling
11912
11913 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11914
11915         * ps/Makefile.am:
11916         * ps/gstypes.h:
11917         * ps/gtkgs.c:
11918         * ps/gtkgs.h:
11919         * ps/ps-document.c: (catchPipe), (ps_document_init),
11920         (ps_document_class_init), (ps_document_cleanup),
11921         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
11922         (set_up_page), (close_pipe), (is_interpreter_ready),
11923         (interpreter_failed), (output), (input), (start_interpreter),
11924         (stop_interpreter), (file_length), (file_readable),
11925         (check_filecompressed), (check_pdf), (compute_xdpi),
11926         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
11927         (ps_document_get_type), (ps_document_emit_error_msg),
11928         (document_load), (ps_document_next_page),
11929         (ps_document_get_current_page), (ps_document_get_page_count),
11930         (ps_document_goto_page), (ps_document_set_page_size),
11931         (ps_document_zoom_to_fit), (ps_document_set_zoom),
11932         (ps_document_load), (ps_document_get_n_pages),
11933         (ps_document_set_page), (ps_document_get_page),
11934         (ps_document_widget_event), (ps_document_set_target),
11935         (ps_document_set_scale), (ps_document_set_page_offset),
11936         (ps_document_get_page_size), (ps_document_render),
11937         (ps_document_document_iface_init):
11938         * ps/ps-document.h:
11939         * ps/ps.c:
11940         * shell/ev-window.c: (ev_window_open):
11941
11942         Rename GtkGS to PSDocument
11943
11944 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11945
11946         * ps/gtkgs.c: (gtk_gs_class_init):
11947         * ps/gtkgs.h:
11948
11949         Some more leftover...
11950
11951 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11952
11953         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
11954         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
11955         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
11956         * ps/gtkgs.h:
11957
11958         Remove unused code and make a lot of stuff private
11959
11960 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11961
11962         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
11963         (gtk_gs_defaults_changed):
11964         * ps/gsdefaults.h:
11965         * ps/gtkgs.c:
11966         * ps/gtkgs.h:
11967         * ps/ps.h:
11968
11969         Cleanup headers dependencies
11970
11971 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11972
11973         * ps/Makefile.am:
11974         * ps/ggvutils.c:
11975         * ps/ggvutils.h:
11976         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
11977         * ps/gsdefaults.h:
11978         * ps/gtkgs.c: (file_length), (file_readable),
11979         (check_filecompressed), (check_pdf), (gtk_gs_load),
11980         (gtk_gs_get_postscript):
11981
11982         Get rid of ggvutils
11983
11984 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11985
11986         * ps/ggvutils.c:
11987         * ps/ggvutils.h:
11988         * ps/gsio.h:
11989         * ps/gtkgs.c: (gtk_gs_set_zoom):
11990
11991         Cleanups
11992
11993 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11994
11995         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
11996
11997         Ensure the page is rerendered when changing zoom
11998
11999 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12000
12001         * backend/ev-document.c: (ev_document_base_init),
12002         (ev_document_changed):
12003         * backend/ev-document.h:
12004
12005         Add a changed event that is emitted when the page content
12006         changes. This is necessary to deal with the fact that
12007         in ps backend rendering happen asycrounously.
12008         This makes the ps backend mostly work.
12009
12010         * pdf/xpdf/pdf-document.cc:
12011
12012         Emit changed event
12013
12014         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
12015         (ps_document_set_target):
12016
12017         Emit changed event
12018
12019         * shell/ev-view.c: (document_changed_callback),
12020         (ev_view_set_document), (ev_view_set_page):
12021
12022         Redraw on the changed signal
12023
12024 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
12025
12026         * configure.ac: Added pt_BR to ALL_LINGUAS.
12027
12028 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
12029
12030         * backend/ev-document-bookmarks.c:
12031         (ev_document_bookmarks_get_child): *
12032         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
12033         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
12034         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
12035         (ev_sidebar_bookmarks_destroy),
12036         (ev_sidebar_bookmarks_class_init),
12037         (ev_sidebar_bookmarks_construct), (stack_data_free),
12038         (do_one_iteration), (populate_bookmarks_idle),
12039         (ev_sidebar_bookmarks_clear_document),
12040         (ev_sidebar_bookmarks_set_document): *
12041         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
12042         (ev_sidebar_add_page),
12043         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
12044         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
12045         it displays both the topics and the page numbers.
12046
12047 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
12048
12049         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
12050         toggle.
12051         * shell/ev-window.c (toggle_entries): Set sidebar default value to
12052         visible.
12053
12054 2004-12-23  Adam Weinberger  <adamw@gnome.org>
12055
12056         * configure.ac: Added en_CA to ALL_LINGUAS.
12057
12058 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12059
12060         * ChangeLog: replace bottom of this ChangeLog (merged history of
12061         ggv and gpdf; where all paths were wrong and most of the files are
12062         not even in this tree) with ChangeLog (from arch) of the shell
12063         code.
12064
12065 2004-12-23  Havoc Pennington  <hp@redhat.com>
12066
12067         * shell/ev-window.c: hook up potentially-questionable "find
12068         results status text" feature - something involving the sidebar or
12069         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
12070         might be better in the end.
12071
12072         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
12073         with corresponding signal when it should be updated
12074
12075         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
12076
12077 2004-12-22  Havoc Pennington  <hp@redhat.com>
12078
12079         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
12080         find stuff on other pages, sort of (only returns one result on
12081         invisible pages, to show they have results; updates full results
12082         for a page when you view it). Currently repaints the current page
12083         every time a new result is found on any page, which isn't so nice.
12084
12085 2004-12-22  Havoc Pennington  <hp@redhat.com>
12086
12087         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
12088         the document doesn't support find (better ideas?)
12089         (find_bar_search_changed_cb): handle missing document or document
12090         that doesn't support find
12091
12092         * pdf/xpdf/pdf-document.cc: port to implement the new
12093         EvDocumentFindIface
12094
12095         * backend/ev-document-find.c: create a new interface for searching
12096
12097         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
12098
12099 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12100
12101         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
12102         libevbackend.la.
12103
12104         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
12105         EvPrintJob constructor arguments.
12106
12107         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
12108         for documents that can export PostScript (page by page).
12109
12110         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
12111         
12112         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
12113         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
12114         (pdf_document_ps_exporter_iface_init:
12115         Implement EvPSExporter.
12116
12117         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
12118
12119 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12120
12121         * backend/Makefile.am:
12122         * backend/ev-document-thumbnails.c:
12123         (ev_document_thumbnails_get_type),
12124         (ev_document_thumbnails_get_thumbnail):
12125         * backend/ev-document-thumbnails.h:
12126         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12127         (pixbuf_document_thumbnails_get_thumbnail),
12128         (pixbuf_document_document_thumbnails_iface_init):
12129         * shell/Makefile.am:
12130         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
12131         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
12132         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
12133         * shell/ev-sidebar-thumbnails.h:
12134         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12135         (ev_sidebar_set_document):
12136         * shell/ev-utils.c: (gaussian), (create_blur_filter),
12137         (create_shadow), (ev_pixbuf_add_shadow):
12138         * shell/ev-utils.h:
12139         Add thumbnail support.
12140         
12141 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12142
12143         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
12144         (using_postscript_printer): Set up a print dialog for "PostScript
12145         injection" method.
12146
12147         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
12148         EvPrintJob.
12149
12150         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
12151
12152 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12153
12154         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
12155         (ps_document_set_target), (ps_document_get_page_size),
12156         (ps_document_render):
12157         * ps/gtkgs.h:
12158
12159         Fix a few bugs
12160
12161 2004-12-22  Christian Rose  <menthos@menthos.com>
12162
12163         * configure.ac: Added "sv" to ALL_LINGUAS.
12164
12165 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
12166
12167         * backend/ev-document-bookmarks.[ch]: new interface to indicate
12168         document supports bookmarks.
12169
12170 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12171
12172         * ps/ggvutils.c: (ggv_file_readable):
12173         * ps/ggvutils.h:
12174         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
12175         (gtk_gs_get_postscript):
12176
12177         Remove unused utils
12178
12179 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12180
12181         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
12182         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
12183         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
12184         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
12185         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
12186         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
12187         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12188         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12189         (gtk_gs_set_antialiasing), (ps_document_load),
12190         (ps_document_render):
12191         * ps/gtkgs.h:
12192
12193         Another check point for the ps backend. Now I can get it to show
12194         pages!
12195
12196 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
12197
12198         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
12199         document setting code.
12200
12201 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12202
12203         * shell/eggfindbar.c: (entry_activate_callback):
12204         Animate the next button when activate is pressed.
12205         
12206 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12207
12208         * shell/ev-window.c: (ev_window_cmd_edit_find),
12209         (update_fullscreen_popup), (ev_window_fullscreen),
12210         (ev_window_unfullscreen), (ev_window_state_event_cb),
12211         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
12212         Fix bugs in fullscreen code.
12213         
12214 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12215
12216         * Makefile.am:
12217         * configure.ac:
12218         * pixbuf/Makefile.am:
12219         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12220         (pixbuf_document_load), (pixbuf_document_get_n_pages),
12221         (pixbuf_document_set_page), (pixbuf_document_get_page),
12222         (pixbuf_document_set_target), (pixbuf_document_set_scale),
12223         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
12224         (pixbuf_document_render), (pixbuf_document_begin_find),
12225         (pixbuf_document_end_find), (pixbuf_document_finalize),
12226         (pixbuf_document_class_init),
12227         (pixbuf_document_document_iface_init), (pixbuf_document_init):
12228         * pixbuf/pixbuf-document.h:
12229         * shell/Makefile.am:
12230         * shell/ev-application.c: (ev_application_open):
12231         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
12232         (ev_window_open):
12233         Add pixbuf backend.
12234         
12235 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
12236
12237         * Makefile.am: 
12238         * dvi/dvilib/Makefile.am:
12239         * dvi/Makefile.am:
12240         * configure.ac: Auto*ify dvi and dvi/dvilib
12241
12242         * dvi/Makefile: Remove from CVS
12243         
12244         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
12245         confusion.
12246
12247         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
12248         
12249         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
12250         
12251 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12252
12253         * ps/Makefile.am:
12254         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
12255         (gtk_gs_value_adjustment_changed), (compute_size),
12256         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
12257         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
12258         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12259         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12260         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
12261         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
12262         (ps_document_load), (ps_document_get_n_pages),
12263         (ps_document_set_page), (ps_document_get_page),
12264         (ps_document_set_target), (ps_document_set_scale),
12265         (ps_document_set_page_offset), (ps_document_get_page_size),
12266         (ps_document_render), (ps_document_begin_find),
12267         (ps_document_end_find), (ps_document_document_iface_init):
12268         * ps/gtkgs.h:
12269         * shell/Makefile.am:
12270         * shell/ev-window.c: (ev_window_open):
12271
12272         Some work to integrate gtkgs with EvDocument
12273
12274 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12275
12276         * shell/ev-window.c: (update_fullscreen_popup),
12277         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
12278         (exit_fullscreen_button_clicked_cb),
12279         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
12280         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12281         (ev_window_state_event_cb), (ev_window_init):
12282         Add fullscreen support from Epiphany.
12283         
12284 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12285
12286         * data/ev-stock-zoom-fit-width.png: fit-width
12287         stock icon from gpdf.
12288         
12289         * shell/ev-stock-icons.[ch]: copied from gpdf.
12290         
12291         * shell/main.c: (main): init stock icons.
12292         
12293         * shell/ev-window.c: use the fit-width icon.
12294         
12295         * data/evince-ui.xml: add zooming toolbar items.
12296
12297 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12298
12299         * shell/ev-view.c: 
12300         (ev_view_best_fit), (ev_view_fit_width): because
12301         get_page_size() returns the scaled page size, we
12302         need to calculate the scale factor relative to
12303         the previous scale factor. Should really just
12304         add get_real_page_size().
12305
12306 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12307
12308         * shell/ev-view.[ch]:
12309         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
12310         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
12311         add zooming.
12312         
12313         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
12314         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
12315         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
12316         hook it up.
12317         
12318         * pdf/xpdf/pdf-document.cc:
12319         (pdf_document_begin_find),
12320         (pdf_document_end_find): make static.
12321
12322 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12323
12324         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
12325
12326         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
12327         names to fontconfig patterns.
12328         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
12329
12330         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
12331         setupBaseFontsFc.
12332
12333 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12334
12335         * Makefile.am:
12336         * configure.ac:
12337         * ps/Makefile.am:
12338         * ps/ggvutils.c:
12339         * ps/ggvutils.h:
12340         * ps/gsdefaults.c:
12341         * ps/gsdefaults.h:
12342         * ps/gsio.c:
12343         * ps/gsio.h:
12344         * ps/gtkgs.c:
12345         * ps/gtkgs.h:
12346         * ps/ps.c:
12347         * ps/ps.h:
12348
12349         Import ggv backend. Not hooked up yet.
12350
12351 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12352
12353         * shell/main.c: (load_files), (main): load files
12354         from the command line.
12355
12356 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12357
12358         * configure.ac: don't require bonobo.
12359         
12360         * cut-n-paste/recent-files/*: kill bonobo recent
12361         view.
12362
12363         * shell/ev-window.c:
12364         (ev_window_is_empty): upd.
12365         (unable_to_load), (ev_window_open): load backend
12366         based on the mime type.
12367
12368 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12369
12370         * backend/.cvsignore: ignore generated marshalers source.
12371
12372         * shell/main.c (main): this is not epiphany.
12373
12374 2004-12-22  Havoc Pennington  <hp@redhat.com>
12375
12376         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
12377         (expose_bin_window): draw find highlights
12378
12379         * shell/ev-window.c (find_bar_search_changed_cb): implement 
12380         
12381         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
12382         (pdf_document_end_find): implement this interface
12383
12384         * backend/ev-document.c (ev_document_found): add this to emit
12385         signal
12386
12387 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
12388
12389         * data/evince-ui.xml: Add a few more toolbar items.
12390
12391         * shell/ev-window.c: Hook up page navigation toolbar 
12392         items.
12393
12394         * shell/ev-view.[ch]: add ev_view_set/get_page and 
12395         a page-changed signal.
12396
12397         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
12398         Add ev_document_get_page().
12399
12400         * shell/ev-window.c: Sensitize/desensitize navigation
12401         actions.
12402
12403 2004-12-21  Havoc Pennington  <hp@redhat.com>
12404
12405         * backend/ev-backend-marshal.c,
12406         backend/ev-backend-marshalers.list, backend/Makefile.am: add
12407         marshaler-generator thingy. I'm sure there's a better way to do
12408         this in the modern world.
12409
12410         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
12411         end_find methods and "found" signal.
12412
12413         * configure.ac: find glib-genmarshal
12414
12415 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
12416
12417         * shell/ev-sidebar.c: Construct an actual sidebar.
12418         * shell/ev-sidebar-bookmarks.[ch]:
12419         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
12420
12421 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
12422
12423         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
12424         Redo size handling.
12425         
12426         * shell/ev-view.c: Track the size from the document.
12427
12428 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
12429
12430         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
12431         constructor assumes ownership of the string passed in.
12432         
12433         * shell/ev-window.c (ev_window_open): Destroy the error
12434         dialog once we've displayed it.
12435
12436 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
12437
12438         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
12439         a bit, it works! (sort of)
12440
12441         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
12442         Move to .cc since we need to use C++ in the implementation.
12443
12444         * shell/dummy.cc: Add a CC file to force evince
12445         to be linked as a C++ program.
12446
12447 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
12448
12449         * shell/ev-view.[ch]: Start of content-area widget.
12450
12451         * shell/ev-window.c: Create a EvView, update it
12452         as we change documents.
12453
12454         * shell/Makefile.am shell/ev-marshal.list: Add
12455         generated marshalers.
12456
12457 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
12458
12459         * Makefile.am (SUBDIRS): move shell.
12460
12461 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
12462
12463         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
12464         .a to libtool convenience libraries.
12465
12466         * shell/ev-window.c (ev_window_open): Hard code loading
12467         a PDF document.
12468         
12469         * backend/ev-document.h: Add a boolean return to load(),
12470         fix GError * to GError **.
12471
12472         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
12473         object for a PDF backend EvDocument.
12474
12475 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
12476
12477         * dvi/*: New directory with the beginning of a .dvi backend.
12478
12479 2004-12-21  Havoc Pennington  <hp@redhat.com>
12480
12481         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
12482         previous/next instead of back/forward
12483
12484 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
12485
12486         * backend/ev-document.[ch]: Fix a couple of problems so
12487         it compile.
12488
12489 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
12490
12491         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
12492         to backend/ directory, rename EvViewer to EvDocument.
12493
12494 2004-12-21  Havoc Pennington  <hp@redhat.com>
12495
12496         * shell/ev-window.c: hook up the find bar widget; now we just need
12497         a document to find things in
12498
12499         * shell/eggfindbar.c: a find bar widget
12500
12501 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
12502
12503         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
12504
12505 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
12506
12507         * pdf/**: Import of xpdf code from gpdf. 
12508
12509         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
12510
12511         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
12512         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
12513         Fix FreeType includes.
12514
12515         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
12516         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
12517         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
12518         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
12519         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
12520         Include xpdfconfig.h
12521         
12522 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
12523
12524         * shell/ev-window.c (ev_window_dispose): dispose can be called
12525         multiple times.
12526
12527 2004-12-21  Havoc Pennington  <hp@redhat.com>
12528
12529         * shell/ev-window.c (ev_window_init): set title to Document Viewer
12530         rather than Evince
12531
12532         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
12533         items; really they should be synced with the strings, etc. from
12534         current gpdf, but just getting the boring typing out of the way 
12535
12536 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12537
12538         * po/POTFILES.in:
12539         * shell/ev-application.c: (window_destroy_cb):
12540         * shell/ev-window.c:
12541         * shell/main.c: (main):
12542
12543         Actually show the window...
12544
12545 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12546
12547         * Makefile.am:
12548         * shell/Makefile.am:
12549         * shell/ev-application.c: (ev_application_class_init):
12550         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
12551
12552         Make it build again
12553
12554 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12555
12556         Import to gnome cvs.
12557         
12558         * Remove copies of gpdf and ggv trees.
12559         * Rip out all the recursive configure code.
12560         * Remove bonobo machinery.
12561         * viewer/*: GInterfaces that backends should/can implement.
12562
12563 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12564
12565         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
12566         typo
12567
12568 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12569
12570         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
12571         (ev_application_finalize, ev_application_class_init)
12572         (ev_application_init): use GType instance private data for priv.
12573
12574         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
12575         (ev_window_finalize, ev_window_class_init)
12576         (ev_window_init): ditto.
12577
12578 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12579
12580         * shell/ev-application.c (ev_application_new_window): make public
12581         (ev_application_show_initial_window): kill.
12582
12583         * shell/ev-application.h: update prototypes.
12584
12585         * shell/main.cc (main): inline ev_application_show_initial_window.
12586
12587 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12588
12589         * shell/ev-application.c (ev_application_new_window): impl.
12590         (ev_application_show_initial_window): use it.
12591         (is_window_empty, ev_application_get_empty_window): returns an
12592         existing empty window or a new one.
12593         (ev_application_open): from ev_window_cmd_file_open.
12594
12595         * shell/ev-application.h: update prototypes
12596
12597         * shell/ev-window.c (ev_window_is_empty): impl.
12598         (ev_window_open): make public.
12599         (ev_window_cmd_file_open): use ev_application_open
12600
12601         * shell/ev-window.h: update prototypes, remove unused.
12602
12603 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12604
12605         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
12606         move destroy handler out of here...
12607
12608         * shell/ev-application.c, shell/ev-application.h: ...into this new
12609         class. Also handles initial window creation.
12610
12611         * shell/main.cc (main): use EvApplication to create initial
12612         window.
12613
12614 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12615
12616         * Makefile.am (SUBDIRS): add cut-n-paste
12617
12618         * cut-n-paste/Makefile.am: add
12619
12620         * configure.ac: generate Makefiles in cut-n-paste
12621
12622 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12623
12624         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
12625         (ev_window_class_init): install ev_window_dispose.
12626
12627 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12628
12629         * shell/ev-window.h, shell/ev-window.c: replace gchar with
12630         char (gchar looks stupid).
12631
12632 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12633
12634         * po/de.po: updated German translation.
12635
12636 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12637
12638         * configure.ac: add more pkg-config library checks for gnome-vfs,
12639         bonobo etc.
12640
12641         * gpdf/configure.in: temporarily disable libpaper
12642         checks. Otherwise I'd have to add the checks for the shell, too.
12643
12644 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12645
12646         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
12647         and * file filters to the file choose.
12648
12649 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12650
12651         * po/de.po: Updated German translation.
12652
12653 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12654
12655         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
12656
12657 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12658
12659         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
12660
12661         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
12662         (ev_window_init): implement those menuitems.
12663
12664 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12665
12666         * data/evince-ui.xml: add a toolbar (with FileOpen action)
12667
12668         * shell/ev-window.c (ev_window_init): use the toolbar.
12669
12670 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12671
12672         * shell/ev-window.c (ev_window_init): use menu translations
12673
12674 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12675
12676         * configure.ac: add "de" to ALL_LINGUAS.
12677
12678         * po/de.po: add German translation.
12679
12680 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12681
12682         * Makefile.am (SUBDIRS): add po
12683
12684         * configure.ac: check intltool, glib-gettext etc, generate
12685         po/Makefile.in
12686
12687         * po, po/POTFILES.in, po/POTFILES.skip: new.
12688
12689 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12690
12691         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
12692         already use (#ifdef ENABLE_NLS)
12693
12694         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
12695         pointer indirection thinko.
12696
12697         * shell/main.c: include gi18n.h for bindtextdomain etc.
12698
12699 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12700
12701         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
12702         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
12703         tooltips for menu items in the statusbar.
12704
12705 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12706
12707         * configure.ac, data/Makefile.am, shell/Makefile.am: use
12708         pkgdatadir drop UIDIR
12709
12710 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12711
12712         * data/evince-ui.xml: Add File->Open menu item
12713
12714         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
12715         chooser), hook it up in the ui manager.
12716
12717 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12718
12719         * shell/ev-window.c: fix Help->About tooltip.
12720
12721 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
12722
12723         * configure.ac: set CFLAGS for libevprivate.
12724
12725         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
12726         definitions, factory etc.
12727
12728         * lib/Makefile.am: build libevprivate.a (only stock icon code).
12729
12730         * shell/Makefile.am: link against libevprivate.a.
12731
12732         * shell/ev-window.c (entries): add stock icon to Help->About.
12733
12734         * shell/main.c (main): init stock icon code.
12735
12736 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12737
12738         * lib/recent-files: egg recent files code
12739
12740         * lib/Makefile.am: add.
12741
12742         * Makefile.am: add lib subdir.
12743
12744         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
12745         set CFLAGS for recent-files.
12746
12747 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12748
12749         * configure.ac: disable -ansi and -pedantic gcc flags. They
12750         disable POSIX stuff in stdio.h, but egg-recent uses them.
12751
12752 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
12753
12754         * configure.ac: add --disable-deprecated flag (defaults to on in
12755         "cvs" builds).
12756
12757         * shell/Makefile.am (INCLUDES): use it.
12758
12759 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12760
12761         * shell/main.c: add missing #include.
12762
12763         * shell/ev-window.c: fix for pedantic gcc.
12764         (ev_window_cmd_help_about): split license into paragraphs for
12765         translators and pedantic compilers.
12766
12767 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12768
12769         * configure.ac: add more warning flags if compiling with gcc from
12770         cvs (or explicitly requested with --enable-more-warnings).
12771
12772 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12773
12774         * data/evince-ui.xml: add File and File->Close menu.
12775
12776         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
12777         (ev_window_destroy): quit after destroy.
12778         (ev_window_class_init): override GtkObject::destroy.
12779         (entries): install close_window callback.
12780
12781 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12782
12783         * Makefile.am (SUBDIRS): add data subdir.
12784
12785         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
12786         gtk+ 2.5.0 for GtkAboutDialog.
12787
12788         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
12789         main window.
12790
12791         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
12792
12793         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
12794         manager.
12795         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
12796
12797 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12798
12799         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
12800
12801 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12802
12803         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
12804
12805 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12806
12807         * shell/*: Added shell directory boilerplate, build it.
12808
12809 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12810
12811         * configure.ac, Makefile.am: Added top-level configure.ac and
12812         Makefile.am