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