]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
0e426d7a7f7f2f2ff3112d16309fe36a6ecb0c8d
[evince.git] / ChangeLog
1 2006-05-13  Michael Plump  <plumpy@skylab.org>
2
3         * configure.ac:
4         * shell/Makefile.am:
5         * shell/main.c: (main):
6         
7         Port to GOption command line parsing. Fix for the 
8         bug #327518
9
10 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11
12         * shell/ev-window.c: (ev_window_cmd_help_about):
13         
14         Do not wrap license. Fix for the bug #309460.
15
16 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
17
18         * configure.ac:
19         * properties/ev-properties-main.c: (ev_properties_get_pages):
20         * shell/ev-application.c: (ev_application_open_window),
21         (ev_application_open_uri_at_dest):
22         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
23         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
24         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
25         * shell/ev-utils.c: (save_print_config_to_file):
26         * shell/ev-window.c: (ev_window_cmd_save_as),
27         (ev_attachment_popup_cmd_save_attachment_as):
28         * shell/main.c: (load_files_remote):
29         
30         Bump requirements to gtk 2.8 and drop all idfefs used.
31
32 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
33
34         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
35         * shell/ev-window.c: (ev_window_init):
36         
37         Show attachments page.
38
39 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
40
41         * po/POTFILES.in:
42         * shell/ev-attachment-bar.c:
43         * shell/ev-attachment-bar.h:
44         * shell/ev-sidebar-attachments.c:
45         (ev_sidebar_attachments_icon_cache_add),
46         (icon_theme_get_pixbuf_from_mime_type),
47         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
48         (ev_sidebar_attachments_icon_cache_refresh),
49         (ev_sidebar_attachments_get_attachment_at_pos),
50         (ev_sidebar_attachments_popup_menu_show),
51         (ev_sidebar_attachments_popup_menu),
52         (ev_sidebar_attachments_button_press),
53         (ev_sidebar_attachments_update_icons),
54         (ev_sidebar_attachments_drag_data_get),
55         (ev_sidebar_attachments_get_property),
56         (ev_sidebar_attachments_destroy),
57         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
58         (ev_sidebar_attachments_new),
59         (ev_sidebar_attachments_set_document),
60         (ev_sidebar_attachments_support_document),
61         (ev_sidebar_attachments_get_label),
62         (ev_sidebar_attachments_page_iface_init):
63         * shell/ev-sidebar-attachments.h:
64         * shell/ev-window.c: (update_chrome_visibility),
65         (setup_sidebar_from_metadata), (ev_window_setup_document),
66         (ev_window_sidebar_current_page_changed_cb),
67         (attachment_bar_menu_popup_cb), (ev_window_init):
68         
69         Move attachments bar to sidebar.
70
71 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
72
73         * pdf/ev-poppler.cc:
74         * shell/ev-application.[ch]:
75         * shell/main.c:
76
77         Fix some memory leaks.
78
79 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
80
81         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
82
83         Change the properties dialog response to
84         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
85         will make the dialog go away when the user presses
86         enter. With gtk+ >= 2.9 this will happen anyway, but for
87         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
88         escape by default. Fixes bug #340539. See also bug
89         #101293 for the gtk+ part.
90
91 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
92
93         * shell/ev-view.c (tip_from_action_named): Replace some strings
94         that were wrong. Closes #340970.
95
96 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
97
98         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
99
100         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
101         #341049
102
103 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
104
105         * djvu/Makefile.am:
106         * dvi/Makefile.am:
107         * dvi/mdvi-lib/Makefile.am:
108         * properties/Makefile.am:
109         * ps/Makefile.am:
110         * shell/Makefile.am:
111         * thumbnailer/Makefile.am:
112         
113         Due to broken libtool that is unable to track dependencies
114         of noinst libraries we are forced to explicitely point
115         libraries for binary. Fix for the bug #333334.
116
117 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
118
119         * data/evince.desktop.in.in:
120         * shell/ev-view.c: (view_update_range_and_current_page),
121         (ev_view_next_page), (ev_view_previous_page):
122         * shell/ev-window.c: (update_chrome_visibility),
123         (setup_sidebar_from_metadata), (ev_window_setup_document),
124         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
125         (fullscreen_set_timeout), (fullscreen_clear_timeout),
126         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
127         (ev_window_stop_fullscreen), (ev_window_run_presentation),
128         (ev_window_stop_presentation), (ev_window_focus_in_event),
129         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
130         (ev_window_init):
131         * thumbnailer/Makefile.am:
132         
133         Update fullscreen and presentation timeout handling. Hide
134         cursor in presentation after timeout. Fix for the bugs
135         #136359 and #336981.
136
137 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
138
139         * backend/ev-link-action.[ch]:
140         * pdf/ev-poppler.cc: (ev_link_from_action):
141         * shell/ev-view-private.h:
142         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
143         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
144
145         Add support for Named Action links
146
147 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
148
149         * backend/Makefile.am:
150         * backend/ev-document-links.[ch]:
151         * backend/ev-document.[ch]:
152         * backend/ev-link-action.[ch]:
153         * backend/ev-link-dest.[ch]:
154         * backend/ev-link.[ch]:
155         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
156         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
157         * shell/ev-page-action.c: (build_new_tree_cb):
158         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
159         (links_page_num_func), (update_page_callback):
160         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
161         (tip_from_link):
162         * shell/ev-jobs.c:
163         * shell/ev-window.[ch]: (ev_window_open_uri),
164         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
165         * shell/ev-application.[ch]: (ev_application_open_window),
166         (ev_application_open_uri):
167
168         Rework links system, it adds support for remote links now and it makes
169         easier to add new kinds of actions and destinations. Fixes bug #317292
170
171 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
172
173         * data/Makefile.am:
174         * data/evince.png:
175         * data/evince-16.png:
176         * data/evince-22.png:
177         * data/evince.svg:
178         * shell/main.c: (main):
179         
180         Evince use it's own icon. Fix for the bug #313392.
181
182         * shell/ev-window.c: (fullscreen_timeout_cb),
183         (fullscreen_set_timeout), (fullscreen_clear_timeout),
184         (ev_window_cmd_help_about), (ev_window_dispose):
185         
186         Simplify fullscreen timeout code.
187
188 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
189
190         * backend/ev-attachment.c: 
191         * shell/ev-attachment-bar.c:
192         * shell/ev-window.c:
193
194         Allow multiple selection of attachments
195
196 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
197
198         * shell/ev-view.c: (view_update_range_and_current_page),
199         (ev_view_scroll):
200         
201         Fix for the bug #312573 – Optimal selection of current 
202         page among visible pages.
203
204 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
205
206         * configure.ac:
207         * djvu/Makefile.am:
208         * djvu/djvu-text.h:
209         
210         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
211         for the bug 339868.
212
213 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
214
215         * configure.ac: Fix the LINGUAS stuff here too so it builds.
216
217 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
218
219         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
220         dictated by the GNOME HIG. Fixes bug #339235.
221
222 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
223
224         * data/evince-ui.xml:
225         * shell/ev-view.c: (ev_view_can_find_previous):
226         * shell/ev-view.h:
227         * shell/ev-window.c: (ev_window_update_actions),
228         (ev_window_cmd_edit_find_previous):
229
230         Add support for "Find Previous" as dictated by the GNOME HIG. A
231         menu item is added and some glue code to make it all work is added
232         to various files.
233
234 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
235
236         * configure.ac: Award myself the "useless use of cat" award.
237
238 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
239
240         * po/LINGUAS: New file listing all supported languages.
241
242         * configure.in: Use po/LINGUAS instead of including all languages
243         directly in this file. See the wiki for more information:
244         http://live.gnome.org/GnomeGoals/PoLinguas
245
246 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
247
248         * backend/ev-document-factory.c:
249
250         Do not load the document twice when there isn't errors
251
252 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
253
254         * backend/ev-attachment.c: 
255
256         Fix a crash when there isn't a default application to open an
257         attachment
258
259 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
260
261         * backend/ev-attachment.[ch]:
262         * shell/ev-attachment-bar.[ch]:
263
264         Added missing files. 
265
266 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
267
268         * backend/Makefile.am:
269         * data/evince-ui.xml:
270         * backend/ev-attachment.[ch]:
271         * backend/ev-document.[ch]: (ev_document_has_attachments),
272         (ev_document_get_attachments):
273         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
274         (attachment_save_to_buffer), (pdf_document_get_attachments),
275         (pdf_document_document_iface_init):
276         * shell/Makefile.am:
277         * shell/ev-attachment-bar.[ch]:
278         * shell/ev-window.c:
279
280         Add support for PDF attachments. Fixes bug #325143
281
282 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
283
284         * backend/ev-document-factory.c: (get_document_from_uri),
285         (ev_document_factory_get_document):
286         * backend/ev-document-factory.h:
287         * properties/ev-properties-main.c: (ev_properties_get_pages):
288         * shell/Makefile.am:
289         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
290         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
291         (ev_job_queue_remove_job):
292         * shell/ev-job-queue.h:
293         * shell/ev-job-xfer.c:
294         * shell/ev-job-xfer.h:
295         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
296         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
297         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
298         (ev_job_xfer_run):
299         * shell/ev-jobs.h:
300         * shell/ev-window.c: (ev_window_is_empty),
301         (password_dialog_response), (ev_window_clear_xfer_job),
302         (ev_window_xfer_job_cb), (ev_window_open_uri),
303         (ev_window_cmd_focus_page_selector),
304         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
305         (ev_window_cmd_continuous), (ev_window_cmd_dual),
306         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
307         (ev_window_dispose):
308         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
309         
310         * Cleanup mime type detection on document load. Fix for the
311         bug #336448.
312
313 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
314
315         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
316         
317         Fix crash on exit, described in the bug #336825.
318
319 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
320
321         * backend/ev-document-factory.c:
322         (ev_document_factory_get_from_mime),
323         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
324         (ev_document_factory_get_document),
325         (file_filter_add_mime_list_and_free),
326         (ev_document_factory_add_filters):
327         * backend/ev-document-factory.h:
328         * properties/ev-properties-main.c: (ev_properties_get_pages):
329         * shell/Makefile.am:
330         * shell/ev-application.c:
331         * shell/ev-job-xfer.c: (ev_job_xfer_run):
332         * shell/ev-window.c: (ev_window_cmd_file_open),
333         (ev_window_cmd_save_as):
334         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
335         
336         Rework factory functions so they are placed now in a single 
337         file ev-document-factory.c
338
339 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
340
341         * shell/ev-window.c: (update_chrome_visibility):
342         
343         Fix for the bug 166566 - don't show menubar in fullscreen
344         mode.
345
346 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
347
348         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
349
350 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
351
352         * shell/ev-view.c: (ev_view_expose_event):
353         
354         More correctly draw loading text when document
355         is empty.
356
357 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
358
359         * shell/ev-view.c: (ev_view_scroll):
360         
361         Fix for the bug #334854, page down and page up switch
362         pages in presentation mode.
363
364 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
365
366         * shell/ev-window.c: (ev_window_set_action_sensitive),
367         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
368         (ev_window_set_view_accels_sensitivity),
369         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
370         (ev_window_cmd_continuous), (ev_window_cmd_dual),
371         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
372         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
373         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
374         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
375         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
376         (view_actions_focus_in_cb), (ev_window_init):
377         
378         Fix for the bug #333902, now it's possible to search
379         words with slash.
380
381 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
382
383         * configure.ac: Added Breton translation.
384         * po/br.po: Added Breton translation.
385
386 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
387
388         * shell/ev-window-title (ev_window_title_update):
389
390         Fix memory leak in window title. Fixes bug #333944
391
392 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
393
394         * shell/ev-metadata-manager.c (parseItem):
395
396         Fix memory leaks. Fixes bug #333945
397
398 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
399         
400         * NEWS, configure.ac, TODO:
401         
402         Update for release 0.5.2.
403
404 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
405
406         * shell/ev-view.c: (view_update_range_and_current_page),
407         (page_changed_cb):
408         
409         Don't jump on scrolling, fix for the bug #333127.
410
411 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
412
413         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
414         
415         Scroll by one page in presentation mode. Fix for the bug
416         #332993.
417
418 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
419
420         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
421
422 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
423
424         * configure.ac  Added lv in ALL_LINGUAS line.
425
426 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
427         
428         * NEWS, configure.ac:
429         
430         Update for release 0.5.1
431
432 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
433
434         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
435         * backend/ev-document-misc.h:
436         * shell/ev-view.c: (draw_one_page):
437         
438          Clairfy what page the toolbar page number applies to. Fix
439          for the bug #328102.
440
441 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
442
443         * shell/ev-view-private.h:
444         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
445         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
446         (ev_view_search_changed):
447         * shell/ev-view.h:
448         * shell/ev-window.c: (find_bar_search_changed_cb):
449         
450         Dont't jump to find result if window was scrolled during search.
451         Fix for the bug #313266.
452
453 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
454
455         * shell/eggfindbar.c: (egg_find_bar_class_init):
456         * shell/eggfindbar.h:
457         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
458         * shell/ev-view-private.h:
459         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
460         (ev_view_class_init), (ev_sizing_mode_get_type),
461         (ev_scroll_type_get_type):
462         * shell/ev-view.h:
463         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
464         (ev_window_cmd_scroll_backward), (find_bar_scroll),
465         (ev_window_init):
466         
467         Fix for the bug 319133 - Find entry should allow text scroll.
468
469 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
470
471         * shell/ev-view-private.h:
472         * shell/ev-view.c: (view_update_range_and_current_page),
473         (highlight_find_results), (find_changed_cb), (page_changed_cb),
474         (ev_view_set_document), (update_find_status_message),
475         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
476         (ev_view_find_previous):
477         
478         Fix for the bug #319137. Search now takes account for scrolling.
479
480 2006-02-19  Michael Hofmann <mh21@piware.de>
481
482         * configure.ac:
483         * djvu/Makefile.am:
484         * djvu/djvu-document-private.h:
485         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
486         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
487         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
488         (djvu_document_can_get_text), (djvu_document_get_text),
489         (djvu_document_document_iface_init),
490         (djvu_document_thumbnails_get_thumbnail),
491         (djvu_document_find_begin), (djvu_document_find_get_n_results),
492         (djvu_document_find_get_result),
493         (djvu_document_find_page_has_results),
494         (djvu_document_find_get_progress), (djvu_document_find_cancel),
495         (djvu_document_find_iface_init):
496         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
497         (djvu_text_page_selection), (djvu_text_page_limits_process),
498         (djvu_text_page_limits), (djvu_text_page_copy),
499         (djvu_text_page_position), (djvu_text_page_union),
500         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
501         (djvu_text_page_box), (djvu_text_page_append_text),
502         (djvu_text_page_search), (djvu_text_page_prepare_search),
503         (djvu_text_page_new), (djvu_text_page_free):
504         * djvu/djvu-text-page.h:
505         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
506         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
507         (djvu_text_n_results), (djvu_text_has_results),
508         (djvu_text_get_result), (djvu_text_get_progress):
509         * djvu/djvu-text.h:
510         
511         Text search in djvu. Fix for the bug #303415.
512
513 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
514
515         * configure.ac:
516         * shell/ev-window.c: (ev_window_cmd_save_as):
517         
518         Ask filechooser to confirm overwrite. Fix for the bug #328266.
519         Thanks to Gary Coady <gary@lyranthe.org>
520
521 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
522
523         * shell/ev-print-job.c: (idle_print_handler):
524         
525         Inverse order printing, bug #320919.
526
527 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
528
529         * data/evince-toolbar.xml:
530         * shell/ev-window.c:
531         
532         Allow to add sidebar checkbutton on toolbar. Fix
533         for the bug #144577.
534
535 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
536
537         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
538         
539         Add checks that have sense for empty ps document.
540
541 2006-02-15  Luca Ferretti <elle.uca@libero.it>
542
543         * configure.ac: Include PS in mime types list. 
544
545 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
546
547         * configure.ac:
548         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
549         * ps/gsdefaults.h:
550         * ps/ps-document.c: (start_interpreter), (ps_document_load):
551         
552         Runtime check for gs interpreter. Fix for the bug #320868.
553         Thanks to Antoine Dopffer antoine.dopffer@free.fr
554
555 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
556
557         * shell/ev-application.c: 
558
559         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
560         dbus>=0.60, so that the request is not queued. 
561
562 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
563
564         * configure.ac:
565         * shell/Makefile.am:
566         * shell/ev-sidebar-links.c: (print_section_cb):
567         * shell/ev-utils.c:
568         * shell/ev-utils.h:
569         * shell/ev-window.c: (update_action_sensitivity),
570         (ev_window_close_dialogs), (ev_window_print):
571         * shell/ev-window.h:
572         
573         Make printing support optional. Patch from Eduardo de Barros Lima
574         <eduardo.lima@indt.org.br> for the bug #330546.
575
576 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
577
578         * shell/ev-view-private.h:
579         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
580         (ev_view_set_document):
581         * shell/ev-view.h:
582         * shell/ev-window.c: (ev_window_load_job_cb),
583         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
584         (ev_window_init):
585
586         Draw Loading message during xfer job. Fix for the bug #329495.
587
588 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
589
590         * comics/comics-document.c: (comics_regex_quote),
591         (comics_document_load), (extract_argv):
592         
593         Correcly quote regexp before passing it to unzip.
594
595 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
596
597         * shell/ev-page-cache.c: (build_height_to_page),
598         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
599         (ev_page_cache_get_dual_even_left):
600         * shell/ev-page-cache.h:
601         * shell/ev-view.c: (view_update_range_and_current_page),
602         (get_page_y_offset), (get_page_extents):
603         
604         Place even pages to the left if document has less then
605         two pages. Fix for the bug #328856.
606
607 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
608
609         * thumbnailer/evince-thumbnailer-comics.schemas.in:
610         
611         Correct comics scheme. This make evince create thumbnails
612         for comic books. Fix for the bug 329088.
613
614 2006-01-31  Christopher Aillon  <caillon@redhat.com>
615
616         * data/evince-password.glade: Don't explicitly set
617         invisible_char to the current default value in case
618         the default changes; let GTK+ do its magic.
619
620 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
621
622         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
623         real filename to tmp filename since often document
624         type is determined by extension.
625
626 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
627
628         * shell/ev-view.c: (add_scroll_binding_keypad),
629         (ev_view_binding_activated), (ev_view_class_init):
630         
631         Add keybindings for percision-scrolling of display area. 
632         Fix for the bug #314072.
633
634 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
635
636         * data/evince.desktop.in.in:
637         
638         Add GTK to the list of categories. Fix for the bug #328034.
639
640 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
641
642         * shell/ev-application.c: (ev_application_shutdown),
643         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
644         * shell/ev-application.h:
645         * shell/ev-window.c: (file_open_dialog_response_cb),
646         (ev_window_cmd_file_open):
647         
648         Save last uri in file chooser dialog. Fix for the bug #327950.
649
650 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
651
652         * NEWS:
653         * README:
654         
655         Final update for release 0.5.0
656         
657         * shell/Makefile.am:
658         
659         Remove disable deprecated until we'll require libgnome-2.13.7
660         and port to GOption argument parsing. See bug 327518.
661
662 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
663
664         * comics/comics-document.c: (comics_document_save):
665         * djvu/djvu-document.c: (djvu_document_save):
666         * dvi/dvi-document.c: (dvi_document_save):
667         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
668         * lib/ev-file-helpers.h:
669         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
670         * tiff/tiff-document.c: (tiff_document_save):
671         
672         Use common save function for backends.
673
674 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
675
676         * backend/ev-document-types.c:
677         
678         Fix crash on saving pixbuf.
679
680 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
681
682         * cut-n-paste/recent-files/egg-recent-item.c:
683         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
684         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
685         (parse_info_free), (valid_element), (start_element_handler),
686         (end_element_handler), (text_handler), (egg_recent_model_filter),
687         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
688         (egg_recent_model_monitor), (egg_recent_model_read),
689         (egg_recent_model_open_file), (egg_recent_model_lock_file),
690         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
691         (egg_recent_model_set_property), (egg_recent_model_class_init),
692         (egg_recent_model_init), (egg_recent_model_add_full),
693         (egg_recent_model_delete), (egg_recent_model_get_list),
694         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
695         (egg_recent_model_set_filter_mime_types),
696         (egg_recent_model_clear_group_filter),
697         (egg_recent_model_set_filter_groups),
698         (egg_recent_model_clear_scheme_filter),
699         (egg_recent_model_set_filter_uri_schemes),
700         (egg_recent_model_remove_expired):
701         * cut-n-paste/recent-files/egg-recent-util.c:
702         (egg_recent_util_get_icon):
703         * cut-n-paste/recent-files/egg-recent-util.h:
704         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
705         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
706         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
707         (egg_recent_view_uimanager_set_property),
708         (egg_recent_view_uimanager_get_property),
709         (egg_recent_view_uimanager_class_init),
710         (egg_recent_view_uimanager_init),
711         (egg_recent_view_uimanager_set_label_width),
712         (egg_recent_view_uimanager_get_label_width):
713         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
714         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
715         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
716         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
717         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
718         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
719         
720         Update from libegg.
721
722 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
723
724         * shell/ev-page-cache.c: (build_height_to_page),
725         (ev_page_cache_get_height_to_page):
726         * shell/ev-page-cache.h:
727         * shell/ev-view.c: (view_update_range_and_current_page),
728         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
729         (ev_view_previous_page):
730         
731         Dual mode places even pages to the left. Fix for the bug #309393.
732
733         * shell/ev-view.h:
734         * shell/ev-window.c: (update_action_sensitivity),
735         (setup_view_from_metadata), (view_menu_popup_cb):
736         
737         Don't restore presentation in empty windows, more intelligent
738         next page behaviour in dual mode.
739
740         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
741         (ev_pixbuf_cache_clear_job_sizes):
742         
743         Cleanup job callback on removal. Fix for the bug #325886.
744
745 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
746
747         * ps/ps.c: (psscan):
748         
749         Commit workaround Mozilla problem. Fix for the bug #325919
750         
751         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
752         (save_item):
753         
754         Fix for year 2038 problem.
755
756 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
757
758         * shell/ev-window.c: (setup_document_from_metadata),
759         (ev_window_cmd_view_reload):
760
761         Clamp page recieved from metadata in valid values. Fix
762         for the bug #325986.
763
764 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
765
766         * MAINTAINERS: 
767         Add MAINTAINERS as requested on desktop-devel-list.
768
769 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
770
771         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
772         (mime_type_supported_by_gdk_pixbuf),
773         (ev_document_factory_get_mime_types),
774         (ev_document_factory_get_all_mime_types):
775         
776         Don't add pixbuf mime types if pixbuf backend is disabled.
777         
778         * shell/ev-application.c: (ev_application_get_uri_window):
779         
780         Fix for the bug 325815 - unhandled MIME type message doesn't 
781         appear a second time. 
782         
783         * shell/ev-document-types.c: (ev_document_types_add_filters):
784         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
785         (password_dialog_response), (ev_window_popup_password_dialog),
786         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
787         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
788         (ev_window_run_presentation), (ev_window_stop_presentation),
789         (save_sizing_mode), (ev_window_zoom_changed_cb),
790         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
791         (ev_window_dual_mode_changed_cb),
792         (ev_window_sidebar_current_page_changed_cb),
793         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
794         (window_state_event_cb), (window_configure_event_cb):
795         
796         Cleanup additional uris holded by EvWindow.
797
798 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
799
800         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
801         (ev_view_can_previous_page), (ev_view_can_next_page):
802         * shell/ev-view.h:
803         * shell/ev-window.c: (update_action_sensitivity):
804         
805         Two page scrolling with Space and PageUp in dual mode. Second fix 
806         for the bug #316608.
807
808 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
809
810         * shell/ev-view.c: (scroll_to_current_page):
811         
812         Correctly clamp adjustment value. Fix for the bug
813         #325808.
814
815 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
816
817         * shell/ev-sidebar-links.c: (print_section_cb):
818         * shell/ev-window.c: (ev_window_get_uri),
819         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
820         (ev_window_print_dialog_response_cb), (ev_window_print_range),
821         (ev_window_dispose):
822         
823         Make print dialog non-modal. Fix for the bug #325622.
824
825 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
826
827         * shell/ev-metadata-manager.c:
828         * shell/ev-utils.c: (using_pdf_printer),
829         (using_postscript_printer), (load_print_config_from_file),
830         (save_print_config_to_file):
831         * shell/ev-utils.h:
832         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
833         (update_sidebar_visibility), (setup_sidebar_from_metadata),
834         (setup_view_from_metadata), (ev_window_setup_document),
835         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
836         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
837         (ev_window_run_presentation), (ev_window_stop_presentation),
838         (save_sizing_mode), (ev_window_zoom_changed_cb),
839         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
840         (ev_window_dual_mode_changed_cb),
841         (ev_window_sidebar_current_page_changed_cb),
842         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
843         (window_state_event_cb), (window_configure_event_cb),
844         (ev_window_init):
845         
846         Setting saving behaviour fixes.
847
848 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
849
850         * configure.ac:
851         
852         Make antialiasing gs options better and allow
853         to change them during configure. Fix for the 
854         bug #319049.
855
856 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
857
858         * shell/ev-window.c: (setup_view_from_metadata):
859         
860         Remember if last window was maximized. Fix for the
861         bug #323797.
862
863 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
864
865         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
866
867 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
868
869         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
870         * shell/ev-page-action.c: (build_new_tree_cb):
871         * shell/ev-sidebar-links.c: (links_page_num_func),
872         (update_page_callback_foreach), (update_page_callback):
873         * shell/ev-view.c: (scroll_to_current_page):
874         
875         Fix for the bug #325067 with more intelligent selection
876         of current link in sidebar. Make sidebar handle links
877         of FITR-like type more correctly.
878
879         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
880         (dvi_pixbuf_put_pixel):
881         
882         Fix memory consumtion with disabled alpha channel.
883
884 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
885
886         * data/evince-ui.xml:
887         * shell/ev-window.c: (view_menu_popup_cb),
888         (ev_popup_cmd_open_link), (ev_window_init):
889         
890         Update context menu for internal links. Fix for the bug
891         #325066.
892
893 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
894
895         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
896         
897         Bind context menu to keyboard also. Fix for the bug
898         #325065.
899
900 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
901
902         * shell/ev-view.c: (selection_scroll_timeout_cb):
903         
904         Horizontal scroll on selection also.
905
906 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
907
908         * shell/ev-metadata-manager.c: (parse_value):
909         * shell/ev-view.c: (goto_xyz_link):
910         
911         Correct zoom setup and metadata save broken in 
912         some locales.
913
914 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
915
916         * shell/ev-view-private.h:
917         * shell/ev-view.c: (scroll_to_current_page),
918         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
919         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
920         (page_changed_cb), (ev_view_set_continuous),
921         (ev_view_set_dual_page), (ev_view_set_presentation):
922         
923         Delay scroll until allocation to correctly position page. Fix
924         for the bug #317334.
925
926 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
927
928         * NEWS:
929         * configure.ac:
930         
931         Update NEWS and require poppler 0.5.0.
932
933 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
934         
935         * data/evince-ui.xml:
936         * shell/ev-view-private.h:
937         * shell/ev-view.c: (ev_view_get_link_at_location),
938         (handle_link_over_xy), (ev_view_button_press_event),
939         (ev_view_button_release_event), (ev_view_class_init):
940         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
941         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
942         (ev_window_init):
943         
944         Implement right-click context menu.
945
946 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
947
948         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
949         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
950         (mdvi_pixbuf_device_render):
951         * pdf/ev-poppler.cc:
952
953         Don't generate thumbnails with alpha. See bug #324077.
954         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
955
956 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
957
958         * shell/ev-window.c: (setup_chrome_from_metadata):
959         
960         Fix typo that was hiding toolbar.
961
962 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
963
964         * shell/ev-view-private.h:
965         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
966         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
967         (ev_view_button_release_event), (ev_view_destroy):
968         
969         Small cleanup and autoscrolling during selection. Thanks to 
970         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
971
972 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
973
974         * configure.ac:
975         
976         Correctly check for comics option.
977
978 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
979         * Makefile.am:
980         * configure.ac:
981         * backend/Makefile.am:
982         * backend/ev-document-factory.c:
983         * shell/ev-document-types.c:
984
985         Included option in configure to make ps backend 
986         compilation optional with --disable-ps.
987
988 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
989
990         * backend/ev-document-factory.c:
991         * comics/Makefile.am:
992         * comics/comics-document.c: (comics_document_load):
993         * comics/ev-cbr-mime.xml:
994         * configure.ac:
995         
996         Comics mime types are added to shared-mime-info CVS. Now
997         we don't need to install our own mime types.
998
999 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1000
1001         * shell/ev-window.c:
1002         
1003         Add shortcut for "save a copy" menu entry. Fix for
1004         the bug #324582.
1005
1006 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1007
1008         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
1009         (job_finished_cb), (new_selection_pixbuf_needed),
1010         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
1011         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
1012         
1013         Rework selection job info logic and fix critical warning.
1014
1015 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
1016
1017         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
1018
1019 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
1020
1021         * data/evince-ui.xml:
1022         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
1023         
1024         Enter as shortcut key for next page. Fix for the bug
1025         #321394.
1026
1027 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
1028
1029         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
1030
1031 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1032
1033         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
1034         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
1035         (new_selection_pixbuf_needed),
1036         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
1037         (clear_job_selection):
1038         
1039         Too early for 0.5. Pixbuf cache code cleaned a bit.
1040
1041 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1042
1043         * NEWS:
1044         * configure.ac:
1045         
1046         Release 0.5.0 preparation
1047
1048 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1049
1050         * comics/Makefile.am:
1051         * configure.ac:
1052         * shell/ev-document-types.c: (ev_document_types_add_filters):
1053         
1054         More advanced handling of custom mime type installation.
1055
1056 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1057
1058         * data/evince.schemas.in:
1059         * shell/ev-metadata-manager.c: (value_free),
1060         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
1061         (ev_metadata_manager_get), (ev_metadata_manager_set):
1062         * shell/ev-metadata-manager.h:
1063         * shell/ev-window.c: (update_chrome_flag),
1064         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
1065         (setup_document_from_metadata), (setup_chrome_from_metadata),
1066         (setup_sidebar_from_metadata), (setup_view_from_metadata),
1067         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
1068         (ev_window_view_toolbar_cb),
1069         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
1070         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
1071         
1072         Save last document settings and reuse them for new documents.
1073
1074 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1075
1076         * Makefile.am:
1077         * backend/Makefile.am:
1078         * backend/ev-document-factory.c:
1079         * backend/ev-document-factory.h:
1080         * comics/Makefile.am:
1081         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
1082         (comics_document_load), (comics_document_save),
1083         (comics_document_get_n_pages), (comics_document_get_page_size),
1084         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
1085         (comics_document_class_init), (comics_document_can_get_text),
1086         (comics_document_get_info), (comics_document_document_iface_init),
1087         (comics_document_init), (get_supported_image_extensions),
1088         (comics_document_thumbnails_get_geometry),
1089         (comics_document_thumbnails_get_thumbnail),
1090         (comics_document_thumbnails_get_dimensions),
1091         (comics_document_document_thumbnails_iface_init), (extract_argv):
1092         * comics/comics-document.h:
1093         * comics/ev-cbr-mime.xml:
1094         * configure.ac:
1095         * po/POTFILES.in:
1096         * shell/ev-application.c: (ev_application_register_service):
1097         * shell/ev-document-types.c: (ev_document_types_add_filters):
1098         * thumbnailer/Makefile.am:
1099         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1100         
1101         New CBR/CBZ backend for comic books.
1102
1103 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1104
1105         * shell/main.c: (load_files_remote):
1106
1107         Thanks to Robert McQueen <robot101@debian.org>. Dbus
1108         warning on startup of second instance is fixed. It
1109         is bug #320353.
1110
1111 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1112
1113         * shell/ev-window.c: (ev_window_finalize):
1114         
1115         Fix double free that cause crash.
1116
1117 2005-10-29  Bastien Nocera <hadess@hadess.net>
1118
1119         * tiff/tiff-document.c: (tiff_document_load):
1120         
1121         Fix memory leak.
1122
1123 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1124
1125         * po/POTFILES.in:
1126         * shell/Makefile.am:
1127         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
1128         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
1129         (ev_view_accessible_get_text),
1130         (ev_view_accessible_get_character_at_offset),
1131         (ev_view_accessible_get_text_before_offset),
1132         (ev_view_accessible_get_text_at_offset),
1133         (ev_view_accessible_get_text_after_offset),
1134         (ev_view_accessible_get_character_count),
1135         (ev_view_accessible_get_caret_offset),
1136         (ev_view_accessible_set_caret_offset),
1137         (ev_view_accessible_get_run_attributes),
1138         (ev_view_accessible_get_default_attributes),
1139         (ev_view_accessible_get_character_extents),
1140         (ev_view_accessible_get_offset_at_point),
1141         (ev_view_accessible_get_n_selections),
1142         (ev_view_accessible_get_selection),
1143         (ev_view_accessible_add_selection),
1144         (ev_view_accessible_remove_selection),
1145         (ev_view_accessible_set_selection),
1146         (ev_view_accessible_text_iface_init),
1147         (ev_view_accessible_idle_do_action),
1148         (ev_view_accessible_action_do_action),
1149         (ev_view_accessible_action_get_n_actions),
1150         (ev_view_accessible_action_get_description),
1151         (ev_view_accessible_action_get_name),
1152         (ev_view_accessible_action_set_description),
1153         (ev_view_accessible_action_iface_init),
1154         (ev_view_accessible_get_type), (ev_view_accessible_new),
1155         (ev_view_accessible_factory_get_accessible_type),
1156         (ev_view_accessible_factory_create_accessible),
1157         (ev_view_accessible_factory_class_init),
1158         (ev_view_accessible_factory_get_type):
1159         * shell/ev-view-accessible.h:
1160         * shell/ev-view-private.h:
1161         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
1162         * shell/ev-view.h:
1163         
1164         Initial accessibility support.
1165
1166 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
1167
1168         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
1169
1170 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
1171
1172         * shell/ev-print-job.c: (idle_print_handler):
1173         
1174         Fix for bug Bug 318916: Printing multiple pages.
1175
1176 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
1177
1178         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
1179
1180 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1181
1182         * pdf/ev-poppler.cc:
1183         
1184         Thumnail dimensions unified with other backends.
1185         
1186         * shell/ev-window-title.c: (ev_window_title_update):
1187         
1188         Fix warning.
1189
1190 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1191
1192         * data/ev-stock-zoom-fit-width.png:
1193         
1194         Remove unused file.
1195
1196 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1197
1198         * configure.ac:
1199         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
1200         (djvu_document_finalize):
1201         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
1202         (dvi_document_finalize):
1203         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
1204         (pixbuf_document_save), (pixbuf_document_finalize):
1205         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
1206         (tiff_document_finalize):
1207         
1208         Save a copy implemented for various backends.
1209
1210 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
1211
1212         * configure.ac:
1213         
1214         Don't link with ltiff if tiff is disabled.
1215
1216 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1217
1218         * pdf/GDKSplashOutputDev.cc:
1219         * pdf/GDKSplashOutputDev.h:
1220         * pdf/Thumb.cc:
1221         * pdf/Thumb.h:
1222         * pdf/pdf-document.cc:
1223         * pdf/pdf-document.h:
1224         * pdf/test-gdk-output-dev.cc:
1225         
1226         Remove old unused files.
1227
1228 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1229
1230         * shell/ev-window.c: (ev_window_setup_document):
1231         
1232         Fixed warnings on reload and probably crash reason.
1233
1234 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1235
1236         * properties/ev-properties-view.c:
1237         (ev_properties_view_format_date):
1238         
1239         Check if date is invalid. Fix for bug 318134.
1240
1241 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
1242
1243         * shell/ev-window-title.c:
1244         
1245         Add .indd files (Adobe Indesign) to the list of "bad
1246         extensions".
1247
1248 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1249
1250         * data/evince-ui.xml:
1251         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
1252         
1253         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
1254
1255 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
1256
1257         * shell/ev-window.c: (launch_link), (launch_external_uri),
1258         (view_external_link_cb):
1259
1260         URL-escape link before passing it to gnome_vfs_url_show.
1261
1262 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1263
1264         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
1265         there isn't text selected.
1266
1267 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
1268
1269         * shell/ev-view.c: (handle_link_over_xy):
1270
1271         Check tooltip is valid utf8 before showing it
1272
1273 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1274
1275         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
1276
1277 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
1278
1279         * shell/ev-window-title.c: (ev_window_title_update):
1280
1281         Guard against using g_strstrip on NULL. Fixes bug #317291.
1282
1283 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
1284
1285         * pdf/ev-poppler.cc:
1286
1287         Show title even for unknown links
1288
1289 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
1290
1291         * shell/ev-window-title.c: (ev_window_title_update):
1292
1293         Strip the title string
1294
1295 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
1296
1297         * shell/ev-window-title.c:
1298
1299         Add .rtf to the bad extensions list
1300
1301 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
1302
1303         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
1304         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
1305
1306         Ignore link coordinates if they are outside page bounds
1307
1308 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
1309
1310         * backend/ev-link.c: (ev_link_type_get_type),
1311         (ev_link_get_filename), (ev_link_get_params),
1312         (ev_link_get_property), (ev_link_set_property),
1313         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
1314         * backend/ev-link.h:
1315         * pdf/ev-poppler.cc:
1316         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
1317         * shell/ev-window.c: (launch_link), (view_external_link_cb),
1318         (ev_window_init):
1319
1320         Implement launch links. Delegate external link opening to
1321         the window.
1322
1323 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
1324
1325         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
1326         (ev_link_get_right), (ev_link_get_property),
1327         (ev_link_set_property), (ev_link_class_init),
1328         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
1329         * backend/ev-link.h:
1330         * pdf/ev-poppler.cc:
1331         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
1332
1333         Implement fitr links
1334
1335 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
1336
1337         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
1338         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
1339         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
1340         (ev_view_size_request_continuous),
1341         (ev_view_size_request_dual_page),
1342         (ev_view_size_request_single_page), (ev_view_size_allocate),
1343         (ev_view_zoom_for_size_continuous_and_dual_page),
1344         (ev_view_zoom_for_size_continuous),
1345         (ev_view_zoom_for_size_dual_page),
1346         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
1347         (ev_sizing_mode_get_type):
1348         * shell/ev-view.h:
1349         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
1350
1351         Do not use modes for link, we need to calculate size ad hoc.
1352         Still not perfect because of the usual scrollbar issues grrr.
1353
1354 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
1355
1356         * backend/ev-link.c: (ev_link_type_get_type),
1357         (ev_link_new_page_fith), (ev_link_new_page_fitv):
1358         * backend/ev-link.h:
1359         * pdf/ev-poppler.cc:
1360         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
1361         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
1362         (ev_view_size_request_continuous),
1363         (ev_view_size_request_dual_page),
1364         (ev_view_size_request_single_page), (ev_view_size_allocate),
1365         (zoom_for_size_fit_height),
1366         (ev_view_zoom_for_size_continuous_and_dual_page),
1367         (ev_view_zoom_for_size_continuous),
1368         (ev_view_zoom_for_size_dual_page),
1369         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
1370         (ev_sizing_mode_get_type):
1371         * shell/ev-view.h:
1372         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
1373
1374         Implement FIT_HEIGHT mode (only for links).
1375         Implement FITH links
1376
1377 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
1378
1379         * shell/ev-window-title.c: (get_filename_from_uri),
1380         (ev_window_title_sanitize_extension), (ev_window_title_update),
1381         (ev_window_title_set_document), (ev_window_title_set_uri),
1382         (ev_window_title_free):
1383         * shell/ev-window-title.h:
1384         * shell/ev-window.c: (ev_window_setup_document),
1385         (ev_window_popup_password_dialog):
1386
1387         Refactor window title building while fixing it for
1388         password documents.
1389
1390 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
1391
1392         * pdf/ev-poppler.cc:
1393
1394         Escape link title before setting it in the model
1395
1396 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
1397
1398         * shell/ev-application.c: (removed_from_session), (save_session),
1399         (init_session), (ev_application_get_empty_window),
1400         (ev_application_init), (ev_application_get_windows):
1401         * shell/ev-application.h:
1402         * shell/ev-window.c: (ev_window_finalize):
1403
1404         Add a function to retrieve window list and share it where
1405         necessary.
1406         Implement session handling, works pretty well thanks to the
1407         metadata system.
1408
1409 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1410
1411         * shell/ev-password.c: (ev_password_item_created_callback),
1412         (ev_password_dialog_save_password):
1413         
1414         Fix for bug 316972. Use async gnome-keyring API.
1415
1416 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
1417
1418         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
1419         Remove unused unrealize handler. Add scroll handling to
1420         ev_view_scroll_event for presentation mode (bug #316708),
1421         and fix the event state checks there.
1422
1423 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
1424
1425         * shell/ev-page-action.c: (page_changed_cb):
1426
1427         "marco, maybe we should be crazy and jump right to 6! :)"
1428
1429         Bryan Clark, Sep 2005
1430
1431 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
1432
1433         * ps/ps-document.c: (save_document), (ps_document_save),
1434         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
1435         (ps_document_ps_export_end):
1436
1437         Fix unstructured documents save and print
1438
1439 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
1440
1441         * shell/ev-application.c: (ev_application_open_uri):
1442
1443         Fix window size persistance
1444
1445 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
1446
1447         * shell/ev-view.c: (ev_view_button_release_event):
1448
1449         Based on a patch from carlosgc@gnome.org. Mouse buttons
1450         switch pages in presentation mode.
1451
1452 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
1453
1454         * shell/ev-page-cache.c: (ev_page_cache_get_size):
1455
1456         Dont cast to int before scaling
1457
1458 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
1459
1460         * backend/ev-link.c: (ev_link_type_get_type),
1461         (ev_link_new_page_xyz), (ev_link_new_page_fit),
1462         (ev_link_new_page_fith):
1463         * backend/ev-link.h:
1464         * pdf/ev-poppler.cc:
1465         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
1466
1467         Implement FIT and FITH links
1468
1469 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
1470
1471         * pdf/ev-poppler.cc:
1472
1473         Return 0 results when search is not in progress.
1474
1475         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
1476         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
1477
1478         Update menu sensitivity when cancelling search
1479
1480 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
1481
1482         * shell/ev-view.c: (ev_view_can_find_next):
1483
1484         Take all pages in consideration, not just current one
1485
1486 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
1487
1488         * shell/ev-page-cache.c:
1489         * shell/ev-page-cache.h:
1490         * shell/ev-view.c: (ev_view_binding_activated),
1491         (ev_view_next_page), (ev_view_previous_page),
1492         (ev_sizing_mode_get_type):
1493         * shell/ev-view.h:
1494         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
1495         (ev_window_cmd_go_next_page):
1496
1497         Move page next/previous functions from page chace to
1498         view and change it to move by 2 page steps in dual mode.
1499
1500 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
1501
1502         * shell/ev-window.c: (update_sidebar_visibility),
1503         (setup_sidebar_from_metadata), (ev_window_setup_document),
1504         (setup_view_from_metadata):
1505
1506         Show the index by default when there is one     
1507
1508 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
1509
1510         * shell/ev-window-title.c: (ev_window_title_set_document):
1511
1512         Missing null check
1513
1514 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1515
1516         * shell/ev-view.c: (view_update_range_and_current_page):
1517         
1518         Allow display of last odd page in dual view. Fix for 316347.
1519
1520 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
1521
1522         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
1523         
1524         Make close button default. Fix for 316383.
1525
1526 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1527
1528         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
1529         
1530         Mark close button as default. Fix for 316381.
1531
1532 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
1533
1534         * backend/ev-link.c: (ev_link_class_init):
1535
1536         Allow negative doubles in left/top properties
1537
1538 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
1539
1540         * shell/ev-window.c:
1541
1542         Remove a bunch of strings that was used only
1543         by the statusbar.
1544
1545 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
1546
1547         * shell/ev-window-title.c: (get_filename_from_uri),
1548         (ev_window_title_set_document):
1549
1550         When title has a confusing extension, show also
1551         the document filename inside ()
1552
1553 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
1554
1555         * shell/Makefile.am:
1556         * shell/ev-window-title.c: (ev_window_title_new),
1557         (ev_window_title_update), (ev_window_title_set_type),
1558         (ev_window_title_set_document), (ev_window_title_free):
1559         * shell/ev-window-title.h:
1560         * shell/ev-window.c: (ev_window_setup_document),
1561         (password_dialog_response), (ev_window_popup_password_dialog),
1562         (ev_window_dispose), (ev_window_init):
1563
1564         Factor out and cleanup window title code
1565
1566 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
1567
1568         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
1569         (unable_to_load):
1570
1571         Make dialog transient so it doesnt block other windows
1572
1573 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1574
1575         * pdf/ev-poppler.cc:
1576         
1577         Fix pdf thumbnails rendering.
1578
1579 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
1580
1581         * shell/ev-window.c: (fullscreen_set_timeout):
1582         
1583         Increase timeout to hide full screen popup. Bug 
1584         316123. 
1585
1586 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1587
1588         * data/evince.schemas.in:
1589         * shell/ev-window.c: (update_action_sensitivity):
1590
1591         Allow the user to override document restrictions. Fix for bug
1592         305818.
1593
1594 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
1595
1596         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
1597         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
1598         (ev_window_class_init): Fix multihead behaviour of fullscreen
1599         toolbar popup. Fixes bug #315451.
1600
1601 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1602
1603         * configure.ac:
1604         * data/evince-password.glade:
1605         * shell/ev-password.c: (ev_password_dialog_set_property),
1606         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
1607         (ev_password_dialog_init), (ev_password_set_bad_password_label),
1608         (ev_password_dialog_entry_changed_cb),
1609         (ev_password_dialog_entry_activated_cb),
1610         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
1611         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
1612         (ev_password_dialog_set_bad_pass):
1613         * shell/ev-password.h:
1614         * shell/ev-window.c: (password_dialog_response),
1615         (ev_window_popup_password_dialog):
1616         
1617         Support for gnome-keyring for encrypted PDF's.
1618
1619 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1620
1621         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
1622         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
1623         (ev_view_enter_notify_event), (ev_view_class_init):
1624         
1625         More precise handling of enter_notify/leave_notify events
1626         in EvView. Fix for bug 315470.
1627
1628 2005-09-08  Christopher Aillon  <caillon@redhat.com>
1629
1630         * shell/ev-window.c: (fullscreen_timeout_cb),
1631         (fullscreen_set_timeout), (fullscreen_clear_timeout),
1632         (ev_window_dispose):
1633
1634         leak fix: unref fullscreen_timeout_source before clearing it
1635
1636 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1637
1638         * configure.ac, dvi/mdvi/Makefile.am: 
1639         
1640         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
1641
1642 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
1643
1644         * backend/ev-link.c: (ev_link_new_page_xyz):
1645         * pdf/ev-poppler.cc:
1646         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
1647
1648         Fix some bugs with xyz links, respect zoom
1649
1650 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
1651
1652         * shell/ev-window.c: (page_changed_cb),
1653         (setup_document_from_metadata), (update_sidebar_visibility),
1654         (setup_view_from_metadata), (ev_window_run_fullscreen),
1655         (ev_window_stop_fullscreen), (ev_window_run_presentation),
1656         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
1657         (ev_window_dual_mode_changed_cb),
1658         (ev_window_sidebar_current_page_changed_cb):
1659
1660         null check uri before setting and getting metadata
1661
1662 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
1663
1664         * dvi/Makefile.am:
1665         * properties/Makefile.am:
1666         * shell/Makefile.am:
1667         * thumbnailer/Makefile.am:
1668
1669         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
1670
1671 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
1672
1673         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
1674         (selection_changed_callback):
1675         * shell/ev-sidebar-links.h:
1676
1677         Add a signal for link activation.
1678
1679         * shell/ev-view.c: (ev_view_goto_link),
1680         (ev_view_button_release_event):
1681         * shell/ev-view.h:
1682         * shell/ev-window.c: (sidebar_links_link_activated_cb),
1683         (ev_window_init):
1684
1685         Implement the signal so that we can handle all link types.
1686
1687         * shell/ev-page-cache.c:
1688
1689         Remove unused set_link function
1690
1691 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
1692
1693         * lib/ev-tooltip.c: (ev_tooltip_set_position):
1694
1695         Add some space from the cursor, hardcoded but I couldnt
1696         find a better way.
1697
1698 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
1699
1700         * lib/ev-tooltip.c:
1701
1702         Use mozilla style vs gtk style, way better for links.
1703
1704         * shell/ev-view.c: (ev_view_motion_notify_event),
1705         (ev_view_destroy), (ev_view_init):
1706
1707         Deactive tooltip when the link hovered is changed.
1708
1709 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
1710
1711         * backend/ev-document.h:
1712         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
1713         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
1714         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
1715         (ev_link_new_page), (ev_link_new_page_xyz):
1716         * backend/ev-link.h:
1717         * pdf/ev-poppler.cc:
1718         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
1719         (go_to_link), (tip_from_link):
1720
1721         Implement xyz links, still not functional. Links are a total
1722         mess, will need to refactor and bugfix a lot :(
1723
1724 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
1725
1726         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
1727
1728 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
1729
1730         * data/evince-ui.xml:
1731         * data/evince.schemas.in:
1732         * shell/Makefile.am:
1733         * shell/ev-window.c: (update_chrome_visibility),
1734         (password_dialog_response), (ev_window_load_job_cb),
1735         (ev_window_xfer_job_cb), (ev_window_open_uri),
1736         (ev_window_class_init), (set_chrome_actions), (load_chrome),
1737         (ev_window_init):
1738
1739         Remove the statusbar. This regress loading feedback, need to
1740         check with Bryan what we want to do there...
1741
1742 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
1743
1744         * lib/ev-tooltip.c: (ev_tooltip_init):
1745
1746         Fix tooltip border and size handling
1747
1748 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
1749
1750         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
1751         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
1752         (ev_tooltip_timeout), (ev_tooltip_activate),
1753         (ev_tooltip_deactivate):
1754         * lib/ev-tooltip.h:
1755         * shell/ev-view.c: (ev_view_motion_notify_event):
1756
1757         Delay popup showing. Mirror gtk logic/times.
1758
1759 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
1760
1761         * lib/Makefile.am:
1762         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
1763         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
1764         (ev_tooltip_set_text), (ev_tooltip_set_position):
1765         * lib/ev-tooltip.h:
1766
1767         Simple widget to show tooltips at a custom position
1768
1769         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
1770         (ev_view_destroy):
1771
1772         Use it for links. First go, needs work
1773
1774 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
1775
1776         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
1777         HIG fixes.  Use title capitalization for window title. Use 12 
1778         pixels of space between the dialog's vbox and action area.
1779
1780 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
1781
1782         * shell/ev-window.c: (file_open_dialog_response_cb),
1783         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
1784         (ev_window_cmd_save_as):
1785
1786         Make file pickers not modal and refactor code some
1787
1788 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
1789
1790         * shell/ev-sidebar.h:
1791         * shell/ev-sidebar.c: (ev_sidebar_set_property),
1792         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
1793         (ev_sidebar_class_init), (ev_sidebar_select_page),
1794         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
1795         (ev_sidebar_set_page):
1796
1797         Add a current page property and allow to get/set it
1798
1799         * shell/ev-window.c: (setup_view_from_metadata),
1800         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
1801
1802         Persist current sidebar page per document
1803
1804 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
1805
1806         * data/evince.schemas.in:
1807         * shell/ev-window.c: (update_chrome_visibility),
1808         (setup_document_from_metadata), (update_sidebar_visibility),
1809         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
1810         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1811         (ev_window_run_presentation), (ev_window_stop_presentation),
1812         (ev_window_view_sidebar_cb),
1813         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
1814         (load_chrome), (ev_window_init):
1815
1816         Persist size/visibility of sidebar per document
1817
1818 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
1819
1820         * shell/ev-view.c (draw_loading_text): Draw loading text.
1821
1822 2005-09-02  Dan Damian  <dand@gnome.ro>
1823
1824         * configure.in: Added "ro" to ALL_LINGUAS.
1825
1826 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
1827
1828         * shell/ev-view.c: (clear_caches):
1829
1830         ev_page_cache_get doesnt return a reference,
1831         dont try to unref it.
1832
1833 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
1834
1835         * shell/main.c: (load_files_remote):
1836
1837         Fix timestamp parameter with dbus <= 0.33
1838
1839 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
1840
1841         * data/evince.schemas.in:
1842
1843         Add missing full stop
1844
1845 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1846
1847         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
1848         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
1849
1850         Plug some memory leaks
1851
1852 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
1853
1854         * configure.ac:
1855         * lib/ev-debug.c: (trap_handler):
1856
1857         Check for execinfo.h and use it only if it exists.
1858         Ported from Epiphany (bug #314776).
1859
1860 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
1861
1862         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
1863
1864 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
1865
1866         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
1867         * po/id.po      : Added Indonesian translation
1868
1869 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
1870
1871         * shell/main.c:
1872         * shell/ev-application.c: Last minute GTK-2.6 fixes.
1873         * NEWS: Release 0.4.0
1874
1875 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
1876
1877         * configure.ac: catch another gtk+-2.8ism
1878         * shell/main.c: Make work with gtk+-2.6
1879
1880 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
1881
1882         * shell/ev-application-service.xml: Add 'timestamp' argument to
1883           ev_application_open_window and ev_application_open_uri methods.
1884
1885         * shell/ev-application.h: Add 'timestamp' argument to
1886           ev_application_open_window, ev_application_open_uri,
1887           and ev_application_open_uri_list functions.
1888
1889         * shell/ev-application.c (ev_application_open_window,
1890           ev_application_open_uri, ev_application_open_uri_list): Change
1891           functions that show/present windows to use a timestamp if one
1892           is passed in.
1893
1894         * shell/ev-window.c (ev_window_cmd_file_open,
1895           ev_window_cmd_recent_file_activate, drag_data_received_cb):
1896         * shell/main.c (load_files): Modify calls to ev_application to
1897           include GDK_CURRENT_TIME as timestamp.
1898
1899         * shell/main.c (load_files_remote): Obtain timestamp for client
1900           instance from GDK and pass to server instance so new windows are
1901           focused properly.  Fix dbus_g_proxy_call() calls by including second
1902           G_TYPE_INVALID.
1903           
1904         Closes bug #314475.
1905
1906 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
1907
1908         * shell/ev-window.c (ev_window_finalize): Check for
1909         avail. EvWindows when quiting to handle the finalize better,
1910         #314497
1911
1912 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1913         
1914         * properties/ev-properties-view.c: 
1915         
1916         Set textdomain to libglade. Fixes translation problem in property page.
1917
1918 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1919
1920         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
1921         * dvi/Makefile.am:
1922         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
1923         * dvi/mdvi-lib/Makefile.am:
1924         
1925         Fix rotation of thumbnails, ported to new API. Moved library
1926         dependencies earlier, probably it will fix linkage problem.
1927
1928 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
1929
1930         * backend/ev-document-misc.c:
1931         (ev_document_misc_get_thumbnail_frame):
1932         * backend/ev-document-misc.h:
1933         * configure.ac:
1934         * pdf/ev-poppler.cc:
1935         * shell/Makefile.am:
1936         * shell/ev-sidebar-thumbnails.c: (add_range),
1937         (ev_sidebar_thumbnails_set_loading_icon),
1938         (ev_sidebar_thumbnails_refresh),
1939         (ev_sidebar_thumbnails_set_document):
1940         * shell/ev-sidebar-thumbnails.h:
1941         * shell/ev-view.c: (ev_view_motion_notify_event),
1942         (ev_view_set_property), (ev_view_get_property),
1943         (ev_view_class_init), (ev_view_set_rotation):
1944         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
1945         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
1946         (ev_window_init):
1947         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
1948         Redo rotation (again).  prepare for 0.4.0
1949
1950 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
1951
1952         * configure.ac: Bump poppler requirement to 0.4.1.
1953
1954         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
1955         argument to poppler_page_render_selection() call.
1956
1957 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1958
1959         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
1960         (djvu_document_thumbnails_get_thumbnail):
1961         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
1962         (dvi_document_thumbnails_get_thumbnail):
1963         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
1964         (pixbuf_document_thumbnails_get_thumbnail):
1965         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
1966         
1967         Update rotation direction of backends to fit with pdf and ps.
1968
1969 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
1970
1971         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
1972         * backend/ev-async-renderer.h:
1973         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
1974         (setup_page), (ps_document_get_page_size),
1975         (ps_async_renderer_render_pixbuf):
1976         * ps/ps-document.h:
1977         * shell/ev-jobs.c: (ev_job_render_run):
1978
1979         Fix orientation in the postscript document
1980
1981 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
1982
1983         * pdf/ev-poppler.cc:
1984         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
1985         * shell/ev-view.c: (highlight_find_results):
1986
1987         Adapt to the new poppler rotation API. Fix text maps on landscape
1988         documents.
1989
1990 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
1991
1992         * shell/ev-view.c (compute_new_selection_text): get the correct
1993         region when selecting in modes other than continuous.
1994
1995 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
1996
1997         * shell/main.c (main): remove redundant g_warnings.
1998
1999 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2000
2001         * shell/Makefile.am: Don't include autogenerated
2002         file ev-application-service.h into distribution, since
2003         it causes dbus crash. Fix for bugs 313724 and 313443. 
2004
2005 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2006
2007         * configure.ac: Fix sed expression for FreeBSD. Thanks
2008         to Joe Marcus Clark <marcus@freebsd.org>
2009         
2010         * shell/eggfindbar.c: (entry_activate_callback),
2011         (entry_changed_callback), (egg_find_bar_init),
2012         (egg_find_bar_set_search_string):
2013         
2014         Made findbar buttons unsensitive if there is no text in
2015         entry. Fix for the bug 313285.
2016
2017 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2018
2019         * ps/ps-document.c: Use g_filename_display_name for displaying
2020         filenames and revert string freeze breackage
2021
2022 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
2023
2024         * NEWS:
2025         * configure.ac:
2026
2027         Update for 0.3.4
2028
2029         * shell/Makefile.am:
2030
2031         Add ev-application-service.xml to extra dist
2032
2033         * shell/ev-view.c: (find_page_at_location):
2034
2035         Remove unused function (fix warning)
2036
2037 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2038
2039         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
2040         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
2041         
2042         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
2043         bug 313623.
2044
2045 2005-08-16  Nickolay V. Shmyrev   <nshmyrev@yandex.ru>
2046
2047         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
2048         * shell/ev-window.c:
2049         Fix build warnings
2050
2051 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2052
2053         * configure.ac: Update script to get dbus version.
2054         Fix for the bug #313443.
2055
2056 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2057
2058         * shell/ev-window.c: (ev_window_cmd_escape):
2059         
2060         Return focus back to view on escape. Fix for bug 313295.
2061
2062 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2063
2064         * shell/ev-window.c: (update_window_title),
2065         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
2066         (ev_window_cmd_save_as):
2067         
2068         Correct conversion from uri to displayable string. Fix for
2069         bug 313296.
2070
2071 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2072
2073         * ps/ps-document.c: convert filename to utf8 when there is an error
2074         loading document. Fixes #309915
2075
2076 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
2077
2078         * configure.ac:
2079
2080         We depend on poppler 0.4.0
2081
2082 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
2083
2084         * configure.ac:
2085         * NEWS: Release 0.3.3.
2086         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
2087
2088 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
2089
2090         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
2091         add a couple missing mnemonics to menu items, use title 
2092         capitalization for menu items and window titles, and add 
2093         ellipsis to open menu item.     
2094
2095 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
2096
2097         * pdf/ev-poppler.cc:
2098         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
2099         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
2100         (ev_view_get_rotation):
2101         * shell/ev-view.h:
2102         * shell/ev-window.c: (setup_view_from_metadata),
2103         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
2104         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
2105         disk.
2106
2107 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
2108
2109         * configure.ac: Added tr to ALL_LINGUAS
2110
2111 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2112
2113         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
2114         requires several clicks to find word. Thanks to 
2115         Colin Slater <kiltedtaco@gmail.com>.
2116
2117 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
2118
2119         * data/evince.desktop.in.in: Hide menu entry and
2120         rename it to "Document Viewer". Fix for bug 
2121         #312399.
2122
2123 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
2124
2125         * shell/ev-page-action.c (ev_page_action_class_init): 
2126
2127         Point to the correct function in constructor of the
2128         activate_label signal
2129
2130 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
2131
2132         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
2133         * shell/ev-jobs.h: Make thread safe.
2134
2135 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2136
2137         * shell/ev-view.c: (view_update_range_and_current_page):
2138         Don't update page range if we are scrolling to some document
2139         point.
2140
2141 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2142
2143         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
2144         when getting max_page_width, fix drawing in dual mode.
2145
2146 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
2147
2148         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
2149         getting the area for select_all.
2150
2151 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
2152
2153         * backend/ev-selection.c: (ev_selection_render_selection):
2154         * backend/ev-selection.h:
2155         * pdf/ev-poppler.cc:
2156         * shell/ev-jobs.c: (ev_job_render_new):
2157         * shell/ev-jobs.h:
2158         * shell/ev-pixbuf-cache.c: (get_selection_colors),
2159         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
2160         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
2161         (ev_view_class_init):
2162
2163         Change selection color on focus in and focus out events.  Also,
2164         poppler now uses GdkColor for specifying the selection colors, so
2165         drop some awkward conversion code.
2166
2167 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
2168
2169         * configure.ac: Added Hebrew translation
2170
2171 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
2172
2173         * NOTES:
2174         * backend/ev-selection.c: (ev_selection_render_selection):
2175         * backend/ev-selection.h:
2176         * pdf/ev-poppler.cc:
2177         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
2178         (ev_job_render_run):
2179         * shell/ev-jobs.h:
2180         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
2181         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
2182         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
2183         (ev_pixbuf_cache_style_changed),
2184         (ev_pixbuf_cache_get_selection_pixbuf),
2185         (ev_pixbuf_cache_set_selection_list),
2186         (ev_pixbuf_cache_get_selection_list):
2187         * shell/ev-pixbuf-cache.h:
2188         * shell/ev-utils.c: (ev_print_region_contents):
2189         * shell/ev-utils.h:
2190         * shell/ev-view.c: (ev_view_queue_draw_page),
2191         (selection_update_idle_cb), (ev_view_motion_notify_event),
2192         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
2193         (setup_caches), (ev_view_find_next), (merge_selection_region),
2194         (selection_free):
2195         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
2196
2197         Clean up selection to be much smoother!
2198
2199 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
2200
2201         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
2202         to poppler_page_render_selection().
2203
2204 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2205
2206         * ps/ps-document.c: (save_page_list): Use
2207         unzipped document when printing. Thanks to 
2208         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
2209         311016.
2210
2211 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2212
2213         * shell/ev-window.c: (update_action_sensitivity):
2214         
2215         Disable print and save respect to lockdown gconf keys. Fix
2216         for 312342.
2217
2218 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2219
2220         * configure.ac:
2221         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
2222         (write_to_temp_file), (ev_file_set_contents):
2223         * shell/ev-utils.h:
2224         * shell/ev-window.c: (save_print_config_to_file):
2225         
2226         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
2227         Fix for bug 312238
2228
2229 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
2230
2231         * shell/ev-window.c: (load_print_config_from_file),
2232         (save_print_config_to_file), (ev_window_print_range):
2233
2234         Persist the print settings. Fixes bug #311578.
2235
2236 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2237
2238         * djvu/djvu-document.c: (djvu_document_get_page_size),
2239         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
2240         (djvu_document_thumbnails_get_thumbnail):
2241         * dvi/dvi-document.c: (dvi_document_get_page_size),
2242         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
2243         (dvi_document_thumbnails_get_dimensions),
2244         (dvi_document_thumbnails_get_thumbnail):
2245         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
2246         (pixbuf_document_render_pixbuf),
2247         (pixbuf_document_document_iface_init),
2248         (pixbuf_document_thumbnails_get_thumbnail):
2249         
2250         Update backends to make them build with new rotation system.
2251
2252 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2253
2254         * help/C/figures/evince_start_window.png:
2255         
2256         Update documentation image from Luca Ferretti <elle.uca@libero.it>
2257
2258 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
2259
2260         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
2261         * shell/ev-pixbuf-cache.h:
2262         * shell/ev-sidebar-thumbnails.c:
2263         (ev_sidebar_thumbnails_get_property), (add_range),
2264         (adjustment_changed_cb):
2265         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
2266         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
2267         we were thumbnailing the entire docment on startup, slowing us
2268         down hugely. 
2269
2270 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
2271
2272         * shell/ev-page-cache.c: (ev_page_cache_new):
2273         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
2274         == 0, fixes #310306.
2275
2276 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
2277
2278         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
2279         (ev_view_rotate_left):
2280
2281         Account rotation in doc_rect_to_view_rect.
2282         Ensure rotation doesnt go out of bounds.
2283
2284 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
2285
2286         * shell/ev-page-cache.c: (ev_page_cache_get_size):
2287
2288         Correct and cleanup w/h swapping
2289
2290 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
2291
2292         * backend/ev-document-thumbnails.c:
2293         (ev_document_thumbnails_get_thumbnail):
2294         * backend/ev-document-thumbnails.h:
2295         * backend/ev-document.c:
2296         * backend/ev-document.h:
2297         * backend/ev-render-context.c: (ev_render_context_new),
2298         (ev_render_context_set_rotation):
2299         * backend/ev-render-context.h:
2300         * pdf/ev-poppler.cc:
2301         * ps/ps-document.c: (ps_document_document_iface_init):
2302         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
2303         * shell/ev-jobs.h:
2304         * shell/ev-page-cache.c: (build_height_to_page),
2305         (ev_page_cache_new), (ev_page_cache_get_size),
2306         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
2307         (ev_page_cache_get_height_to_page):
2308         * shell/ev-page-cache.h:
2309         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
2310         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
2311         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
2312         (ev_pixbuf_cache_get_selection_pixbuf):
2313         * shell/ev-pixbuf-cache.h:
2314         * shell/ev-print-job.c: (idle_print_handler):
2315         * shell/ev-sidebar-thumbnails.c: (add_range):
2316         * shell/ev-view.c: (view_update_range_and_current_page),
2317         (get_page_y_offset), (get_page_extents),
2318         (ev_view_size_request_continuous_dual_page),
2319         (ev_view_size_request_continuous),
2320         (ev_view_size_request_dual_page),
2321         (ev_view_size_request_single_page), (draw_one_page),
2322         (ev_view_set_rotation), (ev_view_rotate_right),
2323         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
2324         (ev_view_zoom_for_size_continuous_and_dual_page),
2325         (ev_view_zoom_for_size_continuous),
2326         (ev_view_zoom_for_size_dual_page),
2327         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
2328         (ev_view_select_all):
2329         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2330         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
2331         (tiff_document_document_iface_init),
2332         (tiff_document_thumbnails_get_thumbnail):
2333
2334         Use rotation rather than orientation. It's easier and enough
2335         for our needs.
2336
2337 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
2338
2339         * shell/ev-page-cache.c: (build_height_to_page),
2340         (ev_page_cache_new), (ev_page_cache_get_size),
2341         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
2342         (ev_page_cache_get_height_to_page):
2343         * shell/ev-page-cache.h:
2344         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
2345         (ev_view_size_request_continuous_dual_page),
2346         (ev_view_size_request_continuous),
2347         (ev_view_zoom_for_size_continuous_and_dual_page),
2348         (ev_view_zoom_for_size_continuous):
2349
2350         Make the page cache aware of page orientation.
2351
2352 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
2353
2354         * backend/ev-document-thumbnails.c:
2355         (ev_document_thumbnails_get_thumbnail):
2356         * backend/ev-document-thumbnails.h:
2357         * backend/ev-document.c:
2358         * backend/ev-document.h:
2359         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
2360         * backend/ev-ps-exporter.h:
2361         * pdf/ev-poppler.cc:
2362         * ps/ps-document.c: (ps_document_document_iface_init),
2363         (ps_document_ps_export_do_page):
2364         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
2365         * shell/ev-jobs.h:
2366         * shell/ev-page-cache.c: (ev_page_cache_get_size),
2367         (ev_page_cache_get):
2368         * shell/ev-page-cache.h:
2369         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
2370         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
2371         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
2372         * shell/ev-pixbuf-cache.h:
2373         * shell/ev-print-job.c: (idle_print_handler):
2374         * shell/ev-sidebar-thumbnails.c: (add_range):
2375         * shell/ev-view.c: (view_update_range_and_current_page),
2376         (get_page_extents), (ev_view_size_request_dual_page),
2377         (ev_view_size_request_single_page), (draw_one_page),
2378         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
2379         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
2380         (ev_view_zoom_for_size_dual_page),
2381         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
2382         (ev_view_select_all):
2383         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2384         * tiff/tiff-document.c: (tiff_document_get_page_size),
2385         (tiff_document_get_orientation), (rotate_pixbuf),
2386         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
2387         (tiff_document_thumbnails_get_thumbnail),
2388         (tiff_document_ps_export_do_page), (tiff_document_init):
2389
2390         Really make use of the orientation bit of the render context.
2391         Use the render context in a few more places in the backend API.
2392         This regress orientation, but now it's done right. Will try to
2393         fix it up asap...
2394
2395 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
2396
2397         * shell/ev-view.c: (ensure_rectangle_is_visible):
2398
2399         Patch by Nickolay V. Shmyrev to fix find flickering
2400
2401 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
2402
2403         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
2404         duplex parameters to ::begin.
2405
2406         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
2407         * shell/ev-print-job.c (idle_print_handler): 
2408         * ps/ps-document.c (ps_document_ps_export_begin): 
2409         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
2410         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
2411         implementations. Poppler backend needs poppler cvs. Rest has
2412         unchanged behavior.
2413
2414 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
2415
2416         * shell/ev-window.c (using_pdf_printer): new function.
2417         (ev_window_print_range): print a less techy message if someone
2418         tries to print to PDF.
2419
2420 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
2421
2422         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
2423         from "unknown font" string. Bug #311431
2424
2425 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
2426
2427         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
2428
2429 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
2430
2431         Bug #311280
2432         
2433         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
2434         name for PopplerFontTypes
2435         (pdf_document_fonts_fill_model): add font type to the detail column
2436
2437         * backend/ev-document-fonts.h: added
2438         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
2439
2440         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
2441         font name and font details, add a little markup.
2442         (ev_properties_fonts_init): use the new cell data func, specify ypad
2443         property for the cell renderer.
2444         (ev_properties_fonts_set_document): add the details column.
2445
2446 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
2447
2448         * configure.ac: Added "pl" to ALL_LINGUAS.
2449
2450 2005-07-24  Danilo Šegan  <danilo@gnome.org>
2451
2452         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
2453
2454 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
2455
2456         * help/ChangeLog: Started this for translations of manual.
2457         * configure.ac, autogen.sh, .cvsignore: Migrated to
2458         gnome-doc-utils. Patch in bug #311222.
2459
2460 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
2461
2462         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
2463         #ifdef this away to fix an unused-function warning.
2464
2465 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
2466
2467         * configure.ac: Added 'gl' to ALL_LINGUAS.
2468
2469 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
2470
2471         * configure.ac: Added ne in ALL_LINGUAS
2472         
2473 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2474
2475         * shell/ev-view.c: (ev_view_leave_notify_event):
2476         
2477         Clear status message when pointer leaves view. Fix for bug
2478         #310818 
2479
2480 2005-07-20 Ankit Patel <ankit644@yahoo.com>
2481
2482         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
2483
2484 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2485
2486         * shell/ev-view.c: (ev_view_leave_notify_event),
2487         (ev_view_class_init):
2488         
2489         Set cursor to normal then leaving view.
2490
2491 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2492
2493         * configure.ac:
2494         
2495         Fix required djvulibre version.
2496
2497 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
2498
2499         *configure.ac: Hindi (hi) language added
2500
2501 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
2502
2503         *configure.ac: Punjabi (pa) Language added
2504
2505 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2506
2507         * data/evince-ui.xml, shell/ev-window.c:
2508         
2509         Add keypad accelerators for zooming. Fix for bug 308128.
2510
2511 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
2512
2513         * Makefile.am:
2514         * backend/Makefile.am:
2515         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
2516         * configure.ac:
2517         * shell/ev-document-types.c: (ev_document_types_add_filters):
2518
2519         Allow to enable/disable the pixbuf backend.
2520         Default to off for now. If we want it enabled we should
2521         really put mime types in the desktop, implement properties etc.
2522
2523         * properties/evince-properties.c:
2524
2525         Initialize error to NULL.
2526         Check error is not NULL before freeing.
2527
2528 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
2529
2530         * shell/ev-window.c:
2531
2532         Use F5 as presentation accell
2533
2534 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
2535
2536         * shell/ev-window.c: (update_chrome_visibility),
2537         (ev_window_create_fullscreen_popup), (ev_window_init):
2538
2539         Do not leak the fullscreen toolbar
2540
2541 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
2542
2543         * shell/ev-window.c: (view_actions_focus_in_cb),
2544         (view_actions_focus_out_cb):
2545
2546         These has a return value! Fix totally random focus
2547         issues we was seeing.
2548
2549 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2550
2551         * shell/main.c: (load_files_remote):
2552
2553         Allow open more than one file
2554
2555 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
2556
2557         * shell/main.c: (load_files_remote):
2558
2559         Fix for dbus 0.33. bug #309975
2560
2561 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
2562
2563         * properties/ev-properties-main.c: (ev_properties_get_pages):
2564
2565         Actually return NULL for types we dont support
2566
2567 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
2568
2569         * po/POTFILES.in:
2570
2571         Remove empty lines.
2572
2573 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
2574
2575         * backend/ev-document-factory.c:
2576         (ev_document_factory_get_document):
2577
2578         Do not try to create the object if type
2579         is invalid.
2580
2581 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
2582
2583         * ps/ps-document.c: (ps_document_dispose),
2584         (ps_async_renderer_render_pixbuf):
2585         * ps/ps-document.h:
2586
2587         Do not leak the target window
2588
2589 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
2590
2591         * shell/ev-application.c: (ev_application_init):
2592
2593         Let tbe check file existence for us.
2594         Add a comment about eggrecent mime filter.
2595
2596 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
2597
2598         * data/evince-ui.xml:
2599         * shell/ev-application.c: (ev_application_shutdown),
2600         (ev_application_init), (ev_application_get_toolbars_model),
2601         (ev_application_get_recent_model),
2602         (ev_application_save_toolbars_model):
2603         * shell/ev-application.h:
2604         * shell/ev-window.c: (ev_window_add_recent),
2605         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
2606         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
2607         (ev_window_init):
2608
2609         Use common toolbar and recent models for all windows.
2610         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2611
2612 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
2613
2614         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
2615         successfully check for gtk_icon_view_get_visible_range.
2616
2617 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2618
2619         * djvu/Makefile.am:
2620         * dvi/Makefile.am:
2621         
2622         Fix djvu and dvi backend build.
2623
2624 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
2625
2626         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
2627         (new_separator_pixbuf):
2628
2629         Don't leak windows.
2630
2631 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
2632
2633         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
2634
2635         HIGification of toolbar editor dialogue.
2636
2637 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
2638
2639         * configure.ac:
2640         * shell/Makefile.am:
2641
2642         Ever build metadata manager since it's just
2643         disabled at runtime now.
2644
2645 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
2646
2647         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
2648         (ev_metadata_manager_get), (ev_metadata_manager_set):
2649         * shell/ev-metadata-manager.h:
2650
2651         Add an _init functions that enabled metadata management
2652         at runtime.
2653
2654         * shell/ev-window.c: (page_changed_cb),
2655         (setup_document_from_metadata), (ev_window_setup_document),
2656         (setup_view_from_metadata), (ev_window_open_uri),
2657         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
2658         (ev_window_run_presentation), (ev_window_stop_presentation),
2659         (save_sizing_mode), (ev_window_zoom_changed_cb),
2660         (ev_window_continuous_changed_cb),
2661         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
2662         (window_configure_event_cb):
2663
2664         Remove all ugly metadata define since we deal with it
2665         at runtime now.
2666
2667         * shell/main.c: (load_files_remote), (main):
2668
2669         Add support for dbus cvs head. Hopefully didnt break one
2670         of the other versions now!
2671
2672         If we dont get a response from the dbus server just
2673         give up with it and not enable metadata.
2674
2675 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
2676
2677         * Makefile.am:
2678         * backend/Makefile.am:
2679         * configure.ac:
2680         * cut-n-paste/recent-files/Makefile.am:
2681         * cut-n-paste/toolbar-editor/Makefile.am:
2682         * cut-n-paste/zoom-control/Makefile.am:
2683         * lib/Makefile.am:
2684         * pdf/Makefile.am:
2685         * pixbuf/Makefile.am:
2686         * properties/Makefile.am:
2687         * ps/Makefile.am:
2688         * shell/Makefile.am:
2689         * thumbnailer/Makefile.am:
2690         * tiff/Makefile.am:
2691
2692         Make frontends depend on just libev.
2693         Rework and group CFLAGS/LIBS definitions.
2694         Cleanups.
2695
2696 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
2697
2698         * shell/ev-window:
2699
2700         do not unnecessarily save zoom
2701
2702         * configure.ac:
2703         * lib/ev-file-helpers.c: (ev_dot_dir):
2704         * shell/Makefile.am:
2705         * shell/dummy.cc:
2706
2707         Some cleanups
2708
2709 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
2710
2711         * configure.ac:
2712         
2713         Remove unnecessary dependencies
2714
2715 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
2716
2717         * properties/Makefile.am:
2718         * thumbnailer/Makefile.am:
2719         * tiff/Makefile.am:
2720
2721         Some more cleanups. Was really necessary
2722         but I probably introduced bugs, feel free
2723         to flame :)
2724
2725 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
2726
2727         * backend/Makefile.am:
2728         * configure.ac:
2729         * cut-n-paste/recent-files/Makefile.am:
2730         * cut-n-paste/toolbar-editor/Makefile.am:
2731         * cut-n-paste/zoom-control/Makefile.am:
2732         * lib/Makefile.am:
2733         * pdf/Makefile.am:
2734         * pixbuf/Makefile.am:
2735         * properties/Makefile.am:
2736         * ps/Makefile.am:
2737         * shell/Makefile.am:
2738         * thumbnailer/Makefile.am:
2739         * tiff/Makefile.am:
2740
2741         Use gnome-common macros when possible.
2742         Cleanup dependencies.
2743         Actually disable deprecated where possible.
2744
2745 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
2746
2747         * Makefile.am:
2748         * backend/Makefile.am:
2749         * properties/Makefile.am:
2750         * shell/Makefile.am:
2751         * thumbnailer/Makefile.am:
2752
2753         This should solve the circular dep without
2754         requiring dir reorg!
2755
2756         * shell/ev-window.c: (setup_view_from_metadata):
2757
2758         Never restore window size/position when the
2759         window is already visible.
2760
2761 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
2762
2763         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
2764
2765         Return a boolean from timeout func. Fix ported from gedit.
2766
2767 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
2768
2769         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
2770
2771 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2772
2773         * shell/ev-document-types.c: set "All Documents" as default filter in
2774         open dialog
2775
2776 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
2777
2778         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
2779         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
2780         (ev_metadata_manager_set_boolean): fix value/val thinko.
2781
2782 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
2783
2784         * shell/ev-window.c: (setup_view_from_metadata),
2785         (window_state_event_cb), (window_configure_event_cb),
2786         (ev_window_init):
2787
2788         Remember window position and maximized state
2789
2790 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
2791
2792         * configure.ac:
2793
2794         Fix DBUS configure checks.
2795
2796         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
2797         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
2798         (ev_metadata_manager_set_boolean):
2799
2800         Plug mem leaks.
2801
2802         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
2803         (ev_window_stop_fullscreen), (ev_window_run_presentation),
2804         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
2805         (ev_window_continuous_changed_cb),
2806         (ev_window_dual_mode_changed_cb), (ev_window_new):
2807
2808         Fix the build without DBUS.
2809
2810 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
2811
2812         * shell/ev-metadata-manager.c: (parse_value), (save_values),
2813         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
2814         (ev_metadata_manager_set_string),
2815         (ev_metadata_manager_set_boolean):
2816         * shell/ev-metadata-manager.h:
2817
2818         Add support for some more types
2819
2820         * shell/ev-view.c: (scroll_to_current_page),
2821         (ev_view_get_continuous), (ev_view_set_continuous),
2822         (ev_view_get_dual_page):
2823         * shell/ev-view.h:
2824         * shell/ev-window.c: (page_changed_cb),
2825         (setup_document_from_metadata), (ev_window_setup_document),
2826         (setup_view_from_metadata), (ev_window_open_uri),
2827         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
2828         (ev_window_run_presentation), (ev_window_stop_presentation),
2829         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
2830         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
2831         (ev_window_update_dual_page_action),
2832         (ev_window_continuous_changed_cb),
2833         (ev_window_dual_mode_changed_cb), (ev_window_init):
2834
2835         Remember a bunch of view/document properties. Prolly some
2836         are still missing but it's getting interesting.
2837
2838 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
2839
2840         * configure.ac: check if dbus-binding-tool is installed. Not the
2841         case on current Ubuntu breezy, it seems.
2842
2843 2005-07-05  Luca Ferretti <elle.uca@libero.it>
2844
2845         * data/evince.desktop.in.in:
2846         
2847         Allow open uri lists and add TryExec field.
2848
2849 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
2850
2851         * configure.ac:
2852
2853         Enable dbus when available, do not require a configure
2854         option.
2855
2856 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
2857
2858         * configure.ac:
2859
2860         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
2861         disabled.
2862
2863 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2864             Marco Pesenti Gritti  <mpg@redhat.com>
2865
2866         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
2867         
2868         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
2869         functions to the format required by dbus
2870
2871         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
2872         errors. Use the RPC parameters in the expected way
2873
2874 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
2875
2876         * Makefile.am:
2877         * properties/Makefile.am:
2878         * properties/ev-properties-main.c: (ev_properties_get_pages):
2879
2880         Support all mime types
2881
2882         * shell/Makefile.am:
2883         * thumbnailer/Makefile.am:
2884         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
2885         (evince_thumbnail_pngenc_get):
2886
2887         Use the document factory
2888
2889 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
2890
2891         * backend/Makefile.am:
2892         * backend/ev-document-factory.c:
2893         (mime_type_supported_by_gdk_pixbuf),
2894         (ev_document_type_get_from_mime),
2895         (ev_document_factory_get_document),
2896         (ev_document_factory_get_backend),
2897         (ev_document_factory_get_mime_types),
2898         (ev_document_factory_get_all_mime_types):
2899         * backend/ev-document-factory.h:
2900         * shell/Makefile.am:
2901         * shell/ev-document-types.c: (get_document_from_uri),
2902         (ev_document_types_get_document),
2903         (file_filter_add_mime_list_and_free),
2904         (ev_document_types_add_filters):
2905         * shell/ev-document-types.h:
2906         * shell/ev-job-xfer.c: (ev_job_xfer_run):
2907         * shell/ev-properties-dialog.c:
2908         (ev_properties_dialog_set_document):
2909         * shell/ev-window.c: (ev_window_cmd_file_open),
2910         (ev_window_cmd_save_as):
2911         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2912
2913         Rework document types managing to avoid code duplication
2914         and actually abstract from backend implementations.
2915         Also provide a minimal factory api that can be used by
2916         thumbnailer/properties.
2917
2918 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
2919
2920         * properties/ev-properties-view.c: (ev_properties_view_set_info):
2921         Plug a mem leak.
2922         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
2923         HIG spacings.
2924
2925 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
2926
2927         * shell/ev-properties-dialog.c
2928         (ev_properties_dialog_set_document): only call
2929         ev_properties_fonts_set_document() if the document implements the
2930         fonts interface
2931
2932 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
2933
2934         * configure.ac:
2935         * properties/Makefile.am:
2936         * properties/ev-properties-view.c:
2937         (ev_properties_view_register_type):
2938         * properties/ev-properties-view.h:
2939         * properties/ev-properties-main.h:
2940
2941         Implement nautilus plugin for properties.
2942         Works only for pdf atm, I need to rework the
2943         document types stuff to get this to work
2944         for all backends...
2945
2946 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
2947
2948         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
2949         (ev_properties_fonts_set_document): use
2950         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
2951
2952 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
2953
2954         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
2955         them
2956         (PlaceImage, tiff2ps_process_page): use
2957         g_ascii_dtostr to convert floats to strings in a locale-safe way.
2958
2959
2960 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
2961
2962         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
2963         (main): to call gnome_authentication_manager_init. Should fix
2964         Bug #308510
2965
2966         * configure.ac: that requires libgnomeui 2.6.0.
2967
2968 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
2969
2970         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
2971         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
2972         use the new tiff2ps interfaces
2973
2974         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
2975         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
2976
2977         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
2978         structure instead of global variables.  Remove use of static
2979         variables in functions.
2980
2981 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
2982
2983         * shell/ev-page-action.c: unref the completion after setting it to the
2984         entry
2985
2986 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
2987
2988         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
2989         postscript files
2990
2991 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
2992
2993         * shell/ev-window.c (update_action_sensitivity): disable
2994         File->Print if the document does not implement the ps exporter
2995         interface
2996
2997 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
2998
2999         * Makefile.am:
3000         * configure.ac:
3001         * data/evince-properties.glade:
3002         * properties/.cvsignore:
3003         * properties/Makefile.am:
3004         * properties/ev-properties-view.c: (ev_properties_view_dispose),
3005         (ev_properties_view_class_init), (ev_properties_view_format_date),
3006         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
3007         (ev_properties_view_init), (ev_properties_view_new):
3008         * properties/ev-properties-view.h:
3009         * shell/Makefile.am:
3010         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
3011         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
3012         (ev_properties_dialog_new):
3013         * shell/ev-properties-dialog.h:
3014         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
3015         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
3016         (update_progress_label), (job_fonts_finished_cb),
3017         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
3018         * shell/ev-properties-fonts.h:
3019         * shell/ev-properties.c:
3020         * shell/ev-properties.h:
3021         * shell/ev-window.c: (ev_window_setup_document),
3022         (ev_window_cmd_file_properties):
3023
3024         Split the properties pages in two different objects, depend
3025         only on the backend where possible, use widgets instead
3026         of gobject for the glade part, reimplement the dialog
3027         itself with gtk.
3028         I need this to implement nautilus properties page.
3029
3030 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
3031
3032         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
3033         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
3034         (tiff_document_document_ps_exporter_iface_init): implement the ps
3035         exporter interface for tiff documents
3036
3037         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
3038         libtiff to implement TIFF postscript export
3039
3040         * tiff/tiff2ps.h: added a header file for external tiff2ps
3041         functions.
3042
3043         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
3044         tiff2ps.h
3045
3046 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3047
3048         * shell/ev-view.c: (scroll_to_current_page),
3049         (ev_view_set_fullscreen), (ev_view_set_presentation):
3050         
3051         Scroll to current page when exit from presentation
3052
3053 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3054
3055         * shell/ev-window.c: (update_document_mode),
3056         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3057         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
3058         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
3059         
3060         Exit from fullscreen mode when switch to presentation. Fix for
3061         bug 309365
3062
3063 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
3064
3065         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
3066         return NULL if the document does not implement the selection
3067         interface.
3068
3069 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
3070
3071         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
3072         reported height by using the resolution aspect ratio
3073         (tiff_document_render_pixbuf): scale the pixbuf using the
3074         resolution aspect ratio
3075
3076 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3077
3078         * configure.ac:
3079         
3080         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
3081         <kiltedaco@gmail.com>
3082         
3083         * djvu/djvu-document.c: (djvu_document_get_orientation),
3084         (djvu_document_set_orientation), (djvu_document_get_page_size),
3085         (rotate_pixbuf), (djvu_document_render_pixbuf),
3086         (djvu_document_document_iface_init):
3087         * dvi/dvi-document.c: (dvi_document_get_orientation),
3088         (dvi_document_set_orientation), (dvi_document_get_page_size),
3089         (rotate_pixbuf), (dvi_document_render_pixbuf),
3090         (dvi_document_document_iface_init):
3091         
3092         Dvi and djvu backends are ported to new API
3093
3094 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
3095
3096         * backend/ev-selection.c: (ev_selection_get_selection_region),
3097         (ev_selection_get_selection_map):
3098         * backend/ev-selection.h:
3099         * pdf/ev-poppler.cc:
3100         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
3101         * shell/ev-jobs.h:
3102         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
3103         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
3104         (ev_pixbuf_cache_get_text_mapping):
3105         * shell/ev-pixbuf-cache.h:
3106         * shell/ev-view.c: (location_in_text),
3107         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
3108         support to EvView.  Now we can see where we can select!  Sweet!
3109
3110 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
3111
3112         * shell/ev-view.c (ev_view_button_press_event): Fix
3113         event->y + view->scroll_x typo.
3114
3115 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
3116
3117         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
3118         sub-GdkPixbuf instead of passing dest_x and dest_y.
3119         
3120         * shell/ev-view.c: (view_point_to_doc_point),
3121         (view_rect_to_doc_rect), (ev_view_button_press_event),
3122         (ev_view_motion_notify_event), (compute_new_selection_rect),
3123         (gdk_rectangle_point_in), (compute_new_selection_text),
3124         (compute_selections): Update selection code to keep the selection
3125         around as two points and not as a normalized rectangle, and fix
3126         page level selection in two-column mode.
3127
3128 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
3129
3130         * shell/ev-window.c: (window_configure_event_cb): 
3131         
3132         Fix compilation
3133         
3134 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
3135
3136         * pdf/ev-poppler.cc:
3137
3138         Fix compilation
3139
3140 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
3141
3142         * shell/Makefile.am:
3143         * shell/ev-metadata-manager.c: (item_free),
3144         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3145         (parse_value), (parseItem), (load_values),
3146         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
3147         (save_values), (save_item), (get_oldest), (resize_items),
3148         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
3149         * shell/ev-metadata-manager.h:
3150
3151         Metadata manager from gedit but modified to use GValue, so that
3152         we dont need to keep converting from strings.
3153
3154         * configure.ac:
3155
3156         ENABLE_METADATA conditional, on when dbus is on
3157
3158         * shell/ev-application.c: (ev_application_open_uri):
3159
3160         Show the window after load so that we can initialize
3161         window size before it's showed.
3162
3163         * shell/ev-window.c: (ev_window_setup_from_metadata),
3164         (ev_window_open_uri), (window_configure_event_cb),
3165         (ev_window_init):
3166
3167         Save and load metadata information about window size.
3168         Not yet keeping states in account.
3169
3170         * shell/main.c: (main):
3171
3172         Shutdown metadata manager.
3173
3174 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
3175
3176         * shell/ev-application-service.xml:
3177         * configure.ac:
3178         * shell/Makefile.am:
3179         * shell/ev-application.c:
3180         * shell/ev-application.h:
3181         * shell/ev-window.c:
3182         * shell/ev-window.h:
3183         * shell/main.c:
3184
3185         Add an optional dbus interface (--enable-dbus).
3186         Rework application code, mainly to be easier to
3187         use "remotely".
3188         Do not open multiple windows with the same document,
3189         spatial evince!
3190
3191 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
3192
3193         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
3194         pixbuf iff it exists.
3195
3196 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
3197
3198         * shell/*:
3199         * backend/ev-render-context.[ch]:
3200         * backend/ev-selection.[ch]:
3201
3202         Massive changes.  We now support text selection of pdfs, and not
3203         just rectangular selection.  This is pretty broken still, but I
3204         want to get something into CVS.
3205
3206 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3207
3208         * pdf/ev-poppler.cc:
3209         
3210         Fix for Bug 309080: crash on window close.
3211         
3212         * shell/ev-page-action.c: (page_changed_cb):
3213         
3214         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
3215         jensgr@gmx.net (Jens Granseuer).
3216
3217 2005-06-25  Marcel Telka  <marcel@telka.sk>
3218
3219         * configure.in (ALL_LINGUAS): Added sk.
3220
3221 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3222
3223         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
3224         not a document open
3225
3226 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
3227
3228         * NEWS:
3229         * configure.ac:
3230
3231         Release 0.3.2
3232
3233         * cut-n-paste/recent-files/Makefile.am:
3234
3235         Fix make distcheck
3236
3237 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
3238
3239         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
3240         (pixbuf_document_set_orientation), (rotate_pixbuf),
3241         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
3242         (pixbuf_document_document_iface_init), (pixbuf_document_init):
3243
3244         Implement rotation and cleanup the code a bit.
3245
3246         * tiff/tiff-document.c: (tiff_document_get_page_size),
3247         (tiff_document_get_orientation), (tiff_document_set_orientation),
3248         (rotate_pixbuf), (tiff_document_render_pixbuf),
3249         (tiff_document_document_iface_init), (tiff_document_init):
3250
3251         Implement rotation. Was the quicker solution for the release
3252         but we really need to share this code in the shell.
3253
3254 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
3255
3256         * pdf/ev-poppler.cc:
3257
3258         Enable rotation, require poppler cvs. Fix a leak.
3259
3260 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3261
3262         * shell/ev-window.c: (update_action_sensitivity):
3263         
3264         Make properties unsensitive if document backend doesn't provide
3265         any info
3266
3267 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3268
3269         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
3270         (bitmap_flip_horizontally), (bitmap_flip_vertically),
3271         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
3272         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
3273         (bitmap_flip_rotate_counter_clockwise):
3274         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
3275         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
3276         (buff_gets):
3277         * dvi/mdvi-lib/common.h:
3278         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
3279         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
3280         (opendvi), (mdvi_reload), (mdvi_init_context),
3281         (mdvi_destroy_context), (mdvi_dopage), (special):
3282         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
3283         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
3284         (file_hash_free), (register_encoding), (parse_spec),
3285         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
3286         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
3287         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
3288         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
3289         (mdvi_register_font_type), (mdvi_unregister_font_type),
3290         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
3291         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
3292         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
3293         (mdvi_hash_destroy_key), (mdvi_hash_reset):
3294         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
3295         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
3296         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
3297         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
3298         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
3299         * dvi/mdvi-lib/special.c: (mdvi_register_special),
3300         (mdvi_unregister_special), (mdvi_flush_specials):
3301         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
3302         (t1_font_remove):
3303         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
3304         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
3305         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
3306         (free_font_metrics), (flush_font_metrics):
3307         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
3308         (tt_font_remove):
3309         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
3310         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
3311         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
3312         (dstring_insert), (dstring_new), (dstring_reset):
3313         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
3314         
3315         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
3316         avoid conflict with libtool on FC4
3317         
3318         * shell/ev-window.c: (ev_window_cmd_help_about):
3319         
3320         Update copyright year. Fix for bug 308828.
3321
3322 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
3323
3324         * shell/ev-view.c: (add_scroll_binding_keypad),
3325         (ev_view_binding_activated), (ev_view_class_init),
3326         (on_adjustment_value_changed):
3327         
3328         Bug 170874: Arrow keys switch pages in presentation mode
3329
3330 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
3331
3332         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3333         
3334         Fix for Bug 308265: Sidebar dissappears coming out of 
3335         Presentation mode
3336
3337 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
3338
3339         * shell/ev-application.c: (ev_application_open):
3340         * shell/ev-document-types.c: (ev_document_types_add_filters),
3341         (ev_document_types_add_filters_for_type):
3342         * shell/ev-document-types.h:
3343         * shell/ev-window.c: (ev_window_cmd_save_as):
3344         
3345         Suggest basename as template when saving, provide filters
3346         for save dialog. It's bug 308402
3347
3348 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3349
3350         * pdf/ev-poppler.cc:
3351         * shell/ev-sidebar-links.c: (job_finished_callback):
3352         * shell/ev-view.c: (update_find_status_message):
3353         
3354         Some leaks fixed
3355
3356 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
3357
3358         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3359         (egg_recent_view_uimanager_set_list):
3360
3361         Fix buglet in !show_numbers case.
3362
3363 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
3364
3365         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3366         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
3367
3368         Use pango ellipsisation.
3369
3370         * pdf/ev-poppler.cc:
3371
3372         Fix refcount leak, from nsh.
3373
3374 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3375
3376         * cut-n-paste/recent-files/Makefile.am:
3377         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
3378         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
3379         
3380         Removed EggRecentViewGtk
3381         
3382         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3383         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
3384         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
3385         (ev_window_setup_recent):
3386         
3387         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
3388         with other projects
3389
3390 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3391
3392         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
3393         (egg_recent_view_gtk_finalize):
3394
3395         Fix memory leak
3396
3397         * cut-n-paste/toolbar-editor/Makefile.am:
3398         
3399         Fix location of cursor icon.
3400         
3401         * pdf/ev-poppler.cc:
3402         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
3403         (display_completion_text), (match_completion):
3404         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
3405         (selection_changed_callback), (create_loading_model),
3406         (print_section_cb), (links_page_num_func),
3407         (update_page_callback_foreach):
3408         * shell/ev-window.c: (ev_window_dispose):
3409         
3410         Small memory fixes. Links model now store objects instead
3411         of pointers to improve memory management. 
3412
3413 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3414
3415         * shell/ev-window.c: (zoom_control_changed_cb):
3416         
3417         Fix update of zoom control (bug 308268).
3418
3419 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
3420
3421         * shell/ev-properties.c (set_property): escape the text correctly.
3422         Handles non-UTF-8 properties and escaped properties.  Also, sets
3423         the text to "<i>None</i>" if the property isn't set.
3424
3425         * data/evince-properties.glade: Change the label to be ellipsized,
3426         and give it a minimum size.
3427
3428 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3429
3430         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
3431         * shell/ev-sidebar-links.c: (create_loading_model):
3432         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
3433         * shell/ev-view.c: (ev_view_set_document):
3434         * shell/ev-window.c: (ev_window_dispose):
3435         
3436         Various small fixes, mostly memory leaks. Thanks to valgrind.
3437
3438 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
3439
3440         * ps/ps-document.c: remove the locale.h include again ;-). And
3441         kill the (bogus) setlocale/savelocale business.
3442
3443 2005-06-19   Jaap A. Haitsma <jaap@haitsma.org>
3444
3445         * ps/ps-document.c:
3446         
3447         Include locale.h to fix build
3448         
3449         * shell/ev-sidebar.c:
3450         
3451         Remove unnecessary includes
3452
3453 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3454
3455         * dvi/dvi-document.c: (dvi_document_load):
3456         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
3457         * po/POTFILES.in:
3458         
3459         Check for incorrect dvi files. Fix parsing dvi on AMD64
3460         platform. Thanks to tester@tester.ca (Olivier Crete).
3461
3462 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3463
3464         * shell/ev-page-action.c: (match_selected_cb),
3465         (display_completion_text), (match_completion), (update_model):
3466         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
3467         (expand_open_links):
3468         * shell/ev-sidebar.c: (ev_sidebar_destroy),
3469         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
3470         (ev_sidebar_set_document):
3471         * shell/ev-window.c: (ev_window_xfer_job_cb),
3472         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
3473         
3474         Fixed lot's of memory leaks, for example, memory leak on reload, 
3475         described in bug 307793.
3476
3477 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
3478
3479         * pdf/ev-poppler.cc:
3480         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
3481         (update_visible_range), (adjustment_changed_cb),
3482         (ev_sidebar_thumbnails_fill_model),
3483         (ev_sidebar_thumbnails_refresh),
3484         (ev_sidebar_tree_selection_changed),
3485         (ev_sidebar_icon_selection_changed),
3486         (ev_sidebar_thumbnails_use_icon_view),
3487         (ev_sidebar_thumbnails_set_document):
3488         * shell/ev-sidebar-thumbnails.h:
3489         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
3490         (ev_window_cmd_edit_rotate_right), (ev_window_init):
3491
3492         Refresh thumbnails when changing orientation. Not fully
3493         working yet becuase of a sidebar bug.
3494
3495         Set page orientation to poppler page everywhere. This sucks
3496         really need to fix poppler.
3497
3498 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
3499
3500         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
3501         (egg_recent_view_gtk_new_menu_item),
3502         (egg_recent_view_gtk_set_property),
3503         (egg_recent_view_gtk_get_property),
3504         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
3505         (egg_recent_view_gtk_set_tooltip_func),
3506         (egg_recent_view_gtk_set_label_width),
3507         (egg_recent_view_gtk_get_label_width):
3508         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
3509
3510         Sync with libegg (ellipsize labels)
3511
3512 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3513
3514         * data/evince-ui.xml:
3515         * shell/ev-window.c: (ev_window_cmd_go_forward),
3516         (ev_window_cmd_go_backward):
3517         
3518         Shift + PageUp moves 10 Pages. Fix for 306125
3519
3520 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
3521
3522         * pdf/ev-poppler.cc:
3523
3524         Add a flag to check if orientation has been overriden
3525
3526 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
3527
3528         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
3529         field if necessary.
3530
3531         * ps/ps.h: add creator field to document.
3532
3533         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
3534         set creator field.
3535
3536 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
3537
3538         * data/evince-properties.glade:
3539         * shell/ev-properties.c: (ev_properties_set_document):
3540
3541         s/PDF Version/Format
3542
3543 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
3544
3545         * shell/ev-properties.c: (ev_properties_set_document):
3546
3547         Remove unnecessary translations
3548
3549 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
3550
3551         * cut-n-paste/toolbar-editor/Makefile.am:
3552
3553         Correct library name    
3554
3555 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
3556
3557         * configure.ac:
3558         * cut-n-paste/recent-files/egg-recent-model.c:
3559         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
3560         (egg_recent_model_unlock_file):
3561         * cut-n-paste/recent-files/egg-recent-util.c:
3562         (egg_recent_util_get_unique_id):
3563         * cut-n-paste/recent-files/update-from-egg.sh:
3564         * cut-n-paste/toolbar-editor/Makefile.am:
3565         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3566         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
3567         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3568         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3569         (egg_toolbars_model_get_type):
3570         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
3571
3572         Better makefile for toolbar editor and update everything
3573         to latest libegg.
3574
3575 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
3576
3577         * shell/ev-window.c: (update_document_mode):
3578
3579         Prefer presentation mode when the document
3580         require fullscreen.
3581
3582 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
3583
3584         * data/evince-ui.xml:
3585         * shell/ev-window.c:
3586
3587         Add control-equal for zooming
3588
3589 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
3590
3591         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
3592
3593 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
3594
3595         * backend/ev-document.c: (ev_document_get_orientation):
3596         * backend/ev-document.h:
3597         * pdf/ev-poppler.cc:
3598         * ps/ps-document.c: (ps_document_get_orientation),
3599         (ps_document_set_orientation), (ps_document_document_iface_init):
3600
3601         Add a get_orientation api. Improve set_orientation.
3602
3603         * data/evince-ui.xml:
3604         * shell/ev-view.c: (ev_view_set_orientation),
3605         (ev_view_rotate_right), (ev_view_rotate_left):
3606         * shell/ev-view.h:
3607         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
3608         (ev_window_cmd_edit_rotate_right):
3609
3610         Better ui for changing document orientation
3611
3612 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3613
3614         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
3615         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
3616         * shell/ev-sidebar-links.h:
3617         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
3618         (ev_sidebar_page_iface_init):
3619         * shell/ev-sidebar-page.h:
3620         * shell/ev-sidebar-thumbnails.c:
3621         (ev_sidebar_thumbnails_get_property),
3622         (ev_sidebar_thumbnails_class_init),
3623         (ev_sidebar_thumbnails_set_document):
3624         * shell/ev-sidebar-thumbnails.h:
3625         * shell/ev-view.c: (ev_view_motion_notify_event):
3626         * shell/ev-window.c: (update_chrome_visibility),
3627         (ev_window_cmd_focus_page_selector),
3628         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
3629         (sidebar_page_main_widget_update_cb), (ev_window_init):
3630         
3631         Autoraise toolbar on GoToPage binding and fix bindings in
3632         EvSidebarThumbnails page.
3633
3634 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
3635
3636         * shell/ev-properties.c: (update_progress_label):
3637
3638         Hide the progress label when finished; bug #307697.
3639
3640 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
3641
3642         * pdf/ev-poppler.cc:
3643
3644         Enable is_open for links, you will need poppler cvs
3645
3646         * shell/ev-properties.c: (job_fonts_finished_cb):
3647
3648         Get a lock on the document when filling the tree view
3649
3650 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
3651
3652         * backend/ev-document-links.h:
3653         * pdf/ev-poppler.cc:
3654         * shell/ev-sidebar-links.c: (create_loading_model),
3655         (expand_open_links), (job_finished_callback):
3656
3657         Expand links when specified by the document.
3658         Depend on a poppler api (defined out for now)
3659
3660 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
3661
3662         * shell/ev-properties.c: (ev_properties_dispose),
3663         (ev_properties_class_init), (dialog_destroy_cb),
3664         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
3665         (ev_properties_set_document), (ev_properties_new),
3666         (ev_properties_show):
3667         * shell/ev-properties.h:
3668
3669         Make it an object, cleanup the code, api to show it as transient
3670         and to set the document.
3671
3672         * shell/ev-window.c: (ev_window_setup_document),
3673         (ev_window_cmd_file_properties):
3674
3675         Adapt to EvProperties changes, do not show multiple
3676         times, update it when document changes.
3677
3678 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
3679
3680         * ps/gstypes.h:
3681         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
3682         (ps_document_set_orientation), (ps_document_document_iface_init):
3683         * ps/ps-document.h:
3684
3685         Implement orientation here too
3686
3687         * shell/ev-properties.c: (ev_properties_new):
3688         * data/evince-properties.glade:
3689
3690         Hide the fonts page for backends that doesnt
3691         support it.     
3692
3693 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
3694
3695         * backend/ev-document.c: (ev_document_set_orientation):
3696         * backend/ev-document.h:
3697         * pdf/ev-poppler.cc:
3698
3699         Add orientation api. Currently poppler api is not optimal,
3700         we need to set orientation every time we _get a page.
3701         I will try to fix that at some point.
3702
3703         * data/evince-ui.xml:
3704         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
3705         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
3706
3707         Add orientation menu items
3708
3709         * shell/ev-page-cache.c: (ev_page_cache_clear):
3710         * shell/ev-page-cache.h:
3711
3712         Add api to clear the cache
3713
3714         * shell/ev-view.c: (setup_caches), (clear_caches),
3715         (ev_view_set_document), (ev_view_zoom_out),
3716         (ev_view_set_orientation):
3717         * shell/ev-view.h:
3718
3719         Implement orientation changing
3720
3721 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
3722
3723         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
3724         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
3725         * backend/ev-document-fonts.h:
3726
3727         Separate scan and fill so that we can incrementally fill from
3728         the main thread. Add a progress api.
3729
3730         * data/evince-properties.glade:
3731         * pdf/ev-poppler.cc:
3732         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
3733         * shell/ev-jobs.h:
3734         * shell/ev-properties.c: (update_progress_label),
3735         (job_fonts_finished_cb), (setup_fonts_view):
3736
3737         Incrementally feel the list and show the progress
3738         percentage in a label like acrobat does.
3739
3740         You are going to need poppler cvs
3741
3742 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
3743
3744         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
3745         * backend/ev-document-fonts.h:
3746         * pdf/ev-poppler.cc:
3747
3748         Make fonts model fill incrementally.
3749
3750         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3751         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3752         (ev_job_queue_remove_job):
3753         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
3754         (ev_job_fonts_new), (ev_job_fonts_run):
3755         * shell/ev-jobs.h:
3756
3757         New job for fonts scanning
3758
3759         * shell/ev-properties.c: (job_fonts_finished_cb),
3760         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
3761         * shell/ev-properties.h:
3762         * shell/ev-window.c: (ev_window_cmd_file_properties):
3763
3764         Incrementally feel the treeview using the new job. Show Loading...
3765         message until scanning is completed.
3766
3767         Hopefully I didnt break the build without the poppler patch.
3768
3769 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3770
3771         * shell/ev-application.c: (ev_application_open):
3772         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
3773         (ev_document_type_get_type), (ev_document_type_lookup):
3774         * shell/ev-document-types.h:
3775         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
3776         * shell/ev-job-xfer.h:
3777         * shell/ev-window.c: (ev_window_clear_local_uri),
3778         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
3779         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
3780         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3781         
3782         Transfer remote documents to tmp directory to display them later.
3783
3784 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
3785
3786         * backend/ev-document-info.h:
3787         * shell/ev-properties.c: (ev_properties_new):
3788
3789         s/GTime*/GTime. Not sure why we was using a pointer
3790         at all there!
3791
3792 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
3793
3794         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
3795         situations.  That situation is that you're using GTK+-HEAD with
3796         the patch at #306726 is applied, and you have a document with <
3797         1500 pages in it.  It's not quite as uniformly nice as the
3798         TreeView, but should be better in the long run.
3799
3800         I'm pretty sure I guarded against breaking compilation with
3801         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
3802         I missed some.
3803
3804         * shell/ev-window.c (ev_window_init): We don't have our tree/list
3805         widget yet, so I commented that code out
3806         enable_view_actions_for_widget() for now.  Need to figure this
3807         out.
3808
3809         * shell/ev-page-action.c (match_selected_cb): emit the right
3810         signals.  Our cool C-l completion now works.
3811
3812 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3813
3814         * backend/Makefile.am:
3815         * backend/ev-document-fonts.c:
3816         * backend/ev-document-links.c:
3817         * backend/ev-document.c: (ev_document_load):
3818         * backend/ev-document.h:
3819         * backend/ev-job-queue.c:
3820         * backend/ev-job-queue.h:
3821         * backend/ev-jobs.c:
3822         * backend/ev-jobs.h:
3823         * backend/ev-page-cache.c:
3824         * backend/ev-page-cache.h:
3825
3826         EvPageCache and EvJobs are moved to shell.
3827
3828         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
3829         (ev_tmp_filename):
3830         * lib/ev-file-helpers.h:
3831         
3832         New helper to work with temporary files
3833         
3834         * shell/Makefile.am:
3835         * shell/ev-application.c: (ev_application_open):
3836         * shell/ev-application.h:
3837         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
3838         (remove_job_from_async_queue), (add_job_to_async_queue),
3839         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
3840         (handle_job), (search_for_jobs_unlocked),
3841         (no_jobs_available_unlocked), (ev_render_thread),
3842         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
3843         (ev_job_queue_add_job), (move_job_async), (move_job),
3844         (ev_job_queue_update_job), (ev_job_queue_remove_job):
3845         * shell/ev-job-queue.h:
3846         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
3847         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
3848         * shell/ev-job-xfer.h:
3849         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
3850         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
3851         (ev_job_links_class_init), (ev_job_render_init),
3852         (ev_job_render_dispose), (ev_job_render_class_init),
3853         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
3854         (ev_job_thumbnail_class_init), (ev_job_load_init),
3855         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
3856         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
3857         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
3858         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
3859         * shell/ev-jobs.h:
3860         * shell/ev-page-action.c: (ev_page_action_set_document):
3861         * shell/ev-page-cache.c: (ev_page_cache_init),
3862         (ev_page_cache_class_init), (ev_page_cache_finalize),
3863         (ev_page_cache_new), (ev_page_cache_get_n_pages),
3864         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
3865         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
3866         (ev_page_cache_get_title), (ev_page_cache_get_size),
3867         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
3868         (ev_page_cache_get_height_to_page),
3869         (ev_page_cache_get_max_label_chars),
3870         (ev_page_cache_get_page_label),
3871         (ev_page_cache_has_nonnumeric_page_labels),
3872         (ev_page_cache_get_info), (ev_page_cache_next_page),
3873         (ev_page_cache_prev_page), (ev_page_cache_get):
3874         * shell/ev-page-cache.h:
3875         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
3876         (ev_pixbuf_cache_clear_job_sizes),
3877         (ev_pixbuf_cache_add_jobs_if_needed),
3878         (ev_pixbuf_cache_set_page_range):
3879         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
3880         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
3881         * shell/ev-sidebar-thumbnails.c:
3882         (ev_sidebar_tree_selection_changed),
3883         (ev_sidebar_thumbnails_set_document):
3884         * shell/ev-statusbar.c: (ev_statusbar_destroy),
3885         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
3886         (ev_statusbar_get_context_id), (ev_statusbar_push),
3887         (ev_statusbar_pop), (ev_statusbar_set_maximized),
3888         (ev_statusbar_pulse), (ev_statusbar_show_progress),
3889         (ev_statusbar_set_progress):
3890         * shell/ev-statusbar.h:
3891         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
3892         (ev_view_find_previous):
3893         * shell/ev-window.c: (ev_window_is_empty),
3894         (ev_window_setup_document), (password_dialog_response),
3895         (ev_window_clear_jobs), (ev_window_load_job_cb),
3896         (ev_window_xfer_job_cb), (ev_window_open_uri),
3897         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
3898         (ev_window_print), (ev_window_print_range),
3899         (ev_window_state_event), (ev_window_cmd_view_reload),
3900         (menu_item_select_cb), (menu_item_deselect_cb),
3901         (view_status_changed_cb), (ev_window_dispose),
3902         (drag_data_received_cb), (ev_window_init):
3903         * shell/ev-window.h:
3904         * shell/main.c: (load_files):
3905         
3906         New statusbar to show progress on idle. Two new jobs - 
3907         xfer job and load job to load document in background. And update
3908         of page_cache clients to new location of code.
3909
3910 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
3911   
3912         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
3913         selection in open dialog. It also remembers the last visited directory 
3914         in the current session.
3915
3916 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3917
3918         * shell/ev-properties.c: (ev_properties_new):
3919         * shell/ev-properties.h:
3920         * shell/ev-window.c: (ev_window_cmd_file_properties):
3921         
3922         Get document info from page cache instead of document itself.
3923         This should fix crash related to race conditions described in
3924         bug 306545.
3925
3926 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
3927
3928         * ps/ps-document.c: (ps_document_init),
3929         (send_ps), (get_page_box), (output), (catchPipe), (input),
3930         (stop_interpreter), (file_length), (file_readable),
3931         (check_filecompressedb), (ps_document_enable_interpreter),
3932         (document_load), (ps_async_renderer_render_pixbuf):
3933         * ps/ps-document.h:
3934
3935         Big cleanup of the ps code
3936
3937 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
3938
3939         * backend/Makefile.am:
3940         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
3941         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
3942         * backend/ev-async-renderer.h:
3943
3944         Add an async renderer interface (method + callback) which
3945         is useful for backends like ps.
3946
3947         * backend/ev-job-queue.c: (remove_job_from_async_queue),
3948         (add_job_to_async_queue), (job_finished_cb), (handle_job),
3949         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
3950         (ev_job_queue_add_job), (move_job_async), (move_job),
3951         (ev_job_queue_update_job), (ev_job_queue_remove_job):
3952
3953         Add queues for async renderer, these are executed on the
3954         main thread.
3955
3956         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
3957         (ev_job_render_run):
3958         * backend/ev-jobs.h:
3959
3960         If the backend support async renderer interface use it.
3961
3962         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
3963         (setup_pixmap), (ps_document_get_type),
3964         (ps_async_renderer_render_pixbuf),
3965         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
3966
3967         Implement async renderer interface.
3968
3969 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3970
3971         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
3972
3973         Cleanup links job on exit.
3974
3975 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3976
3977         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3978         (drag_data_get_cb), (drag_data_received_cb):
3979         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3980         (drag_data_get_cb), (parse_item_list),
3981         (egg_toolbar_editor_load_actions):
3982         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3983         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
3984         (parse_item_list), (parse_toolbars):
3985         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
3986         (dvi_pixbuf_put_pixel):
3987         
3988         Fix gcc 4.0 warnings
3989
3990 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
3991
3992         * ps/ps-document.c: (start_interpreter):
3993
3994         Fix warning when loading ps
3995
3996 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
3997
3998         * ps/ps-document.c: (output):
3999
4000         Fix crash when priting gs error messages.
4001
4002 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
4003
4004         * backend/ev-page-cache.c: (_ev_page_cache_new):
4005         * backend/ev-page-cache.h:
4006
4007         Use a const to return title so that we dont double
4008         free it. Small cleanup and fix a leak.
4009
4010         * shell/ev-window.c: (update_window_title):
4011
4012         strdup value from get_title.
4013
4014 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
4015
4016         * shell/ev-sidebar-links.c: (job_finished_callback),
4017         (ev_sidebar_links_set_document):
4018
4019         Cleanup the old job when changing document
4020
4021 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4022
4023         * shell/ev-stock-icons.c:
4024         * shell/ev-stock-icons.h:
4025         * shell/ev-window.c:
4026         
4027         Add stock icons for actions that can appear in toolbar. Fix for
4028         bug 306566.
4029
4030 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4031
4032         * backend/ev-page-cache.c: (ev_page_cache_finalize),
4033         (_ev_page_cache_new), (ev_page_cache_get_max_width),
4034         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
4035         * backend/ev-page-cache.h:
4036         * shell/ev-view.c: (scroll_to_current_page),
4037         (view_update_range_and_current_page), (get_page_y_offset),
4038         (get_page_extents), (ev_view_size_request_continuous_dual_page),
4039         (ev_view_size_request_continuous),
4040         (ev_view_zoom_for_size_continuous_and_dual_page),
4041         (ev_view_zoom_for_size_continuous):
4042         
4043         More compact EvView layout in document with pages of different size.
4044
4045 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
4046
4047         * shell/ev-window.c (ev_window_cmd_file_properties): fix
4048         compilation.
4049
4050 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4051
4052         * shell/ev-view.c: (view_set_adjustment_values):
4053         * shell/ev-window.c: (ev_window_cmd_file_properties):
4054         
4055         A bit different fix for rounding problem but it has no
4056         problems on startup. Make properties window transient to parent.
4057
4058 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4059
4060         * pdf/ev-poppler.cc:
4061         
4062         More commenting of font stuff.
4063
4064 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
4065
4066         * pdf/ev-poppler.cc:
4067
4068         Comment out some more fonts stuff. Should really
4069         work without the poppler patch now.
4070
4071 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
4072
4073         * pdf/ev-poppler.cc:
4074
4075         Adapt to api change
4076
4077 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
4078
4079         * data/evince-properties.glade:
4080         * pdf/ev-poppler.cc:
4081         * shell/ev-properties.c: (setup_fonts_view):
4082
4083         Set the column title. Show the dialog only
4084         once everything is setup.
4085         Getting font info can be very slow... will
4086         prolly need to make this threaded too.
4087
4088 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
4089
4090         * backend/Makefile.am:
4091         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
4092         (ev_document_fonts_get_fonts_model):
4093         * backend/ev-document-fonts.h:
4094         * data/evince-properties.glade:
4095         * pdf/ev-poppler.cc:
4096         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
4097         * shell/ev-properties.h:
4098         * shell/ev-window.c: (ev_window_cmd_file_properties):
4099
4100         Implement fonts list. Defined out for now, since it depends
4101         on a not yet committed poppler patch.
4102
4103 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
4104
4105         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
4106         page + 1.
4107
4108         * shell/ev-window.c: Make sure we add the timeout when we get a
4109         focus-in event.
4110
4111         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
4112         adjustment->value before calculating the zoom factor to average
4113         out all of our rounding errors.  The page no longer 'drifts' when
4114         resizing.
4115
4116 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4117
4118         * data/evince-properties.glade:
4119         * shell/ev-properties.c: (ev_properties_format_date),
4120         (set_property):
4121         
4122         Labels don't expand when the dialogue is resized.
4123         strftime result needs to be converted to UTF-8. Thanks
4124         to Christian Persch <chpe@gnome.org>.
4125
4126 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
4127
4128         * data/evince-properties.glade:
4129
4130         Hide the fonts tab
4131
4132 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
4133
4134         * backend/ev-document-info.h:
4135         * backend/ev-document.c: (ev_document_info_free):
4136         * data/evince-properties.glade:
4137         * pdf/ev-poppler.cc:
4138         * ps/ps-document.c: (ps_document_get_info):
4139         * shell/ev-properties.c: (ev_properties_format_date),
4140         (set_property), (ev_properties_new):
4141         * shell/ev-properties.h:
4142         * shell/ev-window.c: (ev_window_cmd_file_properties):
4143
4144         Rework properties code to take only EvPropertyInfo
4145         in the constructor so that it can be useful for
4146         nautilus plugin too.
4147
4148         Deal with backends that doesnt support some properties.
4149         Make set property code generic.
4150
4151 2005-06-04  Christian Persch <chpe@gnome.org>
4152
4153         * data/evince-properties.glade:
4154
4155         fix spacings, make resizeable, and make data labels
4156         selectable + ellipsised
4157
4158 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
4159
4160         * backend/ev-document-info.h:
4161         * data/Makefile.am:
4162         * data/evince-ui.xml:
4163         * pdf/ev-poppler.cc:
4164         * shell/Makefile.am:
4165         * shell/ev-window.c: (update_action_sensitivity),
4166         (ev_window_cmd_file_properties):
4167
4168         Initial go at file properties. Patch by
4169         Emil Soleyman-Zomalan <emil@soleyman.com>.
4170         Needs love see #169583
4171
4172 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
4173
4174         * ps/ps-document.c: (output):
4175         * ps/ps.c: (psscan):
4176
4177         Try to render even if psscan fails.
4178
4179 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
4180
4181         * ps/ps.c: (psscan), (pscopydoc):
4182
4183         Port buffered reading code from gv
4184
4185 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
4186
4187         * ps/ps-document.c: (interpreter_message), (output):
4188
4189         Do not fail on interpreter messages
4190
4191 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
4192
4193         * backend/ev-document-misc.c:
4194         (ev_document_misc_get_thumbnail_frame):
4195
4196         Pages can be 0 x 0, dont assert on this case
4197
4198 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
4199
4200         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
4201         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
4202
4203         Correctly manage our reference on document. Finally the reload
4204         huge leak is gone...
4205
4206 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
4207
4208         * ps/ps-document.c: (ps_document_dispose):
4209
4210         Forgot to chain it to the parent. Thanks chpe.
4211
4212 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
4213
4214         * ps/ps-document.c: (ps_document_dispose),
4215         (ps_document_class_init), (stop_interpreter), (document_load):
4216
4217         Cleanup dispose a bit. Dont leak the whole pixmap.
4218
4219 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
4220
4221         * pdf/ev-poppler.cc:
4222
4223         Release the poppler document on dispose
4224
4225 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
4226
4227         * shell/ev-view.c: (ev_view_set_document):
4228
4229         Release ref on the pixbuf cache when changing
4230         document.
4231
4232 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
4233
4234         * ps/ps-document.c: (ps_document_get_info):
4235
4236         Fix a double free
4237
4238 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
4239
4240         * backend/ev-page-cache.c: (ev_page_cache_init),
4241         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
4242         * backend/ev-page-cache.h:
4243         * shell/ev-page-action.c: (page_changed_cb):
4244         
4245         Set page action entry width depending on labels width. Fix
4246         for bug 305202.
4247
4248 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
4249
4250         * backend/ev-link.c: (ev_link_class_init):
4251
4252         Allow -1 as page value (error)
4253
4254 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
4255
4256         * shell/ev-sidebar-thumbnails.c:
4257         (ev_sidebar_thumbnails_set_document):
4258         * shell/ev-view.c: (scroll_to_current_page),
4259         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
4260         (page_changed_cb), (on_adjustment_value_changed),
4261         (ev_view_set_document):
4262
4263         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
4264         Fix bug 305377
4265
4266 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4267
4268         * configure.ac:
4269         * djvu/djvu-document.c: (djvu_document_get_page_size):
4270
4271         Require djvulibre CVS. Now djvu loading is much faster. Fix for
4272         bug 301993.
4273
4274 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
4275
4276         * shell/ev-view.c (draw_one_page): modify the expose handling to
4277         get the shadows.
4278
4279         * shell/ev-window.c (update_action_sensitivity): Respect
4280         permissions field.  Kowtow to the man.
4281
4282         * pdf/ev-poppler.cc: Get the permissions field.
4283
4284         * tiff/*c: Make a tiny bit more robust.
4285
4286 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4287
4288         * djvu/djvu-document.c:
4289         
4290         Pop messages from djvu context message queue.
4291
4292 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4293
4294         * configure.ac, Makefile.am, shell/Makefile.am:
4295         * tiff/Makefile.am, shell/ev-document-types.c:
4296         
4297         Cleanup tiff configure checks. Fix for bug 305218.
4298
4299 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
4300
4301         * configure.ac: Added "uk" to ALL_LINGUAS.
4302
4303 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4304
4305         * cut-n-paste/zoom-control/ephy-zoom.c:
4306         (ephy_zoom_get_changed_zoom_level):
4307         * cut-n-paste/zoom-control/ephy-zoom.h:
4308         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
4309         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
4310         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
4311         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
4312         (zoom_control_changed_cb), (ev_window_init):
4313         
4314         Fix minor points related to moving best fit up. Introduce
4315         "zoom" property and make zoom control change it's value on
4316         notify::zoom signals. Fix for 305080.
4317
4318 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4319
4320         * data/evince-ui.xml:
4321         * shell/ev-window.c: (set_view_actions_sensitivity):
4322         
4323         Use + and - as accels for zoom in and zoom out. Fix for 305001.
4324
4325 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
4326
4327         * configure.ac:
4328
4329         Depends on poppler 0.3.2
4330
4331 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
4332
4333         * cut-n-paste/recent-files/egg-recent-item.c:
4334         (egg_recent_item_get_short_name):
4335         * cut-n-paste/toolbar-editor/Makefile.am:
4336         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4337         (new_pixbuf_from_widget):
4338         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4339         * cut-n-paste/toolbar-editor/egg-marshal.c:
4340         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4341         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4342
4343         Sync
4344
4345 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
4346
4347         * tiff/tiff-document.c: Rough TIFF backend.
4348
4349 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
4350
4351         * NEWS:
4352         * configure.ac:
4353         * cut-n-paste/toolbar-editor/Makefile.am:
4354
4355         Release 0.3.1
4356
4357 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
4358
4359         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
4360         (ev_view_find_next), (ev_view_find_previous):
4361
4362         Remove the locks around get_n_results   
4363
4364 2005-05-21  Juerg Billeter  <j@bitron.ch>
4365
4366         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
4367
4368         Pass correct number of pages to poppler.
4369
4370 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4371
4372         * configure.ac:
4373         * data/Makefile.am:
4374         * data/evince.desktop.in: 
4375         * data/evince.desktop.in.in:
4376         * po/POTFILES.in:
4377         
4378         Add conditionally dvi and djvu to desktop types. Fix for 304658.
4379
4380 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
4381
4382         * shell/ev-view.c: (view_update_adjustments),
4383         (view_set_adjustment_values): cast adjustmen->value to (int)
4384         before using it.  Otherwise, we get off by a pixel in some
4385         situations.
4386
4387         (draw_one_page): Draw the border on expose.
4388
4389 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
4390
4391         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
4392         adjustment when the mode changes, #304923
4393
4394 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4395
4396         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
4397         flickering on resize but still use gdk_window_scroll on
4398         scrolling
4399
4400 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
4401
4402         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
4403         option, #170458
4404
4405 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
4406
4407         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
4408         second page on page_changed if possible, #304669
4409
4410 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
4411
4412         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
4413         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
4414
4415 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
4416
4417         * .cvsignore:
4418         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
4419         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
4420         (ev_view_zoom_for_size_presentation),
4421         (ev_view_zoom_for_size_continuous_and_dual_page),
4422         (ev_view_zoom_for_size_continuous),
4423         (ev_view_zoom_for_size_dual_page),
4424         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
4425         * shell/ev-view.h:
4426         * shell/ev-window.c: (update_view_size),
4427         (ev_window_sizing_mode_changed_cb):
4428
4429         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
4430         the scrollbars.  It's not 100% right, but it's much closer.  Kills
4431         an infinite loop, #304769
4432
4433
4434 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
4435
4436         * data/evince-ui.xml:
4437         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
4438         * shell/ev-window.c: (set_view_actions_sensitivity):
4439
4440         Make PgUp/Down behave like Space
4441
4442 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
4443
4444         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
4445         * backend/ev-ps-exporter.h:
4446         * pdf/ev-poppler.cc:
4447         * ps/ps-document.c: (ps_document_ps_export_begin):
4448         * shell/ev-print-job.c: (idle_print_handler):
4449
4450         Adapt to new poppler api
4451
4452 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
4453
4454         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4455         (ephy_zoom_control_init):
4456
4457         Translate zoom levels
4458
4459 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
4460
4461         * cut-n-paste/zoom-control/ephy-zoom.c:
4462         (ephy_zoom_get_zoom_level_index):
4463
4464         Fix current zoom -> zoom control match
4465
4466 2005-05-18  James Bowes  <bowes@cs.dal.ca>
4467
4468         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
4469         rather than the scrolled_window that it's in. Fixes bug #304655.
4470
4471 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
4472
4473         * shell/ev-view.c: (view_update_adjustments),
4474         (view_set_adjustment_values), (view_update_range_and_current_page),
4475         (view_scroll_to_page), (set_scroll_adjustment),
4476         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
4477         (ev_view_scroll), (ev_view_scroll_view),
4478         (ensure_rectangle_is_visible), (find_page_at_location),
4479         (get_link_at_location), (go_to_link), (status_message_from_link),
4480         (ev_view_size_request_continuous_dual_page),
4481         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
4482         (ev_view_unrealize), (ev_view_expose_event),
4483         (ev_view_button_press_event), (ev_view_motion_notify_event),
4484         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
4485         (draw_rubberband), (highlight_find_results), (draw_one_page),
4486         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
4487         (ev_view_init), (find_changed_cb), (page_changed_cb),
4488         (on_adjustment_value_changed), (ev_view_new),
4489         (ev_view_set_document), (ev_view_set_zoom),
4490         (ev_view_set_continuous), (ev_view_set_dual_page),
4491         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
4492         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
4493         (ev_view_zoom_for_size_presentation),
4494         (ev_view_zoom_for_size_continuous_dual_page),
4495         (ev_view_zoom_for_size_continuous),
4496         (ev_view_zoom_for_size_dual_page),
4497         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
4498         (ev_view_get_status), (ev_view_set_status),
4499         (update_find_status_message), (ev_view_get_find_status),
4500         (ev_view_set_find_status), (jump_to_find_result),
4501         (jump_to_find_page), (compute_selections), (clear_selection),
4502         (ev_view_select_all), (get_selected_text), (ev_view_copy),
4503         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
4504         (ev_view_update_primary_selection),
4505         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
4506         * shell/ev-view.h:
4507         * shell/ev-window.c: (ev_window_open_page_label),
4508         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
4509         (ev_window_init):
4510         * shell/ev-window.h:
4511         * shell/main.c: (load_files):
4512
4513         Massive code clean up from Nickolay Shmyrev.  Keep page offset
4514         when resizing.  Remove the bin_window().  Also, patch from James
4515         Bowes to fix command line page, #300641
4516         
4517 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
4518
4519         * data/evince-ui.xml:
4520         * shell/ev-view.c:
4521         * shell/ev-view.h:
4522         * shell/ev-window.c: (update_action_sensitivity):
4523
4524         Get rid of View->Normal Size, it's just confusing
4525
4526 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
4527
4528         * backend/ev-document-info.h:
4529         * backend/ev-document.c: (ev_document_info_free): Free the
4530         EvDocumentInfo.
4531
4532         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
4533         (clear_range), (add_range), (update_visible_range),
4534         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
4535         (ev_sidebar_thumbnails_set_document):
4536         * shell/ev-window.c: (ev_window_setup_document): Only render the
4537         visible thumbnails.  It takes an instant to render, but it uses
4538         much less memory.
4539
4540 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
4541
4542         * shell/ev-sidebar-links.c: (popup_menu_cb):
4543
4544         Select first item
4545
4546 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
4547
4548         * lib/Makefile.am:
4549         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
4550         (button_press_cb), (ev_sidebar_links_construct):
4551
4552         Show the popup menu also on keybindings
4553
4554 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
4555
4556         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
4557         * shell/ev-window.h:
4558
4559         Expose api to print a range (with dialog). Make private _print use
4560         it.
4561
4562         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
4563         (ev_sidebar_links_construct):
4564
4565         Show a print context menu on linkx, it prints the selected
4566         section.
4567
4568 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
4569
4570         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
4571         button.
4572
4573 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
4574
4575         * AUTHORS:
4576
4577         Update
4578
4579         * shell/ev-window.c: (build_comments_string),
4580         (ev_window_cmd_help_about):
4581
4582         Show poppler version/backend and authors
4583
4584 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
4585
4586         * cut-n-paste/zoom-control/ephy-zoom.c:
4587         (ephy_zoom_get_zoom_level_index):
4588         * cut-n-paste/zoom-control/ephy-zoom.h:
4589
4590         Move the best fit items at the top of the list
4591
4592 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
4593
4594         * shell/ev-marshal.list:
4595         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
4596         (activate_cb), (match_selected_cb), (activate_link_cb),
4597         (connect_proxy), (ev_page_action_class_init):
4598         * shell/ev-page-action.h:
4599
4600         Use signals to notify action activation. Hopefully
4601         I did not break completion since I cant test...
4602
4603         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
4604         (register_custom_actions):
4605
4606         Connect to page selector actions and also grab focus on
4607         the view when activated.
4608
4609 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
4610
4611         * pdf/ev-poppler.cc:
4612         * backend/ev-page-cache.c: make page size calculation consistent
4613         and set it to (int)( width * scale + 0.5).  This makes the weird
4614         line going through the middle of the page go away.
4615
4616         * shell/ev-view.c: move painting the background page after
4617         checking the expose area covers us.
4618
4619 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4620
4621         * data/evince-password.glade:
4622         
4623         Mark labels as not translatable. Fix for bug 302842.
4624
4625 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
4626
4627         * configure.ac: Added "es" to ALL_LINGUAS.
4628
4629 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
4630
4631         * data/evince-toolbar.xml:
4632         * shell/ev-window.c: (update_action_sensitivity),
4633         (ev_window_setup_document), (ev_window_set_page_mode),
4634         (ev_window_init):
4635
4636         Remove some leftover code from jrb first continous
4637         attempt. Use the new actions, we still need good icons
4638         though...
4639
4640 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
4641
4642         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
4643
4644         Update label when connecting proxy. Fix a warning with NULL
4645         page_cache.
4646
4647 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
4648
4649         * data/evince-ui.xml:
4650         * shell/ev-page-action.c: (ev_page_action_grab_focus):
4651         * shell/ev-page-action.h:
4652         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
4653
4654         Add mnemonic for edit toolbar.
4655         ctrl+l focus the page entry.
4656
4657 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
4658
4659         * lib/Makefile.am:
4660         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
4661         (ev_window_init):
4662         * shell/main.c: (main):
4663
4664         Put the toolbar xml in evince own dot dir
4665
4666 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
4667
4668         * shell/ev-window.c: (ev_window_init):
4669
4670         Make the toolbar not removable
4671
4672 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
4673
4674         * data/evince-ui.xml:
4675         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
4676         * shell/ev-sidebar-links.h:
4677         * shell/ev-sidebar-thumbnails.c:
4678         (ev_sidebar_thumbnails_get_treeview):
4679         * shell/ev-sidebar-thumbnails.h:
4680         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
4681         (ev_view_class_init):
4682         * shell/ev-view.h:
4683         * shell/ev-window.c: (update_action_sensitivity),
4684         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
4685         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
4686         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
4687         (ev_window_init):
4688
4689         This is evil... Make space/backspace global accelerators but
4690         enable them only for some widgets (sidebars and view).
4691         I dont like it, but I dont know a better way... :/
4692
4693 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
4694
4695         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
4696         (ev_page_action_widget_finalize),
4697         (ev_page_action_widget_class_init), (update_page_cache):
4698
4699         Keep a weak reference on proxy->page_cache so that we
4700         dont try to disconnect the signal if the object is already
4701         gone. Maybe there is a better way to cleanup reference handling
4702         in page action though...
4703
4704 2005-05-10  Juerg Billeter  <j@bitron.ch>
4705
4706         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
4707         * backend/ev-ps-exporter.h:
4708         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
4709         * ps/ps-document.c: (ps_document_ps_export_begin):
4710         
4711         Change api to pass print range to ps_exporter_begin. The pdf backend
4712         requires this information.
4713         
4714         * shell/ev-print-job.c: (idle_print_handler):
4715         
4716         Adapt to api change
4717
4718 2005-05-10  Juerg Billeter  <j@bitron.ch>
4719
4720         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
4721         (idle_print_handler)
4722         * shell/ev-window.c: (ev_window_print):
4723
4724         Support printing page range, based on patch by Amaury Jacquot
4725
4726 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
4727
4728         * data/evince-toolbar.xml:
4729
4730         Add zoom control to available items
4731
4732 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
4733
4734         * shell/ev-window.c: (update_action_sensitivity):
4735
4736         Set slash action insensitive when appropriate
4737
4738 2005-05-10  Christian Persch <chpe@gnome.org>
4739
4740         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
4741
4742         Fix warning on the overflow menu
4743
4744 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
4745
4746         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
4747
4748         Check for uri correctness/existence
4749
4750 2005-05-09  Juerg Billeter  <j@bitron.ch>
4751
4752         * shell/ev-window.c: (using_postscript_printer):
4753
4754         LPD printers use postscript, too
4755
4756 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
4757
4758         * shell/ev-window.c: (register_custom_actions):
4759
4760         The zoom one is actually sort of useful,
4761         put it back
4762
4763 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
4764
4765         * shell/ev-window.c: (register_custom_actions):
4766
4767         Hide page/zoom controls from overflow, they
4768         are useless.
4769
4770 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
4771
4772         * cut-n-paste/update-from-egg.sh:
4773         
4774         Share it between all cut-n-paste subdirs
4775
4776         * cut-n-paste/recent-files/Makefile.am:
4777
4778         Fix to use "global" update-from-egg.sh
4779
4780         * cut-n-paste/recent-files/egg-recent-model.c:
4781         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
4782         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
4783         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
4784         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
4785
4786         Update from libegg
4787
4788         * cut-n-paste/toolbar-editor/Makefile.am:
4789
4790         Fix to use "global" update-from-egg.sh
4791
4792         * cut-n-paste/toolbar-editor/eggmarshalers.list:
4793
4794         Update from libegg
4795
4796 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
4797
4798         * configure.ac:
4799         * cut-n-paste/Makefile.am:
4800         * cut-n-paste/recent-files/Makefile.am:
4801         * cut-n-paste/toolbar-editor/.cvsignore:
4802         * cut-n-paste/toolbar-editor/Makefile.am:
4803         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4804         (egg_editable_toolbar_get_type), (get_toolbar_position),
4805         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
4806         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
4807         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
4808         (set_item_drag_source), (create_item_from_action), (create_item),
4809         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
4810         (popup_toolbar_context_menu_cb), (free_dragged_item),
4811         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
4812         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
4813         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
4814         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
4815         (item_added_cb), (item_removed_cb),
4816         (egg_editable_toolbar_construct),
4817         (egg_editable_toolbar_disconnect_model),
4818         (egg_editable_toolbar_deconstruct),
4819         (egg_editable_toolbar_set_model),
4820         (egg_editable_toolbar_set_ui_manager),
4821         (egg_editable_toolbar_set_property),
4822         (egg_editable_toolbar_get_property),
4823         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
4824         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
4825         (egg_editable_toolbar_new_with_model),
4826         (egg_editable_toolbar_get_edit_mode),
4827         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
4828         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
4829         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
4830         (new_pixbuf_from_widget), (new_separator_pixbuf),
4831         (update_separator_image), (style_set_cb),
4832         (_egg_editable_toolbar_new_separator_image),
4833         (egg_editable_toolbar_get_model):
4834         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4835         * cut-n-paste/toolbar-editor/egg-marshal.c:
4836         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4837         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
4838         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
4839         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
4840         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
4841         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
4842         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
4843         (editor_drag_data_delete_cb), (drag_data_get_cb),
4844         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
4845         (editor_create_item), (update_editor_sheet), (setup_editor),
4846         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
4847         (parse_item_list), (model_has_action), (update_actions_list),
4848         (egg_toolbar_editor_load_actions):
4849         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
4850         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4851         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
4852         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
4853         (toolbars_item_new), (free_toolbar_node), (free_item_node),
4854         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
4855         (egg_toolbars_model_add_separator), (impl_add_item),
4856         (parse_item_list), (egg_toolbars_model_add_toolbar),
4857         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
4858         (impl_get_item_data), (impl_get_item_type),
4859         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
4860         (egg_toolbars_model_init), (free_toolbar),
4861         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
4862         (egg_toolbars_model_remove_toolbar),
4863         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
4864         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
4865         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
4866         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
4867         (egg_toolbars_model_get_item_data),
4868         (egg_toolbars_model_get_item_type):
4869         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4870         * cut-n-paste/toolbar-editor/eggmarshalers.list:
4871         * data/Makefile.am:
4872         * data/evince-toolbar.xml:
4873         * data/evince-ui.xml:
4874         * data/hand-open.png:
4875         * po/POTFILES.in:
4876         * shell/Makefile.am:
4877         * shell/ev-window.c: (update_chrome_visibility),
4878         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
4879         (ev_window_dispose), (ev_window_init):
4880
4881         Implement epiphany like toolbar editor. Based on patch by
4882         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4883
4884 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
4885
4886         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
4887
4888         Use set_cursor instead of set_selection, so that
4889         the keyboard focus moves too.
4890
4891 2005-05-09  Aleksey Kliger <akliger@gmail.com>
4892
4893         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
4894
4895         Fix infinite loop when loading Type1 fonts
4896
4897 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
4898
4899         * data/evince-ui.xml:
4900         * shell/ev-window.c:
4901
4902         Slash -> Find
4903
4904 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
4905
4906         * configure.ac:
4907
4908         Make --disable really disable
4909
4910 2005-05-07  Juerg Billeter  <j@bitron.ch>
4911
4912         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
4913
4914         Compare page labels even without has_labels set, fixes setting page
4915         with entry
4916
4917 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
4918
4919         * shell/ev-view.c: (ev_view_create_invisible_cursor),
4920         (ev_view_set_cursor), (ev_view_button_press_event),
4921         (ev_view_motion_notify_event), (ev_view_button_release_event),
4922         (ev_view_init):
4923
4924         Implement middle button scrolling. Based on a patch
4925         by Tommi Komulainen <tommi.komulainen@iki.fi>.
4926
4927 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
4928
4929         * shell/ev-document-types.c: (get_slow_mime_type),
4930         (get_document_type_from_mime), (ev_document_type_lookup):
4931         * shell/ev-document-types.h:
4932
4933         Change api to lookup from uri. Do fast lookup first, if the
4934         type is unknown try with data sniffing.
4935
4936         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
4937         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4938
4939         Adapt to api change
4940
4941 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
4942
4943         * thumbnailer/Makefile.am:
4944
4945         Fix distcheck
4946
4947 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
4948
4949         * NEWS:
4950         * configure.ac:
4951
4952         Release 0.3.0
4953
4954         * data/evince-ui.xml:
4955
4956         Hide presentation mode for now
4957
4958         * shell/ev-view.c: (highlight_find_results):
4959
4960         Show current find selection only on current page
4961
4962 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
4963
4964         * shell/ev-view.c: (ev_view_select_all):
4965
4966         Compute size of the actual page, not of
4967         the current one.
4968
4969 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
4970
4971         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
4972         (view_rect_to_doc_rect), (compute_selections),
4973         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
4974         (ev_view_copy), (ev_view_primary_get_cb),
4975         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
4976         (ev_view_button_press_event), (ev_view_motion_notify_event),
4977         (ev_view_button_release_event), (page_changed_cb):
4978
4979         Fix text selection
4980
4981 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
4982
4983         * shell/ev-view.c: (compute_border), (get_page_extents),
4984         (doc_rect_to_view_rect), (highlight_find_results),
4985         (ev_view_bin_expose), (ev_view_select_all),
4986         (ev_view_motion_notify_event), (update_find_status_message),
4987         (jump_to_find_result), (jump_to_find_page):
4988
4989         First go at fixing search, still buggy
4990
4991 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
4992
4993         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
4994         dropdown box and button at the top of the sidebar.
4995
4996 2005-05-02  James Bowes  <bowes@cs.dal.ca>
4997
4998         * configure.ac: Output zoom-control Makefile.
4999         * cut-n-paste/Makefile.am: build zoom-control subdir.
5000         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5001         * cut-n-paste/zoom-control/ephy-zoom-action.h:
5002         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5003         * cut-n-paste/zoom-control/ephy-zoom-control.h:
5004         * cut-n-paste/zoom-control/ephy-zoom.c:
5005         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
5006         from epiphany, and modified to add a separator into the menu.
5007         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
5008         * data/evince-ui.xml: Replace old zoom toolbar actions with new
5009         zoom-control action.
5010         * shell/Makefile.am: Include zoom-control flags.
5011         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
5012         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
5013         (ev_view_zoom_for_size_presentation),
5014         (ev_view_zoom_for_size_continuous_and_dual_page),
5015         (ev_view_zoom_for_size_continuous),
5016         (ev_view_zoom_for_size_dual_page),
5017         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
5018         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
5019         ev_view_get_zoom and ev_view_get_sizing_mode.
5020         * shell/ev-view.h:
5021         * shell/ev-window.c: (update_action_sensitivity),
5022         (update_sizing_buttons), (zoom_control_changed_cb),
5023         (register_custom_actions): Initialize and use the zoom-control 
5024         widget.
5025
5026 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
5027
5028         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
5029         preview cache back to 1.  Don't know when it got set to 0.
5030         
5031         * shell/ev-view.c: (compute_border), (ev_view_realize),
5032         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
5033         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
5034         (ev_view_get_fullscreen), (ev_view_set_presentation),
5035         (ev_view_get_presentation), (ev_view_set_sizing_mode),
5036         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
5037         * shell/ev-view.h:
5038         * shell/ev-window.c:
5039         (update_chrome_visibility),
5040         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5041         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5042         (update_document_mode), (ev_window_update_fullscreen_action),
5043         (ev_window_fullscreen), (ev_window_unfullscreen),
5044         (ev_window_cmd_view_fullscreen),
5045         (ev_window_update_presentation_action),
5046         (ev_window_run_presentation), (ev_window_stop_presentation),
5047         (ev_window_cmd_view_presentation), (ev_window_state_event),
5048         (ev_window_focus_in_event), (ev_window_focus_out_event),
5049         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
5050         * data/evince-ui.xml: Initial presentation mode.  We should
5051         probably hide this until it's done, as it's quite rough.  Also,
5052         change full-screen to fullscreen and add two getters to EvView.
5053
5054 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
5055
5056         * shell/ev-page-action.c: (update_page_cache),
5057         (ev_page_action_dispose):
5058         * shell/ev-window.c: (destroy_fullscreen_popup),
5059         (ev_window_create_fullscreen_popup):
5060
5061         Use connect_object rather than explicitly
5062         disconnect on dispose.
5063
5064 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
5065
5066         * shell/ev-page-action.c: (update_page_cache),
5067         (ev_page_action_dispose):
5068
5069 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5070
5071         * backend/ev-page-cache.c: (_ev_page_cache_new),
5072         (ev_page_cache_set_page_label),
5073         (ev_page_cache_has_nonnumeric_page_labels):
5074         * backend/ev-page-cache.h:
5075         * shell/ev-page-action.c: (update_pages_label):
5076         
5077         If all page labels are numeric, fallback to default
5078         way to display number of pages. See bug 173185.
5079
5080 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5081
5082         * shell/ev-page-action.c: (ev_page_action_dispose):
5083         * shell/ev-view.c: (view_update_range_and_current_page):
5084         * shell/ev-window.c: (ev_window_dispose):
5085         
5086         Set page on scroll in continuous mode. Fixes bug 301986.
5087         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
5088
5089 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
5090
5091         * configure.ac:
5092
5093         Require poppler 0.3.0
5094
5095 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5096         
5097         * shell/Makefile.am, configure.ac: Fix build problems
5098         with t1lib. Bug 301996.
5099
5100 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5101
5102         * shell/ev-view.c: (ev_view_scroll_event):
5103         
5104         Scroll up increase zoom
5105
5106 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5107
5108         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
5109         (ev_view_set_sizing_mode),
5110         (ev_view_zoom_for_size_continuous_and_dual_page),
5111         (ev_view_zoom_for_size_continuous):
5112         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
5113         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
5114         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
5115         (ev_window_init):
5116
5117         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
5118         Fix for 165473 and 165472.
5119
5120 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5121
5122         * po/POTFILES.in:
5123         * thumbnailer/Makefile.am:
5124         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
5125         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
5126         * thumbnailer/evince-thumbnailer.schemas.in:
5127         
5128         Make thumbnailer schemas translatable. Fix for bug 301773
5129         
5130         * thumbnailer/evince-thumbnailer-djvu.schemas:
5131         * thumbnailer/evince-thumbnailer-dvi.schemas:
5132         * thumbnailer/evince-thumbnailer.schemas:
5133
5134         Removed files
5135
5136 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
5137
5138         * shell/ev-view.c (ev_view_init): forgot to set this.
5139
5140 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
5141
5142         * shell/ev-view.c: (find_page_at_location),
5143         (get_link_at_location),
5144         (ev_view_set_show_border), (ev_view_set_spacing),
5145         (ev_view_zoom_for_size_continuous_and_dual_page),
5146         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
5147         Also, add a quick fix measuring of widths.  Also, removed
5148         ev_view_set_spacing and ev_view_set_show_border.
5149         
5150         * shell/ev-window.c: (ev_window_unfullscreen),
5151         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
5152
5153 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5154
5155         * shell/ev-view.c: (view_update_range_and_current_page),
5156         (page_changed_cb):
5157         
5158         Fix crash on exit and scrolling to page in continuous view.
5159
5160 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
5161
5162         * TODO:
5163         * backend/ev-page-cache.c: (_ev_page_cache_new),
5164         (ev_page_cache_get_max_width_size),
5165         (ev_page_cache_get_max_height_size):
5166         * backend/ev-page-cache.h:
5167         * data/evince-ui.xml:
5168         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
5169         * shell/ev-view.c: (view_update_adjustments),
5170         (view_update_range_and_current_page), (get_bounding_box_size),
5171         (ev_view_size_request_continuous_and_dual_page),
5172         (ev_view_size_request_continuous),
5173         (ev_view_size_request_dual_page),
5174         (ev_view_size_request_single_page), (ev_view_size_request),
5175         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
5176         (ev_view_bin_expose), (ev_view_expose_event),
5177         (ev_view_set_property), (ev_view_get_property),
5178         (ev_view_class_init), (ev_view_init), (ev_view_new),
5179         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
5180         (ev_view_set_dual_page), (ev_view_set_full_screen),
5181         (ev_view_set_presentation), (ev_view_set_sizing_mode),
5182         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
5183         (ev_view_zoom_out), (zoom_for_size_fit_width),
5184         (zoom_for_size_best_fit),
5185         (ev_view_zoom_for_size_continuous_and_dual_page),
5186         (ev_view_zoom_for_size_continuous),
5187         (ev_view_zoom_for_size_dual_page),
5188         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5189         (ev_view_show_cursor), (ev_sizing_mode_get_type):
5190         * shell/ev-view.h:
5191         * shell/ev-window.c: (update_action_sensitivity),
5192         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5193         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5194         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
5195         (ev_window_cmd_view_zoom_out), (update_view_size),
5196         (ev_window_set_sizing_mode), (ev_window_init):
5197
5198         Add Continuous and Dual page modes.
5199
5200 2005-04-23  James Bowes  <bowes@cs.dal.ca>
5201
5202         * dvi/dvi-document.c: (dvi_document_load),
5203         (dvi_document_thumbnails_get_thumbnail),
5204         (dvi_document_init_params): Fix up some mixups between
5205         width and height to correct thumbnail rendering.
5206
5207 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5208
5209         * dvi/mdvi-lib/private.h:
5210         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
5211         
5212         Suppess output for kpathsea during font generation. Thanks to
5213         James Bowes
5214
5215 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
5216
5217         * NEWS:
5218         * configure.ac:
5219
5220         Release 0.2.1
5221
5222         * Makefile.am: fix distcheck.
5223
5224 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5225
5226         * shell/ev-sidebar-links.c: (selection_changed_callback),
5227         (update_page_callback), (row_activated_callback),
5228         (job_finished_callback), (ev_sidebar_links_set_document):
5229         
5230         Fix for bug #169901. Double click on links expands tree.
5231
5232 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
5233
5234         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
5235         hard-coded style. Fix for bug 170111
5236
5237 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
5238
5239         * shell/ev-view.c (highlight_find_results): Remove unnecessary
5240         locking.
5241
5242 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
5243
5244         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
5245
5246 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
5247
5248         * pdf/ev-poppler.cc:
5249         * shell/ev-view.c: (highlight_find_results):
5250
5251         Fix find on single page documents
5252
5253 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
5254
5255         * data/evince.schemas.in: fix for bug 301390
5256
5257 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
5258
5259         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
5260         (ev_view_zoom_out), (ev_view_zoom_normal):
5261         * shell/ev-view.h:
5262         * shell/ev-window.c: (update_action_sensitivity),
5263         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5264         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
5265         (ev_window_cmd_view_normal_size):
5266
5267         Fix normal size zoom. Make zoom in/zoom out unsensitive when
5268         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
5269         better than oom. 
5270
5271 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
5272
5273         * configure.ac:
5274
5275         Depend on 2.57, 2.59 doesnt seem to be necessary
5276
5277 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
5278
5279         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
5280         (create_tool_item):
5281
5282         Put back total number of pages as (1 of 1234)
5283
5284 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
5285
5286         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
5287         remove the job.
5288
5289         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
5290         function.  This helps debugging.
5291
5292 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5293
5294         * djvu/djvu-document.c: (djvu_document_class_init),
5295         (djvu_document_get_info), (djvu_document_document_iface_init):
5296         * dvi/dvi-document.c: (dvi_document_class_init),
5297         (dvi_document_get_info), (dvi_document_document_iface_init):
5298
5299        Dummy implementation of get_info method for dvi and djvu. Fix
5300        crashes with those backends
5301
5302 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
5303
5304         * data/evince.desktop.in:
5305
5306         Add application/x-gzpostscript
5307
5308 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
5309
5310         * data/evince.schemas.in: Added real long descriptions, 
5311         closes bug 172496 
5312
5313         * README: Added actual text, closes bug 171869
5314
5315 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
5316
5317         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5318
5319         Thumbnail page 0
5320
5321 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
5322
5323         * backend/ev-document-info.h:
5324
5325         s/GDate */GDate so we can just use g_free
5326
5327 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
5328
5329         * shell/ev-window.c: (update_document_mode),
5330         (ev_window_setup_document):
5331
5332         Show the window in fullscreen when specified by
5333         the document
5334
5335 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
5336
5337         * backend/ev-document.c: (ev_document_class_init),
5338         (ev_document_get_info), (ev_document_render_pixbuf):
5339         * backend/ev-document.h:
5340         * backend/ev-page-cache.c: (_ev_page_cache_new):
5341         * pdf/ev-poppler.cc:
5342         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
5343         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
5344         * ps/ps-document.c: (ps_document_class_init), (document_load),
5345         (ps_document_get_info), (ps_document_document_iface_init):
5346
5347         Remove get_title from the interface, we can just use document info
5348
5349 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
5350
5351         * backend/Makefile.am:
5352         * backend/ev-document.c: (ev_document_render_get_info):
5353         * backend/ev-document.h:
5354         * pdf/ev-poppler.cc:
5355
5356         Initial support for document info. Based on jrb patch.
5357
5358 2005-04-19  Paolo Borelli <pborelli@katamail.com>
5359
5360         * shell/ev-window.c: (ev_window_state_event),
5361         (ev_window_class_init), (ev_window_init):
5362         
5363         Doesn't show resize grip when maximized. See bug #301053
5364
5365 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5366
5367         * po/POTFILES.in:
5368         
5369         ev-sidebar-thumbnails now has translatable labels
5370         
5371         * shell/Makefile.am:
5372         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
5373         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
5374         (ev_sidebar_links_page_iface_init):
5375         * shell/ev-sidebar-links.h:
5376         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
5377         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
5378         (ev_sidebar_page_get_label):
5379         * shell/ev-sidebar-page.h:
5380         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
5381         (ev_sidebar_thumbnails_set_document),
5382         (ev_sidebar_thumbnails_support_document),
5383         (ev_sidebar_thumbnails_get_label),
5384         (ev_sidebar_thumbnails_page_iface_init):
5385         * shell/ev-sidebar-thumbnails.h:
5386         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
5387         (ev_sidebar_set_document):
5388         * shell/ev-sidebar.h:
5389         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
5390         
5391         Small rework of sidebar code. Now sidebar pages should implement
5392         EvSidebarPage interface. That makes page management in EvSidebar
5393         easier. See bug #164811 for details
5394
5395 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5396
5397         * shell/ev-application.c: (ev_application_open):
5398         * shell/ev-document-types.c:
5399         
5400         Fix build error and small problem with application exit
5401
5402 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5403
5404         * thumbnailer/Makefile.am:
5405         * thumbnailer/evince-thumbnailer-djvu.schemas:
5406         * thumbnailer/evince-thumbnailer-dvi.schemas:
5407         
5408         Conditionally install schemas for djvu/dvi thumbnailer
5409
5410 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
5411
5412         * shell/ev-document-types.h: 
5413         * shell/ev-document-types.c: 
5414         New files, handling the mapping from mimetypes to backends
5415         
5416         * shell/ev-window.c: 
5417         * thumbnailer/evince-thumbnailer.c:     
5418         Use the ev-document-types code
5419         
5420         * shell/Makefile.am: 
5421         Added new convenience library libevbackendfactory_la, containing
5422         the new mimetype->backend logic; moved the backends into it.
5423
5424         * thumbnailer/Makefile.am:
5425         Make the thumbnailer link with the libevbackend.la convenience
5426         library, rather than having a duplicate of the backend logic here.
5427
5428 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
5429
5430         * shell/ev-stock-icons.c: constify some vars.
5431         * shell/ev-window.c: ditto.
5432
5433 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
5434
5435         * ps/ps-document.c (get_page_orientation):
5436
5437         Respect document orientation 
5438
5439 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5440
5441         * djvu/Makefile.am:
5442         * dvi/Makefile.am:
5443         * shell/Makefile.am:
5444         
5445         Move library dependencies to components.
5446         
5447         * shell/ev-window.c: (update_window_title),
5448         (start_loading_document):
5449         
5450         Fix display of uris with spaces. Bug 168358.
5451
5452 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
5453
5454         * shell/ev-sidebar-links.c: (selection_changed_cb):
5455         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
5456         (ev_view_button_release_event), (ev_view_set_document):
5457         * shell/ev-view.h:
5458         * shell/ev-window.c: (find_bar_search_changed_cb):
5459         * shell/ev-window.h: Minor cleanups removing some dead code.
5460
5461 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5462
5463         * backend/ev-page-cache.c: (_ev_page_cache_new):
5464         
5465         Set current page to 0 if document has pages.
5466
5467 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
5468
5469         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5470
5471         Initialize GError to NULL, fix a crash when loading fails.
5472
5473 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
5474
5475         * shell/ev-window.c: (update_view_size):
5476
5477         Calculate shadow size only when there is actually
5478         a shadow.
5479
5480 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
5481
5482         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
5483         * shell/ev-view.h:
5484
5485         Allow setting view spacing, default to 0
5486
5487         * shell/ev-window.c: (ev_window_unfullscreen),
5488         (ev_window_cmd_view_fullscreen), (ev_window_init):
5489
5490         Remove spacing in fullscreen mode
5491
5492 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
5493
5494         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
5495         (ev_view_size_request), (expose_bin_window),
5496         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
5497         * shell/ev-view.h:
5498         * shell/ev-window.c: (ev_window_unfullscreen),
5499         (ev_window_cmd_view_fullscreen):
5500
5501         Do not draw the border in fulscreen
5502
5503 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
5504
5505         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
5506         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
5507         (find_page_at_location), (page_changed_cb):
5508
5509         Rework border calculation, so that I can more easily disable it.
5510         Code somewhat cleaner too.
5511
5512 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
5513
5514         * backend/ev-page-cache.c: (ev_page_cache_init),
5515         (_ev_page_cache_new):
5516
5517         Remove some assertions, documents can have 0 pages.
5518         Make initial current page -1.
5519
5520         * shell/ev-page-action.c: (page_changed_cb):
5521
5522         Show "" if current page is -1
5523
5524         * shell/ev-window.c: (update_action_sensitivity),
5525         (ev_window_setup_document):
5526
5527         When document has 0 pages do not set the view
5528         and make nearly everything insensitive.
5529
5530 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5531
5532         * shell/ev-page-view.c:
5533         * shell/ev-page-view.h:
5534
5535         Remove unused files.
5536         
5537         * shell/ev-sidebar-thumbnails.c:
5538         (ev_sidebar_thumbnails_set_document):
5539         * shell/ev-sidebar.c: (ev_sidebar_set_document),
5540         (ev_sidebar_supports_document):
5541         * shell/ev-sidebar.h:
5542         * shell/ev-window.c: (ev_window_setup_document):
5543         
5544         Doesn't show thumbnails if document has 1 page. Make
5545         sidebar menu entries sensitive only if if they have 
5546         sense. Fix bug 164811. 
5547
5548 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
5549
5550         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
5551         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
5552         (ev_view_zoom_out), (ev_view_set_size):
5553
5554         Rework sizing to deal with documents with not uniform page
5555         size.
5556
5557 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
5558
5559         * backend/ev-page-cache.c: (_ev_page_cache_new):
5560
5561         Fix several page size caching bugs
5562
5563 2005-04-15  Luca Ferretti <elle.uca@libero.it>
5564
5565         * shell/ev-window.c: (set_action_properties):
5566
5567         Make all toolbar items translatable
5568
5569 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
5570
5571         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
5572         (save_page_list), (ps_document_save),
5573         (ps_document_document_iface_init), (ps_document_ps_export_begin),
5574         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
5575         (ps_document_ps_exporter_iface_init):
5576         * ps/ps-document.h:
5577
5578         Based on a patch by J�rg Billeter <j@bitron.ch>
5579         
5580         Implement print and save a copy for the ps backend.
5581
5582 2005-04-14   Marco Pesenti Gritti <mpg@redhat.com>
5583
5584         * backend/ev-document.h:
5585         * djvu/djvu-document.c: (djvu_document_can_get_text),
5586         (djvu_document_document_iface_init):
5587         * dvi/dvi-document.c: (dvi_document_can_get_text),
5588         (dvi_document_document_iface_init):
5589         * pdf/ev-poppler.cc:
5590         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
5591         (pixbuf_document_document_iface_init):
5592         * ps/ps-document.c: (ps_document_can_get_text),
5593         (ps_document_document_iface_init):
5594         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
5595         * shell/ev-window.c: (update_action_sensitivity):
5596
5597         Fix the crash when trying to copy in backends that doesnt
5598         support it. We can implement a better solution once we
5599         do real text selection.
5600
5601 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
5602
5603         * data/evince-ui.xml:
5604         * shell/ev-window.c: (ev_window_cmd_escape):
5605         
5606         Work around the Escape conflict (find bar and unfullscreen)
5607
5608 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
5609
5610         * backend/ev-page-cache.c: (ev_page_cache_next_page):
5611         
5612         Fix for #300233. Next page correctly handles document end.
5613         
5614         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
5615         (ev_sidebar_thumbnails_class_init),
5616         (ev_sidebar_thumbnails_set_document),
5617         (ev_sidebar_thumbnails_clear_job),
5618         (ev_sidebar_thumbnails_clear_model):
5619         
5620         Cleanup thumbnail jobs on document changes.
5621         
5622         * shell/ev-view.c: (add_scroll_binding_keypad),
5623         (add_scroll_binding_shifted), (ev_view_class_init):
5624         
5625         Shift + Space scrolls up. Fix for #173184
5626         
5627         * shell/ev-window.c: (ev_window_open_page),
5628         (ev_window_cmd_view_reload):
5629         
5630         Fix reload (Bug #300094)
5631
5632 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5633
5634         
5635         * dvi/mdvi-lib/assoc.c:
5636         * dvi/mdvi-lib/assoc.h: Removed garbage files
5637         
5638         * dvi/mdvi-lib/bitmap.c:
5639         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
5640         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
5641         * dvi/mdvi-lib/color.h: Antialias of rules
5642         
5643         * dvi/mdvi-lib/common.h:
5644         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
5645         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
5646         * dvi/mdvi-lib/files.c:
5647         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
5648         * dvi/mdvi-lib/mdvi.h:
5649         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
5650         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
5651         * dvi/mdvi-lib/util.c: Fix compile warnings
5652         
5653         * dvi/dvi-document.c:
5654         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
5655         (dvi_document_thumbnails_get_thumbnail),
5656         (dvi_document_document_thumbnails_iface_init):
5657         * dvi/mdvi-lib/Makefile.am:
5658         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
5659         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
5660         
5661         Dvi backend now renders thumbnails
5662
5663 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
5664
5665         * shell/main.c: (main): 
5666         
5667         Save accelerators on exit. Fixes bug #172095.
5668
5669 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
5670
5671         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
5672         update priority" comment.
5673
5674         * backend/ev-job-queue.c: Give a way to change priority.
5675
5676 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
5677
5678         * shell/ev-page-action.c: Fix logic.
5679
5680 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
5681
5682         * shell/ev-view.c: (ev_view_can_find_next):
5683         * shell/ev-window.c: (ev_window_setup_document):
5684
5685         Check that the document supports find
5686
5687 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
5688
5689         * data/evince-ui.xml:
5690         * shell/ev-view.c: (ev_view_can_find_next):
5691         * shell/ev-view.h:
5692         * shell/ev-window.c: (update_action_sensitivity),
5693         (find_changed_cb), (ev_window_setup_document),
5694         (ev_window_cmd_edit_find_next):
5695
5696         Add Edit->Find Next
5697
5698 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
5699
5700         * pdf/ev-poppler.cc:
5701         * shell/ev-print-job.c: (idle_print_handler):
5702
5703         Make printing work again
5704
5705 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
5706
5707         * shell/ev-page-action.h:
5708         * shell/ev-page-action.c: (ev_page_action_widget_init),
5709         (ev_page_action_widget_class_init), (page_changed_cb),
5710         (create_tool_item), (update_page_cache), (build_new_tree_cb),
5711         (get_filter_model_from_model), (match_selected_cb),
5712         (display_completion_text), (match_completion), (update_model),
5713         (connect_proxy), (ev_page_action_set_property),
5714         (ev_page_action_get_property), (ev_page_action_set_document),
5715         (ev_page_action_set_model), (ev_page_action_class_init): Big
5716         reworking to make completions work iff we have >= GTK-2.7.0
5717                 
5718         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
5719         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
5720         (job_finished_cb): We now have a 'model' property that is set when
5721         the links are loaded.  This can be caught with "notify::model"
5722
5723         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
5724         listen for the model to be set, and propagate it to the action.
5725
5726 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5727
5728         * cut-n-paste/recent-files/egg-recent-item.c:
5729         (egg_recent_item_set_uri), (make_valid_utf8),
5730         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
5731         * cut-n-paste/recent-files/egg-recent-item.h:
5732         
5733         Update egg-recent from libegg. This should fix long
5734         startup problem. For details see
5735         http://bugzilla.gnome.org/show_bug.cgi?id=160531
5736
5737 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5738
5739         * cut-n-paste/recent-files/Makefile.am:
5740         * data/evince-ui.xml, shell/Makefile.am:
5741         * shell/ev-application.c, shell/ev-application.h:
5742         * shell/ev-window.c: Recent files support.
5743         
5744         * configure.ac: Added "ru" to ALL_LINGUAS.
5745         
5746         * dvju: new backend to support DJVU files.
5747         * dvi: new backend to support DVI.
5748
5749         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
5750         * ev-application.c: Support for new backends.
5751         
5752         * help, ev-window.c, main.c shell/Makefile.am: 
5753         Evince user documentation.
5754
5755 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
5756
5757         * po/POTFILES.in:
5758         * shell/ev-window.c:
5759         * thumbnailer/evince-thumbnailer.c:
5760
5761         s/pdf-document/ev-poppler
5762
5763 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
5764
5765         * NEWS:
5766         * configure.ac:
5767
5768         Release 0.2.0
5769
5770         * ps/ps-document.c: (setup_pixmap):
5771
5772         Remove debug code
5773
5774 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
5775
5776         * backend/ev-page-cache.c (ev_page_cache_next_page): 
5777         * shell/ev-window.c (ev_window_cmd_go_next_page) 
5778         (ev_window_cmd_go_first_page): Fix of by one errors.
5779
5780 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
5781
5782         * ps/ps-document.c: (get_page_box):
5783
5784         Fix page size calculation
5785
5786 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
5787
5788         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
5789         (ps_document_cleanup), (setup_pixmap), (get_page_box),
5790         (get_page_orientation), (setup_page), (document_load),
5791         (ps_document_get_page_size), (render_pixbuf_idle):
5792         * ps/ps-document.h:
5793
5794         More refactoring to adapt to EvDocument changes
5795
5796 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
5797
5798         * ps/ps-document.c: (start_interpreter):
5799
5800         Actually add alpha args
5801
5802 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
5803
5804         * pdf/ev-poppler.cc:
5805
5806         Make clipboard work again
5807
5808 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
5809
5810         Make searching work again.
5811         
5812         * backend/ev-document.c:
5813         * backend/ev-document.h:
5814         * backend/ev-document-find.c:
5815         * backend/ev-document-find.h: Change EvDocumentIface so we no
5816         longer store the current page or zoom level in the document.  The
5817         consequence is that all calls that operate on the current page now
5818         instead take the page number as an extra argument, and all
5819         coordinates are now doubles in document coordinate system.
5820
5821         * pdf/ev-poppler.cc:
5822         * pixbuf/pixbuf-document.c:
5823         * ps/ps-document.c: Update backends accordingly.
5824
5825 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
5826
5827         * autogen.sh:
5828
5829         Add required gettext version
5830
5831 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
5832
5833         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
5834         make F1 bring up non-existent help.
5835
5836         * shell/eggfindbar.c: Patch from Christian Persch to sync to
5837         epiphany's find bar, #167477
5838
5839         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
5840         <emil@nishra.com> to add space-bar scrolling, 
5841
5842         * shell/ev-window.c (static GtkActionEntry entries): add default
5843         keybinding for Help (F1)
5844         Fixes #171068
5845
5846         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
5847         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
5848         170110
5849
5850 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
5851
5852         * Makefile.am: 
5853         * pixbuf/pixbuf-document.c: 
5854
5855         Got pixbuf backend working again
5856
5857 2005-04-01  Steve Murphy  <murf@e-tools.com>
5858
5859         * configure.in: Added "rw" to ALL_LINGUAS.
5860
5861 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
5862
5863         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
5864         model types, noticed by Martin Kretzschmar.
5865
5866 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
5867
5868         * pdf/ev-poppler.cc: Implement search based on
5869         poppler_page_find_text().  Currently a bit crude since we remember
5870         all matches from all pages.  Also, we grab the big document lock
5871         when we search since searching changes the underlying stream and
5872         thus conflicts with the rendering thread.
5873         
5874         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
5875         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
5876         (ev_view_find_previous): Fix some page indexes to be 0 based,
5877         offset rubber band by view offset,
5878
5879 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
5880
5881         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
5882
5883 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
5884
5885         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
5886         completely because I didn't understand GtkActions.  I should
5887         read Marco's code more carefully in the future.
5888
5889         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
5890         function
5891
5892 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
5893
5894         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
5895         PopplerRectangle change from poppler CVS.
5896
5897 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
5898
5899         * backend/ev-document.c: (ev_document_get_page_label):
5900         * backend/ev-document.h:
5901         * backend/ev-page-cache.c: (_ev_page_cache_new),
5902         (ev_page_cache_get_page_label):
5903         * backend/ev-page-cache.h:
5904         * pdf/ev-poppler.cc:
5905         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
5906         (links_page_num_func):
5907         * shell/ev-sidebar-thumbnails.c:
5908         (ev_sidebar_thumbnails_set_document):
5909         * shell/ev-view.c: (status_message_from_link),
5910         (ev_view_motion_notify_event):
5911         * shell/ev-window.c: (document_supports_sidebar): Add in page
5912         label support.  It's not perfect yet, but it's the first 'feature'
5913         in a while.
5914         Also, fix a bogus comment noticed by crispin. 
5915
5916 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
5917
5918         * Makefile.am: Remove pixbuf backend for now
5919
5920         * configure.ac: Require poppler-glib instead of just poppler.
5921
5922         * backend/ev-document-thumbnails.h: Add a comment
5923
5924         * backend/ev-document.h:
5925         * backend/ev-document.c: (ev_document_class_init),
5926         (ev_document_load), (ev_document_get_link),
5927         (ev_document_get_links): Remove 3 methods and add get_links.
5928         Also, made 0 based.
5929
5930         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
5931         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
5932
5933         * backend/ev-link.c: (ev_link_set_title),
5934         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
5935         (ev_link_mapping_find):
5936         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
5937         
5938         * backend/ev-page-cache.c: (ev_page_cache_init),
5939         (_ev_page_cache_new), (ev_page_cache_set_current_page),
5940         (ev_page_cache_get_size), (ev_page_cache_next_page),
5941         (ev_page_cache_prev_page): Fix to be 0 based.
5942
5943         * pdf/Makefile.am: 
5944         * pdf/ev-poppler.h:
5945         * pdf/ev-poppler.cc: New backend.
5946         
5947         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
5948         (ps_document_get_page), (ps_document_document_iface_init):
5949
5950         * shell/ev-pixbuf-cache.h:
5951         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
5952         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
5953         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
5954         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
5955         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
5956         Fix up code to grab a page cache per each doc.  Also, fix to be 0
5957         based.
5958         
5959         * shell/ev-sidebar-thumbnails.c:
5960         (ev_sidebar_tree_selection_changed), (page_changed_cb),
5961         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
5962
5963         * shell/ev-view.c: (status_message_from_link),
5964         (find_page_at_location), (get_link_at_location),
5965         (ev_view_motion_notify_event), (ev_view_button_release_event),
5966         (ev_view_init): Use the new link code.  Fix to be 0 based.
5967
5968         * shell/ev-window.c: (update_action_sensitivity),
5969         (document_supports_sidebar): 0 based.
5970
5971 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
5972
5973         * pdf/pdf-document.cc: Patch from Fernando Herrera
5974         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
5975         *blush*
5976
5977 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
5978
5979         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
5980         1 to the page, as this seems to be 1 based.  I thought we has this
5981         fixed.  grump.
5982
5983 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
5984
5985         * TODO:
5986         * backend/Makefile.am:
5987         * backend/ev-document-links.c:
5988         (ev_document_links_has_document_links),
5989         (ev_document_links_get_links_model):
5990         * backend/ev-document-links.h:
5991         * backend/ev-document.c: (ev_document_get_page_cache),
5992         (ev_document_get_doc_mutex), (ev_document_load),
5993         (ev_document_save), (ev_document_get_title),
5994         (ev_document_get_n_pages), (ev_document_set_page),
5995         (ev_document_get_page), (ev_document_set_target),
5996         (ev_document_set_scale), (ev_document_set_page_offset),
5997         (ev_document_get_page_size), (ev_document_get_text),
5998         (ev_document_get_link), (ev_document_render),
5999         (ev_document_render_pixbuf), (ev_document_scale_changed):
6000         * backend/ev-document.h:
6001         * backend/ev-job-queue.c: (remove_object_from_queue),
6002         (notify_finished), (handle_job), (search_for_jobs_unlocked),
6003         (no_jobs_available_unlocked), (ev_render_thread),
6004         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
6005         (ev_job_queue_remove_job):
6006         * backend/ev-job-queue.h:
6007         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
6008         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
6009         (ev_job_links_class_init), (ev_job_render_init),
6010         (ev_job_render_dispose), (ev_job_render_class_init),
6011         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
6012         (ev_job_thumbnail_class_init), (ev_job_finished),
6013         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
6014         (ev_job_render_run), (ev_job_thumbnail_new),
6015         (ev_job_thumbnail_run):
6016         * backend/ev-jobs.h:
6017         * backend/ev-link.c:
6018         * backend/ev-link.h:
6019         * backend/ev-page-cache.c: (ev_page_cache_init),
6020         (ev_page_cache_class_init), (ev_page_cache_finalize),
6021         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
6022         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
6023         (ev_page_cache_set_link), (ev_page_cache_get_title),
6024         (ev_page_cache_get_size), (ev_page_cache_next_page),
6025         (ev_page_cache_prev_page):
6026         * backend/ev-page-cache.h:
6027         * pdf/pdf-document.cc:
6028         * ps/gsdefaults.c:
6029         * ps/gsdefaults.h:
6030         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
6031         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
6032         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
6033         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
6034         (is_interpreter_ready), (output), (catchPipe), (input),
6035         (start_interpreter), (check_filecompressed), (compute_dimensions),
6036         (ps_document_enable_interpreter), (document_load),
6037         (ps_document_next_page), (render_page), (ps_document_set_page),
6038         (ps_document_set_scale), (render_pixbuf_idle),
6039         (ps_document_render_pixbuf), (ps_document_document_iface_init):
6040         * ps/ps-document.h:
6041         * shell/Makefile.am:
6042         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
6043         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
6044         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
6045         (ev_pixbuf_cache_new), (job_finished_cb),
6046         (check_job_size_and_unref), (move_one_job),
6047         (ev_pixbuf_cache_update_range), (find_job_cache),
6048         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
6049         (ev_pixbuf_cache_add_jobs_if_needed),
6050         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
6051         * shell/ev-pixbuf-cache.h:
6052         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
6053         (idle_print_handler):
6054         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
6055         (selection_changed_cb), (create_loading_model),
6056         (ev_sidebar_links_construct), (links_page_num_func),
6057         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
6058         (update_page_callback), (job_finished_cb),
6059         (ev_sidebar_links_set_document):
6060         * shell/ev-sidebar-thumbnails.c:
6061         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
6062         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
6063         (page_changed_cb), (thumbnail_job_completed_callback),
6064         (ev_sidebar_thumbnails_set_document):
6065         * shell/ev-sidebar-thumbnails.h:
6066         * shell/ev-sidebar.c: (ev_sidebar_set_document):
6067         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
6068         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
6069         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
6070         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
6071         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
6072         (ev_view_button_release_event), (ev_view_scroll_view),
6073         (ev_view_class_init), (ev_view_init), (update_find_status_message),
6074         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
6075         (ev_view_new), (job_finished_cb), (page_changed_cb),
6076         (ev_view_set_document), (go_to_link), (ev_view_zoom),
6077         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
6078         (ev_view_find_previous):
6079         * shell/ev-view.h:
6080         * shell/ev-window.c: (update_action_sensitivity),
6081         (ev_window_open_page), (update_window_title), (update_total_pages),
6082         (page_changed_cb), (ev_window_setup_document),
6083         (password_dialog_response), (ev_window_cmd_save_as),
6084         (ev_window_print), (ev_window_cmd_go_previous_page),
6085         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
6086         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
6087         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
6088         * shell/main.c: (main):
6089
6090         Merge evince-threads branch
6091
6092 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
6093
6094         * configure.ac: Added "lt" to ALL_LINGUAS.
6095
6096 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
6097
6098         * NEWS:
6099         * configure.ac:
6100
6101         Release 0.1.9
6102
6103 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
6104
6105         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6106
6107         Fix here also the thumbnails 1-basedness :)
6108
6109 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
6110
6111         * NEWS:
6112         * configure.ac:
6113
6114         Release 0.1.8
6115
6116 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
6117
6118         * pdf/pdf-document.cc:
6119         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6120         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
6121
6122         Fix the mess we did with thumbnails and 1-basedness
6123
6124 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
6125
6126         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
6127
6128 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
6129
6130         * NEWS:
6131         * configure.ac:
6132
6133         Release 0.1.7
6134
6135 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
6136
6137         * ps/Makefile.am:
6138         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
6139         (gtk_gs_defaults_get_alpha_parameters),
6140         (gtk_gs_defaults_get_ungzip_cmd),
6141         (gtk_gs_defaults_get_unbzip2_cmd):
6142         * ps/gsdefaults.h:
6143         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
6144         (ps_document_get_orientation), (document_load),
6145         (ps_document_goto_page), (ps_document_set_page_size):
6146         * ps/ps-document.h:
6147
6148         Some more sanitization of the ps backend. Remove a lot
6149         of unused code and do not base our defaults on ggv
6150         preferences (ugh!)
6151
6152 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
6153
6154         * thumbnailer/evince-thumbnailer.schemas:
6155         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
6156         (main): add -s option for thumbnail size.
6157
6158 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
6159
6160         * configure.ac:
6161
6162         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
6163         remove it.
6164
6165 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
6166
6167         * pdf/pdf-document.cc:
6168
6169         Remove 4 pixels of useless border from the
6170         thumbnail.
6171
6172 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
6173
6174         * backend/ev-document-thumbnails.c:
6175         (ev_document_thumbnails_get_thumbnail):
6176         * backend/ev-document-thumbnails.h:
6177
6178         Rework API a bit. Add a border flag and
6179         change sizing logic (now the size we specify
6180         applies to the bigger dimension).
6181
6182         * pdf/pdf-document.cc:
6183         * pixbuf/pixbuf-document.c:
6184         (pixbuf_document_thumbnails_get_thumbnail):
6185         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
6186         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6187
6188         Adapt to the new API and do not draw a border for nautilus
6189         thumbnailer.
6190
6191 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
6192
6193         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6194         take thumbnails from page "0" instead of "1". Added a copyright header.
6195
6196 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
6197
6198         * ps/ps-document.c: (set_up_page), (start_interpreter):
6199
6200         Make it C89 compliant
6201
6202 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
6203
6204         * Makefile.am:
6205         * configure.ac:
6206         * pdf/.cvsignore:
6207         * pdf/pdf-document.cc:
6208         * thumbnailer/Makefile.am:
6209         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
6210         (main):
6211         * thumbnailer/evince-thumbnailer.schemas:
6212         * thumbnailer/pdf-icon.png:
6213
6214         Add a nautilus thumbnailer.
6215         Based on patch by Fernando Herrera <fherrera@onirica.com>.
6216
6217 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
6218
6219         * NEWS:
6220         * configure.ac:
6221         * po/POTFILES.in:
6222
6223         Release 0.1.6
6224
6225 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
6226
6227         Use poppler instead of including xpdf source code.  Poppler is a
6228         fork of xpdf to build it as a shared library. See
6229         http://freedesktop.org/wiki/Software/poppler.
6230
6231         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
6232         xpdf fork.
6233         
6234         * pdf/Makefile.am: Build libpdfdocument.a here.
6235         
6236         * pdf/GDKSplashOutputDev.cc:
6237         * pdf/GDKSplashOutputDev.h:
6238         * pdf/GnomeVFSStream.cc:
6239         * pdf/GnomeVFSStream.h:
6240         * pdf-document.cc:
6241         * pdf-document.h:
6242         * test-gdk-output-dev.cc
6243         * Thumb.cc:
6244         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
6245         against poppler.
6246
6247 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
6248
6249         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
6250
6251         Clear idle stack before unsetting the document
6252
6253 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
6254
6255         * ps/ps-document.c: (ps_document_widget_event),
6256         (ps_document_set_target), (ps_document_finalize),
6257         (ps_document_get_page):
6258
6259         Disconnect the widget event signal on finalize.
6260         Some code cleanups.
6261
6262 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
6263
6264         * ps/ps-document.c: (set_up_page):
6265
6266         If there is no bpixmap create one, even if size
6267         is not changed.
6268
6269 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
6270
6271         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
6272         (set_up_page), (document_load), (ps_document_set_zoom):
6273
6274         Default page is 0. Calculate size even when we have no
6275         target yet.
6276
6277 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
6278
6279         * shell/ev-sidebar.c: expand the selection widget to be always as
6280         wide as the sidebar
6281
6282 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
6283
6284         * shell/ev-sidebar-thumbnails.c:
6285         (ev_sidebar_thumbnails_set_document):
6286
6287         Clear the list store when setting document
6288
6289 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
6290
6291         * shell/ev-page-action.c: (update_entry), (sync_entry),
6292         (activate_cb), (entry_size_request_cb), (create_tool_item),
6293         (connect_proxy):
6294
6295         Use an entry for the page control instead of spinbuttons
6296
6297 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
6298
6299         * data/evince.schemas.in:
6300
6301         Correct confusing string
6302
6303 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
6304
6305         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
6306         for real.  Gosh, how long has this been broken.
6307
6308         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
6309         check for a NULL link.  We crash otherwise.
6310
6311 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
6312
6313         * NEWS:
6314         * configure.ac:
6315
6316         Release 0.1.5
6317
6318 2005-02-25  Sebastien Bacher  <seb128@debian.org>
6319
6320         * configure.ac: add the french translation.
6321
6322 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
6323
6324         * shell/ev-window.c:
6325
6326         Remove unused header -> fix distcheck
6327
6328 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
6329
6330         * shell/ev-window.c: (update_window_title),
6331         (ev_window_popup_password_dialog):
6332
6333         Unescape filename for display
6334
6335 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
6336
6337         * pdf/xpdf/pdf-document.cc:
6338
6339         In get_page_size deal with rotation. Also
6340         cleanup the function a bit.
6341
6342 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
6343
6344         * pdf/xpdf/pdf-document.cc:
6345
6346         Fix crash when opening in new window
6347
6348 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
6349
6350         * configure.ac:
6351
6352         Check ghostscript >= 7
6353
6354 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
6355
6356         * shell/ev-window.c:
6357
6358         Make page width the default sizing mode
6359
6360 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
6361             Marco Pesenti Gritti <marco@gnome.org>
6362
6363         * shell/ev-window.c: Remember the sidebar size
6364
6365         * data/evince.schemas.in: Add a new gconf key to store the size of
6366         the sidebar
6367
6368 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
6369
6370         * data/evince-ui.xml:
6371         * shell/ev-window.c: (update_action_sensitivity),
6372         (ev_window_cmd_view_reload):
6373         
6374         Add a "Reload" action and menu entry
6375
6376 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
6377
6378         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
6379         iff the type doesn't support thumbnailing and indexing.
6380
6381 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
6382
6383         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
6384
6385 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
6386
6387         * pdf/splash/Splash.cc:
6388
6389         Port fix for a crasher from kde bug
6390         http://bugs.kde.org/show_bug.cgi?id=97131
6391
6392 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
6393
6394         * pdf/xpdf/pdf-document.cc:
6395
6396         Return a link even if it's of an unrecognized
6397         type. Otherwise we go in an infinte cycle.
6398
6399 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
6400
6401         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
6402         (size_allocate_cb), (ev_window_set_sizing_mode):
6403
6404         Update size when switching mode
6405
6406 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
6407
6408         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
6409         (ev_window_cmd_view_page_width), (update_sizing_buttons),
6410         (ev_window_cmd_view_normal_size):
6411
6412         Fix size toggle buttons behavior
6413
6414 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
6415
6416         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
6417         (doc_rect_to_view_rect), (ev_view_size_allocate),
6418         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
6419         (scale_changed_callback):
6420
6421         Do not cache offsets in size_allocate.
6422
6423 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
6424
6425         * shell/ev-view.c: (ev_view_size_allocate):
6426
6427         Calculate offsets before calling the parent
6428         class (which does a redraw)
6429
6430 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
6431
6432         * pdf/xpdf/pdf-document.cc:
6433
6434         Fix a crasher on exit. Unused code, put a TODO
6435
6436 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
6437
6438         * backend/ev-document.c: (ev_document_class_init),
6439         (ev_document_page_changed), (ev_document_scale_changed):
6440         * backend/ev-document.h:
6441
6442         Separate page/scale notifications
6443
6444         * pdf/xpdf/pdf-document.cc:
6445
6446         Emit the new signals.
6447         Do not display the pdf page in _render, do it
6448         when scale/page are requested.
6449
6450         * ps/ps-document.c: (ps_document_set_zoom),
6451         (ps_document_widget_event):
6452         * ps/ps-document.h:
6453
6454         Emit the new signals.
6455
6456         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
6457         (ev_view_init), (page_changed_callback), (scale_changed_callback),
6458         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
6459         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
6460         * shell/ev-view.h:
6461         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
6462         (ev_window_cmd_view_page_width), (size_allocate_cb),
6463         (ev_window_set_sizing_mode):
6464
6465         Rework sizing to be pixel based.
6466         There are bugs but should be already way better.
6467
6468 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
6469
6470         * shell/ev-window.c: (ev_window_init):
6471
6472         Do not allow to shrink sidebar smaller then
6473         child requisition
6474
6475 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
6476
6477         * shell/ev-sidebar.[ch]
6478         * shell/ev-window.c:
6479
6480         Improved sidebar widget. Fixes #166683
6481
6482 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
6483
6484         * shell/ev-view.c (update_find_status_message): Give translators
6485         more flexibility with ngettext plural handling.
6486
6487 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
6488
6489         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
6490         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
6491         page when we get the page size.
6492
6493 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
6494
6495         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
6496
6497         ps pages are 0 based, convert 
6498
6499 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
6500
6501         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
6502
6503         Initialize correct parent class. Set GError on document load
6504
6505 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
6506
6507         * pdf/xpdf/pdf-document.cc:
6508
6509         Fixup selection offset calculation
6510
6511         * shell/ev-view.c: (view_rect_to_doc_rect),
6512         (doc_rect_to_view_rect), (ev_view_size_allocate),
6513         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
6514         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
6515
6516         Store selection as document relative, so that zooming
6517         and offset changing doesnt break it.
6518
6519 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
6520
6521         * shell/ev-view.c: (ev_view_best_fit):
6522
6523         Do not try to best fit if the view is not realized
6524
6525 2005-02-20  Kostas Papadimas <pkst@gnome.org>
6526           
6527         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
6528
6529 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
6530
6531         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
6532
6533 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
6534
6535         * shell/ev-window.c: Change the fullscreen toolbar to always be in
6536         the popup window.  That prevents it resizing when in full screen
6537         mode.
6538
6539         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
6540         multiple rerenders.  This pretty much sucks.
6541
6542         * data/evince-ui.xml: Change the fullscreen toolbar to include the
6543         rest of the toolbar.
6544
6545 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
6546
6547         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
6548
6549 2005-02-17  Alexander Shopov  <ash@contact.bg>
6550
6551         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
6552
6553 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
6554
6555         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
6556
6557 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
6558
6559         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
6560         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
6561         (set_document_page), (document_changed_callback),
6562         (ev_view_set_document), (ev_view_find_previous),
6563         (ev_view_hide_cursor), (ev_view_show_cursor):
6564         * shell/ev-view.h:
6565         * shell/ev-window.c: (update_chrome_visibility),
6566         (fullscreen_timeout_cb), (fullscreen_set_timeout),
6567         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
6568         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
6569         (ev_window_unfullscreen):
6570         * shell/main.c: (main):
6571
6572         Automatically hide the fullscreen button.
6573         Patch by Kristian Høgsberg <krh@redhat.com>
6574
6575 2005-02-16  Vincent Noel  <vnoel@cox.net>
6576
6577         * shell/main.c (main): Specify an icon for the window. Patch by
6578         Jaap A. Haitsma. Fixes #166177.
6579
6580 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
6581
6582         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
6583
6584 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
6585
6586         * backend/ev-document-misc.h:
6587         * backend/ev-document-misc.c:
6588         (ev_document_misc_get_page_border_size),
6589         (ev_document_misc_paint_one_page): New function to canonicalize
6590         sizing/painting a border.
6591
6592         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
6593         used.
6594
6595         * pdf/xpdf/pdf-document.cc: use new function
6596
6597         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
6598         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
6599         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
6600         shell/ev-window.c: (update_sizing_buttons),
6601         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
6602         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
6603         (ev_window_cmd_view_page_width), (size_allocate_cb),
6604         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
6605         and "fit width" values act as toggle buttons so they stay
6606         toggled.  It's not 100% perfect, and it's a little slow, but it's
6607         good enough to commit I think.
6608
6609 2005-02-15  David Lodge  <dave@cirt.net>
6610
6611         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
6612
6613 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
6614
6615         * shell/ev-window.c (update_window_title): replace newlines in
6616         the title by spaces. Bug #166107.
6617
6618 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
6619
6620         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
6621         parameters providing allocation width and height without
6622         scrollbars and width of a possible vertical scrollbar. With this
6623         additional information the functions can work as
6624         intended. Unfortunately they're not idempotent. We should
6625         transform these commands to toggles. Fixes Bug #164976
6626         Initial patch by Stephane Loeuillet, then heavily modified.
6627
6628         * shell/ev-view.h: update prototypes.
6629
6630         * shell/ev-window.c (ev_window_cmd_view_best_fit)
6631         (ev_window_cmd_view_page_width): provide EvView fit functions with
6632         all the information they need. Formulas to calculate this
6633         information taken from GtkScrolledWindow.
6634
6635 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
6636
6637         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
6638         created a thumbnail, the list store is updated to know
6639         that the thumbnail is set. Fixes bug #166792
6640
6641 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
6642
6643         * shell/ev-window.c: fixed typo, closes bug 166897
6644
6645         * TODO: updated TODO with bug numbers that are relevant
6646
6647 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
6648
6649         * shell/ev-window.c: Support for DnD of files. Fixes #164813
6650
6651 2005-02-09  Vincent Noel  <vnoel@cox.net>
6652
6653         * shell/ev-window.c: (set_action_properties): Set the "Previous"
6654         and "Next" toolbar buttons as important to make them stand out.
6655
6656 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
6657
6658         * lib/ev-debug.c:
6659         * lib/ev-debug.h:
6660         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
6661         (start_interpreter), (stop_interpreter), (document_load),
6662         (ps_document_next_page), (ps_document_goto_page),
6663         (ps_document_set_page_size), (ps_document_widget_event),
6664         (ps_document_render):
6665         * shell/ev-page-view.c: (ev_page_view_dispose):
6666         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
6667
6668         Fix compilation on non-gcc platforms
6669
6670 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
6671
6672         * NEWS:
6673         * configure.ac:
6674
6675         Release 0.1.4
6676
6677         * pdf/xpdf/Catalog.cc:
6678         * pdf/xpdf/XRef.cc:
6679
6680         Fix the fix for CAN-2004-0888
6681
6682 2005-02-09  Luca Ferretti <elle.uca@libero.it>
6683
6684         * data/Makefile.am:
6685         * data/evince-ui.xml:
6686         * shell/ev-stock-icons.c: (ev_stock_icons_init):
6687         * shell/ev-stock-icons.h:
6688         * shell/ev-window.c: (update_action_sensitivity),
6689         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
6690         (set_action_properties):
6691
6692         Improve toolbar layout/icons
6693
6694 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
6695
6696         * pdf/xpdf/pdf-document.cc:
6697
6698         Add warnings about unimplemented/unknown link
6699         types.
6700
6701 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
6702
6703         * ps/ps-document.c: (set_up_page):
6704
6705         Log gs property
6706
6707 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
6708
6709         * ps/ps-document.c: (start_interpreter):
6710
6711         Log gs env var
6712
6713 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
6714
6715         * shell/ev-page-view.c: (ev_page_view_dispose):
6716         * shell/ev-view.c: (ev_view_finalize):
6717         * shell/ev-window.c: (ev_window_setup_document),
6718         (ev_window_dispose), (ev_window_init):
6719
6720         Solve more refs issues.
6721
6722         I commented out the page_view initialization for now:
6723         it was never destroyed (because it's never added
6724         to a container). Because of that we was leaking
6725         gs processes. Couldnt think to a clean fix.
6726         We need to figure this out, password view has the
6727         same issue probably.
6728
6729 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
6730
6731         * ps/ps-document.c: (ps_document_finalize),
6732         (ps_document_get_n_pages), (ps_document_get_page):
6733
6734         Some cleanups, stop the interpreter on finalize
6735
6736         * shell/ev-page-view.c: (ev_page_view_dispose),
6737         (ev_page_view_class_init):
6738
6739         Release our reference on the document
6740
6741 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
6742
6743         * Makefile.am:
6744         * configure.ac:
6745         * doc/debugging.txt:
6746         * lib/.cvsignore:
6747         * lib/Makefile.am:
6748         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
6749         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
6750         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
6751         * lib/ev-debug.h:
6752
6753         Add debugging helpers
6754
6755         * ps/Makefile.am:
6756         * ps/ps-document.c: (set_up_page), (start_interpreter),
6757         (stop_interpreter), (document_load), (ps_document_next_page),
6758         (ps_document_goto_page), (ps_document_set_page_size),
6759         (ps_document_widget_event), (ps_document_render):
6760         * shell/Makefile.am:
6761         * shell/ev-view.c: (expose_bin_window):
6762         * shell/main.c: (main):
6763
6764         Add some logs
6765         
6766 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
6767
6768         * ps/ps-document.c: (ps_document_widget_event):
6769
6770         Initialize message_window, this should make ps
6771         rendering really work! (Never noticed because I was
6772         testing with a ps that is causing gs to exit every time!)
6773
6774 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
6775
6776         * data/evince.schemas.in: updated simple error in applyto closing tag
6777
6778 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
6779
6780         * Makefile.am:
6781         * configure.ac:
6782         * data/.cvsignore:
6783         * data/Makefile.am:
6784         * data/evince-ui.xml:
6785         A data/evince.schemas.in:
6786         * po/POTFILES.in:
6787         * shell/ev-stock-icons.c: (ev_stock_icons_init):
6788         * shell/ev-stock-icons.h:
6789         * shell/ev-window.c: (update_chrome_visibility),
6790         (update_chrome_flag), (ev_window_cmd_edit_find),
6791         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
6792         (ev_window_unfullscreen), (ev_window_focus_in_event),
6793         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
6794         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
6795         (ev_window_view_sidebar_cb), (find_bar_close_cb),
6796         (ev_window_dispose), (ev_window_class_init),
6797         (set_action_properties), (set_chrome_actions), (load_chrome),
6798         (ev_window_init):
6799
6800         Implement fullscreen mode changes from bug #164776.
6801         Also implement persistent chrome toggles.
6802
6803 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
6804
6805         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
6806
6807 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
6808
6809         * NEWS:
6810         * configure.ac:
6811         * shell/ev-view.c:
6812
6813         Add another check for find interface
6814
6815         Release 0.1.3
6816
6817 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
6818
6819         * shell/ev-application.c: (ev_application_open):
6820         * shell/ev-window.c: (ev_window_open):
6821
6822         Open gzipped ps documents
6823
6824 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
6825
6826         * TODO:
6827         * shell/ev-view.c: (set_document_page):
6828
6829         Clamp page number, dont try to move to
6830         not existant pages.
6831
6832 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
6833
6834         * backend/ev-document-find.c: (ev_document_find_changed):
6835         * backend/ev-document-find.h:
6836         * pdf/xpdf/pdf-document.cc:
6837         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
6838         * shell/ev-window.c: (find_bar_search_changed_cb):
6839
6840         Fix several bugs with find
6841
6842 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
6843
6844         * shell/ev-sidebar-thumbnails.c
6845         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
6846         document. Prevents warning from scroll_to_cell.
6847
6848 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
6849
6850         * configure.ac: Add «nb» to ALL_LINGUAS too.
6851
6852 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
6853
6854         * NOTES: New file with some random thoughts.
6855
6856         * TODO: Update.
6857
6858         * backend/ev-document-misc.c:
6859         (ev_document_misc_get_page_border_size): New function to
6860         canonicalize shadow drawing sizes.  Possibly goofy.
6861
6862         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
6863         (ev_view_best_fit), (ev_view_fit_width):
6864         * pdf/xpdf/pdf-document.cc:
6865         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
6866         * ps/ps-document.c: (ps_document_get_page_size):
6867         * backend/ev-document-misc.h:
6868         * backend/ev-document.c: (ev_document_get_page_size):
6869         * backend/ev-document.h: get_page_size now takes a page number
6870         parameter.  Made all the backends/frontends honor it.
6871
6872         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
6873         see.  Doesn't work yet.
6874
6875         * shell/Makefile.am:
6876         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
6877         Doesn't do anything yet.
6878
6879         * shell/ev-sidebar-thumbnails.c:
6880         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
6881         [0..n_pages-1]
6882
6883         * shell/ev-window.c: (update_action_sensitivity),
6884         (ev_window_setup_document), (ev_window_set_page_mode),
6885         (ev_window_page_mode_cb), (ev_window_init): Clean up the
6886         view-swapping code a bit so we can have multiple views on a
6887         document.  Add the multi-page view, though it can't be turned on
6888         yet.
6889
6890 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
6891
6892         * shell/ev-application.c: (ev_application_open):
6893         * shell/ev-view.c: (expose_bin_window):
6894         * shell/ev-window.c: (ev_window_open):
6895
6896         Support eps and check document supports find
6897         before drawing highlightings in expose.
6898
6899 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
6900
6901         * pixbuf/pixbuf-document.c:
6902         (pixbuf_document_thumbnails_get_dimensions),
6903         (pixbuf_document_document_thumbnails_iface_init):
6904
6905         implement get_dimensions
6906
6907 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
6908
6909         * NEWS:
6910         * configure.ac:
6911
6912         Release 0.1.2
6913
6914 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
6915
6916         * shell/ev-view.c: (set_document_page):
6917
6918         Scroll at the top of the page when changing page
6919
6920 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
6921
6922         * shell/ev-view.c: (ev_view_motion_notify_event):
6923
6924         Do not redraw unnecessarily
6925
6926 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
6927
6928         * pdf/xpdf/pdf-document.cc:
6929         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
6930         (expose_bin_window), (find_changed_cb):
6931
6932         Yay! find works now... Now to find bugs...
6933
6934 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
6935
6936         * backend/ev-document-find.c: (ev_document_find_base_init),
6937         (ev_document_find_changed):
6938         * backend/ev-document-find.h:
6939         * pdf/xpdf/pdf-document.cc:
6940         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
6941         (expose_bin_window), (ev_view_init), (set_document_page),
6942         (ensure_rectangle_is_visible), (jump_to_find_result),
6943         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
6944         (ev_view_find_next), (ev_view_find_previous):
6945         * shell/ev-view.h:
6946         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
6947
6948         More work on find implementation, mostly there now
6949
6950 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
6951
6952         * backend/ev-backend-marshalers.list:
6953         * backend/ev-document-find.c: (ev_document_find_base_init),
6954         (ev_document_find_cancel), (ev_document_find_page_has_results),
6955         (ev_document_find_get_n_results), (ev_document_find_get_result),
6956         (ev_document_find_get_progress), (ev_document_find_changed):
6957         * backend/ev-document-find.h:
6958
6959         Enanche the find interface to be really able to do
6960         multi page find.
6961
6962         * pdf/xpdf/pdf-document.cc:
6963
6964         Implement
6965
6966         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
6967         (expose_bin_window), (ev_view_init),
6968         (ev_view_get_find_status_message), (find_changed_cb),
6969         (ev_view_set_document), (set_document_page):
6970
6971         Adapt to the new interface. A few things are regressed sorry,
6972         I will finish it soon.
6973
6974 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
6975
6976         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
6977         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
6978         ev_sidebar_thumbnails_parent_class variable, don't define another
6979         parent_class variable.
6980
6981         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
6982         (ev_page_action_class_init): ditto.
6983
6984         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
6985         (pixbuf_document_class_init): ditto.
6986
6987         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
6988         ditto.
6989
6990         * .cvsignore: ignore various valgrind output files.
6991
6992 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
6993
6994         * data/evince-ui.xml:
6995         * shell/Makefile.am:
6996         * shell/ev-history.c:
6997         * shell/ev-history.h:
6998         * shell/ev-navigation-action.c:
6999         * shell/ev-navigation-action.h:
7000         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
7001         (ev_view_set_page), (ev_view_fit_width):
7002         * shell/ev-view.h:
7003         * shell/ev-window.c: (update_action_sensitivity),
7004         (ev_window_setup_document), (register_custom_actions):
7005
7006         Kill session history
7007
7008 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
7009
7010         * shell/ev-window.c: (update_action_sensitivity):
7011
7012         Fix inverted up/down buttons
7013
7014 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
7015
7016         * shell/ev-sidebar-thumbnails.c
7017         (ev_sidebar_thumbnails_select_page): make sure the selected
7018         thumbnail stays visible.
7019
7020 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
7021
7022         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
7023         scrolled window for Federico.
7024
7025 2005-01-26  Ole Laursen  <olau@hardworking.dk>
7026
7027         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
7028
7029 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
7030
7031         * configure.ac:
7032         * pdf/splash/SplashFTFontEngine.cc:
7033
7034         Fix CID fonts with freetype 2.1.9
7035
7036 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
7037
7038         * TODO: added item for desktop icon thumbnailer
7039
7040 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
7041
7042         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
7043         unloaded docs when the title is accessed.
7044
7045         * shell/ev-password-view.[hc]: New widget for displaying password
7046         state.
7047
7048         * shell/ev-window.[ch]: Refactor password handling code to handle
7049         the new view.
7050
7051 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
7052
7053         * NEWS:
7054         * configure.ac:
7055         * data/Makefile.am:
7056
7057         Release 0.1.1
7058
7059 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7060
7061         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
7062         ignore page offset here, to make search results independent of it,
7063
7064         * shell/ev-view.c (expose_bin_window): but take offsets into
7065         account here. Bug #164932
7066
7067         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
7068         scale at the right time. Bug #164996
7069
7070 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
7071
7072         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
7073         fix the problem. Now I just removed the Adobe font names and hope
7074         that the URW fonts are always in outline format. Bug #164934
7075
7076         * shell/ev-window.c (update_window_title): empty titles are
7077         useless, use filename in that case too.
7078
7079         * NEWS: Add some content.
7080
7081 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
7082
7083         * TODO: added one more TODO item and a TODONE section :)
7084
7085 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
7086
7087         * ps/ps-document.h: add page_[xy]_offset fields.
7088
7089         * ps/ps-document.c (ps_document_set_page_offset)
7090         (ps_document_render): Keep offset in consideration in a few
7091         places. Bug #164752 "postscript documents are not centered in
7092         window"
7093
7094         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
7095         s/gpdf/evince/. Spotted by Stephane Loeuillet.
7096
7097         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
7098         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
7099         stub out missing methods for complete EvDocument implementation.
7100         Fixes segfaults with Save A Copy and Copy actions.
7101
7102         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
7103         (ps_document_document_iface_init): ditto.
7104         
7105 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
7106
7107         * data/.cvsignore:
7108         * data/Makefile.am:
7109         * data/evince.desktop.in:
7110
7111         Add desktop file
7112
7113 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
7114
7115         * shell/ev-view.c: (ev_view_button_press_event),
7116         (ev_view_motion_notify_event):
7117
7118         Make selection work in any direction
7119
7120 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
7121
7122         * TODO:
7123         * shell/ev-window.c: (set_short_labels), (ev_window_init):
7124
7125         Use shorter labels for some of the toolbars items
7126
7127 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
7128
7129         * pdf/xpdf/pdf-document.cc:
7130
7131         Check the links info is initialized before
7132         using it. Should fix a crash on startup.
7133
7134 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
7135
7136         * pixbuf/pixbuf-document.c
7137         (pixbuf_document_thumbnails_get_dimensions): force floating point
7138         division to calculate page_ratio. Fixes crash with landscape
7139         format pixbufs.
7140
7141 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
7142
7143         * shell/ev-view.c (ev_view_realize): make the bg color darker.
7144
7145 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
7146
7147         * shell/ev-view.c (set_document_page): unset has_selection when
7148         the page changes.
7149         (set_document_page): handle paper size changes when the page
7150         changes (test with Free Culture, page 2).
7151
7152 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
7153
7154         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
7155         (expose_bin_window), (ev_view_class_init), (ev_view_init):
7156
7157         Use normal style color for the widget background and
7158         draw a black box around the page.
7159
7160 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
7161
7162         * pdf/xpdf/pdf-document.cc:
7163
7164         Keep offset in consideration in a few places
7165
7166         * shell/ev-view.c: (expose_bin_window):
7167
7168         Set the offsets so that the document is ever centered
7169
7170 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
7171
7172         * TODO: Added TODO items and finished off the first todo item
7173
7174         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
7175         reflect current authors
7176
7177 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
7178
7179         * pdf/xpdf/pdf-document.cc:
7180         * shell/ev-view.c: (ev_view_set_cursor),
7181         (ev_view_motion_notify_event), (document_changed_callback),
7182         (set_document_page):
7183
7184         Show a wait cursor while the page is rendering
7185
7186 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
7187
7188         * shell/ev-sidebar-thumbnails.c:
7189         (ev_sidebar_tree_selection_changed),
7190         (ev_sidebar_thumbnails_select_page):
7191         * shell/ev-sidebar-thumbnails.h:
7192         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
7193         (ev_view_can_go_forward):
7194         * shell/ev-window.c: (ev_window_open_page),
7195         (ev_window_setup_document), (update_current_page),
7196         (view_page_changed_cb), (ev_window_init):
7197         * shell/ev-window.h:
7198
7199         Ensure thumbnails selection, toolbar page control and
7200         current page are in sync.
7201
7202 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
7203
7204         * pdf/xpdf/XRef.cc:
7205
7206         Fix CAN-2005-0064
7207
7208 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
7209
7210         * backend/Makefile.am:
7211         * backend/ev-document-links.h:
7212         * backend/ev-document-security.c: (ev_document_security_get_type),
7213         (ev_document_security_has_document_security),
7214         (ev_document_security_set_password):
7215         * backend/ev-document-security.h:
7216         * backend/ev-document.c: (ev_document_error_quark):
7217         * backend/ev-document.h:
7218         * data/Makefile.am:
7219         * data/evince-password.glade:
7220         * pdf/xpdf/pdf-document.cc:
7221         * shell/Makefile.am:
7222         * shell/ev-password.c: (ev_password_set_bad_password_label),
7223         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
7224         (ev_password_dialog_get_password),
7225         (ev_password_dialog_set_bad_pass):
7226         * shell/ev-password.h:
7227         * shell/ev-window.c: (ev_window_get_attribute),
7228         (ev_window_set_property), (update_action_sensitivity),
7229         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
7230         (ev_window_setup_document), (ev_window_get_password),
7231         (ev_window_open), (ev_window_cmd_save_as),
7232         (using_postscript_printer), (ev_window_print),
7233         (find_not_supported_dialog), (ev_window_cmd_edit_find),
7234         (update_fullscreen_popup), (ev_window_fullscreen),
7235         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
7236         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
7237         (menu_item_select_cb), (find_bar_search_changed_cb),
7238         (ev_window_dispose), (ev_window_init):
7239
7240         Add initial support for password-supported dialogs.  This could be
7241         a lot cooler, but it'll do for now.
7242
7243 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
7244
7245         * pdf/xpdf/pdf-document.cc:
7246         * shell/ev-view.c: (status_message_from_link),
7247         (ev_view_set_status), (ev_view_set_cursor),
7248         (ev_view_motion_notify_event), (ev_view_init):
7249         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
7250
7251         Fix bugs in the links implementation and change cursor
7252         when hovering a link.
7253
7254 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
7255
7256         * viewer/.cvsignore: added cvsignore file for viewer directory
7257
7258         * TODO: created TODO document
7259
7260 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
7261
7262         * shell/ev-view.h:
7263         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
7264         new functions to help with implementation of sensitivity code
7265         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
7266         of all actions that might require it.  Fixes a crash when you
7267         click on the Zoom actions in a window lacking a document.
7268
7269 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
7270
7271         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
7272         of the Find action
7273
7274 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
7275
7276         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
7277         (pixbuf_document_document_iface_init):
7278         * ps/ps-document.c: (ps_document_get_link),
7279         (ps_document_document_iface_init):
7280         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
7281         (status_message_from_link), (ev_view_set_status),
7282         (ev_view_set_find_status), (ev_view_motion_notify_event),
7283         (ev_view_button_release_event), (ev_view_set_property),
7284         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
7285         (ev_view_get_find_status_message), (update_find_results),
7286         (ev_view_get_status), (ev_view_get_find_status):
7287         * shell/ev-view.h:
7288         * shell/ev-window.c: (view_status_changed_cb),
7289         (view_find_status_changed_cb), (ev_window_init):
7290
7291         View status message support, use it to show the links.
7292         Needs work...
7293
7294 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
7295
7296         * backend/ev-document.c: (ev_document_get_link):
7297         * backend/ev-document.h:
7298         * pdf/xpdf/pdf-document.cc:
7299         * shell/ev-application.c: (ev_application_open):
7300         * shell/ev-application.h:
7301         * shell/ev-sidebar-links.c: (selection_changed_cb):
7302         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
7303         (ev_view_go_to_link):
7304
7305         Add support for document links
7306
7307 2005-01-13  Anders Carlsson  <andersca@gnome.org>
7308
7309         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
7310         (create_tool_item):
7311         Set the spin button limits correctly.
7312         
7313         * shell/ev-sidebar-thumbnails.c:
7314         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
7315         Support changing pages by clicking on the thumbnails.
7316         
7317 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
7318
7319         * pixbuf/pixbuf-document.c:
7320         (pixbuf_document_thumbnails_get_dimensions),
7321         (pixbuf_document_document_thumbnails_iface_init):
7322
7323         implement get_dimensions
7324
7325 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
7326
7327         * ps/ps-document.c: (ps_document_goto_page):
7328
7329         Fix page switching on multipage documents
7330
7331 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
7332
7333         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
7334         
7335         check for NULL before assigning to width and height parameters
7336
7337 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
7338
7339         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
7340         (pixbuf_document_set_property), (pixbuf_document_get_property):
7341
7342         implement get/set properties
7343
7344 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
7345
7346         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
7347         
7348         return NULL instead of "Unknown", letting the title get set to
7349         the filename when the pdf has no title.
7350
7351 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
7352
7353         * ps/ps-document.c: (ps_document_get_page_count),
7354         (ps_document_goto_page):
7355
7356 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
7357
7358         * shell/ev-history.c: (ev_history_get_property),
7359         (ev_history_set_property), (ev_history_class_init),
7360         (ev_history_add_page), (ev_history_set_current_index):
7361         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
7362         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
7363         (ev_navigation_action_finalize):
7364         * shell/ev-navigation-action.h:
7365         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
7366         (ev_view_go_forward), (ev_view_get_find_status_message),
7367         (history_index_changed_cb), (ev_view_set_history):
7368         * shell/ev-view.h:
7369         * shell/ev-window.c: (update_total_pages), (ev_window_open),
7370         (update_current_page), (register_custom_actions):
7371
7372         Implement history dropdowns
7373
7374 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
7375
7376         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
7377         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
7378         (ev_view_go_forward):
7379         * shell/ev-window.c: (register_custom_actions):
7380
7381         Fix several history bugs
7382
7383 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
7384
7385         * configure.ac: Add «nb» to ALL_LINGUAS.
7386
7387 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
7388
7389         * backend/Makefile.am:
7390         * backend/ev-bookmark.c:
7391         * backend/ev-bookmark.h:
7392         * backend/ev-document-bookmarks.c:
7393         * backend/ev-document-bookmarks.h:
7394         * backend/ev-document-links.c: (ev_document_links_get_type),
7395         (ev_document_links_has_document_links),
7396         (ev_document_links_begin_read), (ev_document_links_get_link),
7397         (ev_document_links_get_child), (ev_document_links_next),
7398         (ev_document_links_free_iter):
7399         * backend/ev-document-links.h:
7400         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
7401         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
7402         (ev_link_get_link_type), (ev_link_set_link_type),
7403         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
7404         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
7405         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
7406         (ev_link_new_external):
7407         * backend/ev-link.h:
7408         * pdf/xpdf/pdf-document.cc:
7409         * shell/Makefile.am:
7410         * shell/ev-application.c: (ev_application_open_link):
7411         * shell/ev-application.h:
7412         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
7413         (ev_history_get_link_nth):
7414         * shell/ev-history.h:
7415         * shell/ev-sidebar-bookmarks.c:
7416         * shell/ev-sidebar-bookmarks.h:
7417         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
7418         (ev_sidebar_links_class_init), (selection_changed_cb),
7419         (ev_sidebar_links_construct), (ev_sidebar_links_init),
7420         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
7421         (do_one_iteration), (populate_links_idle),
7422         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
7423         * shell/ev-sidebar-links.h:
7424         * shell/ev-sidebar.c: (ev_sidebar_set_document):
7425         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
7426         (go_to_index):
7427         * shell/ev-view.h:
7428         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
7429         * shell/ev-window.h:
7430
7431         Rename bookmark to link, and use "Index" for the sidebar panel.
7432
7433 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
7434
7435         * shell/Makefile.am:
7436         * shell/ev-application.c: (ev_application_open_bookmark):
7437         * shell/ev-application.h:
7438         * shell/ev-history.c: (ev_history_init), (free_links_list),
7439         (ev_history_finalize), (ev_history_class_init),
7440         (ev_history_add_link), (ev_history_add_page),
7441         (ev_history_get_link_nth), (ev_history_get_n_links),
7442         (ev_history_get_current_index), (ev_history_set_current_index),
7443         (ev_history_new):
7444         * shell/ev-history.h:
7445         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
7446         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
7447         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
7448         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
7449         (ev_view_set_page):
7450         * shell/ev-view.h:
7451         * shell/ev-window.c: (ev_window_open_bookmark),
7452         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
7453         (goto_page_cb), (register_custom_actions):
7454         * shell/ev-window.h:
7455
7456         Initial history implementation. Needs work.
7457
7458 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
7459
7460         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
7461
7462 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
7463
7464         * cut-n-paste/recent-files/egg-recent-item.c:
7465         * cut-n-paste/recent-files/egg-recent-item.h:
7466         * cut-n-paste/recent-files/egg-recent-model.c:
7467         * cut-n-paste/recent-files/egg-recent-util.c:
7468         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7469         * cut-n-paste/recent-files/egg-recent-view.c:
7470
7471         Update
7472
7473 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
7474
7475         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
7476         (fillGlyph, fillImageMask, drawImage):
7477         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
7478         pdf/splash/SplashTypes.h:
7479         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
7480         packed mode for Splash.
7481
7482         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
7483         RGB8 packed mode, eliminates the pixbuf data creation loop.
7484
7485         * shell/ev-print-job.c (ev_print_job_finalize)
7486         (ev_print_job_set_property, ev_print_job_get_property)
7487         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
7488         (ev_print_job_use_print_dialog_settings, idle_print_handler)
7489         (print_closure_finalize, ev_print_job_print): implement
7490         printing (for backends with EvPsExporter)
7491
7492         * shell/ev_print_job.h: update prototypes.
7493
7494         * shell/ev-window.c (ev_window_print): unref print job after
7495         printing.
7496
7497         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
7498         unless the document implements the EvDocumentFind interface.
7499
7500 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
7501
7502         * configure.ac: Added ja to ALL_LINGUAS.
7503
7504 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
7505
7506         * pdf/xpdf/pdf-document.cc:
7507
7508         add a FIXME. We should probably not allocate
7509         a bookmark object every time
7510
7511 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
7512
7513         * shell/ev-application.c: (ev_application_open),
7514         (ev_application_open_bookmark):
7515         * shell/ev-application.h:
7516         
7517         Add a way to open bookmarks
7518
7519         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
7520         (ev_bookmark_set_uri), (ev_bookmark_get_property),
7521         (ev_bookmark_set_property), (ev_bookmark_class_init),
7522         (ev_bookmark_new_title), (ev_bookmark_new_link),
7523         (ev_bookmark_new_external):
7524
7525         Support for external uris, better constructors.
7526
7527         * backend/ev-bookmark.h:
7528         * pdf/xpdf/pdf-document.cc:
7529         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
7530
7531         Handle external uris
7532
7533 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
7534
7535         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
7536         (ev_sidebar_bookmarks_construct), (do_one_iteration):
7537
7538         Hook up bookmarks navigation
7539
7540 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
7541
7542         * backend/Makefile.am:
7543         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
7544         (ev_bookmark_get_title), (ev_bookmark_set_title),
7545         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
7546         (ev_bookmark_get_page), (ev_bookmark_set_page),
7547         (ev_bookmark_get_property), (ev_bookmark_set_property),
7548         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
7549         (ev_bookmark_new):
7550         * backend/ev-bookmark.h:
7551         * backend/ev-document-bookmarks.c:
7552         (ev_document_bookmarks_get_bookmark):
7553         * backend/ev-document-bookmarks.h:
7554         * pdf/xpdf/pdf-document.cc:
7555         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
7556
7557         Add a bookmark object to the backend and use it instead of get_values
7558
7559 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
7560
7561         * data/evince-ui.xml:
7562
7563         Cleanup and add select all.
7564
7565         * shell/ev-view.c: (ev_view_select_all),
7566         (ev_view_button_press_event):
7567         * shell/ev-view.h:
7568         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
7569
7570         Add select all.
7571         Clear selection on click.
7572
7573 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
7574
7575         * shell/ev-sidebar-thumbnails.c
7576         (ev_sidebar_thumbnails_set_document): forgot to unref the
7577         loading_icon.
7578
7579 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
7580
7581         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
7582         at the visible page, not just linearly.  This makes it look fast.
7583
7584 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
7585
7586         * backend/ev-document-misc.c
7587         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
7588         white.
7589         * backend/ev-document-thumbnails.h: New interface to get the size
7590         of a page.
7591
7592 2005-01-06  Jeremy Katz  <katzj@redhat.com>
7593
7594         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
7595         make dist works
7596
7597 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
7598
7599         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
7600         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
7601         things up a bit.
7602
7603         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
7604
7605 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
7606
7607         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
7608         fonts. Should fix font problems on systems that have the base
7609         fonts in bitmap format. Reported by James Henstridge
7610         <james@jamesh.id.au>.
7611
7612 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
7613
7614         * pdf/xpdf/Gfx.cc:
7615         * pdf/xpdf/GfxState.cc:
7616
7617         Fix for CAN-2004-1125
7618
7619 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
7620
7621         * shell/ev-view.c: (ev_view_copy):
7622         * shell/ev-view.h:
7623         * shell/ev-window.c: (ev_window_cmd_edit_copy):
7624
7625         Implement Edit->Copy
7626
7627 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
7628
7629         * backend/ev-document.c: (ev_document_get_text):
7630         * backend/ev-document.h:
7631         * pdf/xpdf/pdf-document.cc:
7632         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
7633         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
7634         (ev_view_update_primary_selection), (ev_view_button_press_event),
7635         (ev_view_motion_notify_event), (ev_view_button_release_event):
7636
7637         Beginnings of clipboard support. Incomplete but primary sort
7638         of work.
7639
7640 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
7641
7642         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
7643         (expose_bin_window):
7644
7645         Nicer rubberband drawing, from GtkIconView.
7646
7647 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
7648
7649         * backend/ev-document.c: (ev_document_save):
7650         * backend/ev-document.h:
7651         * data/evince-ui.xml:
7652         * pdf/xpdf/pdf-document.cc:
7653         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
7654
7655         Implement "Save a copy..." menu item
7656
7657 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
7658
7659         * shell/ev-view.c: (ev_view_zoom):
7660
7661         Queue a resize when zoom changes
7662
7663 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
7664
7665         * backend/ev-document-misc.[ch]: New misc file to do simple drop
7666         shadows.
7667
7668         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
7669         thumbnails..
7670
7671 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
7672
7673         * pdf/xpdf/pdf-document.cc
7674         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
7675
7676 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
7677
7678         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
7679         It's slow, but I'll speed it up next!
7680
7681 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
7682
7683         * shell/main.c (load_files):
7684
7685         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
7686         from the command line and because it seems more appropriate.
7687
7688 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
7689
7690         * data/evince-ui.xml:
7691         * shell/ev-window.c: (update_action_sensitivity),
7692         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
7693
7694         s/next page/page down
7695         s/previous page/page up
7696
7697 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
7698
7699         * data/evince-ui.xml:
7700
7701         Change the layout to match clarkbw design.
7702
7703         * shell/Makefile.am:
7704         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
7705         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
7706         (ev_navigation_action_finalize),
7707         (ev_navigation_action_set_property),
7708         (ev_navigation_action_get_property),
7709         (ev_navigation_action_class_init):
7710         * shell/ev-navigation-action.h:
7711
7712         Implement clarkbw toolbar navigation controls (incomplete)
7713
7714         * shell/ev-page-action.c: (update_label), (update_spin),
7715         (value_changed_cb), (create_tool_item), (connect_proxy),
7716         (ev_page_action_init), (ev_page_action_finalize),
7717         (ev_page_action_set_property), (ev_page_action_get_property),
7718         (ev_page_action_set_current_page),
7719         (ev_page_action_set_total_pages), (ev_page_action_class_init):
7720         * shell/ev-page-action.h:
7721
7722         Implement a page switcher in the toolbar
7723
7724         * shell/ev-view.c: (ev_view_scroll_view):
7725         * shell/ev-window.c: (update_total_pages), (ev_window_open),
7726         (update_current_page), (view_page_changed_cb), (goto_page_cb),
7727         (register_custom_actions), (ev_window_init):
7728
7729         Change page on PageUp/Down.
7730
7731 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
7732
7733         * pdf/xpdf/pdf-document.cc
7734         (pdf_document_thumbnails_get_thumbnail): initial stab at
7735         implementing thumbnail support for pdfs.  It only does documents
7736         with precached pdfs now.
7737
7738 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
7739
7740         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
7741         thumbnail code into a time-based idle as well.  Also, turn off the
7742         shadow temporarily as it's really slow.
7743
7744 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
7745
7746         * backend/ev-document.c: (ev_document_class_init):
7747         * pdf/xpdf/pdf-document.cc:
7748         * shell/ev-window.c: (ev_window_open):
7749
7750         Fix document title bugs and fallback to
7751         filename when not available.
7752
7753 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
7754
7755         * backend/ev-document.c: (ev_document_get_type),
7756         (ev_document_class_init), (ev_document_load),
7757         (ev_document_get_title):
7758         * backend/ev-document.h:
7759         * pdf/xpdf/pdf-document.cc:
7760         * ps/ps-document.c: (ps_document_set_property),
7761         (ps_document_get_property), (ps_document_class_init),
7762         (document_load):
7763         * ps/ps-document.h:
7764         * ps/ps.h:
7765         * shell/ev-window.c: (update_window_title), (ev_window_open),
7766         (ev_window_init):
7767
7768         Initial support for document title. Not working yet.
7769
7770 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
7771
7772         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
7773
7774         Grab focus on the view when clicking it
7775
7776 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
7777
7778         * shell/ev-marshal.list:
7779         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
7780         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
7781
7782         Add key bindings to the view. Now if the focus would work
7783         right...
7784
7785 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
7786
7787         * Makefile.am:
7788         * backend/Makefile.am:
7789         * data/Makefile.am:
7790         * dvi/Makefile.am:
7791         * dvi/dvilib/Makefile.am:
7792         * pdf/xpdf/Makefile.am:
7793         * po/POTFILES.in:
7794         * ps/Makefile.am:
7795
7796         Fix distcheck
7797
7798 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
7799
7800         * shell/ev-view.c: (ev_view_realize):
7801
7802         Fix mouse wheel scrolling
7803
7804 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
7805
7806         * ps/Makefile.am:
7807         * ps/gstypes.h:
7808         * ps/gtkgs.c:
7809         * ps/gtkgs.h:
7810         * ps/ps-document.c: (catchPipe), (ps_document_init),
7811         (ps_document_class_init), (ps_document_cleanup),
7812         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
7813         (set_up_page), (close_pipe), (is_interpreter_ready),
7814         (interpreter_failed), (output), (input), (start_interpreter),
7815         (stop_interpreter), (file_length), (file_readable),
7816         (check_filecompressed), (check_pdf), (compute_xdpi),
7817         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
7818         (ps_document_get_type), (ps_document_emit_error_msg),
7819         (document_load), (ps_document_next_page),
7820         (ps_document_get_current_page), (ps_document_get_page_count),
7821         (ps_document_goto_page), (ps_document_set_page_size),
7822         (ps_document_zoom_to_fit), (ps_document_set_zoom),
7823         (ps_document_load), (ps_document_get_n_pages),
7824         (ps_document_set_page), (ps_document_get_page),
7825         (ps_document_widget_event), (ps_document_set_target),
7826         (ps_document_set_scale), (ps_document_set_page_offset),
7827         (ps_document_get_page_size), (ps_document_render),
7828         (ps_document_document_iface_init):
7829         * ps/ps-document.h:
7830         * ps/ps.c:
7831         * shell/ev-window.c: (ev_window_open):
7832
7833         Rename GtkGS to PSDocument
7834
7835 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
7836
7837         * ps/gtkgs.c: (gtk_gs_class_init):
7838         * ps/gtkgs.h:
7839
7840         Some more leftover...
7841
7842 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
7843
7844         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
7845         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
7846         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
7847         * ps/gtkgs.h:
7848
7849         Remove unused code and make a lot of stuff private
7850
7851 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
7852
7853         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
7854         (gtk_gs_defaults_changed):
7855         * ps/gsdefaults.h:
7856         * ps/gtkgs.c:
7857         * ps/gtkgs.h:
7858         * ps/ps.h:
7859
7860         Cleanup headers dependencies
7861
7862 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
7863
7864         * ps/Makefile.am:
7865         * ps/ggvutils.c:
7866         * ps/ggvutils.h:
7867         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
7868         * ps/gsdefaults.h:
7869         * ps/gtkgs.c: (file_length), (file_readable),
7870         (check_filecompressed), (check_pdf), (gtk_gs_load),
7871         (gtk_gs_get_postscript):
7872
7873         Get rid of ggvutils
7874
7875 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
7876
7877         * ps/ggvutils.c:
7878         * ps/ggvutils.h:
7879         * ps/gsio.h:
7880         * ps/gtkgs.c: (gtk_gs_set_zoom):
7881
7882         Cleanups
7883
7884 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
7885
7886         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
7887
7888         Ensure the page is rerendered when changing zoom
7889
7890 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
7891
7892         * backend/ev-document.c: (ev_document_base_init),
7893         (ev_document_changed):
7894         * backend/ev-document.h:
7895
7896         Add a changed event that is emitted when the page content
7897         changes. This is necessary to deal with the fact that
7898         in ps backend rendering happen asycrounously.
7899         This makes the ps backend mostly work.
7900
7901         * pdf/xpdf/pdf-document.cc:
7902
7903         Emit changed event
7904
7905         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
7906         (ps_document_set_target):
7907
7908         Emit changed event
7909
7910         * shell/ev-view.c: (document_changed_callback),
7911         (ev_view_set_document), (ev_view_set_page):
7912
7913         Redraw on the changed signal
7914
7915 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
7916
7917         * configure.ac: Added pt_BR to ALL_LINGUAS.
7918
7919 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
7920
7921         * backend/ev-document-bookmarks.c:
7922         (ev_document_bookmarks_get_child): *
7923         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
7924         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
7925         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
7926         (ev_sidebar_bookmarks_destroy),
7927         (ev_sidebar_bookmarks_class_init),
7928         (ev_sidebar_bookmarks_construct), (stack_data_free),
7929         (do_one_iteration), (populate_bookmarks_idle),
7930         (ev_sidebar_bookmarks_clear_document),
7931         (ev_sidebar_bookmarks_set_document): *
7932         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
7933         (ev_sidebar_add_page),
7934         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
7935         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
7936         it displays both the topics and the page numbers.
7937
7938 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
7939
7940         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
7941         toggle.
7942         * shell/ev-window.c (toggle_entries): Set sidebar default value to
7943         visible.
7944
7945 2004-12-23  Adam Weinberger  <adamw@gnome.org>
7946
7947         * configure.ac: Added en_CA to ALL_LINGUAS.
7948
7949 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
7950
7951         * ChangeLog: replace bottom of this ChangeLog (merged history of
7952         ggv and gpdf; where all paths were wrong and most of the files are
7953         not even in this tree) with ChangeLog (from arch) of the shell
7954         code.
7955
7956 2004-12-23  Havoc Pennington  <hp@redhat.com>
7957
7958         * shell/ev-window.c: hook up potentially-questionable "find
7959         results status text" feature - something involving the sidebar or
7960         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
7961         might be better in the end.
7962
7963         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
7964         with corresponding signal when it should be updated
7965
7966         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
7967
7968 2004-12-22  Havoc Pennington  <hp@redhat.com>
7969
7970         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
7971         find stuff on other pages, sort of (only returns one result on
7972         invisible pages, to show they have results; updates full results
7973         for a page when you view it). Currently repaints the current page
7974         every time a new result is found on any page, which isn't so nice.
7975
7976 2004-12-22  Havoc Pennington  <hp@redhat.com>
7977
7978         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
7979         the document doesn't support find (better ideas?)
7980         (find_bar_search_changed_cb): handle missing document or document
7981         that doesn't support find
7982
7983         * pdf/xpdf/pdf-document.cc: port to implement the new
7984         EvDocumentFindIface
7985
7986         * backend/ev-document-find.c: create a new interface for searching
7987
7988         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
7989
7990 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
7991
7992         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
7993         libevbackend.la.
7994
7995         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
7996         EvPrintJob constructor arguments.
7997
7998         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
7999         for documents that can export PostScript (page by page).
8000
8001         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
8002         
8003         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
8004         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
8005         (pdf_document_ps_exporter_iface_init:
8006         Implement EvPSExporter.
8007
8008         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
8009
8010 2004-12-22  Anders Carlsson  <andersca@gnome.org>
8011
8012         * backend/Makefile.am:
8013         * backend/ev-document-thumbnails.c:
8014         (ev_document_thumbnails_get_type),
8015         (ev_document_thumbnails_get_thumbnail):
8016         * backend/ev-document-thumbnails.h:
8017         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
8018         (pixbuf_document_thumbnails_get_thumbnail),
8019         (pixbuf_document_document_thumbnails_iface_init):
8020         * shell/Makefile.am:
8021         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
8022         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
8023         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
8024         * shell/ev-sidebar-thumbnails.h:
8025         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
8026         (ev_sidebar_set_document):
8027         * shell/ev-utils.c: (gaussian), (create_blur_filter),
8028         (create_shadow), (ev_pixbuf_add_shadow):
8029         * shell/ev-utils.h:
8030         Add thumbnail support.
8031         
8032 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
8033
8034         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
8035         (using_postscript_printer): Set up a print dialog for "PostScript
8036         injection" method.
8037
8038         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
8039         EvPrintJob.
8040
8041         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
8042
8043 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
8044
8045         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
8046         (ps_document_set_target), (ps_document_get_page_size),
8047         (ps_document_render):
8048         * ps/gtkgs.h:
8049
8050         Fix a few bugs
8051
8052 2004-12-22  Christian Rose  <menthos@menthos.com>
8053
8054         * configure.ac: Added "sv" to ALL_LINGUAS.
8055
8056 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
8057
8058         * backend/ev-document-bookmarks.[ch]: new interface to indicate
8059         document supports bookmarks.
8060
8061 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
8062
8063         * ps/ggvutils.c: (ggv_file_readable):
8064         * ps/ggvutils.h:
8065         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
8066         (gtk_gs_get_postscript):
8067
8068         Remove unused utils
8069
8070 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
8071
8072         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
8073         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
8074         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
8075         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
8076         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
8077         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
8078         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
8079         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
8080         (gtk_gs_set_antialiasing), (ps_document_load),
8081         (ps_document_render):
8082         * ps/gtkgs.h:
8083
8084         Another check point for the ps backend. Now I can get it to show
8085         pages!
8086
8087 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
8088
8089         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
8090         document setting code.
8091
8092 2004-12-22  Anders Carlsson  <andersca@gnome.org>
8093
8094         * shell/eggfindbar.c: (entry_activate_callback):
8095         Animate the next button when activate is pressed.
8096         
8097 2004-12-22  Anders Carlsson  <andersca@gnome.org>
8098
8099         * shell/ev-window.c: (ev_window_cmd_edit_find),
8100         (update_fullscreen_popup), (ev_window_fullscreen),
8101         (ev_window_unfullscreen), (ev_window_state_event_cb),
8102         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
8103         Fix bugs in fullscreen code.
8104         
8105 2004-12-22  Anders Carlsson  <andersca@gnome.org>
8106
8107         * Makefile.am:
8108         * configure.ac:
8109         * pixbuf/Makefile.am:
8110         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
8111         (pixbuf_document_load), (pixbuf_document_get_n_pages),
8112         (pixbuf_document_set_page), (pixbuf_document_get_page),
8113         (pixbuf_document_set_target), (pixbuf_document_set_scale),
8114         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
8115         (pixbuf_document_render), (pixbuf_document_begin_find),
8116         (pixbuf_document_end_find), (pixbuf_document_finalize),
8117         (pixbuf_document_class_init),
8118         (pixbuf_document_document_iface_init), (pixbuf_document_init):
8119         * pixbuf/pixbuf-document.h:
8120         * shell/Makefile.am:
8121         * shell/ev-application.c: (ev_application_open):
8122         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
8123         (ev_window_open):
8124         Add pixbuf backend.
8125         
8126 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
8127
8128         * Makefile.am: 
8129         * dvi/dvilib/Makefile.am:
8130         * dvi/Makefile.am:
8131         * configure.ac: Auto*ify dvi and dvi/dvilib
8132
8133         * dvi/Makefile: Remove from CVS
8134         
8135         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
8136         confusion.
8137
8138         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
8139         
8140         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
8141         
8142 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
8143
8144         * ps/Makefile.am:
8145         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
8146         (gtk_gs_value_adjustment_changed), (compute_size),
8147         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
8148         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
8149         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
8150         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
8151         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
8152         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
8153         (ps_document_load), (ps_document_get_n_pages),
8154         (ps_document_set_page), (ps_document_get_page),
8155         (ps_document_set_target), (ps_document_set_scale),
8156         (ps_document_set_page_offset), (ps_document_get_page_size),
8157         (ps_document_render), (ps_document_begin_find),
8158         (ps_document_end_find), (ps_document_document_iface_init):
8159         * ps/gtkgs.h:
8160         * shell/Makefile.am:
8161         * shell/ev-window.c: (ev_window_open):
8162
8163         Some work to integrate gtkgs with EvDocument
8164
8165 2004-12-22  Anders Carlsson  <andersca@gnome.org>
8166
8167         * shell/ev-window.c: (update_fullscreen_popup),
8168         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
8169         (exit_fullscreen_button_clicked_cb),
8170         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
8171         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
8172         (ev_window_state_event_cb), (ev_window_init):
8173         Add fullscreen support from Epiphany.
8174         
8175 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
8176
8177         * data/ev-stock-zoom-fit-width.png: fit-width
8178         stock icon from gpdf.
8179         
8180         * shell/ev-stock-icons.[ch]: copied from gpdf.
8181         
8182         * shell/main.c: (main): init stock icons.
8183         
8184         * shell/ev-window.c: use the fit-width icon.
8185         
8186         * data/evince-ui.xml: add zooming toolbar items.
8187
8188 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
8189
8190         * shell/ev-view.c: 
8191         (ev_view_best_fit), (ev_view_fit_width): because
8192         get_page_size() returns the scaled page size, we
8193         need to calculate the scale factor relative to
8194         the previous scale factor. Should really just
8195         add get_real_page_size().
8196
8197 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
8198
8199         * shell/ev-view.[ch]:
8200         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
8201         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
8202         add zooming.
8203         
8204         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
8205         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
8206         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
8207         hook it up.
8208         
8209         * pdf/xpdf/pdf-document.cc:
8210         (pdf_document_begin_find),
8211         (pdf_document_end_find): make static.
8212
8213 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
8214
8215         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
8216
8217         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
8218         names to fontconfig patterns.
8219         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
8220
8221         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
8222         setupBaseFontsFc.
8223
8224 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
8225
8226         * Makefile.am:
8227         * configure.ac:
8228         * ps/Makefile.am:
8229         * ps/ggvutils.c:
8230         * ps/ggvutils.h:
8231         * ps/gsdefaults.c:
8232         * ps/gsdefaults.h:
8233         * ps/gsio.c:
8234         * ps/gsio.h:
8235         * ps/gtkgs.c:
8236         * ps/gtkgs.h:
8237         * ps/ps.c:
8238         * ps/ps.h:
8239
8240         Import ggv backend. Not hooked up yet.
8241
8242 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
8243
8244         * shell/main.c: (load_files), (main): load files
8245         from the command line.
8246
8247 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
8248
8249         * configure.ac: don't require bonobo.
8250         
8251         * cut-n-paste/recent-files/*: kill bonobo recent
8252         view.
8253
8254         * shell/ev-window.c:
8255         (ev_window_is_empty): upd.
8256         (unable_to_load), (ev_window_open): load backend
8257         based on the mime type.
8258
8259 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
8260
8261         * backend/.cvsignore: ignore generated marshalers source.
8262
8263         * shell/main.c (main): this is not epiphany.
8264
8265 2004-12-22  Havoc Pennington  <hp@redhat.com>
8266
8267         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
8268         (expose_bin_window): draw find highlights
8269
8270         * shell/ev-window.c (find_bar_search_changed_cb): implement 
8271         
8272         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
8273         (pdf_document_end_find): implement this interface
8274
8275         * backend/ev-document.c (ev_document_found): add this to emit
8276         signal
8277
8278 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
8279
8280         * data/evince-ui.xml: Add a few more toolbar items.
8281
8282         * shell/ev-window.c: Hook up page navigation toolbar 
8283         items.
8284
8285         * shell/ev-view.[ch]: add ev_view_set/get_page and 
8286         a page-changed signal.
8287
8288         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
8289         Add ev_document_get_page().
8290
8291         * shell/ev-window.c: Sensitize/desensitize navigation
8292         actions.
8293
8294 2004-12-21  Havoc Pennington  <hp@redhat.com>
8295
8296         * backend/ev-backend-marshal.c,
8297         backend/ev-backend-marshalers.list, backend/Makefile.am: add
8298         marshaler-generator thingy. I'm sure there's a better way to do
8299         this in the modern world.
8300
8301         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
8302         end_find methods and "found" signal.
8303
8304         * configure.ac: find glib-genmarshal
8305
8306 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
8307
8308         * shell/ev-sidebar.c: Construct an actual sidebar.
8309         * shell/ev-sidebar-bookmarks.[ch]:
8310         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
8311
8312 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
8313
8314         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
8315         Redo size handling.
8316         
8317         * shell/ev-view.c: Track the size from the document.
8318
8319 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
8320
8321         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
8322         constructor assumes ownership of the string passed in.
8323         
8324         * shell/ev-window.c (ev_window_open): Destroy the error
8325         dialog once we've displayed it.
8326
8327 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
8328
8329         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
8330         a bit, it works! (sort of)
8331
8332         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
8333         Move to .cc since we need to use C++ in the implementation.
8334
8335         * shell/dummy.cc: Add a CC file to force evince
8336         to be linked as a C++ program.
8337
8338 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
8339
8340         * shell/ev-view.[ch]: Start of content-area widget.
8341
8342         * shell/ev-window.c: Create a EvView, update it
8343         as we change documents.
8344
8345         * shell/Makefile.am shell/ev-marshal.list: Add
8346         generated marshalers.
8347
8348 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
8349
8350         * Makefile.am (SUBDIRS): move shell.
8351
8352 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
8353
8354         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
8355         .a to libtool convenience libraries.
8356
8357         * shell/ev-window.c (ev_window_open): Hard code loading
8358         a PDF document.
8359         
8360         * backend/ev-document.h: Add a boolean return to load(),
8361         fix GError * to GError **.
8362
8363         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
8364         object for a PDF backend EvDocument.
8365
8366 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
8367
8368         * dvi/*: New directory with the beginning of a .dvi backend.
8369
8370 2004-12-21  Havoc Pennington  <hp@redhat.com>
8371
8372         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
8373         previous/next instead of back/forward
8374
8375 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
8376
8377         * backend/ev-document.[ch]: Fix a couple of problems so
8378         it compile.
8379
8380 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
8381
8382         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
8383         to backend/ directory, rename EvViewer to EvDocument.
8384
8385 2004-12-21  Havoc Pennington  <hp@redhat.com>
8386
8387         * shell/ev-window.c: hook up the find bar widget; now we just need
8388         a document to find things in
8389
8390         * shell/eggfindbar.c: a find bar widget
8391
8392 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
8393
8394         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
8395
8396 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
8397
8398         * pdf/**: Import of xpdf code from gpdf. 
8399
8400         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
8401
8402         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
8403         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
8404         Fix FreeType includes.
8405
8406         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
8407         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
8408         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
8409         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
8410         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
8411         Include xpdfconfig.h
8412         
8413 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
8414
8415         * shell/ev-window.c (ev_window_dispose): dispose can be called
8416         multiple times.
8417
8418 2004-12-21  Havoc Pennington  <hp@redhat.com>
8419
8420         * shell/ev-window.c (ev_window_init): set title to Document Viewer
8421         rather than Evince
8422
8423         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
8424         items; really they should be synced with the strings, etc. from
8425         current gpdf, but just getting the boring typing out of the way 
8426
8427 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
8428
8429         * po/POTFILES.in:
8430         * shell/ev-application.c: (window_destroy_cb):
8431         * shell/ev-window.c:
8432         * shell/main.c: (main):
8433
8434         Actually show the window...
8435
8436 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
8437
8438         * Makefile.am:
8439         * shell/Makefile.am:
8440         * shell/ev-application.c: (ev_application_class_init):
8441         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
8442
8443         Make it build again
8444
8445 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
8446
8447         Import to gnome cvs.
8448         
8449         * Remove copies of gpdf and ggv trees.
8450         * Rip out all the recursive configure code.
8451         * Remove bonobo machinery.
8452         * viewer/*: GInterfaces that backends should/can implement.
8453
8454 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8455
8456         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
8457         typo
8458
8459 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8460
8461         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
8462         (ev_application_finalize, ev_application_class_init)
8463         (ev_application_init): use GType instance private data for priv.
8464     
8465         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
8466         (ev_window_finalize, ev_window_class_init)
8467         (ev_window_init): ditto.
8468
8469 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8470
8471         * shell/ev-application.c (ev_application_new_window): make public
8472         (ev_application_show_initial_window): kill.
8473     
8474         * shell/ev-application.h: update prototypes.
8475     
8476         * shell/main.cc (main): inline ev_application_show_initial_window.
8477
8478 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8479
8480         * shell/ev-application.c (ev_application_new_window): impl.
8481         (ev_application_show_initial_window): use it.
8482         (is_window_empty, ev_application_get_empty_window): returns an
8483         existing empty window or a new one.
8484         (ev_application_open): from ev_window_cmd_file_open.
8485     
8486         * shell/ev-application.h: update prototypes
8487     
8488         * shell/ev-window.c (ev_window_is_empty): impl.
8489         (ev_window_open): make public.
8490         (ev_window_cmd_file_open): use ev_application_open
8491     
8492         * shell/ev-window.h: update prototypes, remove unused.
8493
8494 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8495
8496         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
8497         move destroy handler out of here...
8498     
8499         * shell/ev-application.c, shell/ev-application.h: ...into this new
8500         class. Also handles initial window creation.
8501     
8502         * shell/main.cc (main): use EvApplication to create initial
8503         window.
8504
8505 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8506
8507         * Makefile.am (SUBDIRS): add cut-n-paste
8508     
8509         * cut-n-paste/Makefile.am: add
8510     
8511         * configure.ac: generate Makefiles in cut-n-paste
8512
8513 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8514
8515         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
8516         (ev_window_class_init): install ev_window_dispose.
8517
8518 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8519
8520         * shell/ev-window.h, shell/ev-window.c: replace gchar with
8521         char (gchar looks stupid).
8522
8523 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8524
8525         * po/de.po: updated German translation.
8526
8527 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8528
8529         * configure.ac: add more pkg-config library checks for gnome-vfs,
8530         bonobo etc.
8531     
8532         * gpdf/configure.in: temporarily disable libpaper
8533         checks. Otherwise I'd have to add the checks for the shell, too.
8534
8535 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8536
8537         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
8538         and * file filters to the file choose.
8539
8540 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8541
8542         * po/de.po: Updated German translation.
8543
8544 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8545
8546         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
8547
8548 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8549
8550         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
8551     
8552         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
8553         (ev_window_init): implement those menuitems.
8554
8555 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8556
8557         * data/evince-ui.xml: add a toolbar (with FileOpen action)
8558     
8559         * shell/ev-window.c (ev_window_init): use the toolbar.
8560
8561 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8562
8563         * shell/ev-window.c (ev_window_init): use menu translations
8564
8565 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8566
8567         * configure.ac: add "de" to ALL_LINGUAS.
8568     
8569         * po/de.po: add German translation.
8570
8571 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8572
8573         * Makefile.am (SUBDIRS): add po
8574     
8575         * configure.ac: check intltool, glib-gettext etc, generate
8576         po/Makefile.in
8577     
8578         * po, po/POTFILES.in, po/POTFILES.skip: new.
8579
8580 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8581
8582         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
8583         already use (#ifdef ENABLE_NLS)
8584     
8585         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
8586         pointer indirection thinko.
8587     
8588         * shell/main.c: include gi18n.h for bindtextdomain etc.
8589
8590 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8591
8592         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
8593         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
8594         tooltips for menu items in the statusbar.
8595
8596 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8597
8598         * configure.ac, data/Makefile.am, shell/Makefile.am: use
8599         pkgdatadir drop UIDIR
8600
8601 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8602
8603         * data/evince-ui.xml: Add File->Open menu item
8604     
8605         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
8606         chooser), hook it up in the ui manager.
8607
8608 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8609
8610         * shell/ev-window.c: fix Help->About tooltip.
8611
8612 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
8613
8614         * configure.ac: set CFLAGS for libevprivate.
8615     
8616         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
8617         definitions, factory etc.
8618     
8619         * lib/Makefile.am: build libevprivate.a (only stock icon code).
8620     
8621         * shell/Makefile.am: link against libevprivate.a.
8622     
8623         * shell/ev-window.c (entries): add stock icon to Help->About.
8624     
8625         * shell/main.c (main): init stock icon code.
8626
8627 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8628
8629         * lib/recent-files: egg recent files code
8630     
8631         * lib/Makefile.am: add.
8632     
8633         * Makefile.am: add lib subdir.
8634     
8635         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
8636         set CFLAGS for recent-files.
8637
8638 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8639
8640         * configure.ac: disable -ansi and -pedantic gcc flags. They
8641         disable POSIX stuff in stdio.h, but egg-recent uses them.
8642
8643 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
8644
8645         * configure.ac: add --disable-deprecated flag (defaults to on in
8646         "cvs" builds).
8647     
8648         * shell/Makefile.am (INCLUDES): use it.
8649
8650 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8651
8652         * shell/main.c: add missing #include.
8653     
8654         * shell/ev-window.c: fix for pedantic gcc.
8655         (ev_window_cmd_help_about): split license into paragraphs for
8656         translators and pedantic compilers.
8657
8658 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8659
8660         * configure.ac: add more warning flags if compiling with gcc from
8661         cvs (or explicitly requested with --enable-more-warnings).
8662
8663 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8664
8665         * data/evince-ui.xml: add File and File->Close menu.
8666     
8667         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
8668         (ev_window_destroy): quit after destroy.
8669         (ev_window_class_init): override GtkObject::destroy.
8670         (entries): install close_window callback.
8671
8672 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8673
8674         * Makefile.am (SUBDIRS): add data subdir.
8675     
8676         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
8677         gtk+ 2.5.0 for GtkAboutDialog.
8678     
8679         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
8680         main window.
8681     
8682         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
8683     
8684         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
8685         manager.
8686         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
8687
8688 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8689
8690         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
8691
8692 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8693
8694         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
8695
8696 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8697
8698         * shell/*: Added shell directory boilerplate, build it.
8699
8700 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
8701
8702         * configure.ac, Makefile.am: Added top-level configure.ac and
8703         Makefile.am