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