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