]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
cb0830ab655eda9beee17880a30dc1fb3abc3ae4
[evince.git] / ChangeLog
1 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2
3         * shell/ev-view-private.h:
4         * shell/ev-view.c: (ev_view_drag_update_momentum),
5         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
6         (ev_view_button_release_event), (ev_view_destroy):
7         
8         Kinetic scrolling implemented as requested in
9         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
10
11 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12
13         * data/evince-toolbar.xml:
14         * data/evince-ui.xml:
15         * shell/ev-view-private.h:
16         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
17         (ev_view_button_press_event), (ev_view_motion_notify_event),
18         (ev_view_button_release_event), (ev_view_init),
19         (ev_view_autoscroll_cb), (ev_view_autoscroll),
20         (ev_view_set_cursor):
21         * shell/ev-view.h:
22         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
23         (ev_window_cmd_view_autoscroll):
24         
25         Autoscroll feature with the context menu. Fixes bug 
26         #323670. Thanks to David Turner <cillian64@googlemail.com>.
27
28 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
29
30         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
31
32         Disconnect also page-ready signal when removing a job because the
33         page size has changed. Thanks to kripken
34         <kripkensteiner@gmail.com>.
35
36 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
37
38         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
39         
40         Scroll pages in page entry with mouse wheel. Fixes bug
41         #324122. Thanks to David Turner <cillian64@googlemail.com>.
42
43 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
44
45         * backend/dvi/Makefile.am:
46         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
47         (mdvi_cairo_device_init):
48         * backend/dvi/mdvi-lib/common.h:
49         * backend/dvi/mdvi-lib/mdvi.h:
50         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
51         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
52         (mdvi_build_path_from_cwd):
53
54         Add ps specials support in dvi backend when libspectre is
55         present. Fixes bug #386005.
56         
57 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
58
59         * configure.ac:
60         * backend/ps/Makefile.am:
61         * backend/ps/ev-spectre.[ch]:
62         
63         Use libspectre, if available, for the ps backend. Fixes bugs
64         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
65
66 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
67         
68         * backend/comics/comics-document.c: (comics_document_load):
69         
70         Cygwin build issue fix.
71
72 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
73
74         * shell/ev-view.c: (ev_view_set_zoom):
75
76         Do not limit the minimum zoom factor when sizing mode is best bit
77         or fit width. Fixes bug #503805.
78         
79 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
80
81         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
82         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
83         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
84         (ev_link_dest_get_property), (ev_link_dest_set_property),
85         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
86         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
87         (ev_link_dest_new_fitr):
88         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
89         (goto_fith_dest), (goto_xyz_dest):
90
91         Do not change left, top and zoom values when they are null in PDF
92         destinations. Fixes bug #460658.
93         
94 2007-12-10  Christian Persch  <chpe@gnome.org>
95
96         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
97         (ev_view_accessible_class_init),
98         (ev_view_accessible_idle_do_action),
99         (ev_view_accessible_action_do_action),
100         (ev_view_accessible_action_get_description),
101         (ev_view_accessible_action_set_description),
102         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
103         (ev_view_accessible_factory_init),
104         (ev_view_accessible_factory_get_accessible_type):
105         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
106         private data, and G_DEFINE_TYPE. Bug #502843.
107
108 2007-12-08  Christian Persch  <chpe@gnome.org>
109
110         * shell/ev-metadata-manager.c: (item_free),
111         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
112         (value_free), (parse_value), (parseItem),
113         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
114         (save_values): Use GSlice to allocate small amounts of memory. Bug
115         #475972.
116
117 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
118
119         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
120
121         Restore cursor to normal after a drag operation. Fixes bug
122         #501603.
123         
124 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
125
126         * NEWS:
127         * configure.ac:
128         
129         Update for release 2.21.1
130
131 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
132
133         * configure.ac:
134         * cut-n-paste/gedit-message-area/Makefile.am:
135         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
136         * shell/Makefile.am:
137         * shell/ev-message-area.[ch]:
138         * shell/ev-window.c: (ev_window_set_message_area),
139         (ev_window_error_message_response_cb), (ev_window_error_message),
140         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
141         (ev_window_save_job_cb), (image_save_dialog_response_cb),
142         (ev_attachment_popup_cmd_open_attachment),
143         (attachment_save_dialog_response_cb), (ev_window_set_document),
144         (ev_window_init):
145
146         Use a message area instead of a popup dialog for error
147         notifications. Fixes bug #337495.
148         
149 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
150
151         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
152         (ev_window_run_fullscreen):
153
154         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
155         
156 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
157
158         * ev-sidebar-thumbnails.c: (update_visible_range),
159         (ev_sidebar_thumbnails_refresh),
160         (ev_sidebar_thumbnails_set_document),
161         (ev_sidebar_thumbnails_support_document):
162
163         Show thumbnails for documents with one page. Fixes bug #358751.
164         
165 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
166
167         * shell/ev-window.c:
168         (ev_window_load_print_settings_from_metadata),
169         (ev_window_save_print_settings), (ev_window_print_finished),
170         (ev_window_print_range):
171
172         Print settings that are specific to the document are now saved per
173         document in the metadata file. Fixes bug #488806.
174         
175 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
176
177         * backend/tiff/tiff-document.c: (tiff_document_render):
178
179         Tiff documents were rendered with wrong colors. Fixes bug #497279.
180         
181 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
182
183         * shell/ev-application.[ch]: (get_find_string_from_args),
184         (ev_application_open_uri_at_dest), (ev_application_open_uri),
185         (ev_application_open_uri_list):
186         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
187         * shell/ev-window.[ch]: (ev_window_load_job_cb),
188         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
189         (ev_window_cmd_recent_file_activate),
190         (ev_window_open_recent_action_item_activated),
191         (ev_window_print_send), (open_remote_link):
192         * shell/main.c: (arguments_parse):
193
194         Add a command line option for search. Fixes bug #497710.
195         
196 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
197
198         * shell/ev-jobs.c: (ev_job_print_new):
199
200         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
201         
202 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
203
204         * data/evince-toolbar.xml:
205         * shell/Makefile.am:
206         * shell/ev-application.c: (ev_application_init):
207         * shell/ev-open-recent-action.[ch]:
208         * shell/ev-window.c:
209         (ev_window_open_recent_action_item_activated),
210         (register_custom_actions):
211
212         Add an expander to the open toolbar item which pops up a dropdown
213         menu with the recently used documents. Fixes bug #487215.
214         
215 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
216
217         * shell/ev-window.c: (ev_window_open_uri),
218         (ev_window_cmd_view_reload):
219
220         Do not jump to the first page when reloading by running evince
221         from the command line. Fixes bug #490847.
222         
223 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
224
225         * shell/ev-window.c: (ev_window_cmd_help_contents):
226
227         Plugged memory leak when help file is not found. Fixes bug
228         #490762.
229         
230 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
231
232         * configure.ac:
233
234         Enable djvu, dvi and comics backends by default. Fixes bug
235         #437121.
236         
237 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
238
239         * configure.ac:
240         * cut-n-paste/Makefile.am:
241         * cut-n-paste/recent-files/*: Removed
242         * help/reference/Makefile.am:
243         * shell/Makefile.am:
244         * shell/ev-application.[ch]: (ev_application_shutdown),
245         (ev_application_init):
246         * shell/ev-window.c: (ev_window_add_recent),
247         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
248
249         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
250         
251 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
252
253         * shell/ev-window.c: (launch_external_uri):
254
255         Let GnomeVFS check the URL, this allow more URL (like mailto:),
256         and report error if the URL is not supported (#489910).
257
258 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
259
260         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
261         (pdf_document_file_exporter_begin_page),
262         (pdf_document_file_exporter_end_page):
263
264         Fix printing with poppler splash backend. Fixes bug #489774.
265         
266 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
267
268         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
269         * shell/ev-print-job.c: (ev_print_job_class_init):
270
271         Fix a crash when printing with the gnome-print dialog. Fixes bug
272         #488939.
273         
274 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
275
276         * backend/pixbuf/pixbuf-document.c:
277
278         Fix an implicit function definition warning (#487655)
279
280 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
281
282         * shell/ev-window.c:
283
284         Fix conflicting shortcut for view sade pane and presentation.
285         
286 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
287
288         * backend/pdf/ev-poppler.cc:
289         (pdf_document_file_exporter_begin_page),
290         (pdf_document_file_exporter_do_page),
291         (pdf_document_file_exporter_end_page),
292         (pdf_document_file_exporter_iface_init):
293         * libdocument/ev-file-exporter.[ch]:
294         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
295         * shell/ev-jobs.c: (ev_job_print_get_page_list),
296         (ev_job_print_run):
297
298         When printing multiple pages per sheet in reverse option, do not
299         invert the order of the pages in every sheet, but the order of the
300         sheets. Do not print blank pages when page range is invalid. Fixes
301         bugs #484857 and #485521.
302         
303 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
304
305         * shell/ev-jobs.c: (ev_job_print_get_page_list),
306         (ev_job_print_run):
307         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
308
309         Respect ranges order when printing more than one range in random
310         order.
311         
312 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
313
314         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
315         (ev_window_setup_document), (ev_window_rotation_changed_cb):
316
317         Rotate also the window icon when document is rotated. Fixes bug
318         #474681.
319         
320 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
321
322         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
323         (pdf_document_forms_get_form_fields):
324
325         Silently ignore unknown form fields. Fixes bug #482654. Patch by
326         Matthias Drochner.
327         
328 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
329
330         * configure.ac:
331         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
332
333         Use poppler_page_render_for_printing() instead of
334         poppler_page_render() if available when exporting to a ps or pdf
335         file. Fixes bug #476627.
336         
337 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
338
339         * shell/ev-window.c: (ev_window_run_fullscreen):
340
341         Do not show the toolbar in fullscreen mode if the main toolbar is
342         not visible. Fixes bug #483048.
343         
344 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
345
346         * shell/ev-view.c: (ev_view_button_press_event):
347
348         Give priority to form fields over images when deciding whether a
349         button press event is over an image or form field. It allows edit
350         form fields when they are over a background image. Fixes bug
351         #477841.
352         
353 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
354
355         * NEWS:
356         * configure.ac:
357         
358         Update for release 2.20.0
359
360 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
361
362         * backend/pdf/ev-poppler.cc:
363
364         Remove #ifdef HAVE_FORMS, so that forms support works again.
365
366 2007-09-05  Götz Waschk  <waschk@mandriva.org>
367
368         * configure.ac:
369         * data/evince.desktop.in.in:
370         
371         Fixes desktop file issues. See bug #473471.
372
373 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
374
375         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
376         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
377         (ev_job_queue_remove_job):
378         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
379         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
380         * shell/ev-window.c: (ev_window_clear_save_job),
381         (ev_window_save_job_cb), (file_save_dialog_response_cb),
382         (ev_window_dispose):
383
384         Move save a copy task to its own job so that it's carried out in a
385         thread avoiding another lock in the main thread. Use
386         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
387         can be saved to a pathin another file system. Fixes bug #456891.
388         
389 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
390
391         * NEWS:
392         * configure.ac:
393         
394         Update for release 2.19.92
395
396 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
397
398         * configure.ac:
399         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
400         (pdf_selection_get_selection_region),
401         (pdf_selection_get_selection_map),
402         (ev_form_field_from_poppler_field):
403
404         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
405         and triple click selections are enabled again now.
406
407 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
408
409         * shell/ev-window.c: (ev_window_add_history):
410
411         Make sure not to use the history with documents not supporting
412         links. Fixes bug #468954.
413
414 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
415
416         * shell/ev-window.c: (ev_window_load_job_cb):
417
418         Restart the search when reloading a document with the find bar
419         visible. Fixes bug #461962.
420
421 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
422
423         * shell/ev-window.c: (setup_document_from_metadata),
424         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
425
426         Do not jump to the first page when reloading a document from the
427         last page.
428
429 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
430
431         * shell/ev-window.c: (update_chrome_flag),
432         (setup_sidebar_from_metadata),
433         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
434         (ev_window_cmd_edit_find_next),
435         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
436         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
437         (find_bar_close_cb), (view_actions_focus_in_cb):
438
439         Do not update visibility when changing a chrome flag so that it's
440         possible to update several flags and update visibility only once
441         for all of them.
442
443 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
444
445         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
446
447         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
448         supported by gtk+. Fixes bug #460907.
449
450 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
451
452         * shell/ev-view.c: (view_update_range_and_current_page):
453
454         Make sure current-page <= end-page in continuous mode. Fixes bug
455         #454950.
456
457 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
458
459         * backend/pdf/ev-poppler.cc: (build_tree):
460
461         Ignore outline items without a title. Fixes bug #453913.
462
463 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
464
465         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
466         (ev_view_button_release_event), (ev_view_leave_notify_event):
467
468         Use always drag mouse cursor during a drag operation. Fixes bug
469         #470564.
470
471 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
472
473         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
474         (pdf_selection_get_selection_region),
475         (pdf_selection_get_selection_map):
476
477         Temporarily disable double and triple selections since it depends on
478         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
479         released and the update of the external dependency minimal version
480         approved.
481
482 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
483
484         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
485         (pdf_document_file_exporter_do_page):
486         * libdocument/ev-file-exporter.h:
487         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
488         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
489
490         Actually fix printing regressions. Remove orientation from
491         EvPrintContext since it's redundant.
492
493 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
494
495         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
496         * backend/impress/impress-document.c:
497         (impress_document_document_iface_init):
498         * backend/ps/ps-document.c: (ps_document_document_iface_init):
499         * backend/djvu/djvu-document.c:
500         (djvu_document_document_iface_init),
501         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
502         * backend/tiff/tiff-document.c:
503         (tiff_document_document_iface_init):
504         * backend/pixbuf/pixbuf-document.c:
505         (pixbuf_document_document_iface_init):
506         * backend/comics/comics-document.c:
507         (comics_document_document_iface_init):
508         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
509         (pdf_selection_render_selection),
510         (pdf_selection_get_selected_text),
511         (pdf_selection_get_selection_region),
512         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
513         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
514         (ev_selection_get_selection_region),
515         (ev_selection_get_selection_map):
516         * libdocument/ev-document.[ch]:
517         * shell/ev-pixbuf-cache.[ch]: (add_job),
518         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
519         * shell/ev-view-private.h:
520         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
521         (ev_job_render_run):
522         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
523         * shell/ev-view.c: (start_selection_for_event),
524         (ev_view_button_press_event), (ev_view_drag_data_get),
525         (ev_view_drag_data_received), (ev_view_button_release_event),
526         (compute_new_selection_text), (compute_selections),
527         (ev_view_select_all), (get_selected_text), (ev_view_copy),
528         (ev_view_primary_get_cb):
529
530         Add support for double and triple click selections.
531
532 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
533
534         * NEWS:
535         * configure.ac:
536
537         Update for release 2.19.4
538
539 2007-08-28  Justin Blanchard  <justinb04@aim.com>
540
541         * shell/ev-view-private.h:
542         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
543         (ev_view_set_highlight_search):
544         * shell/ev-view.h:
545         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
546         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
547         (find_bar_visibility_changed_cb):
548         
549         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
550
551 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
552
553         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
554         (pdf_document_file_exporter_begin),
555         (pdf_document_file_exporter_do_page):
556         * shell/ev-jobs.c: (ev_job_print_run):
557         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
558
559         Create always a portrait cairo surface and rotate when needed for
560         landscape. It fixes printing problems in real printers.
561
562 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
563
564         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
565         * libdocument/ev-file-exporter.[ch]:
566         (ev_file_exporter_get_capabilities):
567         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
568         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
569
570         Adjust number of pages per row according to page orientation when
571         printing 2 or 6 pages per sheet.
572
573 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
574
575         * shell/ev-window.c: (ev_window_print_send):
576
577         Reset also cups setting to 1 when printing multiple pages per
578         sheet. Fixes bug #468853.
579
580 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
581
582         * libdocument/ev-document-misc.c:
583         (ev_document_misc_surface_rotate_and_scale):
584
585         Use directly cairo_surface_get_content() when creating a similar
586         surface as suggested by Jeff Muizelaar. Thanks again.
587
588 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
589
590         * backend/djvu/djvu-document.c: (djvu_document_render):
591         * backend/tiff/tiff-document.c: (tiff_document_render):
592         * backend/pdf/ev-poppler.cc: (pdf_document_render):
593         * libdocument/ev-document-misc.c:
594         (ev_document_misc_surface_from_pixbuf),
595         (ev_document_misc_surface_rotate_and_scale):
596
597         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
598         creating page surfaces. Fixes bug #453123. Thank you very much to
599         Jeff Muizelaar <jeff@infidigm.net>.
600
601 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
602
603         * shell/ev-page-cache.c: (ev_page_cache_new),
604         (ev_page_cache_get_thumbnail_size):
605         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
606         (ev_sidebar_thumbnails_set_loading_icon):
607
608         Also store in page-cache the dimensions of the thumbnails so that
609         they can be used to create the correct loading icon in the side
610         pane. Fixes bug #466857.
611
612 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
613
614         * backend/pdf/ev-poppler.cc:
615         (pdf_document_thumbnails_get_thumbnail):
616
617         Fix thumbnails rotation in pdf documents that include embedded 
618         thumbnails.
619
620 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
621
622         * backend/pdf/ev-poppler.cc:
623
624         Don't use #ifdef in macro expansion. Some compilers don't
625         like that. Closes bug #467042.
626
627 2007-08-15  Justin Blanchard  <justinb04@aim.com>
628
629         * backend/djvu/djvu-document.c: (djvu_document_finalize):
630         
631         Fixes memory leak in djvu backend.
632
633 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
634
635         * data/icons/32x32/Makefile.am:
636         * data/icons/32x32/actions/Makefile.am:
637         * data/icons/32x32/actions/view-page-cont.svg:
638         * data/icons/32x32/actions/view-page-facing.svg:
639         * data/icons/48x48/Makefile.am:
640         * data/icons/48x48/actions/Makefile.am:
641         * data/icons/48x48/actions/view-page-cont.svg:
642         * data/icons/48x48/actions/view-page-facing.svg:
643         
644         Icons for a new sizes.
645
646 2007-08-14  Justin Blanchard  <justinb04@aim.com>
647
648         * shell/ev-page-cache.c: (build_height_to_page),
649         (ev_page_cache_get_height_to_page):
650         
651         Fixes invalid read, see bug #466401.
652
653 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
654
655         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
656         (set_drag_cursor):
657         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
658         (configure_item_cursor), (new_pixbuf_from_widget):
659
660         Fix multihead problems in toolbar editor. Fixes bug #382055.
661
662 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
663
664         * shell/ev-window.c: (ev_window_cmd_file_open),
665         (ev_window_cmd_save_as):
666
667         Use g_get_user_special_dir when available instead of
668         xdg_user_dir_lookup.
669
670 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
671
672         * MAINTAINERS:
673         
674         Updated according to request on desktop-devel.
675
676 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
677
678         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
679
680         Do not use cairo_rectangle and cairo_clip since we are
681         not using cairo_fill but cairo_paint. Use the same cairo context
682         for every page in the same expose event.
683
684 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
685
686         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
687         leak.
688
689 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
690
691         * configure.ac:
692         * NEWS:
693
694         Release 0.9.3
695
696 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
697
698         * libdocument/ev-document-info.h:
699         * libdocument/ev-document.h:
700         * shell/ev-page-action.h:
701         * shell/ev-sidebar-links.h:
702
703         Fix a headers problem with ev-link
704         
705         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
706         * shell/ev-view-private.h:
707         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
708         (get_link_area), (ev_view_query_tooltip),
709         (ev_view_leave_notify_event), (ev_view_destroy),
710         (ev_view_class_init):
711
712         Use new gtk tooltips when available instead of ev-tooltip.
713         
714 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
715
716         * shell/ev-window.c: (update_chrome_visibility),
717         (ev_window_sidebar_visibility_changed_cb):
718
719         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
720         
721 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
722
723         * shell/ev-navigation-action.c:
724         (ev_navigation_action_history_changed),
725         (ev_navigation_action_set_history):
726         * shell/ev-navigation-action-widget.c:
727         (ev_navigation_action_widget_init):
728         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
729
730         Fix compile warnings.
731         
732 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
733
734         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
735         (egg_editable_toolbar_dispose):
736
737         Fix memory leak.
738         
739 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
740
741         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
742         (screensaver_disable_x11):
743         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
744         * shell/ev-window.c: (presentation_set_timeout):
745         * shell/ev-view.c: (ev_view_presentation_transition_start):
746
747         Use g_timeout_add_seconds instead of g_timeout_add when
748         available.
749         
750 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
751
752         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
753
754         Set horizontal scrollbar policy to AUTOMATIC instead of
755         NEVER. Workaround for bug #449462.
756         
757 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
758
759         * shell/ev-jobs.c: (ev_job_render_page_ready):
760
761         Add page_ready callback to main loop with high priority and hold
762         a reference to job during idle.
763         
764 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
765
766         * configure.ac:
767         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
768         (pdf_document_file_exporter_begin),
769         (pdf_document_file_exporter_do_page),
770         (pdf_document_file_exporter_get_capabilities):
771         * libdocument/ev-file-exporter.h:
772         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
773         * shell/ev-window.c: (ev_window_print_send),
774         (ev_window_print_dialog_response_cb):
775
776         Allow printing multiple pages per sheet. Fixes bug #395573.
777         
778 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
779
780         * shell/ev-view.c: (tip_from_link):
781         
782         Check for NULL, fixes bug #460862.
783
784 2007-07-29  Christian Persch  <chpe@gnome.org>
785
786         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
787         (ev_window_preview_print_finished), (ev_window_do_preview_print),
788         (ev_window_cmd_preview_print):
789         
790         Fixes bug #437681 - blocks while enumerating printers.
791
792 2007-07-29  Christian Persch  <chpe@gnome.org>
793
794         * shell/ev-window.c: (ev_window_screen_changed):
795         
796         Don't use deprecated gtk+ function. See bug #460909.
797
798 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
799
800         * shell/ev-utils.c: (get_num_monitors):
801         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
802
803         Do not use display before initializing it. Remove compile
804         warnings.
805
806 2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
807
808         * shell/ev-view.c: (ev_view_class_init):
809         
810         Unix-like hjkl bindings added. See bug #458111.
811
812 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
813
814         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
815         * shell/ev-utils.h:
816         * shell/ev-view.c: (ev_view_set_zoom_for_size),
817         (ev_view_update_view_size):
818         * shell/ev-view.h:
819         * shell/ev-window.c: (ev_window_update_actions),
820         (setup_view_from_metadata), (ev_window_screen_changed),
821         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
822         (zoom_control_changed_cb):
823         * shell/ev-window.h:
824         
825         Reorganizes utility functions.
826
827 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
828
829         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
830         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
831         (add_job), (ev_pixbuf_cache_get_surface),
832         (ev_pixbuf_cache_get_link_mapping),
833         (ev_pixbuf_cache_get_image_mapping),
834         (ev_pixbuf_cache_get_form_field_mapping),
835         (ev_pixbuf_cache_get_text_mapping):
836         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
837         (notify_page_ready), (ev_job_render_page_ready),
838         (ev_job_render_run):
839
840         Add page_ready signal to notify that page is ready as soon as
841         possible even if other page elements like links, forms, images or
842         text mapping are not ready yet.
843
844 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
845
846         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
847         (dvi_document_file_exporter_do_page),
848         (dvi_document_file_exporter_get_capabilities),
849         (dvi_document_file_exporter_iface_init):
850         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
851         (ps_document_file_exporter_do_page),
852         (ps_document_file_exporter_get_capabilities),
853         (ps_document_file_exporter_iface_init):
854         * backend/djvu/djvu-document.c:
855         (djvu_document_file_exporter_begin),
856         (djvu_document_file_exporter_end),
857         (djvu_document_file_exporter_get_capabilities),
858         (djvu_document_file_exporter_iface_init):
859         * backend/tiff/tiff-document.c:
860         (tiff_document_file_exporter_begin),
861         (tiff_document_file_exporter_get_capabilities),
862         (tiff_document_document_file_exporter_iface_init):
863         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
864         (pdf_document_file_exporter_do_page),
865         (pdf_document_file_exporter_get_capabilities),
866         (pdf_document_file_exporter_iface_init):
867         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
868         (ev_file_exporter_get_capabilities):
869         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
870         (idle_print_handler), (ev_print_job_print):
871         * shell/ev-jobs.c: (ev_job_print_run):
872         * shell/ev-window.c: (ev_window_print_send),
873         (ev_window_print_range):
874
875         Use capabilities to know which options should be offered by the
876         print dialog depending on the document backend.
877
878 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
879
880         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
881
882         Give priority to forms over text to set the cursor.
883
884 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
885
886         * shell/ev-view-private.h:
887         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
888         (ev_view_leave_notify_event), (ev_view_finalize),
889         (ev_view_get_property), (ev_view_class_init):
890
891         Use IBEAM cursor for text form fields and NORMAL cursor for read
892         only fields. Remove unused status attribute.
893
894 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
895
896         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
897
898         Update region for current selected items also for checkbox
899         buttons, since they can behave as radio buttons when they are in a
900         set.
901
902 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
903
904         * configure.ac:
905         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
906
907         Get max length of text form fields.
908
909 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
910
911         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
912         * libdocument/ev-form-field.h:
913         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
914
915         Fix build with current poppler cvs head.
916
917 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
918
919         * cut-n-paste/zoom-control/ephy-zoom-control.c:
920         * shell/eggfindbar.c: (egg_find_bar_init):
921
922         Fix build with gtk+ >= 2.11.5 due to gtktooltips
923         deprecation. Fixes bug #455667
924
925 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
926
927         * NEWS:
928         * configure.ac:
929         
930         Update for release 0.9.2
931
932 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
933
934         * shell/ev-view.c: (ev_view_form_field_text_save),
935         (ev_view_form_field_choice_save):
936
937         Fix a crash when closing whith a form widget visible.
938
939 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
940
941         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
942
943         Update also the region of the current selected button when
944         clicking on another button if they are radio buttons.
945
946 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
947
948         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
949         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
950         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
951         (ev_pixbuf_cache_get_link_mapping),
952         (ev_pixbuf_cache_get_image_mapping),
953         (ev_pixbuf_cache_get_form_field_mapping),
954         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
955         * shell/ev-view.c: (ev_view_form_field_get_region),
956         (ev_view_form_field_button_create_widget),
957         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
958         (job_finished_cb):
959
960         Redraw only form field region instead of the whole page when
961         reloading a page to show changes on the form field.
962
963 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
964
965         * shell/ev-view.c: (ev_view_form_field_choice_save):
966
967         Fix selection of first item in list form fields.
968
969 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
970
971         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
972         (ev_pixbuf_cache_reload_page),
973         (ev_pixbuf_cache_get_form_field_mapping):
974
975         Some refactoring to avoid duplicated code.
976
977 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
978
979         * configure.ac:
980         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
981         (ev_form_field_from_poppler_field),
982         (pdf_document_forms_get_form_fields),
983         (pdf_document_forms_form_field_text_get_text),
984         (pdf_document_forms_form_field_text_set_text),
985         (pdf_document_forms_form_field_button_set_state),
986         (pdf_document_forms_form_field_button_get_state),
987         (pdf_document_forms_form_field_choice_get_item),
988         (pdf_document_forms_form_field_choice_get_n_items),
989         (pdf_document_forms_form_field_choice_is_item_selected),
990         (pdf_document_forms_form_field_choice_select_item),
991         (pdf_document_forms_form_field_choice_toggle_item),
992         (pdf_document_forms_form_field_choice_unselect_all),
993         (pdf_document_forms_form_field_choice_set_text),
994         (pdf_document_forms_form_field_choice_get_text),
995         (pdf_document_document_forms_iface_init):
996         * libdocument/Makefile.am:
997         * libdocument/ev-form-field.[ch]:
998         * libdocument/ev-document-forms.[ch]:
999         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1000         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1001         (add_job), (ev_pixbuf_cache_reload_page),
1002         (ev_pixbuf_cache_get_form_field_mapping):
1003         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
1004         * shell/ev-view-private.h:
1005         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
1006         (ev_view_handle_cursor_over_xy),
1007         (ev_view_get_form_field_at_location),
1008         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
1009         (ev_view_form_field_button_create_widget),
1010         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
1011         (ev_view_form_field_text_create_widget),
1012         (ev_view_form_field_choice_save),
1013         (ev_view_form_field_choice_changed),
1014         (ev_view_form_field_choice_create_widget),
1015         (ev_view_handle_form_field), (ev_view_size_allocate),
1016         (ev_view_realize), (draw_end_presentation_page),
1017         (ev_view_button_press_event), (ev_view_remove_all),
1018         (ev_view_motion_notify_event), (ev_view_key_press_event),
1019         (ev_view_enter_notify_event), (highlight_find_results),
1020         (draw_loading_text), (draw_one_page), (ev_view_destroy),
1021         (ev_view_class_init), (page_changed_cb),
1022         (on_adjustment_value_changed), (ev_view_set_presentation),
1023         (merge_selection_region), (ev_view_set_cursor),
1024         (ev_view_reset_presentation_state):
1025         
1026         Merge evince-forms branch.
1027
1028 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
1029
1030         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
1031
1032         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
1033         This script also updates itself from libegg
1034
1035         * cut-n-paste/toolbar-editor/egg*:
1036         Run update-toolbareditor-from-libegg.sh so we are in sync again with
1037         libegg
1038
1039 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
1040
1041         * shell/ev-window.c:
1042         
1043         Adds a nice icon to page action during toolbar editing.
1044         See bug #452872.
1045
1046 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1047
1048         * data/evince-toolbar.xml:
1049         * shell/ev-window.c:
1050         
1051         Let user add a presentation and fullscreen icons on toolbar.
1052         See bug #449734.
1053
1054 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
1055
1056         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
1057
1058         new script to keep in sync with toolbareditor in libegg
1059
1060         * cut-n-paste/toolbar-editor/*: 
1061
1062         Run update-toolbareditor-from-libegg so we are in sync again. 
1063         Fixes bug #452850.
1064         
1065
1066 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1067
1068         * shell/ev-sidebar-links.c: (job_finished_callback):
1069
1070         Do not connect selection changed signal more than once. Fixes bug
1071         #349433.
1072
1073 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1074
1075         * shell/ev-window.c: (ev_window_view_sidebar_cb):
1076
1077         Do not change sidebar chrome flag when pressing F9 key in
1078         presentation mode.
1079
1080 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1081
1082         * backend/pdf/ev-poppler.cc:
1083         (pdf_document_thumbnails_get_dimensions):
1084
1085         Make sure thumbnails width and height is not <= 0. Fixes a crash
1086         with some pdf documents which have really small pages.
1087
1088 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
1089
1090         * shell/main.c: (main):
1091
1092         Fixes program description translation issue.
1093         Bug #450148.
1094
1095 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
1096
1097         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
1098
1099         Do not change current page when returning from black/white mode
1100         in presentation. Fixes bug #415032.
1101
1102 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1103
1104         * NEWS:
1105         * configure.ac:
1106         
1107         Update for release 0.9.1
1108
1109 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
1110
1111         * backend/dvi/dvi-document.c:
1112         (dvi_document_finalize),
1113         (dvi_document_file_exporter_format_supported),
1114         (dvi_document_file_exporter_begin),
1115         (dvi_document_file_exporter_do_page),
1116         (dvi_document_file_exporter_end),
1117         (dvi_document_file_exporter_iface_init), (dvi_document_init):
1118         
1119         PDF exporter for dvi documents. Fixes bug #441319.
1120
1121 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1122
1123         * shell/ev-window.c: (ev_window_clear_print_job):
1124
1125         Clear gtk print job when job has finished. Fixes bug #447612.
1126
1127 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1128
1129         * shell/ev-window.c: (ev_window_print_send),
1130         (ev_window_print_dialog_response_cb), (ev_window_print_range):
1131
1132         Add preview button to print dialog. Fixes bug #445419.
1133
1134 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1135
1136         * backend/dvi/Makefile.am:
1137         * backend/dvi/pixbuf-device.[ch]: Removed
1138         * backend/dvi/cairo-device.[ch]: Added
1139         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
1140         * backend/dvi/dvi-document.c: (dvi_document_load),
1141         (dvi_document_render), (dvi_document_finalize),
1142         (dvi_document_thumbnails_get_thumbnail), (parse_color),
1143         (dvi_document_do_color_special):
1144         * libdocument/ev-document-misc.[ch]:
1145         (ev_document_misc_pixbuf_from_surface):
1146
1147         Port dvi backend to cairo and fix a problem with colors. 
1148
1149 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1150
1151         * shell/ev-view.c: (draw_one_page):
1152
1153         Draw only visible region.
1154
1155 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1156
1157         * backend/djvu/djvu-document.c: (djvu_document_render):
1158
1159         Fix rotation in djvu backend.
1160
1161 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1162
1163         * shell/ev-pixbuf-cache.c: (job_finished_cb),
1164         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
1165         (ev_pixbuf_cache_get_image_mapping),
1166         (ev_pixbuf_cache_get_text_mapping):
1167
1168         Redraw view every time we have a new surface. Fixes bug #443587.
1169
1170 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1171
1172         * libdocument/ev-document.c: (ev_document_info_free):
1173
1174         Fix memory leaks.
1175
1176 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1177
1178         * backend/dvi/dvi-document.c: (dvi_document_render),
1179         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
1180         * backend/impress/impress-document.c:
1181         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
1182         (impress_document_render), (impress_document_document_iface_init),
1183         (impress_document_thumbnails_get_thumbnail):
1184         * backend/djvu/djvu-document-private.h:
1185         * backend/djvu/djvu-document.c: (djvu_document_render),
1186         (djvu_document_finalize), (djvu_document_document_iface_init),
1187         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
1188         * backend/tiff/tiff-document.c: (tiff_document_render),
1189         (tiff_document_render_pixbuf),
1190         (tiff_document_document_iface_init):
1191         * backend/pdf/ev-poppler.cc: (pdf_document_render),
1192         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
1193         (pdf_selection_render_selection):
1194         * backend/comics/comics-document.c:
1195         (comics_document_render_pixbuf), (comics_document_render),
1196         (comics_document_document_iface_init):
1197         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
1198         (pixbuf_document_document_iface_init):
1199         * libdocument/ev-document-misc.[ch]:
1200         (ev_document_misc_surface_from_pixbuf),
1201         (ev_document_misc_surface_rotate_and_scale):
1202         * libdocument/ev-document.[ch]: (ev_document_render):
1203         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
1204         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1205         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1206         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
1207         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
1208         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
1209         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1210         (render_finished_cb), (ev_job_render_run):
1211         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
1212         (merge_selection_region):
1213
1214         Use cairo image surfaces instead of GDK pixbufs for drawing pages
1215         and selections.
1216
1217 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1218
1219         * shell/ev-window-title.c: (ev_window_title_update):
1220
1221         Fix memory leak.
1222
1223 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1224
1225         * shell/ev-view.c: (draw_loading_text):
1226
1227         Show loading text centered. Fixes bug #433061
1228
1229 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1230
1231         * shell/ev-sidebar-thumbnails.c:
1232         (ev_sidebar_thumbnails_set_loading_icon):
1233
1234         Remove a mutex in the main thread that blocks the UI in heavy
1235         documents.
1236
1237 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1238
1239         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
1240
1241         Set points_set to TRUE so that selections don't disappear after a
1242         zoom change.
1243
1244 2007-06-07  Michael Monreal  <infernux@web.de>
1245
1246         * data/icons/16x16/actions/Makefile.am:
1247         * data/icons/16x16/actions/zoom.svg:
1248         * data/icons/22x22/actions/Makefile.am:
1249         * data/icons/22x22/actions/zoom.svg:
1250         * data/icons/24x24/actions/Makefile.am:
1251         * shell/ev-stock-icons.c:
1252         * shell/ev-stock-icons.h:
1253         * shell/ev-window.c:
1254         
1255         Zoom icon artwork. See bug #444795.
1256
1257 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1258
1259         * shell/ev-metadata-manager.c: Remove extraneous function
1260         (Closes: #444386)
1261
1262 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1263
1264         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
1265         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
1266         (ev_metadata_manager_set), (ev_metadata_manager_save):
1267         Simplify the timeout, no need for modified anymore
1268
1269 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1270
1271         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
1272         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1273         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1274         (ev_metadata_manager_save): Adapted patch from Arjan van de
1275         Ven (arjan@linux.intel.com) to avoid the timeout running all the
1276         time, saves on power (Closes: #443851)
1277
1278 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1279
1280         * configure.ac:
1281         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
1282         (pdf_selection_render_selection), (pdf_document_get_page_duration):
1283
1284         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
1285
1286 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1287
1288         * shell/ev-window.c: (ev_window_add_history):
1289
1290         Check if history is NULL
1291
1292 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1293
1294         * libdocument/ev-image.c: (ev_image_finalize):
1295         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
1296         * libdocument/ev-attachment.c: (ev_attachment_finalize):
1297         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
1298         (ev_tmp_uri_unlink):
1299
1300         Add functions to delete temporary files created by evince in a safe
1301         way.
1302
1303         * shell/ev-window.c: (ev_window_clear_local_uri),
1304         (open_xfer_update_progress_callback),
1305         (save_xfer_update_progress_callback), (ev_window_save_remote),
1306         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
1307         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1308         (attachment_save_dialog_response_cb),
1309         (ev_attachment_popup_cmd_save_attachment_as):
1310
1311         Allow saving a copy of a document, image or attachment to a remote
1312         location. Fixes bug #440754. 
1313
1314 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1315
1316         * configure.ac:
1317         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1318
1319         Fix build with current poppler from cvs head. 
1320
1321 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
1322
1323         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
1324
1325         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
1326         directory exists.
1327
1328 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1329
1330         * shell/ev-sidebar.c: (ev_sidebar_add_page):
1331         * shell/ev-window.c:
1332
1333         Change sidebar ordering. Fixes bug #439939.
1334
1335 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
1336
1337         * backend/comics/Makefile.am:
1338         
1339         Fixes build with --without-libgnome.
1340
1341 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1342         
1343         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
1344
1345         Update cursor and tooltip on page change and view scroll. Fixes bug
1346         #439217.
1347
1348 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1349
1350         * NEWS:
1351         * configure.ac:
1352         
1353         Update for release 0.9.0
1354
1355 2007-05-14  Alaska Subedi <asubedi@gmail.com>
1356
1357         * backend/djvu/djvu-document-private.h:
1358         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1359         (djvu_document_finalize),
1360         (djvu_document_file_exporter_format_supported),
1361         (djvu_document_file_exporter_begin),
1362         (djvu_document_file_exporter_do_page),
1363         (djvu_document_file_exporter_end),
1364         (djvu_document_file_exporter_iface_init), (djvu_document_init):
1365         
1366         Implemented printing with djvu. Bug #437998.
1367
1368 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1369
1370         * backend/impress/zip.c:
1371         Add missing ulong definition.
1372
1373         * backend/ps/ps-interpreter.c:
1374         Add missing headers.
1375
1376         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
1377
1378 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1379
1380         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
1381
1382         Add missing call to parent class dispose method. 
1383
1384 2007-05-12  Ross Burton  <ross@openedhand.com>
1385
1386         * shell/main.c:
1387         Sync keybindings manually when building without libgnome
1388         (#437925).
1389
1390 2007-05-12  Ross Burton  <ross@openedhand.com>
1391
1392         * shell/ev-window.c:
1393         Respect the screen when opening help (#437866).
1394
1395 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1396
1397         * data/evince-ui.xml:
1398         * shell/ev-application.[ch]: (get_print_settings_from_args),
1399         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1400         (ev_application_open_uri_list):
1401         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
1402         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1403         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
1404         (ev_window_cmd_view_reload), (lookup_printer_from_name),
1405         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
1406         (ev_window_dispose):
1407         * shell/main.c: (arguments_parse):
1408
1409         Add print button in preview mode. Fixes bug #396475. 
1410
1411 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1412
1413         * cut-n-paste/zoom-control/ephy-zoom.h:
1414         
1415         Fixes zoom level factors. See bug #408119 for details.
1416
1417 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1418
1419         * backend/comics/comics-document.c: (comics_regex_quote),
1420         (extract_argv):
1421         
1422         Correctly quote symbols. Fixes crash in the bug
1423         #415370.
1424
1425 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1426
1427         * shell/ev-navigation-action-widget.c:
1428         (ev_navigation_action_widget_init),
1429         (ev_navigation_action_widget_class_init),
1430         (ev_navigation_action_widget_button_press_event):
1431         
1432         Connect to button-press event on correct widget. Fixes
1433         bug #431988
1434
1435 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1436
1437         * shell/ev-application.c: (ev_application_open_window),
1438         (ev_application_add_icon_path_for_screen),
1439         (ev_application_open_uri_at_dest):
1440         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
1441         * shell/ev-navigation-action.c: (build_menu):
1442         
1443         Add app-specific icons to our icon theme. Fixes bug
1444         #425508.
1445
1446 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1447
1448         * shell/ev-history.c: (ev_history_class_init),
1449         (ev_history_add_link):
1450         * shell/ev-history.h:
1451         * shell/ev-navigation-action.c:
1452         (ev_navigation_action_history_changed),
1453         (ev_navigation_action_set_history), (build_menu),
1454         (ev_navigation_action_finalize):
1455         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1456         
1457         Make navigation action unsensitive instead of showing
1458         menu with unsensitive word. Fixes bug #417392.
1459
1460 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1461
1462         * shell/ev-application.[ch]: (ev_application_shutdown),
1463         (ev_application_get_print_settings),
1464         (ev_application_set_print_settings):
1465         * shell/ev-window.c:
1466
1467         Remember print settings. Fixes bug #349102. 
1468
1469 2007-05-08  Christian Persch  <chpe@gnome.org>
1470
1471         * configure.ac:
1472         * properties/ev-properties-view.c:
1473
1474         No need for a configure check; just use the GTK_CHECK_VERSION macro.
1475         Bug #382438.
1476
1477 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1478
1479         * configure.ac:
1480         * properties/ev-properties-view.c: (ev_regular_paper_size):
1481
1482         Use gtk+ builtin paper list to identify the document's paper size.
1483         Fixes bug #382438. 
1484
1485 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1486
1487         * configure.ac:
1488
1489         Fix build when compiling with thumbnailer and libgnome support. 
1490
1491 2007-05-04  Ross Burton  <ross@openedhand.com>
1492
1493         * configure.ac:
1494         Add --without-libgnome, check for libgnome and libgnomeui
1495         separately, and add them to the symbols as required.
1496
1497         * libdocument/ev-file-helpers.c:
1498         When building without libgnome, use g_get_user_config_dir instead
1499         of gnome_user_dir_get.
1500
1501         * shell/ev-application.c:
1502         When building without libgnome, don't use session management.
1503
1504         * shell/main.c:
1505         When building without libgnome, don't use GnomeProgram or
1506         initialise the authentication manager.
1507
1508         This fixes #328842.
1509
1510 2007-05-04  Ross Burton  <ross@openedhand.com>
1511
1512         * shell/ev-window.c:
1513         Don't use libgnome to open help, instead call Yelp directly.
1514
1515 2007-05-04  Ross Burton  <ross@openedhand.com>
1516
1517         * shell/ev-sidebar-attachments.c:
1518         Don't use libgnome to lookup icons for MIME types, instead copy
1519         code from GTK+ to do it manually.
1520
1521 2007-05-04  Ross Burton  <ross@openedhand.com>
1522
1523         * configure.ac:
1524         Add libxml to the dependencies for SHELL_CORE (#435818).
1525
1526 2007-05-02  Ross Burton  <ross@openedhand.com>
1527
1528         * configure.ac:
1529         * Makefile.am:
1530         Add --disable-thumbnailer (#434825)
1531
1532 2007-05-02  Ross Burton  <ross@openedhand.com>
1533
1534         * shell/ev-window.c:
1535         Add missing includes, fix indentation.
1536
1537         * shell/main.c:
1538         Fix indentation.
1539
1540 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
1541
1542         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
1543         ev_application_open_uri_at_dest instead of ev_application_open_uri
1544         preventing new document always being opened in a new window even if there
1545         is an empty window.
1546
1547 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1548
1549         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1550         (egg_recent_view_uimanager_finalize):
1551         * properties/ev-properties-view.c: (ev_properties_view_dispose):
1552         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
1553         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
1554         (ev_pixbuf_cache_dispose):
1555         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
1556         * shell/ev-tooltip.c: (ev_tooltip_dispose):
1557         
1558         Add missing chain to parent class methods. Fixes
1559         bug #433128.
1560
1561 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
1562
1563         * data/Makefile.am (update-icon-cache): Updates
1564         gtk-update-icon-cache in uninstall-hook.
1565
1566 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1567
1568         * shell/ev-window.c: (ev_window_setup_document),
1569         (ev_window_set_document), (ev_window_load_job_cb):
1570         * shell/ev-view.c: (setup_caches):
1571         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
1572
1573         Start rendering pages before any other jobs. 
1574
1575 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1576
1577         * shell/ev-window.c: (ev_window_stop_fullscreen),
1578         (ev_window_stop_presentation):
1579
1580         Update chrome visibility before window unfullscreen. 
1581
1582 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1583
1584         * data/Makefile.am:
1585         * data/evince-ui.xml:
1586         * shell/ev-stock-icons.[ch]:
1587         * shell/ev-application.[ch]: (ev_application_shutdown),
1588         (ev_application_init), (ev_application_get_toolbars_model):
1589         * shell/ev-window.c: (update_chrome_visibility),
1590         (fullscreen_toolbar_setup_item_properties),
1591         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1592         (ev_window_run_presentation), (ev_window_stop_presentation),
1593         (ev_window_run_preview), (ev_window_screen_changed),
1594         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
1595         (ev_window_dispose), (ev_window_init):
1596
1597         Make fullscreen toolbar always visible. Do not use egg toolbars for
1598         fullscreen and preview modes since such toolbars are not editables.
1599         Fixes bugs #300278, #338910 and #316188.  
1600
1601 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
1602
1603         * shell/ev-application.c:
1604         * shell/ev-job-queue.c:
1605         * shell/ev-metadata-manager.c:
1606         * shell/ev-stock-icons.c:
1607         * shell/ev-window.c:
1608         * shell/main.c:
1609         
1610         Developers documentation updated.
1611
1612 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1613
1614         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
1615
1616         Check whether uri is valid before launching it. Fixes bug #427664.
1617
1618 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1619
1620         * shell/ev-window.c:
1621
1622         Change key accelerator for Open a Copy menu entry which is in conflict
1623         with Close. Fixes bug #427321.
1624
1625 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1626
1627         * NEWS:
1628         * configure.ac:
1629         
1630         Update for release 0.8.1
1631
1632 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1633
1634         * shell/ev-window.c: (setup_size_from_metadata):
1635         
1636         Do not make window bigger than screen. Fixes bug 
1637         #388985.
1638
1639 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1640
1641         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
1642         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
1643
1644         Use default resolution when it's not provided by document. Fixes bug
1645         #408762.
1646
1647 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1648
1649         * configure.ac:
1650         * thumbnailer/Makefile.am:
1651         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1652         * thumbnailer/evince-thumbnailer.schemas.in:
1653         * thumbnailer/evince-thumbnailer-ps.schemas.in:
1654
1655         Add support for ps, eps and compressed documents thumbnails. Do not
1656         ignore size parameter. 
1657
1658 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1659
1660         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
1661         (dvi_document_do_color_special):
1662         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
1663
1664         Implement font color specials in the DVI backend. Fixes bug #303651.
1665
1666 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1667
1668         Fixup the previous commit:
1669
1670         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
1671         * shell/xdg-user-dir-lookup.c: Make the function non-static
1672         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
1673
1674 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1675
1676         * shell/ev-window.c (file_open_dialog_response_cb): Use
1677         the xdg-user-dirs DOCUMENTS folder as default folder when
1678         opening a file chooser.  (#424858)
1679
1680         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
1681         xdg-user-dirs.
1682
1683 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1684
1685         * shell/ev-window.c: (ev_window_load_job_cb):
1686
1687         Do not setup view from metadata on preview mode. 
1688
1689 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1690
1691         * shell/main.c:
1692
1693         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
1694
1695 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1696
1697         * shell/ev-view.c: (ev_view_primary_get_cb):
1698
1699         Check pointer != NULL before using it. Fixes bug #416841. 
1700
1701 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1702
1703         * NEWS:
1704         * configure.ac:
1705         
1706         Release 0.8.0
1707
1708 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1709
1710         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1711
1712         Do not render thumbnails when sidebar thumbnail page is not visible
1713         at startup. Fixes bug #416447. 
1714
1715 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
1716
1717         * data/evince.desktop.in.in:
1718
1719         "Application" is not a valid category in the freedesktop specification.
1720
1721 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1722
1723         * libdocument/ev-file-helpers.[ch]: (compression_run),
1724         (ev_file_uncompress), (ev_file_compress):
1725         * shell/ev-window.c: (file_save_dialog_response_cb):
1726
1727         Save document compressed when saving a copy of a compressed document.
1728         Fixes bug #334542.
1729
1730 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1731
1732         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
1733
1734         Allow deleting in goto window entry in presentation mode. 
1735
1736 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
1737
1738         * Makefile.am: Dist MAINTAINERS.
1739
1740 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1741
1742         * shell/ev-window.c: (ev_window_update_actions):
1743
1744         Fix zoom shortcut keys when searching. Fixes bug #409828.
1745
1746 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1747
1748         * shell/ev-window.c: (ev_window_setup_document):
1749
1750         Fix crash when loading documents with only one page. 
1751
1752 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1753
1754         * backend/dvi/dvi-document.c:
1755         (dvi_document_thumbnails_get_dimensions),
1756         (dvi_document_thumbnails_get_thumbnail):
1757         * backend/impress/impress-document.c:
1758         (impress_document_thumbnails_get_thumbnail),
1759         (impress_document_thumbnails_get_dimensions):
1760         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
1761         (ps_document_thumbnails_get_dimensions):
1762         * backend/djvu/djvu-document.c:
1763         (djvu_document_thumbnails_get_dimensions),
1764         (djvu_document_thumbnails_get_thumbnail):
1765         * backend/tiff/tiff-document.c:
1766         (tiff_document_thumbnails_get_thumbnail),
1767         (tiff_document_thumbnails_get_dimensions):
1768         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
1769         (pdf_document_thumbnails_get_thumbnail),
1770         (pdf_document_thumbnails_get_dimensions):
1771         * backend/comics/comics-document.c:
1772         (comics_document_thumbnails_get_thumbnail),
1773         (comics_document_thumbnails_get_dimensions):
1774         * backend/pixbuf/pixbuf-document.c:
1775         (pixbuf_document_thumbnails_get_thumbnail),
1776         (pixbuf_document_thumbnails_get_dimensions):
1777         * libdocument/ev-document-thumbnails.[ch]:
1778         (ev_document_thumbnails_get_thumbnail),
1779         (ev_document_thumbnails_get_dimensions):
1780         * libdocument/ev-document-misc.[ch]:
1781         (ev_document_misc_get_thumbnail_frame):
1782         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1783         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
1784         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
1785         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
1786         (ev_sidebar_thumbnails_refresh):
1787         * shell/ev-window.c: (ev_window_setup_document):
1788         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1789
1790         Use an EvRenderContext for rendering thumbnails instead of a suggested
1791         width, so that different sized pages get sized proportionally.
1792
1793 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1794
1795         * shell/ev-view.c: (ev_view_button_press_event),
1796         (ev_view_key_press_event):
1797
1798         Fix critical warnings when there is no document loaded. 
1799
1800 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1801
1802         * shell/ev-page-action-widget.c:
1803         * shell/ev-navigation-action.c:
1804         * shell/ev-window.c:
1805
1806         Fix compile warnings. 
1807
1808 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1809
1810         * backend/djvu/djvu-text.h:
1811         * backend/djvu/djvu-document.c:
1812         * backend/djvu/djvu-text-page.c:
1813         * backend/djvu/djvu-links.c:
1814         * backend/djvu/djvu-text-page.h:
1815         * backend/djvu/djvu-text.c:
1816         
1817         Fix build on Mac. Fixes bug #392186. Patch by
1818         <ephraim_owns@hotmail.com>
1819
1820 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1821
1822         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1823
1824         Restore cairo context before rendering every page when printing a PDF
1825         document into a PDF file. 
1826
1827 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1828
1829         * backend/ps/gstypes.h:
1830         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
1831         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
1832         (ps_document_thumbnails_get_thumbnail):
1833
1834         Handle PostScript page orientation. Fixes bug #318568.
1835
1836 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1837
1838         * backend/ps/Makefile.am:
1839         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
1840         (document_load), (ps_document_load), (save_document),
1841         (save_page_list), (ps_document_get_n_pages),
1842         (ps_document_get_page_size), (ps_document_get_info),
1843         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
1844         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
1845         (ps_document_thumbnails_get_thumbnail),
1846         (ps_document_thumbnails_get_dimensions),
1847         (ps_document_document_thumbnails_iface_init):
1848         * backend/ps/ps.[ch]: (psgetpagebox):
1849         * backend/ps/ps-interpreter.[ch]:
1850
1851         Add support for thumbnails in ps backend. Fixes bug #164755. 
1852
1853 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1854
1855         * NEWS:
1856         * configure.ac:
1857         
1858         Release 0.7.2
1859
1860 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1861
1862         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
1863         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
1864         (ev_window_dispose):
1865
1866         Use document thumbnail as window icon. Fixes bug #384442.
1867
1868 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
1869
1870         * configure.ac:
1871
1872         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
1873         duplicated adding application/x-bzpostscript instead. 
1874
1875 2007-02-11  Tom Parker  <palfrey@tevp.net>
1876
1877         * backend/ps/ps-document.c: (document_load):
1878
1879         Check return value of psscan before trying
1880         to use it. Fixes bug #372414.
1881
1882 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1883
1884         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1885
1886         Fix invalid free in ev-page-cache. Fixes bug #404745.
1887
1888 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1889
1890         * test/Makefile.am:
1891         * test/test3.py:
1892         
1893         Added reload test case.
1894
1895 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1896
1897         * po/POTFILES.in:
1898         * backend/djvu/djvu-document.c: (djvu_document_load):
1899
1900         Check whether there are missing files in indirect multipage djvu
1901         documents. Fixes bug #361683. 
1902
1903 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1904
1905         * test/Makefile.am:
1906         * test/test-mime.bin:
1907         * test/test3.py:
1908         
1909         Added test for slow mime type
1910
1911 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1912
1913         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1914
1915         Add some checks and call parent_class->finalize. Fixes bug #404745.
1916
1917 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1918
1919         * shell/ev-navigation-action.c: (connect_proxy):
1920         
1921         Fixes dropdown history menu. Thanks a lot Carlos!
1922
1923 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1924
1925         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
1926
1927         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
1928         bug #373715.
1929
1930 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1931
1932         * backend/ps/ps.c: (psscan):
1933
1934         Fix memory leak. 
1935
1936 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1937
1938         * configure.ac:
1939         * libdocument/ev-file-helpers.c: 
1940
1941         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
1942
1943 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1944
1945         * configure.ac:
1946         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
1947         (ps_interpreter_start), (document_load), (save_document),
1948         (save_page_list):
1949         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
1950         * libdocument/ev-document-factory.c:
1951         (ev_document_factory_get_from_mime), (get_document_from_uri),
1952         (free_uncompressed_uri), (ev_document_factory_get_document):
1953         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
1954
1955         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
1956
1957 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1958
1959         * libdocument/ev-document.h:
1960
1961         Fix typo in function name. 
1962
1963 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1964
1965         * backend/ps/ps-document.c: (ps_interpreter_finished),
1966         (ps_interpreter_start), (ps_interpreter_failed):
1967
1968         Handle ghostscript interpreter crashes. 
1969
1970 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1971
1972         * shell/ev-window.c: (ev_window_open_uri),
1973         (window_configure_event_cb):
1974
1975         Setup window size and position before showing it. Fixes bug #401711.
1976
1977 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1978
1979         * backend/ps/Makefile.am:
1980         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
1981         (ps_document_dispose), (ps_document_class_init),
1982         (ps_interpreter_input), (ps_interpreter_output),
1983         (ps_interpreter_error), (setup_interpreter_env),
1984         (ps_interpreter_start), (ps_interpreter_stop),
1985         (ps_interpreter_failed), (ps_interpreter_is_ready),
1986         (check_filecompressed), (document_load), (ps_document_load),
1987         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
1988         (ps_document_widget_event), (send_ps), (ps_document_next_page),
1989         (render_page):
1990
1991         Rework ps-document. Code cleanups, remove deprecated code. 
1992
1993 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1994
1995         * shell/ev-view.c: (ev_view_button_press_event):
1996
1997         Do not start an image drag and drop operation when pointer is on 
1998         text, so that we can select text when the whole background is an
1999         image. 
2000
2001 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2002
2003         * shell/ev-window.c: (ev_window_update_actions): 
2004
2005         Disable all zoom related actions during presentation mode. 
2006
2007 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
2008
2009         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
2010
2011         Do not zoom in or out on presentation mode. Fixes bug #401305.
2012
2013 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2014
2015         * shell/ev-navigation-action.c: (connect_proxy),
2016         (create_menu_item), (ev_navigation_action_class_init):
2017         
2018         Correctly show menu and fix crash when navigaton 
2019         action is out of toolbar visible area.
2020
2021 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2022
2023         * data/Makefile.am:
2024         * data/evince.1:
2025         
2026         Added man file
2027
2028 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2029
2030         * help/reference/* :
2031         * configure.ac:
2032         
2033         Added gtk-doc based documentation for Evince.
2034         Still in initial state but I hope it will
2035         grow.
2036         
2037         * configure.ac:
2038         
2039         Lower dbus requirement to 0.70
2040
2041 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2042
2043         * shell/ev-window.c: (ev_window_add_history):
2044
2045         Fix memory leak. 
2046
2047 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2048
2049         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
2050         * shell/ev-view.h:
2051         * shell/ev-window.c: (ev_window_add_history):
2052         
2053         Correctly handle named destination links
2054
2055 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2056
2057         * NOTES:
2058         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
2059         * backend/pdf/ev-poppler.cc:
2060         * libdocument/ev-document-links.h:
2061         * libdocument/ev-link.c: (ev_link_get_page):
2062         * libdocument/ev-link.h:
2063         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
2064         (ev_history_add_link):
2065         * shell/ev-history.h:
2066         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2067         (new_history_menu_item), (build_menu):
2068         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2069         * shell/ev-sidebar-links.c: (create_loading_model),
2070         (print_section_cb), (ev_sidebar_links_construct),
2071         (fill_page_labels), (update_page_callback_foreach),
2072         (update_page_callback), (job_finished_callback):
2073         * shell/ev-view.c: (ev_view_handle_link):
2074         * shell/ev-window.c: (ev_window_find_chapter),
2075         (ev_window_add_history), (view_handle_link_cb),
2076         (history_changed_cb):
2077         
2078         Implements another history variant
2079
2080 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2081
2082         * shell/ev-window.c: (view_external_link_cb):
2083         * shell/ev-view.c: (ev_view_button_release_event):
2084
2085         Open links in new window when clicking with middle button. 
2086
2087 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2088
2089         * shell/ev-navigation-action.c: (new_history_menu_item):
2090         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2091         * shell/ev-view.c: (ev_view_handle_link):
2092         * shell/ev-window.c:
2093         
2094         Store link before jump, not the destination. For me it 
2095         seems like more natural history behavior.
2096
2097 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2098
2099         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2100         (ev_navigation_action_class_init):
2101         * shell/ev-navigation-action.h:
2102         * shell/ev-page-action.c: (activate_cb):
2103         * shell/ev-page-cache.c: (ev_page_cache_class_init),
2104         (ev_page_cache_set_current_page_history):
2105         * shell/ev-page-cache.h:
2106         * shell/ev-sidebar-thumbnails.c:
2107         (ev_sidebar_tree_selection_changed),
2108         (ev_sidebar_icon_selection_changed), (page_changed_cb):
2109         * shell/ev-view-private.h:
2110         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
2111         * shell/ev-view.h:
2112         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
2113         (ev_window_setup_document), (ev_window_load_job_cb):
2114         * shell/ev-window.h:
2115         
2116         History finally works as expected.
2117
2118 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2119
2120         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
2121
2122         Do not update links treeview if it doesn't have a model assigned yet. 
2123
2124 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2125
2126         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
2127         (ev_sidebar_links_class_init), (update_page_callback):
2128
2129         Do not update links treeview when sidepane is not visible. 
2130
2131 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2132
2133         * shell/ev-marshal.list:
2134         * shell/ev-page-action.c: (activate_cb),
2135         (ev_page_action_class_init):
2136         * shell/ev-page-action.h:
2137         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
2138         * shell/ev-window.c:
2139         
2140         Remove activate_link signal, not required.
2141
2142 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2143
2144         * shell/ev-navigation-action.c: (build_menu):
2145         
2146         Reorder menu items and build menu with fixed length.
2147
2148 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
2149
2150         * shell/ev-view.c: (get_selected_text):
2151         
2152         Normalize text to fix ligatures problem. See bug
2153         #341947 for details.
2154
2155 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2156
2157         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2158
2159         Fix memory leak in ev-page-cache. 
2160
2161 2007-01-25  Tom Parker <palfrey@tevp.net>
2162
2163         * backend/impress/impress-document.c: (impress_document_load),
2164         (impress_document_finalize), (impress_document_init):
2165         * properties/ev-properties-main.c: (ev_properties_get_pages):
2166         
2167         Correctly handle impress document errors. Fixes nautilus
2168         crash in property page #370491.
2169
2170 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2171
2172         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2173         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2174         (ev_job_queue_remove_job):
2175         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
2176         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
2177         (ev_job_load_run):
2178         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
2179         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
2180         (ev_window_load_job_cb), (xfer_update_progress_callback),
2181         (ev_window_open_uri), (ev_window_dispose):
2182         * shell/main.c: (main):
2183
2184         Do file transfer asynchronously in the main thread instead of
2185         synchronously in the load thread. Fixes bugs #399694, #398307 and
2186         #343542.
2187
2188 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2189
2190         * shell/ev-jobs.c: (ev_job_xfer_run):
2191
2192         Load the document with the font-config lock held. 
2193
2194 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2195
2196         * backend/ps/ps-document.c: (start_interpreter):
2197
2198         Fix memory leaks in ps backend. 
2199
2200 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2201
2202         * backend/impress/impress-document.c:
2203         (impress_document_render_pixbuf):
2204
2205         Do not acquire fontconfig lock in impress backend, since it is using
2206         the main loop for rendering. 
2207
2208 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2209
2210         * po/POTFILES.in: 
2211
2212         Remove mdvi files that shouldn't be translated. 
2213
2214 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2215
2216         * shell/ev-view-private.h:
2217         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
2218         (ev_view_set_zoom):
2219
2220         Render "loading..." text into a cairo surface instead of directly into
2221         the window so that fontconfig lock is only needed once and UI is not
2222         blocked. Change text color to #9B9B9B. Fixes bug #397356.
2223
2224 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2225
2226         * shell/ev-stock-icons.c: (ev_stock_icons_init):
2227         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2228
2229         Use icon theme associated with the window screen rather than default. 
2230
2231 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2232
2233         * configure.ac:
2234
2235         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
2236
2237 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2238
2239         * data/icons/*/apps/evince.*:
2240
2241         Move Evince icons under new apps directory.
2242
2243         * data/icons/*/actions/*:
2244
2245         Add new custom themeable Evince icons: view-page-continuous, 
2246         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
2247         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
2248
2249         * configure.ac:
2250
2251         Add new directories to AC_CONFIG_FILES.
2252
2253         * shell/ev-stock-icons.c:
2254         * shell/ev-stock-icons.h:
2255
2256         Use new custom themeable icons.
2257
2258 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2259
2260         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2261
2262         Do not draw white background page in presentation mode. 
2263
2264 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
2265
2266         * shell/ev-view.c: Remove unused gnome-vfs include.
2267
2268 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
2269
2270         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
2271         
2272         Format string is corrected, fixes bug #397129.
2273
2274 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2275
2276         * shell/ev-window.c: (ev_window_setup_recent):
2277
2278         Do not include in recent menu inexistent documents. Fixes
2279         bug #339171.
2280
2281 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2282
2283         * po/POTFILES.skip: 
2284
2285         Update POTFILES.skip file according to current source tree. 
2286
2287 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2288
2289         * shell/ev-window.c: (file_save_dialog_response_cb):
2290
2291         Do Save a copy in atomic way. Fixes bug #328266. 
2292
2293 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2294
2295         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
2296
2297         Keep selected cell always visible in index treeview.
2298
2299 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2300         
2301         * shell/ev-view.c: (ev_view_size_allocate):
2302
2303         Restore horizontal scrollbar after switching to/from fullscreen
2304         or presentation mode. Fixes bug #331728.
2305
2306 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2307
2308         * shell/ev-view-private.h:
2309         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
2310         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
2311         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
2312         (ev_view_can_zoom_out):
2313
2314         Use max and min scale values in the view iby taking dpi into account. 
2315
2316 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2317
2318         * configure.ac:
2319         * NEWS:
2320
2321         Release 0.7.1
2322
2323 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2324
2325         * shell/ev-window.c: (ev_window_print_send):
2326
2327         Send print job to printer with some settings set to default values,
2328         since we have already exported to a file according to such settings
2329         and they could be taken twice by some printers. 
2330
2331 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2332
2333         * shell/ev-jobs.c: (ev_job_xfer_run):
2334         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2335
2336         Show main window and load document with the font-config lock held. 
2337
2338 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2339
2340         * configure.ac:
2341         * shell/ev-application.c: (ev_application_register_service):
2342         * shell/main.c: (load_files_remote):
2343
2344         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
2345
2346 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2347
2348         * doc/debugging.txt:
2349         
2350         Remove obsolete documentation.
2351
2352 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2353
2354         * Makefile.am:
2355         * backend/Makefile.am:
2356         * backend/comics/Makefile.am:
2357         * backend/djvu/Makefile.am:
2358         * backend/dvi/Makefile.am:
2359         * backend/ev-async-renderer.c:
2360         * backend/ev-async-renderer.h:
2361         * backend/ev-attachment.c:
2362         * backend/ev-attachment.h:
2363         * backend/ev-backend-marshal.c:
2364         * backend/ev-document-factory.c:
2365         * backend/ev-document-factory.h:
2366         * backend/ev-document-find.c:
2367         * backend/ev-document-find.h:
2368         * backend/ev-document-fonts.c:
2369         * backend/ev-document-fonts.h:
2370         * backend/ev-document-images.c:
2371         * backend/ev-document-images.h:
2372         * backend/ev-document-info.h:
2373         * backend/ev-document-links.c:
2374         * backend/ev-document-links.h:
2375         * backend/ev-document-misc.c:
2376         * backend/ev-document-misc.h:
2377         * backend/ev-document-security.c:
2378         * backend/ev-document-security.h:
2379         * backend/ev-document-thumbnails.c:
2380         * backend/ev-document-thumbnails.h:
2381         * backend/ev-document-transition.c:
2382         * backend/ev-document-transition.h:
2383         * backend/ev-document.c:
2384         * backend/ev-document.h:
2385         * backend/ev-file-exporter.c:
2386         * backend/ev-file-exporter.h:
2387         * backend/ev-image.c:
2388         * backend/ev-image.h:
2389         * backend/ev-link-action.c:
2390         * backend/ev-link-action.h:
2391         * backend/ev-link-dest.c:
2392         * backend/ev-link-dest.h:
2393         * backend/ev-link.c:
2394         * backend/ev-link.h:
2395         * backend/ev-render-context.c:
2396         * backend/ev-render-context.h:
2397         * backend/ev-selection.c:
2398         * backend/ev-selection.h:
2399         * backend/impress/Makefile.am:
2400         * backend/pdf/Makefile.am:
2401         * backend/pixbuf/Makefile.am:
2402         * backend/ps/Makefile.am:
2403         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
2404         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
2405         (start_interpreter), (stop_interpreter), (document_load),
2406         (ps_document_next_page), (render_page):
2407         * backend/tiff/Makefile.am:
2408         * comics/Makefile.am:
2409         * comics/comics-document.c:
2410         * comics/comics-document.h:
2411         * configure.ac:
2412         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2413         * djvu/Makefile.am:
2414         * djvu/djvu-document-private.h:
2415         * djvu/djvu-document.c:
2416         * djvu/djvu-document.h:
2417         * djvu/djvu-links.c:
2418         * djvu/djvu-links.h:
2419         * djvu/djvu-text-page.c:
2420         * djvu/djvu-text-page.h:
2421         * djvu/djvu-text.c:
2422         * djvu/djvu-text.h:
2423         * dvi/Makefile.am:
2424         * dvi/dvi-document.c:
2425         * dvi/dvi-document.h:
2426         * dvi/fonts.c:
2427         * dvi/fonts.h:
2428         * dvi/mdvi-lib/Makefile.am:
2429         * dvi/mdvi-lib/afmparse.c:
2430         * dvi/mdvi-lib/afmparse.h:
2431         * dvi/mdvi-lib/bitmap.c:
2432         * dvi/mdvi-lib/bitmap.h:
2433         * dvi/mdvi-lib/color.c:
2434         * dvi/mdvi-lib/color.h:
2435         * dvi/mdvi-lib/common.c:
2436         * dvi/mdvi-lib/common.h:
2437         * dvi/mdvi-lib/defaults.h:
2438         * dvi/mdvi-lib/dvimisc.c:
2439         * dvi/mdvi-lib/dviopcodes.h:
2440         * dvi/mdvi-lib/dviread.c:
2441         * dvi/mdvi-lib/files.c:
2442         * dvi/mdvi-lib/font.c:
2443         * dvi/mdvi-lib/fontmap.c:
2444         * dvi/mdvi-lib/fontmap.h:
2445         * dvi/mdvi-lib/fontsrch.c:
2446         * dvi/mdvi-lib/gf.c:
2447         * dvi/mdvi-lib/hash.c:
2448         * dvi/mdvi-lib/hash.h:
2449         * dvi/mdvi-lib/list.c:
2450         * dvi/mdvi-lib/mdvi.h:
2451         * dvi/mdvi-lib/pagesel.c:
2452         * dvi/mdvi-lib/paper.c:
2453         * dvi/mdvi-lib/paper.h:
2454         * dvi/mdvi-lib/pk.c:
2455         * dvi/mdvi-lib/private.h:
2456         * dvi/mdvi-lib/setup.c:
2457         * dvi/mdvi-lib/sp-epsf.c:
2458         * dvi/mdvi-lib/special.c:
2459         * dvi/mdvi-lib/sysdeps.h:
2460         * dvi/mdvi-lib/t1.c:
2461         * dvi/mdvi-lib/tfm.c:
2462         * dvi/mdvi-lib/tfmfile.c:
2463         * dvi/mdvi-lib/tt.c:
2464         * dvi/mdvi-lib/util.c:
2465         * dvi/mdvi-lib/vf.c:
2466         * dvi/pixbuf-device.c:
2467         * dvi/pixbuf-device.h:
2468         * impress/Makefile.am:
2469         * impress/common.h:
2470         * impress/document.c:
2471         * impress/f_oasis.c:
2472         * impress/f_oo13.c:
2473         * impress/iksemel.c:
2474         * impress/iksemel.h:
2475         * impress/imposter.h:
2476         * impress/impress-document.c:
2477         * impress/impress-document.h:
2478         * impress/internal.h:
2479         * impress/r_back.c:
2480         * impress/r_draw.c:
2481         * impress/r_geometry.c:
2482         * impress/r_gradient.c:
2483         * impress/r_style.c:
2484         * impress/r_text.c:
2485         * impress/render.c:
2486         * impress/render.h:
2487         * impress/zip.c:
2488         * impress/zip.h:
2489         * lib/Makefile.am:
2490         * lib/ev-debug.c:
2491         * lib/ev-debug.h:
2492         * lib/ev-file-helpers.c:
2493         * lib/ev-file-helpers.h:
2494         * lib/ev-gui.c:
2495         * lib/ev-gui.h:
2496         * lib/ev-tooltip.c:
2497         * lib/ev-tooltip.h:
2498         * libdocument/Makefile.am:
2499         * libdocument/ev-file-helpers.c:
2500         * pdf/Makefile.am:
2501         * pdf/ev-poppler.cc:
2502         * pdf/ev-poppler.h:
2503         * pixbuf/Makefile.am:
2504         * pixbuf/pixbuf-document.c:
2505         * pixbuf/pixbuf-document.h:
2506         * properties/Makefile.am:
2507         * ps/Makefile.am:
2508         * ps/gsdefaults.c:
2509         * ps/gsdefaults.h:
2510         * ps/gsio.c:
2511         * ps/gsio.h:
2512         * ps/gstypes.h:
2513         * ps/ps-document.c:
2514         * ps/ps-document.h:
2515         * ps/ps.c:
2516         * ps/ps.h:
2517         * shell/Makefile.am:
2518         * shell/ev-application.h:
2519         * shell/ev-sidebar-links.c:
2520         * shell/ev-sidebar-links.h:
2521         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
2522         (ev_gui_menu_position_tree_selection):
2523         * shell/ev-utils.h:
2524         * shell/ev-view.c: (ev_view_finalize):
2525         * shell/ev-window.c:
2526         * shell/main.c: (main):
2527         * thumbnailer/Makefile.am:
2528         * tiff/Makefile.am:
2529         * tiff/tiff-document.c:
2530         * tiff/tiff-document.h:
2531         * tiff/tiff2ps.c:
2532         * tiff/tiff2ps.h:
2533         
2534         Reorganize source tree.
2535
2536 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2537
2538         * backend/ev-document-factory.c:
2539
2540         Do not include ev-poppler.h when pdf is disabled. 
2541
2542 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2543
2544         * configure.ac:
2545         * data/evince-ui.xml:
2546         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
2547         (pdf_document_document_images_iface_init):
2548         * backend/Makefile.am:
2549         * backend/ev-document-images.[ch]:
2550         * backend/ev-image.[ch]:
2551         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
2552         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
2553         (ev_job_xfer_run):
2554         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2555         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2556         (ev_pixbuf_cache_get_image_mapping):
2557         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
2558         (view_menu_popup_cb), (ev_window_dispose),
2559         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2560         (ev_view_popup_cmd_copy_image):
2561         * shell/ev-view-private.h:
2562         * shell/ev-view.c: (ev_view_get_image_at_location),
2563         (ev_view_do_popup_menu), (ev_view_popup_menu),
2564         (ev_view_button_press_event), (ev_view_drag_data_get),
2565         (ev_view_drag_motion), (ev_view_drag_data_received),
2566         (ev_view_motion_notify_event), (ev_view_button_release_event),
2567         (ev_view_finalize), (ev_view_class_init):
2568
2569         Add image handling support. Fixes bugs #310008 and #325047. Images
2570         selection is not supported yet. 
2571
2572 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2573
2574         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
2575         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
2576         (ev_view_init):
2577
2578         Move view drag and drop stuff to ev-view.
2579
2580 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2581
2582         * shell/ev-pixbuf-cache.c: (clear_job_selection):
2583         * shell/ev-view.c: (clear_selection): 
2584
2585         Clear selection also in pixbuf cache.
2586
2587 2007-01-02  Luca Ferretti <elle.uca@libero.it>
2588
2589         * data/evince.desktop.in.in:
2590         
2591         Change icon name in desktop file. See bug #390734
2592         for details.
2593
2594 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2595
2596         * thumbnailer/Makefile.am:
2597
2598         Use top_builddir instead top_srcdir for generated schema
2599         file installation. Fixes bug #390161.
2600
2601 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2602
2603         * configure.ac:
2604         * backend/Makefile.am:
2605         * backend/ev-document-transition.[ch]:
2606         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
2607         (pdf_document_page_transition_iface_init):
2608         * shell/ev-view-private.h:
2609         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
2610         (ev_view_set_presentation), (transition_next_page),
2611         (ev_view_presentation_transition_stop),
2612         (ev_view_presentation_transition_start), (ev_view_next_page):
2613
2614         Add page transition support in presentation mode. At the moment only
2615         page duration is supported, but not transition effects. Fixes bug
2616         #309815.
2617
2618 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2619
2620         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
2621
2622         Run find_link_dest with document lock held, since it's called by links
2623         thread and main thread at the same time. 
2624
2625 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2626
2627         * shell/ev-view.c: (goto_dest):
2628
2629         Update page-cache when page is changed by the view, so that
2630         page-changed signal is emitted. 
2631
2632 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2633
2634         * test/test1.py:
2635         * test/test2.py:
2636
2637         Use C locale in tests. 
2638
2639 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2640
2641         * shell/ev-window.c: (ev_window_run_presentation):
2642         * shell/ev-view-private.h:
2643         * shell/ev-view.c: (ev_view_set_presentation):
2644
2645         Restore zoom settings when back from presentation mode. 
2646
2647 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2648
2649         * shell/ev-window.c: (ev_window_run_presentation):
2650
2651         Always use "best fit" zoom in presentation mode.
2652         Fixes bug #389195.
2653
2654 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2655
2656         * shell/ev-view.c: (ev_view_goto_window_create):
2657
2658         Show "Jump to page" label in the page jumping popup in
2659         presentation mode instead of just a GtkEntry.
2660
2661 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2662
2663         * shell/ev-window.c: (launch_external_uri):
2664
2665         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
2666         #378085.
2667
2668 2006-12-22  Elijah Newren  <newren gmail com>
2669
2670         * configure.ac: explicitly check for libxml2.  Fixes #388795
2671
2672 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2673
2674         * shell/ev-view-private.h:
2675         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
2676         (ev_view_goto_window_delete_event), (key_is_numeric),
2677         (ev_view_goto_window_key_press_event),
2678         (ev_view_goto_window_button_press_event),
2679         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
2680         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
2681         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
2682
2683         Allow jumping to another page by typing a page number in presentation
2684         mode. It uses a popup window with an entry. Fixes bug #353625.
2685
2686 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2687
2688         * configure.ac:
2689         * properties/ev-properties-view.c: (ev_get_default_user_units),
2690         (ev_regular_paper_size):
2691         
2692         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
2693         to Damien Carbery <damien.carbery@sun.com> and
2694         Yevgen Muntyan <muntyan@tamu.edu>.
2695
2696 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2697
2698         * shell/ev-window.c: (setup_document_from_metadata):
2699
2700         Make sure Evince doesn't restore the view on the last
2701         page when a document is reopened. Fixes bug #383381.
2702
2703 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
2704
2705         * shell/ev-view.c: (draw_loading_text):
2706
2707         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
2708
2709 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2710
2711         * configure.ac:
2712         * NEWS:
2713
2714         Release 0.7.0
2715
2716 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2717
2718         * configure.ac:
2719         * pdf/ev-poppler.cc: (pdf_print_context_free),
2720         (pdf_document_file_exporter_begin),
2721         (pdf_document_file_exporter_do_page):
2722
2723         Make cairo-pdf depedency optional. 
2724
2725 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2726
2727         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
2728
2729         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
2730
2731 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2732
2733         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
2734         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
2735         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
2736         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
2737         * shell/ev-view.c: (draw_loading_text):
2738         * shell/ev-window.c: (ev_window_cmd_file_properties):
2739
2740         Use an specific lock for FontConfig. Hopefully it fixes some crashes
2741         related to using FontConfig from different threads.
2742         
2743 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2744
2745         * shell/ev-view.c: (draw_loading_text):
2746
2747         Acquire lock document when drawing "Loading..." text so that only one
2748         thread will use FontConfig at the same time. Fixes bug #374750.
2749
2750 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2751
2752         * shell/ev-page-action.[ch]: (activate_cb):
2753         * shell/ev-window.c: (activate_label_cb):
2754
2755         Check if text inserted in page entry is a valid page number when it
2756         doesn't match to any document page label. Fixes bug #383165.
2757
2758 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
2759         * shell/ev-window.c:
2760
2761         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
2762         available with GTK < 2.10. Added an ifdef to avoid compilation
2763         error.
2764
2765 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2766
2767         * configure.ac:
2768         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
2769
2770         Fix ps backend in multihead systems.
2771
2772 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2773
2774         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
2775         * shell/ev-window.c: (ev_window_get_screen_dpi),
2776         (ev_window_update_actions), (setup_view_from_metadata),
2777         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
2778
2779         Take screen DPI into account when zooming. Fixes bug #318285.
2780
2781 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2782
2783         * data/Makefile.am:
2784
2785         Cleaned up/slightly refactored Makefile.am. Added GConf
2786         schemas uninstallation as well.
2787
2788 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2789
2790         * Makefile.am:
2791         * test/Makefile.am:
2792
2793         Fight with autotools to fix make check. Make distcheck
2794         works fine as well now!
2795
2796 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2797
2798         * shell/ev-view.c: (draw_end_presentation_page):
2799
2800         Corrected "end of presentation" string.
2801
2802 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2803
2804         * shell/ev-view.c: (ev_view_key_press_event):
2805
2806         Correctly propagate key press event so that up/down keys
2807         work as expected (correct behaviour was broken by
2808         black/white screen key bindings for presentations).
2809
2810 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2811
2812         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
2813         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
2814         (pdf_document_find_get_progress), (pdf_selection_render_selection),
2815         (pdf_selection_get_selection_region),
2816         (pdf_selection_get_selection_map):
2817
2818         Add "static" to some private functions. 
2819
2820 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
2821
2822         * lib/ev-tooltip.h:
2823         * properties/ev-properties-view.h:
2824         * shell/ev-jobs.h:
2825         * shell/ev-properties-dialog.h:
2826         * shell/ev-properties-fonts.h:
2827         * shell/ev-sidebar-links.h:
2828         * shell/ev-sidebar-thumbnails.h:
2829         * shell/ev-sidebar.h:
2830         * shell/ev-window.h:
2831         
2832         Fixes CHACK type in class casts. See bug #385343
2833         for details.
2834
2835 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2836
2837         * shell/ev-view-private.h:
2838         * shell/ev-view.c: (draw_end_presentation_page),
2839         (ev_view_expose_event), (ev_view_key_press_event),
2840         (ev_view_class_init), (ev_view_init):
2841
2842         Blank screen in presentation mode when pressing 'b' (filling with
2843         black) or 'w' (filling with white) keys. Fixes bug #358132.
2844
2845 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
2846
2847         * data/evince-toolbar.xml:
2848         * shell/ev-window.c:
2849         
2850         Use stock icon for Select All action. Fixes
2851         bug #382652.
2852
2853 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
2854
2855         * shell/ev-view.c: (get_doc_point_from_offset),
2856         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
2857
2858         Add links support in rotated documents. Fixes bug #343733.
2859
2860 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2861
2862         * shell/ev-view-private.h:
2863         * shell/ev-view.c: (draw_end_presentation_page),
2864         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
2865
2866         Show a blank page after the last page in presentation mode with a
2867         message indicating that presentation has finished and how to exit. 
2868
2869 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2870
2871         * shell/ev-window.c: (fullscreen_timeout_cb):
2872
2873         Hide cursor after a while in presentation mode. 
2874
2875 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2876
2877         * backend/ev-document-info.h:
2878         * data/evince-properties.glade:
2879         * pdf/ev-poppler.cc:
2880         * properties/ev-properties-view.c: (ev_regular_paper_size),
2881         (ev_properties_view_set_info):
2882         * ps/ps-document.c: (ps_document_get_info):
2883
2884         Adds a paper size field to the properties dialog. Fixes
2885         bug #307315. Patch by Kasper Svendsen (with some i18n
2886         changes done by me).
2887
2888 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2889
2890         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2891         (screensaver_init_dbus), (totem_scrsaver_new),
2892         (totem_scrsaver_init):
2893         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2894         * shell/ev-application.c: (ev_application_register_service),
2895         (ev_application_screensaver_enable),
2896         (ev_application_screensaver_disable):
2897         * shell/ev-application.h:
2898         * shell/ev-window.c: (ev_window_run_presentation),
2899         (ev_window_stop_presentation), (build_comments_string),
2900         (ev_window_init):
2901         
2902         Move screensaver handling to application. No more
2903         message on startup.
2904
2905 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2906
2907         * configure.ac:
2908         * backend/Makefile.am:
2909         * backend/ev-file-exporter.[ch]:
2910         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
2911         * ps/ps-document.c: (ps_document_file_exporter_*):
2912         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
2913         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2914         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2915         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2916
2917         Allow printing to PDF when suppoted by the backend.
2918         
2919 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2920
2921         * shell/ev-window.c: (build_comments_string):
2922
2923         Use always "Document Viewer" in about dialog. 
2924
2925 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2926
2927         * djvu/djvu-document.c: (djvu_document_get_page_size):
2928
2929         Display a warning message when get_pageinfo fails. 
2930
2931 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
2932
2933         * Makefile.am:
2934         * backend/Makefile.am:
2935         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
2936         * configure.ac:
2937         * shell/ev-window.c: (build_comments_string):
2938         
2939         Make pdf compilation optional. See bug #38007.
2940
2941 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2942
2943         * ps/ps.c: (get_next_text):
2944
2945         Fix CVE-2006-5864.
2946
2947 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2948
2949         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
2950         * shell/ev-navigation-action.c: (connect_proxy),
2951         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2952         
2953         Do not call g_type_class_peek_parent twice.
2954
2955 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2956
2957         * configure.ac:
2958         * data/icons/24x24/.cvsignore:
2959         * data/icons/24x24/Makefile.am:
2960         * data/icons/24x24/evince.png:
2961         * data/icons/Makefile.am:
2962         
2963         Add 24x24 icon. Thanks to 
2964         Michael Monreal <infernux@web.de>.
2965
2966 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2967
2968         * configure.ac: Fix typo in configure.ac. Thanks
2969         to dmacks@netspace.org for notification.
2970
2971 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2972
2973         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2974         
2975         Drop dbus include, fixes compilation with older dbus.
2976
2977 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2978
2979         * configure.ac:
2980         * cut-n-paste/Makefile.am:
2981         * cut-n-paste/totem-screensaver/.cvsignore
2982         * cut-n-paste/totem-screensaver/Makefile.am:
2983         * cut-n-paste/totem-screensaver/README:
2984         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2985         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2986         * shell/Makefile.am:
2987         * shell/ev-window.c: (ev_window_run_presentation),
2988         (ev_window_stop_presentation), (ev_window_cmd_help_about),
2989         (ev_window_init):
2990
2991         Implemented screensaver enabling/disabling for
2992         presentation mode (not fullscreen mode). Code stolen
2993         from Totem (with some minor tweaks). Fixes bug #338889.
2994
2995 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2996
2997         * configure.ac:
2998
2999         Bump gnome-icon-theme requirements. We use the rotation
3000         icons that appeared recently.
3001
3002 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3003
3004         * shell/ev-history.c: (ev_history_add_page):
3005         * shell/ev-history.h:
3006         * shell/ev-window.c: (page_changed_cb):
3007         
3008         Use page labels instead of numbers.
3009
3010 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3011
3012         * data/evince-toolbar.xml:
3013         * po/POTFILES.in:
3014         * shell/Makefile.am:
3015         * shell/ev-navigation-action-widget.c:
3016         (ev_navigation_action_widget_init),
3017         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
3018         (menu_detacher), (ev_navigation_action_widget_set_menu),
3019         (menu_position_func), (popup_menu_under_arrow),
3020         (ev_navigation_action_widget_toggled),
3021         (ev_navigation_action_widget_button_press_event):
3022         * shell/ev-navigation-action-widget.h:
3023         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
3024         (ev_navigation_action_set_window), (activate_menu_item_cb),
3025         (new_history_menu_item), (new_empty_history_menu_item),
3026         (build_menu), (menu_activated_cb), (connect_proxy),
3027         (create_tool_item), (ev_navigation_action_init),
3028         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3029         * shell/ev-navigation-action.h:
3030         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
3031         (ev_page_action_widget_set_page_cache),
3032         (ev_page_action_widget_finalize),
3033         (ev_page_action_widget_class_init), (match_selected_cb),
3034         (display_completion_text), (match_completion), (build_new_tree_cb),
3035         (get_filter_model_from_model),
3036         (ev_page_action_widget_update_model):
3037         * shell/ev-page-action-widget.h:
3038         * shell/ev-page-action.c: (activate_link_cb), (update_model),
3039         (connect_proxy):
3040         * shell/ev-page-action.h:
3041         * shell/ev-stock-icons.c:
3042         * shell/ev-stock-icons.h:
3043         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3044         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
3045         (register_custom_actions):
3046         * shell/main.c:
3047         
3048         Preliminary history implementation
3049
3050 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3051
3052         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
3053         (dvi_document_class_init), (dvi_document_init_params):
3054         * dvi/mdvi-lib/font.c: (font_reference):
3055         
3056         Add reference to subfont. Fixes bug #374277.
3057
3058 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3059
3060         * shell/ev-window.c: (ev_window_create_tmp_symlink),
3061         (ev_window_cmd_file_open_copy_at_dest):
3062
3063         Fix a race condition when creating symlink. Increase the counter
3064         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
3065         Mathias Hasselmann).
3066
3067 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3068
3069         * backend/Makefile.am:
3070         * backend/ev-attachment.c: (ev_attachment_open):
3071         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
3072         (ev_tmp_dir), (ev_tmp_filename):
3073         * shell/ev-sidebar-attachments.c:
3074         (ev_sidebar_attachments_drag_data_get):
3075         * shell/ev-window.c: (ev_window_clear_temp_file):
3076
3077         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
3078         in ensure_dir_exists. Abort without crashing when we can't create
3079         user's directory.
3080
3081 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3082
3083         * data/evince-ui.xml:
3084         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3085         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
3086         (ev_window_cmd_file_open_copy_at_dest),
3087         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
3088         (ev_view_popup_cmd_open_link_new_window):
3089
3090         Allow opening a copy of the current document in a new window. Fixes bug
3091         #357472
3092
3093 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3094
3095         * data/evince-toolbar.xml:
3096         
3097         Add rotate right and rotate left to available items for toolbar.
3098         
3099         * data/evince-ui.xml:
3100         * shell/ev-window.c: (ev_window_init):
3101         
3102         Customize toolbar with right click. Fixes bug #372451.
3103
3104 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
3105
3106         * shell/ev-window.c: 
3107         
3108         Use "object-rotate-{left,right}" stock icons. Fixes 
3109         bug #373863.
3110
3111 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3112
3113         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
3114         (ev_application_open_uri_at_dest), (ev_application_open_uri):
3115         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
3116         (ev_window_open_uri):
3117         * shell/main.c: (arguments_parse):
3118
3119         Remove temp file created when evince is used by GTK+ in
3120         preview mode. Fixes bug #365282. 
3121
3122 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3123
3124         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3125         
3126         Fixes bug #372474 - Side pane disabled when entering 
3127         and leaving fullscreen mode.
3128
3129 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3130
3131         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
3132         * data/Makefile.am:
3133         * data/evince-preview-toolbar.xml:
3134         * data/evince-toolbar.xml:
3135         * shell/ev-application.c: (ev_application_shutdown),
3136         (ev_application_init), (ev_application_get_toolbars_model):
3137         * shell/ev-application.h:
3138         * shell/ev-window.c: (update_chrome_visibility),
3139         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
3140         (ev_window_cmd_edit_toolbar), (ev_window_init):
3141         
3142         Fixes bug #364364 - toolbar editor shows zoom actions again.
3143
3144 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3145
3146         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3147
3148         Do not take margins into consideration for paper size when printing.
3149         Really fixes bug #350491.
3150
3151 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3152
3153         * data/evince-ui.xml:
3154         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
3155         (ev_window_cmd_file_print_setup),
3156         (ev_window_print_dialog_response_cb),
3157         (ev_window_setup_action_sensitivity):
3158
3159         Add page setup settings for printing. Fixes bugs #363860 and #350491.
3160
3161 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3162
3163         * shell/ev-window.c: (ev_window_print_range):
3164
3165         Revert my previuos commit, since printing to PDF is not supported by
3166         evince yet. 
3167
3168 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3169
3170         * shell/ev-window.c: (ev_window_print_range):
3171
3172         Enable print to a PDF. Fixes bug #332121.
3173
3174 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3175
3176         * shell/ev-application-service.xml:
3177         * shell/ev-application.[ch]: (ev_application_open_window),
3178         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
3179         (ev_application_open_uri), (ev_application_open_uri_list):
3180         * shell/ev-window.c: (file_open_dialog_response_cb),
3181         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
3182         (drag_data_received_cb), (open_remote_link):
3183         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
3184
3185         Add support for multiscreen systems. Fixes bug #316206.
3186
3187 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3188
3189         * shell/ev-jobs.[ch]: (ev_job_print_new),
3190         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
3191         (ev_job_print_do_page):
3192         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
3193
3194         Allow printing only odd/even pages. Fixes bug #367289.
3195
3196 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3197
3198         * test/test1.py:
3199         * test/test2.py:
3200
3201         Re-add locale settings to test files.
3202
3203 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3204
3205         * data/evince-ui.xml:
3206         * shell/ev-window.c: (set_action_properties):
3207         
3208         Removed garbage from code and ui.
3209
3210 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3211
3212         * shell/ev-window.c: (ev_window_cmd_help_about):
3213
3214         Shamelessly add my name to the list of contributors.
3215
3216 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3217
3218         * test/test1.py:
3219         * test/test2.py:
3220
3221         Cleaned up the dogtail scripts.
3222
3223 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3224
3225         * shell/ev-view.c: (draw_loading_text): Don't render
3226         "loading..." text in presentation mode. Temporary
3227         workaround for bug #320352.
3228
3229 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3230
3231         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3232         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3233
3234         Use print settings scale, copies, collate and reverse which were
3235         ignored. Fixes bug #359032.
3236
3237 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3238
3239         * configure.ac:
3240         * data/evince-password.glade:
3241         * test/Makefile.am:
3242         * test/test-encrypt.pdf:
3243         * test/test-links.pdf:
3244         * test/test1.py:
3245         * test/test2.py:
3246
3247         Add automated UI tests for evince with dogtail. See
3248         bug #300948.    
3249
3250 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3251
3252         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
3253
3254         Hide fullscreen toolbar when switching to another desktop workspace.
3255         Fixes bug #338871
3256
3257 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3258
3259         * shell/ev-window-title.c: 
3260         
3261         Test for .dvi in title of pdf documents.
3262
3263 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3264
3265         * shell/ev-view.c: (ev_view_scroll):
3266
3267         Page Up/Down should do page jumps in "Best fit" mode.
3268         If a user has explicitly chosen to view exactly one page
3269         at a time, scrolling just a part of the page when
3270         pressing Page Up/Down is not right. Fixes bug #323107.
3271
3272 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3273
3274         * NEWS:
3275         * configure.ac:
3276         
3277         Update for 0.6.1
3278
3279 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3280
3281         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
3282         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
3283         
3284         Correctly disconnect from job signals on destroy.
3285
3286 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3287
3288         * shell/ev-view-private.h:
3289         * shell/ev-view.c: (view_set_adjustment_values),
3290         (view_update_range_and_current_page),
3291         (ensure_rectangle_is_visible), (ev_view_size_allocate):
3292         
3293         Fixes bug #343199, current page now follows find page.
3294
3295 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
3296
3297         * backend/ev-document-factory.c:
3298         * configure.ac:
3299         Assigned OpenDocument presenation MIME type to the
3300         Impress backend. Added some missing (but harmless)
3301         #ifdefs in the document factory as well to make things
3302         consistent again. Fixes bug #360658.
3303
3304 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
3305
3306         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
3307         * backend/ev-document-find.c: (ev_document_find_get_type):
3308         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
3309         * backend/ev-document-links.c: (ev_document_links_get_type):
3310         * backend/ev-document-security.c: (ev_document_security_get_type):
3311         * backend/ev-document-thumbnails.c:
3312         (ev_document_thumbnails_get_type):
3313         * backend/ev-document.c: (ev_document_get_type):
3314         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
3315         * backend/ev-selection.c: (ev_selection_get_type):
3316         * cut-n-paste/recent-files/egg-recent-model.c:
3317         (egg_recent_model_get_type):
3318         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3319         (egg_recent_view_uimanager_get_type):
3320         * cut-n-paste/recent-files/egg-recent-view.c:
3321         (egg_recent_view_get_type):
3322         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3323         (egg_editable_toolbar_get_type):
3324         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3325         (egg_toolbar_editor_get_type):
3326         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3327         (egg_toolbars_model_get_type):
3328         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3329         (egg_tree_multi_drag_source_get_type):
3330         * cut-n-paste/zoom-control/ephy-zoom-action.c:
3331         (ephy_zoom_action_get_type):
3332         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3333         (ephy_zoom_control_get_type):
3334         * impress/r_back.c: (_imp_fill_back):
3335         * properties/ev-properties-main.c:
3336         (ev_properties_plugin_register_type):
3337         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
3338         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
3339         (ev_view_accessible_factory_get_type):
3340
3341         Reduce relocations. Bug #360616.
3342
3343 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3344
3345         * backend/ev-document-factory.c:
3346         (ev_document_factory_get_document):
3347         
3348         Load document even if extension is wrong.
3349
3350 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3351
3352         * shell/ev-metadata-manager.c: (save_values):
3353         * shell/ev-window.c: (setup_size_from_metadata),
3354         (setup_view_from_metadata), (ev_window_setup_document),
3355         (ev_window_xfer_job_cb), (window_configure_event_cb):
3356         
3357         Set size according to the document size/page size ratio.
3358         That should correct rather wierd behaviour of the previous
3359         commit.
3360
3361 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3362
3363         * shell/ev-window.c: (setup_view_from_metadata):
3364         
3365         Set size for new windows from previous window size.
3366         See bugs #354968 and #168450 for details. Thanks
3367         to Meik Hellmund.
3368
3369 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3370
3371         * djvu/djvu-links.c: (build_tree):
3372
3373         Fix memory leak.
3374
3375 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3376
3377         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
3378         
3379         Don't make sidebar close button insensitive. Fixes
3380         bug #357871.
3381
3382 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3383
3384         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3385         (ev_window_set_view_accels_sensitivity):
3386         
3387         Don't enable Slash on documents which don't support
3388         find. Fixes bug #358648.
3389
3390 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
3391
3392         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
3393         open dialog fall back to the current document uri if the
3394         filechooser hasn't been used before. Fixes bug #356980.
3395
3396 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
3397
3398         * shell/ev-window.c: (ev_window_setup_recent), 
3399         (ev_window_get_recent_file_label):
3400
3401         Escape underscores in filenames of recent file items.
3402
3403 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3404
3405         * configure.ac:
3406         
3407         Bumped poppler requirements, really 0.5.3 is very 
3408         buggy, now we require 0.5.4.
3409
3410 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3411
3412         * djvu/Makefile.am:
3413         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3414         (djvu_document_find_iface_init), (djvu_document_links_get_links),
3415         (djvu_document_document_links_iface_init):
3416         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
3417         (number_from_string_10), (get_djvu_link_dest),
3418         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
3419         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
3420         (djvu_links_get_links), (djvu_links_find_link_dest),
3421         (djvu_links_get_links_model):
3422         * djvu/djvu-links.h:
3423         
3424         Add support for links and bookmarks in djvu documents. Thanks
3425         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
3426         patch.
3427
3428 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3429
3430         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3431         
3432         Reopen should reload document. Fixes 
3433         bug 327951.
3434
3435 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3436
3437         * configure.ac:
3438         * data/Makefile.am:
3439         * data/evince-16.png:
3440         * data/evince-22.png:
3441         * data/evince.png:
3442         * data/evince.svg:
3443         * data/icons/16x16/Makefile.am:
3444         * data/icons/16x16/evince.png:
3445         * data/icons/22x22/Makefile.am:
3446         * data/icons/22x22/evince.png:
3447         * data/icons/48x48/Makefile.am:
3448         * data/icons/48x48/evince.png:
3449         * data/icons/Makefile.am:
3450         * data/icons/scalable/Makefile.am:
3451         * data/icons/scalable/evince.svg:
3452         
3453         Install icons with correct names. Fixes
3454         bug #354429.
3455
3456 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3457
3458         * shell/ev-view.c: (ev_view_button_release_event):
3459
3460         Don't open links with middle mouse button. Fixes bug #353649
3461
3462 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3463
3464         * NEWS:
3465         * configure.ac:
3466         
3467         Update for release 0.6.0
3468
3469 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3470
3471         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
3472         Implement Close named action. Patch by Carlos Garcia Campos.
3473
3474 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3475
3476         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
3477         
3478         Don't clear link mapping on copy_job_to_job_info. Fixes
3479         bug 346168.
3480
3481 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3482
3483         * shell/main.c: (main):
3484
3485         Revert my previous commit, gnome_program_init owns the option context.
3486         Fix another memory leak in main. Both caught by Christian Persch. 
3487
3488 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3489
3490         * shell/main.c: (main):
3491
3492         Fix memory leak.
3493
3494 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3495
3496         * backend/ev-document-factory.c: (ev_document_factory_get_document):
3497
3498         Fix crash when opening a pdf with password protection. 
3499
3500 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3501
3502         * pdf/ev-poppler.cc: (pdf_document_search_free):
3503
3504         Fix memory leak. 
3505
3506 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3507
3508         * backend/ev-document-factory.c:
3509         (ev_document_factory_get_document):
3510         * tiff/tiff-document.c: (tiff_document_finalize):
3511         
3512         More correct handling of document loading. Fixes
3513         bug #349043.
3514
3515 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3516
3517         * backend/ev-attachment.c: (ev_attachment_save):
3518
3519         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
3520         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
3521
3522 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
3523         
3524         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
3525         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
3526
3527 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3528
3529         * shell/ev-sidebar-thumbnails.c:
3530
3531         Do not render thumbnails unless thumbnails page is active in the
3532         sidebar.
3533
3534 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
3535
3536         * shell/ev-properties-dialog.c:
3537
3538         Fix dialogue spacing. Bug #351370.
3539
3540 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3541
3542         * configure.ac:
3543
3544         Use lowercase gettext catalog file names (evince.mo
3545         instead of Evince.mo)
3546
3547 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3548
3549         * shell/ev-sidebar-attachments.c:
3550
3551         GtkIconTheme is now screen safe too. Fixes bug #350878
3552
3553 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3554
3555         * shell/ev-window.c:
3556
3557         GtkRecent manager is now screen safe. Fixes bug #350145
3558
3559 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3560
3561         * shell/ev-sidebar.c: (ev_sidebar_init):
3562         
3563         Make sidebar close icon smaller. Fix for bug 350177.
3564         See also bugs 350176 and 165770.
3565
3566 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3567
3568         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
3569
3570         Ignore zoom for xyz destinations when it's <= 1, keeping user
3571         preferences instead. Set correct sizing-mode for fith and fitv
3572         destinations rather than EV_SIZING_FREE. Fixes bug #349433
3573
3574 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3575
3576         * NEWS:
3577         * configure.ac:
3578         
3579         Update for release 0.5.5
3580
3581 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
3582         
3583         * shell/ev-window.c: (ev_window_cmd_escape)
3584
3585         Escape unfocus page entry. Fixes bug #345809.
3586
3587 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3588
3589         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
3590         (build_tree), (pdf_document_links_get_links),
3591         (pdf_document_links_find_link_dest):
3592         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
3593         (goto_xyz_dest):
3594
3595         Convert from PDF style coordinates to X style coordinates in the
3596         backend rather than in the view. Fixes bug #338440
3597
3598 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3599
3600         * shell/ev-window.c:
3601         
3602         Remove Ctrl+Shift+T shortcut for toolbars. See
3603         the bug #350098.
3604
3605 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3606
3607         * configure.ac:
3608
3609         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
3610         of this. 
3611
3612 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3613
3614         * configure.ac:
3615         * cut-n-paste/Makefile.am:
3616         * data/evince-ui.xml:
3617         * shell/Makefile.am:
3618         * shell/ev-application.[ch]:
3619         * shell/ev-window.c:
3620
3621         Use GtkRecent instead of EggRecent when it's available. Fixes bug
3622         #349273
3623
3624 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3625
3626         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
3627         findbar code: s/help/search/
3628
3629 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3630
3631         * shell/ev-window.c: (setup_document_from_metadata),
3632         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
3633         (setup_view_from_metadata):
3634         
3635         Fix memory leaks.
3636
3637 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
3638
3639         * autogen.sh, configure.ac: 
3640         
3641         Update automake usage. See bug 349292.
3642
3643 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3644
3645         * shell/eggfindbar.c: (egg_find_bar_class_init),
3646         (entry_activate_callback), (egg_find_bar_init),
3647         (egg_find_bar_set_status_text):
3648         * shell/eggfindbar.h:
3649         
3650         Unify Evince findbar with Epiphany. Nice patch
3651         from Fabricio Silva <silva@crans.org> and
3652         Frederic Peters <fpeters@entrouvert.com>. See
3653         bug #339966 for details.
3654
3655 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3656
3657         * data/evince.desktop.in.in:
3658         
3659         Correct information for bugzilla. Thanks to
3660         Olaf Vitters, see bug #348855.
3661
3662 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3663
3664         * shell/ev-jobs.[ch]:
3665         * shell/ev-sidebar-links.c:
3666         * shell/ev-window.[ch]:
3667
3668         GtkPrintJob doesn't support print ranges or current page, so we export
3669         to a ps file now when printing ranges or current page.
3670
3671 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3672
3673         * pdf/ev-poppler.cc:
3674         * shell/ev-window.c: (do_action_named):
3675
3676         We should be more clear about bugzilla. See the
3677         poppler bug #7623.
3678
3679 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3680
3681         * configure.ac:
3682         * shell/Makefile.am:
3683         * shell/ev-job-queue.c:
3684         * shell/ev-jobs.[ch]:
3685         * shell/ev-sidebar-links.c:
3686         * shell/ev-window.[ch]:
3687         
3688         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
3689         #348422
3690
3691 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3692
3693         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
3694         * shell/ev-application-service.xml:
3695         * shell/ev-application.[ch]:
3696         * shell/ev-jobs.[ch]:
3697         * shell/ev-window.[ch]: (ev_window_run_preview):
3698         * shell/main.c: 
3699
3700         Add preview mode to use evince as a printing previewer. It also adds
3701         other command line options for fullscreen and presentation modes.
3702         Fixes bugs #347822, #317031
3703
3704 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3705
3706         * NEWS:
3707         * configure.ac:
3708         
3709         Update for release 0.5.4
3710
3711 2006-07-11  Bastien Nocera <hadess@hadess.net>
3712
3713         * Makefile.am:
3714         * backend/Makefile.am:
3715         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3716         * backend/ev-document-factory.h:
3717         * configure.ac:
3718         * impress/.cvsignore:
3719         * impress/Makefile.am:
3720         * impress/common.h:
3721         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
3722         (imp_get_page), (imp_next_page), (imp_prev_page),
3723         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
3724         * impress/f_oasis.c: (render_object), (render_page),
3725         (get_geometry), (_imp_oasis_load):
3726         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
3727         (_imp_oo13_load):
3728         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
3729         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
3730         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
3731         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
3732         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
3733         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
3734         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
3735         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
3736         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
3737         (iks_new_within), (iks_insert), (iks_insert_cdata),
3738         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
3739         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
3740         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
3741         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
3742         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
3743         (iks_cdata), (iks_cdata_size), (iks_has_children),
3744         (iks_has_attribs), (escape_size), (my_strcat), (escape),
3745         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
3746         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
3747         (iks_tree), (iks_load), (iks_save):
3748         * impress/iksemel.h:
3749         * impress/imposter.h:
3750         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
3751         (imp_render_draw_bezier_real), (imp_render_get_size),
3752         (imp_render_set_fg_color), (imp_render_draw_line),
3753         (imp_render_draw_rect), (imp_render_draw_polygon),
3754         (imp_render_draw_arc), (imp_render_draw_bezier),
3755         (imp_render_open_image), (imp_render_get_image_size),
3756         (imp_render_scale_image), (imp_render_draw_image),
3757         (imp_render_close_image), (imp_render_markup),
3758         (imp_render_get_text_size), (imp_render_draw_text),
3759         (impress_document_load), (impress_document_save),
3760         (impress_document_get_n_pages), (impress_document_get_page_size),
3761         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3762         (impress_document_finalize), (impress_document_class_init),
3763         (impress_document_can_get_text), (impress_document_get_info),
3764         (impress_document_document_iface_init),
3765         (impress_document_thumbnails_get_thumbnail),
3766         (impress_document_thumbnails_get_dimensions),
3767         (impress_document_document_thumbnails_iface_init),
3768         (impress_document_init):
3769         * impress/impress-document.h:
3770         * impress/internal.h:
3771         * impress/r_back.c: (_imp_fill_back):
3772         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
3773         (_imp_draw_image), (_imp_tile_image):
3774         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
3775         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
3776         (r_polyline):
3777         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
3778         (r_draw_gradient_complex), (r_draw_gradient):
3779         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
3780         (r_get_bullet):
3781         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
3782         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
3783         (r_text):
3784         * impress/render.c: (imp_create_context), (imp_context_set_page),
3785         (imp_context_set_step), (imp_render), (imp_delete_context):
3786         * impress/render.h:
3787         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
3788         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
3789         (zip_load_xml), (zip_get_size), (zip_load):
3790         * impress/zip.h:
3791         * shell/ev-utils.c:
3792         
3793         New backend to support impress slides. Fixes bug #30867.
3794
3795 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
3796
3797         * shell/ev-utils.c: (using_postscript_printer):
3798         
3799         Fixes crash when print using PAPI backend,
3800         bug #345012.
3801
3802 2006-06-09  Pat Rondon  <pmr@patrondon.org>
3803
3804         * shell/ev-jobs.c: (ev_job_xfer_run):
3805         * shell/ev-window.c: (password_dialog_response),
3806         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
3807         (ev_window_dispose):
3808         Fixes bug #344160: if the xfer job doesn't complete
3809         because a password is required, reload the existing
3810         instance instead of creating a new one.
3811
3812 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3813
3814         * shell/main.c: (main): Call gdk_threads_init. Thus
3815         we'll avoid errors in auth dialog. Fix for the bug
3816         #343347.
3817
3818 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3819
3820         * configure.ac: Advertise pixbuf support, fix
3821         for the bug 343317.
3822
3823 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3824
3825         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
3826         (ev_sidebar_thumbnails_set_document):
3827         
3828         Update sidebar thumbnails after reloading.
3829
3830 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3831
3832         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
3833         * shell/ev-jobs.h:
3834         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
3835         (ev_window_cmd_view_reload), (ev_window_init):
3836         
3837         Don't crash on reload. Fix for the bug #343167.
3838
3839 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3840
3841         * shell/ev-jobs.c: (ev_job_render_run):
3842         
3843         Check for document links.
3844
3845 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3846
3847         * backend/ev-attachment.c: (ev_attachment_save),
3848         (ev_attachment_launch_app), (ev_attachment_open):
3849         * backend/ev-document-factory.c: (get_document_from_uri):
3850         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3851         (egg_recent_view_uimanager_set_list):
3852         * ps/ps-document.c: (check_filecompressed), (document_load),
3853         (ps_document_load):
3854         * shell/ev-metadata-manager.c: (load_values):
3855         * shell/ev-password.c: (ev_password_dialog_set_property):
3856         * shell/ev-view.c: (tip_from_link):
3857         * shell/ev-window.c: (file_save_dialog_response_cb),
3858         (ev_window_print_dialog_response_cb):
3859         
3860         Use consistent quoting style. Fix for the bug #320285.
3861
3862 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3863
3864         * shell/ev-jobs.c: (ev_job_xfer_run):
3865         * shell/main.c: (load_files):
3866                 
3867         Open links with anchors. Fix for the bug #339836.
3868
3869 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3870
3871         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
3872         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
3873         (ev_link_dest_set_property), (ev_link_dest_finalize),
3874         (ev_link_dest_class_init), (ev_link_dest_new_named),
3875         (ev_link_dest_new_page_label):
3876         * backend/ev-link-dest.h:
3877         * shell/ev-application.c: (ev_application_open_uri):
3878         * shell/ev-view.c: (goto_dest):
3879         * shell/ev-window.c:
3880         * shell/ev-window.h:
3881         
3882         Fix page-label command line option. Bug #342070.
3883
3884 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3885
3886         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3887         
3888         Don't show highlight rects if page can't be showed. Fix for 
3889         the bug #342076
3890
3891 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3892
3893         * shell/ev-window.c: (setup_sidebar_from_metadata),
3894         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
3895         
3896         Setup sidebar from metadata even if there is no document
3897         loaded. Fix for the bug #342807.
3898
3899 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3900
3901         * cut-n-paste/toolbar-editor/Makefile.am:
3902         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3903         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
3904         (find_action), (drag_data_delete_cb), (drag_begin_cb),
3905         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
3906         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
3907         (popup_context_menu_cb), (button_press_event_cb),
3908         (configure_item_sensitivity), (configure_item_cursor),
3909         (configure_item_tooltip), (connect_widget_signals),
3910         (action_sensitive_cb), (create_item_from_action),
3911         (create_item_from_position), (toolbar_drag_data_received_cb),
3912         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
3913         (toolbar_drag_leave_cb), (configure_drag_dest),
3914         (toggled_visibility_cb), (toolbar_visibility_refresh),
3915         (create_dock), (toolbar_changed_cb), (unparent_fixed),
3916         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
3917         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
3918         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
3919         (egg_editable_toolbar_dispose),
3920         (egg_editable_toolbar_set_ui_manager),
3921         (egg_editable_toolbar_get_selected),
3922         (egg_editable_toolbar_set_selected), (set_edit_mode),
3923         (egg_editable_toolbar_set_property),
3924         (egg_editable_toolbar_get_property),
3925         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
3926         (egg_editable_toolbar_new_with_model),
3927         (egg_editable_toolbar_get_edit_mode),
3928         (egg_editable_toolbar_set_edit_mode),
3929         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
3930         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
3931         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
3932         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
3933         (item_added_or_removed_cb), (toolbar_removed_cb),
3934         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
3935         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
3936         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
3937         (editor_create_item_from_name), (append_table),
3938         (update_editor_sheet), (egg_toolbar_editor_init):
3939         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
3940         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3941         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
3942         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
3943         (toolbar_node_free), (egg_toolbars_model_get_flags),
3944         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
3945         (egg_toolbars_model_get_name), (impl_add_item),
3946         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
3947         (parse_data_list), (parse_item_list), (parse_toolbars),
3948         (egg_toolbars_model_load_toolbars), (parse_available_list),
3949         (parse_names), (egg_toolbars_model_load_names),
3950         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
3951         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
3952         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
3953         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
3954         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
3955         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
3956         (egg_toolbars_model_set_types), (fill_avail_array),
3957         (egg_toolbars_model_get_name_avail),
3958         (egg_toolbars_model_get_name_flags),
3959         (egg_toolbars_model_set_name_flags):
3960         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
3961         * cut-n-paste/toolbar-editor/eggintl.h:
3962         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3963         (egg_tree_multi_drag_source_get_type),
3964         (egg_tree_multi_drag_source_row_draggable),
3965         (egg_tree_multi_drag_source_drag_data_delete),
3966         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
3967         (egg_tree_multi_drag_button_release_event), (selection_foreach),
3968         (path_list_free), (set_context_data), (get_context_data),
3969         (get_info), (egg_tree_multi_drag_drag_data_get),
3970         (egg_tree_multi_drag_motion_event),
3971         (egg_tree_multi_drag_button_press_event),
3972         (egg_tree_multi_drag_add_drag_support):
3973         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
3974         * shell/ev-application.c: (ev_application_init),
3975         (ev_application_save_toolbars_model):
3976         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
3977         (ev_window_cmd_edit_toolbar), (ev_window_init):
3978         
3979         Sync toolbareditor with epiphany and libegg
3980
3981 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3982
3983         * configure.ac: 
3984
3985         Depend on poppler 0.5.2
3986
3987 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3988
3989         * shell/ev-jobs.c: (ev_job_render_run):
3990         
3991         Check if document supports links iterface.
3992
3993 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3994
3995         * NEWS:
3996         * configure.ac:
3997         
3998         Update for release 0.5.3
3999
4000 2006-05-13  Michael Plump  <plumpy@skylab.org>
4001
4002         * configure.ac:
4003         * shell/Makefile.am:
4004         * shell/main.c: (main):
4005         
4006         Port to GOption command line parsing. Fix for the 
4007         bug #327518
4008
4009 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4010
4011         * shell/ev-window.c: (ev_window_cmd_help_about):
4012         
4013         Do not wrap license. Fix for the bug #309460.
4014
4015 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4016
4017         * configure.ac:
4018         * properties/ev-properties-main.c: (ev_properties_get_pages):
4019         * shell/ev-application.c: (ev_application_open_window),
4020         (ev_application_open_uri_at_dest):
4021         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4022         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
4023         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
4024         * shell/ev-utils.c: (save_print_config_to_file):
4025         * shell/ev-window.c: (ev_window_cmd_save_as),
4026         (ev_attachment_popup_cmd_save_attachment_as):
4027         * shell/main.c: (load_files_remote):
4028         
4029         Bump requirements to gtk 2.8 and drop all ifdefs used.
4030
4031 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4032
4033         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4034         * shell/ev-window.c: (ev_window_init):
4035         
4036         Show attachments page.
4037
4038 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4039
4040         * po/POTFILES.in:
4041         * shell/ev-attachment-bar.c:
4042         * shell/ev-attachment-bar.h:
4043         * shell/ev-sidebar-attachments.c:
4044         (ev_sidebar_attachments_icon_cache_add),
4045         (icon_theme_get_pixbuf_from_mime_type),
4046         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
4047         (ev_sidebar_attachments_icon_cache_refresh),
4048         (ev_sidebar_attachments_get_attachment_at_pos),
4049         (ev_sidebar_attachments_popup_menu_show),
4050         (ev_sidebar_attachments_popup_menu),
4051         (ev_sidebar_attachments_button_press),
4052         (ev_sidebar_attachments_update_icons),
4053         (ev_sidebar_attachments_drag_data_get),
4054         (ev_sidebar_attachments_get_property),
4055         (ev_sidebar_attachments_destroy),
4056         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
4057         (ev_sidebar_attachments_new),
4058         (ev_sidebar_attachments_set_document),
4059         (ev_sidebar_attachments_support_document),
4060         (ev_sidebar_attachments_get_label),
4061         (ev_sidebar_attachments_page_iface_init):
4062         * shell/ev-sidebar-attachments.h:
4063         * shell/ev-window.c: (update_chrome_visibility),
4064         (setup_sidebar_from_metadata), (ev_window_setup_document),
4065         (ev_window_sidebar_current_page_changed_cb),
4066         (attachment_bar_menu_popup_cb), (ev_window_init):
4067         
4068         Move attachments bar to sidebar.
4069
4070 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4071
4072         * pdf/ev-poppler.cc:
4073         * shell/ev-application.[ch]:
4074         * shell/main.c:
4075
4076         Fix some memory leaks.
4077
4078 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4079
4080         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4081
4082         Change the properties dialog response to
4083         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
4084         will make the dialog go away when the user presses
4085         enter. With gtk+ >= 2.9 this will happen anyway, but for
4086         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
4087         escape by default. Fixes bug #340539. See also bug
4088         #101293 for the gtk+ part.
4089
4090 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
4091
4092         * shell/ev-view.c (tip_from_action_named): Replace some strings
4093         that were wrong. Closes #340970.
4094
4095 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4096
4097         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4098
4099         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
4100         #341049
4101
4102 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4103
4104         * djvu/Makefile.am:
4105         * dvi/Makefile.am:
4106         * dvi/mdvi-lib/Makefile.am:
4107         * properties/Makefile.am:
4108         * ps/Makefile.am:
4109         * shell/Makefile.am:
4110         * thumbnailer/Makefile.am:
4111         
4112         Due to broken libtool that is unable to track dependencies
4113         of noinst libraries we are forced to explicitely point
4114         libraries for binary. Fix for the bug #333334.
4115
4116 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4117
4118         * data/evince.desktop.in.in:
4119         * shell/ev-view.c: (view_update_range_and_current_page),
4120         (ev_view_next_page), (ev_view_previous_page):
4121         * shell/ev-window.c: (update_chrome_visibility),
4122         (setup_sidebar_from_metadata), (ev_window_setup_document),
4123         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
4124         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4125         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
4126         (ev_window_stop_fullscreen), (ev_window_run_presentation),
4127         (ev_window_stop_presentation), (ev_window_focus_in_event),
4128         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
4129         (ev_window_init):
4130         * thumbnailer/Makefile.am:
4131         
4132         Update fullscreen and presentation timeout handling. Hide
4133         cursor in presentation after timeout. Fix for the bugs
4134         #136359 and #336981.
4135
4136 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4137
4138         * backend/ev-link-action.[ch]:
4139         * pdf/ev-poppler.cc: (ev_link_from_action):
4140         * shell/ev-view-private.h:
4141         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
4142         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
4143
4144         Add support for Named Action links
4145
4146 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4147
4148         * backend/Makefile.am:
4149         * backend/ev-document-links.[ch]:
4150         * backend/ev-document.[ch]:
4151         * backend/ev-link-action.[ch]:
4152         * backend/ev-link-dest.[ch]:
4153         * backend/ev-link.[ch]:
4154         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
4155         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
4156         * shell/ev-page-action.c: (build_new_tree_cb):
4157         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
4158         (links_page_num_func), (update_page_callback):
4159         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
4160         (tip_from_link):
4161         * shell/ev-jobs.c:
4162         * shell/ev-window.[ch]: (ev_window_open_uri),
4163         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
4164         * shell/ev-application.[ch]: (ev_application_open_window),
4165         (ev_application_open_uri):
4166
4167         Rework links system, it adds support for remote links now and it makes
4168         easier to add new kinds of actions and destinations. Fixes bug #317292
4169
4170 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4171
4172         * data/Makefile.am:
4173         * data/evince.png:
4174         * data/evince-16.png:
4175         * data/evince-22.png:
4176         * data/evince.svg:
4177         * shell/main.c: (main):
4178         
4179         Evince use it's own icon. Fix for the bug #313392.
4180
4181         * shell/ev-window.c: (fullscreen_timeout_cb),
4182         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4183         (ev_window_cmd_help_about), (ev_window_dispose):
4184         
4185         Simplify fullscreen timeout code.
4186
4187 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4188
4189         * backend/ev-attachment.c: 
4190         * shell/ev-attachment-bar.c:
4191         * shell/ev-window.c:
4192
4193         Allow multiple selection of attachments
4194
4195 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4196
4197         * shell/ev-view.c: (view_update_range_and_current_page),
4198         (ev_view_scroll):
4199         
4200         Fix for the bug #312573 – Optimal selection of current 
4201         page among visible pages.
4202
4203 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4204
4205         * configure.ac:
4206         * djvu/Makefile.am:
4207         * djvu/djvu-text.h:
4208         
4209         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
4210         for the bug 339868.
4211
4212 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
4213
4214         * configure.ac: Fix the LINGUAS stuff here too so it builds.
4215
4216 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4217
4218         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
4219         dictated by the GNOME HIG. Fixes bug #339235.
4220
4221 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4222
4223         * data/evince-ui.xml:
4224         * shell/ev-view.c: (ev_view_can_find_previous):
4225         * shell/ev-view.h:
4226         * shell/ev-window.c: (ev_window_update_actions),
4227         (ev_window_cmd_edit_find_previous):
4228
4229         Add support for "Find Previous" as dictated by the GNOME HIG. A
4230         menu item is added and some glue code to make it all work is added
4231         to various files.
4232
4233 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4234
4235         * configure.ac: Award myself the "useless use of cat" award.
4236
4237 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4238
4239         * po/LINGUAS: New file listing all supported languages.
4240
4241         * configure.in: Use po/LINGUAS instead of including all languages
4242         directly in this file. See the wiki for more information:
4243         http://live.gnome.org/GnomeGoals/PoLinguas
4244
4245 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4246
4247         * backend/ev-document-factory.c:
4248
4249         Do not load the document twice when there isn't errors
4250
4251 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4252
4253         * backend/ev-attachment.c: 
4254
4255         Fix a crash when there isn't a default application to open an
4256         attachment
4257
4258 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4259
4260         * backend/ev-attachment.[ch]:
4261         * shell/ev-attachment-bar.[ch]:
4262
4263         Added missing files. 
4264
4265 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4266
4267         * backend/Makefile.am:
4268         * data/evince-ui.xml:
4269         * backend/ev-attachment.[ch]:
4270         * backend/ev-document.[ch]: (ev_document_has_attachments),
4271         (ev_document_get_attachments):
4272         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
4273         (attachment_save_to_buffer), (pdf_document_get_attachments),
4274         (pdf_document_document_iface_init):
4275         * shell/Makefile.am:
4276         * shell/ev-attachment-bar.[ch]:
4277         * shell/ev-window.c:
4278
4279         Add support for PDF attachments. Fixes bug #325143
4280
4281 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4282
4283         * backend/ev-document-factory.c: (get_document_from_uri),
4284         (ev_document_factory_get_document):
4285         * backend/ev-document-factory.h:
4286         * properties/ev-properties-main.c: (ev_properties_get_pages):
4287         * shell/Makefile.am:
4288         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4289         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4290         (ev_job_queue_remove_job):
4291         * shell/ev-job-queue.h:
4292         * shell/ev-job-xfer.c:
4293         * shell/ev-job-xfer.h:
4294         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
4295         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
4296         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
4297         (ev_job_xfer_run):
4298         * shell/ev-jobs.h:
4299         * shell/ev-window.c: (ev_window_is_empty),
4300         (password_dialog_response), (ev_window_clear_xfer_job),
4301         (ev_window_xfer_job_cb), (ev_window_open_uri),
4302         (ev_window_cmd_focus_page_selector),
4303         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
4304         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4305         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4306         (ev_window_dispose):
4307         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4308         
4309         * Cleanup mime type detection on document load. Fix for the
4310         bug #336448.
4311
4312 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4313
4314         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
4315         
4316         Fix crash on exit, described in the bug #336825.
4317
4318 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4319
4320         * backend/ev-document-factory.c:
4321         (ev_document_factory_get_from_mime),
4322         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
4323         (ev_document_factory_get_document),
4324         (file_filter_add_mime_list_and_free),
4325         (ev_document_factory_add_filters):
4326         * backend/ev-document-factory.h:
4327         * properties/ev-properties-main.c: (ev_properties_get_pages):
4328         * shell/Makefile.am:
4329         * shell/ev-application.c:
4330         * shell/ev-job-xfer.c: (ev_job_xfer_run):
4331         * shell/ev-window.c: (ev_window_cmd_file_open),
4332         (ev_window_cmd_save_as):
4333         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4334         
4335         Rework factory functions so they are placed now in a single 
4336         file ev-document-factory.c
4337
4338 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4339
4340         * shell/ev-window.c: (update_chrome_visibility):
4341         
4342         Fix for the bug 166566 - don't show menubar in fullscreen
4343         mode.
4344
4345 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
4346
4347         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
4348
4349 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4350
4351         * shell/ev-view.c: (ev_view_expose_event):
4352         
4353         More correctly draw loading text when document
4354         is empty.
4355
4356 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4357
4358         * shell/ev-view.c: (ev_view_scroll):
4359         
4360         Fix for the bug #334854, page down and page up switch
4361         pages in presentation mode.
4362
4363 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4364
4365         * shell/ev-window.c: (ev_window_set_action_sensitive),
4366         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
4367         (ev_window_set_view_accels_sensitivity),
4368         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
4369         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4370         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4371         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
4372         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
4373         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
4374         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
4375         (view_actions_focus_in_cb), (ev_window_init):
4376         
4377         Fix for the bug #333902, now it's possible to search
4378         words with slash.
4379
4380 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
4381
4382         * configure.ac: Added Breton translation.
4383         * po/br.po: Added Breton translation.
4384
4385 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4386
4387         * shell/ev-window-title (ev_window_title_update):
4388
4389         Fix memory leak in window title. Fixes bug #333944
4390
4391 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4392
4393         * shell/ev-metadata-manager.c (parseItem):
4394
4395         Fix memory leaks. Fixes bug #333945
4396
4397 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4398         
4399         * NEWS, configure.ac, TODO:
4400         
4401         Update for release 0.5.2.
4402
4403 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4404
4405         * shell/ev-view.c: (view_update_range_and_current_page),
4406         (page_changed_cb):
4407         
4408         Don't jump on scrolling, fix for the bug #333127.
4409
4410 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4411
4412         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4413         
4414         Scroll by one page in presentation mode. Fix for the bug
4415         #332993.
4416
4417 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
4418
4419         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
4420
4421 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
4422
4423         * configure.ac  Added lv in ALL_LINGUAS line.
4424
4425 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4426         
4427         * NEWS, configure.ac:
4428         
4429         Update for release 0.5.1
4430
4431 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4432
4433         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
4434         * backend/ev-document-misc.h:
4435         * shell/ev-view.c: (draw_one_page):
4436         
4437          Clairfy what page the toolbar page number applies to. Fix
4438          for the bug #328102.
4439
4440 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
4441
4442         * shell/ev-view-private.h:
4443         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
4444         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
4445         (ev_view_search_changed):
4446         * shell/ev-view.h:
4447         * shell/ev-window.c: (find_bar_search_changed_cb):
4448         
4449         Dont't jump to find result if window was scrolled during search.
4450         Fix for the bug #313266.
4451
4452 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
4453
4454         * shell/eggfindbar.c: (egg_find_bar_class_init):
4455         * shell/eggfindbar.h:
4456         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
4457         * shell/ev-view-private.h:
4458         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
4459         (ev_view_class_init), (ev_sizing_mode_get_type),
4460         (ev_scroll_type_get_type):
4461         * shell/ev-view.h:
4462         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
4463         (ev_window_cmd_scroll_backward), (find_bar_scroll),
4464         (ev_window_init):
4465         
4466         Fix for the bug 319133 - Find entry should allow text scroll.
4467
4468 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
4469
4470         * shell/ev-view-private.h:
4471         * shell/ev-view.c: (view_update_range_and_current_page),
4472         (highlight_find_results), (find_changed_cb), (page_changed_cb),
4473         (ev_view_set_document), (update_find_status_message),
4474         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
4475         (ev_view_find_previous):
4476         
4477         Fix for the bug #319137. Search now takes account for scrolling.
4478
4479 2006-02-19  Michael Hofmann <mh21@piware.de>
4480
4481         * configure.ac:
4482         * djvu/Makefile.am:
4483         * djvu/djvu-document-private.h:
4484         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4485         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
4486         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
4487         (djvu_document_can_get_text), (djvu_document_get_text),
4488         (djvu_document_document_iface_init),
4489         (djvu_document_thumbnails_get_thumbnail),
4490         (djvu_document_find_begin), (djvu_document_find_get_n_results),
4491         (djvu_document_find_get_result),
4492         (djvu_document_find_page_has_results),
4493         (djvu_document_find_get_progress), (djvu_document_find_cancel),
4494         (djvu_document_find_iface_init):
4495         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
4496         (djvu_text_page_selection), (djvu_text_page_limits_process),
4497         (djvu_text_page_limits), (djvu_text_page_copy),
4498         (djvu_text_page_position), (djvu_text_page_union),
4499         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
4500         (djvu_text_page_box), (djvu_text_page_append_text),
4501         (djvu_text_page_search), (djvu_text_page_prepare_search),
4502         (djvu_text_page_new), (djvu_text_page_free):
4503         * djvu/djvu-text-page.h:
4504         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
4505         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
4506         (djvu_text_n_results), (djvu_text_has_results),
4507         (djvu_text_get_result), (djvu_text_get_progress):
4508         * djvu/djvu-text.h:
4509         
4510         Text search in djvu. Fix for the bug #303415.
4511
4512 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4513
4514         * configure.ac:
4515         * shell/ev-window.c: (ev_window_cmd_save_as):
4516         
4517         Ask filechooser to confirm overwrite. Fix for the bug #328266.
4518         Thanks to Gary Coady <gary@lyranthe.org>
4519
4520 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4521
4522         * shell/ev-print-job.c: (idle_print_handler):
4523         
4524         Inverse order printing, bug #320919.
4525
4526 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4527
4528         * data/evince-toolbar.xml:
4529         * shell/ev-window.c:
4530         
4531         Allow to add sidebar checkbutton on toolbar. Fix
4532         for the bug #144577.
4533
4534 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4535
4536         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
4537         
4538         Add checks that have sense for empty ps document.
4539
4540 2006-02-15  Luca Ferretti <elle.uca@libero.it>
4541
4542         * configure.ac: Include PS in mime types list. 
4543
4544 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4545
4546         * configure.ac:
4547         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
4548         * ps/gsdefaults.h:
4549         * ps/ps-document.c: (start_interpreter), (ps_document_load):
4550         
4551         Runtime check for gs interpreter. Fix for the bug #320868.
4552         Thanks to Antoine Dopffer antoine.dopffer@free.fr
4553
4554 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4555
4556         * shell/ev-application.c: 
4557
4558         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
4559         dbus>=0.60, so that the request is not queued. 
4560
4561 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4562
4563         * configure.ac:
4564         * shell/Makefile.am:
4565         * shell/ev-sidebar-links.c: (print_section_cb):
4566         * shell/ev-utils.c:
4567         * shell/ev-utils.h:
4568         * shell/ev-window.c: (update_action_sensitivity),
4569         (ev_window_close_dialogs), (ev_window_print):
4570         * shell/ev-window.h:
4571         
4572         Make printing support optional. Patch from Eduardo de Barros Lima
4573         <eduardo.lima@indt.org.br> for the bug #330546.
4574
4575 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4576
4577         * shell/ev-view-private.h:
4578         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
4579         (ev_view_set_document):
4580         * shell/ev-view.h:
4581         * shell/ev-window.c: (ev_window_load_job_cb),
4582         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
4583         (ev_window_init):
4584
4585         Draw Loading message during xfer job. Fix for the bug #329495.
4586
4587 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4588
4589         * comics/comics-document.c: (comics_regex_quote),
4590         (comics_document_load), (extract_argv):
4591         
4592         Correcly quote regexp before passing it to unzip.
4593
4594 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4595
4596         * shell/ev-page-cache.c: (build_height_to_page),
4597         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
4598         (ev_page_cache_get_dual_even_left):
4599         * shell/ev-page-cache.h:
4600         * shell/ev-view.c: (view_update_range_and_current_page),
4601         (get_page_y_offset), (get_page_extents):
4602         
4603         Place even pages to the left if document has less then
4604         two pages. Fix for the bug #328856.
4605
4606 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4607
4608         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4609         
4610         Correct comics scheme. This make evince create thumbnails
4611         for comic books. Fix for the bug 329088.
4612
4613 2006-01-31  Christopher Aillon  <caillon@redhat.com>
4614
4615         * data/evince-password.glade: Don't explicitly set
4616         invisible_char to the current default value in case
4617         the default changes; let GTK+ do its magic.
4618
4619 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4620
4621         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
4622         real filename to tmp filename since often document
4623         type is determined by extension.
4624
4625 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4626
4627         * shell/ev-view.c: (add_scroll_binding_keypad),
4628         (ev_view_binding_activated), (ev_view_class_init):
4629         
4630         Add keybindings for percision-scrolling of display area. 
4631         Fix for the bug #314072.
4632
4633 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4634
4635         * data/evince.desktop.in.in:
4636         
4637         Add GTK to the list of categories. Fix for the bug #328034.
4638
4639 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4640
4641         * shell/ev-application.c: (ev_application_shutdown),
4642         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
4643         * shell/ev-application.h:
4644         * shell/ev-window.c: (file_open_dialog_response_cb),
4645         (ev_window_cmd_file_open):
4646         
4647         Save last uri in file chooser dialog. Fix for the bug #327950.
4648
4649 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4650
4651         * NEWS:
4652         * README:
4653         
4654         Final update for release 0.5.0
4655         
4656         * shell/Makefile.am:
4657         
4658         Remove disable deprecated until we'll require libgnome-2.13.7
4659         and port to GOption argument parsing. See bug 327518.
4660
4661 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
4662
4663         * comics/comics-document.c: (comics_document_save):
4664         * djvu/djvu-document.c: (djvu_document_save):
4665         * dvi/dvi-document.c: (dvi_document_save):
4666         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
4667         * lib/ev-file-helpers.h:
4668         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
4669         * tiff/tiff-document.c: (tiff_document_save):
4670         
4671         Use common save function for backends.
4672
4673 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
4674
4675         * backend/ev-document-types.c:
4676         
4677         Fix crash on saving pixbuf.
4678
4679 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4680
4681         * cut-n-paste/recent-files/egg-recent-item.c:
4682         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
4683         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
4684         (parse_info_free), (valid_element), (start_element_handler),
4685         (end_element_handler), (text_handler), (egg_recent_model_filter),
4686         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4687         (egg_recent_model_monitor), (egg_recent_model_read),
4688         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4689         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4690         (egg_recent_model_set_property), (egg_recent_model_class_init),
4691         (egg_recent_model_init), (egg_recent_model_add_full),
4692         (egg_recent_model_delete), (egg_recent_model_get_list),
4693         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4694         (egg_recent_model_set_filter_mime_types),
4695         (egg_recent_model_clear_group_filter),
4696         (egg_recent_model_set_filter_groups),
4697         (egg_recent_model_clear_scheme_filter),
4698         (egg_recent_model_set_filter_uri_schemes),
4699         (egg_recent_model_remove_expired):
4700         * cut-n-paste/recent-files/egg-recent-util.c:
4701         (egg_recent_util_get_icon):
4702         * cut-n-paste/recent-files/egg-recent-util.h:
4703         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4704         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
4705         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
4706         (egg_recent_view_uimanager_set_property),
4707         (egg_recent_view_uimanager_get_property),
4708         (egg_recent_view_uimanager_class_init),
4709         (egg_recent_view_uimanager_init),
4710         (egg_recent_view_uimanager_set_label_width),
4711         (egg_recent_view_uimanager_get_label_width):
4712         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
4713         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4714         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4715         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4716         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4717         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4718         
4719         Update from libegg.
4720
4721 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4722
4723         * shell/ev-page-cache.c: (build_height_to_page),
4724         (ev_page_cache_get_height_to_page):
4725         * shell/ev-page-cache.h:
4726         * shell/ev-view.c: (view_update_range_and_current_page),
4727         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
4728         (ev_view_previous_page):
4729         
4730         Dual mode places even pages to the left. Fix for the bug #309393.
4731
4732         * shell/ev-view.h:
4733         * shell/ev-window.c: (update_action_sensitivity),
4734         (setup_view_from_metadata), (view_menu_popup_cb):
4735         
4736         Don't restore presentation in empty windows, more intelligent
4737         next page behaviour in dual mode.
4738
4739         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
4740         (ev_pixbuf_cache_clear_job_sizes):
4741         
4742         Cleanup job callback on removal. Fix for the bug #325886.
4743
4744 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4745
4746         * ps/ps.c: (psscan):
4747         
4748         Commit workaround Mozilla problem. Fix for the bug #325919
4749         
4750         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
4751         (save_item):
4752         
4753         Fix for year 2038 problem.
4754
4755 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4756
4757         * shell/ev-window.c: (setup_document_from_metadata),
4758         (ev_window_cmd_view_reload):
4759
4760         Clamp page recieved from metadata in valid values. Fix
4761         for the bug #325986.
4762
4763 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4764
4765         * MAINTAINERS: 
4766         Add MAINTAINERS as requested on desktop-devel-list.
4767
4768 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4769
4770         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
4771         (mime_type_supported_by_gdk_pixbuf),
4772         (ev_document_factory_get_mime_types),
4773         (ev_document_factory_get_all_mime_types):
4774         
4775         Don't add pixbuf mime types if pixbuf backend is disabled.
4776         
4777         * shell/ev-application.c: (ev_application_get_uri_window):
4778         
4779         Fix for the bug 325815 - unhandled MIME type message doesn't 
4780         appear a second time. 
4781         
4782         * shell/ev-document-types.c: (ev_document_types_add_filters):
4783         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
4784         (password_dialog_response), (ev_window_popup_password_dialog),
4785         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4786         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4787         (ev_window_run_presentation), (ev_window_stop_presentation),
4788         (save_sizing_mode), (ev_window_zoom_changed_cb),
4789         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4790         (ev_window_dual_mode_changed_cb),
4791         (ev_window_sidebar_current_page_changed_cb),
4792         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4793         (window_state_event_cb), (window_configure_event_cb):
4794         
4795         Cleanup additional uris holded by EvWindow.
4796
4797 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4798
4799         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
4800         (ev_view_can_previous_page), (ev_view_can_next_page):
4801         * shell/ev-view.h:
4802         * shell/ev-window.c: (update_action_sensitivity):
4803         
4804         Two page scrolling with Space and PageUp in dual mode. Second fix 
4805         for the bug #316608.
4806
4807 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4808
4809         * shell/ev-view.c: (scroll_to_current_page):
4810         
4811         Correctly clamp adjustment value. Fix for the bug
4812         #325808.
4813
4814 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4815
4816         * shell/ev-sidebar-links.c: (print_section_cb):
4817         * shell/ev-window.c: (ev_window_get_uri),
4818         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
4819         (ev_window_print_dialog_response_cb), (ev_window_print_range),
4820         (ev_window_dispose):
4821         
4822         Make print dialog non-modal. Fix for the bug #325622.
4823
4824 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4825
4826         * shell/ev-metadata-manager.c:
4827         * shell/ev-utils.c: (using_pdf_printer),
4828         (using_postscript_printer), (load_print_config_from_file),
4829         (save_print_config_to_file):
4830         * shell/ev-utils.h:
4831         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
4832         (update_sidebar_visibility), (setup_sidebar_from_metadata),
4833         (setup_view_from_metadata), (ev_window_setup_document),
4834         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4835         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4836         (ev_window_run_presentation), (ev_window_stop_presentation),
4837         (save_sizing_mode), (ev_window_zoom_changed_cb),
4838         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4839         (ev_window_dual_mode_changed_cb),
4840         (ev_window_sidebar_current_page_changed_cb),
4841         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4842         (window_state_event_cb), (window_configure_event_cb),
4843         (ev_window_init):
4844         
4845         Setting saving behaviour fixes.
4846
4847 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4848
4849         * configure.ac:
4850         
4851         Make antialiasing gs options better and allow
4852         to change them during configure. Fix for the 
4853         bug #319049.
4854
4855 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4856
4857         * shell/ev-window.c: (setup_view_from_metadata):
4858         
4859         Remember if last window was maximized. Fix for the
4860         bug #323797.
4861
4862 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
4863
4864         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
4865
4866 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4867
4868         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
4869         * shell/ev-page-action.c: (build_new_tree_cb):
4870         * shell/ev-sidebar-links.c: (links_page_num_func),
4871         (update_page_callback_foreach), (update_page_callback):
4872         * shell/ev-view.c: (scroll_to_current_page):
4873         
4874         Fix for the bug #325067 with more intelligent selection
4875         of current link in sidebar. Make sidebar handle links
4876         of FITR-like type more correctly.
4877
4878         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
4879         (dvi_pixbuf_put_pixel):
4880         
4881         Fix memory consumtion with disabled alpha channel.
4882
4883 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4884
4885         * data/evince-ui.xml:
4886         * shell/ev-window.c: (view_menu_popup_cb),
4887         (ev_popup_cmd_open_link), (ev_window_init):
4888         
4889         Update context menu for internal links. Fix for the bug
4890         #325066.
4891
4892 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4893
4894         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
4895         
4896         Bind context menu to keyboard also. Fix for the bug
4897         #325065.
4898
4899 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4900
4901         * shell/ev-view.c: (selection_scroll_timeout_cb):
4902         
4903         Horizontal scroll on selection also.
4904
4905 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4906
4907         * shell/ev-metadata-manager.c: (parse_value):
4908         * shell/ev-view.c: (goto_xyz_link):
4909         
4910         Correct zoom setup and metadata save broken in 
4911         some locales.
4912
4913 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4914
4915         * shell/ev-view-private.h:
4916         * shell/ev-view.c: (scroll_to_current_page),
4917         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
4918         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
4919         (page_changed_cb), (ev_view_set_continuous),
4920         (ev_view_set_dual_page), (ev_view_set_presentation):
4921         
4922         Delay scroll until allocation to correctly position page. Fix
4923         for the bug #317334.
4924
4925 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4926
4927         * NEWS:
4928         * configure.ac:
4929         
4930         Update NEWS and require poppler 0.5.0.
4931
4932 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4933         
4934         * data/evince-ui.xml:
4935         * shell/ev-view-private.h:
4936         * shell/ev-view.c: (ev_view_get_link_at_location),
4937         (handle_link_over_xy), (ev_view_button_press_event),
4938         (ev_view_button_release_event), (ev_view_class_init):
4939         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
4940         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
4941         (ev_window_init):
4942         
4943         Implement right-click context menu.
4944
4945 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4946
4947         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
4948         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
4949         (mdvi_pixbuf_device_render):
4950         * pdf/ev-poppler.cc:
4951
4952         Don't generate thumbnails with alpha. See bug #324077.
4953         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
4954
4955 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4956
4957         * shell/ev-window.c: (setup_chrome_from_metadata):
4958         
4959         Fix typo that was hiding toolbar.
4960
4961 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4962
4963         * shell/ev-view-private.h:
4964         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
4965         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
4966         (ev_view_button_release_event), (ev_view_destroy):
4967         
4968         Small cleanup and autoscrolling during selection. Thanks to 
4969         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
4970
4971 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
4972
4973         * configure.ac:
4974         
4975         Correctly check for comics option.
4976
4977 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
4978         * Makefile.am:
4979         * configure.ac:
4980         * backend/Makefile.am:
4981         * backend/ev-document-factory.c:
4982         * shell/ev-document-types.c:
4983
4984         Included option in configure to make ps backend 
4985         compilation optional with --disable-ps.
4986
4987 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4988
4989         * backend/ev-document-factory.c:
4990         * comics/Makefile.am:
4991         * comics/comics-document.c: (comics_document_load):
4992         * comics/ev-cbr-mime.xml:
4993         * configure.ac:
4994         
4995         Comics mime types are added to shared-mime-info CVS. Now
4996         we don't need to install our own mime types.
4997
4998 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4999
5000         * shell/ev-window.c:
5001         
5002         Add shortcut for "save a copy" menu entry. Fix for
5003         the bug #324582.
5004
5005 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5006
5007         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5008         (job_finished_cb), (new_selection_pixbuf_needed),
5009         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5010         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
5011         
5012         Rework selection job info logic and fix critical warning.
5013
5014 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
5015
5016         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
5017
5018 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
5019
5020         * data/evince-ui.xml:
5021         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5022         
5023         Enter as shortcut key for next page. Fix for the bug
5024         #321394.
5025
5026 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
5027
5028         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
5029
5030 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5031
5032         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5033         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
5034         (new_selection_pixbuf_needed),
5035         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5036         (clear_job_selection):
5037         
5038         Too early for 0.5. Pixbuf cache code cleaned a bit.
5039
5040 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5041
5042         * NEWS:
5043         * configure.ac:
5044         
5045         Release 0.5.0 preparation
5046
5047 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5048
5049         * comics/Makefile.am:
5050         * configure.ac:
5051         * shell/ev-document-types.c: (ev_document_types_add_filters):
5052         
5053         More advanced handling of custom mime type installation.
5054
5055 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5056
5057         * data/evince.schemas.in:
5058         * shell/ev-metadata-manager.c: (value_free),
5059         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
5060         (ev_metadata_manager_get), (ev_metadata_manager_set):
5061         * shell/ev-metadata-manager.h:
5062         * shell/ev-window.c: (update_chrome_flag),
5063         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
5064         (setup_document_from_metadata), (setup_chrome_from_metadata),
5065         (setup_sidebar_from_metadata), (setup_view_from_metadata),
5066         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
5067         (ev_window_view_toolbar_cb),
5068         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
5069         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
5070         
5071         Save last document settings and reuse them for new documents.
5072
5073 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5074
5075         * Makefile.am:
5076         * backend/Makefile.am:
5077         * backend/ev-document-factory.c:
5078         * backend/ev-document-factory.h:
5079         * comics/Makefile.am:
5080         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
5081         (comics_document_load), (comics_document_save),
5082         (comics_document_get_n_pages), (comics_document_get_page_size),
5083         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
5084         (comics_document_class_init), (comics_document_can_get_text),
5085         (comics_document_get_info), (comics_document_document_iface_init),
5086         (comics_document_init), (get_supported_image_extensions),
5087         (comics_document_thumbnails_get_geometry),
5088         (comics_document_thumbnails_get_thumbnail),
5089         (comics_document_thumbnails_get_dimensions),
5090         (comics_document_document_thumbnails_iface_init), (extract_argv):
5091         * comics/comics-document.h:
5092         * comics/ev-cbr-mime.xml:
5093         * configure.ac:
5094         * po/POTFILES.in:
5095         * shell/ev-application.c: (ev_application_register_service):
5096         * shell/ev-document-types.c: (ev_document_types_add_filters):
5097         * thumbnailer/Makefile.am:
5098         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5099         
5100         New CBR/CBZ backend for comic books.
5101
5102 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5103
5104         * shell/main.c: (load_files_remote):
5105
5106         Thanks to Robert McQueen <robot101@debian.org>. Dbus
5107         warning on startup of second instance is fixed. It
5108         is bug #320353.
5109
5110 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5111
5112         * shell/ev-window.c: (ev_window_finalize):
5113         
5114         Fix double free that cause crash.
5115
5116 2005-10-29  Bastien Nocera <hadess@hadess.net>
5117
5118         * tiff/tiff-document.c: (tiff_document_load):
5119         
5120         Fix memory leak.
5121
5122 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5123
5124         * po/POTFILES.in:
5125         * shell/Makefile.am:
5126         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
5127         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
5128         (ev_view_accessible_get_text),
5129         (ev_view_accessible_get_character_at_offset),
5130         (ev_view_accessible_get_text_before_offset),
5131         (ev_view_accessible_get_text_at_offset),
5132         (ev_view_accessible_get_text_after_offset),
5133         (ev_view_accessible_get_character_count),
5134         (ev_view_accessible_get_caret_offset),
5135         (ev_view_accessible_set_caret_offset),
5136         (ev_view_accessible_get_run_attributes),
5137         (ev_view_accessible_get_default_attributes),
5138         (ev_view_accessible_get_character_extents),
5139         (ev_view_accessible_get_offset_at_point),
5140         (ev_view_accessible_get_n_selections),
5141         (ev_view_accessible_get_selection),
5142         (ev_view_accessible_add_selection),
5143         (ev_view_accessible_remove_selection),
5144         (ev_view_accessible_set_selection),
5145         (ev_view_accessible_text_iface_init),
5146         (ev_view_accessible_idle_do_action),
5147         (ev_view_accessible_action_do_action),
5148         (ev_view_accessible_action_get_n_actions),
5149         (ev_view_accessible_action_get_description),
5150         (ev_view_accessible_action_get_name),
5151         (ev_view_accessible_action_set_description),
5152         (ev_view_accessible_action_iface_init),
5153         (ev_view_accessible_get_type), (ev_view_accessible_new),
5154         (ev_view_accessible_factory_get_accessible_type),
5155         (ev_view_accessible_factory_create_accessible),
5156         (ev_view_accessible_factory_class_init),
5157         (ev_view_accessible_factory_get_type):
5158         * shell/ev-view-accessible.h:
5159         * shell/ev-view-private.h:
5160         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
5161         * shell/ev-view.h:
5162         
5163         Initial accessibility support.
5164
5165 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
5166
5167         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
5168
5169 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
5170
5171         * shell/ev-print-job.c: (idle_print_handler):
5172         
5173         Fix for bug Bug 318916: Printing multiple pages.
5174
5175 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
5176
5177         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
5178
5179 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5180
5181         * pdf/ev-poppler.cc:
5182         
5183         Thumnail dimensions unified with other backends.
5184         
5185         * shell/ev-window-title.c: (ev_window_title_update):
5186         
5187         Fix warning.
5188
5189 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5190
5191         * data/ev-stock-zoom-fit-width.png:
5192         
5193         Remove unused file.
5194
5195 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5196
5197         * configure.ac:
5198         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
5199         (djvu_document_finalize):
5200         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
5201         (dvi_document_finalize):
5202         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
5203         (pixbuf_document_save), (pixbuf_document_finalize):
5204         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
5205         (tiff_document_finalize):
5206         
5207         Save a copy implemented for various backends.
5208
5209 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
5210
5211         * configure.ac:
5212         
5213         Don't link with ltiff if tiff is disabled.
5214
5215 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5216
5217         * pdf/GDKSplashOutputDev.cc:
5218         * pdf/GDKSplashOutputDev.h:
5219         * pdf/Thumb.cc:
5220         * pdf/Thumb.h:
5221         * pdf/pdf-document.cc:
5222         * pdf/pdf-document.h:
5223         * pdf/test-gdk-output-dev.cc:
5224         
5225         Remove old unused files.
5226
5227 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5228
5229         * shell/ev-window.c: (ev_window_setup_document):
5230         
5231         Fixed warnings on reload and probably crash reason.
5232
5233 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5234
5235         * properties/ev-properties-view.c:
5236         (ev_properties_view_format_date):
5237         
5238         Check if date is invalid. Fix for bug 318134.
5239
5240 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
5241
5242         * shell/ev-window-title.c:
5243         
5244         Add .indd files (Adobe Indesign) to the list of "bad
5245         extensions".
5246
5247 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5248
5249         * data/evince-ui.xml:
5250         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5251         
5252         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
5253
5254 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5255
5256         * shell/ev-window.c: (launch_link), (launch_external_uri),
5257         (view_external_link_cb):
5258
5259         URL-escape link before passing it to gnome_vfs_url_show.
5260
5261 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5262
5263         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
5264         there isn't text selected.
5265
5266 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
5267
5268         * shell/ev-view.c: (handle_link_over_xy):
5269
5270         Check tooltip is valid utf8 before showing it
5271
5272 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5273
5274         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
5275
5276 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5277
5278         * shell/ev-window-title.c: (ev_window_title_update):
5279
5280         Guard against using g_strstrip on NULL. Fixes bug #317291.
5281
5282 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5283
5284         * pdf/ev-poppler.cc:
5285
5286         Show title even for unknown links
5287
5288 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5289
5290         * shell/ev-window-title.c: (ev_window_title_update):
5291
5292         Strip the title string
5293
5294 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5295
5296         * shell/ev-window-title.c:
5297
5298         Add .rtf to the bad extensions list
5299
5300 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5301
5302         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
5303         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
5304
5305         Ignore link coordinates if they are outside page bounds
5306
5307 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5308
5309         * backend/ev-link.c: (ev_link_type_get_type),
5310         (ev_link_get_filename), (ev_link_get_params),
5311         (ev_link_get_property), (ev_link_set_property),
5312         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
5313         * backend/ev-link.h:
5314         * pdf/ev-poppler.cc:
5315         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
5316         * shell/ev-window.c: (launch_link), (view_external_link_cb),
5317         (ev_window_init):
5318
5319         Implement launch links. Delegate external link opening to
5320         the window.
5321
5322 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5323
5324         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
5325         (ev_link_get_right), (ev_link_get_property),
5326         (ev_link_set_property), (ev_link_class_init),
5327         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
5328         * backend/ev-link.h:
5329         * pdf/ev-poppler.cc:
5330         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
5331
5332         Implement fitr links
5333
5334 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5335
5336         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
5337         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
5338         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5339         (ev_view_size_request_continuous),
5340         (ev_view_size_request_dual_page),
5341         (ev_view_size_request_single_page), (ev_view_size_allocate),
5342         (ev_view_zoom_for_size_continuous_and_dual_page),
5343         (ev_view_zoom_for_size_continuous),
5344         (ev_view_zoom_for_size_dual_page),
5345         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5346         (ev_sizing_mode_get_type):
5347         * shell/ev-view.h:
5348         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5349
5350         Do not use modes for link, we need to calculate size ad hoc.
5351         Still not perfect because of the usual scrollbar issues grrr.
5352
5353 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5354
5355         * backend/ev-link.c: (ev_link_type_get_type),
5356         (ev_link_new_page_fith), (ev_link_new_page_fitv):
5357         * backend/ev-link.h:
5358         * pdf/ev-poppler.cc:
5359         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
5360         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5361         (ev_view_size_request_continuous),
5362         (ev_view_size_request_dual_page),
5363         (ev_view_size_request_single_page), (ev_view_size_allocate),
5364         (zoom_for_size_fit_height),
5365         (ev_view_zoom_for_size_continuous_and_dual_page),
5366         (ev_view_zoom_for_size_continuous),
5367         (ev_view_zoom_for_size_dual_page),
5368         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5369         (ev_sizing_mode_get_type):
5370         * shell/ev-view.h:
5371         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5372
5373         Implement FIT_HEIGHT mode (only for links).
5374         Implement FITH links
5375
5376 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5377
5378         * shell/ev-window-title.c: (get_filename_from_uri),
5379         (ev_window_title_sanitize_extension), (ev_window_title_update),
5380         (ev_window_title_set_document), (ev_window_title_set_uri),
5381         (ev_window_title_free):
5382         * shell/ev-window-title.h:
5383         * shell/ev-window.c: (ev_window_setup_document),
5384         (ev_window_popup_password_dialog):
5385
5386         Refactor window title building while fixing it for
5387         password documents.
5388
5389 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5390
5391         * pdf/ev-poppler.cc:
5392
5393         Escape link title before setting it in the model
5394
5395 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
5396
5397         * shell/ev-application.c: (removed_from_session), (save_session),
5398         (init_session), (ev_application_get_empty_window),
5399         (ev_application_init), (ev_application_get_windows):
5400         * shell/ev-application.h:
5401         * shell/ev-window.c: (ev_window_finalize):
5402
5403         Add a function to retrieve window list and share it where
5404         necessary.
5405         Implement session handling, works pretty well thanks to the
5406         metadata system.
5407
5408 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5409
5410         * shell/ev-password.c: (ev_password_item_created_callback),
5411         (ev_password_dialog_save_password):
5412         
5413         Fix for bug 316972. Use async gnome-keyring API.
5414
5415 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
5416
5417         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
5418         Remove unused unrealize handler. Add scroll handling to
5419         ev_view_scroll_event for presentation mode (bug #316708),
5420         and fix the event state checks there.
5421
5422 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5423
5424         * shell/ev-page-action.c: (page_changed_cb):
5425
5426         "marco, maybe we should be crazy and jump right to 6! :)"
5427
5428         Bryan Clark, Sep 2005
5429
5430 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5431
5432         * ps/ps-document.c: (save_document), (ps_document_save),
5433         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
5434         (ps_document_ps_export_end):
5435
5436         Fix unstructured documents save and print
5437
5438 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5439
5440         * shell/ev-application.c: (ev_application_open_uri):
5441
5442         Fix window size persistance
5443
5444 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5445
5446         * shell/ev-view.c: (ev_view_button_release_event):
5447
5448         Based on a patch from carlosgc@gnome.org. Mouse buttons
5449         switch pages in presentation mode.
5450
5451 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5452
5453         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5454
5455         Dont cast to int before scaling
5456
5457 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5458
5459         * backend/ev-link.c: (ev_link_type_get_type),
5460         (ev_link_new_page_xyz), (ev_link_new_page_fit),
5461         (ev_link_new_page_fith):
5462         * backend/ev-link.h:
5463         * pdf/ev-poppler.cc:
5464         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
5465
5466         Implement FIT and FITH links
5467
5468 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5469
5470         * pdf/ev-poppler.cc:
5471
5472         Return 0 results when search is not in progress.
5473
5474         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5475         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
5476
5477         Update menu sensitivity when cancelling search
5478
5479 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5480
5481         * shell/ev-view.c: (ev_view_can_find_next):
5482
5483         Take all pages in consideration, not just current one
5484
5485 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5486
5487         * shell/ev-page-cache.c:
5488         * shell/ev-page-cache.h:
5489         * shell/ev-view.c: (ev_view_binding_activated),
5490         (ev_view_next_page), (ev_view_previous_page),
5491         (ev_sizing_mode_get_type):
5492         * shell/ev-view.h:
5493         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5494         (ev_window_cmd_go_next_page):
5495
5496         Move page next/previous functions from page chace to
5497         view and change it to move by 2 page steps in dual mode.
5498
5499 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5500
5501         * shell/ev-window.c: (update_sidebar_visibility),
5502         (setup_sidebar_from_metadata), (ev_window_setup_document),
5503         (setup_view_from_metadata):
5504
5505         Show the index by default when there is one     
5506
5507 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5508
5509         * shell/ev-window-title.c: (ev_window_title_set_document):
5510
5511         Missing null check
5512
5513 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5514
5515         * shell/ev-view.c: (view_update_range_and_current_page):
5516         
5517         Allow display of last odd page in dual view. Fix for 316347.
5518
5519 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5520
5521         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
5522         
5523         Make close button default. Fix for 316383.
5524
5525 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5526
5527         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5528         
5529         Mark close button as default. Fix for 316381.
5530
5531 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5532
5533         * backend/ev-link.c: (ev_link_class_init):
5534
5535         Allow negative doubles in left/top properties
5536
5537 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5538
5539         * shell/ev-window.c:
5540
5541         Remove a bunch of strings that was used only
5542         by the statusbar.
5543
5544 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5545
5546         * shell/ev-window-title.c: (get_filename_from_uri),
5547         (ev_window_title_set_document):
5548
5549         When title has a confusing extension, show also
5550         the document filename inside ()
5551
5552 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5553
5554         * shell/Makefile.am:
5555         * shell/ev-window-title.c: (ev_window_title_new),
5556         (ev_window_title_update), (ev_window_title_set_type),
5557         (ev_window_title_set_document), (ev_window_title_free):
5558         * shell/ev-window-title.h:
5559         * shell/ev-window.c: (ev_window_setup_document),
5560         (password_dialog_response), (ev_window_popup_password_dialog),
5561         (ev_window_dispose), (ev_window_init):
5562
5563         Factor out and cleanup window title code
5564
5565 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5566
5567         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
5568         (unable_to_load):
5569
5570         Make dialog transient so it doesnt block other windows
5571
5572 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5573
5574         * pdf/ev-poppler.cc:
5575         
5576         Fix pdf thumbnails rendering.
5577
5578 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5579
5580         * shell/ev-window.c: (fullscreen_set_timeout):
5581         
5582         Increase timeout to hide full screen popup. Bug 
5583         316123. 
5584
5585 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5586
5587         * data/evince.schemas.in:
5588         * shell/ev-window.c: (update_action_sensitivity):
5589
5590         Allow the user to override document restrictions. Fix for bug
5591         305818.
5592
5593 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
5594
5595         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
5596         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
5597         (ev_window_class_init): Fix multihead behaviour of fullscreen
5598         toolbar popup. Fixes bug #315451.
5599
5600 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5601
5602         * configure.ac:
5603         * data/evince-password.glade:
5604         * shell/ev-password.c: (ev_password_dialog_set_property),
5605         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
5606         (ev_password_dialog_init), (ev_password_set_bad_password_label),
5607         (ev_password_dialog_entry_changed_cb),
5608         (ev_password_dialog_entry_activated_cb),
5609         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
5610         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
5611         (ev_password_dialog_set_bad_pass):
5612         * shell/ev-password.h:
5613         * shell/ev-window.c: (password_dialog_response),
5614         (ev_window_popup_password_dialog):
5615         
5616         Support for gnome-keyring for encrypted PDF's.
5617
5618 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5619
5620         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
5621         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
5622         (ev_view_enter_notify_event), (ev_view_class_init):
5623         
5624         More precise handling of enter_notify/leave_notify events
5625         in EvView. Fix for bug 315470.
5626
5627 2005-09-08  Christopher Aillon  <caillon@redhat.com>
5628
5629         * shell/ev-window.c: (fullscreen_timeout_cb),
5630         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5631         (ev_window_dispose):
5632
5633         leak fix: unref fullscreen_timeout_source before clearing it
5634
5635 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5636
5637         * configure.ac, dvi/mdvi/Makefile.am: 
5638         
5639         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
5640
5641 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5642
5643         * backend/ev-link.c: (ev_link_new_page_xyz):
5644         * pdf/ev-poppler.cc:
5645         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
5646
5647         Fix some bugs with xyz links, respect zoom
5648
5649 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5650
5651         * shell/ev-window.c: (page_changed_cb),
5652         (setup_document_from_metadata), (update_sidebar_visibility),
5653         (setup_view_from_metadata), (ev_window_run_fullscreen),
5654         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5655         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
5656         (ev_window_dual_mode_changed_cb),
5657         (ev_window_sidebar_current_page_changed_cb):
5658
5659         null check uri before setting and getting metadata
5660
5661 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5662
5663         * dvi/Makefile.am:
5664         * properties/Makefile.am:
5665         * shell/Makefile.am:
5666         * thumbnailer/Makefile.am:
5667
5668         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
5669
5670 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5671
5672         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
5673         (selection_changed_callback):
5674         * shell/ev-sidebar-links.h:
5675
5676         Add a signal for link activation.
5677
5678         * shell/ev-view.c: (ev_view_goto_link),
5679         (ev_view_button_release_event):
5680         * shell/ev-view.h:
5681         * shell/ev-window.c: (sidebar_links_link_activated_cb),
5682         (ev_window_init):
5683
5684         Implement the signal so that we can handle all link types.
5685
5686         * shell/ev-page-cache.c:
5687
5688         Remove unused set_link function
5689
5690 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5691
5692         * lib/ev-tooltip.c: (ev_tooltip_set_position):
5693
5694         Add some space from the cursor, hardcoded but I couldnt
5695         find a better way.
5696
5697 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5698
5699         * lib/ev-tooltip.c:
5700
5701         Use mozilla style vs gtk style, way better for links.
5702
5703         * shell/ev-view.c: (ev_view_motion_notify_event),
5704         (ev_view_destroy), (ev_view_init):
5705
5706         Deactive tooltip when the link hovered is changed.
5707
5708 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5709
5710         * backend/ev-document.h:
5711         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
5712         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
5713         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
5714         (ev_link_new_page), (ev_link_new_page_xyz):
5715         * backend/ev-link.h:
5716         * pdf/ev-poppler.cc:
5717         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
5718         (go_to_link), (tip_from_link):
5719
5720         Implement xyz links, still not functional. Links are a total
5721         mess, will need to refactor and bugfix a lot :(
5722
5723 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
5724
5725         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
5726
5727 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
5728
5729         * data/evince-ui.xml:
5730         * data/evince.schemas.in:
5731         * shell/Makefile.am:
5732         * shell/ev-window.c: (update_chrome_visibility),
5733         (password_dialog_response), (ev_window_load_job_cb),
5734         (ev_window_xfer_job_cb), (ev_window_open_uri),
5735         (ev_window_class_init), (set_chrome_actions), (load_chrome),
5736         (ev_window_init):
5737
5738         Remove the statusbar. This regress loading feedback, need to
5739         check with Bryan what we want to do there...
5740
5741 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5742
5743         * lib/ev-tooltip.c: (ev_tooltip_init):
5744
5745         Fix tooltip border and size handling
5746
5747 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5748
5749         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
5750         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
5751         (ev_tooltip_timeout), (ev_tooltip_activate),
5752         (ev_tooltip_deactivate):
5753         * lib/ev-tooltip.h:
5754         * shell/ev-view.c: (ev_view_motion_notify_event):
5755
5756         Delay popup showing. Mirror gtk logic/times.
5757
5758 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
5759
5760         * lib/Makefile.am:
5761         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
5762         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
5763         (ev_tooltip_set_text), (ev_tooltip_set_position):
5764         * lib/ev-tooltip.h:
5765
5766         Simple widget to show tooltips at a custom position
5767
5768         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
5769         (ev_view_destroy):
5770
5771         Use it for links. First go, needs work
5772
5773 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
5774
5775         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
5776         HIG fixes.  Use title capitalization for window title. Use 12 
5777         pixels of space between the dialog's vbox and action area.
5778
5779 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5780
5781         * shell/ev-window.c: (file_open_dialog_response_cb),
5782         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
5783         (ev_window_cmd_save_as):
5784
5785         Make file pickers not modal and refactor code some
5786
5787 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5788
5789         * shell/ev-sidebar.h:
5790         * shell/ev-sidebar.c: (ev_sidebar_set_property),
5791         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
5792         (ev_sidebar_class_init), (ev_sidebar_select_page),
5793         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
5794         (ev_sidebar_set_page):
5795
5796         Add a current page property and allow to get/set it
5797
5798         * shell/ev-window.c: (setup_view_from_metadata),
5799         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
5800
5801         Persist current sidebar page per document
5802
5803 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5804
5805         * data/evince.schemas.in:
5806         * shell/ev-window.c: (update_chrome_visibility),
5807         (setup_document_from_metadata), (update_sidebar_visibility),
5808         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
5809         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5810         (ev_window_run_presentation), (ev_window_stop_presentation),
5811         (ev_window_view_sidebar_cb),
5812         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
5813         (load_chrome), (ev_window_init):
5814
5815         Persist size/visibility of sidebar per document
5816
5817 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
5818
5819         * shell/ev-view.c (draw_loading_text): Draw loading text.
5820
5821 2005-09-02  Dan Damian  <dand@gnome.ro>
5822
5823         * configure.in: Added "ro" to ALL_LINGUAS.
5824
5825 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5826
5827         * shell/ev-view.c: (clear_caches):
5828
5829         ev_page_cache_get doesnt return a reference,
5830         dont try to unref it.
5831
5832 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5833
5834         * shell/main.c: (load_files_remote):
5835
5836         Fix timestamp parameter with dbus <= 0.33
5837
5838 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
5839
5840         * data/evince.schemas.in:
5841
5842         Add missing full stop
5843
5844 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
5845
5846         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
5847         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
5848
5849         Plug some memory leaks
5850
5851 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
5852
5853         * configure.ac:
5854         * lib/ev-debug.c: (trap_handler):
5855
5856         Check for execinfo.h and use it only if it exists.
5857         Ported from Epiphany (bug #314776).
5858
5859 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
5860
5861         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
5862
5863 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
5864
5865         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
5866         * po/id.po      : Added Indonesian translation
5867
5868 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
5869
5870         * shell/main.c:
5871         * shell/ev-application.c: Last minute GTK-2.6 fixes.
5872         * NEWS: Release 0.4.0
5873
5874 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
5875
5876         * configure.ac: catch another gtk+-2.8ism
5877         * shell/main.c: Make work with gtk+-2.6
5878
5879 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
5880
5881         * shell/ev-application-service.xml: Add 'timestamp' argument to
5882           ev_application_open_window and ev_application_open_uri methods.
5883
5884         * shell/ev-application.h: Add 'timestamp' argument to
5885           ev_application_open_window, ev_application_open_uri,
5886           and ev_application_open_uri_list functions.
5887
5888         * shell/ev-application.c (ev_application_open_window,
5889           ev_application_open_uri, ev_application_open_uri_list): Change
5890           functions that show/present windows to use a timestamp if one
5891           is passed in.
5892
5893         * shell/ev-window.c (ev_window_cmd_file_open,
5894           ev_window_cmd_recent_file_activate, drag_data_received_cb):
5895         * shell/main.c (load_files): Modify calls to ev_application to
5896           include GDK_CURRENT_TIME as timestamp.
5897
5898         * shell/main.c (load_files_remote): Obtain timestamp for client
5899           instance from GDK and pass to server instance so new windows are
5900           focused properly.  Fix dbus_g_proxy_call() calls by including second
5901           G_TYPE_INVALID.
5902           
5903         Closes bug #314475.
5904
5905 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
5906
5907         * shell/ev-window.c (ev_window_finalize): Check for
5908         avail. EvWindows when quiting to handle the finalize better,
5909         #314497
5910
5911 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5912         
5913         * properties/ev-properties-view.c: 
5914         
5915         Set textdomain to libglade. Fixes translation problem in property page.
5916
5917 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5918
5919         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5920         * dvi/Makefile.am:
5921         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
5922         * dvi/mdvi-lib/Makefile.am:
5923         
5924         Fix rotation of thumbnails, ported to new API. Moved library
5925         dependencies earlier, probably it will fix linkage problem.
5926
5927 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
5928
5929         * backend/ev-document-misc.c:
5930         (ev_document_misc_get_thumbnail_frame):
5931         * backend/ev-document-misc.h:
5932         * configure.ac:
5933         * pdf/ev-poppler.cc:
5934         * shell/Makefile.am:
5935         * shell/ev-sidebar-thumbnails.c: (add_range),
5936         (ev_sidebar_thumbnails_set_loading_icon),
5937         (ev_sidebar_thumbnails_refresh),
5938         (ev_sidebar_thumbnails_set_document):
5939         * shell/ev-sidebar-thumbnails.h:
5940         * shell/ev-view.c: (ev_view_motion_notify_event),
5941         (ev_view_set_property), (ev_view_get_property),
5942         (ev_view_class_init), (ev_view_set_rotation):
5943         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
5944         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
5945         (ev_window_init):
5946         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
5947         Redo rotation (again).  prepare for 0.4.0
5948
5949 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
5950
5951         * configure.ac: Bump poppler requirement to 0.4.1.
5952
5953         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
5954         argument to poppler_page_render_selection() call.
5955
5956 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5957
5958         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
5959         (djvu_document_thumbnails_get_thumbnail):
5960         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
5961         (dvi_document_thumbnails_get_thumbnail):
5962         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
5963         (pixbuf_document_thumbnails_get_thumbnail):
5964         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
5965         
5966         Update rotation direction of backends to fit with pdf and ps.
5967
5968 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
5969
5970         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
5971         * backend/ev-async-renderer.h:
5972         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
5973         (setup_page), (ps_document_get_page_size),
5974         (ps_async_renderer_render_pixbuf):
5975         * ps/ps-document.h:
5976         * shell/ev-jobs.c: (ev_job_render_run):
5977
5978         Fix orientation in the postscript document
5979
5980 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
5981
5982         * pdf/ev-poppler.cc:
5983         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
5984         * shell/ev-view.c: (highlight_find_results):
5985
5986         Adapt to the new poppler rotation API. Fix text maps on landscape
5987         documents.
5988
5989 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
5990
5991         * shell/ev-view.c (compute_new_selection_text): get the correct
5992         region when selecting in modes other than continuous.
5993
5994 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
5995
5996         * shell/main.c (main): remove redundant g_warnings.
5997
5998 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5999
6000         * shell/Makefile.am: Don't include autogenerated
6001         file ev-application-service.h into distribution, since
6002         it causes dbus crash. Fix for bugs 313724 and 313443. 
6003
6004 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6005
6006         * configure.ac: Fix sed expression for FreeBSD. Thanks
6007         to Joe Marcus Clark <marcus@freebsd.org>
6008         
6009         * shell/eggfindbar.c: (entry_activate_callback),
6010         (entry_changed_callback), (egg_find_bar_init),
6011         (egg_find_bar_set_search_string):
6012         
6013         Made findbar buttons unsensitive if there is no text in
6014         entry. Fix for the bug 313285.
6015
6016 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6017
6018         * ps/ps-document.c: Use g_filename_display_name for displaying
6019         filenames and revert string freeze breackage
6020
6021 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
6022
6023         * NEWS:
6024         * configure.ac:
6025
6026         Update for 0.3.4
6027
6028         * shell/Makefile.am:
6029
6030         Add ev-application-service.xml to extra dist
6031
6032         * shell/ev-view.c: (find_page_at_location):
6033
6034         Remove unused function (fix warning)
6035
6036 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6037
6038         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
6039         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
6040         
6041         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
6042         bug 313623.
6043
6044 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6045
6046         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
6047         * shell/ev-window.c:
6048         Fix build warnings
6049
6050 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6051
6052         * configure.ac: Update script to get dbus version.
6053         Fix for the bug #313443.
6054
6055 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6056
6057         * shell/ev-window.c: (ev_window_cmd_escape):
6058         
6059         Return focus back to view on escape. Fix for bug 313295.
6060
6061 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6062
6063         * shell/ev-window.c: (update_window_title),
6064         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
6065         (ev_window_cmd_save_as):
6066         
6067         Correct conversion from uri to displayable string. Fix for
6068         bug 313296.
6069
6070 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6071
6072         * ps/ps-document.c: convert filename to utf8 when there is an error
6073         loading document. Fixes #309915
6074
6075 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
6076
6077         * configure.ac:
6078
6079         We depend on poppler 0.4.0
6080
6081 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
6082
6083         * configure.ac:
6084         * NEWS: Release 0.3.3.
6085         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
6086
6087 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
6088
6089         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
6090         add a couple missing mnemonics to menu items, use title 
6091         capitalization for menu items and window titles, and add 
6092         ellipsis to open menu item.     
6093
6094 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
6095
6096         * pdf/ev-poppler.cc:
6097         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
6098         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
6099         (ev_view_get_rotation):
6100         * shell/ev-view.h:
6101         * shell/ev-window.c: (setup_view_from_metadata),
6102         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
6103         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
6104         disk.
6105
6106 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
6107
6108         * configure.ac: Added tr to ALL_LINGUAS
6109
6110 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6111
6112         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
6113         requires several clicks to find word. Thanks to 
6114         Colin Slater <kiltedtaco@gmail.com>.
6115
6116 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
6117
6118         * data/evince.desktop.in.in: Hide menu entry and
6119         rename it to "Document Viewer". Fix for bug 
6120         #312399.
6121
6122 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
6123
6124         * shell/ev-page-action.c (ev_page_action_class_init): 
6125
6126         Point to the correct function in constructor of the
6127         activate_label signal
6128
6129 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
6130
6131         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6132         * shell/ev-jobs.h: Make thread safe.
6133
6134 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6135
6136         * shell/ev-view.c: (view_update_range_and_current_page):
6137         Don't update page range if we are scrolling to some document
6138         point.
6139
6140 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6141
6142         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
6143         when getting max_page_width, fix drawing in dual mode.
6144
6145 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
6146
6147         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
6148         getting the area for select_all.
6149
6150 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
6151
6152         * backend/ev-selection.c: (ev_selection_render_selection):
6153         * backend/ev-selection.h:
6154         * pdf/ev-poppler.cc:
6155         * shell/ev-jobs.c: (ev_job_render_new):
6156         * shell/ev-jobs.h:
6157         * shell/ev-pixbuf-cache.c: (get_selection_colors),
6158         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
6159         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
6160         (ev_view_class_init):
6161
6162         Change selection color on focus in and focus out events.  Also,
6163         poppler now uses GdkColor for specifying the selection colors, so
6164         drop some awkward conversion code.
6165
6166 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
6167
6168         * configure.ac: Added Hebrew translation
6169
6170 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
6171
6172         * NOTES:
6173         * backend/ev-selection.c: (ev_selection_render_selection):
6174         * backend/ev-selection.h:
6175         * pdf/ev-poppler.cc:
6176         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
6177         (ev_job_render_run):
6178         * shell/ev-jobs.h:
6179         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6180         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
6181         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
6182         (ev_pixbuf_cache_style_changed),
6183         (ev_pixbuf_cache_get_selection_pixbuf),
6184         (ev_pixbuf_cache_set_selection_list),
6185         (ev_pixbuf_cache_get_selection_list):
6186         * shell/ev-pixbuf-cache.h:
6187         * shell/ev-utils.c: (ev_print_region_contents):
6188         * shell/ev-utils.h:
6189         * shell/ev-view.c: (ev_view_queue_draw_page),
6190         (selection_update_idle_cb), (ev_view_motion_notify_event),
6191         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
6192         (setup_caches), (ev_view_find_next), (merge_selection_region),
6193         (selection_free):
6194         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
6195
6196         Clean up selection to be much smoother!
6197
6198 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
6199
6200         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
6201         to poppler_page_render_selection().
6202
6203 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6204
6205         * ps/ps-document.c: (save_page_list): Use
6206         unzipped document when printing. Thanks to 
6207         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
6208         311016.
6209
6210 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6211
6212         * shell/ev-window.c: (update_action_sensitivity):
6213         
6214         Disable print and save respect to lockdown gconf keys. Fix
6215         for 312342.
6216
6217 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6218
6219         * configure.ac:
6220         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
6221         (write_to_temp_file), (ev_file_set_contents):
6222         * shell/ev-utils.h:
6223         * shell/ev-window.c: (save_print_config_to_file):
6224         
6225         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
6226         Fix for bug 312238
6227
6228 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
6229
6230         * shell/ev-window.c: (load_print_config_from_file),
6231         (save_print_config_to_file), (ev_window_print_range):
6232
6233         Persist the print settings. Fixes bug #311578.
6234
6235 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6236
6237         * djvu/djvu-document.c: (djvu_document_get_page_size),
6238         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
6239         (djvu_document_thumbnails_get_thumbnail):
6240         * dvi/dvi-document.c: (dvi_document_get_page_size),
6241         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
6242         (dvi_document_thumbnails_get_dimensions),
6243         (dvi_document_thumbnails_get_thumbnail):
6244         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
6245         (pixbuf_document_render_pixbuf),
6246         (pixbuf_document_document_iface_init),
6247         (pixbuf_document_thumbnails_get_thumbnail):
6248         
6249         Update backends to make them build with new rotation system.
6250
6251 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6252
6253         * help/C/figures/evince_start_window.png:
6254         
6255         Update documentation image from Luca Ferretti <elle.uca@libero.it>
6256
6257 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
6258
6259         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
6260         * shell/ev-pixbuf-cache.h:
6261         * shell/ev-sidebar-thumbnails.c:
6262         (ev_sidebar_thumbnails_get_property), (add_range),
6263         (adjustment_changed_cb):
6264         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
6265         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
6266         we were thumbnailing the entire docment on startup, slowing us
6267         down hugely. 
6268
6269 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
6270
6271         * shell/ev-page-cache.c: (ev_page_cache_new):
6272         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
6273         == 0, fixes #310306.
6274
6275 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6276
6277         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
6278         (ev_view_rotate_left):
6279
6280         Account rotation in doc_rect_to_view_rect.
6281         Ensure rotation doesnt go out of bounds.
6282
6283 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6284
6285         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6286
6287         Correct and cleanup w/h swapping
6288
6289 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6290
6291         * backend/ev-document-thumbnails.c:
6292         (ev_document_thumbnails_get_thumbnail):
6293         * backend/ev-document-thumbnails.h:
6294         * backend/ev-document.c:
6295         * backend/ev-document.h:
6296         * backend/ev-render-context.c: (ev_render_context_new),
6297         (ev_render_context_set_rotation):
6298         * backend/ev-render-context.h:
6299         * pdf/ev-poppler.cc:
6300         * ps/ps-document.c: (ps_document_document_iface_init):
6301         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6302         * shell/ev-jobs.h:
6303         * shell/ev-page-cache.c: (build_height_to_page),
6304         (ev_page_cache_new), (ev_page_cache_get_size),
6305         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6306         (ev_page_cache_get_height_to_page):
6307         * shell/ev-page-cache.h:
6308         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6309         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6310         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
6311         (ev_pixbuf_cache_get_selection_pixbuf):
6312         * shell/ev-pixbuf-cache.h:
6313         * shell/ev-print-job.c: (idle_print_handler):
6314         * shell/ev-sidebar-thumbnails.c: (add_range):
6315         * shell/ev-view.c: (view_update_range_and_current_page),
6316         (get_page_y_offset), (get_page_extents),
6317         (ev_view_size_request_continuous_dual_page),
6318         (ev_view_size_request_continuous),
6319         (ev_view_size_request_dual_page),
6320         (ev_view_size_request_single_page), (draw_one_page),
6321         (ev_view_set_rotation), (ev_view_rotate_right),
6322         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6323         (ev_view_zoom_for_size_continuous_and_dual_page),
6324         (ev_view_zoom_for_size_continuous),
6325         (ev_view_zoom_for_size_dual_page),
6326         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6327         (ev_view_select_all):
6328         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6329         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
6330         (tiff_document_document_iface_init),
6331         (tiff_document_thumbnails_get_thumbnail):
6332
6333         Use rotation rather than orientation. It's easier and enough
6334         for our needs.
6335
6336 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6337
6338         * shell/ev-page-cache.c: (build_height_to_page),
6339         (ev_page_cache_new), (ev_page_cache_get_size),
6340         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6341         (ev_page_cache_get_height_to_page):
6342         * shell/ev-page-cache.h:
6343         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
6344         (ev_view_size_request_continuous_dual_page),
6345         (ev_view_size_request_continuous),
6346         (ev_view_zoom_for_size_continuous_and_dual_page),
6347         (ev_view_zoom_for_size_continuous):
6348
6349         Make the page cache aware of page orientation.
6350
6351 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6352
6353         * backend/ev-document-thumbnails.c:
6354         (ev_document_thumbnails_get_thumbnail):
6355         * backend/ev-document-thumbnails.h:
6356         * backend/ev-document.c:
6357         * backend/ev-document.h:
6358         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
6359         * backend/ev-ps-exporter.h:
6360         * pdf/ev-poppler.cc:
6361         * ps/ps-document.c: (ps_document_document_iface_init),
6362         (ps_document_ps_export_do_page):
6363         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6364         * shell/ev-jobs.h:
6365         * shell/ev-page-cache.c: (ev_page_cache_get_size),
6366         (ev_page_cache_get):
6367         * shell/ev-page-cache.h:
6368         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6369         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6370         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
6371         * shell/ev-pixbuf-cache.h:
6372         * shell/ev-print-job.c: (idle_print_handler):
6373         * shell/ev-sidebar-thumbnails.c: (add_range):
6374         * shell/ev-view.c: (view_update_range_and_current_page),
6375         (get_page_extents), (ev_view_size_request_dual_page),
6376         (ev_view_size_request_single_page), (draw_one_page),
6377         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
6378         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6379         (ev_view_zoom_for_size_dual_page),
6380         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6381         (ev_view_select_all):
6382         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6383         * tiff/tiff-document.c: (tiff_document_get_page_size),
6384         (tiff_document_get_orientation), (rotate_pixbuf),
6385         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
6386         (tiff_document_thumbnails_get_thumbnail),
6387         (tiff_document_ps_export_do_page), (tiff_document_init):
6388
6389         Really make use of the orientation bit of the render context.
6390         Use the render context in a few more places in the backend API.
6391         This regress orientation, but now it's done right. Will try to
6392         fix it up asap...
6393
6394 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6395
6396         * shell/ev-view.c: (ensure_rectangle_is_visible):
6397
6398         Patch by Nickolay V. Shmyrev to fix find flickering
6399
6400 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
6401
6402         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
6403         duplex parameters to ::begin.
6404
6405         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
6406         * shell/ev-print-job.c (idle_print_handler): 
6407         * ps/ps-document.c (ps_document_ps_export_begin): 
6408         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
6409         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
6410         implementations. Poppler backend needs poppler cvs. Rest has
6411         unchanged behavior.
6412
6413 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6414
6415         * shell/ev-window.c (using_pdf_printer): new function.
6416         (ev_window_print_range): print a less techy message if someone
6417         tries to print to PDF.
6418
6419 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6420
6421         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
6422         from "unknown font" string. Bug #311431
6423
6424 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6425
6426         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
6427
6428 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6429
6430         Bug #311280
6431         
6432         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
6433         name for PopplerFontTypes
6434         (pdf_document_fonts_fill_model): add font type to the detail column
6435
6436         * backend/ev-document-fonts.h: added
6437         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
6438
6439         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
6440         font name and font details, add a little markup.
6441         (ev_properties_fonts_init): use the new cell data func, specify ypad
6442         property for the cell renderer.
6443         (ev_properties_fonts_set_document): add the details column.
6444
6445 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
6446
6447         * configure.ac: Added "pl" to ALL_LINGUAS.
6448
6449 2005-07-24  Danilo Šegan  <danilo@gnome.org>
6450
6451         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
6452
6453 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
6454
6455         * help/ChangeLog: Started this for translations of manual.
6456         * configure.ac, autogen.sh, .cvsignore: Migrated to
6457         gnome-doc-utils. Patch in bug #311222.
6458
6459 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
6460
6461         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
6462         #ifdef this away to fix an unused-function warning.
6463
6464 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
6465
6466         * configure.ac: Added 'gl' to ALL_LINGUAS.
6467
6468 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
6469
6470         * configure.ac: Added ne in ALL_LINGUAS
6471         
6472 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6473
6474         * shell/ev-view.c: (ev_view_leave_notify_event):
6475         
6476         Clear status message when pointer leaves view. Fix for bug
6477         #310818 
6478
6479 2005-07-20 Ankit Patel <ankit644@yahoo.com>
6480
6481         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
6482
6483 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6484
6485         * shell/ev-view.c: (ev_view_leave_notify_event),
6486         (ev_view_class_init):
6487         
6488         Set cursor to normal then leaving view.
6489
6490 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6491
6492         * configure.ac:
6493         
6494         Fix required djvulibre version.
6495
6496 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
6497
6498         *configure.ac: Hindi (hi) language added
6499
6500 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
6501
6502         *configure.ac: Punjabi (pa) Language added
6503
6504 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6505
6506         * data/evince-ui.xml, shell/ev-window.c:
6507         
6508         Add keypad accelerators for zooming. Fix for bug 308128.
6509
6510 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6511
6512         * Makefile.am:
6513         * backend/Makefile.am:
6514         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
6515         * configure.ac:
6516         * shell/ev-document-types.c: (ev_document_types_add_filters):
6517
6518         Allow to enable/disable the pixbuf backend.
6519         Default to off for now. If we want it enabled we should
6520         really put mime types in the desktop, implement properties etc.
6521
6522         * properties/evince-properties.c:
6523
6524         Initialize error to NULL.
6525         Check error is not NULL before freeing.
6526
6527 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6528
6529         * shell/ev-window.c:
6530
6531         Use F5 as presentation accell
6532
6533 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6534
6535         * shell/ev-window.c: (update_chrome_visibility),
6536         (ev_window_create_fullscreen_popup), (ev_window_init):
6537
6538         Do not leak the fullscreen toolbar
6539
6540 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6541
6542         * shell/ev-window.c: (view_actions_focus_in_cb),
6543         (view_actions_focus_out_cb):
6544
6545         These has a return value! Fix totally random focus
6546         issues we was seeing.
6547
6548 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6549
6550         * shell/main.c: (load_files_remote):
6551
6552         Allow open more than one file
6553
6554 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6555
6556         * shell/main.c: (load_files_remote):
6557
6558         Fix for dbus 0.33. bug #309975
6559
6560 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6561
6562         * properties/ev-properties-main.c: (ev_properties_get_pages):
6563
6564         Actually return NULL for types we dont support
6565
6566 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
6567
6568         * po/POTFILES.in:
6569
6570         Remove empty lines.
6571
6572 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
6573
6574         * backend/ev-document-factory.c:
6575         (ev_document_factory_get_document):
6576
6577         Do not try to create the object if type
6578         is invalid.
6579
6580 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6581
6582         * ps/ps-document.c: (ps_document_dispose),
6583         (ps_async_renderer_render_pixbuf):
6584         * ps/ps-document.h:
6585
6586         Do not leak the target window
6587
6588 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6589
6590         * shell/ev-application.c: (ev_application_init):
6591
6592         Let tbe check file existence for us.
6593         Add a comment about eggrecent mime filter.
6594
6595 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6596
6597         * data/evince-ui.xml:
6598         * shell/ev-application.c: (ev_application_shutdown),
6599         (ev_application_init), (ev_application_get_toolbars_model),
6600         (ev_application_get_recent_model),
6601         (ev_application_save_toolbars_model):
6602         * shell/ev-application.h:
6603         * shell/ev-window.c: (ev_window_add_recent),
6604         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
6605         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
6606         (ev_window_init):
6607
6608         Use common toolbar and recent models for all windows.
6609         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6610
6611 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6612
6613         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
6614         successfully check for gtk_icon_view_get_visible_range.
6615
6616 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6617
6618         * djvu/Makefile.am:
6619         * dvi/Makefile.am:
6620         
6621         Fix djvu and dvi backend build.
6622
6623 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6624
6625         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
6626         (new_separator_pixbuf):
6627
6628         Don't leak windows.
6629
6630 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6631
6632         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6633
6634         HIGification of toolbar editor dialogue.
6635
6636 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6637
6638         * configure.ac:
6639         * shell/Makefile.am:
6640
6641         Ever build metadata manager since it's just
6642         disabled at runtime now.
6643
6644 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6645
6646         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
6647         (ev_metadata_manager_get), (ev_metadata_manager_set):
6648         * shell/ev-metadata-manager.h:
6649
6650         Add an _init functions that enabled metadata management
6651         at runtime.
6652
6653         * shell/ev-window.c: (page_changed_cb),
6654         (setup_document_from_metadata), (ev_window_setup_document),
6655         (setup_view_from_metadata), (ev_window_open_uri),
6656         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6657         (ev_window_run_presentation), (ev_window_stop_presentation),
6658         (save_sizing_mode), (ev_window_zoom_changed_cb),
6659         (ev_window_continuous_changed_cb),
6660         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
6661         (window_configure_event_cb):
6662
6663         Remove all ugly metadata define since we deal with it
6664         at runtime now.
6665
6666         * shell/main.c: (load_files_remote), (main):
6667
6668         Add support for dbus cvs head. Hopefully didnt break one
6669         of the other versions now!
6670
6671         If we dont get a response from the dbus server just
6672         give up with it and not enable metadata.
6673
6674 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6675
6676         * Makefile.am:
6677         * backend/Makefile.am:
6678         * configure.ac:
6679         * cut-n-paste/recent-files/Makefile.am:
6680         * cut-n-paste/toolbar-editor/Makefile.am:
6681         * cut-n-paste/zoom-control/Makefile.am:
6682         * lib/Makefile.am:
6683         * pdf/Makefile.am:
6684         * pixbuf/Makefile.am:
6685         * properties/Makefile.am:
6686         * ps/Makefile.am:
6687         * shell/Makefile.am:
6688         * thumbnailer/Makefile.am:
6689         * tiff/Makefile.am:
6690
6691         Make frontends depend on just libev.
6692         Rework and group CFLAGS/LIBS definitions.
6693         Cleanups.
6694
6695 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6696
6697         * shell/ev-window:
6698
6699         do not unnecessarily save zoom
6700
6701         * configure.ac:
6702         * lib/ev-file-helpers.c: (ev_dot_dir):
6703         * shell/Makefile.am:
6704         * shell/dummy.cc:
6705
6706         Some cleanups
6707
6708 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6709
6710         * configure.ac:
6711         
6712         Remove unnecessary dependencies
6713
6714 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6715
6716         * properties/Makefile.am:
6717         * thumbnailer/Makefile.am:
6718         * tiff/Makefile.am:
6719
6720         Some more cleanups. Was really necessary
6721         but I probably introduced bugs, feel free
6722         to flame :)
6723
6724 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6725
6726         * backend/Makefile.am:
6727         * configure.ac:
6728         * cut-n-paste/recent-files/Makefile.am:
6729         * cut-n-paste/toolbar-editor/Makefile.am:
6730         * cut-n-paste/zoom-control/Makefile.am:
6731         * lib/Makefile.am:
6732         * pdf/Makefile.am:
6733         * pixbuf/Makefile.am:
6734         * properties/Makefile.am:
6735         * ps/Makefile.am:
6736         * shell/Makefile.am:
6737         * thumbnailer/Makefile.am:
6738         * tiff/Makefile.am:
6739
6740         Use gnome-common macros when possible.
6741         Cleanup dependencies.
6742         Actually disable deprecated where possible.
6743
6744 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6745
6746         * Makefile.am:
6747         * backend/Makefile.am:
6748         * properties/Makefile.am:
6749         * shell/Makefile.am:
6750         * thumbnailer/Makefile.am:
6751
6752         This should solve the circular dep without
6753         requiring dir reorg!
6754
6755         * shell/ev-window.c: (setup_view_from_metadata):
6756
6757         Never restore window size/position when the
6758         window is already visible.
6759
6760 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6761
6762         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
6763
6764         Return a boolean from timeout func. Fix ported from gedit.
6765
6766 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
6767
6768         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
6769
6770 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6771
6772         * shell/ev-document-types.c: set "All Documents" as default filter in
6773         open dialog
6774
6775 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
6776
6777         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
6778         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
6779         (ev_metadata_manager_set_boolean): fix value/val thinko.
6780
6781 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6782
6783         * shell/ev-window.c: (setup_view_from_metadata),
6784         (window_state_event_cb), (window_configure_event_cb),
6785         (ev_window_init):
6786
6787         Remember window position and maximized state
6788
6789 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6790
6791         * configure.ac:
6792
6793         Fix DBUS configure checks.
6794
6795         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
6796         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
6797         (ev_metadata_manager_set_boolean):
6798
6799         Plug mem leaks.
6800
6801         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
6802         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6803         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
6804         (ev_window_continuous_changed_cb),
6805         (ev_window_dual_mode_changed_cb), (ev_window_new):
6806
6807         Fix the build without DBUS.
6808
6809 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6810
6811         * shell/ev-metadata-manager.c: (parse_value), (save_values),
6812         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
6813         (ev_metadata_manager_set_string),
6814         (ev_metadata_manager_set_boolean):
6815         * shell/ev-metadata-manager.h:
6816
6817         Add support for some more types
6818
6819         * shell/ev-view.c: (scroll_to_current_page),
6820         (ev_view_get_continuous), (ev_view_set_continuous),
6821         (ev_view_get_dual_page):
6822         * shell/ev-view.h:
6823         * shell/ev-window.c: (page_changed_cb),
6824         (setup_document_from_metadata), (ev_window_setup_document),
6825         (setup_view_from_metadata), (ev_window_open_uri),
6826         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6827         (ev_window_run_presentation), (ev_window_stop_presentation),
6828         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
6829         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
6830         (ev_window_update_dual_page_action),
6831         (ev_window_continuous_changed_cb),
6832         (ev_window_dual_mode_changed_cb), (ev_window_init):
6833
6834         Remember a bunch of view/document properties. Prolly some
6835         are still missing but it's getting interesting.
6836
6837 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
6838
6839         * configure.ac: check if dbus-binding-tool is installed. Not the
6840         case on current Ubuntu breezy, it seems.
6841
6842 2005-07-05  Luca Ferretti <elle.uca@libero.it>
6843
6844         * data/evince.desktop.in.in:
6845         
6846         Allow open uri lists and add TryExec field.
6847
6848 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6849
6850         * configure.ac:
6851
6852         Enable dbus when available, do not require a configure
6853         option.
6854
6855 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6856
6857         * configure.ac:
6858
6859         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
6860         disabled.
6861
6862 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6863         Marco Pesenti Gritti  <mpg@redhat.com>
6864
6865         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
6866         
6867         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
6868         functions to the format required by dbus
6869
6870         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
6871         errors. Use the RPC parameters in the expected way
6872
6873 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6874
6875         * Makefile.am:
6876         * properties/Makefile.am:
6877         * properties/ev-properties-main.c: (ev_properties_get_pages):
6878
6879         Support all mime types
6880
6881         * shell/Makefile.am:
6882         * thumbnailer/Makefile.am:
6883         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
6884         (evince_thumbnail_pngenc_get):
6885
6886         Use the document factory
6887
6888 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6889
6890         * backend/Makefile.am:
6891         * backend/ev-document-factory.c:
6892         (mime_type_supported_by_gdk_pixbuf),
6893         (ev_document_type_get_from_mime),
6894         (ev_document_factory_get_document),
6895         (ev_document_factory_get_backend),
6896         (ev_document_factory_get_mime_types),
6897         (ev_document_factory_get_all_mime_types):
6898         * backend/ev-document-factory.h:
6899         * shell/Makefile.am:
6900         * shell/ev-document-types.c: (get_document_from_uri),
6901         (ev_document_types_get_document),
6902         (file_filter_add_mime_list_and_free),
6903         (ev_document_types_add_filters):
6904         * shell/ev-document-types.h:
6905         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6906         * shell/ev-properties-dialog.c:
6907         (ev_properties_dialog_set_document):
6908         * shell/ev-window.c: (ev_window_cmd_file_open),
6909         (ev_window_cmd_save_as):
6910         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6911
6912         Rework document types managing to avoid code duplication
6913         and actually abstract from backend implementations.
6914         Also provide a minimal factory api that can be used by
6915         thumbnailer/properties.
6916
6917 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6918
6919         * properties/ev-properties-view.c: (ev_properties_view_set_info):
6920         Plug a mem leak.
6921         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6922         HIG spacings.
6923
6924 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6925
6926         * shell/ev-properties-dialog.c
6927         (ev_properties_dialog_set_document): only call
6928         ev_properties_fonts_set_document() if the document implements the
6929         fonts interface
6930
6931 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6932
6933         * configure.ac:
6934         * properties/Makefile.am:
6935         * properties/ev-properties-view.c:
6936         (ev_properties_view_register_type):
6937         * properties/ev-properties-view.h:
6938         * properties/ev-properties-main.h:
6939
6940         Implement nautilus plugin for properties.
6941         Works only for pdf atm, I need to rework the
6942         document types stuff to get this to work
6943         for all backends...
6944
6945 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6946
6947         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
6948         (ev_properties_fonts_set_document): use
6949         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
6950
6951 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6952
6953         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
6954         them
6955         (PlaceImage, tiff2ps_process_page): use
6956         g_ascii_dtostr to convert floats to strings in a locale-safe way.
6957
6958
6959 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6960
6961         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
6962         (main): to call gnome_authentication_manager_init. Should fix
6963         Bug #308510
6964
6965         * configure.ac: that requires libgnomeui 2.6.0.
6966
6967 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6968
6969         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6970         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
6971         use the new tiff2ps interfaces
6972
6973         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
6974         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
6975
6976         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
6977         structure instead of global variables.  Remove use of static
6978         variables in functions.
6979
6980 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
6981
6982         * shell/ev-page-action.c: unref the completion after setting it to the
6983         entry
6984
6985 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6986
6987         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
6988         postscript files
6989
6990 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6991
6992         * shell/ev-window.c (update_action_sensitivity): disable
6993         File->Print if the document does not implement the ps exporter
6994         interface
6995
6996 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
6997
6998         * Makefile.am:
6999         * configure.ac:
7000         * data/evince-properties.glade:
7001         * properties/.cvsignore:
7002         * properties/Makefile.am:
7003         * properties/ev-properties-view.c: (ev_properties_view_dispose),
7004         (ev_properties_view_class_init), (ev_properties_view_format_date),
7005         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
7006         (ev_properties_view_init), (ev_properties_view_new):
7007         * properties/ev-properties-view.h:
7008         * shell/Makefile.am:
7009         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
7010         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
7011         (ev_properties_dialog_new):
7012         * shell/ev-properties-dialog.h:
7013         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
7014         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
7015         (update_progress_label), (job_fonts_finished_cb),
7016         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
7017         * shell/ev-properties-fonts.h:
7018         * shell/ev-properties.c:
7019         * shell/ev-properties.h:
7020         * shell/ev-window.c: (ev_window_setup_document),
7021         (ev_window_cmd_file_properties):
7022
7023         Split the properties pages in two different objects, depend
7024         only on the backend where possible, use widgets instead
7025         of gobject for the glade part, reimplement the dialog
7026         itself with gtk.
7027         I need this to implement nautilus properties page.
7028
7029 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
7030
7031         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7032         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
7033         (tiff_document_document_ps_exporter_iface_init): implement the ps
7034         exporter interface for tiff documents
7035
7036         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
7037         libtiff to implement TIFF postscript export
7038
7039         * tiff/tiff2ps.h: added a header file for external tiff2ps
7040         functions.
7041
7042         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
7043         tiff2ps.h
7044
7045 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7046
7047         * shell/ev-view.c: (scroll_to_current_page),
7048         (ev_view_set_fullscreen), (ev_view_set_presentation):
7049         
7050         Scroll to current page when exit from presentation
7051
7052 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7053
7054         * shell/ev-window.c: (update_document_mode),
7055         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7056         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
7057         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
7058         
7059         Exit from fullscreen mode when switch to presentation. Fix for
7060         bug 309365
7061
7062 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7063
7064         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
7065         return NULL if the document does not implement the selection
7066         interface.
7067
7068 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7069
7070         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
7071         reported height by using the resolution aspect ratio
7072         (tiff_document_render_pixbuf): scale the pixbuf using the
7073         resolution aspect ratio
7074
7075 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7076
7077         * configure.ac:
7078         
7079         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
7080         <kiltedaco@gmail.com>
7081         
7082         * djvu/djvu-document.c: (djvu_document_get_orientation),
7083         (djvu_document_set_orientation), (djvu_document_get_page_size),
7084         (rotate_pixbuf), (djvu_document_render_pixbuf),
7085         (djvu_document_document_iface_init):
7086         * dvi/dvi-document.c: (dvi_document_get_orientation),
7087         (dvi_document_set_orientation), (dvi_document_get_page_size),
7088         (rotate_pixbuf), (dvi_document_render_pixbuf),
7089         (dvi_document_document_iface_init):
7090         
7091         Dvi and djvu backends are ported to new API
7092
7093 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
7094
7095         * backend/ev-selection.c: (ev_selection_get_selection_region),
7096         (ev_selection_get_selection_map):
7097         * backend/ev-selection.h:
7098         * pdf/ev-poppler.cc:
7099         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7100         * shell/ev-jobs.h:
7101         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7102         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7103         (ev_pixbuf_cache_get_text_mapping):
7104         * shell/ev-pixbuf-cache.h:
7105         * shell/ev-view.c: (location_in_text),
7106         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
7107         support to EvView.  Now we can see where we can select!  Sweet!
7108
7109 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7110
7111         * shell/ev-view.c (ev_view_button_press_event): Fix
7112         event->y + view->scroll_x typo.
7113
7114 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7115
7116         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
7117         sub-GdkPixbuf instead of passing dest_x and dest_y.
7118         
7119         * shell/ev-view.c: (view_point_to_doc_point),
7120         (view_rect_to_doc_rect), (ev_view_button_press_event),
7121         (ev_view_motion_notify_event), (compute_new_selection_rect),
7122         (gdk_rectangle_point_in), (compute_new_selection_text),
7123         (compute_selections): Update selection code to keep the selection
7124         around as two points and not as a normalized rectangle, and fix
7125         page level selection in two-column mode.
7126
7127 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
7128
7129         * shell/ev-window.c: (window_configure_event_cb): 
7130         
7131         Fix compilation
7132         
7133 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7134
7135         * pdf/ev-poppler.cc:
7136
7137         Fix compilation
7138
7139 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7140
7141         * shell/Makefile.am:
7142         * shell/ev-metadata-manager.c: (item_free),
7143         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
7144         (parse_value), (parseItem), (load_values),
7145         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
7146         (save_values), (save_item), (get_oldest), (resize_items),
7147         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
7148         * shell/ev-metadata-manager.h:
7149
7150         Metadata manager from gedit but modified to use GValue, so that
7151         we dont need to keep converting from strings.
7152
7153         * configure.ac:
7154
7155         ENABLE_METADATA conditional, on when dbus is on
7156
7157         * shell/ev-application.c: (ev_application_open_uri):
7158
7159         Show the window after load so that we can initialize
7160         window size before it's showed.
7161
7162         * shell/ev-window.c: (ev_window_setup_from_metadata),
7163         (ev_window_open_uri), (window_configure_event_cb),
7164         (ev_window_init):
7165
7166         Save and load metadata information about window size.
7167         Not yet keeping states in account.
7168
7169         * shell/main.c: (main):
7170
7171         Shutdown metadata manager.
7172
7173 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7174
7175         * shell/ev-application-service.xml:
7176         * configure.ac:
7177         * shell/Makefile.am:
7178         * shell/ev-application.c:
7179         * shell/ev-application.h:
7180         * shell/ev-window.c:
7181         * shell/ev-window.h:
7182         * shell/main.c:
7183
7184         Add an optional dbus interface (--enable-dbus).
7185         Rework application code, mainly to be easier to
7186         use "remotely".
7187         Do not open multiple windows with the same document,
7188         spatial evince!
7189
7190 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
7191
7192         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
7193         pixbuf iff it exists.
7194
7195 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
7196
7197         * shell/*:
7198         * backend/ev-render-context.[ch]:
7199         * backend/ev-selection.[ch]:
7200
7201         Massive changes.  We now support text selection of pdfs, and not
7202         just rectangular selection.  This is pretty broken still, but I
7203         want to get something into CVS.
7204
7205 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7206
7207         * pdf/ev-poppler.cc:
7208         
7209         Fix for Bug 309080: crash on window close.
7210         
7211         * shell/ev-page-action.c: (page_changed_cb):
7212         
7213         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
7214         jensgr@gmx.net (Jens Granseuer).
7215
7216 2005-06-25  Marcel Telka  <marcel@telka.sk>
7217
7218         * configure.in (ALL_LINGUAS): Added sk.
7219
7220 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
7221
7222         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
7223         not a document open
7224
7225 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7226
7227         * NEWS:
7228         * configure.ac:
7229
7230         Release 0.3.2
7231
7232         * cut-n-paste/recent-files/Makefile.am:
7233
7234         Fix make distcheck
7235
7236 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7237
7238         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
7239         (pixbuf_document_set_orientation), (rotate_pixbuf),
7240         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
7241         (pixbuf_document_document_iface_init), (pixbuf_document_init):
7242
7243         Implement rotation and cleanup the code a bit.
7244
7245         * tiff/tiff-document.c: (tiff_document_get_page_size),
7246         (tiff_document_get_orientation), (tiff_document_set_orientation),
7247         (rotate_pixbuf), (tiff_document_render_pixbuf),
7248         (tiff_document_document_iface_init), (tiff_document_init):
7249
7250         Implement rotation. Was the quicker solution for the release
7251         but we really need to share this code in the shell.
7252
7253 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7254
7255         * pdf/ev-poppler.cc:
7256
7257         Enable rotation, require poppler cvs. Fix a leak.
7258
7259 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7260
7261         * shell/ev-window.c: (update_action_sensitivity):
7262         
7263         Make properties unsensitive if document backend doesn't provide
7264         any info
7265
7266 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7267
7268         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
7269         (bitmap_flip_horizontally), (bitmap_flip_vertically),
7270         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
7271         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
7272         (bitmap_flip_rotate_counter_clockwise):
7273         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
7274         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
7275         (buff_gets):
7276         * dvi/mdvi-lib/common.h:
7277         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
7278         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
7279         (opendvi), (mdvi_reload), (mdvi_init_context),
7280         (mdvi_destroy_context), (mdvi_dopage), (special):
7281         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
7282         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
7283         (file_hash_free), (register_encoding), (parse_spec),
7284         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
7285         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
7286         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
7287         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
7288         (mdvi_register_font_type), (mdvi_unregister_font_type),
7289         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
7290         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
7291         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
7292         (mdvi_hash_destroy_key), (mdvi_hash_reset):
7293         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
7294         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
7295         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
7296         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
7297         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
7298         * dvi/mdvi-lib/special.c: (mdvi_register_special),
7299         (mdvi_unregister_special), (mdvi_flush_specials):
7300         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
7301         (t1_font_remove):
7302         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
7303         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
7304         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
7305         (free_font_metrics), (flush_font_metrics):
7306         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
7307         (tt_font_remove):
7308         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
7309         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
7310         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
7311         (dstring_insert), (dstring_new), (dstring_reset):
7312         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
7313         
7314         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
7315         avoid conflict with libtool on FC4
7316         
7317         * shell/ev-window.c: (ev_window_cmd_help_about):
7318         
7319         Update copyright year. Fix for bug 308828.
7320
7321 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7322
7323         * shell/ev-view.c: (add_scroll_binding_keypad),
7324         (ev_view_binding_activated), (ev_view_class_init),
7325         (on_adjustment_value_changed):
7326         
7327         Bug 170874: Arrow keys switch pages in presentation mode
7328
7329 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7330
7331         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7332         
7333         Fix for Bug 308265: Sidebar dissappears coming out of 
7334         Presentation mode
7335
7336 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7337
7338         * shell/ev-application.c: (ev_application_open):
7339         * shell/ev-document-types.c: (ev_document_types_add_filters),
7340         (ev_document_types_add_filters_for_type):
7341         * shell/ev-document-types.h:
7342         * shell/ev-window.c: (ev_window_cmd_save_as):
7343         
7344         Suggest basename as template when saving, provide filters
7345         for save dialog. It's bug 308402
7346
7347 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7348
7349         * pdf/ev-poppler.cc:
7350         * shell/ev-sidebar-links.c: (job_finished_callback):
7351         * shell/ev-view.c: (update_find_status_message):
7352         
7353         Some leaks fixed
7354
7355 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7356
7357         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7358         (egg_recent_view_uimanager_set_list):
7359
7360         Fix buglet in !show_numbers case.
7361
7362 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7363
7364         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7365         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
7366
7367         Use pango ellipsisation.
7368
7369         * pdf/ev-poppler.cc:
7370
7371         Fix refcount leak, from nsh.
7372
7373 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7374
7375         * cut-n-paste/recent-files/Makefile.am:
7376         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7377         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7378         
7379         Removed EggRecentViewGtk
7380         
7381         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7382         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7383         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
7384         (ev_window_setup_recent):
7385         
7386         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
7387         with other projects
7388
7389 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7390
7391         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7392         (egg_recent_view_gtk_finalize):
7393
7394         Fix memory leak
7395
7396         * cut-n-paste/toolbar-editor/Makefile.am:
7397         
7398         Fix location of cursor icon.
7399         
7400         * pdf/ev-poppler.cc:
7401         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
7402         (display_completion_text), (match_completion):
7403         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7404         (selection_changed_callback), (create_loading_model),
7405         (print_section_cb), (links_page_num_func),
7406         (update_page_callback_foreach):
7407         * shell/ev-window.c: (ev_window_dispose):
7408         
7409         Small memory fixes. Links model now store objects instead
7410         of pointers to improve memory management. 
7411
7412 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7413
7414         * shell/ev-window.c: (zoom_control_changed_cb):
7415         
7416         Fix update of zoom control (bug 308268).
7417
7418 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
7419
7420         * shell/ev-properties.c (set_property): escape the text correctly.
7421         Handles non-UTF-8 properties and escaped properties.  Also, sets
7422         the text to "<i>None</i>" if the property isn't set.
7423
7424         * data/evince-properties.glade: Change the label to be ellipsized,
7425         and give it a minimum size.
7426
7427 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7428
7429         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
7430         * shell/ev-sidebar-links.c: (create_loading_model):
7431         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7432         * shell/ev-view.c: (ev_view_set_document):
7433         * shell/ev-window.c: (ev_window_dispose):
7434         
7435         Various small fixes, mostly memory leaks. Thanks to valgrind.
7436
7437 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
7438
7439         * ps/ps-document.c: remove the locale.h include again ;-). And
7440         kill the (bogus) setlocale/savelocale business.
7441
7442 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
7443
7444         * ps/ps-document.c:
7445         
7446         Include locale.h to fix build
7447         
7448         * shell/ev-sidebar.c:
7449         
7450         Remove unnecessary includes
7451
7452 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7453
7454         * dvi/dvi-document.c: (dvi_document_load):
7455         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
7456         * po/POTFILES.in:
7457         
7458         Check for incorrect dvi files. Fix parsing dvi on AMD64
7459         platform. Thanks to tester@tester.ca (Olivier Crete).
7460
7461 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7462
7463         * shell/ev-page-action.c: (match_selected_cb),
7464         (display_completion_text), (match_completion), (update_model):
7465         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7466         (expand_open_links):
7467         * shell/ev-sidebar.c: (ev_sidebar_destroy),
7468         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
7469         (ev_sidebar_set_document):
7470         * shell/ev-window.c: (ev_window_xfer_job_cb),
7471         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
7472         
7473         Fixed lot's of memory leaks, for example, memory leak on reload, 
7474         described in bug 307793.
7475
7476 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7477
7478         * pdf/ev-poppler.cc:
7479         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
7480         (update_visible_range), (adjustment_changed_cb),
7481         (ev_sidebar_thumbnails_fill_model),
7482         (ev_sidebar_thumbnails_refresh),
7483         (ev_sidebar_tree_selection_changed),
7484         (ev_sidebar_icon_selection_changed),
7485         (ev_sidebar_thumbnails_use_icon_view),
7486         (ev_sidebar_thumbnails_set_document):
7487         * shell/ev-sidebar-thumbnails.h:
7488         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7489         (ev_window_cmd_edit_rotate_right), (ev_window_init):
7490
7491         Refresh thumbnails when changing orientation. Not fully
7492         working yet becuase of a sidebar bug.
7493
7494         Set page orientation to poppler page everywhere. This sucks
7495         really need to fix poppler.
7496
7497 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7498
7499         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7500         (egg_recent_view_gtk_new_menu_item),
7501         (egg_recent_view_gtk_set_property),
7502         (egg_recent_view_gtk_get_property),
7503         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
7504         (egg_recent_view_gtk_set_tooltip_func),
7505         (egg_recent_view_gtk_set_label_width),
7506         (egg_recent_view_gtk_get_label_width):
7507         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7508
7509         Sync with libegg (ellipsize labels)
7510
7511 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7512
7513         * data/evince-ui.xml:
7514         * shell/ev-window.c: (ev_window_cmd_go_forward),
7515         (ev_window_cmd_go_backward):
7516         
7517         Shift + PageUp moves 10 Pages. Fix for 306125
7518
7519 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7520
7521         * pdf/ev-poppler.cc:
7522
7523         Add a flag to check if orientation has been overriden
7524
7525 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
7526
7527         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
7528         field if necessary.
7529
7530         * ps/ps.h: add creator field to document.
7531
7532         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
7533         set creator field.
7534
7535 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7536
7537         * data/evince-properties.glade:
7538         * shell/ev-properties.c: (ev_properties_set_document):
7539
7540         s/PDF Version/Format
7541
7542 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7543
7544         * shell/ev-properties.c: (ev_properties_set_document):
7545
7546         Remove unnecessary translations
7547
7548 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7549
7550         * cut-n-paste/toolbar-editor/Makefile.am:
7551
7552         Correct library name    
7553
7554 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7555
7556         * configure.ac:
7557         * cut-n-paste/recent-files/egg-recent-model.c:
7558         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
7559         (egg_recent_model_unlock_file):
7560         * cut-n-paste/recent-files/egg-recent-util.c:
7561         (egg_recent_util_get_unique_id):
7562         * cut-n-paste/recent-files/update-from-egg.sh:
7563         * cut-n-paste/toolbar-editor/Makefile.am:
7564         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7565         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7566         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7567         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7568         (egg_toolbars_model_get_type):
7569         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7570
7571         Better makefile for toolbar editor and update everything
7572         to latest libegg.
7573
7574 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7575
7576         * shell/ev-window.c: (update_document_mode):
7577
7578         Prefer presentation mode when the document
7579         require fullscreen.
7580
7581 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7582
7583         * data/evince-ui.xml:
7584         * shell/ev-window.c:
7585
7586         Add control-equal for zooming
7587
7588 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
7589
7590         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
7591
7592 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
7593
7594         * backend/ev-document.c: (ev_document_get_orientation):
7595         * backend/ev-document.h:
7596         * pdf/ev-poppler.cc:
7597         * ps/ps-document.c: (ps_document_get_orientation),
7598         (ps_document_set_orientation), (ps_document_document_iface_init):
7599
7600         Add a get_orientation api. Improve set_orientation.
7601
7602         * data/evince-ui.xml:
7603         * shell/ev-view.c: (ev_view_set_orientation),
7604         (ev_view_rotate_right), (ev_view_rotate_left):
7605         * shell/ev-view.h:
7606         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7607         (ev_window_cmd_edit_rotate_right):
7608
7609         Better ui for changing document orientation
7610
7611 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7612
7613         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
7614         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
7615         * shell/ev-sidebar-links.h:
7616         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
7617         (ev_sidebar_page_iface_init):
7618         * shell/ev-sidebar-page.h:
7619         * shell/ev-sidebar-thumbnails.c:
7620         (ev_sidebar_thumbnails_get_property),
7621         (ev_sidebar_thumbnails_class_init),
7622         (ev_sidebar_thumbnails_set_document):
7623         * shell/ev-sidebar-thumbnails.h:
7624         * shell/ev-view.c: (ev_view_motion_notify_event):
7625         * shell/ev-window.c: (update_chrome_visibility),
7626         (ev_window_cmd_focus_page_selector),
7627         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
7628         (sidebar_page_main_widget_update_cb), (ev_window_init):
7629         
7630         Autoraise toolbar on GoToPage binding and fix bindings in
7631         EvSidebarThumbnails page.
7632
7633 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
7634
7635         * shell/ev-properties.c: (update_progress_label):
7636
7637         Hide the progress label when finished; bug #307697.
7638
7639 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7640
7641         * pdf/ev-poppler.cc:
7642
7643         Enable is_open for links, you will need poppler cvs
7644
7645         * shell/ev-properties.c: (job_fonts_finished_cb):
7646
7647         Get a lock on the document when filling the tree view
7648
7649 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7650
7651         * backend/ev-document-links.h:
7652         * pdf/ev-poppler.cc:
7653         * shell/ev-sidebar-links.c: (create_loading_model),
7654         (expand_open_links), (job_finished_callback):
7655
7656         Expand links when specified by the document.
7657         Depend on a poppler api (defined out for now)
7658
7659 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7660
7661         * shell/ev-properties.c: (ev_properties_dispose),
7662         (ev_properties_class_init), (dialog_destroy_cb),
7663         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
7664         (ev_properties_set_document), (ev_properties_new),
7665         (ev_properties_show):
7666         * shell/ev-properties.h:
7667
7668         Make it an object, cleanup the code, api to show it as transient
7669         and to set the document.
7670
7671         * shell/ev-window.c: (ev_window_setup_document),
7672         (ev_window_cmd_file_properties):
7673
7674         Adapt to EvProperties changes, do not show multiple
7675         times, update it when document changes.
7676
7677 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7678
7679         * ps/gstypes.h:
7680         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
7681         (ps_document_set_orientation), (ps_document_document_iface_init):
7682         * ps/ps-document.h:
7683
7684         Implement orientation here too
7685
7686         * shell/ev-properties.c: (ev_properties_new):
7687         * data/evince-properties.glade:
7688
7689         Hide the fonts page for backends that doesnt
7690         support it.     
7691
7692 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7693
7694         * backend/ev-document.c: (ev_document_set_orientation):
7695         * backend/ev-document.h:
7696         * pdf/ev-poppler.cc:
7697
7698         Add orientation api. Currently poppler api is not optimal,
7699         we need to set orientation every time we _get a page.
7700         I will try to fix that at some point.
7701
7702         * data/evince-ui.xml:
7703         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
7704         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
7705
7706         Add orientation menu items
7707
7708         * shell/ev-page-cache.c: (ev_page_cache_clear):
7709         * shell/ev-page-cache.h:
7710
7711         Add api to clear the cache
7712
7713         * shell/ev-view.c: (setup_caches), (clear_caches),
7714         (ev_view_set_document), (ev_view_zoom_out),
7715         (ev_view_set_orientation):
7716         * shell/ev-view.h:
7717
7718         Implement orientation changing
7719
7720 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
7721
7722         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
7723         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
7724         * backend/ev-document-fonts.h:
7725
7726         Separate scan and fill so that we can incrementally fill from
7727         the main thread. Add a progress api.
7728
7729         * data/evince-properties.glade:
7730         * pdf/ev-poppler.cc:
7731         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
7732         * shell/ev-jobs.h:
7733         * shell/ev-properties.c: (update_progress_label),
7734         (job_fonts_finished_cb), (setup_fonts_view):
7735
7736         Incrementally feel the list and show the progress
7737         percentage in a label like acrobat does.
7738
7739         You are going to need poppler cvs
7740
7741 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
7742
7743         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
7744         * backend/ev-document-fonts.h:
7745         * pdf/ev-poppler.cc:
7746
7747         Make fonts model fill incrementally.
7748
7749         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7750         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7751         (ev_job_queue_remove_job):
7752         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7753         (ev_job_fonts_new), (ev_job_fonts_run):
7754         * shell/ev-jobs.h:
7755
7756         New job for fonts scanning
7757
7758         * shell/ev-properties.c: (job_fonts_finished_cb),
7759         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
7760         * shell/ev-properties.h:
7761         * shell/ev-window.c: (ev_window_cmd_file_properties):
7762
7763         Incrementally feel the treeview using the new job. Show Loading...
7764         message until scanning is completed.
7765
7766         Hopefully I didnt break the build without the poppler patch.
7767
7768 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7769
7770         * shell/ev-application.c: (ev_application_open):
7771         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
7772         (ev_document_type_get_type), (ev_document_type_lookup):
7773         * shell/ev-document-types.h:
7774         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
7775         * shell/ev-job-xfer.h:
7776         * shell/ev-window.c: (ev_window_clear_local_uri),
7777         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
7778         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
7779         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7780         
7781         Transfer remote documents to tmp directory to display them later.
7782
7783 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
7784
7785         * backend/ev-document-info.h:
7786         * shell/ev-properties.c: (ev_properties_new):
7787
7788         s/GTime*/GTime. Not sure why we was using a pointer
7789         at all there!
7790
7791 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
7792
7793         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
7794         situations.  That situation is that you're using GTK+-HEAD with
7795         the patch at #306726 is applied, and you have a document with <
7796         1500 pages in it.  It's not quite as uniformly nice as the
7797         TreeView, but should be better in the long run.
7798
7799         I'm pretty sure I guarded against breaking compilation with
7800         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
7801         I missed some.
7802
7803         * shell/ev-window.c (ev_window_init): We don't have our tree/list
7804         widget yet, so I commented that code out
7805         enable_view_actions_for_widget() for now.  Need to figure this
7806         out.
7807
7808         * shell/ev-page-action.c (match_selected_cb): emit the right
7809         signals.  Our cool C-l completion now works.
7810
7811 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7812
7813         * backend/Makefile.am:
7814         * backend/ev-document-fonts.c:
7815         * backend/ev-document-links.c:
7816         * backend/ev-document.c: (ev_document_load):
7817         * backend/ev-document.h:
7818         * backend/ev-job-queue.c:
7819         * backend/ev-job-queue.h:
7820         * backend/ev-jobs.c:
7821         * backend/ev-jobs.h:
7822         * backend/ev-page-cache.c:
7823         * backend/ev-page-cache.h:
7824
7825         EvPageCache and EvJobs are moved to shell.
7826
7827         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
7828         (ev_tmp_filename):
7829         * lib/ev-file-helpers.h:
7830         
7831         New helper to work with temporary files
7832         
7833         * shell/Makefile.am:
7834         * shell/ev-application.c: (ev_application_open):
7835         * shell/ev-application.h:
7836         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
7837         (remove_job_from_async_queue), (add_job_to_async_queue),
7838         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
7839         (handle_job), (search_for_jobs_unlocked),
7840         (no_jobs_available_unlocked), (ev_render_thread),
7841         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7842         (ev_job_queue_add_job), (move_job_async), (move_job),
7843         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7844         * shell/ev-job-queue.h:
7845         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
7846         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
7847         * shell/ev-job-xfer.h:
7848         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
7849         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
7850         (ev_job_links_class_init), (ev_job_render_init),
7851         (ev_job_render_dispose), (ev_job_render_class_init),
7852         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
7853         (ev_job_thumbnail_class_init), (ev_job_load_init),
7854         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
7855         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
7856         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
7857         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
7858         * shell/ev-jobs.h:
7859         * shell/ev-page-action.c: (ev_page_action_set_document):
7860         * shell/ev-page-cache.c: (ev_page_cache_init),
7861         (ev_page_cache_class_init), (ev_page_cache_finalize),
7862         (ev_page_cache_new), (ev_page_cache_get_n_pages),
7863         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
7864         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
7865         (ev_page_cache_get_title), (ev_page_cache_get_size),
7866         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7867         (ev_page_cache_get_height_to_page),
7868         (ev_page_cache_get_max_label_chars),
7869         (ev_page_cache_get_page_label),
7870         (ev_page_cache_has_nonnumeric_page_labels),
7871         (ev_page_cache_get_info), (ev_page_cache_next_page),
7872         (ev_page_cache_prev_page), (ev_page_cache_get):
7873         * shell/ev-page-cache.h:
7874         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
7875         (ev_pixbuf_cache_clear_job_sizes),
7876         (ev_pixbuf_cache_add_jobs_if_needed),
7877         (ev_pixbuf_cache_set_page_range):
7878         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
7879         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
7880         * shell/ev-sidebar-thumbnails.c:
7881         (ev_sidebar_tree_selection_changed),
7882         (ev_sidebar_thumbnails_set_document):
7883         * shell/ev-statusbar.c: (ev_statusbar_destroy),
7884         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
7885         (ev_statusbar_get_context_id), (ev_statusbar_push),
7886         (ev_statusbar_pop), (ev_statusbar_set_maximized),
7887         (ev_statusbar_pulse), (ev_statusbar_show_progress),
7888         (ev_statusbar_set_progress):
7889         * shell/ev-statusbar.h:
7890         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
7891         (ev_view_find_previous):
7892         * shell/ev-window.c: (ev_window_is_empty),
7893         (ev_window_setup_document), (password_dialog_response),
7894         (ev_window_clear_jobs), (ev_window_load_job_cb),
7895         (ev_window_xfer_job_cb), (ev_window_open_uri),
7896         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
7897         (ev_window_print), (ev_window_print_range),
7898         (ev_window_state_event), (ev_window_cmd_view_reload),
7899         (menu_item_select_cb), (menu_item_deselect_cb),
7900         (view_status_changed_cb), (ev_window_dispose),
7901         (drag_data_received_cb), (ev_window_init):
7902         * shell/ev-window.h:
7903         * shell/main.c: (load_files):
7904         
7905         New statusbar to show progress on idle. Two new jobs - 
7906         xfer job and load job to load document in background. And update
7907         of page_cache clients to new location of code.
7908
7909 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
7910   
7911         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
7912         selection in open dialog. It also remembers the last visited directory 
7913         in the current session.
7914
7915 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7916
7917         * shell/ev-properties.c: (ev_properties_new):
7918         * shell/ev-properties.h:
7919         * shell/ev-window.c: (ev_window_cmd_file_properties):
7920         
7921         Get document info from page cache instead of document itself.
7922         This should fix crash related to race conditions described in
7923         bug 306545.
7924
7925 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7926
7927         * ps/ps-document.c: (ps_document_init),
7928         (send_ps), (get_page_box), (output), (catchPipe), (input),
7929         (stop_interpreter), (file_length), (file_readable),
7930         (check_filecompressedb), (ps_document_enable_interpreter),
7931         (document_load), (ps_async_renderer_render_pixbuf):
7932         * ps/ps-document.h:
7933
7934         Big cleanup of the ps code
7935
7936 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7937
7938         * backend/Makefile.am:
7939         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
7940         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
7941         * backend/ev-async-renderer.h:
7942
7943         Add an async renderer interface (method + callback) which
7944         is useful for backends like ps.
7945
7946         * backend/ev-job-queue.c: (remove_job_from_async_queue),
7947         (add_job_to_async_queue), (job_finished_cb), (handle_job),
7948         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7949         (ev_job_queue_add_job), (move_job_async), (move_job),
7950         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7951
7952         Add queues for async renderer, these are executed on the
7953         main thread.
7954
7955         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
7956         (ev_job_render_run):
7957         * backend/ev-jobs.h:
7958
7959         If the backend support async renderer interface use it.
7960
7961         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
7962         (setup_pixmap), (ps_document_get_type),
7963         (ps_async_renderer_render_pixbuf),
7964         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
7965
7966         Implement async renderer interface.
7967
7968 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7969
7970         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
7971
7972         Cleanup links job on exit.
7973
7974 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7975
7976         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7977         (drag_data_get_cb), (drag_data_received_cb):
7978         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7979         (drag_data_get_cb), (parse_item_list),
7980         (egg_toolbar_editor_load_actions):
7981         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7982         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
7983         (parse_item_list), (parse_toolbars):
7984         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7985         (dvi_pixbuf_put_pixel):
7986         
7987         Fix gcc 4.0 warnings
7988
7989 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7990
7991         * ps/ps-document.c: (start_interpreter):
7992
7993         Fix warning when loading ps
7994
7995 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7996
7997         * ps/ps-document.c: (output):
7998
7999         Fix crash when priting gs error messages.
8000
8001 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8002
8003         * backend/ev-page-cache.c: (_ev_page_cache_new):
8004         * backend/ev-page-cache.h:
8005
8006         Use a const to return title so that we dont double
8007         free it. Small cleanup and fix a leak.
8008
8009         * shell/ev-window.c: (update_window_title):
8010
8011         strdup value from get_title.
8012
8013 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8014
8015         * shell/ev-sidebar-links.c: (job_finished_callback),
8016         (ev_sidebar_links_set_document):
8017
8018         Cleanup the old job when changing document
8019
8020 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8021
8022         * shell/ev-stock-icons.c:
8023         * shell/ev-stock-icons.h:
8024         * shell/ev-window.c:
8025         
8026         Add stock icons for actions that can appear in toolbar. Fix for
8027         bug 306566.
8028
8029 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8030
8031         * backend/ev-page-cache.c: (ev_page_cache_finalize),
8032         (_ev_page_cache_new), (ev_page_cache_get_max_width),
8033         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
8034         * backend/ev-page-cache.h:
8035         * shell/ev-view.c: (scroll_to_current_page),
8036         (view_update_range_and_current_page), (get_page_y_offset),
8037         (get_page_extents), (ev_view_size_request_continuous_dual_page),
8038         (ev_view_size_request_continuous),
8039         (ev_view_zoom_for_size_continuous_and_dual_page),
8040         (ev_view_zoom_for_size_continuous):
8041         
8042         More compact EvView layout in document with pages of different size.
8043
8044 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
8045
8046         * shell/ev-window.c (ev_window_cmd_file_properties): fix
8047         compilation.
8048
8049 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8050
8051         * shell/ev-view.c: (view_set_adjustment_values):
8052         * shell/ev-window.c: (ev_window_cmd_file_properties):
8053         
8054         A bit different fix for rounding problem but it has no
8055         problems on startup. Make properties window transient to parent.
8056
8057 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8058
8059         * pdf/ev-poppler.cc:
8060         
8061         More commenting of font stuff.
8062
8063 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8064
8065         * pdf/ev-poppler.cc:
8066
8067         Comment out some more fonts stuff. Should really
8068         work without the poppler patch now.
8069
8070 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8071
8072         * pdf/ev-poppler.cc:
8073
8074         Adapt to api change
8075
8076 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8077
8078         * data/evince-properties.glade:
8079         * pdf/ev-poppler.cc:
8080         * shell/ev-properties.c: (setup_fonts_view):
8081
8082         Set the column title. Show the dialog only
8083         once everything is setup.
8084         Getting font info can be very slow... will
8085         prolly need to make this threaded too.
8086
8087 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8088
8089         * backend/Makefile.am:
8090         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
8091         (ev_document_fonts_get_fonts_model):
8092         * backend/ev-document-fonts.h:
8093         * data/evince-properties.glade:
8094         * pdf/ev-poppler.cc:
8095         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
8096         * shell/ev-properties.h:
8097         * shell/ev-window.c: (ev_window_cmd_file_properties):
8098
8099         Implement fonts list. Defined out for now, since it depends
8100         on a not yet committed poppler patch.
8101
8102 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
8103
8104         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
8105         page + 1.
8106
8107         * shell/ev-window.c: Make sure we add the timeout when we get a
8108         focus-in event.
8109
8110         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
8111         adjustment->value before calculating the zoom factor to average
8112         out all of our rounding errors.  The page no longer 'drifts' when
8113         resizing.
8114
8115 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8116
8117         * data/evince-properties.glade:
8118         * shell/ev-properties.c: (ev_properties_format_date),
8119         (set_property):
8120         
8121         Labels don't expand when the dialogue is resized.
8122         strftime result needs to be converted to UTF-8. Thanks
8123         to Christian Persch <chpe@gnome.org>.
8124
8125 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8126
8127         * data/evince-properties.glade:
8128
8129         Hide the fonts tab
8130
8131 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8132
8133         * backend/ev-document-info.h:
8134         * backend/ev-document.c: (ev_document_info_free):
8135         * data/evince-properties.glade:
8136         * pdf/ev-poppler.cc:
8137         * ps/ps-document.c: (ps_document_get_info):
8138         * shell/ev-properties.c: (ev_properties_format_date),
8139         (set_property), (ev_properties_new):
8140         * shell/ev-properties.h:
8141         * shell/ev-window.c: (ev_window_cmd_file_properties):
8142
8143         Rework properties code to take only EvPropertyInfo
8144         in the constructor so that it can be useful for
8145         nautilus plugin too.
8146
8147         Deal with backends that doesnt support some properties.
8148         Make set property code generic.
8149
8150 2005-06-04  Christian Persch <chpe@gnome.org>
8151
8152         * data/evince-properties.glade:
8153
8154         fix spacings, make resizeable, and make data labels
8155         selectable + ellipsised
8156
8157 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
8158
8159         * backend/ev-document-info.h:
8160         * data/Makefile.am:
8161         * data/evince-ui.xml:
8162         * pdf/ev-poppler.cc:
8163         * shell/Makefile.am:
8164         * shell/ev-window.c: (update_action_sensitivity),
8165         (ev_window_cmd_file_properties):
8166
8167         Initial go at file properties. Patch by
8168         Emil Soleyman-Zomalan <emil@soleyman.com>.
8169         Needs love see #169583
8170
8171 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
8172
8173         * ps/ps-document.c: (output):
8174         * ps/ps.c: (psscan):
8175
8176         Try to render even if psscan fails.
8177
8178 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8179
8180         * ps/ps.c: (psscan), (pscopydoc):
8181
8182         Port buffered reading code from gv
8183
8184 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8185
8186         * ps/ps-document.c: (interpreter_message), (output):
8187
8188         Do not fail on interpreter messages
8189
8190 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8191
8192         * backend/ev-document-misc.c:
8193         (ev_document_misc_get_thumbnail_frame):
8194
8195         Pages can be 0 x 0, dont assert on this case
8196
8197 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8198
8199         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8200         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
8201
8202         Correctly manage our reference on document. Finally the reload
8203         huge leak is gone...
8204
8205 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8206
8207         * ps/ps-document.c: (ps_document_dispose):
8208
8209         Forgot to chain it to the parent. Thanks chpe.
8210
8211 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8212
8213         * ps/ps-document.c: (ps_document_dispose),
8214         (ps_document_class_init), (stop_interpreter), (document_load):
8215
8216         Cleanup dispose a bit. Dont leak the whole pixmap.
8217
8218 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8219
8220         * pdf/ev-poppler.cc:
8221
8222         Release the poppler document on dispose
8223
8224 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8225
8226         * shell/ev-view.c: (ev_view_set_document):
8227
8228         Release ref on the pixbuf cache when changing
8229         document.
8230
8231 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8232
8233         * ps/ps-document.c: (ps_document_get_info):
8234
8235         Fix a double free
8236
8237 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8238
8239         * backend/ev-page-cache.c: (ev_page_cache_init),
8240         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
8241         * backend/ev-page-cache.h:
8242         * shell/ev-page-action.c: (page_changed_cb):
8243         
8244         Set page action entry width depending on labels width. Fix
8245         for bug 305202.
8246
8247 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
8248
8249         * backend/ev-link.c: (ev_link_class_init):
8250
8251         Allow -1 as page value (error)
8252
8253 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8254
8255         * shell/ev-sidebar-thumbnails.c:
8256         (ev_sidebar_thumbnails_set_document):
8257         * shell/ev-view.c: (scroll_to_current_page),
8258         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
8259         (page_changed_cb), (on_adjustment_value_changed),
8260         (ev_view_set_document):
8261
8262         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
8263         Fix bug 305377
8264
8265 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8266
8267         * configure.ac:
8268         * djvu/djvu-document.c: (djvu_document_get_page_size):
8269
8270         Require djvulibre CVS. Now djvu loading is much faster. Fix for
8271         bug 301993.
8272
8273 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
8274
8275         * shell/ev-view.c (draw_one_page): modify the expose handling to
8276         get the shadows.
8277
8278         * shell/ev-window.c (update_action_sensitivity): Respect
8279         permissions field.  Kowtow to the man.
8280
8281         * pdf/ev-poppler.cc: Get the permissions field.
8282
8283         * tiff/*c: Make a tiny bit more robust.
8284
8285 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8286
8287         * djvu/djvu-document.c:
8288         
8289         Pop messages from djvu context message queue.
8290
8291 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8292
8293         * configure.ac, Makefile.am, shell/Makefile.am:
8294         * tiff/Makefile.am, shell/ev-document-types.c:
8295         
8296         Cleanup tiff configure checks. Fix for bug 305218.
8297
8298 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
8299
8300         * configure.ac: Added "uk" to ALL_LINGUAS.
8301
8302 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8303
8304         * cut-n-paste/zoom-control/ephy-zoom.c:
8305         (ephy_zoom_get_changed_zoom_level):
8306         * cut-n-paste/zoom-control/ephy-zoom.h:
8307         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
8308         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
8309         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
8310         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
8311         (zoom_control_changed_cb), (ev_window_init):
8312         
8313         Fix minor points related to moving best fit up. Introduce
8314         "zoom" property and make zoom control change it's value on
8315         notify::zoom signals. Fix for 305080.
8316
8317 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8318
8319         * data/evince-ui.xml:
8320         * shell/ev-window.c: (set_view_actions_sensitivity):
8321         
8322         Use + and - as accels for zoom in and zoom out. Fix for 305001.
8323
8324 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8325
8326         * configure.ac:
8327
8328         Depends on poppler 0.3.2
8329
8330 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8331
8332         * cut-n-paste/recent-files/egg-recent-item.c:
8333         (egg_recent_item_get_short_name):
8334         * cut-n-paste/toolbar-editor/Makefile.am:
8335         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8336         (new_pixbuf_from_widget):
8337         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8338         * cut-n-paste/toolbar-editor/egg-marshal.c:
8339         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8340         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8341
8342         Sync
8343
8344 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
8345
8346         * tiff/tiff-document.c: Rough TIFF backend.
8347
8348 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8349
8350         * NEWS:
8351         * configure.ac:
8352         * cut-n-paste/toolbar-editor/Makefile.am:
8353
8354         Release 0.3.1
8355
8356 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8357
8358         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
8359         (ev_view_find_next), (ev_view_find_previous):
8360
8361         Remove the locks around get_n_results   
8362
8363 2005-05-21  Juerg Billeter  <j@bitron.ch>
8364
8365         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
8366
8367         Pass correct number of pages to poppler.
8368
8369 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8370
8371         * configure.ac:
8372         * data/Makefile.am:
8373         * data/evince.desktop.in: 
8374         * data/evince.desktop.in.in:
8375         * po/POTFILES.in:
8376         
8377         Add conditionally dvi and djvu to desktop types. Fix for 304658.
8378
8379 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
8380
8381         * shell/ev-view.c: (view_update_adjustments),
8382         (view_set_adjustment_values): cast adjustmen->value to (int)
8383         before using it.  Otherwise, we get off by a pixel in some
8384         situations.
8385
8386         (draw_one_page): Draw the border on expose.
8387
8388 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
8389
8390         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
8391         adjustment when the mode changes, #304923
8392
8393 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8394
8395         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
8396         flickering on resize but still use gdk_window_scroll on
8397         scrolling
8398
8399 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
8400
8401         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
8402         option, #170458
8403
8404 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
8405
8406         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
8407         second page on page_changed if possible, #304669
8408
8409 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
8410
8411         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
8412         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
8413
8414 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
8415
8416         * .cvsignore:
8417         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
8418         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8419         (ev_view_zoom_for_size_presentation),
8420         (ev_view_zoom_for_size_continuous_and_dual_page),
8421         (ev_view_zoom_for_size_continuous),
8422         (ev_view_zoom_for_size_dual_page),
8423         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
8424         * shell/ev-view.h:
8425         * shell/ev-window.c: (update_view_size),
8426         (ev_window_sizing_mode_changed_cb):
8427
8428         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
8429         the scrollbars.  It's not 100% right, but it's much closer.  Kills
8430         an infinite loop, #304769
8431
8432
8433 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8434
8435         * data/evince-ui.xml:
8436         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
8437         * shell/ev-window.c: (set_view_actions_sensitivity):
8438
8439         Make PgUp/Down behave like Space
8440
8441 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8442
8443         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8444         * backend/ev-ps-exporter.h:
8445         * pdf/ev-poppler.cc:
8446         * ps/ps-document.c: (ps_document_ps_export_begin):
8447         * shell/ev-print-job.c: (idle_print_handler):
8448
8449         Adapt to new poppler api
8450
8451 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8452
8453         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8454         (ephy_zoom_control_init):
8455
8456         Translate zoom levels
8457
8458 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8459
8460         * cut-n-paste/zoom-control/ephy-zoom.c:
8461         (ephy_zoom_get_zoom_level_index):
8462
8463         Fix current zoom -> zoom control match
8464
8465 2005-05-18  James Bowes  <bowes@cs.dal.ca>
8466
8467         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
8468         rather than the scrolled_window that it's in. Fixes bug #304655.
8469
8470 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
8471
8472         * shell/ev-view.c: (view_update_adjustments),
8473         (view_set_adjustment_values), (view_update_range_and_current_page),
8474         (view_scroll_to_page), (set_scroll_adjustment),
8475         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
8476         (ev_view_scroll), (ev_view_scroll_view),
8477         (ensure_rectangle_is_visible), (find_page_at_location),
8478         (get_link_at_location), (go_to_link), (status_message_from_link),
8479         (ev_view_size_request_continuous_dual_page),
8480         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
8481         (ev_view_unrealize), (ev_view_expose_event),
8482         (ev_view_button_press_event), (ev_view_motion_notify_event),
8483         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
8484         (draw_rubberband), (highlight_find_results), (draw_one_page),
8485         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
8486         (ev_view_init), (find_changed_cb), (page_changed_cb),
8487         (on_adjustment_value_changed), (ev_view_new),
8488         (ev_view_set_document), (ev_view_set_zoom),
8489         (ev_view_set_continuous), (ev_view_set_dual_page),
8490         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
8491         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8492         (ev_view_zoom_for_size_presentation),
8493         (ev_view_zoom_for_size_continuous_dual_page),
8494         (ev_view_zoom_for_size_continuous),
8495         (ev_view_zoom_for_size_dual_page),
8496         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8497         (ev_view_get_status), (ev_view_set_status),
8498         (update_find_status_message), (ev_view_get_find_status),
8499         (ev_view_set_find_status), (jump_to_find_result),
8500         (jump_to_find_page), (compute_selections), (clear_selection),
8501         (ev_view_select_all), (get_selected_text), (ev_view_copy),
8502         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
8503         (ev_view_update_primary_selection),
8504         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
8505         * shell/ev-view.h:
8506         * shell/ev-window.c: (ev_window_open_page_label),
8507         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
8508         (ev_window_init):
8509         * shell/ev-window.h:
8510         * shell/main.c: (load_files):
8511
8512         Massive code clean up from Nickolay Shmyrev.  Keep page offset
8513         when resizing.  Remove the bin_window().  Also, patch from James
8514         Bowes to fix command line page, #300641
8515         
8516 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
8517
8518         * data/evince-ui.xml:
8519         * shell/ev-view.c:
8520         * shell/ev-view.h:
8521         * shell/ev-window.c: (update_action_sensitivity):
8522
8523         Get rid of View->Normal Size, it's just confusing
8524
8525 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
8526
8527         * backend/ev-document-info.h:
8528         * backend/ev-document.c: (ev_document_info_free): Free the
8529         EvDocumentInfo.
8530
8531         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
8532         (clear_range), (add_range), (update_visible_range),
8533         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
8534         (ev_sidebar_thumbnails_set_document):
8535         * shell/ev-window.c: (ev_window_setup_document): Only render the
8536         visible thumbnails.  It takes an instant to render, but it uses
8537         much less memory.
8538
8539 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8540
8541         * shell/ev-sidebar-links.c: (popup_menu_cb):
8542
8543         Select first item
8544
8545 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8546
8547         * lib/Makefile.am:
8548         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
8549         (button_press_cb), (ev_sidebar_links_construct):
8550
8551         Show the popup menu also on keybindings
8552
8553 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8554
8555         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
8556         * shell/ev-window.h:
8557
8558         Expose api to print a range (with dialog). Make private _print use
8559         it.
8560
8561         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
8562         (ev_sidebar_links_construct):
8563
8564         Show a print context menu on linkx, it prints the selected
8565         section.
8566
8567 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
8568
8569         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
8570         button.
8571
8572 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
8573
8574         * AUTHORS:
8575
8576         Update
8577
8578         * shell/ev-window.c: (build_comments_string),
8579         (ev_window_cmd_help_about):
8580
8581         Show poppler version/backend and authors
8582
8583 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8584
8585         * cut-n-paste/zoom-control/ephy-zoom.c:
8586         (ephy_zoom_get_zoom_level_index):
8587         * cut-n-paste/zoom-control/ephy-zoom.h:
8588
8589         Move the best fit items at the top of the list
8590
8591 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8592
8593         * shell/ev-marshal.list:
8594         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
8595         (activate_cb), (match_selected_cb), (activate_link_cb),
8596         (connect_proxy), (ev_page_action_class_init):
8597         * shell/ev-page-action.h:
8598
8599         Use signals to notify action activation. Hopefully
8600         I did not break completion since I cant test...
8601
8602         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
8603         (register_custom_actions):
8604
8605         Connect to page selector actions and also grab focus on
8606         the view when activated.
8607
8608 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
8609
8610         * pdf/ev-poppler.cc:
8611         * backend/ev-page-cache.c: make page size calculation consistent
8612         and set it to (int)( width * scale + 0.5).  This makes the weird
8613         line going through the middle of the page go away.
8614
8615         * shell/ev-view.c: move painting the background page after
8616         checking the expose area covers us.
8617
8618 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8619
8620         * data/evince-password.glade:
8621         
8622         Mark labels as not translatable. Fix for bug 302842.
8623
8624 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
8625
8626         * configure.ac: Added "es" to ALL_LINGUAS.
8627
8628 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8629
8630         * data/evince-toolbar.xml:
8631         * shell/ev-window.c: (update_action_sensitivity),
8632         (ev_window_setup_document), (ev_window_set_page_mode),
8633         (ev_window_init):
8634
8635         Remove some leftover code from jrb first continous
8636         attempt. Use the new actions, we still need good icons
8637         though...
8638
8639 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8640
8641         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
8642
8643         Update label when connecting proxy. Fix a warning with NULL
8644         page_cache.
8645
8646 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8647
8648         * data/evince-ui.xml:
8649         * shell/ev-page-action.c: (ev_page_action_grab_focus):
8650         * shell/ev-page-action.h:
8651         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
8652
8653         Add mnemonic for edit toolbar.
8654         ctrl+l focus the page entry.
8655
8656 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8657
8658         * lib/Makefile.am:
8659         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
8660         (ev_window_init):
8661         * shell/main.c: (main):
8662
8663         Put the toolbar xml in evince own dot dir
8664
8665 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8666
8667         * shell/ev-window.c: (ev_window_init):
8668
8669         Make the toolbar not removable
8670
8671 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8672
8673         * data/evince-ui.xml:
8674         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
8675         * shell/ev-sidebar-links.h:
8676         * shell/ev-sidebar-thumbnails.c:
8677         (ev_sidebar_thumbnails_get_treeview):
8678         * shell/ev-sidebar-thumbnails.h:
8679         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
8680         (ev_view_class_init):
8681         * shell/ev-view.h:
8682         * shell/ev-window.c: (update_action_sensitivity),
8683         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
8684         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
8685         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
8686         (ev_window_init):
8687
8688         This is evil... Make space/backspace global accelerators but
8689         enable them only for some widgets (sidebars and view).
8690         I dont like it, but I dont know a better way... :/
8691
8692 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8693
8694         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
8695         (ev_page_action_widget_finalize),
8696         (ev_page_action_widget_class_init), (update_page_cache):
8697
8698         Keep a weak reference on proxy->page_cache so that we
8699         dont try to disconnect the signal if the object is already
8700         gone. Maybe there is a better way to cleanup reference handling
8701         in page action though...
8702
8703 2005-05-10  Juerg Billeter  <j@bitron.ch>
8704
8705         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8706         * backend/ev-ps-exporter.h:
8707         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
8708         * ps/ps-document.c: (ps_document_ps_export_begin):
8709         
8710         Change api to pass print range to ps_exporter_begin. The pdf backend
8711         requires this information.
8712         
8713         * shell/ev-print-job.c: (idle_print_handler):
8714         
8715         Adapt to api change
8716
8717 2005-05-10  Juerg Billeter  <j@bitron.ch>
8718
8719         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
8720         (idle_print_handler)
8721         * shell/ev-window.c: (ev_window_print):
8722
8723         Support printing page range, based on patch by Amaury Jacquot
8724
8725 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8726
8727         * data/evince-toolbar.xml:
8728
8729         Add zoom control to available items
8730
8731 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8732
8733         * shell/ev-window.c: (update_action_sensitivity):
8734
8735         Set slash action insensitive when appropriate
8736
8737 2005-05-10  Christian Persch <chpe@gnome.org>
8738
8739         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
8740
8741         Fix warning on the overflow menu
8742
8743 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8744
8745         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
8746
8747         Check for uri correctness/existence
8748
8749 2005-05-09  Juerg Billeter  <j@bitron.ch>
8750
8751         * shell/ev-window.c: (using_postscript_printer):
8752
8753         LPD printers use postscript, too
8754
8755 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8756
8757         * shell/ev-window.c: (register_custom_actions):
8758
8759         The zoom one is actually sort of useful,
8760         put it back
8761
8762 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8763
8764         * shell/ev-window.c: (register_custom_actions):
8765
8766         Hide page/zoom controls from overflow, they
8767         are useless.
8768
8769 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8770
8771         * cut-n-paste/update-from-egg.sh:
8772         
8773         Share it between all cut-n-paste subdirs
8774
8775         * cut-n-paste/recent-files/Makefile.am:
8776
8777         Fix to use "global" update-from-egg.sh
8778
8779         * cut-n-paste/recent-files/egg-recent-model.c:
8780         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
8781         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8782         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
8783         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
8784
8785         Update from libegg
8786
8787         * cut-n-paste/toolbar-editor/Makefile.am:
8788
8789         Fix to use "global" update-from-egg.sh
8790
8791         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8792
8793         Update from libegg
8794
8795 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
8796
8797         * configure.ac:
8798         * cut-n-paste/Makefile.am:
8799         * cut-n-paste/recent-files/Makefile.am:
8800         * cut-n-paste/toolbar-editor/.cvsignore:
8801         * cut-n-paste/toolbar-editor/Makefile.am:
8802         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8803         (egg_editable_toolbar_get_type), (get_toolbar_position),
8804         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
8805         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
8806         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
8807         (set_item_drag_source), (create_item_from_action), (create_item),
8808         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
8809         (popup_toolbar_context_menu_cb), (free_dragged_item),
8810         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
8811         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
8812         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
8813         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
8814         (item_added_cb), (item_removed_cb),
8815         (egg_editable_toolbar_construct),
8816         (egg_editable_toolbar_disconnect_model),
8817         (egg_editable_toolbar_deconstruct),
8818         (egg_editable_toolbar_set_model),
8819         (egg_editable_toolbar_set_ui_manager),
8820         (egg_editable_toolbar_set_property),
8821         (egg_editable_toolbar_get_property),
8822         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
8823         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
8824         (egg_editable_toolbar_new_with_model),
8825         (egg_editable_toolbar_get_edit_mode),
8826         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
8827         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
8828         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
8829         (new_pixbuf_from_widget), (new_separator_pixbuf),
8830         (update_separator_image), (style_set_cb),
8831         (_egg_editable_toolbar_new_separator_image),
8832         (egg_editable_toolbar_get_model):
8833         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8834         * cut-n-paste/toolbar-editor/egg-marshal.c:
8835         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8836         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
8837         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
8838         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
8839         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
8840         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
8841         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
8842         (editor_drag_data_delete_cb), (drag_data_get_cb),
8843         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
8844         (editor_create_item), (update_editor_sheet), (setup_editor),
8845         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
8846         (parse_item_list), (model_has_action), (update_actions_list),
8847         (egg_toolbar_editor_load_actions):
8848         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
8849         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8850         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
8851         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
8852         (toolbars_item_new), (free_toolbar_node), (free_item_node),
8853         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
8854         (egg_toolbars_model_add_separator), (impl_add_item),
8855         (parse_item_list), (egg_toolbars_model_add_toolbar),
8856         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
8857         (impl_get_item_data), (impl_get_item_type),
8858         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
8859         (egg_toolbars_model_init), (free_toolbar),
8860         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
8861         (egg_toolbars_model_remove_toolbar),
8862         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
8863         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
8864         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
8865         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
8866         (egg_toolbars_model_get_item_data),
8867         (egg_toolbars_model_get_item_type):
8868         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8869         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8870         * data/Makefile.am:
8871         * data/evince-toolbar.xml:
8872         * data/evince-ui.xml:
8873         * data/hand-open.png:
8874         * po/POTFILES.in:
8875         * shell/Makefile.am:
8876         * shell/ev-window.c: (update_chrome_visibility),
8877         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
8878         (ev_window_dispose), (ev_window_init):
8879
8880         Implement epiphany like toolbar editor. Based on patch by
8881         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8882
8883 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8884
8885         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
8886
8887         Use set_cursor instead of set_selection, so that
8888         the keyboard focus moves too.
8889
8890 2005-05-09  Aleksey Kliger <akliger@gmail.com>
8891
8892         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
8893
8894         Fix infinite loop when loading Type1 fonts
8895
8896 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8897
8898         * data/evince-ui.xml:
8899         * shell/ev-window.c:
8900
8901         Slash -> Find
8902
8903 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
8904
8905         * configure.ac:
8906
8907         Make --disable really disable
8908
8909 2005-05-07  Juerg Billeter  <j@bitron.ch>
8910
8911         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
8912
8913         Compare page labels even without has_labels set, fixes setting page
8914         with entry
8915
8916 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8917
8918         * shell/ev-view.c: (ev_view_create_invisible_cursor),
8919         (ev_view_set_cursor), (ev_view_button_press_event),
8920         (ev_view_motion_notify_event), (ev_view_button_release_event),
8921         (ev_view_init):
8922
8923         Implement middle button scrolling. Based on a patch
8924         by Tommi Komulainen <tommi.komulainen@iki.fi>.
8925
8926 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
8927
8928         * shell/ev-document-types.c: (get_slow_mime_type),
8929         (get_document_type_from_mime), (ev_document_type_lookup):
8930         * shell/ev-document-types.h:
8931
8932         Change api to lookup from uri. Do fast lookup first, if the
8933         type is unknown try with data sniffing.
8934
8935         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
8936         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8937
8938         Adapt to api change
8939
8940 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8941
8942         * thumbnailer/Makefile.am:
8943
8944         Fix distcheck
8945
8946 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8947
8948         * NEWS:
8949         * configure.ac:
8950
8951         Release 0.3.0
8952
8953         * data/evince-ui.xml:
8954
8955         Hide presentation mode for now
8956
8957         * shell/ev-view.c: (highlight_find_results):
8958
8959         Show current find selection only on current page
8960
8961 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8962
8963         * shell/ev-view.c: (ev_view_select_all):
8964
8965         Compute size of the actual page, not of
8966         the current one.
8967
8968 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8969
8970         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
8971         (view_rect_to_doc_rect), (compute_selections),
8972         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
8973         (ev_view_copy), (ev_view_primary_get_cb),
8974         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
8975         (ev_view_button_press_event), (ev_view_motion_notify_event),
8976         (ev_view_button_release_event), (page_changed_cb):
8977
8978         Fix text selection
8979
8980 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8981
8982         * shell/ev-view.c: (compute_border), (get_page_extents),
8983         (doc_rect_to_view_rect), (highlight_find_results),
8984         (ev_view_bin_expose), (ev_view_select_all),
8985         (ev_view_motion_notify_event), (update_find_status_message),
8986         (jump_to_find_result), (jump_to_find_page):
8987
8988         First go at fixing search, still buggy
8989
8990 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
8991
8992         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
8993         dropdown box and button at the top of the sidebar.
8994
8995 2005-05-02  James Bowes  <bowes@cs.dal.ca>
8996
8997         * configure.ac: Output zoom-control Makefile.
8998         * cut-n-paste/Makefile.am: build zoom-control subdir.
8999         * cut-n-paste/zoom-control/ephy-zoom-action.c:
9000         * cut-n-paste/zoom-control/ephy-zoom-action.h:
9001         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9002         * cut-n-paste/zoom-control/ephy-zoom-control.h:
9003         * cut-n-paste/zoom-control/ephy-zoom.c:
9004         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
9005         from epiphany, and modified to add a separator into the menu.
9006         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
9007         * data/evince-ui.xml: Replace old zoom toolbar actions with new
9008         zoom-control action.
9009         * shell/Makefile.am: Include zoom-control flags.
9010         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
9011         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
9012         (ev_view_zoom_for_size_presentation),
9013         (ev_view_zoom_for_size_continuous_and_dual_page),
9014         (ev_view_zoom_for_size_continuous),
9015         (ev_view_zoom_for_size_dual_page),
9016         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
9017         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
9018         ev_view_get_zoom and ev_view_get_sizing_mode.
9019         * shell/ev-view.h:
9020         * shell/ev-window.c: (update_action_sensitivity),
9021         (update_sizing_buttons), (zoom_control_changed_cb),
9022         (register_custom_actions): Initialize and use the zoom-control 
9023         widget.
9024
9025 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
9026
9027         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
9028         preview cache back to 1.  Don't know when it got set to 0.
9029         
9030         * shell/ev-view.c: (compute_border), (ev_view_realize),
9031         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
9032         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
9033         (ev_view_get_fullscreen), (ev_view_set_presentation),
9034         (ev_view_get_presentation), (ev_view_set_sizing_mode),
9035         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
9036         * shell/ev-view.h:
9037         * shell/ev-window.c:
9038         (update_chrome_visibility),
9039         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9040         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9041         (update_document_mode), (ev_window_update_fullscreen_action),
9042         (ev_window_fullscreen), (ev_window_unfullscreen),
9043         (ev_window_cmd_view_fullscreen),
9044         (ev_window_update_presentation_action),
9045         (ev_window_run_presentation), (ev_window_stop_presentation),
9046         (ev_window_cmd_view_presentation), (ev_window_state_event),
9047         (ev_window_focus_in_event), (ev_window_focus_out_event),
9048         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
9049         * data/evince-ui.xml: Initial presentation mode.  We should
9050         probably hide this until it's done, as it's quite rough.  Also,
9051         change full-screen to fullscreen and add two getters to EvView.
9052
9053 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9054
9055         * shell/ev-page-action.c: (update_page_cache),
9056         (ev_page_action_dispose):
9057         * shell/ev-window.c: (destroy_fullscreen_popup),
9058         (ev_window_create_fullscreen_popup):
9059
9060         Use connect_object rather than explicitly
9061         disconnect on dispose.
9062
9063 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9064
9065         * shell/ev-page-action.c: (update_page_cache),
9066         (ev_page_action_dispose):
9067
9068 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9069
9070         * backend/ev-page-cache.c: (_ev_page_cache_new),
9071         (ev_page_cache_set_page_label),
9072         (ev_page_cache_has_nonnumeric_page_labels):
9073         * backend/ev-page-cache.h:
9074         * shell/ev-page-action.c: (update_pages_label):
9075         
9076         If all page labels are numeric, fallback to default
9077         way to display number of pages. See bug 173185.
9078
9079 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9080
9081         * shell/ev-page-action.c: (ev_page_action_dispose):
9082         * shell/ev-view.c: (view_update_range_and_current_page):
9083         * shell/ev-window.c: (ev_window_dispose):
9084         
9085         Set page on scroll in continuous mode. Fixes bug 301986.
9086         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
9087
9088 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
9089
9090         * configure.ac:
9091
9092         Require poppler 0.3.0
9093
9094 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9095         
9096         * shell/Makefile.am, configure.ac: Fix build problems
9097         with t1lib. Bug 301996.
9098
9099 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9100
9101         * shell/ev-view.c: (ev_view_scroll_event):
9102         
9103         Scroll up increase zoom
9104
9105 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9106
9107         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
9108         (ev_view_set_sizing_mode),
9109         (ev_view_zoom_for_size_continuous_and_dual_page),
9110         (ev_view_zoom_for_size_continuous):
9111         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
9112         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
9113         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
9114         (ev_window_init):
9115
9116         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
9117         Fix for 165473 and 165472.
9118
9119 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9120
9121         * po/POTFILES.in:
9122         * thumbnailer/Makefile.am:
9123         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
9124         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
9125         * thumbnailer/evince-thumbnailer.schemas.in:
9126         
9127         Make thumbnailer schemas translatable. Fix for bug 301773
9128         
9129         * thumbnailer/evince-thumbnailer-djvu.schemas:
9130         * thumbnailer/evince-thumbnailer-dvi.schemas:
9131         * thumbnailer/evince-thumbnailer.schemas:
9132
9133         Removed files
9134
9135 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
9136
9137         * shell/ev-view.c (ev_view_init): forgot to set this.
9138
9139 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
9140
9141         * shell/ev-view.c: (find_page_at_location),
9142         (get_link_at_location),
9143         (ev_view_set_show_border), (ev_view_set_spacing),
9144         (ev_view_zoom_for_size_continuous_and_dual_page),
9145         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
9146         Also, add a quick fix measuring of widths.  Also, removed
9147         ev_view_set_spacing and ev_view_set_show_border.
9148         
9149         * shell/ev-window.c: (ev_window_unfullscreen),
9150         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
9151
9152 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9153
9154         * shell/ev-view.c: (view_update_range_and_current_page),
9155         (page_changed_cb):
9156         
9157         Fix crash on exit and scrolling to page in continuous view.
9158
9159 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
9160
9161         * TODO:
9162         * backend/ev-page-cache.c: (_ev_page_cache_new),
9163         (ev_page_cache_get_max_width_size),
9164         (ev_page_cache_get_max_height_size):
9165         * backend/ev-page-cache.h:
9166         * data/evince-ui.xml:
9167         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
9168         * shell/ev-view.c: (view_update_adjustments),
9169         (view_update_range_and_current_page), (get_bounding_box_size),
9170         (ev_view_size_request_continuous_and_dual_page),
9171         (ev_view_size_request_continuous),
9172         (ev_view_size_request_dual_page),
9173         (ev_view_size_request_single_page), (ev_view_size_request),
9174         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
9175         (ev_view_bin_expose), (ev_view_expose_event),
9176         (ev_view_set_property), (ev_view_get_property),
9177         (ev_view_class_init), (ev_view_init), (ev_view_new),
9178         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
9179         (ev_view_set_dual_page), (ev_view_set_full_screen),
9180         (ev_view_set_presentation), (ev_view_set_sizing_mode),
9181         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
9182         (ev_view_zoom_out), (zoom_for_size_fit_width),
9183         (zoom_for_size_best_fit),
9184         (ev_view_zoom_for_size_continuous_and_dual_page),
9185         (ev_view_zoom_for_size_continuous),
9186         (ev_view_zoom_for_size_dual_page),
9187         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9188         (ev_view_show_cursor), (ev_sizing_mode_get_type):
9189         * shell/ev-view.h:
9190         * shell/ev-window.c: (update_action_sensitivity),
9191         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9192         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9193         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
9194         (ev_window_cmd_view_zoom_out), (update_view_size),
9195         (ev_window_set_sizing_mode), (ev_window_init):
9196
9197         Add Continuous and Dual page modes.
9198
9199 2005-04-23  James Bowes  <bowes@cs.dal.ca>
9200
9201         * dvi/dvi-document.c: (dvi_document_load),
9202         (dvi_document_thumbnails_get_thumbnail),
9203         (dvi_document_init_params): Fix up some mixups between
9204         width and height to correct thumbnail rendering.
9205
9206 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9207
9208         * dvi/mdvi-lib/private.h:
9209         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
9210         
9211         Suppess output for kpathsea during font generation. Thanks to
9212         James Bowes
9213
9214 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
9215
9216         * NEWS:
9217         * configure.ac:
9218
9219         Release 0.2.1
9220
9221         * Makefile.am: fix distcheck.
9222
9223 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9224
9225         * shell/ev-sidebar-links.c: (selection_changed_callback),
9226         (update_page_callback), (row_activated_callback),
9227         (job_finished_callback), (ev_sidebar_links_set_document):
9228         
9229         Fix for bug #169901. Double click on links expands tree.
9230
9231 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
9232
9233         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
9234         hard-coded style. Fix for bug 170111
9235
9236 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
9237
9238         * shell/ev-view.c (highlight_find_results): Remove unnecessary
9239         locking.
9240
9241 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9242
9243         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
9244
9245 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
9246
9247         * pdf/ev-poppler.cc:
9248         * shell/ev-view.c: (highlight_find_results):
9249
9250         Fix find on single page documents
9251
9252 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9253
9254         * data/evince.schemas.in: fix for bug 301390
9255
9256 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9257
9258         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
9259         (ev_view_zoom_out), (ev_view_zoom_normal):
9260         * shell/ev-view.h:
9261         * shell/ev-window.c: (update_action_sensitivity),
9262         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9263         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
9264         (ev_window_cmd_view_normal_size):
9265
9266         Fix normal size zoom. Make zoom in/zoom out unsensitive when
9267         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
9268         better than oom. 
9269
9270 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9271
9272         * configure.ac:
9273
9274         Depend on 2.57, 2.59 doesnt seem to be necessary
9275
9276 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9277
9278         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
9279         (create_tool_item):
9280
9281         Put back total number of pages as (1 of 1234)
9282
9283 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
9284
9285         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
9286         remove the job.
9287
9288         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
9289         function.  This helps debugging.
9290
9291 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9292
9293         * djvu/djvu-document.c: (djvu_document_class_init),
9294         (djvu_document_get_info), (djvu_document_document_iface_init):
9295         * dvi/dvi-document.c: (dvi_document_class_init),
9296         (dvi_document_get_info), (dvi_document_document_iface_init):
9297
9298         Dummy implementation of get_info method for dvi and
9299         djvu. Fix crashes with those backends
9300
9301 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
9302
9303         * data/evince.desktop.in:
9304
9305         Add application/x-gzpostscript
9306
9307 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
9308
9309         * data/evince.schemas.in: Added real long descriptions, 
9310         closes bug 172496 
9311
9312         * README: Added actual text, closes bug 171869
9313
9314 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9315
9316         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9317
9318         Thumbnail page 0
9319
9320 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9321
9322         * backend/ev-document-info.h:
9323
9324         s/GDate */GDate so we can just use g_free
9325
9326 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9327
9328         * shell/ev-window.c: (update_document_mode),
9329         (ev_window_setup_document):
9330
9331         Show the window in fullscreen when specified by
9332         the document
9333
9334 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9335
9336         * backend/ev-document.c: (ev_document_class_init),
9337         (ev_document_get_info), (ev_document_render_pixbuf):
9338         * backend/ev-document.h:
9339         * backend/ev-page-cache.c: (_ev_page_cache_new):
9340         * pdf/ev-poppler.cc:
9341         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
9342         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
9343         * ps/ps-document.c: (ps_document_class_init), (document_load),
9344         (ps_document_get_info), (ps_document_document_iface_init):
9345
9346         Remove get_title from the interface, we can just use document info
9347
9348 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9349
9350         * backend/Makefile.am:
9351         * backend/ev-document.c: (ev_document_render_get_info):
9352         * backend/ev-document.h:
9353         * pdf/ev-poppler.cc:
9354
9355         Initial support for document info. Based on jrb patch.
9356
9357 2005-04-19  Paolo Borelli <pborelli@katamail.com>
9358
9359         * shell/ev-window.c: (ev_window_state_event),
9360         (ev_window_class_init), (ev_window_init):
9361         
9362         Doesn't show resize grip when maximized. See bug #301053
9363
9364 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9365
9366         * po/POTFILES.in:
9367         
9368         ev-sidebar-thumbnails now has translatable labels
9369         
9370         * shell/Makefile.am:
9371         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
9372         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
9373         (ev_sidebar_links_page_iface_init):
9374         * shell/ev-sidebar-links.h:
9375         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9376         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
9377         (ev_sidebar_page_get_label):
9378         * shell/ev-sidebar-page.h:
9379         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
9380         (ev_sidebar_thumbnails_set_document),
9381         (ev_sidebar_thumbnails_support_document),
9382         (ev_sidebar_thumbnails_get_label),
9383         (ev_sidebar_thumbnails_page_iface_init):
9384         * shell/ev-sidebar-thumbnails.h:
9385         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
9386         (ev_sidebar_set_document):
9387         * shell/ev-sidebar.h:
9388         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
9389         
9390         Small rework of sidebar code. Now sidebar pages should implement
9391         EvSidebarPage interface. That makes page management in EvSidebar
9392         easier. See bug #164811 for details
9393
9394 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9395
9396         * shell/ev-application.c: (ev_application_open):
9397         * shell/ev-document-types.c:
9398         
9399         Fix build error and small problem with application exit
9400
9401 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9402
9403         * thumbnailer/Makefile.am:
9404         * thumbnailer/evince-thumbnailer-djvu.schemas:
9405         * thumbnailer/evince-thumbnailer-dvi.schemas:
9406         
9407         Conditionally install schemas for djvu/dvi thumbnailer
9408
9409 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
9410
9411         * shell/ev-document-types.h: 
9412         * shell/ev-document-types.c: 
9413         New files, handling the mapping from mimetypes to backends
9414         
9415         * shell/ev-window.c: 
9416         * thumbnailer/evince-thumbnailer.c:     
9417         Use the ev-document-types code
9418         
9419         * shell/Makefile.am: 
9420         Added new convenience library libevbackendfactory_la, containing
9421         the new mimetype->backend logic; moved the backends into it.
9422
9423         * thumbnailer/Makefile.am:
9424         Make the thumbnailer link with the libevbackend.la convenience
9425         library, rather than having a duplicate of the backend logic here.
9426
9427 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
9428
9429         * shell/ev-stock-icons.c: constify some vars.
9430         * shell/ev-window.c: ditto.
9431
9432 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
9433
9434         * ps/ps-document.c (get_page_orientation):
9435
9436         Respect document orientation 
9437
9438 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9439
9440         * djvu/Makefile.am:
9441         * dvi/Makefile.am:
9442         * shell/Makefile.am:
9443         
9444         Move library dependencies to components.
9445         
9446         * shell/ev-window.c: (update_window_title),
9447         (start_loading_document):
9448         
9449         Fix display of uris with spaces. Bug 168358.
9450
9451 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
9452
9453         * shell/ev-sidebar-links.c: (selection_changed_cb):
9454         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
9455         (ev_view_button_release_event), (ev_view_set_document):
9456         * shell/ev-view.h:
9457         * shell/ev-window.c: (find_bar_search_changed_cb):
9458         * shell/ev-window.h: Minor cleanups removing some dead code.
9459
9460 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9461
9462         * backend/ev-page-cache.c: (_ev_page_cache_new):
9463         
9464         Set current page to 0 if document has pages.
9465
9466 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9467
9468         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9469
9470         Initialize GError to NULL, fix a crash when loading fails.
9471
9472 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9473
9474         * shell/ev-window.c: (update_view_size):
9475
9476         Calculate shadow size only when there is actually
9477         a shadow.
9478
9479 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9480
9481         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
9482         * shell/ev-view.h:
9483
9484         Allow setting view spacing, default to 0
9485
9486         * shell/ev-window.c: (ev_window_unfullscreen),
9487         (ev_window_cmd_view_fullscreen), (ev_window_init):
9488
9489         Remove spacing in fullscreen mode
9490
9491 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9492
9493         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
9494         (ev_view_size_request), (expose_bin_window),
9495         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
9496         * shell/ev-view.h:
9497         * shell/ev-window.c: (ev_window_unfullscreen),
9498         (ev_window_cmd_view_fullscreen):
9499
9500         Do not draw the border in fulscreen
9501
9502 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9503
9504         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
9505         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
9506         (find_page_at_location), (page_changed_cb):
9507
9508         Rework border calculation, so that I can more easily disable it.
9509         Code somewhat cleaner too.
9510
9511 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9512
9513         * backend/ev-page-cache.c: (ev_page_cache_init),
9514         (_ev_page_cache_new):
9515
9516         Remove some assertions, documents can have 0 pages.
9517         Make initial current page -1.
9518
9519         * shell/ev-page-action.c: (page_changed_cb):
9520
9521         Show "" if current page is -1
9522
9523         * shell/ev-window.c: (update_action_sensitivity),
9524         (ev_window_setup_document):
9525
9526         When document has 0 pages do not set the view
9527         and make nearly everything insensitive.
9528
9529 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9530
9531         * shell/ev-page-view.c:
9532         * shell/ev-page-view.h:
9533
9534         Remove unused files.
9535         
9536         * shell/ev-sidebar-thumbnails.c:
9537         (ev_sidebar_thumbnails_set_document):
9538         * shell/ev-sidebar.c: (ev_sidebar_set_document),
9539         (ev_sidebar_supports_document):
9540         * shell/ev-sidebar.h:
9541         * shell/ev-window.c: (ev_window_setup_document):
9542         
9543         Doesn't show thumbnails if document has 1 page. Make
9544         sidebar menu entries sensitive only if if they have 
9545         sense. Fix bug 164811. 
9546
9547 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9548
9549         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
9550         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
9551         (ev_view_zoom_out), (ev_view_set_size):
9552
9553         Rework sizing to deal with documents with not uniform page
9554         size.
9555
9556 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9557
9558         * backend/ev-page-cache.c: (_ev_page_cache_new):
9559
9560         Fix several page size caching bugs
9561
9562 2005-04-15  Luca Ferretti <elle.uca@libero.it>
9563
9564         * shell/ev-window.c: (set_action_properties):
9565
9566         Make all toolbar items translatable
9567
9568 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9569
9570         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
9571         (save_page_list), (ps_document_save),
9572         (ps_document_document_iface_init), (ps_document_ps_export_begin),
9573         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
9574         (ps_document_ps_exporter_iface_init):
9575         * ps/ps-document.h:
9576
9577         Based on a patch by J�rg Billeter <j@bitron.ch>
9578         
9579         Implement print and save a copy for the ps backend.
9580
9581 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
9582
9583         * backend/ev-document.h:
9584         * djvu/djvu-document.c: (djvu_document_can_get_text),
9585         (djvu_document_document_iface_init):
9586         * dvi/dvi-document.c: (dvi_document_can_get_text),
9587         (dvi_document_document_iface_init):
9588         * pdf/ev-poppler.cc:
9589         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
9590         (pixbuf_document_document_iface_init):
9591         * ps/ps-document.c: (ps_document_can_get_text),
9592         (ps_document_document_iface_init):
9593         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
9594         * shell/ev-window.c: (update_action_sensitivity):
9595
9596         Fix the crash when trying to copy in backends that doesnt
9597         support it. We can implement a better solution once we
9598         do real text selection.
9599
9600 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
9601
9602         * data/evince-ui.xml:
9603         * shell/ev-window.c: (ev_window_cmd_escape):
9604         
9605         Work around the Escape conflict (find bar and unfullscreen)
9606
9607 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9608
9609         * backend/ev-page-cache.c: (ev_page_cache_next_page):
9610         
9611         Fix for #300233. Next page correctly handles document end.
9612         
9613         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9614         (ev_sidebar_thumbnails_class_init),
9615         (ev_sidebar_thumbnails_set_document),
9616         (ev_sidebar_thumbnails_clear_job),
9617         (ev_sidebar_thumbnails_clear_model):
9618         
9619         Cleanup thumbnail jobs on document changes.
9620         
9621         * shell/ev-view.c: (add_scroll_binding_keypad),
9622         (add_scroll_binding_shifted), (ev_view_class_init):
9623         
9624         Shift + Space scrolls up. Fix for #173184
9625         
9626         * shell/ev-window.c: (ev_window_open_page),
9627         (ev_window_cmd_view_reload):
9628         
9629         Fix reload (Bug #300094)
9630
9631 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9632
9633         
9634         * dvi/mdvi-lib/assoc.c:
9635         * dvi/mdvi-lib/assoc.h: Removed garbage files
9636         
9637         * dvi/mdvi-lib/bitmap.c:
9638         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
9639         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
9640         * dvi/mdvi-lib/color.h: Antialias of rules
9641         
9642         * dvi/mdvi-lib/common.h:
9643         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
9644         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
9645         * dvi/mdvi-lib/files.c:
9646         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
9647         * dvi/mdvi-lib/mdvi.h:
9648         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9649         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
9650         * dvi/mdvi-lib/util.c: Fix compile warnings
9651         
9652         * dvi/dvi-document.c:
9653         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
9654         (dvi_document_thumbnails_get_thumbnail),
9655         (dvi_document_document_thumbnails_iface_init):
9656         * dvi/mdvi-lib/Makefile.am:
9657         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9658         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
9659         
9660         Dvi backend now renders thumbnails
9661
9662 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
9663
9664         * shell/main.c: (main): 
9665         
9666         Save accelerators on exit. Fixes bug #172095.
9667
9668 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
9669
9670         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
9671         update priority" comment.
9672
9673         * backend/ev-job-queue.c: Give a way to change priority.
9674
9675 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
9676
9677         * shell/ev-page-action.c: Fix logic.
9678
9679 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9680
9681         * shell/ev-view.c: (ev_view_can_find_next):
9682         * shell/ev-window.c: (ev_window_setup_document):
9683
9684         Check that the document supports find
9685
9686 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9687
9688         * data/evince-ui.xml:
9689         * shell/ev-view.c: (ev_view_can_find_next):
9690         * shell/ev-view.h:
9691         * shell/ev-window.c: (update_action_sensitivity),
9692         (find_changed_cb), (ev_window_setup_document),
9693         (ev_window_cmd_edit_find_next):
9694
9695         Add Edit->Find Next
9696
9697 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9698
9699         * pdf/ev-poppler.cc:
9700         * shell/ev-print-job.c: (idle_print_handler):
9701
9702         Make printing work again
9703
9704 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
9705
9706         * shell/ev-page-action.h:
9707         * shell/ev-page-action.c: (ev_page_action_widget_init),
9708         (ev_page_action_widget_class_init), (page_changed_cb),
9709         (create_tool_item), (update_page_cache), (build_new_tree_cb),
9710         (get_filter_model_from_model), (match_selected_cb),
9711         (display_completion_text), (match_completion), (update_model),
9712         (connect_proxy), (ev_page_action_set_property),
9713         (ev_page_action_get_property), (ev_page_action_set_document),
9714         (ev_page_action_set_model), (ev_page_action_class_init): Big
9715         reworking to make completions work iff we have >= GTK-2.7.0
9716                 
9717         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
9718         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
9719         (job_finished_cb): We now have a 'model' property that is set when
9720         the links are loaded.  This can be caught with "notify::model"
9721
9722         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
9723         listen for the model to be set, and propagate it to the action.
9724
9725 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9726
9727         * cut-n-paste/recent-files/egg-recent-item.c:
9728         (egg_recent_item_set_uri), (make_valid_utf8),
9729         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
9730         * cut-n-paste/recent-files/egg-recent-item.h:
9731         
9732         Update egg-recent from libegg. This should fix long
9733         startup problem. For details see
9734         http://bugzilla.gnome.org/show_bug.cgi?id=160531
9735
9736 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9737
9738         * cut-n-paste/recent-files/Makefile.am:
9739         * data/evince-ui.xml, shell/Makefile.am:
9740         * shell/ev-application.c, shell/ev-application.h:
9741         * shell/ev-window.c: Recent files support.
9742         
9743         * configure.ac: Added "ru" to ALL_LINGUAS.
9744         
9745         * dvju: new backend to support DJVU files.
9746         * dvi: new backend to support DVI.
9747
9748         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
9749         * ev-application.c: Support for new backends.
9750         
9751         * help, ev-window.c, main.c shell/Makefile.am: 
9752         Evince user documentation.
9753
9754 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9755
9756         * po/POTFILES.in:
9757         * shell/ev-window.c:
9758         * thumbnailer/evince-thumbnailer.c:
9759
9760         s/pdf-document/ev-poppler
9761
9762 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9763
9764         * NEWS:
9765         * configure.ac:
9766
9767         Release 0.2.0
9768
9769         * ps/ps-document.c: (setup_pixmap):
9770
9771         Remove debug code
9772
9773 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
9774
9775         * backend/ev-page-cache.c (ev_page_cache_next_page): 
9776         * shell/ev-window.c (ev_window_cmd_go_next_page) 
9777         (ev_window_cmd_go_first_page): Fix of by one errors.
9778
9779 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9780
9781         * ps/ps-document.c: (get_page_box):
9782
9783         Fix page size calculation
9784
9785 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9786
9787         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9788         (ps_document_cleanup), (setup_pixmap), (get_page_box),
9789         (get_page_orientation), (setup_page), (document_load),
9790         (ps_document_get_page_size), (render_pixbuf_idle):
9791         * ps/ps-document.h:
9792
9793         More refactoring to adapt to EvDocument changes
9794
9795 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9796
9797         * ps/ps-document.c: (start_interpreter):
9798
9799         Actually add alpha args
9800
9801 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9802
9803         * pdf/ev-poppler.cc:
9804
9805         Make clipboard work again
9806
9807 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
9808
9809         Make searching work again.
9810         
9811         * backend/ev-document.c:
9812         * backend/ev-document.h:
9813         * backend/ev-document-find.c:
9814         * backend/ev-document-find.h: Change EvDocumentIface so we no
9815         longer store the current page or zoom level in the document.  The
9816         consequence is that all calls that operate on the current page now
9817         instead take the page number as an extra argument, and all
9818         coordinates are now doubles in document coordinate system.
9819
9820         * pdf/ev-poppler.cc:
9821         * pixbuf/pixbuf-document.c:
9822         * ps/ps-document.c: Update backends accordingly.
9823
9824 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
9825
9826         * autogen.sh:
9827
9828         Add required gettext version
9829
9830 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
9831
9832         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
9833         make F1 bring up non-existent help.
9834
9835         * shell/eggfindbar.c: Patch from Christian Persch to sync to
9836         epiphany's find bar, #167477
9837
9838         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
9839         <emil@nishra.com> to add space-bar scrolling, 
9840
9841         * shell/ev-window.c (static GtkActionEntry entries): add default
9842         keybinding for Help (F1)
9843         Fixes #171068
9844
9845         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
9846         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
9847         170110
9848
9849 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
9850
9851         * Makefile.am: 
9852         * pixbuf/pixbuf-document.c: 
9853
9854         Got pixbuf backend working again
9855
9856 2005-04-01  Steve Murphy  <murf@e-tools.com>
9857
9858         * configure.in: Added "rw" to ALL_LINGUAS.
9859
9860 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
9861
9862         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
9863         model types, noticed by Martin Kretzschmar.
9864
9865 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
9866
9867         * pdf/ev-poppler.cc: Implement search based on
9868         poppler_page_find_text().  Currently a bit crude since we remember
9869         all matches from all pages.  Also, we grab the big document lock
9870         when we search since searching changes the underlying stream and
9871         thus conflicts with the rendering thread.
9872         
9873         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
9874         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
9875         (ev_view_find_previous): Fix some page indexes to be 0 based,
9876         offset rubber band by view offset,
9877
9878 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
9879
9880         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
9881
9882 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
9883
9884         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
9885         completely because I didn't understand GtkActions.  I should
9886         read Marco's code more carefully in the future.
9887
9888         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
9889         function
9890
9891 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
9892
9893         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
9894         PopplerRectangle change from poppler CVS.
9895
9896 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
9897
9898         * backend/ev-document.c: (ev_document_get_page_label):
9899         * backend/ev-document.h:
9900         * backend/ev-page-cache.c: (_ev_page_cache_new),
9901         (ev_page_cache_get_page_label):
9902         * backend/ev-page-cache.h:
9903         * pdf/ev-poppler.cc:
9904         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
9905         (links_page_num_func):
9906         * shell/ev-sidebar-thumbnails.c:
9907         (ev_sidebar_thumbnails_set_document):
9908         * shell/ev-view.c: (status_message_from_link),
9909         (ev_view_motion_notify_event):
9910         * shell/ev-window.c: (document_supports_sidebar): Add in page
9911         label support.  It's not perfect yet, but it's the first 'feature'
9912         in a while.
9913         Also, fix a bogus comment noticed by crispin. 
9914
9915 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
9916
9917         * Makefile.am: Remove pixbuf backend for now
9918
9919         * configure.ac: Require poppler-glib instead of just poppler.
9920
9921         * backend/ev-document-thumbnails.h: Add a comment
9922
9923         * backend/ev-document.h:
9924         * backend/ev-document.c: (ev_document_class_init),
9925         (ev_document_load), (ev_document_get_link),
9926         (ev_document_get_links): Remove 3 methods and add get_links.
9927         Also, made 0 based.
9928
9929         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9930         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
9931
9932         * backend/ev-link.c: (ev_link_set_title),
9933         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
9934         (ev_link_mapping_find):
9935         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
9936         
9937         * backend/ev-page-cache.c: (ev_page_cache_init),
9938         (_ev_page_cache_new), (ev_page_cache_set_current_page),
9939         (ev_page_cache_get_size), (ev_page_cache_next_page),
9940         (ev_page_cache_prev_page): Fix to be 0 based.
9941
9942         * pdf/Makefile.am: 
9943         * pdf/ev-poppler.h:
9944         * pdf/ev-poppler.cc: New backend.
9945         
9946         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
9947         (ps_document_get_page), (ps_document_document_iface_init):
9948
9949         * shell/ev-pixbuf-cache.h:
9950         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9951         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
9952         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
9953         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
9954         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
9955         Fix up code to grab a page cache per each doc.  Also, fix to be 0
9956         based.
9957         
9958         * shell/ev-sidebar-thumbnails.c:
9959         (ev_sidebar_tree_selection_changed), (page_changed_cb),
9960         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
9961
9962         * shell/ev-view.c: (status_message_from_link),
9963         (find_page_at_location), (get_link_at_location),
9964         (ev_view_motion_notify_event), (ev_view_button_release_event),
9965         (ev_view_init): Use the new link code.  Fix to be 0 based.
9966
9967         * shell/ev-window.c: (update_action_sensitivity),
9968         (document_supports_sidebar): 0 based.
9969
9970 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
9971
9972         * pdf/pdf-document.cc: Patch from Fernando Herrera
9973         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
9974         *blush*
9975
9976 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
9977
9978         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
9979         1 to the page, as this seems to be 1 based.  I thought we has this
9980         fixed.  grump.
9981
9982 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
9983
9984         * TODO:
9985         * backend/Makefile.am:
9986         * backend/ev-document-links.c:
9987         (ev_document_links_has_document_links),
9988         (ev_document_links_get_links_model):
9989         * backend/ev-document-links.h:
9990         * backend/ev-document.c: (ev_document_get_page_cache),
9991         (ev_document_get_doc_mutex), (ev_document_load),
9992         (ev_document_save), (ev_document_get_title),
9993         (ev_document_get_n_pages), (ev_document_set_page),
9994         (ev_document_get_page), (ev_document_set_target),
9995         (ev_document_set_scale), (ev_document_set_page_offset),
9996         (ev_document_get_page_size), (ev_document_get_text),
9997         (ev_document_get_link), (ev_document_render),
9998         (ev_document_render_pixbuf), (ev_document_scale_changed):
9999         * backend/ev-document.h:
10000         * backend/ev-job-queue.c: (remove_object_from_queue),
10001         (notify_finished), (handle_job), (search_for_jobs_unlocked),
10002         (no_jobs_available_unlocked), (ev_render_thread),
10003         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
10004         (ev_job_queue_remove_job):
10005         * backend/ev-job-queue.h:
10006         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10007         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10008         (ev_job_links_class_init), (ev_job_render_init),
10009         (ev_job_render_dispose), (ev_job_render_class_init),
10010         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10011         (ev_job_thumbnail_class_init), (ev_job_finished),
10012         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10013         (ev_job_render_run), (ev_job_thumbnail_new),
10014         (ev_job_thumbnail_run):
10015         * backend/ev-jobs.h:
10016         * backend/ev-link.c:
10017         * backend/ev-link.h:
10018         * backend/ev-page-cache.c: (ev_page_cache_init),
10019         (ev_page_cache_class_init), (ev_page_cache_finalize),
10020         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
10021         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10022         (ev_page_cache_set_link), (ev_page_cache_get_title),
10023         (ev_page_cache_get_size), (ev_page_cache_next_page),
10024         (ev_page_cache_prev_page):
10025         * backend/ev-page-cache.h:
10026         * pdf/pdf-document.cc:
10027         * ps/gsdefaults.c:
10028         * ps/gsdefaults.h:
10029         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10030         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
10031         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
10032         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
10033         (is_interpreter_ready), (output), (catchPipe), (input),
10034         (start_interpreter), (check_filecompressed), (compute_dimensions),
10035         (ps_document_enable_interpreter), (document_load),
10036         (ps_document_next_page), (render_page), (ps_document_set_page),
10037         (ps_document_set_scale), (render_pixbuf_idle),
10038         (ps_document_render_pixbuf), (ps_document_document_iface_init):
10039         * ps/ps-document.h:
10040         * shell/Makefile.am:
10041         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10042         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
10043         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
10044         (ev_pixbuf_cache_new), (job_finished_cb),
10045         (check_job_size_and_unref), (move_one_job),
10046         (ev_pixbuf_cache_update_range), (find_job_cache),
10047         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
10048         (ev_pixbuf_cache_add_jobs_if_needed),
10049         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
10050         * shell/ev-pixbuf-cache.h:
10051         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10052         (idle_print_handler):
10053         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
10054         (selection_changed_cb), (create_loading_model),
10055         (ev_sidebar_links_construct), (links_page_num_func),
10056         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
10057         (update_page_callback), (job_finished_cb),
10058         (ev_sidebar_links_set_document):
10059         * shell/ev-sidebar-thumbnails.c:
10060         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
10061         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
10062         (page_changed_cb), (thumbnail_job_completed_callback),
10063         (ev_sidebar_thumbnails_set_document):
10064         * shell/ev-sidebar-thumbnails.h:
10065         * shell/ev-sidebar.c: (ev_sidebar_set_document):
10066         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
10067         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
10068         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
10069         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
10070         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
10071         (ev_view_button_release_event), (ev_view_scroll_view),
10072         (ev_view_class_init), (ev_view_init), (update_find_status_message),
10073         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
10074         (ev_view_new), (job_finished_cb), (page_changed_cb),
10075         (ev_view_set_document), (go_to_link), (ev_view_zoom),
10076         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
10077         (ev_view_find_previous):
10078         * shell/ev-view.h:
10079         * shell/ev-window.c: (update_action_sensitivity),
10080         (ev_window_open_page), (update_window_title), (update_total_pages),
10081         (page_changed_cb), (ev_window_setup_document),
10082         (password_dialog_response), (ev_window_cmd_save_as),
10083         (ev_window_print), (ev_window_cmd_go_previous_page),
10084         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
10085         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
10086         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
10087         * shell/main.c: (main):
10088
10089         Merge evince-threads branch
10090
10091 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
10092
10093         * configure.ac: Added "lt" to ALL_LINGUAS.
10094
10095 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
10096
10097         * NEWS:
10098         * configure.ac:
10099
10100         Release 0.1.9
10101
10102 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
10103
10104         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10105
10106         Fix here also the thumbnails 1-basedness :)
10107
10108 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10109
10110         * NEWS:
10111         * configure.ac:
10112
10113         Release 0.1.8
10114
10115 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10116
10117         * pdf/pdf-document.cc:
10118         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
10119         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
10120
10121         Fix the mess we did with thumbnails and 1-basedness
10122
10123 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
10124
10125         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
10126
10127 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
10128
10129         * NEWS:
10130         * configure.ac:
10131
10132         Release 0.1.7
10133
10134 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
10135
10136         * ps/Makefile.am:
10137         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
10138         (gtk_gs_defaults_get_alpha_parameters),
10139         (gtk_gs_defaults_get_ungzip_cmd),
10140         (gtk_gs_defaults_get_unbzip2_cmd):
10141         * ps/gsdefaults.h:
10142         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10143         (ps_document_get_orientation), (document_load),
10144         (ps_document_goto_page), (ps_document_set_page_size):
10145         * ps/ps-document.h:
10146
10147         Some more sanitization of the ps backend. Remove a lot
10148         of unused code and do not base our defaults on ggv
10149         preferences (ugh!)
10150
10151 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
10152
10153         * thumbnailer/evince-thumbnailer.schemas:
10154         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10155         (main): add -s option for thumbnail size.
10156
10157 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
10158
10159         * configure.ac:
10160
10161         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
10162         remove it.
10163
10164 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10165
10166         * pdf/pdf-document.cc:
10167
10168         Remove 4 pixels of useless border from the
10169         thumbnail.
10170
10171 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10172
10173         * backend/ev-document-thumbnails.c:
10174         (ev_document_thumbnails_get_thumbnail):
10175         * backend/ev-document-thumbnails.h:
10176
10177         Rework API a bit. Add a border flag and
10178         change sizing logic (now the size we specify
10179         applies to the bigger dimension).
10180
10181         * pdf/pdf-document.cc:
10182         * pixbuf/pixbuf-document.c:
10183         (pixbuf_document_thumbnails_get_thumbnail):
10184         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
10185         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10186
10187         Adapt to the new API and do not draw a border for nautilus
10188         thumbnailer.
10189
10190 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
10191
10192         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10193         take thumbnails from page "0" instead of "1". Added a copyright header.
10194
10195 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
10196
10197         * ps/ps-document.c: (set_up_page), (start_interpreter):
10198
10199         Make it C89 compliant
10200
10201 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
10202
10203         * Makefile.am:
10204         * configure.ac:
10205         * pdf/.cvsignore:
10206         * pdf/pdf-document.cc:
10207         * thumbnailer/Makefile.am:
10208         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10209         (main):
10210         * thumbnailer/evince-thumbnailer.schemas:
10211         * thumbnailer/pdf-icon.png:
10212
10213         Add a nautilus thumbnailer.
10214         Based on patch by Fernando Herrera <fherrera@onirica.com>.
10215
10216 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
10217
10218         * NEWS:
10219         * configure.ac:
10220         * po/POTFILES.in:
10221
10222         Release 0.1.6
10223
10224 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
10225
10226         Use poppler instead of including xpdf source code.  Poppler is a
10227         fork of xpdf to build it as a shared library. See
10228         http://freedesktop.org/wiki/Software/poppler.
10229
10230         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
10231         xpdf fork.
10232         
10233         * pdf/Makefile.am: Build libpdfdocument.a here.
10234         
10235         * pdf/GDKSplashOutputDev.cc:
10236         * pdf/GDKSplashOutputDev.h:
10237         * pdf/GnomeVFSStream.cc:
10238         * pdf/GnomeVFSStream.h:
10239         * pdf-document.cc:
10240         * pdf-document.h:
10241         * test-gdk-output-dev.cc
10242         * Thumb.cc:
10243         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
10244         against poppler.
10245
10246 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10247
10248         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
10249
10250         Clear idle stack before unsetting the document
10251
10252 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10253
10254         * ps/ps-document.c: (ps_document_widget_event),
10255         (ps_document_set_target), (ps_document_finalize),
10256         (ps_document_get_page):
10257
10258         Disconnect the widget event signal on finalize.
10259         Some code cleanups.
10260
10261 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10262
10263         * ps/ps-document.c: (set_up_page):
10264
10265         If there is no bpixmap create one, even if size
10266         is not changed.
10267
10268 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10269
10270         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
10271         (set_up_page), (document_load), (ps_document_set_zoom):
10272
10273         Default page is 0. Calculate size even when we have no
10274         target yet.
10275
10276 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
10277
10278         * shell/ev-sidebar.c: expand the selection widget to be always as
10279         wide as the sidebar
10280
10281 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10282
10283         * shell/ev-sidebar-thumbnails.c:
10284         (ev_sidebar_thumbnails_set_document):
10285
10286         Clear the list store when setting document
10287
10288 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10289
10290         * shell/ev-page-action.c: (update_entry), (sync_entry),
10291         (activate_cb), (entry_size_request_cb), (create_tool_item),
10292         (connect_proxy):
10293
10294         Use an entry for the page control instead of spinbuttons
10295
10296 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10297
10298         * data/evince.schemas.in:
10299
10300         Correct confusing string
10301
10302 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
10303
10304         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
10305         for real.  Gosh, how long has this been broken.
10306
10307         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
10308         check for a NULL link.  We crash otherwise.
10309
10310 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
10311
10312         * NEWS:
10313         * configure.ac:
10314
10315         Release 0.1.5
10316
10317 2005-02-25  Sebastien Bacher  <seb128@debian.org>
10318
10319         * configure.ac: add the french translation.
10320
10321 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10322
10323         * shell/ev-window.c:
10324
10325         Remove unused header -> fix distcheck
10326
10327 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10328
10329         * shell/ev-window.c: (update_window_title),
10330         (ev_window_popup_password_dialog):
10331
10332         Unescape filename for display
10333
10334 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10335
10336         * pdf/xpdf/pdf-document.cc:
10337
10338         In get_page_size deal with rotation. Also
10339         cleanup the function a bit.
10340
10341 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10342
10343         * pdf/xpdf/pdf-document.cc:
10344
10345         Fix crash when opening in new window
10346
10347 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10348
10349         * configure.ac:
10350
10351         Check ghostscript >= 7
10352
10353 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
10354
10355         * shell/ev-window.c:
10356
10357         Make page width the default sizing mode
10358
10359 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
10360         Marco Pesenti Gritti <marco@gnome.org>
10361
10362         * shell/ev-window.c: Remember the sidebar size
10363
10364         * data/evince.schemas.in: Add a new gconf key to store the size of
10365         the sidebar
10366
10367 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
10368
10369         * data/evince-ui.xml:
10370         * shell/ev-window.c: (update_action_sensitivity),
10371         (ev_window_cmd_view_reload):
10372         
10373         Add a "Reload" action and menu entry
10374
10375 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
10376
10377         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
10378         iff the type doesn't support thumbnailing and indexing.
10379
10380 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
10381
10382         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
10383
10384 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10385
10386         * pdf/splash/Splash.cc:
10387
10388         Port fix for a crasher from kde bug
10389         http://bugs.kde.org/show_bug.cgi?id=97131
10390
10391 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10392
10393         * pdf/xpdf/pdf-document.cc:
10394
10395         Return a link even if it's of an unrecognized
10396         type. Otherwise we go in an infinte cycle.
10397
10398 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10399
10400         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
10401         (size_allocate_cb), (ev_window_set_sizing_mode):
10402
10403         Update size when switching mode
10404
10405 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10406
10407         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10408         (ev_window_cmd_view_page_width), (update_sizing_buttons),
10409         (ev_window_cmd_view_normal_size):
10410
10411         Fix size toggle buttons behavior
10412
10413 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10414
10415         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
10416         (doc_rect_to_view_rect), (ev_view_size_allocate),
10417         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
10418         (scale_changed_callback):
10419
10420         Do not cache offsets in size_allocate.
10421
10422 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10423
10424         * shell/ev-view.c: (ev_view_size_allocate):
10425
10426         Calculate offsets before calling the parent
10427         class (which does a redraw)
10428
10429 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10430
10431         * pdf/xpdf/pdf-document.cc:
10432
10433         Fix a crasher on exit. Unused code, put a TODO
10434
10435 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10436
10437         * backend/ev-document.c: (ev_document_class_init),
10438         (ev_document_page_changed), (ev_document_scale_changed):
10439         * backend/ev-document.h:
10440
10441         Separate page/scale notifications
10442
10443         * pdf/xpdf/pdf-document.cc:
10444
10445         Emit the new signals.
10446         Do not display the pdf page in _render, do it
10447         when scale/page are requested.
10448
10449         * ps/ps-document.c: (ps_document_set_zoom),
10450         (ps_document_widget_event):
10451         * ps/ps-document.h:
10452
10453         Emit the new signals.
10454
10455         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10456         (ev_view_init), (page_changed_callback), (scale_changed_callback),
10457         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
10458         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
10459         * shell/ev-view.h:
10460         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
10461         (ev_window_cmd_view_page_width), (size_allocate_cb),
10462         (ev_window_set_sizing_mode):
10463
10464         Rework sizing to be pixel based.
10465         There are bugs but should be already way better.
10466
10467 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
10468
10469         * shell/ev-window.c: (ev_window_init):
10470
10471         Do not allow to shrink sidebar smaller then
10472         child requisition
10473
10474 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
10475
10476         * shell/ev-sidebar.[ch]
10477         * shell/ev-window.c:
10478
10479         Improved sidebar widget. Fixes #166683
10480
10481 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
10482
10483         * shell/ev-view.c (update_find_status_message): Give translators
10484         more flexibility with ngettext plural handling.
10485
10486 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
10487
10488         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
10489         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
10490         page when we get the page size.
10491
10492 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10493
10494         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
10495
10496         ps pages are 0 based, convert 
10497
10498 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10499
10500         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
10501
10502         Initialize correct parent class. Set GError on document load
10503
10504 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10505
10506         * pdf/xpdf/pdf-document.cc:
10507
10508         Fixup selection offset calculation
10509
10510         * shell/ev-view.c: (view_rect_to_doc_rect),
10511         (doc_rect_to_view_rect), (ev_view_size_allocate),
10512         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
10513         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
10514
10515         Store selection as document relative, so that zooming
10516         and offset changing doesnt break it.
10517
10518 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10519
10520         * shell/ev-view.c: (ev_view_best_fit):
10521
10522         Do not try to best fit if the view is not realized
10523
10524 2005-02-20  Kostas Papadimas <pkst@gnome.org>
10525           
10526         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
10527
10528 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
10529
10530         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
10531
10532 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
10533
10534         * shell/ev-window.c: Change the fullscreen toolbar to always be in
10535         the popup window.  That prevents it resizing when in full screen
10536         mode.
10537
10538         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
10539         multiple rerenders.  This pretty much sucks.
10540
10541         * data/evince-ui.xml: Change the fullscreen toolbar to include the
10542         rest of the toolbar.
10543
10544 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
10545
10546         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
10547
10548 2005-02-17  Alexander Shopov  <ash@contact.bg>
10549
10550         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
10551
10552 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
10553
10554         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
10555
10556 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
10557
10558         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
10559         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
10560         (set_document_page), (document_changed_callback),
10561         (ev_view_set_document), (ev_view_find_previous),
10562         (ev_view_hide_cursor), (ev_view_show_cursor):
10563         * shell/ev-view.h:
10564         * shell/ev-window.c: (update_chrome_visibility),
10565         (fullscreen_timeout_cb), (fullscreen_set_timeout),
10566         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
10567         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
10568         (ev_window_unfullscreen):
10569         * shell/main.c: (main):
10570
10571         Automatically hide the fullscreen button.
10572         Patch by Kristian Høgsberg <krh@redhat.com>
10573
10574 2005-02-16  Vincent Noel  <vnoel@cox.net>
10575
10576         * shell/main.c (main): Specify an icon for the window. Patch by
10577         Jaap A. Haitsma. Fixes #166177.
10578
10579 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
10580
10581         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
10582
10583 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
10584
10585         * backend/ev-document-misc.h:
10586         * backend/ev-document-misc.c:
10587         (ev_document_misc_get_page_border_size),
10588         (ev_document_misc_paint_one_page): New function to canonicalize
10589         sizing/painting a border.
10590
10591         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
10592         used.
10593
10594         * pdf/xpdf/pdf-document.cc: use new function
10595
10596         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10597         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
10598         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
10599         shell/ev-window.c: (update_sizing_buttons),
10600         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
10601         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
10602         (ev_window_cmd_view_page_width), (size_allocate_cb),
10603         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
10604         and "fit width" values act as toggle buttons so they stay
10605         toggled.  It's not 100% perfect, and it's a little slow, but it's
10606         good enough to commit I think.
10607
10608 2005-02-15  David Lodge  <dave@cirt.net>
10609
10610         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
10611
10612 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
10613
10614         * shell/ev-window.c (update_window_title): replace newlines in
10615         the title by spaces. Bug #166107.
10616
10617 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
10618
10619         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
10620         parameters providing allocation width and height without
10621         scrollbars and width of a possible vertical scrollbar. With this
10622         additional information the functions can work as
10623         intended. Unfortunately they're not idempotent. We should
10624         transform these commands to toggles. Fixes Bug #164976
10625         Initial patch by Stephane Loeuillet, then heavily modified.
10626
10627         * shell/ev-view.h: update prototypes.
10628
10629         * shell/ev-window.c (ev_window_cmd_view_best_fit)
10630         (ev_window_cmd_view_page_width): provide EvView fit functions with
10631         all the information they need. Formulas to calculate this
10632         information taken from GtkScrolledWindow.
10633
10634 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
10635
10636         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
10637         created a thumbnail, the list store is updated to know
10638         that the thumbnail is set. Fixes bug #166792
10639
10640 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
10641
10642         * shell/ev-window.c: fixed typo, closes bug 166897
10643
10644         * TODO: updated TODO with bug numbers that are relevant
10645
10646 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
10647
10648         * shell/ev-window.c: Support for DnD of files. Fixes #164813
10649
10650 2005-02-09  Vincent Noel  <vnoel@cox.net>
10651
10652         * shell/ev-window.c: (set_action_properties): Set the "Previous"
10653         and "Next" toolbar buttons as important to make them stand out.
10654
10655 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10656
10657         * lib/ev-debug.c:
10658         * lib/ev-debug.h:
10659         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
10660         (start_interpreter), (stop_interpreter), (document_load),
10661         (ps_document_next_page), (ps_document_goto_page),
10662         (ps_document_set_page_size), (ps_document_widget_event),
10663         (ps_document_render):
10664         * shell/ev-page-view.c: (ev_page_view_dispose):
10665         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
10666
10667         Fix compilation on non-gcc platforms
10668
10669 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10670
10671         * NEWS:
10672         * configure.ac:
10673
10674         Release 0.1.4
10675
10676         * pdf/xpdf/Catalog.cc:
10677         * pdf/xpdf/XRef.cc:
10678
10679         Fix the fix for CAN-2004-0888
10680
10681 2005-02-09  Luca Ferretti <elle.uca@libero.it>
10682
10683         * data/Makefile.am:
10684         * data/evince-ui.xml:
10685         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10686         * shell/ev-stock-icons.h:
10687         * shell/ev-window.c: (update_action_sensitivity),
10688         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
10689         (set_action_properties):
10690
10691         Improve toolbar layout/icons
10692
10693 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
10694
10695         * pdf/xpdf/pdf-document.cc:
10696
10697         Add warnings about unimplemented/unknown link
10698         types.
10699
10700 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10701
10702         * ps/ps-document.c: (set_up_page):
10703
10704         Log gs property
10705
10706 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10707
10708         * ps/ps-document.c: (start_interpreter):
10709
10710         Log gs env var
10711
10712 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10713
10714         * shell/ev-page-view.c: (ev_page_view_dispose):
10715         * shell/ev-view.c: (ev_view_finalize):
10716         * shell/ev-window.c: (ev_window_setup_document),
10717         (ev_window_dispose), (ev_window_init):
10718
10719         Solve more refs issues.
10720
10721         I commented out the page_view initialization for now:
10722         it was never destroyed (because it's never added
10723         to a container). Because of that we was leaking
10724         gs processes. Couldnt think to a clean fix.
10725         We need to figure this out, password view has the
10726         same issue probably.
10727
10728 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10729
10730         * ps/ps-document.c: (ps_document_finalize),
10731         (ps_document_get_n_pages), (ps_document_get_page):
10732
10733         Some cleanups, stop the interpreter on finalize
10734
10735         * shell/ev-page-view.c: (ev_page_view_dispose),
10736         (ev_page_view_class_init):
10737
10738         Release our reference on the document
10739
10740 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10741
10742         * Makefile.am:
10743         * configure.ac:
10744         * doc/debugging.txt:
10745         * lib/.cvsignore:
10746         * lib/Makefile.am:
10747         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
10748         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
10749         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
10750         * lib/ev-debug.h:
10751
10752         Add debugging helpers
10753
10754         * ps/Makefile.am:
10755         * ps/ps-document.c: (set_up_page), (start_interpreter),
10756         (stop_interpreter), (document_load), (ps_document_next_page),
10757         (ps_document_goto_page), (ps_document_set_page_size),
10758         (ps_document_widget_event), (ps_document_render):
10759         * shell/Makefile.am:
10760         * shell/ev-view.c: (expose_bin_window):
10761         * shell/main.c: (main):
10762
10763         Add some logs
10764         
10765 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10766
10767         * ps/ps-document.c: (ps_document_widget_event):
10768
10769         Initialize message_window, this should make ps
10770         rendering really work! (Never noticed because I was
10771         testing with a ps that is causing gs to exit every time!)
10772
10773 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
10774
10775         * data/evince.schemas.in: updated simple error in applyto closing tag
10776
10777 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
10778
10779         * Makefile.am:
10780         * configure.ac:
10781         * data/.cvsignore:
10782         * data/Makefile.am:
10783         * data/evince-ui.xml:
10784         A data/evince.schemas.in:
10785         * po/POTFILES.in:
10786         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10787         * shell/ev-stock-icons.h:
10788         * shell/ev-window.c: (update_chrome_visibility),
10789         (update_chrome_flag), (ev_window_cmd_edit_find),
10790         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
10791         (ev_window_unfullscreen), (ev_window_focus_in_event),
10792         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
10793         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
10794         (ev_window_view_sidebar_cb), (find_bar_close_cb),
10795         (ev_window_dispose), (ev_window_class_init),
10796         (set_action_properties), (set_chrome_actions), (load_chrome),
10797         (ev_window_init):
10798
10799         Implement fullscreen mode changes from bug #164776.
10800         Also implement persistent chrome toggles.
10801
10802 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
10803
10804         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
10805
10806 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10807
10808         * NEWS:
10809         * configure.ac:
10810         * shell/ev-view.c:
10811
10812         Add another check for find interface
10813
10814         Release 0.1.3
10815
10816 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10817
10818         * shell/ev-application.c: (ev_application_open):
10819         * shell/ev-window.c: (ev_window_open):
10820
10821         Open gzipped ps documents
10822
10823 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10824
10825         * TODO:
10826         * shell/ev-view.c: (set_document_page):
10827
10828         Clamp page number, dont try to move to
10829         not existant pages.
10830
10831 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10832
10833         * backend/ev-document-find.c: (ev_document_find_changed):
10834         * backend/ev-document-find.h:
10835         * pdf/xpdf/pdf-document.cc:
10836         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
10837         * shell/ev-window.c: (find_bar_search_changed_cb):
10838
10839         Fix several bugs with find
10840
10841 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
10842
10843         * shell/ev-sidebar-thumbnails.c
10844         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
10845         document. Prevents warning from scroll_to_cell.
10846
10847 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
10848
10849         * configure.ac: Add «nb» to ALL_LINGUAS too.
10850
10851 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
10852
10853         * NOTES: New file with some random thoughts.
10854
10855         * TODO: Update.
10856
10857         * backend/ev-document-misc.c:
10858         (ev_document_misc_get_page_border_size): New function to
10859         canonicalize shadow drawing sizes.  Possibly goofy.
10860
10861         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
10862         (ev_view_best_fit), (ev_view_fit_width):
10863         * pdf/xpdf/pdf-document.cc:
10864         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
10865         * ps/ps-document.c: (ps_document_get_page_size):
10866         * backend/ev-document-misc.h:
10867         * backend/ev-document.c: (ev_document_get_page_size):
10868         * backend/ev-document.h: get_page_size now takes a page number
10869         parameter.  Made all the backends/frontends honor it.
10870
10871         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
10872         see.  Doesn't work yet.
10873
10874         * shell/Makefile.am:
10875         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
10876         Doesn't do anything yet.
10877
10878         * shell/ev-sidebar-thumbnails.c:
10879         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
10880         [0..n_pages-1]
10881
10882         * shell/ev-window.c: (update_action_sensitivity),
10883         (ev_window_setup_document), (ev_window_set_page_mode),
10884         (ev_window_page_mode_cb), (ev_window_init): Clean up the
10885         view-swapping code a bit so we can have multiple views on a
10886         document.  Add the multi-page view, though it can't be turned on
10887         yet.
10888
10889 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10890
10891         * shell/ev-application.c: (ev_application_open):
10892         * shell/ev-view.c: (expose_bin_window):
10893         * shell/ev-window.c: (ev_window_open):
10894
10895         Support eps and check document supports find
10896         before drawing highlightings in expose.
10897
10898 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
10899
10900         * pixbuf/pixbuf-document.c:
10901         (pixbuf_document_thumbnails_get_dimensions),
10902         (pixbuf_document_document_thumbnails_iface_init):
10903
10904         implement get_dimensions
10905
10906 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10907
10908         * NEWS:
10909         * configure.ac:
10910
10911         Release 0.1.2
10912
10913 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10914
10915         * shell/ev-view.c: (set_document_page):
10916
10917         Scroll at the top of the page when changing page
10918
10919 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10920
10921         * shell/ev-view.c: (ev_view_motion_notify_event):
10922
10923         Do not redraw unnecessarily
10924
10925 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10926
10927         * pdf/xpdf/pdf-document.cc:
10928         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10929         (expose_bin_window), (find_changed_cb):
10930
10931         Yay! find works now... Now to find bugs...
10932
10933 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10934
10935         * backend/ev-document-find.c: (ev_document_find_base_init),
10936         (ev_document_find_changed):
10937         * backend/ev-document-find.h:
10938         * pdf/xpdf/pdf-document.cc:
10939         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10940         (expose_bin_window), (ev_view_init), (set_document_page),
10941         (ensure_rectangle_is_visible), (jump_to_find_result),
10942         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
10943         (ev_view_find_next), (ev_view_find_previous):
10944         * shell/ev-view.h:
10945         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
10946
10947         More work on find implementation, mostly there now
10948
10949 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
10950
10951         * backend/ev-backend-marshalers.list:
10952         * backend/ev-document-find.c: (ev_document_find_base_init),
10953         (ev_document_find_cancel), (ev_document_find_page_has_results),
10954         (ev_document_find_get_n_results), (ev_document_find_get_result),
10955         (ev_document_find_get_progress), (ev_document_find_changed):
10956         * backend/ev-document-find.h:
10957
10958         Enanche the find interface to be really able to do
10959         multi page find.
10960
10961         * pdf/xpdf/pdf-document.cc:
10962
10963         Implement
10964
10965         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
10966         (expose_bin_window), (ev_view_init),
10967         (ev_view_get_find_status_message), (find_changed_cb),
10968         (ev_view_set_document), (set_document_page):
10969
10970         Adapt to the new interface. A few things are regressed sorry,
10971         I will finish it soon.
10972
10973 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
10974
10975         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
10976         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
10977         ev_sidebar_thumbnails_parent_class variable, don't define another
10978         parent_class variable.
10979
10980         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
10981         (ev_page_action_class_init): ditto.
10982
10983         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
10984         (pixbuf_document_class_init): ditto.
10985
10986         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
10987         ditto.
10988
10989         * .cvsignore: ignore various valgrind output files.
10990
10991 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10992
10993         * data/evince-ui.xml:
10994         * shell/Makefile.am:
10995         * shell/ev-history.c:
10996         * shell/ev-history.h:
10997         * shell/ev-navigation-action.c:
10998         * shell/ev-navigation-action.h:
10999         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
11000         (ev_view_set_page), (ev_view_fit_width):
11001         * shell/ev-view.h:
11002         * shell/ev-window.c: (update_action_sensitivity),
11003         (ev_window_setup_document), (register_custom_actions):
11004
11005         Kill session history
11006
11007 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11008
11009         * shell/ev-window.c: (update_action_sensitivity):
11010
11011         Fix inverted up/down buttons
11012
11013 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
11014
11015         * shell/ev-sidebar-thumbnails.c
11016         (ev_sidebar_thumbnails_select_page): make sure the selected
11017         thumbnail stays visible.
11018
11019 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
11020
11021         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
11022         scrolled window for Federico.
11023
11024 2005-01-26  Ole Laursen  <olau@hardworking.dk>
11025
11026         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
11027
11028 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
11029
11030         * configure.ac:
11031         * pdf/splash/SplashFTFontEngine.cc:
11032
11033         Fix CID fonts with freetype 2.1.9
11034
11035 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
11036
11037         * TODO: added item for desktop icon thumbnailer
11038
11039 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
11040
11041         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
11042         unloaded docs when the title is accessed.
11043
11044         * shell/ev-password-view.[hc]: New widget for displaying password
11045         state.
11046
11047         * shell/ev-window.[ch]: Refactor password handling code to handle
11048         the new view.
11049
11050 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
11051
11052         * NEWS:
11053         * configure.ac:
11054         * data/Makefile.am:
11055
11056         Release 0.1.1
11057
11058 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11059
11060         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
11061         ignore page offset here, to make search results independent of it,
11062
11063         * shell/ev-view.c (expose_bin_window): but take offsets into
11064         account here. Bug #164932
11065
11066         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
11067         scale at the right time. Bug #164996
11068
11069 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
11070
11071         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
11072         fix the problem. Now I just removed the Adobe font names and hope
11073         that the URW fonts are always in outline format. Bug #164934
11074
11075         * shell/ev-window.c (update_window_title): empty titles are
11076         useless, use filename in that case too.
11077
11078         * NEWS: Add some content.
11079
11080 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
11081
11082         * TODO: added one more TODO item and a TODONE section :)
11083
11084 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11085
11086         * ps/ps-document.h: add page_[xy]_offset fields.
11087
11088         * ps/ps-document.c (ps_document_set_page_offset)
11089         (ps_document_render): Keep offset in consideration in a few
11090         places. Bug #164752 "postscript documents are not centered in
11091         window"
11092
11093         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
11094         s/gpdf/evince/. Spotted by Stephane Loeuillet.
11095
11096         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
11097         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
11098         stub out missing methods for complete EvDocument implementation.
11099         Fixes segfaults with Save A Copy and Copy actions.
11100
11101         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
11102         (ps_document_document_iface_init): ditto.
11103         
11104 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11105
11106         * data/.cvsignore:
11107         * data/Makefile.am:
11108         * data/evince.desktop.in:
11109
11110         Add desktop file
11111
11112 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11113
11114         * shell/ev-view.c: (ev_view_button_press_event),
11115         (ev_view_motion_notify_event):
11116
11117         Make selection work in any direction
11118
11119 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11120
11121         * TODO:
11122         * shell/ev-window.c: (set_short_labels), (ev_window_init):
11123
11124         Use shorter labels for some of the toolbars items
11125
11126 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11127
11128         * pdf/xpdf/pdf-document.cc:
11129
11130         Check the links info is initialized before
11131         using it. Should fix a crash on startup.
11132
11133 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11134
11135         * pixbuf/pixbuf-document.c
11136         (pixbuf_document_thumbnails_get_dimensions): force floating point
11137         division to calculate page_ratio. Fixes crash with landscape
11138         format pixbufs.
11139
11140 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
11141
11142         * shell/ev-view.c (ev_view_realize): make the bg color darker.
11143
11144 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
11145
11146         * shell/ev-view.c (set_document_page): unset has_selection when
11147         the page changes.
11148         (set_document_page): handle paper size changes when the page
11149         changes (test with Free Culture, page 2).
11150
11151 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11152
11153         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
11154         (expose_bin_window), (ev_view_class_init), (ev_view_init):
11155
11156         Use normal style color for the widget background and
11157         draw a black box around the page.
11158
11159 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11160
11161         * pdf/xpdf/pdf-document.cc:
11162
11163         Keep offset in consideration in a few places
11164
11165         * shell/ev-view.c: (expose_bin_window):
11166
11167         Set the offsets so that the document is ever centered
11168
11169 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11170
11171         * TODO: Added TODO items and finished off the first todo item
11172
11173         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
11174         reflect current authors
11175
11176 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11177
11178         * pdf/xpdf/pdf-document.cc:
11179         * shell/ev-view.c: (ev_view_set_cursor),
11180         (ev_view_motion_notify_event), (document_changed_callback),
11181         (set_document_page):
11182
11183         Show a wait cursor while the page is rendering
11184
11185 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11186
11187         * shell/ev-sidebar-thumbnails.c:
11188         (ev_sidebar_tree_selection_changed),
11189         (ev_sidebar_thumbnails_select_page):
11190         * shell/ev-sidebar-thumbnails.h:
11191         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
11192         (ev_view_can_go_forward):
11193         * shell/ev-window.c: (ev_window_open_page),
11194         (ev_window_setup_document), (update_current_page),
11195         (view_page_changed_cb), (ev_window_init):
11196         * shell/ev-window.h:
11197
11198         Ensure thumbnails selection, toolbar page control and
11199         current page are in sync.
11200
11201 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
11202
11203         * pdf/xpdf/XRef.cc:
11204
11205         Fix CAN-2005-0064
11206
11207 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
11208
11209         * backend/Makefile.am:
11210         * backend/ev-document-links.h:
11211         * backend/ev-document-security.c: (ev_document_security_get_type),
11212         (ev_document_security_has_document_security),
11213         (ev_document_security_set_password):
11214         * backend/ev-document-security.h:
11215         * backend/ev-document.c: (ev_document_error_quark):
11216         * backend/ev-document.h:
11217         * data/Makefile.am:
11218         * data/evince-password.glade:
11219         * pdf/xpdf/pdf-document.cc:
11220         * shell/Makefile.am:
11221         * shell/ev-password.c: (ev_password_set_bad_password_label),
11222         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
11223         (ev_password_dialog_get_password),
11224         (ev_password_dialog_set_bad_pass):
11225         * shell/ev-password.h:
11226         * shell/ev-window.c: (ev_window_get_attribute),
11227         (ev_window_set_property), (update_action_sensitivity),
11228         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
11229         (ev_window_setup_document), (ev_window_get_password),
11230         (ev_window_open), (ev_window_cmd_save_as),
11231         (using_postscript_printer), (ev_window_print),
11232         (find_not_supported_dialog), (ev_window_cmd_edit_find),
11233         (update_fullscreen_popup), (ev_window_fullscreen),
11234         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11235         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
11236         (menu_item_select_cb), (find_bar_search_changed_cb),
11237         (ev_window_dispose), (ev_window_init):
11238
11239         Add initial support for password-supported dialogs.  This could be
11240         a lot cooler, but it'll do for now.
11241
11242 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
11243
11244         * pdf/xpdf/pdf-document.cc:
11245         * shell/ev-view.c: (status_message_from_link),
11246         (ev_view_set_status), (ev_view_set_cursor),
11247         (ev_view_motion_notify_event), (ev_view_init):
11248         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
11249
11250         Fix bugs in the links implementation and change cursor
11251         when hovering a link.
11252
11253 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
11254
11255         * viewer/.cvsignore: added cvsignore file for viewer directory
11256
11257         * TODO: created TODO document
11258
11259 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
11260
11261         * shell/ev-view.h:
11262         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
11263         new functions to help with implementation of sensitivity code
11264         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11265         of all actions that might require it.  Fixes a crash when you
11266         click on the Zoom actions in a window lacking a document.
11267
11268 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
11269
11270         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11271         of the Find action
11272
11273 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11274
11275         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
11276         (pixbuf_document_document_iface_init):
11277         * ps/ps-document.c: (ps_document_get_link),
11278         (ps_document_document_iface_init):
11279         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
11280         (status_message_from_link), (ev_view_set_status),
11281         (ev_view_set_find_status), (ev_view_motion_notify_event),
11282         (ev_view_button_release_event), (ev_view_set_property),
11283         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
11284         (ev_view_get_find_status_message), (update_find_results),
11285         (ev_view_get_status), (ev_view_get_find_status):
11286         * shell/ev-view.h:
11287         * shell/ev-window.c: (view_status_changed_cb),
11288         (view_find_status_changed_cb), (ev_window_init):
11289
11290         View status message support, use it to show the links.
11291         Needs work...
11292
11293 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11294
11295         * backend/ev-document.c: (ev_document_get_link):
11296         * backend/ev-document.h:
11297         * pdf/xpdf/pdf-document.cc:
11298         * shell/ev-application.c: (ev_application_open):
11299         * shell/ev-application.h:
11300         * shell/ev-sidebar-links.c: (selection_changed_cb):
11301         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
11302         (ev_view_go_to_link):
11303
11304         Add support for document links
11305
11306 2005-01-13  Anders Carlsson  <andersca@gnome.org>
11307
11308         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
11309         (create_tool_item):
11310         Set the spin button limits correctly.
11311         
11312         * shell/ev-sidebar-thumbnails.c:
11313         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
11314         Support changing pages by clicking on the thumbnails.
11315         
11316 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11317
11318         * pixbuf/pixbuf-document.c:
11319         (pixbuf_document_thumbnails_get_dimensions),
11320         (pixbuf_document_document_thumbnails_iface_init):
11321
11322         implement get_dimensions
11323
11324 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11325
11326         * ps/ps-document.c: (ps_document_goto_page):
11327
11328         Fix page switching on multipage documents
11329
11330 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
11331
11332         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11333         
11334         check for NULL before assigning to width and height parameters
11335
11336 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11337
11338         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11339         (pixbuf_document_set_property), (pixbuf_document_get_property):
11340
11341         implement get/set properties
11342
11343 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11344
11345         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
11346         
11347         return NULL instead of "Unknown", letting the title get set to
11348         the filename when the pdf has no title.
11349
11350 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11351
11352         * ps/ps-document.c: (ps_document_get_page_count),
11353         (ps_document_goto_page):
11354
11355 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11356
11357         * shell/ev-history.c: (ev_history_get_property),
11358         (ev_history_set_property), (ev_history_class_init),
11359         (ev_history_add_page), (ev_history_set_current_index):
11360         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
11361         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
11362         (ev_navigation_action_finalize):
11363         * shell/ev-navigation-action.h:
11364         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11365         (ev_view_go_forward), (ev_view_get_find_status_message),
11366         (history_index_changed_cb), (ev_view_set_history):
11367         * shell/ev-view.h:
11368         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11369         (update_current_page), (register_custom_actions):
11370
11371         Implement history dropdowns
11372
11373 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11374
11375         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
11376         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11377         (ev_view_go_forward):
11378         * shell/ev-window.c: (register_custom_actions):
11379
11380         Fix several history bugs
11381
11382 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
11383
11384         * configure.ac: Add «nb» to ALL_LINGUAS.
11385
11386 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
11387
11388         * backend/Makefile.am:
11389         * backend/ev-bookmark.c:
11390         * backend/ev-bookmark.h:
11391         * backend/ev-document-bookmarks.c:
11392         * backend/ev-document-bookmarks.h:
11393         * backend/ev-document-links.c: (ev_document_links_get_type),
11394         (ev_document_links_has_document_links),
11395         (ev_document_links_begin_read), (ev_document_links_get_link),
11396         (ev_document_links_get_child), (ev_document_links_next),
11397         (ev_document_links_free_iter):
11398         * backend/ev-document-links.h:
11399         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
11400         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
11401         (ev_link_get_link_type), (ev_link_set_link_type),
11402         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
11403         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
11404         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
11405         (ev_link_new_external):
11406         * backend/ev-link.h:
11407         * pdf/xpdf/pdf-document.cc:
11408         * shell/Makefile.am:
11409         * shell/ev-application.c: (ev_application_open_link):
11410         * shell/ev-application.h:
11411         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
11412         (ev_history_get_link_nth):
11413         * shell/ev-history.h:
11414         * shell/ev-sidebar-bookmarks.c:
11415         * shell/ev-sidebar-bookmarks.h:
11416         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11417         (ev_sidebar_links_class_init), (selection_changed_cb),
11418         (ev_sidebar_links_construct), (ev_sidebar_links_init),
11419         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
11420         (do_one_iteration), (populate_links_idle),
11421         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
11422         * shell/ev-sidebar-links.h:
11423         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11424         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
11425         (go_to_index):
11426         * shell/ev-view.h:
11427         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
11428         * shell/ev-window.h:
11429
11430         Rename bookmark to link, and use "Index" for the sidebar panel.
11431
11432 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11433
11434         * shell/Makefile.am:
11435         * shell/ev-application.c: (ev_application_open_bookmark):
11436         * shell/ev-application.h:
11437         * shell/ev-history.c: (ev_history_init), (free_links_list),
11438         (ev_history_finalize), (ev_history_class_init),
11439         (ev_history_add_link), (ev_history_add_page),
11440         (ev_history_get_link_nth), (ev_history_get_n_links),
11441         (ev_history_get_current_index), (ev_history_set_current_index),
11442         (ev_history_new):
11443         * shell/ev-history.h:
11444         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11445         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
11446         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
11447         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
11448         (ev_view_set_page):
11449         * shell/ev-view.h:
11450         * shell/ev-window.c: (ev_window_open_bookmark),
11451         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
11452         (goto_page_cb), (register_custom_actions):
11453         * shell/ev-window.h:
11454
11455         Initial history implementation. Needs work.
11456
11457 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
11458
11459         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
11460
11461 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11462
11463         * cut-n-paste/recent-files/egg-recent-item.c:
11464         * cut-n-paste/recent-files/egg-recent-item.h:
11465         * cut-n-paste/recent-files/egg-recent-model.c:
11466         * cut-n-paste/recent-files/egg-recent-util.c:
11467         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11468         * cut-n-paste/recent-files/egg-recent-view.c:
11469
11470         Update
11471
11472 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
11473
11474         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
11475         (fillGlyph, fillImageMask, drawImage):
11476         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
11477         pdf/splash/SplashTypes.h:
11478         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
11479         packed mode for Splash.
11480
11481         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
11482         RGB8 packed mode, eliminates the pixbuf data creation loop.
11483
11484         * shell/ev-print-job.c (ev_print_job_finalize)
11485         (ev_print_job_set_property, ev_print_job_get_property)
11486         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
11487         (ev_print_job_use_print_dialog_settings, idle_print_handler)
11488         (print_closure_finalize, ev_print_job_print): implement
11489         printing (for backends with EvPsExporter)
11490
11491         * shell/ev_print_job.h: update prototypes.
11492
11493         * shell/ev-window.c (ev_window_print): unref print job after
11494         printing.
11495
11496         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
11497         unless the document implements the EvDocumentFind interface.
11498
11499 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
11500
11501         * configure.ac: Added ja to ALL_LINGUAS.
11502
11503 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11504
11505         * pdf/xpdf/pdf-document.cc:
11506
11507         add a FIXME. We should probably not allocate
11508         a bookmark object every time
11509
11510 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11511
11512         * shell/ev-application.c: (ev_application_open),
11513         (ev_application_open_bookmark):
11514         * shell/ev-application.h:
11515         
11516         Add a way to open bookmarks
11517
11518         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
11519         (ev_bookmark_set_uri), (ev_bookmark_get_property),
11520         (ev_bookmark_set_property), (ev_bookmark_class_init),
11521         (ev_bookmark_new_title), (ev_bookmark_new_link),
11522         (ev_bookmark_new_external):
11523
11524         Support for external uris, better constructors.
11525
11526         * backend/ev-bookmark.h:
11527         * pdf/xpdf/pdf-document.cc:
11528         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11529
11530         Handle external uris
11531
11532 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11533
11534         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
11535         (ev_sidebar_bookmarks_construct), (do_one_iteration):
11536
11537         Hook up bookmarks navigation
11538
11539 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11540
11541         * backend/Makefile.am:
11542         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
11543         (ev_bookmark_get_title), (ev_bookmark_set_title),
11544         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
11545         (ev_bookmark_get_page), (ev_bookmark_set_page),
11546         (ev_bookmark_get_property), (ev_bookmark_set_property),
11547         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
11548         (ev_bookmark_new):
11549         * backend/ev-bookmark.h:
11550         * backend/ev-document-bookmarks.c:
11551         (ev_document_bookmarks_get_bookmark):
11552         * backend/ev-document-bookmarks.h:
11553         * pdf/xpdf/pdf-document.cc:
11554         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
11555
11556         Add a bookmark object to the backend and use it instead of get_values
11557
11558 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11559
11560         * data/evince-ui.xml:
11561
11562         Cleanup and add select all.
11563
11564         * shell/ev-view.c: (ev_view_select_all),
11565         (ev_view_button_press_event):
11566         * shell/ev-view.h:
11567         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
11568
11569         Add select all.
11570         Clear selection on click.
11571
11572 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
11573
11574         * shell/ev-sidebar-thumbnails.c
11575         (ev_sidebar_thumbnails_set_document): forgot to unref the
11576         loading_icon.
11577
11578 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
11579
11580         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
11581         at the visible page, not just linearly.  This makes it look fast.
11582
11583 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
11584
11585         * backend/ev-document-misc.c
11586         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
11587         white.
11588         * backend/ev-document-thumbnails.h: New interface to get the size
11589         of a page.
11590
11591 2005-01-06  Jeremy Katz  <katzj@redhat.com>
11592
11593         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
11594         make dist works
11595
11596 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
11597
11598         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
11599         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
11600         things up a bit.
11601
11602         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
11603
11604 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
11605
11606         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
11607         fonts. Should fix font problems on systems that have the base
11608         fonts in bitmap format. Reported by James Henstridge
11609         <james@jamesh.id.au>.
11610
11611 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11612
11613         * pdf/xpdf/Gfx.cc:
11614         * pdf/xpdf/GfxState.cc:
11615
11616         Fix for CAN-2004-1125
11617
11618 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11619
11620         * shell/ev-view.c: (ev_view_copy):
11621         * shell/ev-view.h:
11622         * shell/ev-window.c: (ev_window_cmd_edit_copy):
11623
11624         Implement Edit->Copy
11625
11626 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11627
11628         * backend/ev-document.c: (ev_document_get_text):
11629         * backend/ev-document.h:
11630         * pdf/xpdf/pdf-document.cc:
11631         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
11632         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11633         (ev_view_update_primary_selection), (ev_view_button_press_event),
11634         (ev_view_motion_notify_event), (ev_view_button_release_event):
11635
11636         Beginnings of clipboard support. Incomplete but primary sort
11637         of work.
11638
11639 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11640
11641         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
11642         (expose_bin_window):
11643
11644         Nicer rubberband drawing, from GtkIconView.
11645
11646 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11647
11648         * backend/ev-document.c: (ev_document_save):
11649         * backend/ev-document.h:
11650         * data/evince-ui.xml:
11651         * pdf/xpdf/pdf-document.cc:
11652         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
11653
11654         Implement "Save a copy..." menu item
11655
11656 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11657
11658         * shell/ev-view.c: (ev_view_zoom):
11659
11660         Queue a resize when zoom changes
11661
11662 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
11663
11664         * backend/ev-document-misc.[ch]: New misc file to do simple drop
11665         shadows.
11666
11667         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
11668         thumbnails..
11669
11670 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
11671
11672         * pdf/xpdf/pdf-document.cc
11673         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
11674
11675 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
11676
11677         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
11678         It's slow, but I'll speed it up next!
11679
11680 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
11681
11682         * shell/main.c (load_files):
11683
11684         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
11685         from the command line and because it seems more appropriate.
11686
11687 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11688
11689         * data/evince-ui.xml:
11690         * shell/ev-window.c: (update_action_sensitivity),
11691         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
11692
11693         s/next page/page down
11694         s/previous page/page up
11695
11696 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11697
11698         * data/evince-ui.xml:
11699
11700         Change the layout to match clarkbw design.
11701
11702         * shell/Makefile.am:
11703         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
11704         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
11705         (ev_navigation_action_finalize),
11706         (ev_navigation_action_set_property),
11707         (ev_navigation_action_get_property),
11708         (ev_navigation_action_class_init):
11709         * shell/ev-navigation-action.h:
11710
11711         Implement clarkbw toolbar navigation controls (incomplete)
11712
11713         * shell/ev-page-action.c: (update_label), (update_spin),
11714         (value_changed_cb), (create_tool_item), (connect_proxy),
11715         (ev_page_action_init), (ev_page_action_finalize),
11716         (ev_page_action_set_property), (ev_page_action_get_property),
11717         (ev_page_action_set_current_page),
11718         (ev_page_action_set_total_pages), (ev_page_action_class_init):
11719         * shell/ev-page-action.h:
11720
11721         Implement a page switcher in the toolbar
11722
11723         * shell/ev-view.c: (ev_view_scroll_view):
11724         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11725         (update_current_page), (view_page_changed_cb), (goto_page_cb),
11726         (register_custom_actions), (ev_window_init):
11727
11728         Change page on PageUp/Down.
11729
11730 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
11731
11732         * pdf/xpdf/pdf-document.cc
11733         (pdf_document_thumbnails_get_thumbnail): initial stab at
11734         implementing thumbnail support for pdfs.  It only does documents
11735         with precached pdfs now.
11736
11737 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
11738
11739         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
11740         thumbnail code into a time-based idle as well.  Also, turn off the
11741         shadow temporarily as it's really slow.
11742
11743 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11744
11745         * backend/ev-document.c: (ev_document_class_init):
11746         * pdf/xpdf/pdf-document.cc:
11747         * shell/ev-window.c: (ev_window_open):
11748
11749         Fix document title bugs and fallback to
11750         filename when not available.
11751
11752 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11753
11754         * backend/ev-document.c: (ev_document_get_type),
11755         (ev_document_class_init), (ev_document_load),
11756         (ev_document_get_title):
11757         * backend/ev-document.h:
11758         * pdf/xpdf/pdf-document.cc:
11759         * ps/ps-document.c: (ps_document_set_property),
11760         (ps_document_get_property), (ps_document_class_init),
11761         (document_load):
11762         * ps/ps-document.h:
11763         * ps/ps.h:
11764         * shell/ev-window.c: (update_window_title), (ev_window_open),
11765         (ev_window_init):
11766
11767         Initial support for document title. Not working yet.
11768
11769 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11770
11771         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
11772
11773         Grab focus on the view when clicking it
11774
11775 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11776
11777         * shell/ev-marshal.list:
11778         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
11779         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
11780
11781         Add key bindings to the view. Now if the focus would work
11782         right...
11783
11784 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11785
11786         * Makefile.am:
11787         * backend/Makefile.am:
11788         * data/Makefile.am:
11789         * dvi/Makefile.am:
11790         * dvi/dvilib/Makefile.am:
11791         * pdf/xpdf/Makefile.am:
11792         * po/POTFILES.in:
11793         * ps/Makefile.am:
11794
11795         Fix distcheck
11796
11797 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11798
11799         * shell/ev-view.c: (ev_view_realize):
11800
11801         Fix mouse wheel scrolling
11802
11803 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11804
11805         * ps/Makefile.am:
11806         * ps/gstypes.h:
11807         * ps/gtkgs.c:
11808         * ps/gtkgs.h:
11809         * ps/ps-document.c: (catchPipe), (ps_document_init),
11810         (ps_document_class_init), (ps_document_cleanup),
11811         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
11812         (set_up_page), (close_pipe), (is_interpreter_ready),
11813         (interpreter_failed), (output), (input), (start_interpreter),
11814         (stop_interpreter), (file_length), (file_readable),
11815         (check_filecompressed), (check_pdf), (compute_xdpi),
11816         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
11817         (ps_document_get_type), (ps_document_emit_error_msg),
11818         (document_load), (ps_document_next_page),
11819         (ps_document_get_current_page), (ps_document_get_page_count),
11820         (ps_document_goto_page), (ps_document_set_page_size),
11821         (ps_document_zoom_to_fit), (ps_document_set_zoom),
11822         (ps_document_load), (ps_document_get_n_pages),
11823         (ps_document_set_page), (ps_document_get_page),
11824         (ps_document_widget_event), (ps_document_set_target),
11825         (ps_document_set_scale), (ps_document_set_page_offset),
11826         (ps_document_get_page_size), (ps_document_render),
11827         (ps_document_document_iface_init):
11828         * ps/ps-document.h:
11829         * ps/ps.c:
11830         * shell/ev-window.c: (ev_window_open):
11831
11832         Rename GtkGS to PSDocument
11833
11834 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11835
11836         * ps/gtkgs.c: (gtk_gs_class_init):
11837         * ps/gtkgs.h:
11838
11839         Some more leftover...
11840
11841 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11842
11843         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
11844         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
11845         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
11846         * ps/gtkgs.h:
11847
11848         Remove unused code and make a lot of stuff private
11849
11850 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11851
11852         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
11853         (gtk_gs_defaults_changed):
11854         * ps/gsdefaults.h:
11855         * ps/gtkgs.c:
11856         * ps/gtkgs.h:
11857         * ps/ps.h:
11858
11859         Cleanup headers dependencies
11860
11861 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11862
11863         * ps/Makefile.am:
11864         * ps/ggvutils.c:
11865         * ps/ggvutils.h:
11866         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
11867         * ps/gsdefaults.h:
11868         * ps/gtkgs.c: (file_length), (file_readable),
11869         (check_filecompressed), (check_pdf), (gtk_gs_load),
11870         (gtk_gs_get_postscript):
11871
11872         Get rid of ggvutils
11873
11874 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11875
11876         * ps/ggvutils.c:
11877         * ps/ggvutils.h:
11878         * ps/gsio.h:
11879         * ps/gtkgs.c: (gtk_gs_set_zoom):
11880
11881         Cleanups
11882
11883 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11884
11885         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
11886
11887         Ensure the page is rerendered when changing zoom
11888
11889 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11890
11891         * backend/ev-document.c: (ev_document_base_init),
11892         (ev_document_changed):
11893         * backend/ev-document.h:
11894
11895         Add a changed event that is emitted when the page content
11896         changes. This is necessary to deal with the fact that
11897         in ps backend rendering happen asycrounously.
11898         This makes the ps backend mostly work.
11899
11900         * pdf/xpdf/pdf-document.cc:
11901
11902         Emit changed event
11903
11904         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
11905         (ps_document_set_target):
11906
11907         Emit changed event
11908
11909         * shell/ev-view.c: (document_changed_callback),
11910         (ev_view_set_document), (ev_view_set_page):
11911
11912         Redraw on the changed signal
11913
11914 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
11915
11916         * configure.ac: Added pt_BR to ALL_LINGUAS.
11917
11918 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
11919
11920         * backend/ev-document-bookmarks.c:
11921         (ev_document_bookmarks_get_child): *
11922         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
11923         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
11924         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
11925         (ev_sidebar_bookmarks_destroy),
11926         (ev_sidebar_bookmarks_class_init),
11927         (ev_sidebar_bookmarks_construct), (stack_data_free),
11928         (do_one_iteration), (populate_bookmarks_idle),
11929         (ev_sidebar_bookmarks_clear_document),
11930         (ev_sidebar_bookmarks_set_document): *
11931         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
11932         (ev_sidebar_add_page),
11933         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
11934         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
11935         it displays both the topics and the page numbers.
11936
11937 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
11938
11939         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
11940         toggle.
11941         * shell/ev-window.c (toggle_entries): Set sidebar default value to
11942         visible.
11943
11944 2004-12-23  Adam Weinberger  <adamw@gnome.org>
11945
11946         * configure.ac: Added en_CA to ALL_LINGUAS.
11947
11948 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11949
11950         * ChangeLog: replace bottom of this ChangeLog (merged history of
11951         ggv and gpdf; where all paths were wrong and most of the files are
11952         not even in this tree) with ChangeLog (from arch) of the shell
11953         code.
11954
11955 2004-12-23  Havoc Pennington  <hp@redhat.com>
11956
11957         * shell/ev-window.c: hook up potentially-questionable "find
11958         results status text" feature - something involving the sidebar or
11959         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
11960         might be better in the end.
11961
11962         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
11963         with corresponding signal when it should be updated
11964
11965         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
11966
11967 2004-12-22  Havoc Pennington  <hp@redhat.com>
11968
11969         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
11970         find stuff on other pages, sort of (only returns one result on
11971         invisible pages, to show they have results; updates full results
11972         for a page when you view it). Currently repaints the current page
11973         every time a new result is found on any page, which isn't so nice.
11974
11975 2004-12-22  Havoc Pennington  <hp@redhat.com>
11976
11977         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
11978         the document doesn't support find (better ideas?)
11979         (find_bar_search_changed_cb): handle missing document or document
11980         that doesn't support find
11981
11982         * pdf/xpdf/pdf-document.cc: port to implement the new
11983         EvDocumentFindIface
11984
11985         * backend/ev-document-find.c: create a new interface for searching
11986
11987         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
11988
11989 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11990
11991         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
11992         libevbackend.la.
11993
11994         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
11995         EvPrintJob constructor arguments.
11996
11997         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
11998         for documents that can export PostScript (page by page).
11999
12000         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
12001         
12002         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
12003         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
12004         (pdf_document_ps_exporter_iface_init:
12005         Implement EvPSExporter.
12006
12007         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
12008
12009 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12010
12011         * backend/Makefile.am:
12012         * backend/ev-document-thumbnails.c:
12013         (ev_document_thumbnails_get_type),
12014         (ev_document_thumbnails_get_thumbnail):
12015         * backend/ev-document-thumbnails.h:
12016         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12017         (pixbuf_document_thumbnails_get_thumbnail),
12018         (pixbuf_document_document_thumbnails_iface_init):
12019         * shell/Makefile.am:
12020         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
12021         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
12022         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
12023         * shell/ev-sidebar-thumbnails.h:
12024         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12025         (ev_sidebar_set_document):
12026         * shell/ev-utils.c: (gaussian), (create_blur_filter),
12027         (create_shadow), (ev_pixbuf_add_shadow):
12028         * shell/ev-utils.h:
12029         Add thumbnail support.
12030         
12031 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12032
12033         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
12034         (using_postscript_printer): Set up a print dialog for "PostScript
12035         injection" method.
12036
12037         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
12038         EvPrintJob.
12039
12040         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
12041
12042 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12043
12044         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
12045         (ps_document_set_target), (ps_document_get_page_size),
12046         (ps_document_render):
12047         * ps/gtkgs.h:
12048
12049         Fix a few bugs
12050
12051 2004-12-22  Christian Rose  <menthos@menthos.com>
12052
12053         * configure.ac: Added "sv" to ALL_LINGUAS.
12054
12055 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
12056
12057         * backend/ev-document-bookmarks.[ch]: new interface to indicate
12058         document supports bookmarks.
12059
12060 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12061
12062         * ps/ggvutils.c: (ggv_file_readable):
12063         * ps/ggvutils.h:
12064         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
12065         (gtk_gs_get_postscript):
12066
12067         Remove unused utils
12068
12069 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12070
12071         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
12072         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
12073         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
12074         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
12075         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
12076         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
12077         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12078         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12079         (gtk_gs_set_antialiasing), (ps_document_load),
12080         (ps_document_render):
12081         * ps/gtkgs.h:
12082
12083         Another check point for the ps backend. Now I can get it to show
12084         pages!
12085
12086 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
12087
12088         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
12089         document setting code.
12090
12091 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12092
12093         * shell/eggfindbar.c: (entry_activate_callback):
12094         Animate the next button when activate is pressed.
12095         
12096 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12097
12098         * shell/ev-window.c: (ev_window_cmd_edit_find),
12099         (update_fullscreen_popup), (ev_window_fullscreen),
12100         (ev_window_unfullscreen), (ev_window_state_event_cb),
12101         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
12102         Fix bugs in fullscreen code.
12103         
12104 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12105
12106         * Makefile.am:
12107         * configure.ac:
12108         * pixbuf/Makefile.am:
12109         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12110         (pixbuf_document_load), (pixbuf_document_get_n_pages),
12111         (pixbuf_document_set_page), (pixbuf_document_get_page),
12112         (pixbuf_document_set_target), (pixbuf_document_set_scale),
12113         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
12114         (pixbuf_document_render), (pixbuf_document_begin_find),
12115         (pixbuf_document_end_find), (pixbuf_document_finalize),
12116         (pixbuf_document_class_init),
12117         (pixbuf_document_document_iface_init), (pixbuf_document_init):
12118         * pixbuf/pixbuf-document.h:
12119         * shell/Makefile.am:
12120         * shell/ev-application.c: (ev_application_open):
12121         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
12122         (ev_window_open):
12123         Add pixbuf backend.
12124         
12125 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
12126
12127         * Makefile.am: 
12128         * dvi/dvilib/Makefile.am:
12129         * dvi/Makefile.am:
12130         * configure.ac: Auto*ify dvi and dvi/dvilib
12131
12132         * dvi/Makefile: Remove from CVS
12133         
12134         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
12135         confusion.
12136
12137         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
12138         
12139         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
12140         
12141 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12142
12143         * ps/Makefile.am:
12144         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
12145         (gtk_gs_value_adjustment_changed), (compute_size),
12146         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
12147         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
12148         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12149         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12150         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
12151         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
12152         (ps_document_load), (ps_document_get_n_pages),
12153         (ps_document_set_page), (ps_document_get_page),
12154         (ps_document_set_target), (ps_document_set_scale),
12155         (ps_document_set_page_offset), (ps_document_get_page_size),
12156         (ps_document_render), (ps_document_begin_find),
12157         (ps_document_end_find), (ps_document_document_iface_init):
12158         * ps/gtkgs.h:
12159         * shell/Makefile.am:
12160         * shell/ev-window.c: (ev_window_open):
12161
12162         Some work to integrate gtkgs with EvDocument
12163
12164 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12165
12166         * shell/ev-window.c: (update_fullscreen_popup),
12167         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
12168         (exit_fullscreen_button_clicked_cb),
12169         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
12170         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12171         (ev_window_state_event_cb), (ev_window_init):
12172         Add fullscreen support from Epiphany.
12173         
12174 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12175
12176         * data/ev-stock-zoom-fit-width.png: fit-width
12177         stock icon from gpdf.
12178         
12179         * shell/ev-stock-icons.[ch]: copied from gpdf.
12180         
12181         * shell/main.c: (main): init stock icons.
12182         
12183         * shell/ev-window.c: use the fit-width icon.
12184         
12185         * data/evince-ui.xml: add zooming toolbar items.
12186
12187 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12188
12189         * shell/ev-view.c: 
12190         (ev_view_best_fit), (ev_view_fit_width): because
12191         get_page_size() returns the scaled page size, we
12192         need to calculate the scale factor relative to
12193         the previous scale factor. Should really just
12194         add get_real_page_size().
12195
12196 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12197
12198         * shell/ev-view.[ch]:
12199         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
12200         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
12201         add zooming.
12202         
12203         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
12204         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
12205         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
12206         hook it up.
12207         
12208         * pdf/xpdf/pdf-document.cc:
12209         (pdf_document_begin_find),
12210         (pdf_document_end_find): make static.
12211
12212 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12213
12214         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
12215
12216         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
12217         names to fontconfig patterns.
12218         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
12219
12220         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
12221         setupBaseFontsFc.
12222
12223 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12224
12225         * Makefile.am:
12226         * configure.ac:
12227         * ps/Makefile.am:
12228         * ps/ggvutils.c:
12229         * ps/ggvutils.h:
12230         * ps/gsdefaults.c:
12231         * ps/gsdefaults.h:
12232         * ps/gsio.c:
12233         * ps/gsio.h:
12234         * ps/gtkgs.c:
12235         * ps/gtkgs.h:
12236         * ps/ps.c:
12237         * ps/ps.h:
12238
12239         Import ggv backend. Not hooked up yet.
12240
12241 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12242
12243         * shell/main.c: (load_files), (main): load files
12244         from the command line.
12245
12246 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12247
12248         * configure.ac: don't require bonobo.
12249         
12250         * cut-n-paste/recent-files/*: kill bonobo recent
12251         view.
12252
12253         * shell/ev-window.c:
12254         (ev_window_is_empty): upd.
12255         (unable_to_load), (ev_window_open): load backend
12256         based on the mime type.
12257
12258 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12259
12260         * backend/.cvsignore: ignore generated marshalers source.
12261
12262         * shell/main.c (main): this is not epiphany.
12263
12264 2004-12-22  Havoc Pennington  <hp@redhat.com>
12265
12266         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
12267         (expose_bin_window): draw find highlights
12268
12269         * shell/ev-window.c (find_bar_search_changed_cb): implement 
12270         
12271         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
12272         (pdf_document_end_find): implement this interface
12273
12274         * backend/ev-document.c (ev_document_found): add this to emit
12275         signal
12276
12277 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
12278
12279         * data/evince-ui.xml: Add a few more toolbar items.
12280
12281         * shell/ev-window.c: Hook up page navigation toolbar 
12282         items.
12283
12284         * shell/ev-view.[ch]: add ev_view_set/get_page and 
12285         a page-changed signal.
12286
12287         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
12288         Add ev_document_get_page().
12289
12290         * shell/ev-window.c: Sensitize/desensitize navigation
12291         actions.
12292
12293 2004-12-21  Havoc Pennington  <hp@redhat.com>
12294
12295         * backend/ev-backend-marshal.c,
12296         backend/ev-backend-marshalers.list, backend/Makefile.am: add
12297         marshaler-generator thingy. I'm sure there's a better way to do
12298         this in the modern world.
12299
12300         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
12301         end_find methods and "found" signal.
12302
12303         * configure.ac: find glib-genmarshal
12304
12305 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
12306
12307         * shell/ev-sidebar.c: Construct an actual sidebar.
12308         * shell/ev-sidebar-bookmarks.[ch]:
12309         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
12310
12311 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
12312
12313         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
12314         Redo size handling.
12315         
12316         * shell/ev-view.c: Track the size from the document.
12317
12318 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
12319
12320         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
12321         constructor assumes ownership of the string passed in.
12322         
12323         * shell/ev-window.c (ev_window_open): Destroy the error
12324         dialog once we've displayed it.
12325
12326 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
12327
12328         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
12329         a bit, it works! (sort of)
12330
12331         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
12332         Move to .cc since we need to use C++ in the implementation.
12333
12334         * shell/dummy.cc: Add a CC file to force evince
12335         to be linked as a C++ program.
12336
12337 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
12338
12339         * shell/ev-view.[ch]: Start of content-area widget.
12340
12341         * shell/ev-window.c: Create a EvView, update it
12342         as we change documents.
12343
12344         * shell/Makefile.am shell/ev-marshal.list: Add
12345         generated marshalers.
12346
12347 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
12348
12349         * Makefile.am (SUBDIRS): move shell.
12350
12351 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
12352
12353         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
12354         .a to libtool convenience libraries.
12355
12356         * shell/ev-window.c (ev_window_open): Hard code loading
12357         a PDF document.
12358         
12359         * backend/ev-document.h: Add a boolean return to load(),
12360         fix GError * to GError **.
12361
12362         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
12363         object for a PDF backend EvDocument.
12364
12365 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
12366
12367         * dvi/*: New directory with the beginning of a .dvi backend.
12368
12369 2004-12-21  Havoc Pennington  <hp@redhat.com>
12370
12371         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
12372         previous/next instead of back/forward
12373
12374 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
12375
12376         * backend/ev-document.[ch]: Fix a couple of problems so
12377         it compile.
12378
12379 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
12380
12381         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
12382         to backend/ directory, rename EvViewer to EvDocument.
12383
12384 2004-12-21  Havoc Pennington  <hp@redhat.com>
12385
12386         * shell/ev-window.c: hook up the find bar widget; now we just need
12387         a document to find things in
12388
12389         * shell/eggfindbar.c: a find bar widget
12390
12391 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
12392
12393         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
12394
12395 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
12396
12397         * pdf/**: Import of xpdf code from gpdf. 
12398
12399         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
12400
12401         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
12402         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
12403         Fix FreeType includes.
12404
12405         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
12406         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
12407         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
12408         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
12409         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
12410         Include xpdfconfig.h
12411         
12412 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
12413
12414         * shell/ev-window.c (ev_window_dispose): dispose can be called
12415         multiple times.
12416
12417 2004-12-21  Havoc Pennington  <hp@redhat.com>
12418
12419         * shell/ev-window.c (ev_window_init): set title to Document Viewer
12420         rather than Evince
12421
12422         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
12423         items; really they should be synced with the strings, etc. from
12424         current gpdf, but just getting the boring typing out of the way 
12425
12426 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12427
12428         * po/POTFILES.in:
12429         * shell/ev-application.c: (window_destroy_cb):
12430         * shell/ev-window.c:
12431         * shell/main.c: (main):
12432
12433         Actually show the window...
12434
12435 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12436
12437         * Makefile.am:
12438         * shell/Makefile.am:
12439         * shell/ev-application.c: (ev_application_class_init):
12440         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
12441
12442         Make it build again
12443
12444 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12445
12446         Import to gnome cvs.
12447         
12448         * Remove copies of gpdf and ggv trees.
12449         * Rip out all the recursive configure code.
12450         * Remove bonobo machinery.
12451         * viewer/*: GInterfaces that backends should/can implement.
12452
12453 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12454
12455         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
12456         typo
12457
12458 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12459
12460         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
12461         (ev_application_finalize, ev_application_class_init)
12462         (ev_application_init): use GType instance private data for priv.
12463
12464         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
12465         (ev_window_finalize, ev_window_class_init)
12466         (ev_window_init): ditto.
12467
12468 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12469
12470         * shell/ev-application.c (ev_application_new_window): make public
12471         (ev_application_show_initial_window): kill.
12472
12473         * shell/ev-application.h: update prototypes.
12474
12475         * shell/main.cc (main): inline ev_application_show_initial_window.
12476
12477 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12478
12479         * shell/ev-application.c (ev_application_new_window): impl.
12480         (ev_application_show_initial_window): use it.
12481         (is_window_empty, ev_application_get_empty_window): returns an
12482         existing empty window or a new one.
12483         (ev_application_open): from ev_window_cmd_file_open.
12484
12485         * shell/ev-application.h: update prototypes
12486
12487         * shell/ev-window.c (ev_window_is_empty): impl.
12488         (ev_window_open): make public.
12489         (ev_window_cmd_file_open): use ev_application_open
12490
12491         * shell/ev-window.h: update prototypes, remove unused.
12492
12493 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12494
12495         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
12496         move destroy handler out of here...
12497
12498         * shell/ev-application.c, shell/ev-application.h: ...into this new
12499         class. Also handles initial window creation.
12500
12501         * shell/main.cc (main): use EvApplication to create initial
12502         window.
12503
12504 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12505
12506         * Makefile.am (SUBDIRS): add cut-n-paste
12507
12508         * cut-n-paste/Makefile.am: add
12509
12510         * configure.ac: generate Makefiles in cut-n-paste
12511
12512 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12513
12514         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
12515         (ev_window_class_init): install ev_window_dispose.
12516
12517 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12518
12519         * shell/ev-window.h, shell/ev-window.c: replace gchar with
12520         char (gchar looks stupid).
12521
12522 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12523
12524         * po/de.po: updated German translation.
12525
12526 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12527
12528         * configure.ac: add more pkg-config library checks for gnome-vfs,
12529         bonobo etc.
12530
12531         * gpdf/configure.in: temporarily disable libpaper
12532         checks. Otherwise I'd have to add the checks for the shell, too.
12533
12534 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12535
12536         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
12537         and * file filters to the file choose.
12538
12539 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12540
12541         * po/de.po: Updated German translation.
12542
12543 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12544
12545         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
12546
12547 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12548
12549         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
12550
12551         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
12552         (ev_window_init): implement those menuitems.
12553
12554 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12555
12556         * data/evince-ui.xml: add a toolbar (with FileOpen action)
12557
12558         * shell/ev-window.c (ev_window_init): use the toolbar.
12559
12560 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12561
12562         * shell/ev-window.c (ev_window_init): use menu translations
12563
12564 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12565
12566         * configure.ac: add "de" to ALL_LINGUAS.
12567
12568         * po/de.po: add German translation.
12569
12570 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12571
12572         * Makefile.am (SUBDIRS): add po
12573
12574         * configure.ac: check intltool, glib-gettext etc, generate
12575         po/Makefile.in
12576
12577         * po, po/POTFILES.in, po/POTFILES.skip: new.
12578
12579 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12580
12581         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
12582         already use (#ifdef ENABLE_NLS)
12583
12584         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
12585         pointer indirection thinko.
12586
12587         * shell/main.c: include gi18n.h for bindtextdomain etc.
12588
12589 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12590
12591         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
12592         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
12593         tooltips for menu items in the statusbar.
12594
12595 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12596
12597         * configure.ac, data/Makefile.am, shell/Makefile.am: use
12598         pkgdatadir drop UIDIR
12599
12600 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12601
12602         * data/evince-ui.xml: Add File->Open menu item
12603
12604         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
12605         chooser), hook it up in the ui manager.
12606
12607 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12608
12609         * shell/ev-window.c: fix Help->About tooltip.
12610
12611 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
12612
12613         * configure.ac: set CFLAGS for libevprivate.
12614
12615         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
12616         definitions, factory etc.
12617
12618         * lib/Makefile.am: build libevprivate.a (only stock icon code).
12619
12620         * shell/Makefile.am: link against libevprivate.a.
12621
12622         * shell/ev-window.c (entries): add stock icon to Help->About.
12623
12624         * shell/main.c (main): init stock icon code.
12625
12626 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12627
12628         * lib/recent-files: egg recent files code
12629
12630         * lib/Makefile.am: add.
12631
12632         * Makefile.am: add lib subdir.
12633
12634         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
12635         set CFLAGS for recent-files.
12636
12637 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12638
12639         * configure.ac: disable -ansi and -pedantic gcc flags. They
12640         disable POSIX stuff in stdio.h, but egg-recent uses them.
12641
12642 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
12643
12644         * configure.ac: add --disable-deprecated flag (defaults to on in
12645         "cvs" builds).
12646
12647         * shell/Makefile.am (INCLUDES): use it.
12648
12649 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12650
12651         * shell/main.c: add missing #include.
12652
12653         * shell/ev-window.c: fix for pedantic gcc.
12654         (ev_window_cmd_help_about): split license into paragraphs for
12655         translators and pedantic compilers.
12656
12657 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12658
12659         * configure.ac: add more warning flags if compiling with gcc from
12660         cvs (or explicitly requested with --enable-more-warnings).
12661
12662 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12663
12664         * data/evince-ui.xml: add File and File->Close menu.
12665
12666         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
12667         (ev_window_destroy): quit after destroy.
12668         (ev_window_class_init): override GtkObject::destroy.
12669         (entries): install close_window callback.
12670
12671 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12672
12673         * Makefile.am (SUBDIRS): add data subdir.
12674
12675         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
12676         gtk+ 2.5.0 for GtkAboutDialog.
12677
12678         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
12679         main window.
12680
12681         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
12682
12683         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
12684         manager.
12685         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
12686
12687 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12688
12689         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
12690
12691 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12692
12693         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
12694
12695 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12696
12697         * shell/*: Added shell directory boilerplate, build it.
12698
12699 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12700
12701         * configure.ac, Makefile.am: Added top-level configure.ac and
12702         Makefile.am