]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Update for release 2.19.92
[evince.git] / ChangeLog
1 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2
3         * NEWS:
4         * configure.ac:
5         
6         Update for release 2.19.92
7
8 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
9
10         * configure.ac:
11         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
12         (pdf_selection_get_selection_region),
13         (pdf_selection_get_selection_map),
14         (ev_form_field_from_poppler_field):
15
16         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
17         and triple click selections are enabled again now.
18
19 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
20
21         * shell/ev-window.c: (ev_window_add_history):
22
23         Make sure not to use the history with documents not supporting
24         links. Fixes bug #468954.
25
26 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
27
28         * shell/ev-window.c: (ev_window_load_job_cb):
29
30         Restart the search when reloading a document with the find bar
31         visible. Fixes bug #461962.
32
33 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
34
35         * shell/ev-window.c: (setup_document_from_metadata),
36         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
37
38         Do not jump to the first page when reloading a document from the
39         last page.
40
41 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
42
43         * shell/ev-window.c: (update_chrome_flag),
44         (setup_sidebar_from_metadata),
45         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
46         (ev_window_cmd_edit_find_next),
47         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
48         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
49         (find_bar_close_cb), (view_actions_focus_in_cb):
50
51         Do not update visibility when changing a chrome flag so that it's
52         possible to update several flags and update visibility only once
53         for all of them.
54
55 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
56
57         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
58
59         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
60         supported by gtk+. Fixes bug #460907.
61
62 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
63
64         * shell/ev-view.c: (view_update_range_and_current_page):
65
66         Make sure current-page <= end-page in continuous mode. Fixes bug
67         #454950.
68
69 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
70
71         * backend/pdf/ev-poppler.cc: (build_tree):
72
73         Ignore outline items without a title. Fixes bug #453913.
74
75 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
76
77         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
78         (ev_view_button_release_event), (ev_view_leave_notify_event):
79
80         Use always drag mouse cursor during a drag operation. Fixes bug
81         #470564.
82
83 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
84
85         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
86         (pdf_selection_get_selection_region),
87         (pdf_selection_get_selection_map):
88
89         Temporarily disable double and triple selections since it depends on
90         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
91         released and the update of the external dependency minimal version
92         approved.
93
94 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
95
96         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
97         (pdf_document_file_exporter_do_page):
98         * libdocument/ev-file-exporter.h:
99         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
100         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
101
102         Actually fix printing regressions. Remove orientation from
103         EvPrintContext since it's redundant.
104
105 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
106
107         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
108         * backend/impress/impress-document.c:
109         (impress_document_document_iface_init):
110         * backend/ps/ps-document.c: (ps_document_document_iface_init):
111         * backend/djvu/djvu-document.c:
112         (djvu_document_document_iface_init),
113         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
114         * backend/tiff/tiff-document.c:
115         (tiff_document_document_iface_init):
116         * backend/pixbuf/pixbuf-document.c:
117         (pixbuf_document_document_iface_init):
118         * backend/comics/comics-document.c:
119         (comics_document_document_iface_init):
120         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
121         (pdf_selection_render_selection),
122         (pdf_selection_get_selected_text),
123         (pdf_selection_get_selection_region),
124         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
125         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
126         (ev_selection_get_selection_region),
127         (ev_selection_get_selection_map):
128         * libdocument/ev-document.[ch]:
129         * shell/ev-pixbuf-cache.[ch]: (add_job),
130         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
131         * shell/ev-view-private.h:
132         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
133         (ev_job_render_run):
134         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
135         * shell/ev-view.c: (start_selection_for_event),
136         (ev_view_button_press_event), (ev_view_drag_data_get),
137         (ev_view_drag_data_received), (ev_view_button_release_event),
138         (compute_new_selection_text), (compute_selections),
139         (ev_view_select_all), (get_selected_text), (ev_view_copy),
140         (ev_view_primary_get_cb):
141
142         Add support for double and triple click selections.
143
144 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
145
146         * NEWS:
147         * configure.ac:
148
149         Update for release 2.19.4
150
151 2007-08-28  Justin Blanchard  <justinb04@aim.com>
152
153         * shell/ev-view-private.h:
154         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
155         (ev_view_set_highlight_search):
156         * shell/ev-view.h:
157         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
158         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
159         (find_bar_visibility_changed_cb):
160         
161         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
162
163 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
164
165         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
166         (pdf_document_file_exporter_begin),
167         (pdf_document_file_exporter_do_page):
168         * shell/ev-jobs.c: (ev_job_print_run):
169         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
170
171         Create always a portrait cairo surface and rotate when needed for
172         landscape. It fixes printing problems in real printers.
173
174 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
175
176         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
177         * libdocument/ev-file-exporter.[ch]:
178         (ev_file_exporter_get_capabilities):
179         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
180         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
181
182         Adjust number of pages per row according to page orientation when
183         printing 2 or 6 pages per sheet.
184
185 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
186
187         * shell/ev-window.c: (ev_window_print_send):
188
189         Reset also cups setting to 1 when printing multiple pages per
190         sheet. Fixes bug #468853.
191
192 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
193
194         * libdocument/ev-document-misc.c:
195         (ev_document_misc_surface_rotate_and_scale):
196
197         Use directly cairo_surface_get_content() when creating a similar
198         surface as suggested by Jeff Muizelaar. Thanks again.
199
200 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
201
202         * backend/djvu/djvu-document.c: (djvu_document_render):
203         * backend/tiff/tiff-document.c: (tiff_document_render):
204         * backend/pdf/ev-poppler.cc: (pdf_document_render):
205         * libdocument/ev-document-misc.c:
206         (ev_document_misc_surface_from_pixbuf),
207         (ev_document_misc_surface_rotate_and_scale):
208
209         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
210         creating page surfaces. Fixes bug #453123. Thank you very much to
211         Jeff Muizelaar <jeff@infidigm.net>.
212
213 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
214
215         * shell/ev-page-cache.c: (ev_page_cache_new),
216         (ev_page_cache_get_thumbnail_size):
217         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
218         (ev_sidebar_thumbnails_set_loading_icon):
219
220         Also store in page-cache the dimensions of the thumbnails so that
221         they can be used to create the correct loading icon in the side
222         pane. Fixes bug #466857.
223
224 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
225
226         * backend/pdf/ev-poppler.cc:
227         (pdf_document_thumbnails_get_thumbnail):
228
229         Fix thumbnails rotation in pdf documents that include embedded 
230         thumbnails.
231
232 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
233
234         * backend/pdf/ev-poppler.cc:
235
236         Don't use #ifdef in macro expansion. Some compilers don't
237         like that. Closes bug #467042.
238
239 2007-08-15  Justin Blanchard  <justinb04@aim.com>
240
241         * backend/djvu/djvu-document.c: (djvu_document_finalize):
242         
243         Fixes memory leak in djvu backend.
244
245 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
246
247         * data/icons/32x32/Makefile.am:
248         * data/icons/32x32/actions/Makefile.am:
249         * data/icons/32x32/actions/view-page-cont.svg:
250         * data/icons/32x32/actions/view-page-facing.svg:
251         * data/icons/48x48/Makefile.am:
252         * data/icons/48x48/actions/Makefile.am:
253         * data/icons/48x48/actions/view-page-cont.svg:
254         * data/icons/48x48/actions/view-page-facing.svg:
255         
256         Icons for a new sizes.
257
258 2007-08-14  Justin Blanchard  <justinb04@aim.com>
259
260         * shell/ev-page-cache.c: (build_height_to_page),
261         (ev_page_cache_get_height_to_page):
262         
263         Fixes invalid read, see bug #466401.
264
265 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
266
267         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
268         (set_drag_cursor):
269         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
270         (configure_item_cursor), (new_pixbuf_from_widget):
271
272         Fix multihead problems in toolbar editor. Fixes bug #382055.
273
274 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
275
276         * shell/ev-window.c: (ev_window_cmd_file_open),
277         (ev_window_cmd_save_as):
278
279         Use g_get_user_special_dir when available instead of
280         xdg_user_dir_lookup.
281
282 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
283
284         * MAINTAINERS:
285         
286         Updated according to request on desktop-devel.
287
288 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
289
290         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
291
292         Do not use cairo_rectangle and cairo_clip since we are
293         not using cairo_fill but cairo_paint. Use the same cairo context
294         for every page in the same expose event.
295
296 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
297
298         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
299         leak.
300
301 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
302
303         * configure.ac:
304         * NEWS:
305
306         Release 0.9.3
307
308 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
309
310         * libdocument/ev-document-info.h:
311         * libdocument/ev-document.h:
312         * shell/ev-page-action.h:
313         * shell/ev-sidebar-links.h:
314
315         Fix a headers problem with ev-link
316         
317         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
318         * shell/ev-view-private.h:
319         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
320         (get_link_area), (ev_view_query_tooltip),
321         (ev_view_leave_notify_event), (ev_view_destroy),
322         (ev_view_class_init):
323
324         Use new gtk tooltips when available instead of ev-tooltip.
325         
326 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
327
328         * shell/ev-window.c: (update_chrome_visibility),
329         (ev_window_sidebar_visibility_changed_cb):
330
331         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
332         
333 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
334
335         * shell/ev-navigation-action.c:
336         (ev_navigation_action_history_changed),
337         (ev_navigation_action_set_history):
338         * shell/ev-navigation-action-widget.c:
339         (ev_navigation_action_widget_init):
340         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
341
342         Fix compile warnings.
343         
344 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
345
346         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
347         (egg_editable_toolbar_dispose):
348
349         Fix memory leak.
350         
351 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
352
353         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
354         (screensaver_disable_x11):
355         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
356         * shell/ev-window.c: (presentation_set_timeout):
357         * shell/ev-view.c: (ev_view_presentation_transition_start):
358
359         Use g_timeout_add_seconds instead of g_timeout_add when
360         available.
361         
362 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
363
364         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
365
366         Set horizontal scrollbar policy to AUTOMATIC instead of
367         NEVER. Workaround for bug #449462.
368         
369 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
370
371         * shell/ev-jobs.c: (ev_job_render_page_ready):
372
373         Add page_ready callback to main loop with high priority and hold
374         a reference to job during idle.
375         
376 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
377
378         * configure.ac:
379         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
380         (pdf_document_file_exporter_begin),
381         (pdf_document_file_exporter_do_page),
382         (pdf_document_file_exporter_get_capabilities):
383         * libdocument/ev-file-exporter.h:
384         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
385         * shell/ev-window.c: (ev_window_print_send),
386         (ev_window_print_dialog_response_cb):
387
388         Allow printing multiple pages per sheet. Fixes bug #395573.
389         
390 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
391
392         * shell/ev-view.c: (tip_from_link):
393         
394         Check for NULL, fixes bug #460862.
395
396 2007-07-29  Christian Persch  <chpe@gnome.org>
397
398         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
399         (ev_window_preview_print_finished), (ev_window_do_preview_print),
400         (ev_window_cmd_preview_print):
401         
402         Fixes bug #437681 - blocks while enumerating printers.
403
404 2007-07-29  Christian Persch  <chpe@gnome.org>
405
406         * shell/ev-window.c: (ev_window_screen_changed):
407         
408         Don't use deprecated gtk+ function. See bug #460909.
409
410 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
411
412         * shell/ev-utils.c: (get_num_monitors):
413         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
414
415         Do not use display before initializing it. Remove compile
416         warnings.
417
418 2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
419
420         * shell/ev-view.c: (ev_view_class_init):
421         
422         Unix-like hjkl bindings added. See bug #458111.
423
424 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
425
426         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
427         * shell/ev-utils.h:
428         * shell/ev-view.c: (ev_view_set_zoom_for_size),
429         (ev_view_update_view_size):
430         * shell/ev-view.h:
431         * shell/ev-window.c: (ev_window_update_actions),
432         (setup_view_from_metadata), (ev_window_screen_changed),
433         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
434         (zoom_control_changed_cb):
435         * shell/ev-window.h:
436         
437         Reorganizes utility functions.
438
439 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
440
441         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
442         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
443         (add_job), (ev_pixbuf_cache_get_surface),
444         (ev_pixbuf_cache_get_link_mapping),
445         (ev_pixbuf_cache_get_image_mapping),
446         (ev_pixbuf_cache_get_form_field_mapping),
447         (ev_pixbuf_cache_get_text_mapping):
448         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
449         (notify_page_ready), (ev_job_render_page_ready),
450         (ev_job_render_run):
451
452         Add page_ready signal to notify that page is ready as soon as
453         possible even if other page elements like links, forms, images or
454         text mapping are not ready yet.
455
456 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
457
458         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
459         (dvi_document_file_exporter_do_page),
460         (dvi_document_file_exporter_get_capabilities),
461         (dvi_document_file_exporter_iface_init):
462         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
463         (ps_document_file_exporter_do_page),
464         (ps_document_file_exporter_get_capabilities),
465         (ps_document_file_exporter_iface_init):
466         * backend/djvu/djvu-document.c:
467         (djvu_document_file_exporter_begin),
468         (djvu_document_file_exporter_end),
469         (djvu_document_file_exporter_get_capabilities),
470         (djvu_document_file_exporter_iface_init):
471         * backend/tiff/tiff-document.c:
472         (tiff_document_file_exporter_begin),
473         (tiff_document_file_exporter_get_capabilities),
474         (tiff_document_document_file_exporter_iface_init):
475         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
476         (pdf_document_file_exporter_do_page),
477         (pdf_document_file_exporter_get_capabilities),
478         (pdf_document_file_exporter_iface_init):
479         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
480         (ev_file_exporter_get_capabilities):
481         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
482         (idle_print_handler), (ev_print_job_print):
483         * shell/ev-jobs.c: (ev_job_print_run):
484         * shell/ev-window.c: (ev_window_print_send),
485         (ev_window_print_range):
486
487         Use capabilities to know which options should be offered by the
488         print dialog depending on the document backend.
489
490 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
491
492         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
493
494         Give priority to forms over text to set the cursor.
495
496 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
497
498         * shell/ev-view-private.h:
499         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
500         (ev_view_leave_notify_event), (ev_view_finalize),
501         (ev_view_get_property), (ev_view_class_init):
502
503         Use IBEAM cursor for text form fields and NORMAL cursor for read
504         only fields. Remove unused status attribute.
505
506 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
507
508         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
509
510         Update region for current selected items also for checkbox
511         buttons, since they can behave as radio buttons when they are in a
512         set.
513
514 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
515
516         * configure.ac:
517         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
518
519         Get max length of text form fields.
520
521 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
522
523         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
524         * libdocument/ev-form-field.h:
525         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
526
527         Fix build with current poppler cvs head.
528
529 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
530
531         * cut-n-paste/zoom-control/ephy-zoom-control.c:
532         * shell/eggfindbar.c: (egg_find_bar_init):
533
534         Fix build with gtk+ >= 2.11.5 due to gtktooltips
535         deprecation. Fixes bug #455667
536
537 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
538
539         * NEWS:
540         * configure.ac:
541         
542         Update for release 0.9.2
543
544 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
545
546         * shell/ev-view.c: (ev_view_form_field_text_save),
547         (ev_view_form_field_choice_save):
548
549         Fix a crash when closing whith a form widget visible.
550
551 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
552
553         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
554
555         Update also the region of the current selected button when
556         clicking on another button if they are radio buttons.
557
558 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
559
560         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
561         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
562         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
563         (ev_pixbuf_cache_get_link_mapping),
564         (ev_pixbuf_cache_get_image_mapping),
565         (ev_pixbuf_cache_get_form_field_mapping),
566         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
567         * shell/ev-view.c: (ev_view_form_field_get_region),
568         (ev_view_form_field_button_create_widget),
569         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
570         (job_finished_cb):
571
572         Redraw only form field region instead of the whole page when
573         reloading a page to show changes on the form field.
574
575 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
576
577         * shell/ev-view.c: (ev_view_form_field_choice_save):
578
579         Fix selection of first item in list form fields.
580
581 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
582
583         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
584         (ev_pixbuf_cache_reload_page),
585         (ev_pixbuf_cache_get_form_field_mapping):
586
587         Some refactoring to avoid duplicated code.
588
589 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
590
591         * configure.ac:
592         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
593         (ev_form_field_from_poppler_field),
594         (pdf_document_forms_get_form_fields),
595         (pdf_document_forms_form_field_text_get_text),
596         (pdf_document_forms_form_field_text_set_text),
597         (pdf_document_forms_form_field_button_set_state),
598         (pdf_document_forms_form_field_button_get_state),
599         (pdf_document_forms_form_field_choice_get_item),
600         (pdf_document_forms_form_field_choice_get_n_items),
601         (pdf_document_forms_form_field_choice_is_item_selected),
602         (pdf_document_forms_form_field_choice_select_item),
603         (pdf_document_forms_form_field_choice_toggle_item),
604         (pdf_document_forms_form_field_choice_unselect_all),
605         (pdf_document_forms_form_field_choice_set_text),
606         (pdf_document_forms_form_field_choice_get_text),
607         (pdf_document_document_forms_iface_init):
608         * libdocument/Makefile.am:
609         * libdocument/ev-form-field.[ch]:
610         * libdocument/ev-document-forms.[ch]:
611         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
612         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
613         (add_job), (ev_pixbuf_cache_reload_page),
614         (ev_pixbuf_cache_get_form_field_mapping):
615         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
616         * shell/ev-view-private.h:
617         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
618         (ev_view_handle_cursor_over_xy),
619         (ev_view_get_form_field_at_location),
620         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
621         (ev_view_form_field_button_create_widget),
622         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
623         (ev_view_form_field_text_create_widget),
624         (ev_view_form_field_choice_save),
625         (ev_view_form_field_choice_changed),
626         (ev_view_form_field_choice_create_widget),
627         (ev_view_handle_form_field), (ev_view_size_allocate),
628         (ev_view_realize), (draw_end_presentation_page),
629         (ev_view_button_press_event), (ev_view_remove_all),
630         (ev_view_motion_notify_event), (ev_view_key_press_event),
631         (ev_view_enter_notify_event), (highlight_find_results),
632         (draw_loading_text), (draw_one_page), (ev_view_destroy),
633         (ev_view_class_init), (page_changed_cb),
634         (on_adjustment_value_changed), (ev_view_set_presentation),
635         (merge_selection_region), (ev_view_set_cursor),
636         (ev_view_reset_presentation_state):
637         
638         Merge evince-forms branch.
639
640 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
641
642         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
643
644         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
645         This script also updates itself from libegg
646
647         * cut-n-paste/toolbar-editor/egg*:
648         Run update-toolbareditor-from-libegg.sh so we are in sync again with
649         libegg
650
651 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
652
653         * shell/ev-window.c:
654         
655         Adds a nice icon to page action during toolbar editing.
656         See bug #452872.
657
658 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
659
660         * data/evince-toolbar.xml:
661         * shell/ev-window.c:
662         
663         Let user add a presentation and fullscreen icons on toolbar.
664         See bug #449734.
665
666 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
667
668         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
669
670         new script to keep in sync with toolbareditor in libegg
671
672         * cut-n-paste/toolbar-editor/*: 
673
674         Run update-toolbareditor-from-libegg so we are in sync again. 
675         Fixes bug #452850.
676         
677
678 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
679
680         * shell/ev-sidebar-links.c: (job_finished_callback):
681
682         Do not connect selection changed signal more than once. Fixes bug
683         #349433.
684
685 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
686
687         * shell/ev-window.c: (ev_window_view_sidebar_cb):
688
689         Do not change sidebar chrome flag when pressing F9 key in
690         presentation mode.
691
692 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
693
694         * backend/pdf/ev-poppler.cc:
695         (pdf_document_thumbnails_get_dimensions):
696
697         Make sure thumbnails width and height is not <= 0. Fixes a crash
698         with some pdf documents which have really small pages.
699
700 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
701
702         * shell/main.c: (main):
703
704         Fixes program description translation issue.
705         Bug #450148.
706
707 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
708
709         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
710
711         Do not change current page when returning from black/white mode
712         in presentation. Fixes bug #415032.
713
714 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
715
716         * NEWS:
717         * configure.ac:
718         
719         Update for release 0.9.1
720
721 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
722
723         * backend/dvi/dvi-document.c:
724         (dvi_document_finalize),
725         (dvi_document_file_exporter_format_supported),
726         (dvi_document_file_exporter_begin),
727         (dvi_document_file_exporter_do_page),
728         (dvi_document_file_exporter_end),
729         (dvi_document_file_exporter_iface_init), (dvi_document_init):
730         
731         PDF exporter for dvi documents. Fixes bug #441319.
732
733 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
734
735         * shell/ev-window.c: (ev_window_clear_print_job):
736
737         Clear gtk print job when job has finished. Fixes bug #447612.
738
739 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
740
741         * shell/ev-window.c: (ev_window_print_send),
742         (ev_window_print_dialog_response_cb), (ev_window_print_range):
743
744         Add preview button to print dialog. Fixes bug #445419.
745
746 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
747
748         * backend/dvi/Makefile.am:
749         * backend/dvi/pixbuf-device.[ch]: Removed
750         * backend/dvi/cairo-device.[ch]: Added
751         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
752         * backend/dvi/dvi-document.c: (dvi_document_load),
753         (dvi_document_render), (dvi_document_finalize),
754         (dvi_document_thumbnails_get_thumbnail), (parse_color),
755         (dvi_document_do_color_special):
756         * libdocument/ev-document-misc.[ch]:
757         (ev_document_misc_pixbuf_from_surface):
758
759         Port dvi backend to cairo and fix a problem with colors. 
760
761 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
762
763         * shell/ev-view.c: (draw_one_page):
764
765         Draw only visible region.
766
767 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
768
769         * backend/djvu/djvu-document.c: (djvu_document_render):
770
771         Fix rotation in djvu backend.
772
773 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
774
775         * shell/ev-pixbuf-cache.c: (job_finished_cb),
776         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
777         (ev_pixbuf_cache_get_image_mapping),
778         (ev_pixbuf_cache_get_text_mapping):
779
780         Redraw view every time we have a new surface. Fixes bug #443587.
781
782 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
783
784         * libdocument/ev-document.c: (ev_document_info_free):
785
786         Fix memory leaks.
787
788 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
789
790         * backend/dvi/dvi-document.c: (dvi_document_render),
791         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
792         * backend/impress/impress-document.c:
793         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
794         (impress_document_render), (impress_document_document_iface_init),
795         (impress_document_thumbnails_get_thumbnail):
796         * backend/djvu/djvu-document-private.h:
797         * backend/djvu/djvu-document.c: (djvu_document_render),
798         (djvu_document_finalize), (djvu_document_document_iface_init),
799         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
800         * backend/tiff/tiff-document.c: (tiff_document_render),
801         (tiff_document_render_pixbuf),
802         (tiff_document_document_iface_init):
803         * backend/pdf/ev-poppler.cc: (pdf_document_render),
804         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
805         (pdf_selection_render_selection):
806         * backend/comics/comics-document.c:
807         (comics_document_render_pixbuf), (comics_document_render),
808         (comics_document_document_iface_init):
809         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
810         (pixbuf_document_document_iface_init):
811         * libdocument/ev-document-misc.[ch]:
812         (ev_document_misc_surface_from_pixbuf),
813         (ev_document_misc_surface_rotate_and_scale):
814         * libdocument/ev-document.[ch]: (ev_document_render):
815         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
816         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
817         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
818         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
819         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
820         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
821         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
822         (render_finished_cb), (ev_job_render_run):
823         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
824         (merge_selection_region):
825
826         Use cairo image surfaces instead of GDK pixbufs for drawing pages
827         and selections.
828
829 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
830
831         * shell/ev-window-title.c: (ev_window_title_update):
832
833         Fix memory leak.
834
835 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
836
837         * shell/ev-view.c: (draw_loading_text):
838
839         Show loading text centered. Fixes bug #433061
840
841 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
842
843         * shell/ev-sidebar-thumbnails.c:
844         (ev_sidebar_thumbnails_set_loading_icon):
845
846         Remove a mutex in the main thread that blocks the UI in heavy
847         documents.
848
849 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
850
851         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
852
853         Set points_set to TRUE so that selections don't disappear after a
854         zoom change.
855
856 2007-06-07  Michael Monreal  <infernux@web.de>
857
858         * data/icons/16x16/actions/Makefile.am:
859         * data/icons/16x16/actions/zoom.svg:
860         * data/icons/22x22/actions/Makefile.am:
861         * data/icons/22x22/actions/zoom.svg:
862         * data/icons/24x24/actions/Makefile.am:
863         * shell/ev-stock-icons.c:
864         * shell/ev-stock-icons.h:
865         * shell/ev-window.c:
866         
867         Zoom icon artwork. See bug #444795.
868
869 2007-06-05  Bastien Nocera  <hadess@hadess.net>
870
871         * shell/ev-metadata-manager.c: Remove extraneous function
872         (Closes: #444386)
873
874 2007-06-05  Bastien Nocera  <hadess@hadess.net>
875
876         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
877         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
878         (ev_metadata_manager_set), (ev_metadata_manager_save):
879         Simplify the timeout, no need for modified anymore
880
881 2007-06-05  Bastien Nocera  <hadess@hadess.net>
882
883         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
884         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
885         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
886         (ev_metadata_manager_save): Adapted patch from Arjan van de
887         Ven (arjan@linux.intel.com) to avoid the timeout running all the
888         time, saves on power (Closes: #443851)
889
890 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
891
892         * configure.ac:
893         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
894         (pdf_selection_render_selection), (pdf_document_get_page_duration):
895
896         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
897
898 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
899
900         * shell/ev-window.c: (ev_window_add_history):
901
902         Check if history is NULL
903
904 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
905
906         * libdocument/ev-image.c: (ev_image_finalize):
907         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
908         * libdocument/ev-attachment.c: (ev_attachment_finalize):
909         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
910         (ev_tmp_uri_unlink):
911
912         Add functions to delete temporary files created by evince in a safe
913         way.
914
915         * shell/ev-window.c: (ev_window_clear_local_uri),
916         (open_xfer_update_progress_callback),
917         (save_xfer_update_progress_callback), (ev_window_save_remote),
918         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
919         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
920         (attachment_save_dialog_response_cb),
921         (ev_attachment_popup_cmd_save_attachment_as):
922
923         Allow saving a copy of a document, image or attachment to a remote
924         location. Fixes bug #440754. 
925
926 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
927
928         * configure.ac:
929         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
930
931         Fix build with current poppler from cvs head. 
932
933 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
934
935         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
936
937         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
938         directory exists.
939
940 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
941
942         * shell/ev-sidebar.c: (ev_sidebar_add_page):
943         * shell/ev-window.c:
944
945         Change sidebar ordering. Fixes bug #439939.
946
947 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
948
949         * backend/comics/Makefile.am:
950         
951         Fixes build with --without-libgnome.
952
953 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
954         
955         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
956
957         Update cursor and tooltip on page change and view scroll. Fixes bug
958         #439217.
959
960 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
961
962         * NEWS:
963         * configure.ac:
964         
965         Update for release 0.9.0
966
967 2007-05-14  Alaska Subedi <asubedi@gmail.com>
968
969         * backend/djvu/djvu-document-private.h:
970         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
971         (djvu_document_finalize),
972         (djvu_document_file_exporter_format_supported),
973         (djvu_document_file_exporter_begin),
974         (djvu_document_file_exporter_do_page),
975         (djvu_document_file_exporter_end),
976         (djvu_document_file_exporter_iface_init), (djvu_document_init):
977         
978         Implemented printing with djvu. Bug #437998.
979
980 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
981
982         * backend/impress/zip.c:
983         Add missing ulong definition.
984
985         * backend/ps/ps-interpreter.c:
986         Add missing headers.
987
988         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
989
990 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
991
992         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
993
994         Add missing call to parent class dispose method. 
995
996 2007-05-12  Ross Burton  <ross@openedhand.com>
997
998         * shell/main.c:
999         Sync keybindings manually when building without libgnome
1000         (#437925).
1001
1002 2007-05-12  Ross Burton  <ross@openedhand.com>
1003
1004         * shell/ev-window.c:
1005         Respect the screen when opening help (#437866).
1006
1007 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1008
1009         * data/evince-ui.xml:
1010         * shell/ev-application.[ch]: (get_print_settings_from_args),
1011         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1012         (ev_application_open_uri_list):
1013         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
1014         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1015         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
1016         (ev_window_cmd_view_reload), (lookup_printer_from_name),
1017         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
1018         (ev_window_dispose):
1019         * shell/main.c: (arguments_parse):
1020
1021         Add print button in preview mode. Fixes bug #396475. 
1022
1023 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1024
1025         * cut-n-paste/zoom-control/ephy-zoom.h:
1026         
1027         Fixes zoom level factors. See bug #408119 for details.
1028
1029 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1030
1031         * backend/comics/comics-document.c: (comics_regex_quote),
1032         (extract_argv):
1033         
1034         Correctly quote symbols. Fixes crash in the bug
1035         #415370.
1036
1037 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1038
1039         * shell/ev-navigation-action-widget.c:
1040         (ev_navigation_action_widget_init),
1041         (ev_navigation_action_widget_class_init),
1042         (ev_navigation_action_widget_button_press_event):
1043         
1044         Connect to button-press event on correct widget. Fixes
1045         bug #431988
1046
1047 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1048
1049         * shell/ev-application.c: (ev_application_open_window),
1050         (ev_application_add_icon_path_for_screen),
1051         (ev_application_open_uri_at_dest):
1052         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
1053         * shell/ev-navigation-action.c: (build_menu):
1054         
1055         Add app-specific icons to our icon theme. Fixes bug
1056         #425508.
1057
1058 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1059
1060         * shell/ev-history.c: (ev_history_class_init),
1061         (ev_history_add_link):
1062         * shell/ev-history.h:
1063         * shell/ev-navigation-action.c:
1064         (ev_navigation_action_history_changed),
1065         (ev_navigation_action_set_history), (build_menu),
1066         (ev_navigation_action_finalize):
1067         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1068         
1069         Make navigation action unsensitive instead of showing
1070         menu with unsensitive word. Fixes bug #417392.
1071
1072 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1073
1074         * shell/ev-application.[ch]: (ev_application_shutdown),
1075         (ev_application_get_print_settings),
1076         (ev_application_set_print_settings):
1077         * shell/ev-window.c:
1078
1079         Remember print settings. Fixes bug #349102. 
1080
1081 2007-05-08  Christian Persch  <chpe@gnome.org>
1082
1083         * configure.ac:
1084         * properties/ev-properties-view.c:
1085
1086         No need for a configure check; just use the GTK_CHECK_VERSION macro.
1087         Bug #382438.
1088
1089 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1090
1091         * configure.ac:
1092         * properties/ev-properties-view.c: (ev_regular_paper_size):
1093
1094         Use gtk+ builtin paper list to identify the document's paper size.
1095         Fixes bug #382438. 
1096
1097 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1098
1099         * configure.ac:
1100
1101         Fix build when compiling with thumbnailer and libgnome support. 
1102
1103 2007-05-04  Ross Burton  <ross@openedhand.com>
1104
1105         * configure.ac:
1106         Add --without-libgnome, check for libgnome and libgnomeui
1107         separately, and add them to the symbols as required.
1108
1109         * libdocument/ev-file-helpers.c:
1110         When building without libgnome, use g_get_user_config_dir instead
1111         of gnome_user_dir_get.
1112
1113         * shell/ev-application.c:
1114         When building without libgnome, don't use session management.
1115
1116         * shell/main.c:
1117         When building without libgnome, don't use GnomeProgram or
1118         initialise the authentication manager.
1119
1120         This fixes #328842.
1121
1122 2007-05-04  Ross Burton  <ross@openedhand.com>
1123
1124         * shell/ev-window.c:
1125         Don't use libgnome to open help, instead call Yelp directly.
1126
1127 2007-05-04  Ross Burton  <ross@openedhand.com>
1128
1129         * shell/ev-sidebar-attachments.c:
1130         Don't use libgnome to lookup icons for MIME types, instead copy
1131         code from GTK+ to do it manually.
1132
1133 2007-05-04  Ross Burton  <ross@openedhand.com>
1134
1135         * configure.ac:
1136         Add libxml to the dependencies for SHELL_CORE (#435818).
1137
1138 2007-05-02  Ross Burton  <ross@openedhand.com>
1139
1140         * configure.ac:
1141         * Makefile.am:
1142         Add --disable-thumbnailer (#434825)
1143
1144 2007-05-02  Ross Burton  <ross@openedhand.com>
1145
1146         * shell/ev-window.c:
1147         Add missing includes, fix indentation.
1148
1149         * shell/main.c:
1150         Fix indentation.
1151
1152 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
1153
1154         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
1155         ev_application_open_uri_at_dest instead of ev_application_open_uri
1156         preventing new document always being opened in a new window even if there
1157         is an empty window.
1158
1159 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1160
1161         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1162         (egg_recent_view_uimanager_finalize):
1163         * properties/ev-properties-view.c: (ev_properties_view_dispose):
1164         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
1165         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
1166         (ev_pixbuf_cache_dispose):
1167         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
1168         * shell/ev-tooltip.c: (ev_tooltip_dispose):
1169         
1170         Add missing chain to parent class methods. Fixes
1171         bug #433128.
1172
1173 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
1174
1175         * data/Makefile.am (update-icon-cache): Updates
1176         gtk-update-icon-cache in uninstall-hook.
1177
1178 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1179
1180         * shell/ev-window.c: (ev_window_setup_document),
1181         (ev_window_set_document), (ev_window_load_job_cb):
1182         * shell/ev-view.c: (setup_caches):
1183         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
1184
1185         Start rendering pages before any other jobs. 
1186
1187 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1188
1189         * shell/ev-window.c: (ev_window_stop_fullscreen),
1190         (ev_window_stop_presentation):
1191
1192         Update chrome visibility before window unfullscreen. 
1193
1194 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1195
1196         * data/Makefile.am:
1197         * data/evince-ui.xml:
1198         * shell/ev-stock-icons.[ch]:
1199         * shell/ev-application.[ch]: (ev_application_shutdown),
1200         (ev_application_init), (ev_application_get_toolbars_model):
1201         * shell/ev-window.c: (update_chrome_visibility),
1202         (fullscreen_toolbar_setup_item_properties),
1203         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1204         (ev_window_run_presentation), (ev_window_stop_presentation),
1205         (ev_window_run_preview), (ev_window_screen_changed),
1206         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
1207         (ev_window_dispose), (ev_window_init):
1208
1209         Make fullscreen toolbar always visible. Do not use egg toolbars for
1210         fullscreen and preview modes since such toolbars are not editables.
1211         Fixes bugs #300278, #338910 and #316188.  
1212
1213 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
1214
1215         * shell/ev-application.c:
1216         * shell/ev-job-queue.c:
1217         * shell/ev-metadata-manager.c:
1218         * shell/ev-stock-icons.c:
1219         * shell/ev-window.c:
1220         * shell/main.c:
1221         
1222         Developers documentation updated.
1223
1224 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1225
1226         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
1227
1228         Check whether uri is valid before launching it. Fixes bug #427664.
1229
1230 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1231
1232         * shell/ev-window.c:
1233
1234         Change key accelerator for Open a Copy menu entry which is in conflict
1235         with Close. Fixes bug #427321.
1236
1237 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1238
1239         * NEWS:
1240         * configure.ac:
1241         
1242         Update for release 0.8.1
1243
1244 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1245
1246         * shell/ev-window.c: (setup_size_from_metadata):
1247         
1248         Do not make window bigger than screen. Fixes bug 
1249         #388985.
1250
1251 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1252
1253         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
1254         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
1255
1256         Use default resolution when it's not provided by document. Fixes bug
1257         #408762.
1258
1259 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1260
1261         * configure.ac:
1262         * thumbnailer/Makefile.am:
1263         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1264         * thumbnailer/evince-thumbnailer.schemas.in:
1265         * thumbnailer/evince-thumbnailer-ps.schemas.in:
1266
1267         Add support for ps, eps and compressed documents thumbnails. Do not
1268         ignore size parameter. 
1269
1270 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1271
1272         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
1273         (dvi_document_do_color_special):
1274         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
1275
1276         Implement font color specials in the DVI backend. Fixes bug #303651.
1277
1278 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1279
1280         Fixup the previous commit:
1281
1282         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
1283         * shell/xdg-user-dir-lookup.c: Make the function non-static
1284         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
1285
1286 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1287
1288         * shell/ev-window.c (file_open_dialog_response_cb): Use
1289         the xdg-user-dirs DOCUMENTS folder as default folder when
1290         opening a file chooser.  (#424858)
1291
1292         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
1293         xdg-user-dirs.
1294
1295 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1296
1297         * shell/ev-window.c: (ev_window_load_job_cb):
1298
1299         Do not setup view from metadata on preview mode. 
1300
1301 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1302
1303         * shell/main.c:
1304
1305         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
1306
1307 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1308
1309         * shell/ev-view.c: (ev_view_primary_get_cb):
1310
1311         Check pointer != NULL before using it. Fixes bug #416841. 
1312
1313 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1314
1315         * NEWS:
1316         * configure.ac:
1317         
1318         Release 0.8.0
1319
1320 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1321
1322         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1323
1324         Do not render thumbnails when sidebar thumbnail page is not visible
1325         at startup. Fixes bug #416447. 
1326
1327 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
1328
1329         * data/evince.desktop.in.in:
1330
1331         "Application" is not a valid category in the freedesktop specification.
1332
1333 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1334
1335         * libdocument/ev-file-helpers.[ch]: (compression_run),
1336         (ev_file_uncompress), (ev_file_compress):
1337         * shell/ev-window.c: (file_save_dialog_response_cb):
1338
1339         Save document compressed when saving a copy of a compressed document.
1340         Fixes bug #334542.
1341
1342 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1343
1344         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
1345
1346         Allow deleting in goto window entry in presentation mode. 
1347
1348 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
1349
1350         * Makefile.am: Dist MAINTAINERS.
1351
1352 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1353
1354         * shell/ev-window.c: (ev_window_update_actions):
1355
1356         Fix zoom shortcut keys when searching. Fixes bug #409828.
1357
1358 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1359
1360         * shell/ev-window.c: (ev_window_setup_document):
1361
1362         Fix crash when loading documents with only one page. 
1363
1364 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1365
1366         * backend/dvi/dvi-document.c:
1367         (dvi_document_thumbnails_get_dimensions),
1368         (dvi_document_thumbnails_get_thumbnail):
1369         * backend/impress/impress-document.c:
1370         (impress_document_thumbnails_get_thumbnail),
1371         (impress_document_thumbnails_get_dimensions):
1372         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
1373         (ps_document_thumbnails_get_dimensions):
1374         * backend/djvu/djvu-document.c:
1375         (djvu_document_thumbnails_get_dimensions),
1376         (djvu_document_thumbnails_get_thumbnail):
1377         * backend/tiff/tiff-document.c:
1378         (tiff_document_thumbnails_get_thumbnail),
1379         (tiff_document_thumbnails_get_dimensions):
1380         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
1381         (pdf_document_thumbnails_get_thumbnail),
1382         (pdf_document_thumbnails_get_dimensions):
1383         * backend/comics/comics-document.c:
1384         (comics_document_thumbnails_get_thumbnail),
1385         (comics_document_thumbnails_get_dimensions):
1386         * backend/pixbuf/pixbuf-document.c:
1387         (pixbuf_document_thumbnails_get_thumbnail),
1388         (pixbuf_document_thumbnails_get_dimensions):
1389         * libdocument/ev-document-thumbnails.[ch]:
1390         (ev_document_thumbnails_get_thumbnail),
1391         (ev_document_thumbnails_get_dimensions):
1392         * libdocument/ev-document-misc.[ch]:
1393         (ev_document_misc_get_thumbnail_frame):
1394         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1395         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
1396         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
1397         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
1398         (ev_sidebar_thumbnails_refresh):
1399         * shell/ev-window.c: (ev_window_setup_document):
1400         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1401
1402         Use an EvRenderContext for rendering thumbnails instead of a suggested
1403         width, so that different sized pages get sized proportionally.
1404
1405 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1406
1407         * shell/ev-view.c: (ev_view_button_press_event),
1408         (ev_view_key_press_event):
1409
1410         Fix critical warnings when there is no document loaded. 
1411
1412 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1413
1414         * shell/ev-page-action-widget.c:
1415         * shell/ev-navigation-action.c:
1416         * shell/ev-window.c:
1417
1418         Fix compile warnings. 
1419
1420 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1421
1422         * backend/djvu/djvu-text.h:
1423         * backend/djvu/djvu-document.c:
1424         * backend/djvu/djvu-text-page.c:
1425         * backend/djvu/djvu-links.c:
1426         * backend/djvu/djvu-text-page.h:
1427         * backend/djvu/djvu-text.c:
1428         
1429         Fix build on Mac. Fixes bug #392186. Patch by
1430         <ephraim_owns@hotmail.com>
1431
1432 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1433
1434         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1435
1436         Restore cairo context before rendering every page when printing a PDF
1437         document into a PDF file. 
1438
1439 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1440
1441         * backend/ps/gstypes.h:
1442         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
1443         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
1444         (ps_document_thumbnails_get_thumbnail):
1445
1446         Handle PostScript page orientation. Fixes bug #318568.
1447
1448 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1449
1450         * backend/ps/Makefile.am:
1451         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
1452         (document_load), (ps_document_load), (save_document),
1453         (save_page_list), (ps_document_get_n_pages),
1454         (ps_document_get_page_size), (ps_document_get_info),
1455         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
1456         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
1457         (ps_document_thumbnails_get_thumbnail),
1458         (ps_document_thumbnails_get_dimensions),
1459         (ps_document_document_thumbnails_iface_init):
1460         * backend/ps/ps.[ch]: (psgetpagebox):
1461         * backend/ps/ps-interpreter.[ch]:
1462
1463         Add support for thumbnails in ps backend. Fixes bug #164755. 
1464
1465 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1466
1467         * NEWS:
1468         * configure.ac:
1469         
1470         Release 0.7.2
1471
1472 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1473
1474         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
1475         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
1476         (ev_window_dispose):
1477
1478         Use document thumbnail as window icon. Fixes bug #384442.
1479
1480 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
1481
1482         * configure.ac:
1483
1484         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
1485         duplicated adding application/x-bzpostscript instead. 
1486
1487 2007-02-11  Tom Parker  <palfrey@tevp.net>
1488
1489         * backend/ps/ps-document.c: (document_load):
1490
1491         Check return value of psscan before trying
1492         to use it. Fixes bug #372414.
1493
1494 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1495
1496         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1497
1498         Fix invalid free in ev-page-cache. Fixes bug #404745.
1499
1500 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1501
1502         * test/Makefile.am:
1503         * test/test3.py:
1504         
1505         Added reload test case.
1506
1507 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1508
1509         * po/POTFILES.in:
1510         * backend/djvu/djvu-document.c: (djvu_document_load):
1511
1512         Check whether there are missing files in indirect multipage djvu
1513         documents. Fixes bug #361683. 
1514
1515 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1516
1517         * test/Makefile.am:
1518         * test/test-mime.bin:
1519         * test/test3.py:
1520         
1521         Added test for slow mime type
1522
1523 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1524
1525         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1526
1527         Add some checks and call parent_class->finalize. Fixes bug #404745.
1528
1529 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1530
1531         * shell/ev-navigation-action.c: (connect_proxy):
1532         
1533         Fixes dropdown history menu. Thanks a lot Carlos!
1534
1535 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1536
1537         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
1538
1539         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
1540         bug #373715.
1541
1542 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1543
1544         * backend/ps/ps.c: (psscan):
1545
1546         Fix memory leak. 
1547
1548 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1549
1550         * configure.ac:
1551         * libdocument/ev-file-helpers.c: 
1552
1553         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
1554
1555 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1556
1557         * configure.ac:
1558         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
1559         (ps_interpreter_start), (document_load), (save_document),
1560         (save_page_list):
1561         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
1562         * libdocument/ev-document-factory.c:
1563         (ev_document_factory_get_from_mime), (get_document_from_uri),
1564         (free_uncompressed_uri), (ev_document_factory_get_document):
1565         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
1566
1567         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
1568
1569 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1570
1571         * libdocument/ev-document.h:
1572
1573         Fix typo in function name. 
1574
1575 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1576
1577         * backend/ps/ps-document.c: (ps_interpreter_finished),
1578         (ps_interpreter_start), (ps_interpreter_failed):
1579
1580         Handle ghostscript interpreter crashes. 
1581
1582 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1583
1584         * shell/ev-window.c: (ev_window_open_uri),
1585         (window_configure_event_cb):
1586
1587         Setup window size and position before showing it. Fixes bug #401711.
1588
1589 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1590
1591         * backend/ps/Makefile.am:
1592         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
1593         (ps_document_dispose), (ps_document_class_init),
1594         (ps_interpreter_input), (ps_interpreter_output),
1595         (ps_interpreter_error), (setup_interpreter_env),
1596         (ps_interpreter_start), (ps_interpreter_stop),
1597         (ps_interpreter_failed), (ps_interpreter_is_ready),
1598         (check_filecompressed), (document_load), (ps_document_load),
1599         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
1600         (ps_document_widget_event), (send_ps), (ps_document_next_page),
1601         (render_page):
1602
1603         Rework ps-document. Code cleanups, remove deprecated code. 
1604
1605 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1606
1607         * shell/ev-view.c: (ev_view_button_press_event):
1608
1609         Do not start an image drag and drop operation when pointer is on 
1610         text, so that we can select text when the whole background is an
1611         image. 
1612
1613 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1614
1615         * shell/ev-window.c: (ev_window_update_actions): 
1616
1617         Disable all zoom related actions during presentation mode. 
1618
1619 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
1620
1621         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
1622
1623         Do not zoom in or out on presentation mode. Fixes bug #401305.
1624
1625 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1626
1627         * shell/ev-navigation-action.c: (connect_proxy),
1628         (create_menu_item), (ev_navigation_action_class_init):
1629         
1630         Correctly show menu and fix crash when navigaton 
1631         action is out of toolbar visible area.
1632
1633 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1634
1635         * data/Makefile.am:
1636         * data/evince.1:
1637         
1638         Added man file
1639
1640 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1641
1642         * help/reference/* :
1643         * configure.ac:
1644         
1645         Added gtk-doc based documentation for Evince.
1646         Still in initial state but I hope it will
1647         grow.
1648         
1649         * configure.ac:
1650         
1651         Lower dbus requirement to 0.70
1652
1653 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1654
1655         * shell/ev-window.c: (ev_window_add_history):
1656
1657         Fix memory leak. 
1658
1659 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1660
1661         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
1662         * shell/ev-view.h:
1663         * shell/ev-window.c: (ev_window_add_history):
1664         
1665         Correctly handle named destination links
1666
1667 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1668
1669         * NOTES:
1670         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
1671         * backend/pdf/ev-poppler.cc:
1672         * libdocument/ev-document-links.h:
1673         * libdocument/ev-link.c: (ev_link_get_page):
1674         * libdocument/ev-link.h:
1675         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
1676         (ev_history_add_link):
1677         * shell/ev-history.h:
1678         * shell/ev-navigation-action.c: (activate_menu_item_cb),
1679         (new_history_menu_item), (build_menu):
1680         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1681         * shell/ev-sidebar-links.c: (create_loading_model),
1682         (print_section_cb), (ev_sidebar_links_construct),
1683         (fill_page_labels), (update_page_callback_foreach),
1684         (update_page_callback), (job_finished_callback):
1685         * shell/ev-view.c: (ev_view_handle_link):
1686         * shell/ev-window.c: (ev_window_find_chapter),
1687         (ev_window_add_history), (view_handle_link_cb),
1688         (history_changed_cb):
1689         
1690         Implements another history variant
1691
1692 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1693
1694         * shell/ev-window.c: (view_external_link_cb):
1695         * shell/ev-view.c: (ev_view_button_release_event):
1696
1697         Open links in new window when clicking with middle button. 
1698
1699 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1700
1701         * shell/ev-navigation-action.c: (new_history_menu_item):
1702         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1703         * shell/ev-view.c: (ev_view_handle_link):
1704         * shell/ev-window.c:
1705         
1706         Store link before jump, not the destination. For me it 
1707         seems like more natural history behavior.
1708
1709 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1710
1711         * shell/ev-navigation-action.c: (activate_menu_item_cb),
1712         (ev_navigation_action_class_init):
1713         * shell/ev-navigation-action.h:
1714         * shell/ev-page-action.c: (activate_cb):
1715         * shell/ev-page-cache.c: (ev_page_cache_class_init),
1716         (ev_page_cache_set_current_page_history):
1717         * shell/ev-page-cache.h:
1718         * shell/ev-sidebar-thumbnails.c:
1719         (ev_sidebar_tree_selection_changed),
1720         (ev_sidebar_icon_selection_changed), (page_changed_cb):
1721         * shell/ev-view-private.h:
1722         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
1723         * shell/ev-view.h:
1724         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
1725         (ev_window_setup_document), (ev_window_load_job_cb):
1726         * shell/ev-window.h:
1727         
1728         History finally works as expected.
1729
1730 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1731
1732         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
1733
1734         Do not update links treeview if it doesn't have a model assigned yet. 
1735
1736 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1737
1738         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
1739         (ev_sidebar_links_class_init), (update_page_callback):
1740
1741         Do not update links treeview when sidepane is not visible. 
1742
1743 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1744
1745         * shell/ev-marshal.list:
1746         * shell/ev-page-action.c: (activate_cb),
1747         (ev_page_action_class_init):
1748         * shell/ev-page-action.h:
1749         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
1750         * shell/ev-window.c:
1751         
1752         Remove activate_link signal, not required.
1753
1754 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1755
1756         * shell/ev-navigation-action.c: (build_menu):
1757         
1758         Reorder menu items and build menu with fixed length.
1759
1760 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
1761
1762         * shell/ev-view.c: (get_selected_text):
1763         
1764         Normalize text to fix ligatures problem. See bug
1765         #341947 for details.
1766
1767 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1768
1769         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1770
1771         Fix memory leak in ev-page-cache. 
1772
1773 2007-01-25  Tom Parker <palfrey@tevp.net>
1774
1775         * backend/impress/impress-document.c: (impress_document_load),
1776         (impress_document_finalize), (impress_document_init):
1777         * properties/ev-properties-main.c: (ev_properties_get_pages):
1778         
1779         Correctly handle impress document errors. Fixes nautilus
1780         crash in property page #370491.
1781
1782 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1783
1784         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1785         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1786         (ev_job_queue_remove_job):
1787         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
1788         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
1789         (ev_job_load_run):
1790         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
1791         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
1792         (ev_window_load_job_cb), (xfer_update_progress_callback),
1793         (ev_window_open_uri), (ev_window_dispose):
1794         * shell/main.c: (main):
1795
1796         Do file transfer asynchronously in the main thread instead of
1797         synchronously in the load thread. Fixes bugs #399694, #398307 and
1798         #343542.
1799
1800 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1801
1802         * shell/ev-jobs.c: (ev_job_xfer_run):
1803
1804         Load the document with the font-config lock held. 
1805
1806 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1807
1808         * backend/ps/ps-document.c: (start_interpreter):
1809
1810         Fix memory leaks in ps backend. 
1811
1812 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1813
1814         * backend/impress/impress-document.c:
1815         (impress_document_render_pixbuf):
1816
1817         Do not acquire fontconfig lock in impress backend, since it is using
1818         the main loop for rendering. 
1819
1820 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1821
1822         * po/POTFILES.in: 
1823
1824         Remove mdvi files that shouldn't be translated. 
1825
1826 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1827
1828         * shell/ev-view-private.h:
1829         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
1830         (ev_view_set_zoom):
1831
1832         Render "loading..." text into a cairo surface instead of directly into
1833         the window so that fontconfig lock is only needed once and UI is not
1834         blocked. Change text color to #9B9B9B. Fixes bug #397356.
1835
1836 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1837
1838         * shell/ev-stock-icons.c: (ev_stock_icons_init):
1839         * shell/ev-application.c: (ev_application_open_uri_at_dest):
1840
1841         Use icon theme associated with the window screen rather than default. 
1842
1843 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
1844
1845         * configure.ac:
1846
1847         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
1848
1849 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
1850
1851         * data/icons/*/apps/evince.*:
1852
1853         Move Evince icons under new apps directory.
1854
1855         * data/icons/*/actions/*:
1856
1857         Add new custom themeable Evince icons: view-page-continuous, 
1858         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
1859         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
1860
1861         * configure.ac:
1862
1863         Add new directories to AC_CONFIG_FILES.
1864
1865         * shell/ev-stock-icons.c:
1866         * shell/ev-stock-icons.h:
1867
1868         Use new custom themeable icons.
1869
1870 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1871
1872         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1873
1874         Do not draw white background page in presentation mode. 
1875
1876 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
1877
1878         * shell/ev-view.c: Remove unused gnome-vfs include.
1879
1880 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
1881
1882         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
1883         
1884         Format string is corrected, fixes bug #397129.
1885
1886 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1887
1888         * shell/ev-window.c: (ev_window_setup_recent):
1889
1890         Do not include in recent menu inexistent documents. Fixes
1891         bug #339171.
1892
1893 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1894
1895         * po/POTFILES.skip: 
1896
1897         Update POTFILES.skip file according to current source tree. 
1898
1899 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1900
1901         * shell/ev-window.c: (file_save_dialog_response_cb):
1902
1903         Do Save a copy in atomic way. Fixes bug #328266. 
1904
1905 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1906
1907         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
1908
1909         Keep selected cell always visible in index treeview.
1910
1911 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1912         
1913         * shell/ev-view.c: (ev_view_size_allocate):
1914
1915         Restore horizontal scrollbar after switching to/from fullscreen
1916         or presentation mode. Fixes bug #331728.
1917
1918 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1919
1920         * shell/ev-view-private.h:
1921         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
1922         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
1923         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
1924         (ev_view_can_zoom_out):
1925
1926         Use max and min scale values in the view iby taking dpi into account. 
1927
1928 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1929
1930         * configure.ac:
1931         * NEWS:
1932
1933         Release 0.7.1
1934
1935 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1936
1937         * shell/ev-window.c: (ev_window_print_send):
1938
1939         Send print job to printer with some settings set to default values,
1940         since we have already exported to a file according to such settings
1941         and they could be taken twice by some printers. 
1942
1943 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1944
1945         * shell/ev-jobs.c: (ev_job_xfer_run):
1946         * shell/ev-application.c: (ev_application_open_uri_at_dest):
1947
1948         Show main window and load document with the font-config lock held. 
1949
1950 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1951
1952         * configure.ac:
1953         * shell/ev-application.c: (ev_application_register_service):
1954         * shell/main.c: (load_files_remote):
1955
1956         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
1957
1958 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1959
1960         * doc/debugging.txt:
1961         
1962         Remove obsolete documentation.
1963
1964 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1965
1966         * Makefile.am:
1967         * backend/Makefile.am:
1968         * backend/comics/Makefile.am:
1969         * backend/djvu/Makefile.am:
1970         * backend/dvi/Makefile.am:
1971         * backend/ev-async-renderer.c:
1972         * backend/ev-async-renderer.h:
1973         * backend/ev-attachment.c:
1974         * backend/ev-attachment.h:
1975         * backend/ev-backend-marshal.c:
1976         * backend/ev-document-factory.c:
1977         * backend/ev-document-factory.h:
1978         * backend/ev-document-find.c:
1979         * backend/ev-document-find.h:
1980         * backend/ev-document-fonts.c:
1981         * backend/ev-document-fonts.h:
1982         * backend/ev-document-images.c:
1983         * backend/ev-document-images.h:
1984         * backend/ev-document-info.h:
1985         * backend/ev-document-links.c:
1986         * backend/ev-document-links.h:
1987         * backend/ev-document-misc.c:
1988         * backend/ev-document-misc.h:
1989         * backend/ev-document-security.c:
1990         * backend/ev-document-security.h:
1991         * backend/ev-document-thumbnails.c:
1992         * backend/ev-document-thumbnails.h:
1993         * backend/ev-document-transition.c:
1994         * backend/ev-document-transition.h:
1995         * backend/ev-document.c:
1996         * backend/ev-document.h:
1997         * backend/ev-file-exporter.c:
1998         * backend/ev-file-exporter.h:
1999         * backend/ev-image.c:
2000         * backend/ev-image.h:
2001         * backend/ev-link-action.c:
2002         * backend/ev-link-action.h:
2003         * backend/ev-link-dest.c:
2004         * backend/ev-link-dest.h:
2005         * backend/ev-link.c:
2006         * backend/ev-link.h:
2007         * backend/ev-render-context.c:
2008         * backend/ev-render-context.h:
2009         * backend/ev-selection.c:
2010         * backend/ev-selection.h:
2011         * backend/impress/Makefile.am:
2012         * backend/pdf/Makefile.am:
2013         * backend/pixbuf/Makefile.am:
2014         * backend/ps/Makefile.am:
2015         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
2016         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
2017         (start_interpreter), (stop_interpreter), (document_load),
2018         (ps_document_next_page), (render_page):
2019         * backend/tiff/Makefile.am:
2020         * comics/Makefile.am:
2021         * comics/comics-document.c:
2022         * comics/comics-document.h:
2023         * configure.ac:
2024         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2025         * djvu/Makefile.am:
2026         * djvu/djvu-document-private.h:
2027         * djvu/djvu-document.c:
2028         * djvu/djvu-document.h:
2029         * djvu/djvu-links.c:
2030         * djvu/djvu-links.h:
2031         * djvu/djvu-text-page.c:
2032         * djvu/djvu-text-page.h:
2033         * djvu/djvu-text.c:
2034         * djvu/djvu-text.h:
2035         * dvi/Makefile.am:
2036         * dvi/dvi-document.c:
2037         * dvi/dvi-document.h:
2038         * dvi/fonts.c:
2039         * dvi/fonts.h:
2040         * dvi/mdvi-lib/Makefile.am:
2041         * dvi/mdvi-lib/afmparse.c:
2042         * dvi/mdvi-lib/afmparse.h:
2043         * dvi/mdvi-lib/bitmap.c:
2044         * dvi/mdvi-lib/bitmap.h:
2045         * dvi/mdvi-lib/color.c:
2046         * dvi/mdvi-lib/color.h:
2047         * dvi/mdvi-lib/common.c:
2048         * dvi/mdvi-lib/common.h:
2049         * dvi/mdvi-lib/defaults.h:
2050         * dvi/mdvi-lib/dvimisc.c:
2051         * dvi/mdvi-lib/dviopcodes.h:
2052         * dvi/mdvi-lib/dviread.c:
2053         * dvi/mdvi-lib/files.c:
2054         * dvi/mdvi-lib/font.c:
2055         * dvi/mdvi-lib/fontmap.c:
2056         * dvi/mdvi-lib/fontmap.h:
2057         * dvi/mdvi-lib/fontsrch.c:
2058         * dvi/mdvi-lib/gf.c:
2059         * dvi/mdvi-lib/hash.c:
2060         * dvi/mdvi-lib/hash.h:
2061         * dvi/mdvi-lib/list.c:
2062         * dvi/mdvi-lib/mdvi.h:
2063         * dvi/mdvi-lib/pagesel.c:
2064         * dvi/mdvi-lib/paper.c:
2065         * dvi/mdvi-lib/paper.h:
2066         * dvi/mdvi-lib/pk.c:
2067         * dvi/mdvi-lib/private.h:
2068         * dvi/mdvi-lib/setup.c:
2069         * dvi/mdvi-lib/sp-epsf.c:
2070         * dvi/mdvi-lib/special.c:
2071         * dvi/mdvi-lib/sysdeps.h:
2072         * dvi/mdvi-lib/t1.c:
2073         * dvi/mdvi-lib/tfm.c:
2074         * dvi/mdvi-lib/tfmfile.c:
2075         * dvi/mdvi-lib/tt.c:
2076         * dvi/mdvi-lib/util.c:
2077         * dvi/mdvi-lib/vf.c:
2078         * dvi/pixbuf-device.c:
2079         * dvi/pixbuf-device.h:
2080         * impress/Makefile.am:
2081         * impress/common.h:
2082         * impress/document.c:
2083         * impress/f_oasis.c:
2084         * impress/f_oo13.c:
2085         * impress/iksemel.c:
2086         * impress/iksemel.h:
2087         * impress/imposter.h:
2088         * impress/impress-document.c:
2089         * impress/impress-document.h:
2090         * impress/internal.h:
2091         * impress/r_back.c:
2092         * impress/r_draw.c:
2093         * impress/r_geometry.c:
2094         * impress/r_gradient.c:
2095         * impress/r_style.c:
2096         * impress/r_text.c:
2097         * impress/render.c:
2098         * impress/render.h:
2099         * impress/zip.c:
2100         * impress/zip.h:
2101         * lib/Makefile.am:
2102         * lib/ev-debug.c:
2103         * lib/ev-debug.h:
2104         * lib/ev-file-helpers.c:
2105         * lib/ev-file-helpers.h:
2106         * lib/ev-gui.c:
2107         * lib/ev-gui.h:
2108         * lib/ev-tooltip.c:
2109         * lib/ev-tooltip.h:
2110         * libdocument/Makefile.am:
2111         * libdocument/ev-file-helpers.c:
2112         * pdf/Makefile.am:
2113         * pdf/ev-poppler.cc:
2114         * pdf/ev-poppler.h:
2115         * pixbuf/Makefile.am:
2116         * pixbuf/pixbuf-document.c:
2117         * pixbuf/pixbuf-document.h:
2118         * properties/Makefile.am:
2119         * ps/Makefile.am:
2120         * ps/gsdefaults.c:
2121         * ps/gsdefaults.h:
2122         * ps/gsio.c:
2123         * ps/gsio.h:
2124         * ps/gstypes.h:
2125         * ps/ps-document.c:
2126         * ps/ps-document.h:
2127         * ps/ps.c:
2128         * ps/ps.h:
2129         * shell/Makefile.am:
2130         * shell/ev-application.h:
2131         * shell/ev-sidebar-links.c:
2132         * shell/ev-sidebar-links.h:
2133         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
2134         (ev_gui_menu_position_tree_selection):
2135         * shell/ev-utils.h:
2136         * shell/ev-view.c: (ev_view_finalize):
2137         * shell/ev-window.c:
2138         * shell/main.c: (main):
2139         * thumbnailer/Makefile.am:
2140         * tiff/Makefile.am:
2141         * tiff/tiff-document.c:
2142         * tiff/tiff-document.h:
2143         * tiff/tiff2ps.c:
2144         * tiff/tiff2ps.h:
2145         
2146         Reorganize source tree.
2147
2148 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2149
2150         * backend/ev-document-factory.c:
2151
2152         Do not include ev-poppler.h when pdf is disabled. 
2153
2154 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2155
2156         * configure.ac:
2157         * data/evince-ui.xml:
2158         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
2159         (pdf_document_document_images_iface_init):
2160         * backend/Makefile.am:
2161         * backend/ev-document-images.[ch]:
2162         * backend/ev-image.[ch]:
2163         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
2164         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
2165         (ev_job_xfer_run):
2166         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2167         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2168         (ev_pixbuf_cache_get_image_mapping):
2169         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
2170         (view_menu_popup_cb), (ev_window_dispose),
2171         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2172         (ev_view_popup_cmd_copy_image):
2173         * shell/ev-view-private.h:
2174         * shell/ev-view.c: (ev_view_get_image_at_location),
2175         (ev_view_do_popup_menu), (ev_view_popup_menu),
2176         (ev_view_button_press_event), (ev_view_drag_data_get),
2177         (ev_view_drag_motion), (ev_view_drag_data_received),
2178         (ev_view_motion_notify_event), (ev_view_button_release_event),
2179         (ev_view_finalize), (ev_view_class_init):
2180
2181         Add image handling support. Fixes bugs #310008 and #325047. Images
2182         selection is not supported yet. 
2183
2184 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2185
2186         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
2187         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
2188         (ev_view_init):
2189
2190         Move view drag and drop stuff to ev-view.
2191
2192 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2193
2194         * shell/ev-pixbuf-cache.c: (clear_job_selection):
2195         * shell/ev-view.c: (clear_selection): 
2196
2197         Clear selection also in pixbuf cache.
2198
2199 2007-01-02  Luca Ferretti <elle.uca@libero.it>
2200
2201         * data/evince.desktop.in.in:
2202         
2203         Change icon name in desktop file. See bug #390734
2204         for details.
2205
2206 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2207
2208         * thumbnailer/Makefile.am:
2209
2210         Use top_builddir instead top_srcdir for generated schema
2211         file installation. Fixes bug #390161.
2212
2213 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2214
2215         * configure.ac:
2216         * backend/Makefile.am:
2217         * backend/ev-document-transition.[ch]:
2218         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
2219         (pdf_document_page_transition_iface_init):
2220         * shell/ev-view-private.h:
2221         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
2222         (ev_view_set_presentation), (transition_next_page),
2223         (ev_view_presentation_transition_stop),
2224         (ev_view_presentation_transition_start), (ev_view_next_page):
2225
2226         Add page transition support in presentation mode. At the moment only
2227         page duration is supported, but not transition effects. Fixes bug
2228         #309815.
2229
2230 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2231
2232         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
2233
2234         Run find_link_dest with document lock held, since it's called by links
2235         thread and main thread at the same time. 
2236
2237 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2238
2239         * shell/ev-view.c: (goto_dest):
2240
2241         Update page-cache when page is changed by the view, so that
2242         page-changed signal is emitted. 
2243
2244 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2245
2246         * test/test1.py:
2247         * test/test2.py:
2248
2249         Use C locale in tests. 
2250
2251 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2252
2253         * shell/ev-window.c: (ev_window_run_presentation):
2254         * shell/ev-view-private.h:
2255         * shell/ev-view.c: (ev_view_set_presentation):
2256
2257         Restore zoom settings when back from presentation mode. 
2258
2259 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2260
2261         * shell/ev-window.c: (ev_window_run_presentation):
2262
2263         Always use "best fit" zoom in presentation mode.
2264         Fixes bug #389195.
2265
2266 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2267
2268         * shell/ev-view.c: (ev_view_goto_window_create):
2269
2270         Show "Jump to page" label in the page jumping popup in
2271         presentation mode instead of just a GtkEntry.
2272
2273 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2274
2275         * shell/ev-window.c: (launch_external_uri):
2276
2277         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
2278         #378085.
2279
2280 2006-12-22  Elijah Newren  <newren gmail com>
2281
2282         * configure.ac: explicitly check for libxml2.  Fixes #388795
2283
2284 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2285
2286         * shell/ev-view-private.h:
2287         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
2288         (ev_view_goto_window_delete_event), (key_is_numeric),
2289         (ev_view_goto_window_key_press_event),
2290         (ev_view_goto_window_button_press_event),
2291         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
2292         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
2293         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
2294
2295         Allow jumping to another page by typing a page number in presentation
2296         mode. It uses a popup window with an entry. Fixes bug #353625.
2297
2298 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2299
2300         * configure.ac:
2301         * properties/ev-properties-view.c: (ev_get_default_user_units),
2302         (ev_regular_paper_size):
2303         
2304         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
2305         to Damien Carbery <damien.carbery@sun.com> and
2306         Yevgen Muntyan <muntyan@tamu.edu>.
2307
2308 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2309
2310         * shell/ev-window.c: (setup_document_from_metadata):
2311
2312         Make sure Evince doesn't restore the view on the last
2313         page when a document is reopened. Fixes bug #383381.
2314
2315 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
2316
2317         * shell/ev-view.c: (draw_loading_text):
2318
2319         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
2320
2321 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2322
2323         * configure.ac:
2324         * NEWS:
2325
2326         Release 0.7.0
2327
2328 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2329
2330         * configure.ac:
2331         * pdf/ev-poppler.cc: (pdf_print_context_free),
2332         (pdf_document_file_exporter_begin),
2333         (pdf_document_file_exporter_do_page):
2334
2335         Make cairo-pdf depedency optional. 
2336
2337 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2338
2339         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
2340
2341         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
2342
2343 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2344
2345         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
2346         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
2347         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
2348         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
2349         * shell/ev-view.c: (draw_loading_text):
2350         * shell/ev-window.c: (ev_window_cmd_file_properties):
2351
2352         Use an specific lock for FontConfig. Hopefully it fixes some crashes
2353         related to using FontConfig from different threads.
2354         
2355 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2356
2357         * shell/ev-view.c: (draw_loading_text):
2358
2359         Acquire lock document when drawing "Loading..." text so that only one
2360         thread will use FontConfig at the same time. Fixes bug #374750.
2361
2362 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2363
2364         * shell/ev-page-action.[ch]: (activate_cb):
2365         * shell/ev-window.c: (activate_label_cb):
2366
2367         Check if text inserted in page entry is a valid page number when it
2368         doesn't match to any document page label. Fixes bug #383165.
2369
2370 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
2371         * shell/ev-window.c:
2372
2373         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
2374         available with GTK < 2.10. Added an ifdef to avoid compilation
2375         error.
2376
2377 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2378
2379         * configure.ac:
2380         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
2381
2382         Fix ps backend in multihead systems.
2383
2384 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2385
2386         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
2387         * shell/ev-window.c: (ev_window_get_screen_dpi),
2388         (ev_window_update_actions), (setup_view_from_metadata),
2389         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
2390
2391         Take screen DPI into account when zooming. Fixes bug #318285.
2392
2393 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2394
2395         * data/Makefile.am:
2396
2397         Cleaned up/slightly refactored Makefile.am. Added GConf
2398         schemas uninstallation as well.
2399
2400 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2401
2402         * Makefile.am:
2403         * test/Makefile.am:
2404
2405         Fight with autotools to fix make check. Make distcheck
2406         works fine as well now!
2407
2408 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2409
2410         * shell/ev-view.c: (draw_end_presentation_page):
2411
2412         Corrected "end of presentation" string.
2413
2414 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2415
2416         * shell/ev-view.c: (ev_view_key_press_event):
2417
2418         Correctly propagate key press event so that up/down keys
2419         work as expected (correct behaviour was broken by
2420         black/white screen key bindings for presentations).
2421
2422 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2423
2424         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
2425         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
2426         (pdf_document_find_get_progress), (pdf_selection_render_selection),
2427         (pdf_selection_get_selection_region),
2428         (pdf_selection_get_selection_map):
2429
2430         Add "static" to some private functions. 
2431
2432 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
2433
2434         * lib/ev-tooltip.h:
2435         * properties/ev-properties-view.h:
2436         * shell/ev-jobs.h:
2437         * shell/ev-properties-dialog.h:
2438         * shell/ev-properties-fonts.h:
2439         * shell/ev-sidebar-links.h:
2440         * shell/ev-sidebar-thumbnails.h:
2441         * shell/ev-sidebar.h:
2442         * shell/ev-window.h:
2443         
2444         Fixes CHACK type in class casts. See bug #385343
2445         for details.
2446
2447 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2448
2449         * shell/ev-view-private.h:
2450         * shell/ev-view.c: (draw_end_presentation_page),
2451         (ev_view_expose_event), (ev_view_key_press_event),
2452         (ev_view_class_init), (ev_view_init):
2453
2454         Blank screen in presentation mode when pressing 'b' (filling with
2455         black) or 'w' (filling with white) keys. Fixes bug #358132.
2456
2457 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
2458
2459         * data/evince-toolbar.xml:
2460         * shell/ev-window.c:
2461         
2462         Use stock icon for Select All action. Fixes
2463         bug #382652.
2464
2465 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
2466
2467         * shell/ev-view.c: (get_doc_point_from_offset),
2468         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
2469
2470         Add links support in rotated documents. Fixes bug #343733.
2471
2472 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2473
2474         * shell/ev-view-private.h:
2475         * shell/ev-view.c: (draw_end_presentation_page),
2476         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
2477
2478         Show a blank page after the last page in presentation mode with a
2479         message indicating that presentation has finished and how to exit. 
2480
2481 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2482
2483         * shell/ev-window.c: (fullscreen_timeout_cb):
2484
2485         Hide cursor after a while in presentation mode. 
2486
2487 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2488
2489         * backend/ev-document-info.h:
2490         * data/evince-properties.glade:
2491         * pdf/ev-poppler.cc:
2492         * properties/ev-properties-view.c: (ev_regular_paper_size),
2493         (ev_properties_view_set_info):
2494         * ps/ps-document.c: (ps_document_get_info):
2495
2496         Adds a paper size field to the properties dialog. Fixes
2497         bug #307315. Patch by Kasper Svendsen (with some i18n
2498         changes done by me).
2499
2500 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2501
2502         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2503         (screensaver_init_dbus), (totem_scrsaver_new),
2504         (totem_scrsaver_init):
2505         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2506         * shell/ev-application.c: (ev_application_register_service),
2507         (ev_application_screensaver_enable),
2508         (ev_application_screensaver_disable):
2509         * shell/ev-application.h:
2510         * shell/ev-window.c: (ev_window_run_presentation),
2511         (ev_window_stop_presentation), (build_comments_string),
2512         (ev_window_init):
2513         
2514         Move screensaver handling to application. No more
2515         message on startup.
2516
2517 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2518
2519         * configure.ac:
2520         * backend/Makefile.am:
2521         * backend/ev-file-exporter.[ch]:
2522         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
2523         * ps/ps-document.c: (ps_document_file_exporter_*):
2524         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
2525         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2526         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2527         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2528
2529         Allow printing to PDF when suppoted by the backend.
2530         
2531 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2532
2533         * shell/ev-window.c: (build_comments_string):
2534
2535         Use always "Document Viewer" in about dialog. 
2536
2537 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2538
2539         * djvu/djvu-document.c: (djvu_document_get_page_size):
2540
2541         Display a warning message when get_pageinfo fails. 
2542
2543 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
2544
2545         * Makefile.am:
2546         * backend/Makefile.am:
2547         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
2548         * configure.ac:
2549         * shell/ev-window.c: (build_comments_string):
2550         
2551         Make pdf compilation optional. See bug #38007.
2552
2553 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2554
2555         * ps/ps.c: (get_next_text):
2556
2557         Fix CVE-2006-5864.
2558
2559 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2560
2561         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
2562         * shell/ev-navigation-action.c: (connect_proxy),
2563         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2564         
2565         Do not call g_type_class_peek_parent twice.
2566
2567 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2568
2569         * configure.ac:
2570         * data/icons/24x24/.cvsignore:
2571         * data/icons/24x24/Makefile.am:
2572         * data/icons/24x24/evince.png:
2573         * data/icons/Makefile.am:
2574         
2575         Add 24x24 icon. Thanks to 
2576         Michael Monreal <infernux@web.de>.
2577
2578 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2579
2580         * configure.ac: Fix typo in configure.ac. Thanks
2581         to dmacks@netspace.org for notification.
2582
2583 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2584
2585         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2586         
2587         Drop dbus include, fixes compilation with older dbus.
2588
2589 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2590
2591         * configure.ac:
2592         * cut-n-paste/Makefile.am:
2593         * cut-n-paste/totem-screensaver/.cvsignore
2594         * cut-n-paste/totem-screensaver/Makefile.am:
2595         * cut-n-paste/totem-screensaver/README:
2596         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2597         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2598         * shell/Makefile.am:
2599         * shell/ev-window.c: (ev_window_run_presentation),
2600         (ev_window_stop_presentation), (ev_window_cmd_help_about),
2601         (ev_window_init):
2602
2603         Implemented screensaver enabling/disabling for
2604         presentation mode (not fullscreen mode). Code stolen
2605         from Totem (with some minor tweaks). Fixes bug #338889.
2606
2607 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2608
2609         * configure.ac:
2610
2611         Bump gnome-icon-theme requirements. We use the rotation
2612         icons that appeared recently.
2613
2614 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2615
2616         * shell/ev-history.c: (ev_history_add_page):
2617         * shell/ev-history.h:
2618         * shell/ev-window.c: (page_changed_cb):
2619         
2620         Use page labels instead of numbers.
2621
2622 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2623
2624         * data/evince-toolbar.xml:
2625         * po/POTFILES.in:
2626         * shell/Makefile.am:
2627         * shell/ev-navigation-action-widget.c:
2628         (ev_navigation_action_widget_init),
2629         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
2630         (menu_detacher), (ev_navigation_action_widget_set_menu),
2631         (menu_position_func), (popup_menu_under_arrow),
2632         (ev_navigation_action_widget_toggled),
2633         (ev_navigation_action_widget_button_press_event):
2634         * shell/ev-navigation-action-widget.h:
2635         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
2636         (ev_navigation_action_set_window), (activate_menu_item_cb),
2637         (new_history_menu_item), (new_empty_history_menu_item),
2638         (build_menu), (menu_activated_cb), (connect_proxy),
2639         (create_tool_item), (ev_navigation_action_init),
2640         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2641         * shell/ev-navigation-action.h:
2642         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
2643         (ev_page_action_widget_set_page_cache),
2644         (ev_page_action_widget_finalize),
2645         (ev_page_action_widget_class_init), (match_selected_cb),
2646         (display_completion_text), (match_completion), (build_new_tree_cb),
2647         (get_filter_model_from_model),
2648         (ev_page_action_widget_update_model):
2649         * shell/ev-page-action-widget.h:
2650         * shell/ev-page-action.c: (activate_link_cb), (update_model),
2651         (connect_proxy):
2652         * shell/ev-page-action.h:
2653         * shell/ev-stock-icons.c:
2654         * shell/ev-stock-icons.h:
2655         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2656         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
2657         (register_custom_actions):
2658         * shell/main.c:
2659         
2660         Preliminary history implementation
2661
2662 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2663
2664         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
2665         (dvi_document_class_init), (dvi_document_init_params):
2666         * dvi/mdvi-lib/font.c: (font_reference):
2667         
2668         Add reference to subfont. Fixes bug #374277.
2669
2670 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2671
2672         * shell/ev-window.c: (ev_window_create_tmp_symlink),
2673         (ev_window_cmd_file_open_copy_at_dest):
2674
2675         Fix a race condition when creating symlink. Increase the counter
2676         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
2677         Mathias Hasselmann).
2678
2679 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2680
2681         * backend/Makefile.am:
2682         * backend/ev-attachment.c: (ev_attachment_open):
2683         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
2684         (ev_tmp_dir), (ev_tmp_filename):
2685         * shell/ev-sidebar-attachments.c:
2686         (ev_sidebar_attachments_drag_data_get):
2687         * shell/ev-window.c: (ev_window_clear_temp_file):
2688
2689         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
2690         in ensure_dir_exists. Abort without crashing when we can't create
2691         user's directory.
2692
2693 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2694
2695         * data/evince-ui.xml:
2696         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2697         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
2698         (ev_window_cmd_file_open_copy_at_dest),
2699         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
2700         (ev_view_popup_cmd_open_link_new_window):
2701
2702         Allow opening a copy of the current document in a new window. Fixes bug
2703         #357472
2704
2705 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2706
2707         * data/evince-toolbar.xml:
2708         
2709         Add rotate right and rotate left to available items for toolbar.
2710         
2711         * data/evince-ui.xml:
2712         * shell/ev-window.c: (ev_window_init):
2713         
2714         Customize toolbar with right click. Fixes bug #372451.
2715
2716 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
2717
2718         * shell/ev-window.c: 
2719         
2720         Use "object-rotate-{left,right}" stock icons. Fixes 
2721         bug #373863.
2722
2723 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2724
2725         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
2726         (ev_application_open_uri_at_dest), (ev_application_open_uri):
2727         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
2728         (ev_window_open_uri):
2729         * shell/main.c: (arguments_parse):
2730
2731         Remove temp file created when evince is used by GTK+ in
2732         preview mode. Fixes bug #365282. 
2733
2734 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2735
2736         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
2737         
2738         Fixes bug #372474 - Side pane disabled when entering 
2739         and leaving fullscreen mode.
2740
2741 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2742
2743         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
2744         * data/Makefile.am:
2745         * data/evince-preview-toolbar.xml:
2746         * data/evince-toolbar.xml:
2747         * shell/ev-application.c: (ev_application_shutdown),
2748         (ev_application_init), (ev_application_get_toolbars_model):
2749         * shell/ev-application.h:
2750         * shell/ev-window.c: (update_chrome_visibility),
2751         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
2752         (ev_window_cmd_edit_toolbar), (ev_window_init):
2753         
2754         Fixes bug #364364 - toolbar editor shows zoom actions again.
2755
2756 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2757
2758         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2759
2760         Do not take margins into consideration for paper size when printing.
2761         Really fixes bug #350491.
2762
2763 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2764
2765         * data/evince-ui.xml:
2766         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
2767         (ev_window_cmd_file_print_setup),
2768         (ev_window_print_dialog_response_cb),
2769         (ev_window_setup_action_sensitivity):
2770
2771         Add page setup settings for printing. Fixes bugs #363860 and #350491.
2772
2773 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2774
2775         * shell/ev-window.c: (ev_window_print_range):
2776
2777         Revert my previuos commit, since printing to PDF is not supported by
2778         evince yet. 
2779
2780 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2781
2782         * shell/ev-window.c: (ev_window_print_range):
2783
2784         Enable print to a PDF. Fixes bug #332121.
2785
2786 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2787
2788         * shell/ev-application-service.xml:
2789         * shell/ev-application.[ch]: (ev_application_open_window),
2790         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
2791         (ev_application_open_uri), (ev_application_open_uri_list):
2792         * shell/ev-window.c: (file_open_dialog_response_cb),
2793         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
2794         (drag_data_received_cb), (open_remote_link):
2795         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
2796
2797         Add support for multiscreen systems. Fixes bug #316206.
2798
2799 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2800
2801         * shell/ev-jobs.[ch]: (ev_job_print_new),
2802         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
2803         (ev_job_print_do_page):
2804         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
2805
2806         Allow printing only odd/even pages. Fixes bug #367289.
2807
2808 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2809
2810         * test/test1.py:
2811         * test/test2.py:
2812
2813         Re-add locale settings to test files.
2814
2815 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2816
2817         * data/evince-ui.xml:
2818         * shell/ev-window.c: (set_action_properties):
2819         
2820         Removed garbage from code and ui.
2821
2822 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2823
2824         * shell/ev-window.c: (ev_window_cmd_help_about):
2825
2826         Shamelessly add my name to the list of contributors.
2827
2828 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2829
2830         * test/test1.py:
2831         * test/test2.py:
2832
2833         Cleaned up the dogtail scripts.
2834
2835 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2836
2837         * shell/ev-view.c: (draw_loading_text): Don't render
2838         "loading..." text in presentation mode. Temporary
2839         workaround for bug #320352.
2840
2841 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2842
2843         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2844         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2845
2846         Use print settings scale, copies, collate and reverse which were
2847         ignored. Fixes bug #359032.
2848
2849 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2850
2851         * configure.ac:
2852         * data/evince-password.glade:
2853         * test/Makefile.am:
2854         * test/test-encrypt.pdf:
2855         * test/test-links.pdf:
2856         * test/test1.py:
2857         * test/test2.py:
2858
2859         Add automated UI tests for evince with dogtail. See
2860         bug #300948.    
2861
2862 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2863
2864         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
2865
2866         Hide fullscreen toolbar when switching to another desktop workspace.
2867         Fixes bug #338871
2868
2869 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2870
2871         * shell/ev-window-title.c: 
2872         
2873         Test for .dvi in title of pdf documents.
2874
2875 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2876
2877         * shell/ev-view.c: (ev_view_scroll):
2878
2879         Page Up/Down should do page jumps in "Best fit" mode.
2880         If a user has explicitly chosen to view exactly one page
2881         at a time, scrolling just a part of the page when
2882         pressing Page Up/Down is not right. Fixes bug #323107.
2883
2884 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2885
2886         * NEWS:
2887         * configure.ac:
2888         
2889         Update for 0.6.1
2890
2891 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2892
2893         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
2894         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
2895         
2896         Correctly disconnect from job signals on destroy.
2897
2898 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2899
2900         * shell/ev-view-private.h:
2901         * shell/ev-view.c: (view_set_adjustment_values),
2902         (view_update_range_and_current_page),
2903         (ensure_rectangle_is_visible), (ev_view_size_allocate):
2904         
2905         Fixes bug #343199, current page now follows find page.
2906
2907 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
2908
2909         * backend/ev-document-factory.c:
2910         * configure.ac:
2911         Assigned OpenDocument presenation MIME type to the
2912         Impress backend. Added some missing (but harmless)
2913         #ifdefs in the document factory as well to make things
2914         consistent again. Fixes bug #360658.
2915
2916 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
2917
2918         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
2919         * backend/ev-document-find.c: (ev_document_find_get_type):
2920         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
2921         * backend/ev-document-links.c: (ev_document_links_get_type):
2922         * backend/ev-document-security.c: (ev_document_security_get_type):
2923         * backend/ev-document-thumbnails.c:
2924         (ev_document_thumbnails_get_type):
2925         * backend/ev-document.c: (ev_document_get_type):
2926         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
2927         * backend/ev-selection.c: (ev_selection_get_type):
2928         * cut-n-paste/recent-files/egg-recent-model.c:
2929         (egg_recent_model_get_type):
2930         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2931         (egg_recent_view_uimanager_get_type):
2932         * cut-n-paste/recent-files/egg-recent-view.c:
2933         (egg_recent_view_get_type):
2934         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2935         (egg_editable_toolbar_get_type):
2936         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2937         (egg_toolbar_editor_get_type):
2938         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
2939         (egg_toolbars_model_get_type):
2940         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
2941         (egg_tree_multi_drag_source_get_type):
2942         * cut-n-paste/zoom-control/ephy-zoom-action.c:
2943         (ephy_zoom_action_get_type):
2944         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2945         (ephy_zoom_control_get_type):
2946         * impress/r_back.c: (_imp_fill_back):
2947         * properties/ev-properties-main.c:
2948         (ev_properties_plugin_register_type):
2949         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
2950         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
2951         (ev_view_accessible_factory_get_type):
2952
2953         Reduce relocations. Bug #360616.
2954
2955 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2956
2957         * backend/ev-document-factory.c:
2958         (ev_document_factory_get_document):
2959         
2960         Load document even if extension is wrong.
2961
2962 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2963
2964         * shell/ev-metadata-manager.c: (save_values):
2965         * shell/ev-window.c: (setup_size_from_metadata),
2966         (setup_view_from_metadata), (ev_window_setup_document),
2967         (ev_window_xfer_job_cb), (window_configure_event_cb):
2968         
2969         Set size according to the document size/page size ratio.
2970         That should correct rather wierd behaviour of the previous
2971         commit.
2972
2973 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2974
2975         * shell/ev-window.c: (setup_view_from_metadata):
2976         
2977         Set size for new windows from previous window size.
2978         See bugs #354968 and #168450 for details. Thanks
2979         to Meik Hellmund.
2980
2981 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2982
2983         * djvu/djvu-links.c: (build_tree):
2984
2985         Fix memory leak.
2986
2987 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2988
2989         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
2990         
2991         Don't make sidebar close button insensitive. Fixes
2992         bug #357871.
2993
2994 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2995
2996         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2997         (ev_window_set_view_accels_sensitivity):
2998         
2999         Don't enable Slash on documents which don't support
3000         find. Fixes bug #358648.
3001
3002 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
3003
3004         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
3005         open dialog fall back to the current document uri if the
3006         filechooser hasn't been used before. Fixes bug #356980.
3007
3008 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
3009
3010         * shell/ev-window.c: (ev_window_setup_recent), 
3011         (ev_window_get_recent_file_label):
3012
3013         Escape underscores in filenames of recent file items.
3014
3015 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3016
3017         * configure.ac:
3018         
3019         Bumped poppler requirements, really 0.5.3 is very 
3020         buggy, now we require 0.5.4.
3021
3022 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3023
3024         * djvu/Makefile.am:
3025         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3026         (djvu_document_find_iface_init), (djvu_document_links_get_links),
3027         (djvu_document_document_links_iface_init):
3028         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
3029         (number_from_string_10), (get_djvu_link_dest),
3030         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
3031         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
3032         (djvu_links_get_links), (djvu_links_find_link_dest),
3033         (djvu_links_get_links_model):
3034         * djvu/djvu-links.h:
3035         
3036         Add support for links and bookmarks in djvu documents. Thanks
3037         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
3038         patch.
3039
3040 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3041
3042         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3043         
3044         Reopen should reload document. Fixes 
3045         bug 327951.
3046
3047 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3048
3049         * configure.ac:
3050         * data/Makefile.am:
3051         * data/evince-16.png:
3052         * data/evince-22.png:
3053         * data/evince.png:
3054         * data/evince.svg:
3055         * data/icons/16x16/Makefile.am:
3056         * data/icons/16x16/evince.png:
3057         * data/icons/22x22/Makefile.am:
3058         * data/icons/22x22/evince.png:
3059         * data/icons/48x48/Makefile.am:
3060         * data/icons/48x48/evince.png:
3061         * data/icons/Makefile.am:
3062         * data/icons/scalable/Makefile.am:
3063         * data/icons/scalable/evince.svg:
3064         
3065         Install icons with correct names. Fixes
3066         bug #354429.
3067
3068 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3069
3070         * shell/ev-view.c: (ev_view_button_release_event):
3071
3072         Don't open links with middle mouse button. Fixes bug #353649
3073
3074 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3075
3076         * NEWS:
3077         * configure.ac:
3078         
3079         Update for release 0.6.0
3080
3081 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3082
3083         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
3084         Implement Close named action. Patch by Carlos Garcia Campos.
3085
3086 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3087
3088         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
3089         
3090         Don't clear link mapping on copy_job_to_job_info. Fixes
3091         bug 346168.
3092
3093 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3094
3095         * shell/main.c: (main):
3096
3097         Revert my previous commit, gnome_program_init owns the option context.
3098         Fix another memory leak in main. Both caught by Christian Persch. 
3099
3100 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3101
3102         * shell/main.c: (main):
3103
3104         Fix memory leak.
3105
3106 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3107
3108         * backend/ev-document-factory.c: (ev_document_factory_get_document):
3109
3110         Fix crash when opening a pdf with password protection. 
3111
3112 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3113
3114         * pdf/ev-poppler.cc: (pdf_document_search_free):
3115
3116         Fix memory leak. 
3117
3118 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3119
3120         * backend/ev-document-factory.c:
3121         (ev_document_factory_get_document):
3122         * tiff/tiff-document.c: (tiff_document_finalize):
3123         
3124         More correct handling of document loading. Fixes
3125         bug #349043.
3126
3127 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3128
3129         * backend/ev-attachment.c: (ev_attachment_save):
3130
3131         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
3132         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
3133
3134 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
3135         
3136         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
3137         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
3138
3139 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3140
3141         * shell/ev-sidebar-thumbnails.c:
3142
3143         Do not render thumbnails unless thumbnails page is active in the
3144         sidebar.
3145
3146 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
3147
3148         * shell/ev-properties-dialog.c:
3149
3150         Fix dialogue spacing. Bug #351370.
3151
3152 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3153
3154         * configure.ac:
3155
3156         Use lowercase gettext catalog file names (evince.mo
3157         instead of Evince.mo)
3158
3159 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3160
3161         * shell/ev-sidebar-attachments.c:
3162
3163         GtkIconTheme is now screen safe too. Fixes bug #350878
3164
3165 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3166
3167         * shell/ev-window.c:
3168
3169         GtkRecent manager is now screen safe. Fixes bug #350145
3170
3171 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3172
3173         * shell/ev-sidebar.c: (ev_sidebar_init):
3174         
3175         Make sidebar close icon smaller. Fix for bug 350177.
3176         See also bugs 350176 and 165770.
3177
3178 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3179
3180         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
3181
3182         Ignore zoom for xyz destinations when it's <= 1, keeping user
3183         preferences instead. Set correct sizing-mode for fith and fitv
3184         destinations rather than EV_SIZING_FREE. Fixes bug #349433
3185
3186 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3187
3188         * NEWS:
3189         * configure.ac:
3190         
3191         Update for release 0.5.5
3192
3193 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
3194         
3195         * shell/ev-window.c: (ev_window_cmd_escape)
3196
3197         Escape unfocus page entry. Fixes bug #345809.
3198
3199 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3200
3201         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
3202         (build_tree), (pdf_document_links_get_links),
3203         (pdf_document_links_find_link_dest):
3204         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
3205         (goto_xyz_dest):
3206
3207         Convert from PDF style coordinates to X style coordinates in the
3208         backend rather than in the view. Fixes bug #338440
3209
3210 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3211
3212         * shell/ev-window.c:
3213         
3214         Remove Ctrl+Shift+T shortcut for toolbars. See
3215         the bug #350098.
3216
3217 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3218
3219         * configure.ac:
3220
3221         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
3222         of this. 
3223
3224 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3225
3226         * configure.ac:
3227         * cut-n-paste/Makefile.am:
3228         * data/evince-ui.xml:
3229         * shell/Makefile.am:
3230         * shell/ev-application.[ch]:
3231         * shell/ev-window.c:
3232
3233         Use GtkRecent instead of EggRecent when it's available. Fixes bug
3234         #349273
3235
3236 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3237
3238         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
3239         findbar code: s/help/search/
3240
3241 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3242
3243         * shell/ev-window.c: (setup_document_from_metadata),
3244         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
3245         (setup_view_from_metadata):
3246         
3247         Fix memory leaks.
3248
3249 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
3250
3251         * autogen.sh, configure.ac: 
3252         
3253         Update automake usage. See bug 349292.
3254
3255 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3256
3257         * shell/eggfindbar.c: (egg_find_bar_class_init),
3258         (entry_activate_callback), (egg_find_bar_init),
3259         (egg_find_bar_set_status_text):
3260         * shell/eggfindbar.h:
3261         
3262         Unify Evince findbar with Epiphany. Nice patch
3263         from Fabricio Silva <silva@crans.org> and
3264         Frederic Peters <fpeters@entrouvert.com>. See
3265         bug #339966 for details.
3266
3267 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3268
3269         * data/evince.desktop.in.in:
3270         
3271         Correct information for bugzilla. Thanks to
3272         Olaf Vitters, see bug #348855.
3273
3274 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3275
3276         * shell/ev-jobs.[ch]:
3277         * shell/ev-sidebar-links.c:
3278         * shell/ev-window.[ch]:
3279
3280         GtkPrintJob doesn't support print ranges or current page, so we export
3281         to a ps file now when printing ranges or current page.
3282
3283 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3284
3285         * pdf/ev-poppler.cc:
3286         * shell/ev-window.c: (do_action_named):
3287
3288         We should be more clear about bugzilla. See the
3289         poppler bug #7623.
3290
3291 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3292
3293         * configure.ac:
3294         * shell/Makefile.am:
3295         * shell/ev-job-queue.c:
3296         * shell/ev-jobs.[ch]:
3297         * shell/ev-sidebar-links.c:
3298         * shell/ev-window.[ch]:
3299         
3300         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
3301         #348422
3302
3303 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3304
3305         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
3306         * shell/ev-application-service.xml:
3307         * shell/ev-application.[ch]:
3308         * shell/ev-jobs.[ch]:
3309         * shell/ev-window.[ch]: (ev_window_run_preview):
3310         * shell/main.c: 
3311
3312         Add preview mode to use evince as a printing previewer. It also adds
3313         other command line options for fullscreen and presentation modes.
3314         Fixes bugs #347822, #317031
3315
3316 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3317
3318         * NEWS:
3319         * configure.ac:
3320         
3321         Update for release 0.5.4
3322
3323 2006-07-11  Bastien Nocera <hadess@hadess.net>
3324
3325         * Makefile.am:
3326         * backend/Makefile.am:
3327         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3328         * backend/ev-document-factory.h:
3329         * configure.ac:
3330         * impress/.cvsignore:
3331         * impress/Makefile.am:
3332         * impress/common.h:
3333         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
3334         (imp_get_page), (imp_next_page), (imp_prev_page),
3335         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
3336         * impress/f_oasis.c: (render_object), (render_page),
3337         (get_geometry), (_imp_oasis_load):
3338         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
3339         (_imp_oo13_load):
3340         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
3341         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
3342         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
3343         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
3344         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
3345         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
3346         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
3347         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
3348         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
3349         (iks_new_within), (iks_insert), (iks_insert_cdata),
3350         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
3351         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
3352         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
3353         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
3354         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
3355         (iks_cdata), (iks_cdata_size), (iks_has_children),
3356         (iks_has_attribs), (escape_size), (my_strcat), (escape),
3357         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
3358         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
3359         (iks_tree), (iks_load), (iks_save):
3360         * impress/iksemel.h:
3361         * impress/imposter.h:
3362         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
3363         (imp_render_draw_bezier_real), (imp_render_get_size),
3364         (imp_render_set_fg_color), (imp_render_draw_line),
3365         (imp_render_draw_rect), (imp_render_draw_polygon),
3366         (imp_render_draw_arc), (imp_render_draw_bezier),
3367         (imp_render_open_image), (imp_render_get_image_size),
3368         (imp_render_scale_image), (imp_render_draw_image),
3369         (imp_render_close_image), (imp_render_markup),
3370         (imp_render_get_text_size), (imp_render_draw_text),
3371         (impress_document_load), (impress_document_save),
3372         (impress_document_get_n_pages), (impress_document_get_page_size),
3373         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3374         (impress_document_finalize), (impress_document_class_init),
3375         (impress_document_can_get_text), (impress_document_get_info),
3376         (impress_document_document_iface_init),
3377         (impress_document_thumbnails_get_thumbnail),
3378         (impress_document_thumbnails_get_dimensions),
3379         (impress_document_document_thumbnails_iface_init),
3380         (impress_document_init):
3381         * impress/impress-document.h:
3382         * impress/internal.h:
3383         * impress/r_back.c: (_imp_fill_back):
3384         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
3385         (_imp_draw_image), (_imp_tile_image):
3386         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
3387         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
3388         (r_polyline):
3389         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
3390         (r_draw_gradient_complex), (r_draw_gradient):
3391         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
3392         (r_get_bullet):
3393         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
3394         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
3395         (r_text):
3396         * impress/render.c: (imp_create_context), (imp_context_set_page),
3397         (imp_context_set_step), (imp_render), (imp_delete_context):
3398         * impress/render.h:
3399         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
3400         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
3401         (zip_load_xml), (zip_get_size), (zip_load):
3402         * impress/zip.h:
3403         * shell/ev-utils.c:
3404         
3405         New backend to support impress slides. Fixes bug #30867.
3406
3407 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
3408
3409         * shell/ev-utils.c: (using_postscript_printer):
3410         
3411         Fixes crash when print using PAPI backend,
3412         bug #345012.
3413
3414 2006-06-09  Pat Rondon  <pmr@patrondon.org>
3415
3416         * shell/ev-jobs.c: (ev_job_xfer_run):
3417         * shell/ev-window.c: (password_dialog_response),
3418         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
3419         (ev_window_dispose):
3420         Fixes bug #344160: if the xfer job doesn't complete
3421         because a password is required, reload the existing
3422         instance instead of creating a new one.
3423
3424 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3425
3426         * shell/main.c: (main): Call gdk_threads_init. Thus
3427         we'll avoid errors in auth dialog. Fix for the bug
3428         #343347.
3429
3430 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3431
3432         * configure.ac: Advertise pixbuf support, fix
3433         for the bug 343317.
3434
3435 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3436
3437         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
3438         (ev_sidebar_thumbnails_set_document):
3439         
3440         Update sidebar thumbnails after reloading.
3441
3442 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3443
3444         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
3445         * shell/ev-jobs.h:
3446         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
3447         (ev_window_cmd_view_reload), (ev_window_init):
3448         
3449         Don't crash on reload. Fix for the bug #343167.
3450
3451 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3452
3453         * shell/ev-jobs.c: (ev_job_render_run):
3454         
3455         Check for document links.
3456
3457 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3458
3459         * backend/ev-attachment.c: (ev_attachment_save),
3460         (ev_attachment_launch_app), (ev_attachment_open):
3461         * backend/ev-document-factory.c: (get_document_from_uri):
3462         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3463         (egg_recent_view_uimanager_set_list):
3464         * ps/ps-document.c: (check_filecompressed), (document_load),
3465         (ps_document_load):
3466         * shell/ev-metadata-manager.c: (load_values):
3467         * shell/ev-password.c: (ev_password_dialog_set_property):
3468         * shell/ev-view.c: (tip_from_link):
3469         * shell/ev-window.c: (file_save_dialog_response_cb),
3470         (ev_window_print_dialog_response_cb):
3471         
3472         Use consistent quoting style. Fix for the bug #320285.
3473
3474 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3475
3476         * shell/ev-jobs.c: (ev_job_xfer_run):
3477         * shell/main.c: (load_files):
3478                 
3479         Open links with anchors. Fix for the bug #339836.
3480
3481 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3482
3483         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
3484         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
3485         (ev_link_dest_set_property), (ev_link_dest_finalize),
3486         (ev_link_dest_class_init), (ev_link_dest_new_named),
3487         (ev_link_dest_new_page_label):
3488         * backend/ev-link-dest.h:
3489         * shell/ev-application.c: (ev_application_open_uri):
3490         * shell/ev-view.c: (goto_dest):
3491         * shell/ev-window.c:
3492         * shell/ev-window.h:
3493         
3494         Fix page-label command line option. Bug #342070.
3495
3496 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3497
3498         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3499         
3500         Don't show highlight rects if page can't be showed. Fix for 
3501         the bug #342076
3502
3503 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3504
3505         * shell/ev-window.c: (setup_sidebar_from_metadata),
3506         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
3507         
3508         Setup sidebar from metadata even if there is no document
3509         loaded. Fix for the bug #342807.
3510
3511 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3512
3513         * cut-n-paste/toolbar-editor/Makefile.am:
3514         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3515         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
3516         (find_action), (drag_data_delete_cb), (drag_begin_cb),
3517         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
3518         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
3519         (popup_context_menu_cb), (button_press_event_cb),
3520         (configure_item_sensitivity), (configure_item_cursor),
3521         (configure_item_tooltip), (connect_widget_signals),
3522         (action_sensitive_cb), (create_item_from_action),
3523         (create_item_from_position), (toolbar_drag_data_received_cb),
3524         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
3525         (toolbar_drag_leave_cb), (configure_drag_dest),
3526         (toggled_visibility_cb), (toolbar_visibility_refresh),
3527         (create_dock), (toolbar_changed_cb), (unparent_fixed),
3528         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
3529         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
3530         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
3531         (egg_editable_toolbar_dispose),
3532         (egg_editable_toolbar_set_ui_manager),
3533         (egg_editable_toolbar_get_selected),
3534         (egg_editable_toolbar_set_selected), (set_edit_mode),
3535         (egg_editable_toolbar_set_property),
3536         (egg_editable_toolbar_get_property),
3537         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
3538         (egg_editable_toolbar_new_with_model),
3539         (egg_editable_toolbar_get_edit_mode),
3540         (egg_editable_toolbar_set_edit_mode),
3541         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
3542         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
3543         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
3544         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
3545         (item_added_or_removed_cb), (toolbar_removed_cb),
3546         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
3547         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
3548         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
3549         (editor_create_item_from_name), (append_table),
3550         (update_editor_sheet), (egg_toolbar_editor_init):
3551         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
3552         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3553         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
3554         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
3555         (toolbar_node_free), (egg_toolbars_model_get_flags),
3556         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
3557         (egg_toolbars_model_get_name), (impl_add_item),
3558         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
3559         (parse_data_list), (parse_item_list), (parse_toolbars),
3560         (egg_toolbars_model_load_toolbars), (parse_available_list),
3561         (parse_names), (egg_toolbars_model_load_names),
3562         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
3563         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
3564         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
3565         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
3566         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
3567         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
3568         (egg_toolbars_model_set_types), (fill_avail_array),
3569         (egg_toolbars_model_get_name_avail),
3570         (egg_toolbars_model_get_name_flags),
3571         (egg_toolbars_model_set_name_flags):
3572         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
3573         * cut-n-paste/toolbar-editor/eggintl.h:
3574         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3575         (egg_tree_multi_drag_source_get_type),
3576         (egg_tree_multi_drag_source_row_draggable),
3577         (egg_tree_multi_drag_source_drag_data_delete),
3578         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
3579         (egg_tree_multi_drag_button_release_event), (selection_foreach),
3580         (path_list_free), (set_context_data), (get_context_data),
3581         (get_info), (egg_tree_multi_drag_drag_data_get),
3582         (egg_tree_multi_drag_motion_event),
3583         (egg_tree_multi_drag_button_press_event),
3584         (egg_tree_multi_drag_add_drag_support):
3585         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
3586         * shell/ev-application.c: (ev_application_init),
3587         (ev_application_save_toolbars_model):
3588         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
3589         (ev_window_cmd_edit_toolbar), (ev_window_init):
3590         
3591         Sync toolbareditor with epiphany and libegg
3592
3593 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3594
3595         * configure.ac: 
3596
3597         Depend on poppler 0.5.2
3598
3599 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3600
3601         * shell/ev-jobs.c: (ev_job_render_run):
3602         
3603         Check if document supports links iterface.
3604
3605 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3606
3607         * NEWS:
3608         * configure.ac:
3609         
3610         Update for release 0.5.3
3611
3612 2006-05-13  Michael Plump  <plumpy@skylab.org>
3613
3614         * configure.ac:
3615         * shell/Makefile.am:
3616         * shell/main.c: (main):
3617         
3618         Port to GOption command line parsing. Fix for the 
3619         bug #327518
3620
3621 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3622
3623         * shell/ev-window.c: (ev_window_cmd_help_about):
3624         
3625         Do not wrap license. Fix for the bug #309460.
3626
3627 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3628
3629         * configure.ac:
3630         * properties/ev-properties-main.c: (ev_properties_get_pages):
3631         * shell/ev-application.c: (ev_application_open_window),
3632         (ev_application_open_uri_at_dest):
3633         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3634         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
3635         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
3636         * shell/ev-utils.c: (save_print_config_to_file):
3637         * shell/ev-window.c: (ev_window_cmd_save_as),
3638         (ev_attachment_popup_cmd_save_attachment_as):
3639         * shell/main.c: (load_files_remote):
3640         
3641         Bump requirements to gtk 2.8 and drop all ifdefs used.
3642
3643 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3644
3645         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3646         * shell/ev-window.c: (ev_window_init):
3647         
3648         Show attachments page.
3649
3650 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3651
3652         * po/POTFILES.in:
3653         * shell/ev-attachment-bar.c:
3654         * shell/ev-attachment-bar.h:
3655         * shell/ev-sidebar-attachments.c:
3656         (ev_sidebar_attachments_icon_cache_add),
3657         (icon_theme_get_pixbuf_from_mime_type),
3658         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
3659         (ev_sidebar_attachments_icon_cache_refresh),
3660         (ev_sidebar_attachments_get_attachment_at_pos),
3661         (ev_sidebar_attachments_popup_menu_show),
3662         (ev_sidebar_attachments_popup_menu),
3663         (ev_sidebar_attachments_button_press),
3664         (ev_sidebar_attachments_update_icons),
3665         (ev_sidebar_attachments_drag_data_get),
3666         (ev_sidebar_attachments_get_property),
3667         (ev_sidebar_attachments_destroy),
3668         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
3669         (ev_sidebar_attachments_new),
3670         (ev_sidebar_attachments_set_document),
3671         (ev_sidebar_attachments_support_document),
3672         (ev_sidebar_attachments_get_label),
3673         (ev_sidebar_attachments_page_iface_init):
3674         * shell/ev-sidebar-attachments.h:
3675         * shell/ev-window.c: (update_chrome_visibility),
3676         (setup_sidebar_from_metadata), (ev_window_setup_document),
3677         (ev_window_sidebar_current_page_changed_cb),
3678         (attachment_bar_menu_popup_cb), (ev_window_init):
3679         
3680         Move attachments bar to sidebar.
3681
3682 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3683
3684         * pdf/ev-poppler.cc:
3685         * shell/ev-application.[ch]:
3686         * shell/main.c:
3687
3688         Fix some memory leaks.
3689
3690 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3691
3692         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
3693
3694         Change the properties dialog response to
3695         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
3696         will make the dialog go away when the user presses
3697         enter. With gtk+ >= 2.9 this will happen anyway, but for
3698         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
3699         escape by default. Fixes bug #340539. See also bug
3700         #101293 for the gtk+ part.
3701
3702 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
3703
3704         * shell/ev-view.c (tip_from_action_named): Replace some strings
3705         that were wrong. Closes #340970.
3706
3707 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3708
3709         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3710
3711         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
3712         #341049
3713
3714 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3715
3716         * djvu/Makefile.am:
3717         * dvi/Makefile.am:
3718         * dvi/mdvi-lib/Makefile.am:
3719         * properties/Makefile.am:
3720         * ps/Makefile.am:
3721         * shell/Makefile.am:
3722         * thumbnailer/Makefile.am:
3723         
3724         Due to broken libtool that is unable to track dependencies
3725         of noinst libraries we are forced to explicitely point
3726         libraries for binary. Fix for the bug #333334.
3727
3728 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3729
3730         * data/evince.desktop.in.in:
3731         * shell/ev-view.c: (view_update_range_and_current_page),
3732         (ev_view_next_page), (ev_view_previous_page):
3733         * shell/ev-window.c: (update_chrome_visibility),
3734         (setup_sidebar_from_metadata), (ev_window_setup_document),
3735         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
3736         (fullscreen_set_timeout), (fullscreen_clear_timeout),
3737         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
3738         (ev_window_stop_fullscreen), (ev_window_run_presentation),
3739         (ev_window_stop_presentation), (ev_window_focus_in_event),
3740         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
3741         (ev_window_init):
3742         * thumbnailer/Makefile.am:
3743         
3744         Update fullscreen and presentation timeout handling. Hide
3745         cursor in presentation after timeout. Fix for the bugs
3746         #136359 and #336981.
3747
3748 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3749
3750         * backend/ev-link-action.[ch]:
3751         * pdf/ev-poppler.cc: (ev_link_from_action):
3752         * shell/ev-view-private.h:
3753         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
3754         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
3755
3756         Add support for Named Action links
3757
3758 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3759
3760         * backend/Makefile.am:
3761         * backend/ev-document-links.[ch]:
3762         * backend/ev-document.[ch]:
3763         * backend/ev-link-action.[ch]:
3764         * backend/ev-link-dest.[ch]:
3765         * backend/ev-link.[ch]:
3766         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
3767         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
3768         * shell/ev-page-action.c: (build_new_tree_cb):
3769         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
3770         (links_page_num_func), (update_page_callback):
3771         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
3772         (tip_from_link):
3773         * shell/ev-jobs.c:
3774         * shell/ev-window.[ch]: (ev_window_open_uri),
3775         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
3776         * shell/ev-application.[ch]: (ev_application_open_window),
3777         (ev_application_open_uri):
3778
3779         Rework links system, it adds support for remote links now and it makes
3780         easier to add new kinds of actions and destinations. Fixes bug #317292
3781
3782 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3783
3784         * data/Makefile.am:
3785         * data/evince.png:
3786         * data/evince-16.png:
3787         * data/evince-22.png:
3788         * data/evince.svg:
3789         * shell/main.c: (main):
3790         
3791         Evince use it's own icon. Fix for the bug #313392.
3792
3793         * shell/ev-window.c: (fullscreen_timeout_cb),
3794         (fullscreen_set_timeout), (fullscreen_clear_timeout),
3795         (ev_window_cmd_help_about), (ev_window_dispose):
3796         
3797         Simplify fullscreen timeout code.
3798
3799 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3800
3801         * backend/ev-attachment.c: 
3802         * shell/ev-attachment-bar.c:
3803         * shell/ev-window.c:
3804
3805         Allow multiple selection of attachments
3806
3807 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3808
3809         * shell/ev-view.c: (view_update_range_and_current_page),
3810         (ev_view_scroll):
3811         
3812         Fix for the bug #312573 – Optimal selection of current 
3813         page among visible pages.
3814
3815 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3816
3817         * configure.ac:
3818         * djvu/Makefile.am:
3819         * djvu/djvu-text.h:
3820         
3821         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
3822         for the bug 339868.
3823
3824 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
3825
3826         * configure.ac: Fix the LINGUAS stuff here too so it builds.
3827
3828 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3829
3830         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
3831         dictated by the GNOME HIG. Fixes bug #339235.
3832
3833 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3834
3835         * data/evince-ui.xml:
3836         * shell/ev-view.c: (ev_view_can_find_previous):
3837         * shell/ev-view.h:
3838         * shell/ev-window.c: (ev_window_update_actions),
3839         (ev_window_cmd_edit_find_previous):
3840
3841         Add support for "Find Previous" as dictated by the GNOME HIG. A
3842         menu item is added and some glue code to make it all work is added
3843         to various files.
3844
3845 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3846
3847         * configure.ac: Award myself the "useless use of cat" award.
3848
3849 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3850
3851         * po/LINGUAS: New file listing all supported languages.
3852
3853         * configure.in: Use po/LINGUAS instead of including all languages
3854         directly in this file. See the wiki for more information:
3855         http://live.gnome.org/GnomeGoals/PoLinguas
3856
3857 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3858
3859         * backend/ev-document-factory.c:
3860
3861         Do not load the document twice when there isn't errors
3862
3863 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3864
3865         * backend/ev-attachment.c: 
3866
3867         Fix a crash when there isn't a default application to open an
3868         attachment
3869
3870 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3871
3872         * backend/ev-attachment.[ch]:
3873         * shell/ev-attachment-bar.[ch]:
3874
3875         Added missing files. 
3876
3877 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3878
3879         * backend/Makefile.am:
3880         * data/evince-ui.xml:
3881         * backend/ev-attachment.[ch]:
3882         * backend/ev-document.[ch]: (ev_document_has_attachments),
3883         (ev_document_get_attachments):
3884         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
3885         (attachment_save_to_buffer), (pdf_document_get_attachments),
3886         (pdf_document_document_iface_init):
3887         * shell/Makefile.am:
3888         * shell/ev-attachment-bar.[ch]:
3889         * shell/ev-window.c:
3890
3891         Add support for PDF attachments. Fixes bug #325143
3892
3893 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3894
3895         * backend/ev-document-factory.c: (get_document_from_uri),
3896         (ev_document_factory_get_document):
3897         * backend/ev-document-factory.h:
3898         * properties/ev-properties-main.c: (ev_properties_get_pages):
3899         * shell/Makefile.am:
3900         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3901         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3902         (ev_job_queue_remove_job):
3903         * shell/ev-job-queue.h:
3904         * shell/ev-job-xfer.c:
3905         * shell/ev-job-xfer.h:
3906         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
3907         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
3908         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
3909         (ev_job_xfer_run):
3910         * shell/ev-jobs.h:
3911         * shell/ev-window.c: (ev_window_is_empty),
3912         (password_dialog_response), (ev_window_clear_xfer_job),
3913         (ev_window_xfer_job_cb), (ev_window_open_uri),
3914         (ev_window_cmd_focus_page_selector),
3915         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
3916         (ev_window_cmd_continuous), (ev_window_cmd_dual),
3917         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
3918         (ev_window_dispose):
3919         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3920         
3921         * Cleanup mime type detection on document load. Fix for the
3922         bug #336448.
3923
3924 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3925
3926         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
3927         
3928         Fix crash on exit, described in the bug #336825.
3929
3930 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3931
3932         * backend/ev-document-factory.c:
3933         (ev_document_factory_get_from_mime),
3934         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
3935         (ev_document_factory_get_document),
3936         (file_filter_add_mime_list_and_free),
3937         (ev_document_factory_add_filters):
3938         * backend/ev-document-factory.h:
3939         * properties/ev-properties-main.c: (ev_properties_get_pages):
3940         * shell/Makefile.am:
3941         * shell/ev-application.c:
3942         * shell/ev-job-xfer.c: (ev_job_xfer_run):
3943         * shell/ev-window.c: (ev_window_cmd_file_open),
3944         (ev_window_cmd_save_as):
3945         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3946         
3947         Rework factory functions so they are placed now in a single 
3948         file ev-document-factory.c
3949
3950 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3951
3952         * shell/ev-window.c: (update_chrome_visibility):
3953         
3954         Fix for the bug 166566 - don't show menubar in fullscreen
3955         mode.
3956
3957 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
3958
3959         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
3960
3961 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3962
3963         * shell/ev-view.c: (ev_view_expose_event):
3964         
3965         More correctly draw loading text when document
3966         is empty.
3967
3968 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3969
3970         * shell/ev-view.c: (ev_view_scroll):
3971         
3972         Fix for the bug #334854, page down and page up switch
3973         pages in presentation mode.
3974
3975 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3976
3977         * shell/ev-window.c: (ev_window_set_action_sensitive),
3978         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
3979         (ev_window_set_view_accels_sensitivity),
3980         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
3981         (ev_window_cmd_continuous), (ev_window_cmd_dual),
3982         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
3983         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
3984         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
3985         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
3986         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
3987         (view_actions_focus_in_cb), (ev_window_init):
3988         
3989         Fix for the bug #333902, now it's possible to search
3990         words with slash.
3991
3992 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
3993
3994         * configure.ac: Added Breton translation.
3995         * po/br.po: Added Breton translation.
3996
3997 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3998
3999         * shell/ev-window-title (ev_window_title_update):
4000
4001         Fix memory leak in window title. Fixes bug #333944
4002
4003 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4004
4005         * shell/ev-metadata-manager.c (parseItem):
4006
4007         Fix memory leaks. Fixes bug #333945
4008
4009 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4010         
4011         * NEWS, configure.ac, TODO:
4012         
4013         Update for release 0.5.2.
4014
4015 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4016
4017         * shell/ev-view.c: (view_update_range_and_current_page),
4018         (page_changed_cb):
4019         
4020         Don't jump on scrolling, fix for the bug #333127.
4021
4022 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4023
4024         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4025         
4026         Scroll by one page in presentation mode. Fix for the bug
4027         #332993.
4028
4029 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
4030
4031         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
4032
4033 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
4034
4035         * configure.ac  Added lv in ALL_LINGUAS line.
4036
4037 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4038         
4039         * NEWS, configure.ac:
4040         
4041         Update for release 0.5.1
4042
4043 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4044
4045         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
4046         * backend/ev-document-misc.h:
4047         * shell/ev-view.c: (draw_one_page):
4048         
4049          Clairfy what page the toolbar page number applies to. Fix
4050          for the bug #328102.
4051
4052 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
4053
4054         * shell/ev-view-private.h:
4055         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
4056         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
4057         (ev_view_search_changed):
4058         * shell/ev-view.h:
4059         * shell/ev-window.c: (find_bar_search_changed_cb):
4060         
4061         Dont't jump to find result if window was scrolled during search.
4062         Fix for the bug #313266.
4063
4064 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
4065
4066         * shell/eggfindbar.c: (egg_find_bar_class_init):
4067         * shell/eggfindbar.h:
4068         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
4069         * shell/ev-view-private.h:
4070         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
4071         (ev_view_class_init), (ev_sizing_mode_get_type),
4072         (ev_scroll_type_get_type):
4073         * shell/ev-view.h:
4074         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
4075         (ev_window_cmd_scroll_backward), (find_bar_scroll),
4076         (ev_window_init):
4077         
4078         Fix for the bug 319133 - Find entry should allow text scroll.
4079
4080 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
4081
4082         * shell/ev-view-private.h:
4083         * shell/ev-view.c: (view_update_range_and_current_page),
4084         (highlight_find_results), (find_changed_cb), (page_changed_cb),
4085         (ev_view_set_document), (update_find_status_message),
4086         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
4087         (ev_view_find_previous):
4088         
4089         Fix for the bug #319137. Search now takes account for scrolling.
4090
4091 2006-02-19  Michael Hofmann <mh21@piware.de>
4092
4093         * configure.ac:
4094         * djvu/Makefile.am:
4095         * djvu/djvu-document-private.h:
4096         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4097         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
4098         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
4099         (djvu_document_can_get_text), (djvu_document_get_text),
4100         (djvu_document_document_iface_init),
4101         (djvu_document_thumbnails_get_thumbnail),
4102         (djvu_document_find_begin), (djvu_document_find_get_n_results),
4103         (djvu_document_find_get_result),
4104         (djvu_document_find_page_has_results),
4105         (djvu_document_find_get_progress), (djvu_document_find_cancel),
4106         (djvu_document_find_iface_init):
4107         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
4108         (djvu_text_page_selection), (djvu_text_page_limits_process),
4109         (djvu_text_page_limits), (djvu_text_page_copy),
4110         (djvu_text_page_position), (djvu_text_page_union),
4111         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
4112         (djvu_text_page_box), (djvu_text_page_append_text),
4113         (djvu_text_page_search), (djvu_text_page_prepare_search),
4114         (djvu_text_page_new), (djvu_text_page_free):
4115         * djvu/djvu-text-page.h:
4116         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
4117         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
4118         (djvu_text_n_results), (djvu_text_has_results),
4119         (djvu_text_get_result), (djvu_text_get_progress):
4120         * djvu/djvu-text.h:
4121         
4122         Text search in djvu. Fix for the bug #303415.
4123
4124 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4125
4126         * configure.ac:
4127         * shell/ev-window.c: (ev_window_cmd_save_as):
4128         
4129         Ask filechooser to confirm overwrite. Fix for the bug #328266.
4130         Thanks to Gary Coady <gary@lyranthe.org>
4131
4132 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4133
4134         * shell/ev-print-job.c: (idle_print_handler):
4135         
4136         Inverse order printing, bug #320919.
4137
4138 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4139
4140         * data/evince-toolbar.xml:
4141         * shell/ev-window.c:
4142         
4143         Allow to add sidebar checkbutton on toolbar. Fix
4144         for the bug #144577.
4145
4146 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4147
4148         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
4149         
4150         Add checks that have sense for empty ps document.
4151
4152 2006-02-15  Luca Ferretti <elle.uca@libero.it>
4153
4154         * configure.ac: Include PS in mime types list. 
4155
4156 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4157
4158         * configure.ac:
4159         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
4160         * ps/gsdefaults.h:
4161         * ps/ps-document.c: (start_interpreter), (ps_document_load):
4162         
4163         Runtime check for gs interpreter. Fix for the bug #320868.
4164         Thanks to Antoine Dopffer antoine.dopffer@free.fr
4165
4166 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4167
4168         * shell/ev-application.c: 
4169
4170         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
4171         dbus>=0.60, so that the request is not queued. 
4172
4173 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4174
4175         * configure.ac:
4176         * shell/Makefile.am:
4177         * shell/ev-sidebar-links.c: (print_section_cb):
4178         * shell/ev-utils.c:
4179         * shell/ev-utils.h:
4180         * shell/ev-window.c: (update_action_sensitivity),
4181         (ev_window_close_dialogs), (ev_window_print):
4182         * shell/ev-window.h:
4183         
4184         Make printing support optional. Patch from Eduardo de Barros Lima
4185         <eduardo.lima@indt.org.br> for the bug #330546.
4186
4187 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4188
4189         * shell/ev-view-private.h:
4190         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
4191         (ev_view_set_document):
4192         * shell/ev-view.h:
4193         * shell/ev-window.c: (ev_window_load_job_cb),
4194         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
4195         (ev_window_init):
4196
4197         Draw Loading message during xfer job. Fix for the bug #329495.
4198
4199 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4200
4201         * comics/comics-document.c: (comics_regex_quote),
4202         (comics_document_load), (extract_argv):
4203         
4204         Correcly quote regexp before passing it to unzip.
4205
4206 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4207
4208         * shell/ev-page-cache.c: (build_height_to_page),
4209         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
4210         (ev_page_cache_get_dual_even_left):
4211         * shell/ev-page-cache.h:
4212         * shell/ev-view.c: (view_update_range_and_current_page),
4213         (get_page_y_offset), (get_page_extents):
4214         
4215         Place even pages to the left if document has less then
4216         two pages. Fix for the bug #328856.
4217
4218 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4219
4220         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4221         
4222         Correct comics scheme. This make evince create thumbnails
4223         for comic books. Fix for the bug 329088.
4224
4225 2006-01-31  Christopher Aillon  <caillon@redhat.com>
4226
4227         * data/evince-password.glade: Don't explicitly set
4228         invisible_char to the current default value in case
4229         the default changes; let GTK+ do its magic.
4230
4231 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4232
4233         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
4234         real filename to tmp filename since often document
4235         type is determined by extension.
4236
4237 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4238
4239         * shell/ev-view.c: (add_scroll_binding_keypad),
4240         (ev_view_binding_activated), (ev_view_class_init):
4241         
4242         Add keybindings for percision-scrolling of display area. 
4243         Fix for the bug #314072.
4244
4245 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4246
4247         * data/evince.desktop.in.in:
4248         
4249         Add GTK to the list of categories. Fix for the bug #328034.
4250
4251 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4252
4253         * shell/ev-application.c: (ev_application_shutdown),
4254         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
4255         * shell/ev-application.h:
4256         * shell/ev-window.c: (file_open_dialog_response_cb),
4257         (ev_window_cmd_file_open):
4258         
4259         Save last uri in file chooser dialog. Fix for the bug #327950.
4260
4261 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4262
4263         * NEWS:
4264         * README:
4265         
4266         Final update for release 0.5.0
4267         
4268         * shell/Makefile.am:
4269         
4270         Remove disable deprecated until we'll require libgnome-2.13.7
4271         and port to GOption argument parsing. See bug 327518.
4272
4273 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
4274
4275         * comics/comics-document.c: (comics_document_save):
4276         * djvu/djvu-document.c: (djvu_document_save):
4277         * dvi/dvi-document.c: (dvi_document_save):
4278         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
4279         * lib/ev-file-helpers.h:
4280         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
4281         * tiff/tiff-document.c: (tiff_document_save):
4282         
4283         Use common save function for backends.
4284
4285 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
4286
4287         * backend/ev-document-types.c:
4288         
4289         Fix crash on saving pixbuf.
4290
4291 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4292
4293         * cut-n-paste/recent-files/egg-recent-item.c:
4294         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
4295         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
4296         (parse_info_free), (valid_element), (start_element_handler),
4297         (end_element_handler), (text_handler), (egg_recent_model_filter),
4298         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4299         (egg_recent_model_monitor), (egg_recent_model_read),
4300         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4301         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4302         (egg_recent_model_set_property), (egg_recent_model_class_init),
4303         (egg_recent_model_init), (egg_recent_model_add_full),
4304         (egg_recent_model_delete), (egg_recent_model_get_list),
4305         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4306         (egg_recent_model_set_filter_mime_types),
4307         (egg_recent_model_clear_group_filter),
4308         (egg_recent_model_set_filter_groups),
4309         (egg_recent_model_clear_scheme_filter),
4310         (egg_recent_model_set_filter_uri_schemes),
4311         (egg_recent_model_remove_expired):
4312         * cut-n-paste/recent-files/egg-recent-util.c:
4313         (egg_recent_util_get_icon):
4314         * cut-n-paste/recent-files/egg-recent-util.h:
4315         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4316         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
4317         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
4318         (egg_recent_view_uimanager_set_property),
4319         (egg_recent_view_uimanager_get_property),
4320         (egg_recent_view_uimanager_class_init),
4321         (egg_recent_view_uimanager_init),
4322         (egg_recent_view_uimanager_set_label_width),
4323         (egg_recent_view_uimanager_get_label_width):
4324         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
4325         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4326         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4327         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4328         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4329         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4330         
4331         Update from libegg.
4332
4333 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4334
4335         * shell/ev-page-cache.c: (build_height_to_page),
4336         (ev_page_cache_get_height_to_page):
4337         * shell/ev-page-cache.h:
4338         * shell/ev-view.c: (view_update_range_and_current_page),
4339         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
4340         (ev_view_previous_page):
4341         
4342         Dual mode places even pages to the left. Fix for the bug #309393.
4343
4344         * shell/ev-view.h:
4345         * shell/ev-window.c: (update_action_sensitivity),
4346         (setup_view_from_metadata), (view_menu_popup_cb):
4347         
4348         Don't restore presentation in empty windows, more intelligent
4349         next page behaviour in dual mode.
4350
4351         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
4352         (ev_pixbuf_cache_clear_job_sizes):
4353         
4354         Cleanup job callback on removal. Fix for the bug #325886.
4355
4356 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4357
4358         * ps/ps.c: (psscan):
4359         
4360         Commit workaround Mozilla problem. Fix for the bug #325919
4361         
4362         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
4363         (save_item):
4364         
4365         Fix for year 2038 problem.
4366
4367 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4368
4369         * shell/ev-window.c: (setup_document_from_metadata),
4370         (ev_window_cmd_view_reload):
4371
4372         Clamp page recieved from metadata in valid values. Fix
4373         for the bug #325986.
4374
4375 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4376
4377         * MAINTAINERS: 
4378         Add MAINTAINERS as requested on desktop-devel-list.
4379
4380 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4381
4382         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
4383         (mime_type_supported_by_gdk_pixbuf),
4384         (ev_document_factory_get_mime_types),
4385         (ev_document_factory_get_all_mime_types):
4386         
4387         Don't add pixbuf mime types if pixbuf backend is disabled.
4388         
4389         * shell/ev-application.c: (ev_application_get_uri_window):
4390         
4391         Fix for the bug 325815 - unhandled MIME type message doesn't 
4392         appear a second time. 
4393         
4394         * shell/ev-document-types.c: (ev_document_types_add_filters):
4395         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
4396         (password_dialog_response), (ev_window_popup_password_dialog),
4397         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4398         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4399         (ev_window_run_presentation), (ev_window_stop_presentation),
4400         (save_sizing_mode), (ev_window_zoom_changed_cb),
4401         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4402         (ev_window_dual_mode_changed_cb),
4403         (ev_window_sidebar_current_page_changed_cb),
4404         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4405         (window_state_event_cb), (window_configure_event_cb):
4406         
4407         Cleanup additional uris holded by EvWindow.
4408
4409 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4410
4411         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
4412         (ev_view_can_previous_page), (ev_view_can_next_page):
4413         * shell/ev-view.h:
4414         * shell/ev-window.c: (update_action_sensitivity):
4415         
4416         Two page scrolling with Space and PageUp in dual mode. Second fix 
4417         for the bug #316608.
4418
4419 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4420
4421         * shell/ev-view.c: (scroll_to_current_page):
4422         
4423         Correctly clamp adjustment value. Fix for the bug
4424         #325808.
4425
4426 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4427
4428         * shell/ev-sidebar-links.c: (print_section_cb):
4429         * shell/ev-window.c: (ev_window_get_uri),
4430         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
4431         (ev_window_print_dialog_response_cb), (ev_window_print_range),
4432         (ev_window_dispose):
4433         
4434         Make print dialog non-modal. Fix for the bug #325622.
4435
4436 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4437
4438         * shell/ev-metadata-manager.c:
4439         * shell/ev-utils.c: (using_pdf_printer),
4440         (using_postscript_printer), (load_print_config_from_file),
4441         (save_print_config_to_file):
4442         * shell/ev-utils.h:
4443         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
4444         (update_sidebar_visibility), (setup_sidebar_from_metadata),
4445         (setup_view_from_metadata), (ev_window_setup_document),
4446         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4447         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4448         (ev_window_run_presentation), (ev_window_stop_presentation),
4449         (save_sizing_mode), (ev_window_zoom_changed_cb),
4450         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4451         (ev_window_dual_mode_changed_cb),
4452         (ev_window_sidebar_current_page_changed_cb),
4453         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4454         (window_state_event_cb), (window_configure_event_cb),
4455         (ev_window_init):
4456         
4457         Setting saving behaviour fixes.
4458
4459 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4460
4461         * configure.ac:
4462         
4463         Make antialiasing gs options better and allow
4464         to change them during configure. Fix for the 
4465         bug #319049.
4466
4467 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4468
4469         * shell/ev-window.c: (setup_view_from_metadata):
4470         
4471         Remember if last window was maximized. Fix for the
4472         bug #323797.
4473
4474 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
4475
4476         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
4477
4478 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4479
4480         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
4481         * shell/ev-page-action.c: (build_new_tree_cb):
4482         * shell/ev-sidebar-links.c: (links_page_num_func),
4483         (update_page_callback_foreach), (update_page_callback):
4484         * shell/ev-view.c: (scroll_to_current_page):
4485         
4486         Fix for the bug #325067 with more intelligent selection
4487         of current link in sidebar. Make sidebar handle links
4488         of FITR-like type more correctly.
4489
4490         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
4491         (dvi_pixbuf_put_pixel):
4492         
4493         Fix memory consumtion with disabled alpha channel.
4494
4495 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4496
4497         * data/evince-ui.xml:
4498         * shell/ev-window.c: (view_menu_popup_cb),
4499         (ev_popup_cmd_open_link), (ev_window_init):
4500         
4501         Update context menu for internal links. Fix for the bug
4502         #325066.
4503
4504 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4505
4506         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
4507         
4508         Bind context menu to keyboard also. Fix for the bug
4509         #325065.
4510
4511 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4512
4513         * shell/ev-view.c: (selection_scroll_timeout_cb):
4514         
4515         Horizontal scroll on selection also.
4516
4517 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4518
4519         * shell/ev-metadata-manager.c: (parse_value):
4520         * shell/ev-view.c: (goto_xyz_link):
4521         
4522         Correct zoom setup and metadata save broken in 
4523         some locales.
4524
4525 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4526
4527         * shell/ev-view-private.h:
4528         * shell/ev-view.c: (scroll_to_current_page),
4529         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
4530         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
4531         (page_changed_cb), (ev_view_set_continuous),
4532         (ev_view_set_dual_page), (ev_view_set_presentation):
4533         
4534         Delay scroll until allocation to correctly position page. Fix
4535         for the bug #317334.
4536
4537 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4538
4539         * NEWS:
4540         * configure.ac:
4541         
4542         Update NEWS and require poppler 0.5.0.
4543
4544 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4545         
4546         * data/evince-ui.xml:
4547         * shell/ev-view-private.h:
4548         * shell/ev-view.c: (ev_view_get_link_at_location),
4549         (handle_link_over_xy), (ev_view_button_press_event),
4550         (ev_view_button_release_event), (ev_view_class_init):
4551         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
4552         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
4553         (ev_window_init):
4554         
4555         Implement right-click context menu.
4556
4557 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4558
4559         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
4560         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
4561         (mdvi_pixbuf_device_render):
4562         * pdf/ev-poppler.cc:
4563
4564         Don't generate thumbnails with alpha. See bug #324077.
4565         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
4566
4567 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4568
4569         * shell/ev-window.c: (setup_chrome_from_metadata):
4570         
4571         Fix typo that was hiding toolbar.
4572
4573 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4574
4575         * shell/ev-view-private.h:
4576         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
4577         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
4578         (ev_view_button_release_event), (ev_view_destroy):
4579         
4580         Small cleanup and autoscrolling during selection. Thanks to 
4581         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
4582
4583 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
4584
4585         * configure.ac:
4586         
4587         Correctly check for comics option.
4588
4589 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
4590         * Makefile.am:
4591         * configure.ac:
4592         * backend/Makefile.am:
4593         * backend/ev-document-factory.c:
4594         * shell/ev-document-types.c:
4595
4596         Included option in configure to make ps backend 
4597         compilation optional with --disable-ps.
4598
4599 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4600
4601         * backend/ev-document-factory.c:
4602         * comics/Makefile.am:
4603         * comics/comics-document.c: (comics_document_load):
4604         * comics/ev-cbr-mime.xml:
4605         * configure.ac:
4606         
4607         Comics mime types are added to shared-mime-info CVS. Now
4608         we don't need to install our own mime types.
4609
4610 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4611
4612         * shell/ev-window.c:
4613         
4614         Add shortcut for "save a copy" menu entry. Fix for
4615         the bug #324582.
4616
4617 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4618
4619         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4620         (job_finished_cb), (new_selection_pixbuf_needed),
4621         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4622         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
4623         
4624         Rework selection job info logic and fix critical warning.
4625
4626 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
4627
4628         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
4629
4630 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
4631
4632         * data/evince-ui.xml:
4633         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
4634         
4635         Enter as shortcut key for next page. Fix for the bug
4636         #321394.
4637
4638 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
4639
4640         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
4641
4642 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4643
4644         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4645         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
4646         (new_selection_pixbuf_needed),
4647         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4648         (clear_job_selection):
4649         
4650         Too early for 0.5. Pixbuf cache code cleaned a bit.
4651
4652 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4653
4654         * NEWS:
4655         * configure.ac:
4656         
4657         Release 0.5.0 preparation
4658
4659 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4660
4661         * comics/Makefile.am:
4662         * configure.ac:
4663         * shell/ev-document-types.c: (ev_document_types_add_filters):
4664         
4665         More advanced handling of custom mime type installation.
4666
4667 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4668
4669         * data/evince.schemas.in:
4670         * shell/ev-metadata-manager.c: (value_free),
4671         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
4672         (ev_metadata_manager_get), (ev_metadata_manager_set):
4673         * shell/ev-metadata-manager.h:
4674         * shell/ev-window.c: (update_chrome_flag),
4675         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
4676         (setup_document_from_metadata), (setup_chrome_from_metadata),
4677         (setup_sidebar_from_metadata), (setup_view_from_metadata),
4678         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
4679         (ev_window_view_toolbar_cb),
4680         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
4681         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
4682         
4683         Save last document settings and reuse them for new documents.
4684
4685 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4686
4687         * Makefile.am:
4688         * backend/Makefile.am:
4689         * backend/ev-document-factory.c:
4690         * backend/ev-document-factory.h:
4691         * comics/Makefile.am:
4692         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
4693         (comics_document_load), (comics_document_save),
4694         (comics_document_get_n_pages), (comics_document_get_page_size),
4695         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
4696         (comics_document_class_init), (comics_document_can_get_text),
4697         (comics_document_get_info), (comics_document_document_iface_init),
4698         (comics_document_init), (get_supported_image_extensions),
4699         (comics_document_thumbnails_get_geometry),
4700         (comics_document_thumbnails_get_thumbnail),
4701         (comics_document_thumbnails_get_dimensions),
4702         (comics_document_document_thumbnails_iface_init), (extract_argv):
4703         * comics/comics-document.h:
4704         * comics/ev-cbr-mime.xml:
4705         * configure.ac:
4706         * po/POTFILES.in:
4707         * shell/ev-application.c: (ev_application_register_service):
4708         * shell/ev-document-types.c: (ev_document_types_add_filters):
4709         * thumbnailer/Makefile.am:
4710         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4711         
4712         New CBR/CBZ backend for comic books.
4713
4714 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4715
4716         * shell/main.c: (load_files_remote):
4717
4718         Thanks to Robert McQueen <robot101@debian.org>. Dbus
4719         warning on startup of second instance is fixed. It
4720         is bug #320353.
4721
4722 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4723
4724         * shell/ev-window.c: (ev_window_finalize):
4725         
4726         Fix double free that cause crash.
4727
4728 2005-10-29  Bastien Nocera <hadess@hadess.net>
4729
4730         * tiff/tiff-document.c: (tiff_document_load):
4731         
4732         Fix memory leak.
4733
4734 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4735
4736         * po/POTFILES.in:
4737         * shell/Makefile.am:
4738         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
4739         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
4740         (ev_view_accessible_get_text),
4741         (ev_view_accessible_get_character_at_offset),
4742         (ev_view_accessible_get_text_before_offset),
4743         (ev_view_accessible_get_text_at_offset),
4744         (ev_view_accessible_get_text_after_offset),
4745         (ev_view_accessible_get_character_count),
4746         (ev_view_accessible_get_caret_offset),
4747         (ev_view_accessible_set_caret_offset),
4748         (ev_view_accessible_get_run_attributes),
4749         (ev_view_accessible_get_default_attributes),
4750         (ev_view_accessible_get_character_extents),
4751         (ev_view_accessible_get_offset_at_point),
4752         (ev_view_accessible_get_n_selections),
4753         (ev_view_accessible_get_selection),
4754         (ev_view_accessible_add_selection),
4755         (ev_view_accessible_remove_selection),
4756         (ev_view_accessible_set_selection),
4757         (ev_view_accessible_text_iface_init),
4758         (ev_view_accessible_idle_do_action),
4759         (ev_view_accessible_action_do_action),
4760         (ev_view_accessible_action_get_n_actions),
4761         (ev_view_accessible_action_get_description),
4762         (ev_view_accessible_action_get_name),
4763         (ev_view_accessible_action_set_description),
4764         (ev_view_accessible_action_iface_init),
4765         (ev_view_accessible_get_type), (ev_view_accessible_new),
4766         (ev_view_accessible_factory_get_accessible_type),
4767         (ev_view_accessible_factory_create_accessible),
4768         (ev_view_accessible_factory_class_init),
4769         (ev_view_accessible_factory_get_type):
4770         * shell/ev-view-accessible.h:
4771         * shell/ev-view-private.h:
4772         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
4773         * shell/ev-view.h:
4774         
4775         Initial accessibility support.
4776
4777 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
4778
4779         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
4780
4781 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
4782
4783         * shell/ev-print-job.c: (idle_print_handler):
4784         
4785         Fix for bug Bug 318916: Printing multiple pages.
4786
4787 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
4788
4789         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
4790
4791 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4792
4793         * pdf/ev-poppler.cc:
4794         
4795         Thumnail dimensions unified with other backends.
4796         
4797         * shell/ev-window-title.c: (ev_window_title_update):
4798         
4799         Fix warning.
4800
4801 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4802
4803         * data/ev-stock-zoom-fit-width.png:
4804         
4805         Remove unused file.
4806
4807 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4808
4809         * configure.ac:
4810         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
4811         (djvu_document_finalize):
4812         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
4813         (dvi_document_finalize):
4814         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
4815         (pixbuf_document_save), (pixbuf_document_finalize):
4816         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
4817         (tiff_document_finalize):
4818         
4819         Save a copy implemented for various backends.
4820
4821 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
4822
4823         * configure.ac:
4824         
4825         Don't link with ltiff if tiff is disabled.
4826
4827 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4828
4829         * pdf/GDKSplashOutputDev.cc:
4830         * pdf/GDKSplashOutputDev.h:
4831         * pdf/Thumb.cc:
4832         * pdf/Thumb.h:
4833         * pdf/pdf-document.cc:
4834         * pdf/pdf-document.h:
4835         * pdf/test-gdk-output-dev.cc:
4836         
4837         Remove old unused files.
4838
4839 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4840
4841         * shell/ev-window.c: (ev_window_setup_document):
4842         
4843         Fixed warnings on reload and probably crash reason.
4844
4845 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4846
4847         * properties/ev-properties-view.c:
4848         (ev_properties_view_format_date):
4849         
4850         Check if date is invalid. Fix for bug 318134.
4851
4852 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
4853
4854         * shell/ev-window-title.c:
4855         
4856         Add .indd files (Adobe Indesign) to the list of "bad
4857         extensions".
4858
4859 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4860
4861         * data/evince-ui.xml:
4862         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
4863         
4864         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
4865
4866 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
4867
4868         * shell/ev-window.c: (launch_link), (launch_external_uri),
4869         (view_external_link_cb):
4870
4871         URL-escape link before passing it to gnome_vfs_url_show.
4872
4873 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4874
4875         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
4876         there isn't text selected.
4877
4878 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
4879
4880         * shell/ev-view.c: (handle_link_over_xy):
4881
4882         Check tooltip is valid utf8 before showing it
4883
4884 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4885
4886         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
4887
4888 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
4889
4890         * shell/ev-window-title.c: (ev_window_title_update):
4891
4892         Guard against using g_strstrip on NULL. Fixes bug #317291.
4893
4894 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4895
4896         * pdf/ev-poppler.cc:
4897
4898         Show title even for unknown links
4899
4900 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4901
4902         * shell/ev-window-title.c: (ev_window_title_update):
4903
4904         Strip the title string
4905
4906 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4907
4908         * shell/ev-window-title.c:
4909
4910         Add .rtf to the bad extensions list
4911
4912 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4913
4914         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
4915         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
4916
4917         Ignore link coordinates if they are outside page bounds
4918
4919 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4920
4921         * backend/ev-link.c: (ev_link_type_get_type),
4922         (ev_link_get_filename), (ev_link_get_params),
4923         (ev_link_get_property), (ev_link_set_property),
4924         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
4925         * backend/ev-link.h:
4926         * pdf/ev-poppler.cc:
4927         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
4928         * shell/ev-window.c: (launch_link), (view_external_link_cb),
4929         (ev_window_init):
4930
4931         Implement launch links. Delegate external link opening to
4932         the window.
4933
4934 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4935
4936         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
4937         (ev_link_get_right), (ev_link_get_property),
4938         (ev_link_set_property), (ev_link_class_init),
4939         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
4940         * backend/ev-link.h:
4941         * pdf/ev-poppler.cc:
4942         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
4943
4944         Implement fitr links
4945
4946 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4947
4948         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
4949         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
4950         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
4951         (ev_view_size_request_continuous),
4952         (ev_view_size_request_dual_page),
4953         (ev_view_size_request_single_page), (ev_view_size_allocate),
4954         (ev_view_zoom_for_size_continuous_and_dual_page),
4955         (ev_view_zoom_for_size_continuous),
4956         (ev_view_zoom_for_size_dual_page),
4957         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
4958         (ev_sizing_mode_get_type):
4959         * shell/ev-view.h:
4960         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
4961
4962         Do not use modes for link, we need to calculate size ad hoc.
4963         Still not perfect because of the usual scrollbar issues grrr.
4964
4965 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4966
4967         * backend/ev-link.c: (ev_link_type_get_type),
4968         (ev_link_new_page_fith), (ev_link_new_page_fitv):
4969         * backend/ev-link.h:
4970         * pdf/ev-poppler.cc:
4971         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
4972         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
4973         (ev_view_size_request_continuous),
4974         (ev_view_size_request_dual_page),
4975         (ev_view_size_request_single_page), (ev_view_size_allocate),
4976         (zoom_for_size_fit_height),
4977         (ev_view_zoom_for_size_continuous_and_dual_page),
4978         (ev_view_zoom_for_size_continuous),
4979         (ev_view_zoom_for_size_dual_page),
4980         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
4981         (ev_sizing_mode_get_type):
4982         * shell/ev-view.h:
4983         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
4984
4985         Implement FIT_HEIGHT mode (only for links).
4986         Implement FITH links
4987
4988 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4989
4990         * shell/ev-window-title.c: (get_filename_from_uri),
4991         (ev_window_title_sanitize_extension), (ev_window_title_update),
4992         (ev_window_title_set_document), (ev_window_title_set_uri),
4993         (ev_window_title_free):
4994         * shell/ev-window-title.h:
4995         * shell/ev-window.c: (ev_window_setup_document),
4996         (ev_window_popup_password_dialog):
4997
4998         Refactor window title building while fixing it for
4999         password documents.
5000
5001 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5002
5003         * pdf/ev-poppler.cc:
5004
5005         Escape link title before setting it in the model
5006
5007 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
5008
5009         * shell/ev-application.c: (removed_from_session), (save_session),
5010         (init_session), (ev_application_get_empty_window),
5011         (ev_application_init), (ev_application_get_windows):
5012         * shell/ev-application.h:
5013         * shell/ev-window.c: (ev_window_finalize):
5014
5015         Add a function to retrieve window list and share it where
5016         necessary.
5017         Implement session handling, works pretty well thanks to the
5018         metadata system.
5019
5020 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5021
5022         * shell/ev-password.c: (ev_password_item_created_callback),
5023         (ev_password_dialog_save_password):
5024         
5025         Fix for bug 316972. Use async gnome-keyring API.
5026
5027 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
5028
5029         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
5030         Remove unused unrealize handler. Add scroll handling to
5031         ev_view_scroll_event for presentation mode (bug #316708),
5032         and fix the event state checks there.
5033
5034 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5035
5036         * shell/ev-page-action.c: (page_changed_cb):
5037
5038         "marco, maybe we should be crazy and jump right to 6! :)"
5039
5040         Bryan Clark, Sep 2005
5041
5042 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5043
5044         * ps/ps-document.c: (save_document), (ps_document_save),
5045         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
5046         (ps_document_ps_export_end):
5047
5048         Fix unstructured documents save and print
5049
5050 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5051
5052         * shell/ev-application.c: (ev_application_open_uri):
5053
5054         Fix window size persistance
5055
5056 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5057
5058         * shell/ev-view.c: (ev_view_button_release_event):
5059
5060         Based on a patch from carlosgc@gnome.org. Mouse buttons
5061         switch pages in presentation mode.
5062
5063 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5064
5065         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5066
5067         Dont cast to int before scaling
5068
5069 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5070
5071         * backend/ev-link.c: (ev_link_type_get_type),
5072         (ev_link_new_page_xyz), (ev_link_new_page_fit),
5073         (ev_link_new_page_fith):
5074         * backend/ev-link.h:
5075         * pdf/ev-poppler.cc:
5076         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
5077
5078         Implement FIT and FITH links
5079
5080 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5081
5082         * pdf/ev-poppler.cc:
5083
5084         Return 0 results when search is not in progress.
5085
5086         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5087         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
5088
5089         Update menu sensitivity when cancelling search
5090
5091 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5092
5093         * shell/ev-view.c: (ev_view_can_find_next):
5094
5095         Take all pages in consideration, not just current one
5096
5097 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5098
5099         * shell/ev-page-cache.c:
5100         * shell/ev-page-cache.h:
5101         * shell/ev-view.c: (ev_view_binding_activated),
5102         (ev_view_next_page), (ev_view_previous_page),
5103         (ev_sizing_mode_get_type):
5104         * shell/ev-view.h:
5105         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5106         (ev_window_cmd_go_next_page):
5107
5108         Move page next/previous functions from page chace to
5109         view and change it to move by 2 page steps in dual mode.
5110
5111 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5112
5113         * shell/ev-window.c: (update_sidebar_visibility),
5114         (setup_sidebar_from_metadata), (ev_window_setup_document),
5115         (setup_view_from_metadata):
5116
5117         Show the index by default when there is one     
5118
5119 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5120
5121         * shell/ev-window-title.c: (ev_window_title_set_document):
5122
5123         Missing null check
5124
5125 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5126
5127         * shell/ev-view.c: (view_update_range_and_current_page):
5128         
5129         Allow display of last odd page in dual view. Fix for 316347.
5130
5131 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5132
5133         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
5134         
5135         Make close button default. Fix for 316383.
5136
5137 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5138
5139         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5140         
5141         Mark close button as default. Fix for 316381.
5142
5143 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5144
5145         * backend/ev-link.c: (ev_link_class_init):
5146
5147         Allow negative doubles in left/top properties
5148
5149 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5150
5151         * shell/ev-window.c:
5152
5153         Remove a bunch of strings that was used only
5154         by the statusbar.
5155
5156 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5157
5158         * shell/ev-window-title.c: (get_filename_from_uri),
5159         (ev_window_title_set_document):
5160
5161         When title has a confusing extension, show also
5162         the document filename inside ()
5163
5164 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5165
5166         * shell/Makefile.am:
5167         * shell/ev-window-title.c: (ev_window_title_new),
5168         (ev_window_title_update), (ev_window_title_set_type),
5169         (ev_window_title_set_document), (ev_window_title_free):
5170         * shell/ev-window-title.h:
5171         * shell/ev-window.c: (ev_window_setup_document),
5172         (password_dialog_response), (ev_window_popup_password_dialog),
5173         (ev_window_dispose), (ev_window_init):
5174
5175         Factor out and cleanup window title code
5176
5177 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5178
5179         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
5180         (unable_to_load):
5181
5182         Make dialog transient so it doesnt block other windows
5183
5184 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5185
5186         * pdf/ev-poppler.cc:
5187         
5188         Fix pdf thumbnails rendering.
5189
5190 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5191
5192         * shell/ev-window.c: (fullscreen_set_timeout):
5193         
5194         Increase timeout to hide full screen popup. Bug 
5195         316123. 
5196
5197 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5198
5199         * data/evince.schemas.in:
5200         * shell/ev-window.c: (update_action_sensitivity):
5201
5202         Allow the user to override document restrictions. Fix for bug
5203         305818.
5204
5205 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
5206
5207         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
5208         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
5209         (ev_window_class_init): Fix multihead behaviour of fullscreen
5210         toolbar popup. Fixes bug #315451.
5211
5212 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5213
5214         * configure.ac:
5215         * data/evince-password.glade:
5216         * shell/ev-password.c: (ev_password_dialog_set_property),
5217         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
5218         (ev_password_dialog_init), (ev_password_set_bad_password_label),
5219         (ev_password_dialog_entry_changed_cb),
5220         (ev_password_dialog_entry_activated_cb),
5221         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
5222         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
5223         (ev_password_dialog_set_bad_pass):
5224         * shell/ev-password.h:
5225         * shell/ev-window.c: (password_dialog_response),
5226         (ev_window_popup_password_dialog):
5227         
5228         Support for gnome-keyring for encrypted PDF's.
5229
5230 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5231
5232         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
5233         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
5234         (ev_view_enter_notify_event), (ev_view_class_init):
5235         
5236         More precise handling of enter_notify/leave_notify events
5237         in EvView. Fix for bug 315470.
5238
5239 2005-09-08  Christopher Aillon  <caillon@redhat.com>
5240
5241         * shell/ev-window.c: (fullscreen_timeout_cb),
5242         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5243         (ev_window_dispose):
5244
5245         leak fix: unref fullscreen_timeout_source before clearing it
5246
5247 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5248
5249         * configure.ac, dvi/mdvi/Makefile.am: 
5250         
5251         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
5252
5253 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5254
5255         * backend/ev-link.c: (ev_link_new_page_xyz):
5256         * pdf/ev-poppler.cc:
5257         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
5258
5259         Fix some bugs with xyz links, respect zoom
5260
5261 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5262
5263         * shell/ev-window.c: (page_changed_cb),
5264         (setup_document_from_metadata), (update_sidebar_visibility),
5265         (setup_view_from_metadata), (ev_window_run_fullscreen),
5266         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5267         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
5268         (ev_window_dual_mode_changed_cb),
5269         (ev_window_sidebar_current_page_changed_cb):
5270
5271         null check uri before setting and getting metadata
5272
5273 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5274
5275         * dvi/Makefile.am:
5276         * properties/Makefile.am:
5277         * shell/Makefile.am:
5278         * thumbnailer/Makefile.am:
5279
5280         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
5281
5282 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5283
5284         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
5285         (selection_changed_callback):
5286         * shell/ev-sidebar-links.h:
5287
5288         Add a signal for link activation.
5289
5290         * shell/ev-view.c: (ev_view_goto_link),
5291         (ev_view_button_release_event):
5292         * shell/ev-view.h:
5293         * shell/ev-window.c: (sidebar_links_link_activated_cb),
5294         (ev_window_init):
5295
5296         Implement the signal so that we can handle all link types.
5297
5298         * shell/ev-page-cache.c:
5299
5300         Remove unused set_link function
5301
5302 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5303
5304         * lib/ev-tooltip.c: (ev_tooltip_set_position):
5305
5306         Add some space from the cursor, hardcoded but I couldnt
5307         find a better way.
5308
5309 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5310
5311         * lib/ev-tooltip.c:
5312
5313         Use mozilla style vs gtk style, way better for links.
5314
5315         * shell/ev-view.c: (ev_view_motion_notify_event),
5316         (ev_view_destroy), (ev_view_init):
5317
5318         Deactive tooltip when the link hovered is changed.
5319
5320 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5321
5322         * backend/ev-document.h:
5323         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
5324         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
5325         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
5326         (ev_link_new_page), (ev_link_new_page_xyz):
5327         * backend/ev-link.h:
5328         * pdf/ev-poppler.cc:
5329         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
5330         (go_to_link), (tip_from_link):
5331
5332         Implement xyz links, still not functional. Links are a total
5333         mess, will need to refactor and bugfix a lot :(
5334
5335 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
5336
5337         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
5338
5339 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
5340
5341         * data/evince-ui.xml:
5342         * data/evince.schemas.in:
5343         * shell/Makefile.am:
5344         * shell/ev-window.c: (update_chrome_visibility),
5345         (password_dialog_response), (ev_window_load_job_cb),
5346         (ev_window_xfer_job_cb), (ev_window_open_uri),
5347         (ev_window_class_init), (set_chrome_actions), (load_chrome),
5348         (ev_window_init):
5349
5350         Remove the statusbar. This regress loading feedback, need to
5351         check with Bryan what we want to do there...
5352
5353 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5354
5355         * lib/ev-tooltip.c: (ev_tooltip_init):
5356
5357         Fix tooltip border and size handling
5358
5359 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5360
5361         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
5362         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
5363         (ev_tooltip_timeout), (ev_tooltip_activate),
5364         (ev_tooltip_deactivate):
5365         * lib/ev-tooltip.h:
5366         * shell/ev-view.c: (ev_view_motion_notify_event):
5367
5368         Delay popup showing. Mirror gtk logic/times.
5369
5370 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
5371
5372         * lib/Makefile.am:
5373         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
5374         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
5375         (ev_tooltip_set_text), (ev_tooltip_set_position):
5376         * lib/ev-tooltip.h:
5377
5378         Simple widget to show tooltips at a custom position
5379
5380         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
5381         (ev_view_destroy):
5382
5383         Use it for links. First go, needs work
5384
5385 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
5386
5387         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
5388         HIG fixes.  Use title capitalization for window title. Use 12 
5389         pixels of space between the dialog's vbox and action area.
5390
5391 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5392
5393         * shell/ev-window.c: (file_open_dialog_response_cb),
5394         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
5395         (ev_window_cmd_save_as):
5396
5397         Make file pickers not modal and refactor code some
5398
5399 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5400
5401         * shell/ev-sidebar.h:
5402         * shell/ev-sidebar.c: (ev_sidebar_set_property),
5403         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
5404         (ev_sidebar_class_init), (ev_sidebar_select_page),
5405         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
5406         (ev_sidebar_set_page):
5407
5408         Add a current page property and allow to get/set it
5409
5410         * shell/ev-window.c: (setup_view_from_metadata),
5411         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
5412
5413         Persist current sidebar page per document
5414
5415 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5416
5417         * data/evince.schemas.in:
5418         * shell/ev-window.c: (update_chrome_visibility),
5419         (setup_document_from_metadata), (update_sidebar_visibility),
5420         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
5421         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5422         (ev_window_run_presentation), (ev_window_stop_presentation),
5423         (ev_window_view_sidebar_cb),
5424         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
5425         (load_chrome), (ev_window_init):
5426
5427         Persist size/visibility of sidebar per document
5428
5429 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
5430
5431         * shell/ev-view.c (draw_loading_text): Draw loading text.
5432
5433 2005-09-02  Dan Damian  <dand@gnome.ro>
5434
5435         * configure.in: Added "ro" to ALL_LINGUAS.
5436
5437 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5438
5439         * shell/ev-view.c: (clear_caches):
5440
5441         ev_page_cache_get doesnt return a reference,
5442         dont try to unref it.
5443
5444 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5445
5446         * shell/main.c: (load_files_remote):
5447
5448         Fix timestamp parameter with dbus <= 0.33
5449
5450 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
5451
5452         * data/evince.schemas.in:
5453
5454         Add missing full stop
5455
5456 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
5457
5458         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
5459         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
5460
5461         Plug some memory leaks
5462
5463 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
5464
5465         * configure.ac:
5466         * lib/ev-debug.c: (trap_handler):
5467
5468         Check for execinfo.h and use it only if it exists.
5469         Ported from Epiphany (bug #314776).
5470
5471 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
5472
5473         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
5474
5475 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
5476
5477         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
5478         * po/id.po      : Added Indonesian translation
5479
5480 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
5481
5482         * shell/main.c:
5483         * shell/ev-application.c: Last minute GTK-2.6 fixes.
5484         * NEWS: Release 0.4.0
5485
5486 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
5487
5488         * configure.ac: catch another gtk+-2.8ism
5489         * shell/main.c: Make work with gtk+-2.6
5490
5491 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
5492
5493         * shell/ev-application-service.xml: Add 'timestamp' argument to
5494           ev_application_open_window and ev_application_open_uri methods.
5495
5496         * shell/ev-application.h: Add 'timestamp' argument to
5497           ev_application_open_window, ev_application_open_uri,
5498           and ev_application_open_uri_list functions.
5499
5500         * shell/ev-application.c (ev_application_open_window,
5501           ev_application_open_uri, ev_application_open_uri_list): Change
5502           functions that show/present windows to use a timestamp if one
5503           is passed in.
5504
5505         * shell/ev-window.c (ev_window_cmd_file_open,
5506           ev_window_cmd_recent_file_activate, drag_data_received_cb):
5507         * shell/main.c (load_files): Modify calls to ev_application to
5508           include GDK_CURRENT_TIME as timestamp.
5509
5510         * shell/main.c (load_files_remote): Obtain timestamp for client
5511           instance from GDK and pass to server instance so new windows are
5512           focused properly.  Fix dbus_g_proxy_call() calls by including second
5513           G_TYPE_INVALID.
5514           
5515         Closes bug #314475.
5516
5517 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
5518
5519         * shell/ev-window.c (ev_window_finalize): Check for
5520         avail. EvWindows when quiting to handle the finalize better,
5521         #314497
5522
5523 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5524         
5525         * properties/ev-properties-view.c: 
5526         
5527         Set textdomain to libglade. Fixes translation problem in property page.
5528
5529 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5530
5531         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5532         * dvi/Makefile.am:
5533         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
5534         * dvi/mdvi-lib/Makefile.am:
5535         
5536         Fix rotation of thumbnails, ported to new API. Moved library
5537         dependencies earlier, probably it will fix linkage problem.
5538
5539 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
5540
5541         * backend/ev-document-misc.c:
5542         (ev_document_misc_get_thumbnail_frame):
5543         * backend/ev-document-misc.h:
5544         * configure.ac:
5545         * pdf/ev-poppler.cc:
5546         * shell/Makefile.am:
5547         * shell/ev-sidebar-thumbnails.c: (add_range),
5548         (ev_sidebar_thumbnails_set_loading_icon),
5549         (ev_sidebar_thumbnails_refresh),
5550         (ev_sidebar_thumbnails_set_document):
5551         * shell/ev-sidebar-thumbnails.h:
5552         * shell/ev-view.c: (ev_view_motion_notify_event),
5553         (ev_view_set_property), (ev_view_get_property),
5554         (ev_view_class_init), (ev_view_set_rotation):
5555         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
5556         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
5557         (ev_window_init):
5558         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
5559         Redo rotation (again).  prepare for 0.4.0
5560
5561 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
5562
5563         * configure.ac: Bump poppler requirement to 0.4.1.
5564
5565         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
5566         argument to poppler_page_render_selection() call.
5567
5568 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5569
5570         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
5571         (djvu_document_thumbnails_get_thumbnail):
5572         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
5573         (dvi_document_thumbnails_get_thumbnail):
5574         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
5575         (pixbuf_document_thumbnails_get_thumbnail):
5576         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
5577         
5578         Update rotation direction of backends to fit with pdf and ps.
5579
5580 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
5581
5582         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
5583         * backend/ev-async-renderer.h:
5584         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
5585         (setup_page), (ps_document_get_page_size),
5586         (ps_async_renderer_render_pixbuf):
5587         * ps/ps-document.h:
5588         * shell/ev-jobs.c: (ev_job_render_run):
5589
5590         Fix orientation in the postscript document
5591
5592 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
5593
5594         * pdf/ev-poppler.cc:
5595         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
5596         * shell/ev-view.c: (highlight_find_results):
5597
5598         Adapt to the new poppler rotation API. Fix text maps on landscape
5599         documents.
5600
5601 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
5602
5603         * shell/ev-view.c (compute_new_selection_text): get the correct
5604         region when selecting in modes other than continuous.
5605
5606 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
5607
5608         * shell/main.c (main): remove redundant g_warnings.
5609
5610 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5611
5612         * shell/Makefile.am: Don't include autogenerated
5613         file ev-application-service.h into distribution, since
5614         it causes dbus crash. Fix for bugs 313724 and 313443. 
5615
5616 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5617
5618         * configure.ac: Fix sed expression for FreeBSD. Thanks
5619         to Joe Marcus Clark <marcus@freebsd.org>
5620         
5621         * shell/eggfindbar.c: (entry_activate_callback),
5622         (entry_changed_callback), (egg_find_bar_init),
5623         (egg_find_bar_set_search_string):
5624         
5625         Made findbar buttons unsensitive if there is no text in
5626         entry. Fix for the bug 313285.
5627
5628 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5629
5630         * ps/ps-document.c: Use g_filename_display_name for displaying
5631         filenames and revert string freeze breackage
5632
5633 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
5634
5635         * NEWS:
5636         * configure.ac:
5637
5638         Update for 0.3.4
5639
5640         * shell/Makefile.am:
5641
5642         Add ev-application-service.xml to extra dist
5643
5644         * shell/ev-view.c: (find_page_at_location):
5645
5646         Remove unused function (fix warning)
5647
5648 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5649
5650         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
5651         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
5652         
5653         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
5654         bug 313623.
5655
5656 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5657
5658         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
5659         * shell/ev-window.c:
5660         Fix build warnings
5661
5662 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5663
5664         * configure.ac: Update script to get dbus version.
5665         Fix for the bug #313443.
5666
5667 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5668
5669         * shell/ev-window.c: (ev_window_cmd_escape):
5670         
5671         Return focus back to view on escape. Fix for bug 313295.
5672
5673 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5674
5675         * shell/ev-window.c: (update_window_title),
5676         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
5677         (ev_window_cmd_save_as):
5678         
5679         Correct conversion from uri to displayable string. Fix for
5680         bug 313296.
5681
5682 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5683
5684         * ps/ps-document.c: convert filename to utf8 when there is an error
5685         loading document. Fixes #309915
5686
5687 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
5688
5689         * configure.ac:
5690
5691         We depend on poppler 0.4.0
5692
5693 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
5694
5695         * configure.ac:
5696         * NEWS: Release 0.3.3.
5697         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
5698
5699 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
5700
5701         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
5702         add a couple missing mnemonics to menu items, use title 
5703         capitalization for menu items and window titles, and add 
5704         ellipsis to open menu item.     
5705
5706 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
5707
5708         * pdf/ev-poppler.cc:
5709         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
5710         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
5711         (ev_view_get_rotation):
5712         * shell/ev-view.h:
5713         * shell/ev-window.c: (setup_view_from_metadata),
5714         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
5715         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
5716         disk.
5717
5718 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
5719
5720         * configure.ac: Added tr to ALL_LINGUAS
5721
5722 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5723
5724         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
5725         requires several clicks to find word. Thanks to 
5726         Colin Slater <kiltedtaco@gmail.com>.
5727
5728 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
5729
5730         * data/evince.desktop.in.in: Hide menu entry and
5731         rename it to "Document Viewer". Fix for bug 
5732         #312399.
5733
5734 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
5735
5736         * shell/ev-page-action.c (ev_page_action_class_init): 
5737
5738         Point to the correct function in constructor of the
5739         activate_label signal
5740
5741 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
5742
5743         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
5744         * shell/ev-jobs.h: Make thread safe.
5745
5746 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5747
5748         * shell/ev-view.c: (view_update_range_and_current_page):
5749         Don't update page range if we are scrolling to some document
5750         point.
5751
5752 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5753
5754         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
5755         when getting max_page_width, fix drawing in dual mode.
5756
5757 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
5758
5759         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
5760         getting the area for select_all.
5761
5762 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
5763
5764         * backend/ev-selection.c: (ev_selection_render_selection):
5765         * backend/ev-selection.h:
5766         * pdf/ev-poppler.cc:
5767         * shell/ev-jobs.c: (ev_job_render_new):
5768         * shell/ev-jobs.h:
5769         * shell/ev-pixbuf-cache.c: (get_selection_colors),
5770         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
5771         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
5772         (ev_view_class_init):
5773
5774         Change selection color on focus in and focus out events.  Also,
5775         poppler now uses GdkColor for specifying the selection colors, so
5776         drop some awkward conversion code.
5777
5778 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
5779
5780         * configure.ac: Added Hebrew translation
5781
5782 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
5783
5784         * NOTES:
5785         * backend/ev-selection.c: (ev_selection_render_selection):
5786         * backend/ev-selection.h:
5787         * pdf/ev-poppler.cc:
5788         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
5789         (ev_job_render_run):
5790         * shell/ev-jobs.h:
5791         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5792         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
5793         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
5794         (ev_pixbuf_cache_style_changed),
5795         (ev_pixbuf_cache_get_selection_pixbuf),
5796         (ev_pixbuf_cache_set_selection_list),
5797         (ev_pixbuf_cache_get_selection_list):
5798         * shell/ev-pixbuf-cache.h:
5799         * shell/ev-utils.c: (ev_print_region_contents):
5800         * shell/ev-utils.h:
5801         * shell/ev-view.c: (ev_view_queue_draw_page),
5802         (selection_update_idle_cb), (ev_view_motion_notify_event),
5803         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
5804         (setup_caches), (ev_view_find_next), (merge_selection_region),
5805         (selection_free):
5806         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
5807
5808         Clean up selection to be much smoother!
5809
5810 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
5811
5812         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
5813         to poppler_page_render_selection().
5814
5815 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5816
5817         * ps/ps-document.c: (save_page_list): Use
5818         unzipped document when printing. Thanks to 
5819         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
5820         311016.
5821
5822 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5823
5824         * shell/ev-window.c: (update_action_sensitivity):
5825         
5826         Disable print and save respect to lockdown gconf keys. Fix
5827         for 312342.
5828
5829 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5830
5831         * configure.ac:
5832         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
5833         (write_to_temp_file), (ev_file_set_contents):
5834         * shell/ev-utils.h:
5835         * shell/ev-window.c: (save_print_config_to_file):
5836         
5837         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
5838         Fix for bug 312238
5839
5840 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
5841
5842         * shell/ev-window.c: (load_print_config_from_file),
5843         (save_print_config_to_file), (ev_window_print_range):
5844
5845         Persist the print settings. Fixes bug #311578.
5846
5847 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5848
5849         * djvu/djvu-document.c: (djvu_document_get_page_size),
5850         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
5851         (djvu_document_thumbnails_get_thumbnail):
5852         * dvi/dvi-document.c: (dvi_document_get_page_size),
5853         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
5854         (dvi_document_thumbnails_get_dimensions),
5855         (dvi_document_thumbnails_get_thumbnail):
5856         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
5857         (pixbuf_document_render_pixbuf),
5858         (pixbuf_document_document_iface_init),
5859         (pixbuf_document_thumbnails_get_thumbnail):
5860         
5861         Update backends to make them build with new rotation system.
5862
5863 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5864
5865         * help/C/figures/evince_start_window.png:
5866         
5867         Update documentation image from Luca Ferretti <elle.uca@libero.it>
5868
5869 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
5870
5871         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
5872         * shell/ev-pixbuf-cache.h:
5873         * shell/ev-sidebar-thumbnails.c:
5874         (ev_sidebar_thumbnails_get_property), (add_range),
5875         (adjustment_changed_cb):
5876         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
5877         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
5878         we were thumbnailing the entire docment on startup, slowing us
5879         down hugely. 
5880
5881 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
5882
5883         * shell/ev-page-cache.c: (ev_page_cache_new):
5884         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
5885         == 0, fixes #310306.
5886
5887 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5888
5889         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
5890         (ev_view_rotate_left):
5891
5892         Account rotation in doc_rect_to_view_rect.
5893         Ensure rotation doesnt go out of bounds.
5894
5895 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5896
5897         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5898
5899         Correct and cleanup w/h swapping
5900
5901 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5902
5903         * backend/ev-document-thumbnails.c:
5904         (ev_document_thumbnails_get_thumbnail):
5905         * backend/ev-document-thumbnails.h:
5906         * backend/ev-document.c:
5907         * backend/ev-document.h:
5908         * backend/ev-render-context.c: (ev_render_context_new),
5909         (ev_render_context_set_rotation):
5910         * backend/ev-render-context.h:
5911         * pdf/ev-poppler.cc:
5912         * ps/ps-document.c: (ps_document_document_iface_init):
5913         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
5914         * shell/ev-jobs.h:
5915         * shell/ev-page-cache.c: (build_height_to_page),
5916         (ev_page_cache_new), (ev_page_cache_get_size),
5917         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
5918         (ev_page_cache_get_height_to_page):
5919         * shell/ev-page-cache.h:
5920         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5921         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
5922         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
5923         (ev_pixbuf_cache_get_selection_pixbuf):
5924         * shell/ev-pixbuf-cache.h:
5925         * shell/ev-print-job.c: (idle_print_handler):
5926         * shell/ev-sidebar-thumbnails.c: (add_range):
5927         * shell/ev-view.c: (view_update_range_and_current_page),
5928         (get_page_y_offset), (get_page_extents),
5929         (ev_view_size_request_continuous_dual_page),
5930         (ev_view_size_request_continuous),
5931         (ev_view_size_request_dual_page),
5932         (ev_view_size_request_single_page), (draw_one_page),
5933         (ev_view_set_rotation), (ev_view_rotate_right),
5934         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
5935         (ev_view_zoom_for_size_continuous_and_dual_page),
5936         (ev_view_zoom_for_size_continuous),
5937         (ev_view_zoom_for_size_dual_page),
5938         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
5939         (ev_view_select_all):
5940         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5941         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
5942         (tiff_document_document_iface_init),
5943         (tiff_document_thumbnails_get_thumbnail):
5944
5945         Use rotation rather than orientation. It's easier and enough
5946         for our needs.
5947
5948 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5949
5950         * shell/ev-page-cache.c: (build_height_to_page),
5951         (ev_page_cache_new), (ev_page_cache_get_size),
5952         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
5953         (ev_page_cache_get_height_to_page):
5954         * shell/ev-page-cache.h:
5955         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
5956         (ev_view_size_request_continuous_dual_page),
5957         (ev_view_size_request_continuous),
5958         (ev_view_zoom_for_size_continuous_and_dual_page),
5959         (ev_view_zoom_for_size_continuous):
5960
5961         Make the page cache aware of page orientation.
5962
5963 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5964
5965         * backend/ev-document-thumbnails.c:
5966         (ev_document_thumbnails_get_thumbnail):
5967         * backend/ev-document-thumbnails.h:
5968         * backend/ev-document.c:
5969         * backend/ev-document.h:
5970         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
5971         * backend/ev-ps-exporter.h:
5972         * pdf/ev-poppler.cc:
5973         * ps/ps-document.c: (ps_document_document_iface_init),
5974         (ps_document_ps_export_do_page):
5975         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
5976         * shell/ev-jobs.h:
5977         * shell/ev-page-cache.c: (ev_page_cache_get_size),
5978         (ev_page_cache_get):
5979         * shell/ev-page-cache.h:
5980         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5981         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
5982         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
5983         * shell/ev-pixbuf-cache.h:
5984         * shell/ev-print-job.c: (idle_print_handler):
5985         * shell/ev-sidebar-thumbnails.c: (add_range):
5986         * shell/ev-view.c: (view_update_range_and_current_page),
5987         (get_page_extents), (ev_view_size_request_dual_page),
5988         (ev_view_size_request_single_page), (draw_one_page),
5989         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
5990         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
5991         (ev_view_zoom_for_size_dual_page),
5992         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
5993         (ev_view_select_all):
5994         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5995         * tiff/tiff-document.c: (tiff_document_get_page_size),
5996         (tiff_document_get_orientation), (rotate_pixbuf),
5997         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
5998         (tiff_document_thumbnails_get_thumbnail),
5999         (tiff_document_ps_export_do_page), (tiff_document_init):
6000
6001         Really make use of the orientation bit of the render context.
6002         Use the render context in a few more places in the backend API.
6003         This regress orientation, but now it's done right. Will try to
6004         fix it up asap...
6005
6006 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6007
6008         * shell/ev-view.c: (ensure_rectangle_is_visible):
6009
6010         Patch by Nickolay V. Shmyrev to fix find flickering
6011
6012 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
6013
6014         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
6015         duplex parameters to ::begin.
6016
6017         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
6018         * shell/ev-print-job.c (idle_print_handler): 
6019         * ps/ps-document.c (ps_document_ps_export_begin): 
6020         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
6021         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
6022         implementations. Poppler backend needs poppler cvs. Rest has
6023         unchanged behavior.
6024
6025 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6026
6027         * shell/ev-window.c (using_pdf_printer): new function.
6028         (ev_window_print_range): print a less techy message if someone
6029         tries to print to PDF.
6030
6031 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6032
6033         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
6034         from "unknown font" string. Bug #311431
6035
6036 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6037
6038         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
6039
6040 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6041
6042         Bug #311280
6043         
6044         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
6045         name for PopplerFontTypes
6046         (pdf_document_fonts_fill_model): add font type to the detail column
6047
6048         * backend/ev-document-fonts.h: added
6049         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
6050
6051         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
6052         font name and font details, add a little markup.
6053         (ev_properties_fonts_init): use the new cell data func, specify ypad
6054         property for the cell renderer.
6055         (ev_properties_fonts_set_document): add the details column.
6056
6057 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
6058
6059         * configure.ac: Added "pl" to ALL_LINGUAS.
6060
6061 2005-07-24  Danilo Šegan  <danilo@gnome.org>
6062
6063         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
6064
6065 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
6066
6067         * help/ChangeLog: Started this for translations of manual.
6068         * configure.ac, autogen.sh, .cvsignore: Migrated to
6069         gnome-doc-utils. Patch in bug #311222.
6070
6071 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
6072
6073         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
6074         #ifdef this away to fix an unused-function warning.
6075
6076 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
6077
6078         * configure.ac: Added 'gl' to ALL_LINGUAS.
6079
6080 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
6081
6082         * configure.ac: Added ne in ALL_LINGUAS
6083         
6084 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6085
6086         * shell/ev-view.c: (ev_view_leave_notify_event):
6087         
6088         Clear status message when pointer leaves view. Fix for bug
6089         #310818 
6090
6091 2005-07-20 Ankit Patel <ankit644@yahoo.com>
6092
6093         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
6094
6095 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6096
6097         * shell/ev-view.c: (ev_view_leave_notify_event),
6098         (ev_view_class_init):
6099         
6100         Set cursor to normal then leaving view.
6101
6102 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6103
6104         * configure.ac:
6105         
6106         Fix required djvulibre version.
6107
6108 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
6109
6110         *configure.ac: Hindi (hi) language added
6111
6112 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
6113
6114         *configure.ac: Punjabi (pa) Language added
6115
6116 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6117
6118         * data/evince-ui.xml, shell/ev-window.c:
6119         
6120         Add keypad accelerators for zooming. Fix for bug 308128.
6121
6122 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6123
6124         * Makefile.am:
6125         * backend/Makefile.am:
6126         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
6127         * configure.ac:
6128         * shell/ev-document-types.c: (ev_document_types_add_filters):
6129
6130         Allow to enable/disable the pixbuf backend.
6131         Default to off for now. If we want it enabled we should
6132         really put mime types in the desktop, implement properties etc.
6133
6134         * properties/evince-properties.c:
6135
6136         Initialize error to NULL.
6137         Check error is not NULL before freeing.
6138
6139 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6140
6141         * shell/ev-window.c:
6142
6143         Use F5 as presentation accell
6144
6145 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6146
6147         * shell/ev-window.c: (update_chrome_visibility),
6148         (ev_window_create_fullscreen_popup), (ev_window_init):
6149
6150         Do not leak the fullscreen toolbar
6151
6152 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6153
6154         * shell/ev-window.c: (view_actions_focus_in_cb),
6155         (view_actions_focus_out_cb):
6156
6157         These has a return value! Fix totally random focus
6158         issues we was seeing.
6159
6160 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6161
6162         * shell/main.c: (load_files_remote):
6163
6164         Allow open more than one file
6165
6166 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6167
6168         * shell/main.c: (load_files_remote):
6169
6170         Fix for dbus 0.33. bug #309975
6171
6172 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6173
6174         * properties/ev-properties-main.c: (ev_properties_get_pages):
6175
6176         Actually return NULL for types we dont support
6177
6178 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
6179
6180         * po/POTFILES.in:
6181
6182         Remove empty lines.
6183
6184 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
6185
6186         * backend/ev-document-factory.c:
6187         (ev_document_factory_get_document):
6188
6189         Do not try to create the object if type
6190         is invalid.
6191
6192 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6193
6194         * ps/ps-document.c: (ps_document_dispose),
6195         (ps_async_renderer_render_pixbuf):
6196         * ps/ps-document.h:
6197
6198         Do not leak the target window
6199
6200 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6201
6202         * shell/ev-application.c: (ev_application_init):
6203
6204         Let tbe check file existence for us.
6205         Add a comment about eggrecent mime filter.
6206
6207 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6208
6209         * data/evince-ui.xml:
6210         * shell/ev-application.c: (ev_application_shutdown),
6211         (ev_application_init), (ev_application_get_toolbars_model),
6212         (ev_application_get_recent_model),
6213         (ev_application_save_toolbars_model):
6214         * shell/ev-application.h:
6215         * shell/ev-window.c: (ev_window_add_recent),
6216         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
6217         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
6218         (ev_window_init):
6219
6220         Use common toolbar and recent models for all windows.
6221         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6222
6223 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6224
6225         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
6226         successfully check for gtk_icon_view_get_visible_range.
6227
6228 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6229
6230         * djvu/Makefile.am:
6231         * dvi/Makefile.am:
6232         
6233         Fix djvu and dvi backend build.
6234
6235 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6236
6237         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
6238         (new_separator_pixbuf):
6239
6240         Don't leak windows.
6241
6242 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6243
6244         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6245
6246         HIGification of toolbar editor dialogue.
6247
6248 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6249
6250         * configure.ac:
6251         * shell/Makefile.am:
6252
6253         Ever build metadata manager since it's just
6254         disabled at runtime now.
6255
6256 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6257
6258         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
6259         (ev_metadata_manager_get), (ev_metadata_manager_set):
6260         * shell/ev-metadata-manager.h:
6261
6262         Add an _init functions that enabled metadata management
6263         at runtime.
6264
6265         * shell/ev-window.c: (page_changed_cb),
6266         (setup_document_from_metadata), (ev_window_setup_document),
6267         (setup_view_from_metadata), (ev_window_open_uri),
6268         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6269         (ev_window_run_presentation), (ev_window_stop_presentation),
6270         (save_sizing_mode), (ev_window_zoom_changed_cb),
6271         (ev_window_continuous_changed_cb),
6272         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
6273         (window_configure_event_cb):
6274
6275         Remove all ugly metadata define since we deal with it
6276         at runtime now.
6277
6278         * shell/main.c: (load_files_remote), (main):
6279
6280         Add support for dbus cvs head. Hopefully didnt break one
6281         of the other versions now!
6282
6283         If we dont get a response from the dbus server just
6284         give up with it and not enable metadata.
6285
6286 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6287
6288         * Makefile.am:
6289         * backend/Makefile.am:
6290         * configure.ac:
6291         * cut-n-paste/recent-files/Makefile.am:
6292         * cut-n-paste/toolbar-editor/Makefile.am:
6293         * cut-n-paste/zoom-control/Makefile.am:
6294         * lib/Makefile.am:
6295         * pdf/Makefile.am:
6296         * pixbuf/Makefile.am:
6297         * properties/Makefile.am:
6298         * ps/Makefile.am:
6299         * shell/Makefile.am:
6300         * thumbnailer/Makefile.am:
6301         * tiff/Makefile.am:
6302
6303         Make frontends depend on just libev.
6304         Rework and group CFLAGS/LIBS definitions.
6305         Cleanups.
6306
6307 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6308
6309         * shell/ev-window:
6310
6311         do not unnecessarily save zoom
6312
6313         * configure.ac:
6314         * lib/ev-file-helpers.c: (ev_dot_dir):
6315         * shell/Makefile.am:
6316         * shell/dummy.cc:
6317
6318         Some cleanups
6319
6320 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6321
6322         * configure.ac:
6323         
6324         Remove unnecessary dependencies
6325
6326 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6327
6328         * properties/Makefile.am:
6329         * thumbnailer/Makefile.am:
6330         * tiff/Makefile.am:
6331
6332         Some more cleanups. Was really necessary
6333         but I probably introduced bugs, feel free
6334         to flame :)
6335
6336 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6337
6338         * backend/Makefile.am:
6339         * configure.ac:
6340         * cut-n-paste/recent-files/Makefile.am:
6341         * cut-n-paste/toolbar-editor/Makefile.am:
6342         * cut-n-paste/zoom-control/Makefile.am:
6343         * lib/Makefile.am:
6344         * pdf/Makefile.am:
6345         * pixbuf/Makefile.am:
6346         * properties/Makefile.am:
6347         * ps/Makefile.am:
6348         * shell/Makefile.am:
6349         * thumbnailer/Makefile.am:
6350         * tiff/Makefile.am:
6351
6352         Use gnome-common macros when possible.
6353         Cleanup dependencies.
6354         Actually disable deprecated where possible.
6355
6356 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6357
6358         * Makefile.am:
6359         * backend/Makefile.am:
6360         * properties/Makefile.am:
6361         * shell/Makefile.am:
6362         * thumbnailer/Makefile.am:
6363
6364         This should solve the circular dep without
6365         requiring dir reorg!
6366
6367         * shell/ev-window.c: (setup_view_from_metadata):
6368
6369         Never restore window size/position when the
6370         window is already visible.
6371
6372 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6373
6374         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
6375
6376         Return a boolean from timeout func. Fix ported from gedit.
6377
6378 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
6379
6380         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
6381
6382 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6383
6384         * shell/ev-document-types.c: set "All Documents" as default filter in
6385         open dialog
6386
6387 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
6388
6389         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
6390         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
6391         (ev_metadata_manager_set_boolean): fix value/val thinko.
6392
6393 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6394
6395         * shell/ev-window.c: (setup_view_from_metadata),
6396         (window_state_event_cb), (window_configure_event_cb),
6397         (ev_window_init):
6398
6399         Remember window position and maximized state
6400
6401 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6402
6403         * configure.ac:
6404
6405         Fix DBUS configure checks.
6406
6407         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
6408         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
6409         (ev_metadata_manager_set_boolean):
6410
6411         Plug mem leaks.
6412
6413         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
6414         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6415         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
6416         (ev_window_continuous_changed_cb),
6417         (ev_window_dual_mode_changed_cb), (ev_window_new):
6418
6419         Fix the build without DBUS.
6420
6421 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6422
6423         * shell/ev-metadata-manager.c: (parse_value), (save_values),
6424         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
6425         (ev_metadata_manager_set_string),
6426         (ev_metadata_manager_set_boolean):
6427         * shell/ev-metadata-manager.h:
6428
6429         Add support for some more types
6430
6431         * shell/ev-view.c: (scroll_to_current_page),
6432         (ev_view_get_continuous), (ev_view_set_continuous),
6433         (ev_view_get_dual_page):
6434         * shell/ev-view.h:
6435         * shell/ev-window.c: (page_changed_cb),
6436         (setup_document_from_metadata), (ev_window_setup_document),
6437         (setup_view_from_metadata), (ev_window_open_uri),
6438         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6439         (ev_window_run_presentation), (ev_window_stop_presentation),
6440         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
6441         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
6442         (ev_window_update_dual_page_action),
6443         (ev_window_continuous_changed_cb),
6444         (ev_window_dual_mode_changed_cb), (ev_window_init):
6445
6446         Remember a bunch of view/document properties. Prolly some
6447         are still missing but it's getting interesting.
6448
6449 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
6450
6451         * configure.ac: check if dbus-binding-tool is installed. Not the
6452         case on current Ubuntu breezy, it seems.
6453
6454 2005-07-05  Luca Ferretti <elle.uca@libero.it>
6455
6456         * data/evince.desktop.in.in:
6457         
6458         Allow open uri lists and add TryExec field.
6459
6460 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6461
6462         * configure.ac:
6463
6464         Enable dbus when available, do not require a configure
6465         option.
6466
6467 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6468
6469         * configure.ac:
6470
6471         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
6472         disabled.
6473
6474 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6475         Marco Pesenti Gritti  <mpg@redhat.com>
6476
6477         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
6478         
6479         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
6480         functions to the format required by dbus
6481
6482         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
6483         errors. Use the RPC parameters in the expected way
6484
6485 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6486
6487         * Makefile.am:
6488         * properties/Makefile.am:
6489         * properties/ev-properties-main.c: (ev_properties_get_pages):
6490
6491         Support all mime types
6492
6493         * shell/Makefile.am:
6494         * thumbnailer/Makefile.am:
6495         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
6496         (evince_thumbnail_pngenc_get):
6497
6498         Use the document factory
6499
6500 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6501
6502         * backend/Makefile.am:
6503         * backend/ev-document-factory.c:
6504         (mime_type_supported_by_gdk_pixbuf),
6505         (ev_document_type_get_from_mime),
6506         (ev_document_factory_get_document),
6507         (ev_document_factory_get_backend),
6508         (ev_document_factory_get_mime_types),
6509         (ev_document_factory_get_all_mime_types):
6510         * backend/ev-document-factory.h:
6511         * shell/Makefile.am:
6512         * shell/ev-document-types.c: (get_document_from_uri),
6513         (ev_document_types_get_document),
6514         (file_filter_add_mime_list_and_free),
6515         (ev_document_types_add_filters):
6516         * shell/ev-document-types.h:
6517         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6518         * shell/ev-properties-dialog.c:
6519         (ev_properties_dialog_set_document):
6520         * shell/ev-window.c: (ev_window_cmd_file_open),
6521         (ev_window_cmd_save_as):
6522         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6523
6524         Rework document types managing to avoid code duplication
6525         and actually abstract from backend implementations.
6526         Also provide a minimal factory api that can be used by
6527         thumbnailer/properties.
6528
6529 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6530
6531         * properties/ev-properties-view.c: (ev_properties_view_set_info):
6532         Plug a mem leak.
6533         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6534         HIG spacings.
6535
6536 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6537
6538         * shell/ev-properties-dialog.c
6539         (ev_properties_dialog_set_document): only call
6540         ev_properties_fonts_set_document() if the document implements the
6541         fonts interface
6542
6543 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6544
6545         * configure.ac:
6546         * properties/Makefile.am:
6547         * properties/ev-properties-view.c:
6548         (ev_properties_view_register_type):
6549         * properties/ev-properties-view.h:
6550         * properties/ev-properties-main.h:
6551
6552         Implement nautilus plugin for properties.
6553         Works only for pdf atm, I need to rework the
6554         document types stuff to get this to work
6555         for all backends...
6556
6557 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6558
6559         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
6560         (ev_properties_fonts_set_document): use
6561         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
6562
6563 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6564
6565         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
6566         them
6567         (PlaceImage, tiff2ps_process_page): use
6568         g_ascii_dtostr to convert floats to strings in a locale-safe way.
6569
6570
6571 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6572
6573         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
6574         (main): to call gnome_authentication_manager_init. Should fix
6575         Bug #308510
6576
6577         * configure.ac: that requires libgnomeui 2.6.0.
6578
6579 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6580
6581         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6582         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
6583         use the new tiff2ps interfaces
6584
6585         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
6586         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
6587
6588         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
6589         structure instead of global variables.  Remove use of static
6590         variables in functions.
6591
6592 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
6593
6594         * shell/ev-page-action.c: unref the completion after setting it to the
6595         entry
6596
6597 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6598
6599         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
6600         postscript files
6601
6602 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6603
6604         * shell/ev-window.c (update_action_sensitivity): disable
6605         File->Print if the document does not implement the ps exporter
6606         interface
6607
6608 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
6609
6610         * Makefile.am:
6611         * configure.ac:
6612         * data/evince-properties.glade:
6613         * properties/.cvsignore:
6614         * properties/Makefile.am:
6615         * properties/ev-properties-view.c: (ev_properties_view_dispose),
6616         (ev_properties_view_class_init), (ev_properties_view_format_date),
6617         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
6618         (ev_properties_view_init), (ev_properties_view_new):
6619         * properties/ev-properties-view.h:
6620         * shell/Makefile.am:
6621         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
6622         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
6623         (ev_properties_dialog_new):
6624         * shell/ev-properties-dialog.h:
6625         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6626         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
6627         (update_progress_label), (job_fonts_finished_cb),
6628         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
6629         * shell/ev-properties-fonts.h:
6630         * shell/ev-properties.c:
6631         * shell/ev-properties.h:
6632         * shell/ev-window.c: (ev_window_setup_document),
6633         (ev_window_cmd_file_properties):
6634
6635         Split the properties pages in two different objects, depend
6636         only on the backend where possible, use widgets instead
6637         of gobject for the glade part, reimplement the dialog
6638         itself with gtk.
6639         I need this to implement nautilus properties page.
6640
6641 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
6642
6643         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6644         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
6645         (tiff_document_document_ps_exporter_iface_init): implement the ps
6646         exporter interface for tiff documents
6647
6648         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
6649         libtiff to implement TIFF postscript export
6650
6651         * tiff/tiff2ps.h: added a header file for external tiff2ps
6652         functions.
6653
6654         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
6655         tiff2ps.h
6656
6657 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6658
6659         * shell/ev-view.c: (scroll_to_current_page),
6660         (ev_view_set_fullscreen), (ev_view_set_presentation):
6661         
6662         Scroll to current page when exit from presentation
6663
6664 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6665
6666         * shell/ev-window.c: (update_document_mode),
6667         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6668         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
6669         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
6670         
6671         Exit from fullscreen mode when switch to presentation. Fix for
6672         bug 309365
6673
6674 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6675
6676         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
6677         return NULL if the document does not implement the selection
6678         interface.
6679
6680 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6681
6682         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
6683         reported height by using the resolution aspect ratio
6684         (tiff_document_render_pixbuf): scale the pixbuf using the
6685         resolution aspect ratio
6686
6687 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6688
6689         * configure.ac:
6690         
6691         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
6692         <kiltedaco@gmail.com>
6693         
6694         * djvu/djvu-document.c: (djvu_document_get_orientation),
6695         (djvu_document_set_orientation), (djvu_document_get_page_size),
6696         (rotate_pixbuf), (djvu_document_render_pixbuf),
6697         (djvu_document_document_iface_init):
6698         * dvi/dvi-document.c: (dvi_document_get_orientation),
6699         (dvi_document_set_orientation), (dvi_document_get_page_size),
6700         (rotate_pixbuf), (dvi_document_render_pixbuf),
6701         (dvi_document_document_iface_init):
6702         
6703         Dvi and djvu backends are ported to new API
6704
6705 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
6706
6707         * backend/ev-selection.c: (ev_selection_get_selection_region),
6708         (ev_selection_get_selection_map):
6709         * backend/ev-selection.h:
6710         * pdf/ev-poppler.cc:
6711         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6712         * shell/ev-jobs.h:
6713         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6714         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6715         (ev_pixbuf_cache_get_text_mapping):
6716         * shell/ev-pixbuf-cache.h:
6717         * shell/ev-view.c: (location_in_text),
6718         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
6719         support to EvView.  Now we can see where we can select!  Sweet!
6720
6721 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
6722
6723         * shell/ev-view.c (ev_view_button_press_event): Fix
6724         event->y + view->scroll_x typo.
6725
6726 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
6727
6728         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
6729         sub-GdkPixbuf instead of passing dest_x and dest_y.
6730         
6731         * shell/ev-view.c: (view_point_to_doc_point),
6732         (view_rect_to_doc_rect), (ev_view_button_press_event),
6733         (ev_view_motion_notify_event), (compute_new_selection_rect),
6734         (gdk_rectangle_point_in), (compute_new_selection_text),
6735         (compute_selections): Update selection code to keep the selection
6736         around as two points and not as a normalized rectangle, and fix
6737         page level selection in two-column mode.
6738
6739 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
6740
6741         * shell/ev-window.c: (window_configure_event_cb): 
6742         
6743         Fix compilation
6744         
6745 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
6746
6747         * pdf/ev-poppler.cc:
6748
6749         Fix compilation
6750
6751 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
6752
6753         * shell/Makefile.am:
6754         * shell/ev-metadata-manager.c: (item_free),
6755         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
6756         (parse_value), (parseItem), (load_values),
6757         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
6758         (save_values), (save_item), (get_oldest), (resize_items),
6759         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
6760         * shell/ev-metadata-manager.h:
6761
6762         Metadata manager from gedit but modified to use GValue, so that
6763         we dont need to keep converting from strings.
6764
6765         * configure.ac:
6766
6767         ENABLE_METADATA conditional, on when dbus is on
6768
6769         * shell/ev-application.c: (ev_application_open_uri):
6770
6771         Show the window after load so that we can initialize
6772         window size before it's showed.
6773
6774         * shell/ev-window.c: (ev_window_setup_from_metadata),
6775         (ev_window_open_uri), (window_configure_event_cb),
6776         (ev_window_init):
6777
6778         Save and load metadata information about window size.
6779         Not yet keeping states in account.
6780
6781         * shell/main.c: (main):
6782
6783         Shutdown metadata manager.
6784
6785 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6786
6787         * shell/ev-application-service.xml:
6788         * configure.ac:
6789         * shell/Makefile.am:
6790         * shell/ev-application.c:
6791         * shell/ev-application.h:
6792         * shell/ev-window.c:
6793         * shell/ev-window.h:
6794         * shell/main.c:
6795
6796         Add an optional dbus interface (--enable-dbus).
6797         Rework application code, mainly to be easier to
6798         use "remotely".
6799         Do not open multiple windows with the same document,
6800         spatial evince!
6801
6802 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
6803
6804         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
6805         pixbuf iff it exists.
6806
6807 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
6808
6809         * shell/*:
6810         * backend/ev-render-context.[ch]:
6811         * backend/ev-selection.[ch]:
6812
6813         Massive changes.  We now support text selection of pdfs, and not
6814         just rectangular selection.  This is pretty broken still, but I
6815         want to get something into CVS.
6816
6817 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6818
6819         * pdf/ev-poppler.cc:
6820         
6821         Fix for Bug 309080: crash on window close.
6822         
6823         * shell/ev-page-action.c: (page_changed_cb):
6824         
6825         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
6826         jensgr@gmx.net (Jens Granseuer).
6827
6828 2005-06-25  Marcel Telka  <marcel@telka.sk>
6829
6830         * configure.in (ALL_LINGUAS): Added sk.
6831
6832 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6833
6834         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
6835         not a document open
6836
6837 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6838
6839         * NEWS:
6840         * configure.ac:
6841
6842         Release 0.3.2
6843
6844         * cut-n-paste/recent-files/Makefile.am:
6845
6846         Fix make distcheck
6847
6848 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6849
6850         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
6851         (pixbuf_document_set_orientation), (rotate_pixbuf),
6852         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
6853         (pixbuf_document_document_iface_init), (pixbuf_document_init):
6854
6855         Implement rotation and cleanup the code a bit.
6856
6857         * tiff/tiff-document.c: (tiff_document_get_page_size),
6858         (tiff_document_get_orientation), (tiff_document_set_orientation),
6859         (rotate_pixbuf), (tiff_document_render_pixbuf),
6860         (tiff_document_document_iface_init), (tiff_document_init):
6861
6862         Implement rotation. Was the quicker solution for the release
6863         but we really need to share this code in the shell.
6864
6865 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6866
6867         * pdf/ev-poppler.cc:
6868
6869         Enable rotation, require poppler cvs. Fix a leak.
6870
6871 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6872
6873         * shell/ev-window.c: (update_action_sensitivity):
6874         
6875         Make properties unsensitive if document backend doesn't provide
6876         any info
6877
6878 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6879
6880         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
6881         (bitmap_flip_horizontally), (bitmap_flip_vertically),
6882         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
6883         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
6884         (bitmap_flip_rotate_counter_clockwise):
6885         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
6886         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
6887         (buff_gets):
6888         * dvi/mdvi-lib/common.h:
6889         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
6890         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
6891         (opendvi), (mdvi_reload), (mdvi_init_context),
6892         (mdvi_destroy_context), (mdvi_dopage), (special):
6893         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
6894         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
6895         (file_hash_free), (register_encoding), (parse_spec),
6896         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
6897         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
6898         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
6899         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
6900         (mdvi_register_font_type), (mdvi_unregister_font_type),
6901         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
6902         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
6903         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
6904         (mdvi_hash_destroy_key), (mdvi_hash_reset):
6905         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
6906         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
6907         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
6908         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
6909         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
6910         * dvi/mdvi-lib/special.c: (mdvi_register_special),
6911         (mdvi_unregister_special), (mdvi_flush_specials):
6912         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
6913         (t1_font_remove):
6914         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
6915         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
6916         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
6917         (free_font_metrics), (flush_font_metrics):
6918         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
6919         (tt_font_remove):
6920         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
6921         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
6922         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
6923         (dstring_insert), (dstring_new), (dstring_reset):
6924         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
6925         
6926         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
6927         avoid conflict with libtool on FC4
6928         
6929         * shell/ev-window.c: (ev_window_cmd_help_about):
6930         
6931         Update copyright year. Fix for bug 308828.
6932
6933 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
6934
6935         * shell/ev-view.c: (add_scroll_binding_keypad),
6936         (ev_view_binding_activated), (ev_view_class_init),
6937         (on_adjustment_value_changed):
6938         
6939         Bug 170874: Arrow keys switch pages in presentation mode
6940
6941 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
6942
6943         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6944         
6945         Fix for Bug 308265: Sidebar dissappears coming out of 
6946         Presentation mode
6947
6948 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
6949
6950         * shell/ev-application.c: (ev_application_open):
6951         * shell/ev-document-types.c: (ev_document_types_add_filters),
6952         (ev_document_types_add_filters_for_type):
6953         * shell/ev-document-types.h:
6954         * shell/ev-window.c: (ev_window_cmd_save_as):
6955         
6956         Suggest basename as template when saving, provide filters
6957         for save dialog. It's bug 308402
6958
6959 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6960
6961         * pdf/ev-poppler.cc:
6962         * shell/ev-sidebar-links.c: (job_finished_callback):
6963         * shell/ev-view.c: (update_find_status_message):
6964         
6965         Some leaks fixed
6966
6967 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
6968
6969         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6970         (egg_recent_view_uimanager_set_list):
6971
6972         Fix buglet in !show_numbers case.
6973
6974 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
6975
6976         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6977         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
6978
6979         Use pango ellipsisation.
6980
6981         * pdf/ev-poppler.cc:
6982
6983         Fix refcount leak, from nsh.
6984
6985 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6986
6987         * cut-n-paste/recent-files/Makefile.am:
6988         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
6989         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
6990         
6991         Removed EggRecentViewGtk
6992         
6993         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6994         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6995         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
6996         (ev_window_setup_recent):
6997         
6998         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
6999         with other projects
7000
7001 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7002
7003         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7004         (egg_recent_view_gtk_finalize):
7005
7006         Fix memory leak
7007
7008         * cut-n-paste/toolbar-editor/Makefile.am:
7009         
7010         Fix location of cursor icon.
7011         
7012         * pdf/ev-poppler.cc:
7013         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
7014         (display_completion_text), (match_completion):
7015         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7016         (selection_changed_callback), (create_loading_model),
7017         (print_section_cb), (links_page_num_func),
7018         (update_page_callback_foreach):
7019         * shell/ev-window.c: (ev_window_dispose):
7020         
7021         Small memory fixes. Links model now store objects instead
7022         of pointers to improve memory management. 
7023
7024 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7025
7026         * shell/ev-window.c: (zoom_control_changed_cb):
7027         
7028         Fix update of zoom control (bug 308268).
7029
7030 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
7031
7032         * shell/ev-properties.c (set_property): escape the text correctly.
7033         Handles non-UTF-8 properties and escaped properties.  Also, sets
7034         the text to "<i>None</i>" if the property isn't set.
7035
7036         * data/evince-properties.glade: Change the label to be ellipsized,
7037         and give it a minimum size.
7038
7039 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7040
7041         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
7042         * shell/ev-sidebar-links.c: (create_loading_model):
7043         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7044         * shell/ev-view.c: (ev_view_set_document):
7045         * shell/ev-window.c: (ev_window_dispose):
7046         
7047         Various small fixes, mostly memory leaks. Thanks to valgrind.
7048
7049 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
7050
7051         * ps/ps-document.c: remove the locale.h include again ;-). And
7052         kill the (bogus) setlocale/savelocale business.
7053
7054 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
7055
7056         * ps/ps-document.c:
7057         
7058         Include locale.h to fix build
7059         
7060         * shell/ev-sidebar.c:
7061         
7062         Remove unnecessary includes
7063
7064 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7065
7066         * dvi/dvi-document.c: (dvi_document_load):
7067         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
7068         * po/POTFILES.in:
7069         
7070         Check for incorrect dvi files. Fix parsing dvi on AMD64
7071         platform. Thanks to tester@tester.ca (Olivier Crete).
7072
7073 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7074
7075         * shell/ev-page-action.c: (match_selected_cb),
7076         (display_completion_text), (match_completion), (update_model):
7077         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7078         (expand_open_links):
7079         * shell/ev-sidebar.c: (ev_sidebar_destroy),
7080         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
7081         (ev_sidebar_set_document):
7082         * shell/ev-window.c: (ev_window_xfer_job_cb),
7083         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
7084         
7085         Fixed lot's of memory leaks, for example, memory leak on reload, 
7086         described in bug 307793.
7087
7088 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7089
7090         * pdf/ev-poppler.cc:
7091         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
7092         (update_visible_range), (adjustment_changed_cb),
7093         (ev_sidebar_thumbnails_fill_model),
7094         (ev_sidebar_thumbnails_refresh),
7095         (ev_sidebar_tree_selection_changed),
7096         (ev_sidebar_icon_selection_changed),
7097         (ev_sidebar_thumbnails_use_icon_view),
7098         (ev_sidebar_thumbnails_set_document):
7099         * shell/ev-sidebar-thumbnails.h:
7100         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7101         (ev_window_cmd_edit_rotate_right), (ev_window_init):
7102
7103         Refresh thumbnails when changing orientation. Not fully
7104         working yet becuase of a sidebar bug.
7105
7106         Set page orientation to poppler page everywhere. This sucks
7107         really need to fix poppler.
7108
7109 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7110
7111         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7112         (egg_recent_view_gtk_new_menu_item),
7113         (egg_recent_view_gtk_set_property),
7114         (egg_recent_view_gtk_get_property),
7115         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
7116         (egg_recent_view_gtk_set_tooltip_func),
7117         (egg_recent_view_gtk_set_label_width),
7118         (egg_recent_view_gtk_get_label_width):
7119         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7120
7121         Sync with libegg (ellipsize labels)
7122
7123 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7124
7125         * data/evince-ui.xml:
7126         * shell/ev-window.c: (ev_window_cmd_go_forward),
7127         (ev_window_cmd_go_backward):
7128         
7129         Shift + PageUp moves 10 Pages. Fix for 306125
7130
7131 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7132
7133         * pdf/ev-poppler.cc:
7134
7135         Add a flag to check if orientation has been overriden
7136
7137 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
7138
7139         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
7140         field if necessary.
7141
7142         * ps/ps.h: add creator field to document.
7143
7144         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
7145         set creator field.
7146
7147 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7148
7149         * data/evince-properties.glade:
7150         * shell/ev-properties.c: (ev_properties_set_document):
7151
7152         s/PDF Version/Format
7153
7154 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7155
7156         * shell/ev-properties.c: (ev_properties_set_document):
7157
7158         Remove unnecessary translations
7159
7160 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7161
7162         * cut-n-paste/toolbar-editor/Makefile.am:
7163
7164         Correct library name    
7165
7166 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7167
7168         * configure.ac:
7169         * cut-n-paste/recent-files/egg-recent-model.c:
7170         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
7171         (egg_recent_model_unlock_file):
7172         * cut-n-paste/recent-files/egg-recent-util.c:
7173         (egg_recent_util_get_unique_id):
7174         * cut-n-paste/recent-files/update-from-egg.sh:
7175         * cut-n-paste/toolbar-editor/Makefile.am:
7176         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7177         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7178         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7179         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7180         (egg_toolbars_model_get_type):
7181         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7182
7183         Better makefile for toolbar editor and update everything
7184         to latest libegg.
7185
7186 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7187
7188         * shell/ev-window.c: (update_document_mode):
7189
7190         Prefer presentation mode when the document
7191         require fullscreen.
7192
7193 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7194
7195         * data/evince-ui.xml:
7196         * shell/ev-window.c:
7197
7198         Add control-equal for zooming
7199
7200 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
7201
7202         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
7203
7204 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
7205
7206         * backend/ev-document.c: (ev_document_get_orientation):
7207         * backend/ev-document.h:
7208         * pdf/ev-poppler.cc:
7209         * ps/ps-document.c: (ps_document_get_orientation),
7210         (ps_document_set_orientation), (ps_document_document_iface_init):
7211
7212         Add a get_orientation api. Improve set_orientation.
7213
7214         * data/evince-ui.xml:
7215         * shell/ev-view.c: (ev_view_set_orientation),
7216         (ev_view_rotate_right), (ev_view_rotate_left):
7217         * shell/ev-view.h:
7218         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7219         (ev_window_cmd_edit_rotate_right):
7220
7221         Better ui for changing document orientation
7222
7223 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7224
7225         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
7226         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
7227         * shell/ev-sidebar-links.h:
7228         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
7229         (ev_sidebar_page_iface_init):
7230         * shell/ev-sidebar-page.h:
7231         * shell/ev-sidebar-thumbnails.c:
7232         (ev_sidebar_thumbnails_get_property),
7233         (ev_sidebar_thumbnails_class_init),
7234         (ev_sidebar_thumbnails_set_document):
7235         * shell/ev-sidebar-thumbnails.h:
7236         * shell/ev-view.c: (ev_view_motion_notify_event):
7237         * shell/ev-window.c: (update_chrome_visibility),
7238         (ev_window_cmd_focus_page_selector),
7239         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
7240         (sidebar_page_main_widget_update_cb), (ev_window_init):
7241         
7242         Autoraise toolbar on GoToPage binding and fix bindings in
7243         EvSidebarThumbnails page.
7244
7245 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
7246
7247         * shell/ev-properties.c: (update_progress_label):
7248
7249         Hide the progress label when finished; bug #307697.
7250
7251 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7252
7253         * pdf/ev-poppler.cc:
7254
7255         Enable is_open for links, you will need poppler cvs
7256
7257         * shell/ev-properties.c: (job_fonts_finished_cb):
7258
7259         Get a lock on the document when filling the tree view
7260
7261 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7262
7263         * backend/ev-document-links.h:
7264         * pdf/ev-poppler.cc:
7265         * shell/ev-sidebar-links.c: (create_loading_model),
7266         (expand_open_links), (job_finished_callback):
7267
7268         Expand links when specified by the document.
7269         Depend on a poppler api (defined out for now)
7270
7271 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7272
7273         * shell/ev-properties.c: (ev_properties_dispose),
7274         (ev_properties_class_init), (dialog_destroy_cb),
7275         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
7276         (ev_properties_set_document), (ev_properties_new),
7277         (ev_properties_show):
7278         * shell/ev-properties.h:
7279
7280         Make it an object, cleanup the code, api to show it as transient
7281         and to set the document.
7282
7283         * shell/ev-window.c: (ev_window_setup_document),
7284         (ev_window_cmd_file_properties):
7285
7286         Adapt to EvProperties changes, do not show multiple
7287         times, update it when document changes.
7288
7289 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7290
7291         * ps/gstypes.h:
7292         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
7293         (ps_document_set_orientation), (ps_document_document_iface_init):
7294         * ps/ps-document.h:
7295
7296         Implement orientation here too
7297
7298         * shell/ev-properties.c: (ev_properties_new):
7299         * data/evince-properties.glade:
7300
7301         Hide the fonts page for backends that doesnt
7302         support it.     
7303
7304 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7305
7306         * backend/ev-document.c: (ev_document_set_orientation):
7307         * backend/ev-document.h:
7308         * pdf/ev-poppler.cc:
7309
7310         Add orientation api. Currently poppler api is not optimal,
7311         we need to set orientation every time we _get a page.
7312         I will try to fix that at some point.
7313
7314         * data/evince-ui.xml:
7315         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
7316         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
7317
7318         Add orientation menu items
7319
7320         * shell/ev-page-cache.c: (ev_page_cache_clear):
7321         * shell/ev-page-cache.h:
7322
7323         Add api to clear the cache
7324
7325         * shell/ev-view.c: (setup_caches), (clear_caches),
7326         (ev_view_set_document), (ev_view_zoom_out),
7327         (ev_view_set_orientation):
7328         * shell/ev-view.h:
7329
7330         Implement orientation changing
7331
7332 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
7333
7334         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
7335         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
7336         * backend/ev-document-fonts.h:
7337
7338         Separate scan and fill so that we can incrementally fill from
7339         the main thread. Add a progress api.
7340
7341         * data/evince-properties.glade:
7342         * pdf/ev-poppler.cc:
7343         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
7344         * shell/ev-jobs.h:
7345         * shell/ev-properties.c: (update_progress_label),
7346         (job_fonts_finished_cb), (setup_fonts_view):
7347
7348         Incrementally feel the list and show the progress
7349         percentage in a label like acrobat does.
7350
7351         You are going to need poppler cvs
7352
7353 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
7354
7355         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
7356         * backend/ev-document-fonts.h:
7357         * pdf/ev-poppler.cc:
7358
7359         Make fonts model fill incrementally.
7360
7361         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7362         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7363         (ev_job_queue_remove_job):
7364         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7365         (ev_job_fonts_new), (ev_job_fonts_run):
7366         * shell/ev-jobs.h:
7367
7368         New job for fonts scanning
7369
7370         * shell/ev-properties.c: (job_fonts_finished_cb),
7371         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
7372         * shell/ev-properties.h:
7373         * shell/ev-window.c: (ev_window_cmd_file_properties):
7374
7375         Incrementally feel the treeview using the new job. Show Loading...
7376         message until scanning is completed.
7377
7378         Hopefully I didnt break the build without the poppler patch.
7379
7380 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7381
7382         * shell/ev-application.c: (ev_application_open):
7383         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
7384         (ev_document_type_get_type), (ev_document_type_lookup):
7385         * shell/ev-document-types.h:
7386         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
7387         * shell/ev-job-xfer.h:
7388         * shell/ev-window.c: (ev_window_clear_local_uri),
7389         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
7390         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
7391         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7392         
7393         Transfer remote documents to tmp directory to display them later.
7394
7395 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
7396
7397         * backend/ev-document-info.h:
7398         * shell/ev-properties.c: (ev_properties_new):
7399
7400         s/GTime*/GTime. Not sure why we was using a pointer
7401         at all there!
7402
7403 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
7404
7405         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
7406         situations.  That situation is that you're using GTK+-HEAD with
7407         the patch at #306726 is applied, and you have a document with <
7408         1500 pages in it.  It's not quite as uniformly nice as the
7409         TreeView, but should be better in the long run.
7410
7411         I'm pretty sure I guarded against breaking compilation with
7412         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
7413         I missed some.
7414
7415         * shell/ev-window.c (ev_window_init): We don't have our tree/list
7416         widget yet, so I commented that code out
7417         enable_view_actions_for_widget() for now.  Need to figure this
7418         out.
7419
7420         * shell/ev-page-action.c (match_selected_cb): emit the right
7421         signals.  Our cool C-l completion now works.
7422
7423 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7424
7425         * backend/Makefile.am:
7426         * backend/ev-document-fonts.c:
7427         * backend/ev-document-links.c:
7428         * backend/ev-document.c: (ev_document_load):
7429         * backend/ev-document.h:
7430         * backend/ev-job-queue.c:
7431         * backend/ev-job-queue.h:
7432         * backend/ev-jobs.c:
7433         * backend/ev-jobs.h:
7434         * backend/ev-page-cache.c:
7435         * backend/ev-page-cache.h:
7436
7437         EvPageCache and EvJobs are moved to shell.
7438
7439         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
7440         (ev_tmp_filename):
7441         * lib/ev-file-helpers.h:
7442         
7443         New helper to work with temporary files
7444         
7445         * shell/Makefile.am:
7446         * shell/ev-application.c: (ev_application_open):
7447         * shell/ev-application.h:
7448         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
7449         (remove_job_from_async_queue), (add_job_to_async_queue),
7450         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
7451         (handle_job), (search_for_jobs_unlocked),
7452         (no_jobs_available_unlocked), (ev_render_thread),
7453         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7454         (ev_job_queue_add_job), (move_job_async), (move_job),
7455         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7456         * shell/ev-job-queue.h:
7457         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
7458         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
7459         * shell/ev-job-xfer.h:
7460         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
7461         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
7462         (ev_job_links_class_init), (ev_job_render_init),
7463         (ev_job_render_dispose), (ev_job_render_class_init),
7464         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
7465         (ev_job_thumbnail_class_init), (ev_job_load_init),
7466         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
7467         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
7468         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
7469         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
7470         * shell/ev-jobs.h:
7471         * shell/ev-page-action.c: (ev_page_action_set_document):
7472         * shell/ev-page-cache.c: (ev_page_cache_init),
7473         (ev_page_cache_class_init), (ev_page_cache_finalize),
7474         (ev_page_cache_new), (ev_page_cache_get_n_pages),
7475         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
7476         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
7477         (ev_page_cache_get_title), (ev_page_cache_get_size),
7478         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7479         (ev_page_cache_get_height_to_page),
7480         (ev_page_cache_get_max_label_chars),
7481         (ev_page_cache_get_page_label),
7482         (ev_page_cache_has_nonnumeric_page_labels),
7483         (ev_page_cache_get_info), (ev_page_cache_next_page),
7484         (ev_page_cache_prev_page), (ev_page_cache_get):
7485         * shell/ev-page-cache.h:
7486         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
7487         (ev_pixbuf_cache_clear_job_sizes),
7488         (ev_pixbuf_cache_add_jobs_if_needed),
7489         (ev_pixbuf_cache_set_page_range):
7490         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
7491         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
7492         * shell/ev-sidebar-thumbnails.c:
7493         (ev_sidebar_tree_selection_changed),
7494         (ev_sidebar_thumbnails_set_document):
7495         * shell/ev-statusbar.c: (ev_statusbar_destroy),
7496         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
7497         (ev_statusbar_get_context_id), (ev_statusbar_push),
7498         (ev_statusbar_pop), (ev_statusbar_set_maximized),
7499         (ev_statusbar_pulse), (ev_statusbar_show_progress),
7500         (ev_statusbar_set_progress):
7501         * shell/ev-statusbar.h:
7502         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
7503         (ev_view_find_previous):
7504         * shell/ev-window.c: (ev_window_is_empty),
7505         (ev_window_setup_document), (password_dialog_response),
7506         (ev_window_clear_jobs), (ev_window_load_job_cb),
7507         (ev_window_xfer_job_cb), (ev_window_open_uri),
7508         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
7509         (ev_window_print), (ev_window_print_range),
7510         (ev_window_state_event), (ev_window_cmd_view_reload),
7511         (menu_item_select_cb), (menu_item_deselect_cb),
7512         (view_status_changed_cb), (ev_window_dispose),
7513         (drag_data_received_cb), (ev_window_init):
7514         * shell/ev-window.h:
7515         * shell/main.c: (load_files):
7516         
7517         New statusbar to show progress on idle. Two new jobs - 
7518         xfer job and load job to load document in background. And update
7519         of page_cache clients to new location of code.
7520
7521 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
7522   
7523         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
7524         selection in open dialog. It also remembers the last visited directory 
7525         in the current session.
7526
7527 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7528
7529         * shell/ev-properties.c: (ev_properties_new):
7530         * shell/ev-properties.h:
7531         * shell/ev-window.c: (ev_window_cmd_file_properties):
7532         
7533         Get document info from page cache instead of document itself.
7534         This should fix crash related to race conditions described in
7535         bug 306545.
7536
7537 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7538
7539         * ps/ps-document.c: (ps_document_init),
7540         (send_ps), (get_page_box), (output), (catchPipe), (input),
7541         (stop_interpreter), (file_length), (file_readable),
7542         (check_filecompressedb), (ps_document_enable_interpreter),
7543         (document_load), (ps_async_renderer_render_pixbuf):
7544         * ps/ps-document.h:
7545
7546         Big cleanup of the ps code
7547
7548 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7549
7550         * backend/Makefile.am:
7551         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
7552         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
7553         * backend/ev-async-renderer.h:
7554
7555         Add an async renderer interface (method + callback) which
7556         is useful for backends like ps.
7557
7558         * backend/ev-job-queue.c: (remove_job_from_async_queue),
7559         (add_job_to_async_queue), (job_finished_cb), (handle_job),
7560         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7561         (ev_job_queue_add_job), (move_job_async), (move_job),
7562         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7563
7564         Add queues for async renderer, these are executed on the
7565         main thread.
7566
7567         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
7568         (ev_job_render_run):
7569         * backend/ev-jobs.h:
7570
7571         If the backend support async renderer interface use it.
7572
7573         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
7574         (setup_pixmap), (ps_document_get_type),
7575         (ps_async_renderer_render_pixbuf),
7576         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
7577
7578         Implement async renderer interface.
7579
7580 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7581
7582         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
7583
7584         Cleanup links job on exit.
7585
7586 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7587
7588         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7589         (drag_data_get_cb), (drag_data_received_cb):
7590         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7591         (drag_data_get_cb), (parse_item_list),
7592         (egg_toolbar_editor_load_actions):
7593         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7594         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
7595         (parse_item_list), (parse_toolbars):
7596         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7597         (dvi_pixbuf_put_pixel):
7598         
7599         Fix gcc 4.0 warnings
7600
7601 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7602
7603         * ps/ps-document.c: (start_interpreter):
7604
7605         Fix warning when loading ps
7606
7607 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7608
7609         * ps/ps-document.c: (output):
7610
7611         Fix crash when priting gs error messages.
7612
7613 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7614
7615         * backend/ev-page-cache.c: (_ev_page_cache_new):
7616         * backend/ev-page-cache.h:
7617
7618         Use a const to return title so that we dont double
7619         free it. Small cleanup and fix a leak.
7620
7621         * shell/ev-window.c: (update_window_title):
7622
7623         strdup value from get_title.
7624
7625 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7626
7627         * shell/ev-sidebar-links.c: (job_finished_callback),
7628         (ev_sidebar_links_set_document):
7629
7630         Cleanup the old job when changing document
7631
7632 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7633
7634         * shell/ev-stock-icons.c:
7635         * shell/ev-stock-icons.h:
7636         * shell/ev-window.c:
7637         
7638         Add stock icons for actions that can appear in toolbar. Fix for
7639         bug 306566.
7640
7641 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7642
7643         * backend/ev-page-cache.c: (ev_page_cache_finalize),
7644         (_ev_page_cache_new), (ev_page_cache_get_max_width),
7645         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
7646         * backend/ev-page-cache.h:
7647         * shell/ev-view.c: (scroll_to_current_page),
7648         (view_update_range_and_current_page), (get_page_y_offset),
7649         (get_page_extents), (ev_view_size_request_continuous_dual_page),
7650         (ev_view_size_request_continuous),
7651         (ev_view_zoom_for_size_continuous_and_dual_page),
7652         (ev_view_zoom_for_size_continuous):
7653         
7654         More compact EvView layout in document with pages of different size.
7655
7656 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
7657
7658         * shell/ev-window.c (ev_window_cmd_file_properties): fix
7659         compilation.
7660
7661 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7662
7663         * shell/ev-view.c: (view_set_adjustment_values):
7664         * shell/ev-window.c: (ev_window_cmd_file_properties):
7665         
7666         A bit different fix for rounding problem but it has no
7667         problems on startup. Make properties window transient to parent.
7668
7669 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7670
7671         * pdf/ev-poppler.cc:
7672         
7673         More commenting of font stuff.
7674
7675 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7676
7677         * pdf/ev-poppler.cc:
7678
7679         Comment out some more fonts stuff. Should really
7680         work without the poppler patch now.
7681
7682 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7683
7684         * pdf/ev-poppler.cc:
7685
7686         Adapt to api change
7687
7688 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7689
7690         * data/evince-properties.glade:
7691         * pdf/ev-poppler.cc:
7692         * shell/ev-properties.c: (setup_fonts_view):
7693
7694         Set the column title. Show the dialog only
7695         once everything is setup.
7696         Getting font info can be very slow... will
7697         prolly need to make this threaded too.
7698
7699 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7700
7701         * backend/Makefile.am:
7702         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
7703         (ev_document_fonts_get_fonts_model):
7704         * backend/ev-document-fonts.h:
7705         * data/evince-properties.glade:
7706         * pdf/ev-poppler.cc:
7707         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
7708         * shell/ev-properties.h:
7709         * shell/ev-window.c: (ev_window_cmd_file_properties):
7710
7711         Implement fonts list. Defined out for now, since it depends
7712         on a not yet committed poppler patch.
7713
7714 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
7715
7716         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
7717         page + 1.
7718
7719         * shell/ev-window.c: Make sure we add the timeout when we get a
7720         focus-in event.
7721
7722         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
7723         adjustment->value before calculating the zoom factor to average
7724         out all of our rounding errors.  The page no longer 'drifts' when
7725         resizing.
7726
7727 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7728
7729         * data/evince-properties.glade:
7730         * shell/ev-properties.c: (ev_properties_format_date),
7731         (set_property):
7732         
7733         Labels don't expand when the dialogue is resized.
7734         strftime result needs to be converted to UTF-8. Thanks
7735         to Christian Persch <chpe@gnome.org>.
7736
7737 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7738
7739         * data/evince-properties.glade:
7740
7741         Hide the fonts tab
7742
7743 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7744
7745         * backend/ev-document-info.h:
7746         * backend/ev-document.c: (ev_document_info_free):
7747         * data/evince-properties.glade:
7748         * pdf/ev-poppler.cc:
7749         * ps/ps-document.c: (ps_document_get_info):
7750         * shell/ev-properties.c: (ev_properties_format_date),
7751         (set_property), (ev_properties_new):
7752         * shell/ev-properties.h:
7753         * shell/ev-window.c: (ev_window_cmd_file_properties):
7754
7755         Rework properties code to take only EvPropertyInfo
7756         in the constructor so that it can be useful for
7757         nautilus plugin too.
7758
7759         Deal with backends that doesnt support some properties.
7760         Make set property code generic.
7761
7762 2005-06-04  Christian Persch <chpe@gnome.org>
7763
7764         * data/evince-properties.glade:
7765
7766         fix spacings, make resizeable, and make data labels
7767         selectable + ellipsised
7768
7769 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
7770
7771         * backend/ev-document-info.h:
7772         * data/Makefile.am:
7773         * data/evince-ui.xml:
7774         * pdf/ev-poppler.cc:
7775         * shell/Makefile.am:
7776         * shell/ev-window.c: (update_action_sensitivity),
7777         (ev_window_cmd_file_properties):
7778
7779         Initial go at file properties. Patch by
7780         Emil Soleyman-Zomalan <emil@soleyman.com>.
7781         Needs love see #169583
7782
7783 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
7784
7785         * ps/ps-document.c: (output):
7786         * ps/ps.c: (psscan):
7787
7788         Try to render even if psscan fails.
7789
7790 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7791
7792         * ps/ps.c: (psscan), (pscopydoc):
7793
7794         Port buffered reading code from gv
7795
7796 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7797
7798         * ps/ps-document.c: (interpreter_message), (output):
7799
7800         Do not fail on interpreter messages
7801
7802 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7803
7804         * backend/ev-document-misc.c:
7805         (ev_document_misc_get_thumbnail_frame):
7806
7807         Pages can be 0 x 0, dont assert on this case
7808
7809 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7810
7811         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7812         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
7813
7814         Correctly manage our reference on document. Finally the reload
7815         huge leak is gone...
7816
7817 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7818
7819         * ps/ps-document.c: (ps_document_dispose):
7820
7821         Forgot to chain it to the parent. Thanks chpe.
7822
7823 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7824
7825         * ps/ps-document.c: (ps_document_dispose),
7826         (ps_document_class_init), (stop_interpreter), (document_load):
7827
7828         Cleanup dispose a bit. Dont leak the whole pixmap.
7829
7830 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7831
7832         * pdf/ev-poppler.cc:
7833
7834         Release the poppler document on dispose
7835
7836 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7837
7838         * shell/ev-view.c: (ev_view_set_document):
7839
7840         Release ref on the pixbuf cache when changing
7841         document.
7842
7843 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7844
7845         * ps/ps-document.c: (ps_document_get_info):
7846
7847         Fix a double free
7848
7849 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7850
7851         * backend/ev-page-cache.c: (ev_page_cache_init),
7852         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
7853         * backend/ev-page-cache.h:
7854         * shell/ev-page-action.c: (page_changed_cb):
7855         
7856         Set page action entry width depending on labels width. Fix
7857         for bug 305202.
7858
7859 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
7860
7861         * backend/ev-link.c: (ev_link_class_init):
7862
7863         Allow -1 as page value (error)
7864
7865 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7866
7867         * shell/ev-sidebar-thumbnails.c:
7868         (ev_sidebar_thumbnails_set_document):
7869         * shell/ev-view.c: (scroll_to_current_page),
7870         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
7871         (page_changed_cb), (on_adjustment_value_changed),
7872         (ev_view_set_document):
7873
7874         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
7875         Fix bug 305377
7876
7877 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7878
7879         * configure.ac:
7880         * djvu/djvu-document.c: (djvu_document_get_page_size):
7881
7882         Require djvulibre CVS. Now djvu loading is much faster. Fix for
7883         bug 301993.
7884
7885 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
7886
7887         * shell/ev-view.c (draw_one_page): modify the expose handling to
7888         get the shadows.
7889
7890         * shell/ev-window.c (update_action_sensitivity): Respect
7891         permissions field.  Kowtow to the man.
7892
7893         * pdf/ev-poppler.cc: Get the permissions field.
7894
7895         * tiff/*c: Make a tiny bit more robust.
7896
7897 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7898
7899         * djvu/djvu-document.c:
7900         
7901         Pop messages from djvu context message queue.
7902
7903 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7904
7905         * configure.ac, Makefile.am, shell/Makefile.am:
7906         * tiff/Makefile.am, shell/ev-document-types.c:
7907         
7908         Cleanup tiff configure checks. Fix for bug 305218.
7909
7910 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
7911
7912         * configure.ac: Added "uk" to ALL_LINGUAS.
7913
7914 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7915
7916         * cut-n-paste/zoom-control/ephy-zoom.c:
7917         (ephy_zoom_get_changed_zoom_level):
7918         * cut-n-paste/zoom-control/ephy-zoom.h:
7919         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
7920         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
7921         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
7922         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
7923         (zoom_control_changed_cb), (ev_window_init):
7924         
7925         Fix minor points related to moving best fit up. Introduce
7926         "zoom" property and make zoom control change it's value on
7927         notify::zoom signals. Fix for 305080.
7928
7929 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7930
7931         * data/evince-ui.xml:
7932         * shell/ev-window.c: (set_view_actions_sensitivity):
7933         
7934         Use + and - as accels for zoom in and zoom out. Fix for 305001.
7935
7936 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
7937
7938         * configure.ac:
7939
7940         Depends on poppler 0.3.2
7941
7942 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
7943
7944         * cut-n-paste/recent-files/egg-recent-item.c:
7945         (egg_recent_item_get_short_name):
7946         * cut-n-paste/toolbar-editor/Makefile.am:
7947         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7948         (new_pixbuf_from_widget):
7949         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7950         * cut-n-paste/toolbar-editor/egg-marshal.c:
7951         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7952         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7953
7954         Sync
7955
7956 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
7957
7958         * tiff/tiff-document.c: Rough TIFF backend.
7959
7960 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
7961
7962         * NEWS:
7963         * configure.ac:
7964         * cut-n-paste/toolbar-editor/Makefile.am:
7965
7966         Release 0.3.1
7967
7968 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
7969
7970         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
7971         (ev_view_find_next), (ev_view_find_previous):
7972
7973         Remove the locks around get_n_results   
7974
7975 2005-05-21  Juerg Billeter  <j@bitron.ch>
7976
7977         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
7978
7979         Pass correct number of pages to poppler.
7980
7981 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7982
7983         * configure.ac:
7984         * data/Makefile.am:
7985         * data/evince.desktop.in: 
7986         * data/evince.desktop.in.in:
7987         * po/POTFILES.in:
7988         
7989         Add conditionally dvi and djvu to desktop types. Fix for 304658.
7990
7991 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
7992
7993         * shell/ev-view.c: (view_update_adjustments),
7994         (view_set_adjustment_values): cast adjustmen->value to (int)
7995         before using it.  Otherwise, we get off by a pixel in some
7996         situations.
7997
7998         (draw_one_page): Draw the border on expose.
7999
8000 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
8001
8002         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
8003         adjustment when the mode changes, #304923
8004
8005 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8006
8007         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
8008         flickering on resize but still use gdk_window_scroll on
8009         scrolling
8010
8011 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
8012
8013         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
8014         option, #170458
8015
8016 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
8017
8018         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
8019         second page on page_changed if possible, #304669
8020
8021 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
8022
8023         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
8024         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
8025
8026 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
8027
8028         * .cvsignore:
8029         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
8030         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8031         (ev_view_zoom_for_size_presentation),
8032         (ev_view_zoom_for_size_continuous_and_dual_page),
8033         (ev_view_zoom_for_size_continuous),
8034         (ev_view_zoom_for_size_dual_page),
8035         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
8036         * shell/ev-view.h:
8037         * shell/ev-window.c: (update_view_size),
8038         (ev_window_sizing_mode_changed_cb):
8039
8040         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
8041         the scrollbars.  It's not 100% right, but it's much closer.  Kills
8042         an infinite loop, #304769
8043
8044
8045 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8046
8047         * data/evince-ui.xml:
8048         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
8049         * shell/ev-window.c: (set_view_actions_sensitivity):
8050
8051         Make PgUp/Down behave like Space
8052
8053 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8054
8055         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8056         * backend/ev-ps-exporter.h:
8057         * pdf/ev-poppler.cc:
8058         * ps/ps-document.c: (ps_document_ps_export_begin):
8059         * shell/ev-print-job.c: (idle_print_handler):
8060
8061         Adapt to new poppler api
8062
8063 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8064
8065         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8066         (ephy_zoom_control_init):
8067
8068         Translate zoom levels
8069
8070 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8071
8072         * cut-n-paste/zoom-control/ephy-zoom.c:
8073         (ephy_zoom_get_zoom_level_index):
8074
8075         Fix current zoom -> zoom control match
8076
8077 2005-05-18  James Bowes  <bowes@cs.dal.ca>
8078
8079         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
8080         rather than the scrolled_window that it's in. Fixes bug #304655.
8081
8082 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
8083
8084         * shell/ev-view.c: (view_update_adjustments),
8085         (view_set_adjustment_values), (view_update_range_and_current_page),
8086         (view_scroll_to_page), (set_scroll_adjustment),
8087         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
8088         (ev_view_scroll), (ev_view_scroll_view),
8089         (ensure_rectangle_is_visible), (find_page_at_location),
8090         (get_link_at_location), (go_to_link), (status_message_from_link),
8091         (ev_view_size_request_continuous_dual_page),
8092         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
8093         (ev_view_unrealize), (ev_view_expose_event),
8094         (ev_view_button_press_event), (ev_view_motion_notify_event),
8095         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
8096         (draw_rubberband), (highlight_find_results), (draw_one_page),
8097         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
8098         (ev_view_init), (find_changed_cb), (page_changed_cb),
8099         (on_adjustment_value_changed), (ev_view_new),
8100         (ev_view_set_document), (ev_view_set_zoom),
8101         (ev_view_set_continuous), (ev_view_set_dual_page),
8102         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
8103         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8104         (ev_view_zoom_for_size_presentation),
8105         (ev_view_zoom_for_size_continuous_dual_page),
8106         (ev_view_zoom_for_size_continuous),
8107         (ev_view_zoom_for_size_dual_page),
8108         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8109         (ev_view_get_status), (ev_view_set_status),
8110         (update_find_status_message), (ev_view_get_find_status),
8111         (ev_view_set_find_status), (jump_to_find_result),
8112         (jump_to_find_page), (compute_selections), (clear_selection),
8113         (ev_view_select_all), (get_selected_text), (ev_view_copy),
8114         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
8115         (ev_view_update_primary_selection),
8116         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
8117         * shell/ev-view.h:
8118         * shell/ev-window.c: (ev_window_open_page_label),
8119         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
8120         (ev_window_init):
8121         * shell/ev-window.h:
8122         * shell/main.c: (load_files):
8123
8124         Massive code clean up from Nickolay Shmyrev.  Keep page offset
8125         when resizing.  Remove the bin_window().  Also, patch from James
8126         Bowes to fix command line page, #300641
8127         
8128 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
8129
8130         * data/evince-ui.xml:
8131         * shell/ev-view.c:
8132         * shell/ev-view.h:
8133         * shell/ev-window.c: (update_action_sensitivity):
8134
8135         Get rid of View->Normal Size, it's just confusing
8136
8137 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
8138
8139         * backend/ev-document-info.h:
8140         * backend/ev-document.c: (ev_document_info_free): Free the
8141         EvDocumentInfo.
8142
8143         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
8144         (clear_range), (add_range), (update_visible_range),
8145         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
8146         (ev_sidebar_thumbnails_set_document):
8147         * shell/ev-window.c: (ev_window_setup_document): Only render the
8148         visible thumbnails.  It takes an instant to render, but it uses
8149         much less memory.
8150
8151 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8152
8153         * shell/ev-sidebar-links.c: (popup_menu_cb):
8154
8155         Select first item
8156
8157 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8158
8159         * lib/Makefile.am:
8160         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
8161         (button_press_cb), (ev_sidebar_links_construct):
8162
8163         Show the popup menu also on keybindings
8164
8165 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8166
8167         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
8168         * shell/ev-window.h:
8169
8170         Expose api to print a range (with dialog). Make private _print use
8171         it.
8172
8173         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
8174         (ev_sidebar_links_construct):
8175
8176         Show a print context menu on linkx, it prints the selected
8177         section.
8178
8179 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
8180
8181         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
8182         button.
8183
8184 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
8185
8186         * AUTHORS:
8187
8188         Update
8189
8190         * shell/ev-window.c: (build_comments_string),
8191         (ev_window_cmd_help_about):
8192
8193         Show poppler version/backend and authors
8194
8195 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8196
8197         * cut-n-paste/zoom-control/ephy-zoom.c:
8198         (ephy_zoom_get_zoom_level_index):
8199         * cut-n-paste/zoom-control/ephy-zoom.h:
8200
8201         Move the best fit items at the top of the list
8202
8203 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8204
8205         * shell/ev-marshal.list:
8206         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
8207         (activate_cb), (match_selected_cb), (activate_link_cb),
8208         (connect_proxy), (ev_page_action_class_init):
8209         * shell/ev-page-action.h:
8210
8211         Use signals to notify action activation. Hopefully
8212         I did not break completion since I cant test...
8213
8214         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
8215         (register_custom_actions):
8216
8217         Connect to page selector actions and also grab focus on
8218         the view when activated.
8219
8220 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
8221
8222         * pdf/ev-poppler.cc:
8223         * backend/ev-page-cache.c: make page size calculation consistent
8224         and set it to (int)( width * scale + 0.5).  This makes the weird
8225         line going through the middle of the page go away.
8226
8227         * shell/ev-view.c: move painting the background page after
8228         checking the expose area covers us.
8229
8230 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8231
8232         * data/evince-password.glade:
8233         
8234         Mark labels as not translatable. Fix for bug 302842.
8235
8236 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
8237
8238         * configure.ac: Added "es" to ALL_LINGUAS.
8239
8240 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8241
8242         * data/evince-toolbar.xml:
8243         * shell/ev-window.c: (update_action_sensitivity),
8244         (ev_window_setup_document), (ev_window_set_page_mode),
8245         (ev_window_init):
8246
8247         Remove some leftover code from jrb first continous
8248         attempt. Use the new actions, we still need good icons
8249         though...
8250
8251 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8252
8253         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
8254
8255         Update label when connecting proxy. Fix a warning with NULL
8256         page_cache.
8257
8258 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8259
8260         * data/evince-ui.xml:
8261         * shell/ev-page-action.c: (ev_page_action_grab_focus):
8262         * shell/ev-page-action.h:
8263         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
8264
8265         Add mnemonic for edit toolbar.
8266         ctrl+l focus the page entry.
8267
8268 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8269
8270         * lib/Makefile.am:
8271         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
8272         (ev_window_init):
8273         * shell/main.c: (main):
8274
8275         Put the toolbar xml in evince own dot dir
8276
8277 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8278
8279         * shell/ev-window.c: (ev_window_init):
8280
8281         Make the toolbar not removable
8282
8283 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8284
8285         * data/evince-ui.xml:
8286         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
8287         * shell/ev-sidebar-links.h:
8288         * shell/ev-sidebar-thumbnails.c:
8289         (ev_sidebar_thumbnails_get_treeview):
8290         * shell/ev-sidebar-thumbnails.h:
8291         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
8292         (ev_view_class_init):
8293         * shell/ev-view.h:
8294         * shell/ev-window.c: (update_action_sensitivity),
8295         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
8296         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
8297         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
8298         (ev_window_init):
8299
8300         This is evil... Make space/backspace global accelerators but
8301         enable them only for some widgets (sidebars and view).
8302         I dont like it, but I dont know a better way... :/
8303
8304 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8305
8306         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
8307         (ev_page_action_widget_finalize),
8308         (ev_page_action_widget_class_init), (update_page_cache):
8309
8310         Keep a weak reference on proxy->page_cache so that we
8311         dont try to disconnect the signal if the object is already
8312         gone. Maybe there is a better way to cleanup reference handling
8313         in page action though...
8314
8315 2005-05-10  Juerg Billeter  <j@bitron.ch>
8316
8317         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8318         * backend/ev-ps-exporter.h:
8319         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
8320         * ps/ps-document.c: (ps_document_ps_export_begin):
8321         
8322         Change api to pass print range to ps_exporter_begin. The pdf backend
8323         requires this information.
8324         
8325         * shell/ev-print-job.c: (idle_print_handler):
8326         
8327         Adapt to api change
8328
8329 2005-05-10  Juerg Billeter  <j@bitron.ch>
8330
8331         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
8332         (idle_print_handler)
8333         * shell/ev-window.c: (ev_window_print):
8334
8335         Support printing page range, based on patch by Amaury Jacquot
8336
8337 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8338
8339         * data/evince-toolbar.xml:
8340
8341         Add zoom control to available items
8342
8343 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8344
8345         * shell/ev-window.c: (update_action_sensitivity):
8346
8347         Set slash action insensitive when appropriate
8348
8349 2005-05-10  Christian Persch <chpe@gnome.org>
8350
8351         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
8352
8353         Fix warning on the overflow menu
8354
8355 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8356
8357         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
8358
8359         Check for uri correctness/existence
8360
8361 2005-05-09  Juerg Billeter  <j@bitron.ch>
8362
8363         * shell/ev-window.c: (using_postscript_printer):
8364
8365         LPD printers use postscript, too
8366
8367 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8368
8369         * shell/ev-window.c: (register_custom_actions):
8370
8371         The zoom one is actually sort of useful,
8372         put it back
8373
8374 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8375
8376         * shell/ev-window.c: (register_custom_actions):
8377
8378         Hide page/zoom controls from overflow, they
8379         are useless.
8380
8381 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8382
8383         * cut-n-paste/update-from-egg.sh:
8384         
8385         Share it between all cut-n-paste subdirs
8386
8387         * cut-n-paste/recent-files/Makefile.am:
8388
8389         Fix to use "global" update-from-egg.sh
8390
8391         * cut-n-paste/recent-files/egg-recent-model.c:
8392         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
8393         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8394         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
8395         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
8396
8397         Update from libegg
8398
8399         * cut-n-paste/toolbar-editor/Makefile.am:
8400
8401         Fix to use "global" update-from-egg.sh
8402
8403         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8404
8405         Update from libegg
8406
8407 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
8408
8409         * configure.ac:
8410         * cut-n-paste/Makefile.am:
8411         * cut-n-paste/recent-files/Makefile.am:
8412         * cut-n-paste/toolbar-editor/.cvsignore:
8413         * cut-n-paste/toolbar-editor/Makefile.am:
8414         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8415         (egg_editable_toolbar_get_type), (get_toolbar_position),
8416         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
8417         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
8418         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
8419         (set_item_drag_source), (create_item_from_action), (create_item),
8420         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
8421         (popup_toolbar_context_menu_cb), (free_dragged_item),
8422         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
8423         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
8424         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
8425         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
8426         (item_added_cb), (item_removed_cb),
8427         (egg_editable_toolbar_construct),
8428         (egg_editable_toolbar_disconnect_model),
8429         (egg_editable_toolbar_deconstruct),
8430         (egg_editable_toolbar_set_model),
8431         (egg_editable_toolbar_set_ui_manager),
8432         (egg_editable_toolbar_set_property),
8433         (egg_editable_toolbar_get_property),
8434         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
8435         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
8436         (egg_editable_toolbar_new_with_model),
8437         (egg_editable_toolbar_get_edit_mode),
8438         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
8439         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
8440         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
8441         (new_pixbuf_from_widget), (new_separator_pixbuf),
8442         (update_separator_image), (style_set_cb),
8443         (_egg_editable_toolbar_new_separator_image),
8444         (egg_editable_toolbar_get_model):
8445         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8446         * cut-n-paste/toolbar-editor/egg-marshal.c:
8447         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8448         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
8449         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
8450         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
8451         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
8452         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
8453         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
8454         (editor_drag_data_delete_cb), (drag_data_get_cb),
8455         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
8456         (editor_create_item), (update_editor_sheet), (setup_editor),
8457         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
8458         (parse_item_list), (model_has_action), (update_actions_list),
8459         (egg_toolbar_editor_load_actions):
8460         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
8461         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8462         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
8463         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
8464         (toolbars_item_new), (free_toolbar_node), (free_item_node),
8465         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
8466         (egg_toolbars_model_add_separator), (impl_add_item),
8467         (parse_item_list), (egg_toolbars_model_add_toolbar),
8468         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
8469         (impl_get_item_data), (impl_get_item_type),
8470         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
8471         (egg_toolbars_model_init), (free_toolbar),
8472         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
8473         (egg_toolbars_model_remove_toolbar),
8474         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
8475         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
8476         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
8477         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
8478         (egg_toolbars_model_get_item_data),
8479         (egg_toolbars_model_get_item_type):
8480         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8481         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8482         * data/Makefile.am:
8483         * data/evince-toolbar.xml:
8484         * data/evince-ui.xml:
8485         * data/hand-open.png:
8486         * po/POTFILES.in:
8487         * shell/Makefile.am:
8488         * shell/ev-window.c: (update_chrome_visibility),
8489         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
8490         (ev_window_dispose), (ev_window_init):
8491
8492         Implement epiphany like toolbar editor. Based on patch by
8493         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8494
8495 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8496
8497         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
8498
8499         Use set_cursor instead of set_selection, so that
8500         the keyboard focus moves too.
8501
8502 2005-05-09  Aleksey Kliger <akliger@gmail.com>
8503
8504         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
8505
8506         Fix infinite loop when loading Type1 fonts
8507
8508 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8509
8510         * data/evince-ui.xml:
8511         * shell/ev-window.c:
8512
8513         Slash -> Find
8514
8515 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
8516
8517         * configure.ac:
8518
8519         Make --disable really disable
8520
8521 2005-05-07  Juerg Billeter  <j@bitron.ch>
8522
8523         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
8524
8525         Compare page labels even without has_labels set, fixes setting page
8526         with entry
8527
8528 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8529
8530         * shell/ev-view.c: (ev_view_create_invisible_cursor),
8531         (ev_view_set_cursor), (ev_view_button_press_event),
8532         (ev_view_motion_notify_event), (ev_view_button_release_event),
8533         (ev_view_init):
8534
8535         Implement middle button scrolling. Based on a patch
8536         by Tommi Komulainen <tommi.komulainen@iki.fi>.
8537
8538 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
8539
8540         * shell/ev-document-types.c: (get_slow_mime_type),
8541         (get_document_type_from_mime), (ev_document_type_lookup):
8542         * shell/ev-document-types.h:
8543
8544         Change api to lookup from uri. Do fast lookup first, if the
8545         type is unknown try with data sniffing.
8546
8547         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
8548         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8549
8550         Adapt to api change
8551
8552 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8553
8554         * thumbnailer/Makefile.am:
8555
8556         Fix distcheck
8557
8558 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8559
8560         * NEWS:
8561         * configure.ac:
8562
8563         Release 0.3.0
8564
8565         * data/evince-ui.xml:
8566
8567         Hide presentation mode for now
8568
8569         * shell/ev-view.c: (highlight_find_results):
8570
8571         Show current find selection only on current page
8572
8573 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8574
8575         * shell/ev-view.c: (ev_view_select_all):
8576
8577         Compute size of the actual page, not of
8578         the current one.
8579
8580 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8581
8582         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
8583         (view_rect_to_doc_rect), (compute_selections),
8584         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
8585         (ev_view_copy), (ev_view_primary_get_cb),
8586         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
8587         (ev_view_button_press_event), (ev_view_motion_notify_event),
8588         (ev_view_button_release_event), (page_changed_cb):
8589
8590         Fix text selection
8591
8592 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8593
8594         * shell/ev-view.c: (compute_border), (get_page_extents),
8595         (doc_rect_to_view_rect), (highlight_find_results),
8596         (ev_view_bin_expose), (ev_view_select_all),
8597         (ev_view_motion_notify_event), (update_find_status_message),
8598         (jump_to_find_result), (jump_to_find_page):
8599
8600         First go at fixing search, still buggy
8601
8602 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
8603
8604         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
8605         dropdown box and button at the top of the sidebar.
8606
8607 2005-05-02  James Bowes  <bowes@cs.dal.ca>
8608
8609         * configure.ac: Output zoom-control Makefile.
8610         * cut-n-paste/Makefile.am: build zoom-control subdir.
8611         * cut-n-paste/zoom-control/ephy-zoom-action.c:
8612         * cut-n-paste/zoom-control/ephy-zoom-action.h:
8613         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8614         * cut-n-paste/zoom-control/ephy-zoom-control.h:
8615         * cut-n-paste/zoom-control/ephy-zoom.c:
8616         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
8617         from epiphany, and modified to add a separator into the menu.
8618         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
8619         * data/evince-ui.xml: Replace old zoom toolbar actions with new
8620         zoom-control action.
8621         * shell/Makefile.am: Include zoom-control flags.
8622         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
8623         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
8624         (ev_view_zoom_for_size_presentation),
8625         (ev_view_zoom_for_size_continuous_and_dual_page),
8626         (ev_view_zoom_for_size_continuous),
8627         (ev_view_zoom_for_size_dual_page),
8628         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
8629         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
8630         ev_view_get_zoom and ev_view_get_sizing_mode.
8631         * shell/ev-view.h:
8632         * shell/ev-window.c: (update_action_sensitivity),
8633         (update_sizing_buttons), (zoom_control_changed_cb),
8634         (register_custom_actions): Initialize and use the zoom-control 
8635         widget.
8636
8637 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
8638
8639         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
8640         preview cache back to 1.  Don't know when it got set to 0.
8641         
8642         * shell/ev-view.c: (compute_border), (ev_view_realize),
8643         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
8644         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
8645         (ev_view_get_fullscreen), (ev_view_set_presentation),
8646         (ev_view_get_presentation), (ev_view_set_sizing_mode),
8647         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
8648         * shell/ev-view.h:
8649         * shell/ev-window.c:
8650         (update_chrome_visibility),
8651         (ev_window_cmd_continuous), (ev_window_cmd_dual),
8652         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8653         (update_document_mode), (ev_window_update_fullscreen_action),
8654         (ev_window_fullscreen), (ev_window_unfullscreen),
8655         (ev_window_cmd_view_fullscreen),
8656         (ev_window_update_presentation_action),
8657         (ev_window_run_presentation), (ev_window_stop_presentation),
8658         (ev_window_cmd_view_presentation), (ev_window_state_event),
8659         (ev_window_focus_in_event), (ev_window_focus_out_event),
8660         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
8661         * data/evince-ui.xml: Initial presentation mode.  We should
8662         probably hide this until it's done, as it's quite rough.  Also,
8663         change full-screen to fullscreen and add two getters to EvView.
8664
8665 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8666
8667         * shell/ev-page-action.c: (update_page_cache),
8668         (ev_page_action_dispose):
8669         * shell/ev-window.c: (destroy_fullscreen_popup),
8670         (ev_window_create_fullscreen_popup):
8671
8672         Use connect_object rather than explicitly
8673         disconnect on dispose.
8674
8675 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8676
8677         * shell/ev-page-action.c: (update_page_cache),
8678         (ev_page_action_dispose):
8679
8680 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8681
8682         * backend/ev-page-cache.c: (_ev_page_cache_new),
8683         (ev_page_cache_set_page_label),
8684         (ev_page_cache_has_nonnumeric_page_labels):
8685         * backend/ev-page-cache.h:
8686         * shell/ev-page-action.c: (update_pages_label):
8687         
8688         If all page labels are numeric, fallback to default
8689         way to display number of pages. See bug 173185.
8690
8691 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8692
8693         * shell/ev-page-action.c: (ev_page_action_dispose):
8694         * shell/ev-view.c: (view_update_range_and_current_page):
8695         * shell/ev-window.c: (ev_window_dispose):
8696         
8697         Set page on scroll in continuous mode. Fixes bug 301986.
8698         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
8699
8700 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
8701
8702         * configure.ac:
8703
8704         Require poppler 0.3.0
8705
8706 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8707         
8708         * shell/Makefile.am, configure.ac: Fix build problems
8709         with t1lib. Bug 301996.
8710
8711 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8712
8713         * shell/ev-view.c: (ev_view_scroll_event):
8714         
8715         Scroll up increase zoom
8716
8717 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8718
8719         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
8720         (ev_view_set_sizing_mode),
8721         (ev_view_zoom_for_size_continuous_and_dual_page),
8722         (ev_view_zoom_for_size_continuous):
8723         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
8724         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
8725         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
8726         (ev_window_init):
8727
8728         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
8729         Fix for 165473 and 165472.
8730
8731 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8732
8733         * po/POTFILES.in:
8734         * thumbnailer/Makefile.am:
8735         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
8736         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
8737         * thumbnailer/evince-thumbnailer.schemas.in:
8738         
8739         Make thumbnailer schemas translatable. Fix for bug 301773
8740         
8741         * thumbnailer/evince-thumbnailer-djvu.schemas:
8742         * thumbnailer/evince-thumbnailer-dvi.schemas:
8743         * thumbnailer/evince-thumbnailer.schemas:
8744
8745         Removed files
8746
8747 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
8748
8749         * shell/ev-view.c (ev_view_init): forgot to set this.
8750
8751 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
8752
8753         * shell/ev-view.c: (find_page_at_location),
8754         (get_link_at_location),
8755         (ev_view_set_show_border), (ev_view_set_spacing),
8756         (ev_view_zoom_for_size_continuous_and_dual_page),
8757         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
8758         Also, add a quick fix measuring of widths.  Also, removed
8759         ev_view_set_spacing and ev_view_set_show_border.
8760         
8761         * shell/ev-window.c: (ev_window_unfullscreen),
8762         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
8763
8764 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8765
8766         * shell/ev-view.c: (view_update_range_and_current_page),
8767         (page_changed_cb):
8768         
8769         Fix crash on exit and scrolling to page in continuous view.
8770
8771 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
8772
8773         * TODO:
8774         * backend/ev-page-cache.c: (_ev_page_cache_new),
8775         (ev_page_cache_get_max_width_size),
8776         (ev_page_cache_get_max_height_size):
8777         * backend/ev-page-cache.h:
8778         * data/evince-ui.xml:
8779         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
8780         * shell/ev-view.c: (view_update_adjustments),
8781         (view_update_range_and_current_page), (get_bounding_box_size),
8782         (ev_view_size_request_continuous_and_dual_page),
8783         (ev_view_size_request_continuous),
8784         (ev_view_size_request_dual_page),
8785         (ev_view_size_request_single_page), (ev_view_size_request),
8786         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
8787         (ev_view_bin_expose), (ev_view_expose_event),
8788         (ev_view_set_property), (ev_view_get_property),
8789         (ev_view_class_init), (ev_view_init), (ev_view_new),
8790         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
8791         (ev_view_set_dual_page), (ev_view_set_full_screen),
8792         (ev_view_set_presentation), (ev_view_set_sizing_mode),
8793         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
8794         (ev_view_zoom_out), (zoom_for_size_fit_width),
8795         (zoom_for_size_best_fit),
8796         (ev_view_zoom_for_size_continuous_and_dual_page),
8797         (ev_view_zoom_for_size_continuous),
8798         (ev_view_zoom_for_size_dual_page),
8799         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8800         (ev_view_show_cursor), (ev_sizing_mode_get_type):
8801         * shell/ev-view.h:
8802         * shell/ev-window.c: (update_action_sensitivity),
8803         (ev_window_cmd_continuous), (ev_window_cmd_dual),
8804         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8805         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
8806         (ev_window_cmd_view_zoom_out), (update_view_size),
8807         (ev_window_set_sizing_mode), (ev_window_init):
8808
8809         Add Continuous and Dual page modes.
8810
8811 2005-04-23  James Bowes  <bowes@cs.dal.ca>
8812
8813         * dvi/dvi-document.c: (dvi_document_load),
8814         (dvi_document_thumbnails_get_thumbnail),
8815         (dvi_document_init_params): Fix up some mixups between
8816         width and height to correct thumbnail rendering.
8817
8818 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8819
8820         * dvi/mdvi-lib/private.h:
8821         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
8822         
8823         Suppess output for kpathsea during font generation. Thanks to
8824         James Bowes
8825
8826 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
8827
8828         * NEWS:
8829         * configure.ac:
8830
8831         Release 0.2.1
8832
8833         * Makefile.am: fix distcheck.
8834
8835 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8836
8837         * shell/ev-sidebar-links.c: (selection_changed_callback),
8838         (update_page_callback), (row_activated_callback),
8839         (job_finished_callback), (ev_sidebar_links_set_document):
8840         
8841         Fix for bug #169901. Double click on links expands tree.
8842
8843 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
8844
8845         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
8846         hard-coded style. Fix for bug 170111
8847
8848 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
8849
8850         * shell/ev-view.c (highlight_find_results): Remove unnecessary
8851         locking.
8852
8853 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
8854
8855         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
8856
8857 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
8858
8859         * pdf/ev-poppler.cc:
8860         * shell/ev-view.c: (highlight_find_results):
8861
8862         Fix find on single page documents
8863
8864 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
8865
8866         * data/evince.schemas.in: fix for bug 301390
8867
8868 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8869
8870         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
8871         (ev_view_zoom_out), (ev_view_zoom_normal):
8872         * shell/ev-view.h:
8873         * shell/ev-window.c: (update_action_sensitivity),
8874         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8875         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
8876         (ev_window_cmd_view_normal_size):
8877
8878         Fix normal size zoom. Make zoom in/zoom out unsensitive when
8879         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
8880         better than oom. 
8881
8882 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8883
8884         * configure.ac:
8885
8886         Depend on 2.57, 2.59 doesnt seem to be necessary
8887
8888 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8889
8890         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
8891         (create_tool_item):
8892
8893         Put back total number of pages as (1 of 1234)
8894
8895 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
8896
8897         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
8898         remove the job.
8899
8900         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
8901         function.  This helps debugging.
8902
8903 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8904
8905         * djvu/djvu-document.c: (djvu_document_class_init),
8906         (djvu_document_get_info), (djvu_document_document_iface_init):
8907         * dvi/dvi-document.c: (dvi_document_class_init),
8908         (dvi_document_get_info), (dvi_document_document_iface_init):
8909
8910         Dummy implementation of get_info method for dvi and
8911         djvu. Fix crashes with those backends
8912
8913 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
8914
8915         * data/evince.desktop.in:
8916
8917         Add application/x-gzpostscript
8918
8919 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
8920
8921         * data/evince.schemas.in: Added real long descriptions, 
8922         closes bug 172496 
8923
8924         * README: Added actual text, closes bug 171869
8925
8926 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8927
8928         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8929
8930         Thumbnail page 0
8931
8932 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8933
8934         * backend/ev-document-info.h:
8935
8936         s/GDate */GDate so we can just use g_free
8937
8938 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8939
8940         * shell/ev-window.c: (update_document_mode),
8941         (ev_window_setup_document):
8942
8943         Show the window in fullscreen when specified by
8944         the document
8945
8946 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8947
8948         * backend/ev-document.c: (ev_document_class_init),
8949         (ev_document_get_info), (ev_document_render_pixbuf):
8950         * backend/ev-document.h:
8951         * backend/ev-page-cache.c: (_ev_page_cache_new):
8952         * pdf/ev-poppler.cc:
8953         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
8954         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
8955         * ps/ps-document.c: (ps_document_class_init), (document_load),
8956         (ps_document_get_info), (ps_document_document_iface_init):
8957
8958         Remove get_title from the interface, we can just use document info
8959
8960 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8961
8962         * backend/Makefile.am:
8963         * backend/ev-document.c: (ev_document_render_get_info):
8964         * backend/ev-document.h:
8965         * pdf/ev-poppler.cc:
8966
8967         Initial support for document info. Based on jrb patch.
8968
8969 2005-04-19  Paolo Borelli <pborelli@katamail.com>
8970
8971         * shell/ev-window.c: (ev_window_state_event),
8972         (ev_window_class_init), (ev_window_init):
8973         
8974         Doesn't show resize grip when maximized. See bug #301053
8975
8976 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8977
8978         * po/POTFILES.in:
8979         
8980         ev-sidebar-thumbnails now has translatable labels
8981         
8982         * shell/Makefile.am:
8983         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
8984         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
8985         (ev_sidebar_links_page_iface_init):
8986         * shell/ev-sidebar-links.h:
8987         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
8988         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
8989         (ev_sidebar_page_get_label):
8990         * shell/ev-sidebar-page.h:
8991         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
8992         (ev_sidebar_thumbnails_set_document),
8993         (ev_sidebar_thumbnails_support_document),
8994         (ev_sidebar_thumbnails_get_label),
8995         (ev_sidebar_thumbnails_page_iface_init):
8996         * shell/ev-sidebar-thumbnails.h:
8997         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
8998         (ev_sidebar_set_document):
8999         * shell/ev-sidebar.h:
9000         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
9001         
9002         Small rework of sidebar code. Now sidebar pages should implement
9003         EvSidebarPage interface. That makes page management in EvSidebar
9004         easier. See bug #164811 for details
9005
9006 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9007
9008         * shell/ev-application.c: (ev_application_open):
9009         * shell/ev-document-types.c:
9010         
9011         Fix build error and small problem with application exit
9012
9013 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9014
9015         * thumbnailer/Makefile.am:
9016         * thumbnailer/evince-thumbnailer-djvu.schemas:
9017         * thumbnailer/evince-thumbnailer-dvi.schemas:
9018         
9019         Conditionally install schemas for djvu/dvi thumbnailer
9020
9021 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
9022
9023         * shell/ev-document-types.h: 
9024         * shell/ev-document-types.c: 
9025         New files, handling the mapping from mimetypes to backends
9026         
9027         * shell/ev-window.c: 
9028         * thumbnailer/evince-thumbnailer.c:     
9029         Use the ev-document-types code
9030         
9031         * shell/Makefile.am: 
9032         Added new convenience library libevbackendfactory_la, containing
9033         the new mimetype->backend logic; moved the backends into it.
9034
9035         * thumbnailer/Makefile.am:
9036         Make the thumbnailer link with the libevbackend.la convenience
9037         library, rather than having a duplicate of the backend logic here.
9038
9039 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
9040
9041         * shell/ev-stock-icons.c: constify some vars.
9042         * shell/ev-window.c: ditto.
9043
9044 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
9045
9046         * ps/ps-document.c (get_page_orientation):
9047
9048         Respect document orientation 
9049
9050 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9051
9052         * djvu/Makefile.am:
9053         * dvi/Makefile.am:
9054         * shell/Makefile.am:
9055         
9056         Move library dependencies to components.
9057         
9058         * shell/ev-window.c: (update_window_title),
9059         (start_loading_document):
9060         
9061         Fix display of uris with spaces. Bug 168358.
9062
9063 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
9064
9065         * shell/ev-sidebar-links.c: (selection_changed_cb):
9066         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
9067         (ev_view_button_release_event), (ev_view_set_document):
9068         * shell/ev-view.h:
9069         * shell/ev-window.c: (find_bar_search_changed_cb):
9070         * shell/ev-window.h: Minor cleanups removing some dead code.
9071
9072 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9073
9074         * backend/ev-page-cache.c: (_ev_page_cache_new):
9075         
9076         Set current page to 0 if document has pages.
9077
9078 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9079
9080         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9081
9082         Initialize GError to NULL, fix a crash when loading fails.
9083
9084 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9085
9086         * shell/ev-window.c: (update_view_size):
9087
9088         Calculate shadow size only when there is actually
9089         a shadow.
9090
9091 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9092
9093         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
9094         * shell/ev-view.h:
9095
9096         Allow setting view spacing, default to 0
9097
9098         * shell/ev-window.c: (ev_window_unfullscreen),
9099         (ev_window_cmd_view_fullscreen), (ev_window_init):
9100
9101         Remove spacing in fullscreen mode
9102
9103 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9104
9105         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
9106         (ev_view_size_request), (expose_bin_window),
9107         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
9108         * shell/ev-view.h:
9109         * shell/ev-window.c: (ev_window_unfullscreen),
9110         (ev_window_cmd_view_fullscreen):
9111
9112         Do not draw the border in fulscreen
9113
9114 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9115
9116         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
9117         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
9118         (find_page_at_location), (page_changed_cb):
9119
9120         Rework border calculation, so that I can more easily disable it.
9121         Code somewhat cleaner too.
9122
9123 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9124
9125         * backend/ev-page-cache.c: (ev_page_cache_init),
9126         (_ev_page_cache_new):
9127
9128         Remove some assertions, documents can have 0 pages.
9129         Make initial current page -1.
9130
9131         * shell/ev-page-action.c: (page_changed_cb):
9132
9133         Show "" if current page is -1
9134
9135         * shell/ev-window.c: (update_action_sensitivity),
9136         (ev_window_setup_document):
9137
9138         When document has 0 pages do not set the view
9139         and make nearly everything insensitive.
9140
9141 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9142
9143         * shell/ev-page-view.c:
9144         * shell/ev-page-view.h:
9145
9146         Remove unused files.
9147         
9148         * shell/ev-sidebar-thumbnails.c:
9149         (ev_sidebar_thumbnails_set_document):
9150         * shell/ev-sidebar.c: (ev_sidebar_set_document),
9151         (ev_sidebar_supports_document):
9152         * shell/ev-sidebar.h:
9153         * shell/ev-window.c: (ev_window_setup_document):
9154         
9155         Doesn't show thumbnails if document has 1 page. Make
9156         sidebar menu entries sensitive only if if they have 
9157         sense. Fix bug 164811. 
9158
9159 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9160
9161         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
9162         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
9163         (ev_view_zoom_out), (ev_view_set_size):
9164
9165         Rework sizing to deal with documents with not uniform page
9166         size.
9167
9168 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9169
9170         * backend/ev-page-cache.c: (_ev_page_cache_new):
9171
9172         Fix several page size caching bugs
9173
9174 2005-04-15  Luca Ferretti <elle.uca@libero.it>
9175
9176         * shell/ev-window.c: (set_action_properties):
9177
9178         Make all toolbar items translatable
9179
9180 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9181
9182         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
9183         (save_page_list), (ps_document_save),
9184         (ps_document_document_iface_init), (ps_document_ps_export_begin),
9185         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
9186         (ps_document_ps_exporter_iface_init):
9187         * ps/ps-document.h:
9188
9189         Based on a patch by J�rg Billeter <j@bitron.ch>
9190         
9191         Implement print and save a copy for the ps backend.
9192
9193 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
9194
9195         * backend/ev-document.h:
9196         * djvu/djvu-document.c: (djvu_document_can_get_text),
9197         (djvu_document_document_iface_init):
9198         * dvi/dvi-document.c: (dvi_document_can_get_text),
9199         (dvi_document_document_iface_init):
9200         * pdf/ev-poppler.cc:
9201         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
9202         (pixbuf_document_document_iface_init):
9203         * ps/ps-document.c: (ps_document_can_get_text),
9204         (ps_document_document_iface_init):
9205         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
9206         * shell/ev-window.c: (update_action_sensitivity):
9207
9208         Fix the crash when trying to copy in backends that doesnt
9209         support it. We can implement a better solution once we
9210         do real text selection.
9211
9212 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
9213
9214         * data/evince-ui.xml:
9215         * shell/ev-window.c: (ev_window_cmd_escape):
9216         
9217         Work around the Escape conflict (find bar and unfullscreen)
9218
9219 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9220
9221         * backend/ev-page-cache.c: (ev_page_cache_next_page):
9222         
9223         Fix for #300233. Next page correctly handles document end.
9224         
9225         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9226         (ev_sidebar_thumbnails_class_init),
9227         (ev_sidebar_thumbnails_set_document),
9228         (ev_sidebar_thumbnails_clear_job),
9229         (ev_sidebar_thumbnails_clear_model):
9230         
9231         Cleanup thumbnail jobs on document changes.
9232         
9233         * shell/ev-view.c: (add_scroll_binding_keypad),
9234         (add_scroll_binding_shifted), (ev_view_class_init):
9235         
9236         Shift + Space scrolls up. Fix for #173184
9237         
9238         * shell/ev-window.c: (ev_window_open_page),
9239         (ev_window_cmd_view_reload):
9240         
9241         Fix reload (Bug #300094)
9242
9243 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9244
9245         
9246         * dvi/mdvi-lib/assoc.c:
9247         * dvi/mdvi-lib/assoc.h: Removed garbage files
9248         
9249         * dvi/mdvi-lib/bitmap.c:
9250         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
9251         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
9252         * dvi/mdvi-lib/color.h: Antialias of rules
9253         
9254         * dvi/mdvi-lib/common.h:
9255         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
9256         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
9257         * dvi/mdvi-lib/files.c:
9258         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
9259         * dvi/mdvi-lib/mdvi.h:
9260         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9261         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
9262         * dvi/mdvi-lib/util.c: Fix compile warnings
9263         
9264         * dvi/dvi-document.c:
9265         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
9266         (dvi_document_thumbnails_get_thumbnail),
9267         (dvi_document_document_thumbnails_iface_init):
9268         * dvi/mdvi-lib/Makefile.am:
9269         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9270         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
9271         
9272         Dvi backend now renders thumbnails
9273
9274 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
9275
9276         * shell/main.c: (main): 
9277         
9278         Save accelerators on exit. Fixes bug #172095.
9279
9280 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
9281
9282         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
9283         update priority" comment.
9284
9285         * backend/ev-job-queue.c: Give a way to change priority.
9286
9287 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
9288
9289         * shell/ev-page-action.c: Fix logic.
9290
9291 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9292
9293         * shell/ev-view.c: (ev_view_can_find_next):
9294         * shell/ev-window.c: (ev_window_setup_document):
9295
9296         Check that the document supports find
9297
9298 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9299
9300         * data/evince-ui.xml:
9301         * shell/ev-view.c: (ev_view_can_find_next):
9302         * shell/ev-view.h:
9303         * shell/ev-window.c: (update_action_sensitivity),
9304         (find_changed_cb), (ev_window_setup_document),
9305         (ev_window_cmd_edit_find_next):
9306
9307         Add Edit->Find Next
9308
9309 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9310
9311         * pdf/ev-poppler.cc:
9312         * shell/ev-print-job.c: (idle_print_handler):
9313
9314         Make printing work again
9315
9316 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
9317
9318         * shell/ev-page-action.h:
9319         * shell/ev-page-action.c: (ev_page_action_widget_init),
9320         (ev_page_action_widget_class_init), (page_changed_cb),
9321         (create_tool_item), (update_page_cache), (build_new_tree_cb),
9322         (get_filter_model_from_model), (match_selected_cb),
9323         (display_completion_text), (match_completion), (update_model),
9324         (connect_proxy), (ev_page_action_set_property),
9325         (ev_page_action_get_property), (ev_page_action_set_document),
9326         (ev_page_action_set_model), (ev_page_action_class_init): Big
9327         reworking to make completions work iff we have >= GTK-2.7.0
9328                 
9329         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
9330         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
9331         (job_finished_cb): We now have a 'model' property that is set when
9332         the links are loaded.  This can be caught with "notify::model"
9333
9334         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
9335         listen for the model to be set, and propagate it to the action.
9336
9337 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9338
9339         * cut-n-paste/recent-files/egg-recent-item.c:
9340         (egg_recent_item_set_uri), (make_valid_utf8),
9341         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
9342         * cut-n-paste/recent-files/egg-recent-item.h:
9343         
9344         Update egg-recent from libegg. This should fix long
9345         startup problem. For details see
9346         http://bugzilla.gnome.org/show_bug.cgi?id=160531
9347
9348 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9349
9350         * cut-n-paste/recent-files/Makefile.am:
9351         * data/evince-ui.xml, shell/Makefile.am:
9352         * shell/ev-application.c, shell/ev-application.h:
9353         * shell/ev-window.c: Recent files support.
9354         
9355         * configure.ac: Added "ru" to ALL_LINGUAS.
9356         
9357         * dvju: new backend to support DJVU files.
9358         * dvi: new backend to support DVI.
9359
9360         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
9361         * ev-application.c: Support for new backends.
9362         
9363         * help, ev-window.c, main.c shell/Makefile.am: 
9364         Evince user documentation.
9365
9366 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9367
9368         * po/POTFILES.in:
9369         * shell/ev-window.c:
9370         * thumbnailer/evince-thumbnailer.c:
9371
9372         s/pdf-document/ev-poppler
9373
9374 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9375
9376         * NEWS:
9377         * configure.ac:
9378
9379         Release 0.2.0
9380
9381         * ps/ps-document.c: (setup_pixmap):
9382
9383         Remove debug code
9384
9385 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
9386
9387         * backend/ev-page-cache.c (ev_page_cache_next_page): 
9388         * shell/ev-window.c (ev_window_cmd_go_next_page) 
9389         (ev_window_cmd_go_first_page): Fix of by one errors.
9390
9391 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9392
9393         * ps/ps-document.c: (get_page_box):
9394
9395         Fix page size calculation
9396
9397 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9398
9399         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9400         (ps_document_cleanup), (setup_pixmap), (get_page_box),
9401         (get_page_orientation), (setup_page), (document_load),
9402         (ps_document_get_page_size), (render_pixbuf_idle):
9403         * ps/ps-document.h:
9404
9405         More refactoring to adapt to EvDocument changes
9406
9407 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9408
9409         * ps/ps-document.c: (start_interpreter):
9410
9411         Actually add alpha args
9412
9413 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9414
9415         * pdf/ev-poppler.cc:
9416
9417         Make clipboard work again
9418
9419 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
9420
9421         Make searching work again.
9422         
9423         * backend/ev-document.c:
9424         * backend/ev-document.h:
9425         * backend/ev-document-find.c:
9426         * backend/ev-document-find.h: Change EvDocumentIface so we no
9427         longer store the current page or zoom level in the document.  The
9428         consequence is that all calls that operate on the current page now
9429         instead take the page number as an extra argument, and all
9430         coordinates are now doubles in document coordinate system.
9431
9432         * pdf/ev-poppler.cc:
9433         * pixbuf/pixbuf-document.c:
9434         * ps/ps-document.c: Update backends accordingly.
9435
9436 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
9437
9438         * autogen.sh:
9439
9440         Add required gettext version
9441
9442 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
9443
9444         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
9445         make F1 bring up non-existent help.
9446
9447         * shell/eggfindbar.c: Patch from Christian Persch to sync to
9448         epiphany's find bar, #167477
9449
9450         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
9451         <emil@nishra.com> to add space-bar scrolling, 
9452
9453         * shell/ev-window.c (static GtkActionEntry entries): add default
9454         keybinding for Help (F1)
9455         Fixes #171068
9456
9457         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
9458         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
9459         170110
9460
9461 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
9462
9463         * Makefile.am: 
9464         * pixbuf/pixbuf-document.c: 
9465
9466         Got pixbuf backend working again
9467
9468 2005-04-01  Steve Murphy  <murf@e-tools.com>
9469
9470         * configure.in: Added "rw" to ALL_LINGUAS.
9471
9472 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
9473
9474         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
9475         model types, noticed by Martin Kretzschmar.
9476
9477 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
9478
9479         * pdf/ev-poppler.cc: Implement search based on
9480         poppler_page_find_text().  Currently a bit crude since we remember
9481         all matches from all pages.  Also, we grab the big document lock
9482         when we search since searching changes the underlying stream and
9483         thus conflicts with the rendering thread.
9484         
9485         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
9486         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
9487         (ev_view_find_previous): Fix some page indexes to be 0 based,
9488         offset rubber band by view offset,
9489
9490 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
9491
9492         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
9493
9494 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
9495
9496         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
9497         completely because I didn't understand GtkActions.  I should
9498         read Marco's code more carefully in the future.
9499
9500         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
9501         function
9502
9503 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
9504
9505         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
9506         PopplerRectangle change from poppler CVS.
9507
9508 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
9509
9510         * backend/ev-document.c: (ev_document_get_page_label):
9511         * backend/ev-document.h:
9512         * backend/ev-page-cache.c: (_ev_page_cache_new),
9513         (ev_page_cache_get_page_label):
9514         * backend/ev-page-cache.h:
9515         * pdf/ev-poppler.cc:
9516         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
9517         (links_page_num_func):
9518         * shell/ev-sidebar-thumbnails.c:
9519         (ev_sidebar_thumbnails_set_document):
9520         * shell/ev-view.c: (status_message_from_link),
9521         (ev_view_motion_notify_event):
9522         * shell/ev-window.c: (document_supports_sidebar): Add in page
9523         label support.  It's not perfect yet, but it's the first 'feature'
9524         in a while.
9525         Also, fix a bogus comment noticed by crispin. 
9526
9527 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
9528
9529         * Makefile.am: Remove pixbuf backend for now
9530
9531         * configure.ac: Require poppler-glib instead of just poppler.
9532
9533         * backend/ev-document-thumbnails.h: Add a comment
9534
9535         * backend/ev-document.h:
9536         * backend/ev-document.c: (ev_document_class_init),
9537         (ev_document_load), (ev_document_get_link),
9538         (ev_document_get_links): Remove 3 methods and add get_links.
9539         Also, made 0 based.
9540
9541         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9542         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
9543
9544         * backend/ev-link.c: (ev_link_set_title),
9545         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
9546         (ev_link_mapping_find):
9547         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
9548         
9549         * backend/ev-page-cache.c: (ev_page_cache_init),
9550         (_ev_page_cache_new), (ev_page_cache_set_current_page),
9551         (ev_page_cache_get_size), (ev_page_cache_next_page),
9552         (ev_page_cache_prev_page): Fix to be 0 based.
9553
9554         * pdf/Makefile.am: 
9555         * pdf/ev-poppler.h:
9556         * pdf/ev-poppler.cc: New backend.
9557         
9558         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
9559         (ps_document_get_page), (ps_document_document_iface_init):
9560
9561         * shell/ev-pixbuf-cache.h:
9562         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9563         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
9564         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
9565         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
9566         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
9567         Fix up code to grab a page cache per each doc.  Also, fix to be 0
9568         based.
9569         
9570         * shell/ev-sidebar-thumbnails.c:
9571         (ev_sidebar_tree_selection_changed), (page_changed_cb),
9572         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
9573
9574         * shell/ev-view.c: (status_message_from_link),
9575         (find_page_at_location), (get_link_at_location),
9576         (ev_view_motion_notify_event), (ev_view_button_release_event),
9577         (ev_view_init): Use the new link code.  Fix to be 0 based.
9578
9579         * shell/ev-window.c: (update_action_sensitivity),
9580         (document_supports_sidebar): 0 based.
9581
9582 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
9583
9584         * pdf/pdf-document.cc: Patch from Fernando Herrera
9585         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
9586         *blush*
9587
9588 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
9589
9590         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
9591         1 to the page, as this seems to be 1 based.  I thought we has this
9592         fixed.  grump.
9593
9594 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
9595
9596         * TODO:
9597         * backend/Makefile.am:
9598         * backend/ev-document-links.c:
9599         (ev_document_links_has_document_links),
9600         (ev_document_links_get_links_model):
9601         * backend/ev-document-links.h:
9602         * backend/ev-document.c: (ev_document_get_page_cache),
9603         (ev_document_get_doc_mutex), (ev_document_load),
9604         (ev_document_save), (ev_document_get_title),
9605         (ev_document_get_n_pages), (ev_document_set_page),
9606         (ev_document_get_page), (ev_document_set_target),
9607         (ev_document_set_scale), (ev_document_set_page_offset),
9608         (ev_document_get_page_size), (ev_document_get_text),
9609         (ev_document_get_link), (ev_document_render),
9610         (ev_document_render_pixbuf), (ev_document_scale_changed):
9611         * backend/ev-document.h:
9612         * backend/ev-job-queue.c: (remove_object_from_queue),
9613         (notify_finished), (handle_job), (search_for_jobs_unlocked),
9614         (no_jobs_available_unlocked), (ev_render_thread),
9615         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
9616         (ev_job_queue_remove_job):
9617         * backend/ev-job-queue.h:
9618         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9619         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9620         (ev_job_links_class_init), (ev_job_render_init),
9621         (ev_job_render_dispose), (ev_job_render_class_init),
9622         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9623         (ev_job_thumbnail_class_init), (ev_job_finished),
9624         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9625         (ev_job_render_run), (ev_job_thumbnail_new),
9626         (ev_job_thumbnail_run):
9627         * backend/ev-jobs.h:
9628         * backend/ev-link.c:
9629         * backend/ev-link.h:
9630         * backend/ev-page-cache.c: (ev_page_cache_init),
9631         (ev_page_cache_class_init), (ev_page_cache_finalize),
9632         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
9633         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9634         (ev_page_cache_set_link), (ev_page_cache_get_title),
9635         (ev_page_cache_get_size), (ev_page_cache_next_page),
9636         (ev_page_cache_prev_page):
9637         * backend/ev-page-cache.h:
9638         * pdf/pdf-document.cc:
9639         * ps/gsdefaults.c:
9640         * ps/gsdefaults.h:
9641         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
9642         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
9643         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
9644         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
9645         (is_interpreter_ready), (output), (catchPipe), (input),
9646         (start_interpreter), (check_filecompressed), (compute_dimensions),
9647         (ps_document_enable_interpreter), (document_load),
9648         (ps_document_next_page), (render_page), (ps_document_set_page),
9649         (ps_document_set_scale), (render_pixbuf_idle),
9650         (ps_document_render_pixbuf), (ps_document_document_iface_init):
9651         * ps/ps-document.h:
9652         * shell/Makefile.am:
9653         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9654         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
9655         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
9656         (ev_pixbuf_cache_new), (job_finished_cb),
9657         (check_job_size_and_unref), (move_one_job),
9658         (ev_pixbuf_cache_update_range), (find_job_cache),
9659         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
9660         (ev_pixbuf_cache_add_jobs_if_needed),
9661         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
9662         * shell/ev-pixbuf-cache.h:
9663         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9664         (idle_print_handler):
9665         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
9666         (selection_changed_cb), (create_loading_model),
9667         (ev_sidebar_links_construct), (links_page_num_func),
9668         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
9669         (update_page_callback), (job_finished_cb),
9670         (ev_sidebar_links_set_document):
9671         * shell/ev-sidebar-thumbnails.c:
9672         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
9673         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
9674         (page_changed_cb), (thumbnail_job_completed_callback),
9675         (ev_sidebar_thumbnails_set_document):
9676         * shell/ev-sidebar-thumbnails.h:
9677         * shell/ev-sidebar.c: (ev_sidebar_set_document):
9678         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
9679         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
9680         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
9681         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
9682         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
9683         (ev_view_button_release_event), (ev_view_scroll_view),
9684         (ev_view_class_init), (ev_view_init), (update_find_status_message),
9685         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
9686         (ev_view_new), (job_finished_cb), (page_changed_cb),
9687         (ev_view_set_document), (go_to_link), (ev_view_zoom),
9688         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
9689         (ev_view_find_previous):
9690         * shell/ev-view.h:
9691         * shell/ev-window.c: (update_action_sensitivity),
9692         (ev_window_open_page), (update_window_title), (update_total_pages),
9693         (page_changed_cb), (ev_window_setup_document),
9694         (password_dialog_response), (ev_window_cmd_save_as),
9695         (ev_window_print), (ev_window_cmd_go_previous_page),
9696         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
9697         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
9698         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
9699         * shell/main.c: (main):
9700
9701         Merge evince-threads branch
9702
9703 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
9704
9705         * configure.ac: Added "lt" to ALL_LINGUAS.
9706
9707 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
9708
9709         * NEWS:
9710         * configure.ac:
9711
9712         Release 0.1.9
9713
9714 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
9715
9716         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9717
9718         Fix here also the thumbnails 1-basedness :)
9719
9720 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
9721
9722         * NEWS:
9723         * configure.ac:
9724
9725         Release 0.1.8
9726
9727 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
9728
9729         * pdf/pdf-document.cc:
9730         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
9731         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
9732
9733         Fix the mess we did with thumbnails and 1-basedness
9734
9735 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
9736
9737         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
9738
9739 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
9740
9741         * NEWS:
9742         * configure.ac:
9743
9744         Release 0.1.7
9745
9746 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
9747
9748         * ps/Makefile.am:
9749         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
9750         (gtk_gs_defaults_get_alpha_parameters),
9751         (gtk_gs_defaults_get_ungzip_cmd),
9752         (gtk_gs_defaults_get_unbzip2_cmd):
9753         * ps/gsdefaults.h:
9754         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
9755         (ps_document_get_orientation), (document_load),
9756         (ps_document_goto_page), (ps_document_set_page_size):
9757         * ps/ps-document.h:
9758
9759         Some more sanitization of the ps backend. Remove a lot
9760         of unused code and do not base our defaults on ggv
9761         preferences (ugh!)
9762
9763 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
9764
9765         * thumbnailer/evince-thumbnailer.schemas:
9766         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
9767         (main): add -s option for thumbnail size.
9768
9769 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
9770
9771         * configure.ac:
9772
9773         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
9774         remove it.
9775
9776 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
9777
9778         * pdf/pdf-document.cc:
9779
9780         Remove 4 pixels of useless border from the
9781         thumbnail.
9782
9783 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
9784
9785         * backend/ev-document-thumbnails.c:
9786         (ev_document_thumbnails_get_thumbnail):
9787         * backend/ev-document-thumbnails.h:
9788
9789         Rework API a bit. Add a border flag and
9790         change sizing logic (now the size we specify
9791         applies to the bigger dimension).
9792
9793         * pdf/pdf-document.cc:
9794         * pixbuf/pixbuf-document.c:
9795         (pixbuf_document_thumbnails_get_thumbnail):
9796         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
9797         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9798
9799         Adapt to the new API and do not draw a border for nautilus
9800         thumbnailer.
9801
9802 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
9803
9804         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9805         take thumbnails from page "0" instead of "1". Added a copyright header.
9806
9807 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
9808
9809         * ps/ps-document.c: (set_up_page), (start_interpreter):
9810
9811         Make it C89 compliant
9812
9813 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
9814
9815         * Makefile.am:
9816         * configure.ac:
9817         * pdf/.cvsignore:
9818         * pdf/pdf-document.cc:
9819         * thumbnailer/Makefile.am:
9820         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
9821         (main):
9822         * thumbnailer/evince-thumbnailer.schemas:
9823         * thumbnailer/pdf-icon.png:
9824
9825         Add a nautilus thumbnailer.
9826         Based on patch by Fernando Herrera <fherrera@onirica.com>.
9827
9828 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
9829
9830         * NEWS:
9831         * configure.ac:
9832         * po/POTFILES.in:
9833
9834         Release 0.1.6
9835
9836 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
9837
9838         Use poppler instead of including xpdf source code.  Poppler is a
9839         fork of xpdf to build it as a shared library. See
9840         http://freedesktop.org/wiki/Software/poppler.
9841
9842         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
9843         xpdf fork.
9844         
9845         * pdf/Makefile.am: Build libpdfdocument.a here.
9846         
9847         * pdf/GDKSplashOutputDev.cc:
9848         * pdf/GDKSplashOutputDev.h:
9849         * pdf/GnomeVFSStream.cc:
9850         * pdf/GnomeVFSStream.h:
9851         * pdf-document.cc:
9852         * pdf-document.h:
9853         * test-gdk-output-dev.cc
9854         * Thumb.cc:
9855         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
9856         against poppler.
9857
9858 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9859
9860         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
9861
9862         Clear idle stack before unsetting the document
9863
9864 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9865
9866         * ps/ps-document.c: (ps_document_widget_event),
9867         (ps_document_set_target), (ps_document_finalize),
9868         (ps_document_get_page):
9869
9870         Disconnect the widget event signal on finalize.
9871         Some code cleanups.
9872
9873 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9874
9875         * ps/ps-document.c: (set_up_page):
9876
9877         If there is no bpixmap create one, even if size
9878         is not changed.
9879
9880 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9881
9882         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
9883         (set_up_page), (document_load), (ps_document_set_zoom):
9884
9885         Default page is 0. Calculate size even when we have no
9886         target yet.
9887
9888 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
9889
9890         * shell/ev-sidebar.c: expand the selection widget to be always as
9891         wide as the sidebar
9892
9893 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9894
9895         * shell/ev-sidebar-thumbnails.c:
9896         (ev_sidebar_thumbnails_set_document):
9897
9898         Clear the list store when setting document
9899
9900 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9901
9902         * shell/ev-page-action.c: (update_entry), (sync_entry),
9903         (activate_cb), (entry_size_request_cb), (create_tool_item),
9904         (connect_proxy):
9905
9906         Use an entry for the page control instead of spinbuttons
9907
9908 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9909
9910         * data/evince.schemas.in:
9911
9912         Correct confusing string
9913
9914 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
9915
9916         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
9917         for real.  Gosh, how long has this been broken.
9918
9919         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
9920         check for a NULL link.  We crash otherwise.
9921
9922 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
9923
9924         * NEWS:
9925         * configure.ac:
9926
9927         Release 0.1.5
9928
9929 2005-02-25  Sebastien Bacher  <seb128@debian.org>
9930
9931         * configure.ac: add the french translation.
9932
9933 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9934
9935         * shell/ev-window.c:
9936
9937         Remove unused header -> fix distcheck
9938
9939 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9940
9941         * shell/ev-window.c: (update_window_title),
9942         (ev_window_popup_password_dialog):
9943
9944         Unescape filename for display
9945
9946 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9947
9948         * pdf/xpdf/pdf-document.cc:
9949
9950         In get_page_size deal with rotation. Also
9951         cleanup the function a bit.
9952
9953 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9954
9955         * pdf/xpdf/pdf-document.cc:
9956
9957         Fix crash when opening in new window
9958
9959 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9960
9961         * configure.ac:
9962
9963         Check ghostscript >= 7
9964
9965 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
9966
9967         * shell/ev-window.c:
9968
9969         Make page width the default sizing mode
9970
9971 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
9972         Marco Pesenti Gritti <marco@gnome.org>
9973
9974         * shell/ev-window.c: Remember the sidebar size
9975
9976         * data/evince.schemas.in: Add a new gconf key to store the size of
9977         the sidebar
9978
9979 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
9980
9981         * data/evince-ui.xml:
9982         * shell/ev-window.c: (update_action_sensitivity),
9983         (ev_window_cmd_view_reload):
9984         
9985         Add a "Reload" action and menu entry
9986
9987 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
9988
9989         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
9990         iff the type doesn't support thumbnailing and indexing.
9991
9992 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
9993
9994         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
9995
9996 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9997
9998         * pdf/splash/Splash.cc:
9999
10000         Port fix for a crasher from kde bug
10001         http://bugs.kde.org/show_bug.cgi?id=97131
10002
10003 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10004
10005         * pdf/xpdf/pdf-document.cc:
10006
10007         Return a link even if it's of an unrecognized
10008         type. Otherwise we go in an infinte cycle.
10009
10010 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10011
10012         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
10013         (size_allocate_cb), (ev_window_set_sizing_mode):
10014
10015         Update size when switching mode
10016
10017 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10018
10019         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10020         (ev_window_cmd_view_page_width), (update_sizing_buttons),
10021         (ev_window_cmd_view_normal_size):
10022
10023         Fix size toggle buttons behavior
10024
10025 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10026
10027         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
10028         (doc_rect_to_view_rect), (ev_view_size_allocate),
10029         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
10030         (scale_changed_callback):
10031
10032         Do not cache offsets in size_allocate.
10033
10034 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10035
10036         * shell/ev-view.c: (ev_view_size_allocate):
10037
10038         Calculate offsets before calling the parent
10039         class (which does a redraw)
10040
10041 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10042
10043         * pdf/xpdf/pdf-document.cc:
10044
10045         Fix a crasher on exit. Unused code, put a TODO
10046
10047 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10048
10049         * backend/ev-document.c: (ev_document_class_init),
10050         (ev_document_page_changed), (ev_document_scale_changed):
10051         * backend/ev-document.h:
10052
10053         Separate page/scale notifications
10054
10055         * pdf/xpdf/pdf-document.cc:
10056
10057         Emit the new signals.
10058         Do not display the pdf page in _render, do it
10059         when scale/page are requested.
10060
10061         * ps/ps-document.c: (ps_document_set_zoom),
10062         (ps_document_widget_event):
10063         * ps/ps-document.h:
10064
10065         Emit the new signals.
10066
10067         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10068         (ev_view_init), (page_changed_callback), (scale_changed_callback),
10069         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
10070         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
10071         * shell/ev-view.h:
10072         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
10073         (ev_window_cmd_view_page_width), (size_allocate_cb),
10074         (ev_window_set_sizing_mode):
10075
10076         Rework sizing to be pixel based.
10077         There are bugs but should be already way better.
10078
10079 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
10080
10081         * shell/ev-window.c: (ev_window_init):
10082
10083         Do not allow to shrink sidebar smaller then
10084         child requisition
10085
10086 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
10087
10088         * shell/ev-sidebar.[ch]
10089         * shell/ev-window.c:
10090
10091         Improved sidebar widget. Fixes #166683
10092
10093 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
10094
10095         * shell/ev-view.c (update_find_status_message): Give translators
10096         more flexibility with ngettext plural handling.
10097
10098 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
10099
10100         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
10101         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
10102         page when we get the page size.
10103
10104 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10105
10106         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
10107
10108         ps pages are 0 based, convert 
10109
10110 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10111
10112         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
10113
10114         Initialize correct parent class. Set GError on document load
10115
10116 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10117
10118         * pdf/xpdf/pdf-document.cc:
10119
10120         Fixup selection offset calculation
10121
10122         * shell/ev-view.c: (view_rect_to_doc_rect),
10123         (doc_rect_to_view_rect), (ev_view_size_allocate),
10124         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
10125         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
10126
10127         Store selection as document relative, so that zooming
10128         and offset changing doesnt break it.
10129
10130 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10131
10132         * shell/ev-view.c: (ev_view_best_fit):
10133
10134         Do not try to best fit if the view is not realized
10135
10136 2005-02-20  Kostas Papadimas <pkst@gnome.org>
10137           
10138         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
10139
10140 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
10141
10142         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
10143
10144 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
10145
10146         * shell/ev-window.c: Change the fullscreen toolbar to always be in
10147         the popup window.  That prevents it resizing when in full screen
10148         mode.
10149
10150         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
10151         multiple rerenders.  This pretty much sucks.
10152
10153         * data/evince-ui.xml: Change the fullscreen toolbar to include the
10154         rest of the toolbar.
10155
10156 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
10157
10158         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
10159
10160 2005-02-17  Alexander Shopov  <ash@contact.bg>
10161
10162         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
10163
10164 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
10165
10166         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
10167
10168 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
10169
10170         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
10171         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
10172         (set_document_page), (document_changed_callback),
10173         (ev_view_set_document), (ev_view_find_previous),
10174         (ev_view_hide_cursor), (ev_view_show_cursor):
10175         * shell/ev-view.h:
10176         * shell/ev-window.c: (update_chrome_visibility),
10177         (fullscreen_timeout_cb), (fullscreen_set_timeout),
10178         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
10179         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
10180         (ev_window_unfullscreen):
10181         * shell/main.c: (main):
10182
10183         Automatically hide the fullscreen button.
10184         Patch by Kristian Høgsberg <krh@redhat.com>
10185
10186 2005-02-16  Vincent Noel  <vnoel@cox.net>
10187
10188         * shell/main.c (main): Specify an icon for the window. Patch by
10189         Jaap A. Haitsma. Fixes #166177.
10190
10191 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
10192
10193         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
10194
10195 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
10196
10197         * backend/ev-document-misc.h:
10198         * backend/ev-document-misc.c:
10199         (ev_document_misc_get_page_border_size),
10200         (ev_document_misc_paint_one_page): New function to canonicalize
10201         sizing/painting a border.
10202
10203         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
10204         used.
10205
10206         * pdf/xpdf/pdf-document.cc: use new function
10207
10208         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10209         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
10210         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
10211         shell/ev-window.c: (update_sizing_buttons),
10212         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
10213         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
10214         (ev_window_cmd_view_page_width), (size_allocate_cb),
10215         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
10216         and "fit width" values act as toggle buttons so they stay
10217         toggled.  It's not 100% perfect, and it's a little slow, but it's
10218         good enough to commit I think.
10219
10220 2005-02-15  David Lodge  <dave@cirt.net>
10221
10222         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
10223
10224 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
10225
10226         * shell/ev-window.c (update_window_title): replace newlines in
10227         the title by spaces. Bug #166107.
10228
10229 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
10230
10231         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
10232         parameters providing allocation width and height without
10233         scrollbars and width of a possible vertical scrollbar. With this
10234         additional information the functions can work as
10235         intended. Unfortunately they're not idempotent. We should
10236         transform these commands to toggles. Fixes Bug #164976
10237         Initial patch by Stephane Loeuillet, then heavily modified.
10238
10239         * shell/ev-view.h: update prototypes.
10240
10241         * shell/ev-window.c (ev_window_cmd_view_best_fit)
10242         (ev_window_cmd_view_page_width): provide EvView fit functions with
10243         all the information they need. Formulas to calculate this
10244         information taken from GtkScrolledWindow.
10245
10246 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
10247
10248         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
10249         created a thumbnail, the list store is updated to know
10250         that the thumbnail is set. Fixes bug #166792
10251
10252 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
10253
10254         * shell/ev-window.c: fixed typo, closes bug 166897
10255
10256         * TODO: updated TODO with bug numbers that are relevant
10257
10258 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
10259
10260         * shell/ev-window.c: Support for DnD of files. Fixes #164813
10261
10262 2005-02-09  Vincent Noel  <vnoel@cox.net>
10263
10264         * shell/ev-window.c: (set_action_properties): Set the "Previous"
10265         and "Next" toolbar buttons as important to make them stand out.
10266
10267 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10268
10269         * lib/ev-debug.c:
10270         * lib/ev-debug.h:
10271         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
10272         (start_interpreter), (stop_interpreter), (document_load),
10273         (ps_document_next_page), (ps_document_goto_page),
10274         (ps_document_set_page_size), (ps_document_widget_event),
10275         (ps_document_render):
10276         * shell/ev-page-view.c: (ev_page_view_dispose):
10277         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
10278
10279         Fix compilation on non-gcc platforms
10280
10281 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10282
10283         * NEWS:
10284         * configure.ac:
10285
10286         Release 0.1.4
10287
10288         * pdf/xpdf/Catalog.cc:
10289         * pdf/xpdf/XRef.cc:
10290
10291         Fix the fix for CAN-2004-0888
10292
10293 2005-02-09  Luca Ferretti <elle.uca@libero.it>
10294
10295         * data/Makefile.am:
10296         * data/evince-ui.xml:
10297         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10298         * shell/ev-stock-icons.h:
10299         * shell/ev-window.c: (update_action_sensitivity),
10300         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
10301         (set_action_properties):
10302
10303         Improve toolbar layout/icons
10304
10305 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
10306
10307         * pdf/xpdf/pdf-document.cc:
10308
10309         Add warnings about unimplemented/unknown link
10310         types.
10311
10312 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10313
10314         * ps/ps-document.c: (set_up_page):
10315
10316         Log gs property
10317
10318 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10319
10320         * ps/ps-document.c: (start_interpreter):
10321
10322         Log gs env var
10323
10324 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10325
10326         * shell/ev-page-view.c: (ev_page_view_dispose):
10327         * shell/ev-view.c: (ev_view_finalize):
10328         * shell/ev-window.c: (ev_window_setup_document),
10329         (ev_window_dispose), (ev_window_init):
10330
10331         Solve more refs issues.
10332
10333         I commented out the page_view initialization for now:
10334         it was never destroyed (because it's never added
10335         to a container). Because of that we was leaking
10336         gs processes. Couldnt think to a clean fix.
10337         We need to figure this out, password view has the
10338         same issue probably.
10339
10340 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10341
10342         * ps/ps-document.c: (ps_document_finalize),
10343         (ps_document_get_n_pages), (ps_document_get_page):
10344
10345         Some cleanups, stop the interpreter on finalize
10346
10347         * shell/ev-page-view.c: (ev_page_view_dispose),
10348         (ev_page_view_class_init):
10349
10350         Release our reference on the document
10351
10352 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10353
10354         * Makefile.am:
10355         * configure.ac:
10356         * doc/debugging.txt:
10357         * lib/.cvsignore:
10358         * lib/Makefile.am:
10359         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
10360         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
10361         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
10362         * lib/ev-debug.h:
10363
10364         Add debugging helpers
10365
10366         * ps/Makefile.am:
10367         * ps/ps-document.c: (set_up_page), (start_interpreter),
10368         (stop_interpreter), (document_load), (ps_document_next_page),
10369         (ps_document_goto_page), (ps_document_set_page_size),
10370         (ps_document_widget_event), (ps_document_render):
10371         * shell/Makefile.am:
10372         * shell/ev-view.c: (expose_bin_window):
10373         * shell/main.c: (main):
10374
10375         Add some logs
10376         
10377 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10378
10379         * ps/ps-document.c: (ps_document_widget_event):
10380
10381         Initialize message_window, this should make ps
10382         rendering really work! (Never noticed because I was
10383         testing with a ps that is causing gs to exit every time!)
10384
10385 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
10386
10387         * data/evince.schemas.in: updated simple error in applyto closing tag
10388
10389 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
10390
10391         * Makefile.am:
10392         * configure.ac:
10393         * data/.cvsignore:
10394         * data/Makefile.am:
10395         * data/evince-ui.xml:
10396         A data/evince.schemas.in:
10397         * po/POTFILES.in:
10398         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10399         * shell/ev-stock-icons.h:
10400         * shell/ev-window.c: (update_chrome_visibility),
10401         (update_chrome_flag), (ev_window_cmd_edit_find),
10402         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
10403         (ev_window_unfullscreen), (ev_window_focus_in_event),
10404         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
10405         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
10406         (ev_window_view_sidebar_cb), (find_bar_close_cb),
10407         (ev_window_dispose), (ev_window_class_init),
10408         (set_action_properties), (set_chrome_actions), (load_chrome),
10409         (ev_window_init):
10410
10411         Implement fullscreen mode changes from bug #164776.
10412         Also implement persistent chrome toggles.
10413
10414 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
10415
10416         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
10417
10418 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10419
10420         * NEWS:
10421         * configure.ac:
10422         * shell/ev-view.c:
10423
10424         Add another check for find interface
10425
10426         Release 0.1.3
10427
10428 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10429
10430         * shell/ev-application.c: (ev_application_open):
10431         * shell/ev-window.c: (ev_window_open):
10432
10433         Open gzipped ps documents
10434
10435 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10436
10437         * TODO:
10438         * shell/ev-view.c: (set_document_page):
10439
10440         Clamp page number, dont try to move to
10441         not existant pages.
10442
10443 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10444
10445         * backend/ev-document-find.c: (ev_document_find_changed):
10446         * backend/ev-document-find.h:
10447         * pdf/xpdf/pdf-document.cc:
10448         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
10449         * shell/ev-window.c: (find_bar_search_changed_cb):
10450
10451         Fix several bugs with find
10452
10453 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
10454
10455         * shell/ev-sidebar-thumbnails.c
10456         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
10457         document. Prevents warning from scroll_to_cell.
10458
10459 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
10460
10461         * configure.ac: Add «nb» to ALL_LINGUAS too.
10462
10463 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
10464
10465         * NOTES: New file with some random thoughts.
10466
10467         * TODO: Update.
10468
10469         * backend/ev-document-misc.c:
10470         (ev_document_misc_get_page_border_size): New function to
10471         canonicalize shadow drawing sizes.  Possibly goofy.
10472
10473         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
10474         (ev_view_best_fit), (ev_view_fit_width):
10475         * pdf/xpdf/pdf-document.cc:
10476         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
10477         * ps/ps-document.c: (ps_document_get_page_size):
10478         * backend/ev-document-misc.h:
10479         * backend/ev-document.c: (ev_document_get_page_size):
10480         * backend/ev-document.h: get_page_size now takes a page number
10481         parameter.  Made all the backends/frontends honor it.
10482
10483         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
10484         see.  Doesn't work yet.
10485
10486         * shell/Makefile.am:
10487         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
10488         Doesn't do anything yet.
10489
10490         * shell/ev-sidebar-thumbnails.c:
10491         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
10492         [0..n_pages-1]
10493
10494         * shell/ev-window.c: (update_action_sensitivity),
10495         (ev_window_setup_document), (ev_window_set_page_mode),
10496         (ev_window_page_mode_cb), (ev_window_init): Clean up the
10497         view-swapping code a bit so we can have multiple views on a
10498         document.  Add the multi-page view, though it can't be turned on
10499         yet.
10500
10501 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10502
10503         * shell/ev-application.c: (ev_application_open):
10504         * shell/ev-view.c: (expose_bin_window):
10505         * shell/ev-window.c: (ev_window_open):
10506
10507         Support eps and check document supports find
10508         before drawing highlightings in expose.
10509
10510 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
10511
10512         * pixbuf/pixbuf-document.c:
10513         (pixbuf_document_thumbnails_get_dimensions),
10514         (pixbuf_document_document_thumbnails_iface_init):
10515
10516         implement get_dimensions
10517
10518 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10519
10520         * NEWS:
10521         * configure.ac:
10522
10523         Release 0.1.2
10524
10525 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10526
10527         * shell/ev-view.c: (set_document_page):
10528
10529         Scroll at the top of the page when changing page
10530
10531 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10532
10533         * shell/ev-view.c: (ev_view_motion_notify_event):
10534
10535         Do not redraw unnecessarily
10536
10537 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10538
10539         * pdf/xpdf/pdf-document.cc:
10540         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10541         (expose_bin_window), (find_changed_cb):
10542
10543         Yay! find works now... Now to find bugs...
10544
10545 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10546
10547         * backend/ev-document-find.c: (ev_document_find_base_init),
10548         (ev_document_find_changed):
10549         * backend/ev-document-find.h:
10550         * pdf/xpdf/pdf-document.cc:
10551         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10552         (expose_bin_window), (ev_view_init), (set_document_page),
10553         (ensure_rectangle_is_visible), (jump_to_find_result),
10554         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
10555         (ev_view_find_next), (ev_view_find_previous):
10556         * shell/ev-view.h:
10557         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
10558
10559         More work on find implementation, mostly there now
10560
10561 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
10562
10563         * backend/ev-backend-marshalers.list:
10564         * backend/ev-document-find.c: (ev_document_find_base_init),
10565         (ev_document_find_cancel), (ev_document_find_page_has_results),
10566         (ev_document_find_get_n_results), (ev_document_find_get_result),
10567         (ev_document_find_get_progress), (ev_document_find_changed):
10568         * backend/ev-document-find.h:
10569
10570         Enanche the find interface to be really able to do
10571         multi page find.
10572
10573         * pdf/xpdf/pdf-document.cc:
10574
10575         Implement
10576
10577         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
10578         (expose_bin_window), (ev_view_init),
10579         (ev_view_get_find_status_message), (find_changed_cb),
10580         (ev_view_set_document), (set_document_page):
10581
10582         Adapt to the new interface. A few things are regressed sorry,
10583         I will finish it soon.
10584
10585 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
10586
10587         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
10588         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
10589         ev_sidebar_thumbnails_parent_class variable, don't define another
10590         parent_class variable.
10591
10592         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
10593         (ev_page_action_class_init): ditto.
10594
10595         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
10596         (pixbuf_document_class_init): ditto.
10597
10598         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
10599         ditto.
10600
10601         * .cvsignore: ignore various valgrind output files.
10602
10603 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10604
10605         * data/evince-ui.xml:
10606         * shell/Makefile.am:
10607         * shell/ev-history.c:
10608         * shell/ev-history.h:
10609         * shell/ev-navigation-action.c:
10610         * shell/ev-navigation-action.h:
10611         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
10612         (ev_view_set_page), (ev_view_fit_width):
10613         * shell/ev-view.h:
10614         * shell/ev-window.c: (update_action_sensitivity),
10615         (ev_window_setup_document), (register_custom_actions):
10616
10617         Kill session history
10618
10619 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10620
10621         * shell/ev-window.c: (update_action_sensitivity):
10622
10623         Fix inverted up/down buttons
10624
10625 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
10626
10627         * shell/ev-sidebar-thumbnails.c
10628         (ev_sidebar_thumbnails_select_page): make sure the selected
10629         thumbnail stays visible.
10630
10631 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
10632
10633         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
10634         scrolled window for Federico.
10635
10636 2005-01-26  Ole Laursen  <olau@hardworking.dk>
10637
10638         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
10639
10640 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
10641
10642         * configure.ac:
10643         * pdf/splash/SplashFTFontEngine.cc:
10644
10645         Fix CID fonts with freetype 2.1.9
10646
10647 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
10648
10649         * TODO: added item for desktop icon thumbnailer
10650
10651 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
10652
10653         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
10654         unloaded docs when the title is accessed.
10655
10656         * shell/ev-password-view.[hc]: New widget for displaying password
10657         state.
10658
10659         * shell/ev-window.[ch]: Refactor password handling code to handle
10660         the new view.
10661
10662 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
10663
10664         * NEWS:
10665         * configure.ac:
10666         * data/Makefile.am:
10667
10668         Release 0.1.1
10669
10670 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10671
10672         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
10673         ignore page offset here, to make search results independent of it,
10674
10675         * shell/ev-view.c (expose_bin_window): but take offsets into
10676         account here. Bug #164932
10677
10678         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
10679         scale at the right time. Bug #164996
10680
10681 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
10682
10683         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
10684         fix the problem. Now I just removed the Adobe font names and hope
10685         that the URW fonts are always in outline format. Bug #164934
10686
10687         * shell/ev-window.c (update_window_title): empty titles are
10688         useless, use filename in that case too.
10689
10690         * NEWS: Add some content.
10691
10692 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
10693
10694         * TODO: added one more TODO item and a TODONE section :)
10695
10696 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
10697
10698         * ps/ps-document.h: add page_[xy]_offset fields.
10699
10700         * ps/ps-document.c (ps_document_set_page_offset)
10701         (ps_document_render): Keep offset in consideration in a few
10702         places. Bug #164752 "postscript documents are not centered in
10703         window"
10704
10705         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
10706         s/gpdf/evince/. Spotted by Stephane Loeuillet.
10707
10708         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
10709         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
10710         stub out missing methods for complete EvDocument implementation.
10711         Fixes segfaults with Save A Copy and Copy actions.
10712
10713         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
10714         (ps_document_document_iface_init): ditto.
10715         
10716 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10717
10718         * data/.cvsignore:
10719         * data/Makefile.am:
10720         * data/evince.desktop.in:
10721
10722         Add desktop file
10723
10724 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10725
10726         * shell/ev-view.c: (ev_view_button_press_event),
10727         (ev_view_motion_notify_event):
10728
10729         Make selection work in any direction
10730
10731 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10732
10733         * TODO:
10734         * shell/ev-window.c: (set_short_labels), (ev_window_init):
10735
10736         Use shorter labels for some of the toolbars items
10737
10738 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10739
10740         * pdf/xpdf/pdf-document.cc:
10741
10742         Check the links info is initialized before
10743         using it. Should fix a crash on startup.
10744
10745 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
10746
10747         * pixbuf/pixbuf-document.c
10748         (pixbuf_document_thumbnails_get_dimensions): force floating point
10749         division to calculate page_ratio. Fixes crash with landscape
10750         format pixbufs.
10751
10752 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
10753
10754         * shell/ev-view.c (ev_view_realize): make the bg color darker.
10755
10756 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
10757
10758         * shell/ev-view.c (set_document_page): unset has_selection when
10759         the page changes.
10760         (set_document_page): handle paper size changes when the page
10761         changes (test with Free Culture, page 2).
10762
10763 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10764
10765         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
10766         (expose_bin_window), (ev_view_class_init), (ev_view_init):
10767
10768         Use normal style color for the widget background and
10769         draw a black box around the page.
10770
10771 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10772
10773         * pdf/xpdf/pdf-document.cc:
10774
10775         Keep offset in consideration in a few places
10776
10777         * shell/ev-view.c: (expose_bin_window):
10778
10779         Set the offsets so that the document is ever centered
10780
10781 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10782
10783         * TODO: Added TODO items and finished off the first todo item
10784
10785         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
10786         reflect current authors
10787
10788 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10789
10790         * pdf/xpdf/pdf-document.cc:
10791         * shell/ev-view.c: (ev_view_set_cursor),
10792         (ev_view_motion_notify_event), (document_changed_callback),
10793         (set_document_page):
10794
10795         Show a wait cursor while the page is rendering
10796
10797 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10798
10799         * shell/ev-sidebar-thumbnails.c:
10800         (ev_sidebar_tree_selection_changed),
10801         (ev_sidebar_thumbnails_select_page):
10802         * shell/ev-sidebar-thumbnails.h:
10803         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
10804         (ev_view_can_go_forward):
10805         * shell/ev-window.c: (ev_window_open_page),
10806         (ev_window_setup_document), (update_current_page),
10807         (view_page_changed_cb), (ev_window_init):
10808         * shell/ev-window.h:
10809
10810         Ensure thumbnails selection, toolbar page control and
10811         current page are in sync.
10812
10813 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
10814
10815         * pdf/xpdf/XRef.cc:
10816
10817         Fix CAN-2005-0064
10818
10819 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
10820
10821         * backend/Makefile.am:
10822         * backend/ev-document-links.h:
10823         * backend/ev-document-security.c: (ev_document_security_get_type),
10824         (ev_document_security_has_document_security),
10825         (ev_document_security_set_password):
10826         * backend/ev-document-security.h:
10827         * backend/ev-document.c: (ev_document_error_quark):
10828         * backend/ev-document.h:
10829         * data/Makefile.am:
10830         * data/evince-password.glade:
10831         * pdf/xpdf/pdf-document.cc:
10832         * shell/Makefile.am:
10833         * shell/ev-password.c: (ev_password_set_bad_password_label),
10834         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
10835         (ev_password_dialog_get_password),
10836         (ev_password_dialog_set_bad_pass):
10837         * shell/ev-password.h:
10838         * shell/ev-window.c: (ev_window_get_attribute),
10839         (ev_window_set_property), (update_action_sensitivity),
10840         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
10841         (ev_window_setup_document), (ev_window_get_password),
10842         (ev_window_open), (ev_window_cmd_save_as),
10843         (using_postscript_printer), (ev_window_print),
10844         (find_not_supported_dialog), (ev_window_cmd_edit_find),
10845         (update_fullscreen_popup), (ev_window_fullscreen),
10846         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
10847         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
10848         (menu_item_select_cb), (find_bar_search_changed_cb),
10849         (ev_window_dispose), (ev_window_init):
10850
10851         Add initial support for password-supported dialogs.  This could be
10852         a lot cooler, but it'll do for now.
10853
10854 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
10855
10856         * pdf/xpdf/pdf-document.cc:
10857         * shell/ev-view.c: (status_message_from_link),
10858         (ev_view_set_status), (ev_view_set_cursor),
10859         (ev_view_motion_notify_event), (ev_view_init):
10860         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
10861
10862         Fix bugs in the links implementation and change cursor
10863         when hovering a link.
10864
10865 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
10866
10867         * viewer/.cvsignore: added cvsignore file for viewer directory
10868
10869         * TODO: created TODO document
10870
10871 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
10872
10873         * shell/ev-view.h:
10874         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
10875         new functions to help with implementation of sensitivity code
10876         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
10877         of all actions that might require it.  Fixes a crash when you
10878         click on the Zoom actions in a window lacking a document.
10879
10880 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
10881
10882         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
10883         of the Find action
10884
10885 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
10886
10887         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
10888         (pixbuf_document_document_iface_init):
10889         * ps/ps-document.c: (ps_document_get_link),
10890         (ps_document_document_iface_init):
10891         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
10892         (status_message_from_link), (ev_view_set_status),
10893         (ev_view_set_find_status), (ev_view_motion_notify_event),
10894         (ev_view_button_release_event), (ev_view_set_property),
10895         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
10896         (ev_view_get_find_status_message), (update_find_results),
10897         (ev_view_get_status), (ev_view_get_find_status):
10898         * shell/ev-view.h:
10899         * shell/ev-window.c: (view_status_changed_cb),
10900         (view_find_status_changed_cb), (ev_window_init):
10901
10902         View status message support, use it to show the links.
10903         Needs work...
10904
10905 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
10906
10907         * backend/ev-document.c: (ev_document_get_link):
10908         * backend/ev-document.h:
10909         * pdf/xpdf/pdf-document.cc:
10910         * shell/ev-application.c: (ev_application_open):
10911         * shell/ev-application.h:
10912         * shell/ev-sidebar-links.c: (selection_changed_cb):
10913         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
10914         (ev_view_go_to_link):
10915
10916         Add support for document links
10917
10918 2005-01-13  Anders Carlsson  <andersca@gnome.org>
10919
10920         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
10921         (create_tool_item):
10922         Set the spin button limits correctly.
10923         
10924         * shell/ev-sidebar-thumbnails.c:
10925         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
10926         Support changing pages by clicking on the thumbnails.
10927         
10928 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
10929
10930         * pixbuf/pixbuf-document.c:
10931         (pixbuf_document_thumbnails_get_dimensions),
10932         (pixbuf_document_document_thumbnails_iface_init):
10933
10934         implement get_dimensions
10935
10936 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
10937
10938         * ps/ps-document.c: (ps_document_goto_page):
10939
10940         Fix page switching on multipage documents
10941
10942 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
10943
10944         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
10945         
10946         check for NULL before assigning to width and height parameters
10947
10948 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
10949
10950         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
10951         (pixbuf_document_set_property), (pixbuf_document_get_property):
10952
10953         implement get/set properties
10954
10955 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
10956
10957         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
10958         
10959         return NULL instead of "Unknown", letting the title get set to
10960         the filename when the pdf has no title.
10961
10962 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
10963
10964         * ps/ps-document.c: (ps_document_get_page_count),
10965         (ps_document_goto_page):
10966
10967 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
10968
10969         * shell/ev-history.c: (ev_history_get_property),
10970         (ev_history_set_property), (ev_history_class_init),
10971         (ev_history_add_page), (ev_history_set_current_index):
10972         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
10973         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
10974         (ev_navigation_action_finalize):
10975         * shell/ev-navigation-action.h:
10976         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
10977         (ev_view_go_forward), (ev_view_get_find_status_message),
10978         (history_index_changed_cb), (ev_view_set_history):
10979         * shell/ev-view.h:
10980         * shell/ev-window.c: (update_total_pages), (ev_window_open),
10981         (update_current_page), (register_custom_actions):
10982
10983         Implement history dropdowns
10984
10985 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
10986
10987         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
10988         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
10989         (ev_view_go_forward):
10990         * shell/ev-window.c: (register_custom_actions):
10991
10992         Fix several history bugs
10993
10994 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
10995
10996         * configure.ac: Add «nb» to ALL_LINGUAS.
10997
10998 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
10999
11000         * backend/Makefile.am:
11001         * backend/ev-bookmark.c:
11002         * backend/ev-bookmark.h:
11003         * backend/ev-document-bookmarks.c:
11004         * backend/ev-document-bookmarks.h:
11005         * backend/ev-document-links.c: (ev_document_links_get_type),
11006         (ev_document_links_has_document_links),
11007         (ev_document_links_begin_read), (ev_document_links_get_link),
11008         (ev_document_links_get_child), (ev_document_links_next),
11009         (ev_document_links_free_iter):
11010         * backend/ev-document-links.h:
11011         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
11012         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
11013         (ev_link_get_link_type), (ev_link_set_link_type),
11014         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
11015         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
11016         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
11017         (ev_link_new_external):
11018         * backend/ev-link.h:
11019         * pdf/xpdf/pdf-document.cc:
11020         * shell/Makefile.am:
11021         * shell/ev-application.c: (ev_application_open_link):
11022         * shell/ev-application.h:
11023         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
11024         (ev_history_get_link_nth):
11025         * shell/ev-history.h:
11026         * shell/ev-sidebar-bookmarks.c:
11027         * shell/ev-sidebar-bookmarks.h:
11028         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11029         (ev_sidebar_links_class_init), (selection_changed_cb),
11030         (ev_sidebar_links_construct), (ev_sidebar_links_init),
11031         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
11032         (do_one_iteration), (populate_links_idle),
11033         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
11034         * shell/ev-sidebar-links.h:
11035         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11036         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
11037         (go_to_index):
11038         * shell/ev-view.h:
11039         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
11040         * shell/ev-window.h:
11041
11042         Rename bookmark to link, and use "Index" for the sidebar panel.
11043
11044 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11045
11046         * shell/Makefile.am:
11047         * shell/ev-application.c: (ev_application_open_bookmark):
11048         * shell/ev-application.h:
11049         * shell/ev-history.c: (ev_history_init), (free_links_list),
11050         (ev_history_finalize), (ev_history_class_init),
11051         (ev_history_add_link), (ev_history_add_page),
11052         (ev_history_get_link_nth), (ev_history_get_n_links),
11053         (ev_history_get_current_index), (ev_history_set_current_index),
11054         (ev_history_new):
11055         * shell/ev-history.h:
11056         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11057         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
11058         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
11059         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
11060         (ev_view_set_page):
11061         * shell/ev-view.h:
11062         * shell/ev-window.c: (ev_window_open_bookmark),
11063         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
11064         (goto_page_cb), (register_custom_actions):
11065         * shell/ev-window.h:
11066
11067         Initial history implementation. Needs work.
11068
11069 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
11070
11071         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
11072
11073 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11074
11075         * cut-n-paste/recent-files/egg-recent-item.c:
11076         * cut-n-paste/recent-files/egg-recent-item.h:
11077         * cut-n-paste/recent-files/egg-recent-model.c:
11078         * cut-n-paste/recent-files/egg-recent-util.c:
11079         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11080         * cut-n-paste/recent-files/egg-recent-view.c:
11081
11082         Update
11083
11084 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
11085
11086         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
11087         (fillGlyph, fillImageMask, drawImage):
11088         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
11089         pdf/splash/SplashTypes.h:
11090         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
11091         packed mode for Splash.
11092
11093         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
11094         RGB8 packed mode, eliminates the pixbuf data creation loop.
11095
11096         * shell/ev-print-job.c (ev_print_job_finalize)
11097         (ev_print_job_set_property, ev_print_job_get_property)
11098         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
11099         (ev_print_job_use_print_dialog_settings, idle_print_handler)
11100         (print_closure_finalize, ev_print_job_print): implement
11101         printing (for backends with EvPsExporter)
11102
11103         * shell/ev_print_job.h: update prototypes.
11104
11105         * shell/ev-window.c (ev_window_print): unref print job after
11106         printing.
11107
11108         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
11109         unless the document implements the EvDocumentFind interface.
11110
11111 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
11112
11113         * configure.ac: Added ja to ALL_LINGUAS.
11114
11115 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11116
11117         * pdf/xpdf/pdf-document.cc:
11118
11119         add a FIXME. We should probably not allocate
11120         a bookmark object every time
11121
11122 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11123
11124         * shell/ev-application.c: (ev_application_open),
11125         (ev_application_open_bookmark):
11126         * shell/ev-application.h:
11127         
11128         Add a way to open bookmarks
11129
11130         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
11131         (ev_bookmark_set_uri), (ev_bookmark_get_property),
11132         (ev_bookmark_set_property), (ev_bookmark_class_init),
11133         (ev_bookmark_new_title), (ev_bookmark_new_link),
11134         (ev_bookmark_new_external):
11135
11136         Support for external uris, better constructors.
11137
11138         * backend/ev-bookmark.h:
11139         * pdf/xpdf/pdf-document.cc:
11140         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11141
11142         Handle external uris
11143
11144 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11145
11146         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
11147         (ev_sidebar_bookmarks_construct), (do_one_iteration):
11148
11149         Hook up bookmarks navigation
11150
11151 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11152
11153         * backend/Makefile.am:
11154         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
11155         (ev_bookmark_get_title), (ev_bookmark_set_title),
11156         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
11157         (ev_bookmark_get_page), (ev_bookmark_set_page),
11158         (ev_bookmark_get_property), (ev_bookmark_set_property),
11159         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
11160         (ev_bookmark_new):
11161         * backend/ev-bookmark.h:
11162         * backend/ev-document-bookmarks.c:
11163         (ev_document_bookmarks_get_bookmark):
11164         * backend/ev-document-bookmarks.h:
11165         * pdf/xpdf/pdf-document.cc:
11166         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
11167
11168         Add a bookmark object to the backend and use it instead of get_values
11169
11170 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11171
11172         * data/evince-ui.xml:
11173
11174         Cleanup and add select all.
11175
11176         * shell/ev-view.c: (ev_view_select_all),
11177         (ev_view_button_press_event):
11178         * shell/ev-view.h:
11179         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
11180
11181         Add select all.
11182         Clear selection on click.
11183
11184 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
11185
11186         * shell/ev-sidebar-thumbnails.c
11187         (ev_sidebar_thumbnails_set_document): forgot to unref the
11188         loading_icon.
11189
11190 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
11191
11192         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
11193         at the visible page, not just linearly.  This makes it look fast.
11194
11195 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
11196
11197         * backend/ev-document-misc.c
11198         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
11199         white.
11200         * backend/ev-document-thumbnails.h: New interface to get the size
11201         of a page.
11202
11203 2005-01-06  Jeremy Katz  <katzj@redhat.com>
11204
11205         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
11206         make dist works
11207
11208 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
11209
11210         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
11211         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
11212         things up a bit.
11213
11214         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
11215
11216 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
11217
11218         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
11219         fonts. Should fix font problems on systems that have the base
11220         fonts in bitmap format. Reported by James Henstridge
11221         <james@jamesh.id.au>.
11222
11223 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11224
11225         * pdf/xpdf/Gfx.cc:
11226         * pdf/xpdf/GfxState.cc:
11227
11228         Fix for CAN-2004-1125
11229
11230 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11231
11232         * shell/ev-view.c: (ev_view_copy):
11233         * shell/ev-view.h:
11234         * shell/ev-window.c: (ev_window_cmd_edit_copy):
11235
11236         Implement Edit->Copy
11237
11238 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11239
11240         * backend/ev-document.c: (ev_document_get_text):
11241         * backend/ev-document.h:
11242         * pdf/xpdf/pdf-document.cc:
11243         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
11244         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11245         (ev_view_update_primary_selection), (ev_view_button_press_event),
11246         (ev_view_motion_notify_event), (ev_view_button_release_event):
11247
11248         Beginnings of clipboard support. Incomplete but primary sort
11249         of work.
11250
11251 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11252
11253         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
11254         (expose_bin_window):
11255
11256         Nicer rubberband drawing, from GtkIconView.
11257
11258 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11259
11260         * backend/ev-document.c: (ev_document_save):
11261         * backend/ev-document.h:
11262         * data/evince-ui.xml:
11263         * pdf/xpdf/pdf-document.cc:
11264         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
11265
11266         Implement "Save a copy..." menu item
11267
11268 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11269
11270         * shell/ev-view.c: (ev_view_zoom):
11271
11272         Queue a resize when zoom changes
11273
11274 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
11275
11276         * backend/ev-document-misc.[ch]: New misc file to do simple drop
11277         shadows.
11278
11279         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
11280         thumbnails..
11281
11282 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
11283
11284         * pdf/xpdf/pdf-document.cc
11285         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
11286
11287 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
11288
11289         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
11290         It's slow, but I'll speed it up next!
11291
11292 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
11293
11294         * shell/main.c (load_files):
11295
11296         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
11297         from the command line and because it seems more appropriate.
11298
11299 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11300
11301         * data/evince-ui.xml:
11302         * shell/ev-window.c: (update_action_sensitivity),
11303         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
11304
11305         s/next page/page down
11306         s/previous page/page up
11307
11308 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11309
11310         * data/evince-ui.xml:
11311
11312         Change the layout to match clarkbw design.
11313
11314         * shell/Makefile.am:
11315         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
11316         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
11317         (ev_navigation_action_finalize),
11318         (ev_navigation_action_set_property),
11319         (ev_navigation_action_get_property),
11320         (ev_navigation_action_class_init):
11321         * shell/ev-navigation-action.h:
11322
11323         Implement clarkbw toolbar navigation controls (incomplete)
11324
11325         * shell/ev-page-action.c: (update_label), (update_spin),
11326         (value_changed_cb), (create_tool_item), (connect_proxy),
11327         (ev_page_action_init), (ev_page_action_finalize),
11328         (ev_page_action_set_property), (ev_page_action_get_property),
11329         (ev_page_action_set_current_page),
11330         (ev_page_action_set_total_pages), (ev_page_action_class_init):
11331         * shell/ev-page-action.h:
11332
11333         Implement a page switcher in the toolbar
11334
11335         * shell/ev-view.c: (ev_view_scroll_view):
11336         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11337         (update_current_page), (view_page_changed_cb), (goto_page_cb),
11338         (register_custom_actions), (ev_window_init):
11339
11340         Change page on PageUp/Down.
11341
11342 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
11343
11344         * pdf/xpdf/pdf-document.cc
11345         (pdf_document_thumbnails_get_thumbnail): initial stab at
11346         implementing thumbnail support for pdfs.  It only does documents
11347         with precached pdfs now.
11348
11349 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
11350
11351         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
11352         thumbnail code into a time-based idle as well.  Also, turn off the
11353         shadow temporarily as it's really slow.
11354
11355 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11356
11357         * backend/ev-document.c: (ev_document_class_init):
11358         * pdf/xpdf/pdf-document.cc:
11359         * shell/ev-window.c: (ev_window_open):
11360
11361         Fix document title bugs and fallback to
11362         filename when not available.
11363
11364 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11365
11366         * backend/ev-document.c: (ev_document_get_type),
11367         (ev_document_class_init), (ev_document_load),
11368         (ev_document_get_title):
11369         * backend/ev-document.h:
11370         * pdf/xpdf/pdf-document.cc:
11371         * ps/ps-document.c: (ps_document_set_property),
11372         (ps_document_get_property), (ps_document_class_init),
11373         (document_load):
11374         * ps/ps-document.h:
11375         * ps/ps.h:
11376         * shell/ev-window.c: (update_window_title), (ev_window_open),
11377         (ev_window_init):
11378
11379         Initial support for document title. Not working yet.
11380
11381 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11382
11383         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
11384
11385         Grab focus on the view when clicking it
11386
11387 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11388
11389         * shell/ev-marshal.list:
11390         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
11391         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
11392
11393         Add key bindings to the view. Now if the focus would work
11394         right...
11395
11396 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11397
11398         * Makefile.am:
11399         * backend/Makefile.am:
11400         * data/Makefile.am:
11401         * dvi/Makefile.am:
11402         * dvi/dvilib/Makefile.am:
11403         * pdf/xpdf/Makefile.am:
11404         * po/POTFILES.in:
11405         * ps/Makefile.am:
11406
11407         Fix distcheck
11408
11409 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11410
11411         * shell/ev-view.c: (ev_view_realize):
11412
11413         Fix mouse wheel scrolling
11414
11415 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11416
11417         * ps/Makefile.am:
11418         * ps/gstypes.h:
11419         * ps/gtkgs.c:
11420         * ps/gtkgs.h:
11421         * ps/ps-document.c: (catchPipe), (ps_document_init),
11422         (ps_document_class_init), (ps_document_cleanup),
11423         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
11424         (set_up_page), (close_pipe), (is_interpreter_ready),
11425         (interpreter_failed), (output), (input), (start_interpreter),
11426         (stop_interpreter), (file_length), (file_readable),
11427         (check_filecompressed), (check_pdf), (compute_xdpi),
11428         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
11429         (ps_document_get_type), (ps_document_emit_error_msg),
11430         (document_load), (ps_document_next_page),
11431         (ps_document_get_current_page), (ps_document_get_page_count),
11432         (ps_document_goto_page), (ps_document_set_page_size),
11433         (ps_document_zoom_to_fit), (ps_document_set_zoom),
11434         (ps_document_load), (ps_document_get_n_pages),
11435         (ps_document_set_page), (ps_document_get_page),
11436         (ps_document_widget_event), (ps_document_set_target),
11437         (ps_document_set_scale), (ps_document_set_page_offset),
11438         (ps_document_get_page_size), (ps_document_render),
11439         (ps_document_document_iface_init):
11440         * ps/ps-document.h:
11441         * ps/ps.c:
11442         * shell/ev-window.c: (ev_window_open):
11443
11444         Rename GtkGS to PSDocument
11445
11446 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11447
11448         * ps/gtkgs.c: (gtk_gs_class_init):
11449         * ps/gtkgs.h:
11450
11451         Some more leftover...
11452
11453 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11454
11455         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
11456         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
11457         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
11458         * ps/gtkgs.h:
11459
11460         Remove unused code and make a lot of stuff private
11461
11462 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11463
11464         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
11465         (gtk_gs_defaults_changed):
11466         * ps/gsdefaults.h:
11467         * ps/gtkgs.c:
11468         * ps/gtkgs.h:
11469         * ps/ps.h:
11470
11471         Cleanup headers dependencies
11472
11473 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11474
11475         * ps/Makefile.am:
11476         * ps/ggvutils.c:
11477         * ps/ggvutils.h:
11478         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
11479         * ps/gsdefaults.h:
11480         * ps/gtkgs.c: (file_length), (file_readable),
11481         (check_filecompressed), (check_pdf), (gtk_gs_load),
11482         (gtk_gs_get_postscript):
11483
11484         Get rid of ggvutils
11485
11486 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11487
11488         * ps/ggvutils.c:
11489         * ps/ggvutils.h:
11490         * ps/gsio.h:
11491         * ps/gtkgs.c: (gtk_gs_set_zoom):
11492
11493         Cleanups
11494
11495 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11496
11497         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
11498
11499         Ensure the page is rerendered when changing zoom
11500
11501 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11502
11503         * backend/ev-document.c: (ev_document_base_init),
11504         (ev_document_changed):
11505         * backend/ev-document.h:
11506
11507         Add a changed event that is emitted when the page content
11508         changes. This is necessary to deal with the fact that
11509         in ps backend rendering happen asycrounously.
11510         This makes the ps backend mostly work.
11511
11512         * pdf/xpdf/pdf-document.cc:
11513
11514         Emit changed event
11515
11516         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
11517         (ps_document_set_target):
11518
11519         Emit changed event
11520
11521         * shell/ev-view.c: (document_changed_callback),
11522         (ev_view_set_document), (ev_view_set_page):
11523
11524         Redraw on the changed signal
11525
11526 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
11527
11528         * configure.ac: Added pt_BR to ALL_LINGUAS.
11529
11530 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
11531
11532         * backend/ev-document-bookmarks.c:
11533         (ev_document_bookmarks_get_child): *
11534         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
11535         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
11536         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
11537         (ev_sidebar_bookmarks_destroy),
11538         (ev_sidebar_bookmarks_class_init),
11539         (ev_sidebar_bookmarks_construct), (stack_data_free),
11540         (do_one_iteration), (populate_bookmarks_idle),
11541         (ev_sidebar_bookmarks_clear_document),
11542         (ev_sidebar_bookmarks_set_document): *
11543         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
11544         (ev_sidebar_add_page),
11545         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
11546         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
11547         it displays both the topics and the page numbers.
11548
11549 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
11550
11551         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
11552         toggle.
11553         * shell/ev-window.c (toggle_entries): Set sidebar default value to
11554         visible.
11555
11556 2004-12-23  Adam Weinberger  <adamw@gnome.org>
11557
11558         * configure.ac: Added en_CA to ALL_LINGUAS.
11559
11560 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11561
11562         * ChangeLog: replace bottom of this ChangeLog (merged history of
11563         ggv and gpdf; where all paths were wrong and most of the files are
11564         not even in this tree) with ChangeLog (from arch) of the shell
11565         code.
11566
11567 2004-12-23  Havoc Pennington  <hp@redhat.com>
11568
11569         * shell/ev-window.c: hook up potentially-questionable "find
11570         results status text" feature - something involving the sidebar or
11571         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
11572         might be better in the end.
11573
11574         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
11575         with corresponding signal when it should be updated
11576
11577         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
11578
11579 2004-12-22  Havoc Pennington  <hp@redhat.com>
11580
11581         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
11582         find stuff on other pages, sort of (only returns one result on
11583         invisible pages, to show they have results; updates full results
11584         for a page when you view it). Currently repaints the current page
11585         every time a new result is found on any page, which isn't so nice.
11586
11587 2004-12-22  Havoc Pennington  <hp@redhat.com>
11588
11589         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
11590         the document doesn't support find (better ideas?)
11591         (find_bar_search_changed_cb): handle missing document or document
11592         that doesn't support find
11593
11594         * pdf/xpdf/pdf-document.cc: port to implement the new
11595         EvDocumentFindIface
11596
11597         * backend/ev-document-find.c: create a new interface for searching
11598
11599         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
11600
11601 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11602
11603         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
11604         libevbackend.la.
11605
11606         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
11607         EvPrintJob constructor arguments.
11608
11609         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
11610         for documents that can export PostScript (page by page).
11611
11612         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
11613         
11614         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
11615         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
11616         (pdf_document_ps_exporter_iface_init:
11617         Implement EvPSExporter.
11618
11619         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
11620
11621 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11622
11623         * backend/Makefile.am:
11624         * backend/ev-document-thumbnails.c:
11625         (ev_document_thumbnails_get_type),
11626         (ev_document_thumbnails_get_thumbnail):
11627         * backend/ev-document-thumbnails.h:
11628         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11629         (pixbuf_document_thumbnails_get_thumbnail),
11630         (pixbuf_document_document_thumbnails_iface_init):
11631         * shell/Makefile.am:
11632         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
11633         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
11634         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
11635         * shell/ev-sidebar-thumbnails.h:
11636         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11637         (ev_sidebar_set_document):
11638         * shell/ev-utils.c: (gaussian), (create_blur_filter),
11639         (create_shadow), (ev_pixbuf_add_shadow):
11640         * shell/ev-utils.h:
11641         Add thumbnail support.
11642         
11643 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11644
11645         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
11646         (using_postscript_printer): Set up a print dialog for "PostScript
11647         injection" method.
11648
11649         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
11650         EvPrintJob.
11651
11652         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
11653
11654 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11655
11656         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
11657         (ps_document_set_target), (ps_document_get_page_size),
11658         (ps_document_render):
11659         * ps/gtkgs.h:
11660
11661         Fix a few bugs
11662
11663 2004-12-22  Christian Rose  <menthos@menthos.com>
11664
11665         * configure.ac: Added "sv" to ALL_LINGUAS.
11666
11667 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
11668
11669         * backend/ev-document-bookmarks.[ch]: new interface to indicate
11670         document supports bookmarks.
11671
11672 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11673
11674         * ps/ggvutils.c: (ggv_file_readable):
11675         * ps/ggvutils.h:
11676         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
11677         (gtk_gs_get_postscript):
11678
11679         Remove unused utils
11680
11681 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11682
11683         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
11684         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
11685         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
11686         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
11687         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
11688         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
11689         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
11690         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
11691         (gtk_gs_set_antialiasing), (ps_document_load),
11692         (ps_document_render):
11693         * ps/gtkgs.h:
11694
11695         Another check point for the ps backend. Now I can get it to show
11696         pages!
11697
11698 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
11699
11700         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
11701         document setting code.
11702
11703 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11704
11705         * shell/eggfindbar.c: (entry_activate_callback):
11706         Animate the next button when activate is pressed.
11707         
11708 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11709
11710         * shell/ev-window.c: (ev_window_cmd_edit_find),
11711         (update_fullscreen_popup), (ev_window_fullscreen),
11712         (ev_window_unfullscreen), (ev_window_state_event_cb),
11713         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
11714         Fix bugs in fullscreen code.
11715         
11716 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11717
11718         * Makefile.am:
11719         * configure.ac:
11720         * pixbuf/Makefile.am:
11721         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11722         (pixbuf_document_load), (pixbuf_document_get_n_pages),
11723         (pixbuf_document_set_page), (pixbuf_document_get_page),
11724         (pixbuf_document_set_target), (pixbuf_document_set_scale),
11725         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
11726         (pixbuf_document_render), (pixbuf_document_begin_find),
11727         (pixbuf_document_end_find), (pixbuf_document_finalize),
11728         (pixbuf_document_class_init),
11729         (pixbuf_document_document_iface_init), (pixbuf_document_init):
11730         * pixbuf/pixbuf-document.h:
11731         * shell/Makefile.am:
11732         * shell/ev-application.c: (ev_application_open):
11733         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
11734         (ev_window_open):
11735         Add pixbuf backend.
11736         
11737 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
11738
11739         * Makefile.am: 
11740         * dvi/dvilib/Makefile.am:
11741         * dvi/Makefile.am:
11742         * configure.ac: Auto*ify dvi and dvi/dvilib
11743
11744         * dvi/Makefile: Remove from CVS
11745         
11746         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
11747         confusion.
11748
11749         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
11750         
11751         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
11752         
11753 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11754
11755         * ps/Makefile.am:
11756         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
11757         (gtk_gs_value_adjustment_changed), (compute_size),
11758         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
11759         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
11760         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
11761         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
11762         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
11763         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
11764         (ps_document_load), (ps_document_get_n_pages),
11765         (ps_document_set_page), (ps_document_get_page),
11766         (ps_document_set_target), (ps_document_set_scale),
11767         (ps_document_set_page_offset), (ps_document_get_page_size),
11768         (ps_document_render), (ps_document_begin_find),
11769         (ps_document_end_find), (ps_document_document_iface_init):
11770         * ps/gtkgs.h:
11771         * shell/Makefile.am:
11772         * shell/ev-window.c: (ev_window_open):
11773
11774         Some work to integrate gtkgs with EvDocument
11775
11776 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11777
11778         * shell/ev-window.c: (update_fullscreen_popup),
11779         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
11780         (exit_fullscreen_button_clicked_cb),
11781         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
11782         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11783         (ev_window_state_event_cb), (ev_window_init):
11784         Add fullscreen support from Epiphany.
11785         
11786 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11787
11788         * data/ev-stock-zoom-fit-width.png: fit-width
11789         stock icon from gpdf.
11790         
11791         * shell/ev-stock-icons.[ch]: copied from gpdf.
11792         
11793         * shell/main.c: (main): init stock icons.
11794         
11795         * shell/ev-window.c: use the fit-width icon.
11796         
11797         * data/evince-ui.xml: add zooming toolbar items.
11798
11799 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11800
11801         * shell/ev-view.c: 
11802         (ev_view_best_fit), (ev_view_fit_width): because
11803         get_page_size() returns the scaled page size, we
11804         need to calculate the scale factor relative to
11805         the previous scale factor. Should really just
11806         add get_real_page_size().
11807
11808 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11809
11810         * shell/ev-view.[ch]:
11811         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
11812         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
11813         add zooming.
11814         
11815         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11816         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
11817         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
11818         hook it up.
11819         
11820         * pdf/xpdf/pdf-document.cc:
11821         (pdf_document_begin_find),
11822         (pdf_document_end_find): make static.
11823
11824 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11825
11826         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
11827
11828         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
11829         names to fontconfig patterns.
11830         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
11831
11832         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
11833         setupBaseFontsFc.
11834
11835 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11836
11837         * Makefile.am:
11838         * configure.ac:
11839         * ps/Makefile.am:
11840         * ps/ggvutils.c:
11841         * ps/ggvutils.h:
11842         * ps/gsdefaults.c:
11843         * ps/gsdefaults.h:
11844         * ps/gsio.c:
11845         * ps/gsio.h:
11846         * ps/gtkgs.c:
11847         * ps/gtkgs.h:
11848         * ps/ps.c:
11849         * ps/ps.h:
11850
11851         Import ggv backend. Not hooked up yet.
11852
11853 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11854
11855         * shell/main.c: (load_files), (main): load files
11856         from the command line.
11857
11858 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11859
11860         * configure.ac: don't require bonobo.
11861         
11862         * cut-n-paste/recent-files/*: kill bonobo recent
11863         view.
11864
11865         * shell/ev-window.c:
11866         (ev_window_is_empty): upd.
11867         (unable_to_load), (ev_window_open): load backend
11868         based on the mime type.
11869
11870 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11871
11872         * backend/.cvsignore: ignore generated marshalers source.
11873
11874         * shell/main.c (main): this is not epiphany.
11875
11876 2004-12-22  Havoc Pennington  <hp@redhat.com>
11877
11878         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
11879         (expose_bin_window): draw find highlights
11880
11881         * shell/ev-window.c (find_bar_search_changed_cb): implement 
11882         
11883         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
11884         (pdf_document_end_find): implement this interface
11885
11886         * backend/ev-document.c (ev_document_found): add this to emit
11887         signal
11888
11889 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
11890
11891         * data/evince-ui.xml: Add a few more toolbar items.
11892
11893         * shell/ev-window.c: Hook up page navigation toolbar 
11894         items.
11895
11896         * shell/ev-view.[ch]: add ev_view_set/get_page and 
11897         a page-changed signal.
11898
11899         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
11900         Add ev_document_get_page().
11901
11902         * shell/ev-window.c: Sensitize/desensitize navigation
11903         actions.
11904
11905 2004-12-21  Havoc Pennington  <hp@redhat.com>
11906
11907         * backend/ev-backend-marshal.c,
11908         backend/ev-backend-marshalers.list, backend/Makefile.am: add
11909         marshaler-generator thingy. I'm sure there's a better way to do
11910         this in the modern world.
11911
11912         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
11913         end_find methods and "found" signal.
11914
11915         * configure.ac: find glib-genmarshal
11916
11917 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
11918
11919         * shell/ev-sidebar.c: Construct an actual sidebar.
11920         * shell/ev-sidebar-bookmarks.[ch]:
11921         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
11922
11923 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
11924
11925         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
11926         Redo size handling.
11927         
11928         * shell/ev-view.c: Track the size from the document.
11929
11930 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
11931
11932         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
11933         constructor assumes ownership of the string passed in.
11934         
11935         * shell/ev-window.c (ev_window_open): Destroy the error
11936         dialog once we've displayed it.
11937
11938 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
11939
11940         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
11941         a bit, it works! (sort of)
11942
11943         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
11944         Move to .cc since we need to use C++ in the implementation.
11945
11946         * shell/dummy.cc: Add a CC file to force evince
11947         to be linked as a C++ program.
11948
11949 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
11950
11951         * shell/ev-view.[ch]: Start of content-area widget.
11952
11953         * shell/ev-window.c: Create a EvView, update it
11954         as we change documents.
11955
11956         * shell/Makefile.am shell/ev-marshal.list: Add
11957         generated marshalers.
11958
11959 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
11960
11961         * Makefile.am (SUBDIRS): move shell.
11962
11963 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
11964
11965         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
11966         .a to libtool convenience libraries.
11967
11968         * shell/ev-window.c (ev_window_open): Hard code loading
11969         a PDF document.
11970         
11971         * backend/ev-document.h: Add a boolean return to load(),
11972         fix GError * to GError **.
11973
11974         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
11975         object for a PDF backend EvDocument.
11976
11977 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
11978
11979         * dvi/*: New directory with the beginning of a .dvi backend.
11980
11981 2004-12-21  Havoc Pennington  <hp@redhat.com>
11982
11983         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
11984         previous/next instead of back/forward
11985
11986 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
11987
11988         * backend/ev-document.[ch]: Fix a couple of problems so
11989         it compile.
11990
11991 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
11992
11993         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
11994         to backend/ directory, rename EvViewer to EvDocument.
11995
11996 2004-12-21  Havoc Pennington  <hp@redhat.com>
11997
11998         * shell/ev-window.c: hook up the find bar widget; now we just need
11999         a document to find things in
12000
12001         * shell/eggfindbar.c: a find bar widget
12002
12003 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
12004
12005         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
12006
12007 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
12008
12009         * pdf/**: Import of xpdf code from gpdf. 
12010
12011         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
12012
12013         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
12014         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
12015         Fix FreeType includes.
12016
12017         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
12018         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
12019         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
12020         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
12021         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
12022         Include xpdfconfig.h
12023         
12024 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
12025
12026         * shell/ev-window.c (ev_window_dispose): dispose can be called
12027         multiple times.
12028
12029 2004-12-21  Havoc Pennington  <hp@redhat.com>
12030
12031         * shell/ev-window.c (ev_window_init): set title to Document Viewer
12032         rather than Evince
12033
12034         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
12035         items; really they should be synced with the strings, etc. from
12036         current gpdf, but just getting the boring typing out of the way 
12037
12038 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12039
12040         * po/POTFILES.in:
12041         * shell/ev-application.c: (window_destroy_cb):
12042         * shell/ev-window.c:
12043         * shell/main.c: (main):
12044
12045         Actually show the window...
12046
12047 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12048
12049         * Makefile.am:
12050         * shell/Makefile.am:
12051         * shell/ev-application.c: (ev_application_class_init):
12052         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
12053
12054         Make it build again
12055
12056 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12057
12058         Import to gnome cvs.
12059         
12060         * Remove copies of gpdf and ggv trees.
12061         * Rip out all the recursive configure code.
12062         * Remove bonobo machinery.
12063         * viewer/*: GInterfaces that backends should/can implement.
12064
12065 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12066
12067         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
12068         typo
12069
12070 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12071
12072         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
12073         (ev_application_finalize, ev_application_class_init)
12074         (ev_application_init): use GType instance private data for priv.
12075
12076         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
12077         (ev_window_finalize, ev_window_class_init)
12078         (ev_window_init): ditto.
12079
12080 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12081
12082         * shell/ev-application.c (ev_application_new_window): make public
12083         (ev_application_show_initial_window): kill.
12084
12085         * shell/ev-application.h: update prototypes.
12086
12087         * shell/main.cc (main): inline ev_application_show_initial_window.
12088
12089 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12090
12091         * shell/ev-application.c (ev_application_new_window): impl.
12092         (ev_application_show_initial_window): use it.
12093         (is_window_empty, ev_application_get_empty_window): returns an
12094         existing empty window or a new one.
12095         (ev_application_open): from ev_window_cmd_file_open.
12096
12097         * shell/ev-application.h: update prototypes
12098
12099         * shell/ev-window.c (ev_window_is_empty): impl.
12100         (ev_window_open): make public.
12101         (ev_window_cmd_file_open): use ev_application_open
12102
12103         * shell/ev-window.h: update prototypes, remove unused.
12104
12105 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12106
12107         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
12108         move destroy handler out of here...
12109
12110         * shell/ev-application.c, shell/ev-application.h: ...into this new
12111         class. Also handles initial window creation.
12112
12113         * shell/main.cc (main): use EvApplication to create initial
12114         window.
12115
12116 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12117
12118         * Makefile.am (SUBDIRS): add cut-n-paste
12119
12120         * cut-n-paste/Makefile.am: add
12121
12122         * configure.ac: generate Makefiles in cut-n-paste
12123
12124 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12125
12126         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
12127         (ev_window_class_init): install ev_window_dispose.
12128
12129 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12130
12131         * shell/ev-window.h, shell/ev-window.c: replace gchar with
12132         char (gchar looks stupid).
12133
12134 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12135
12136         * po/de.po: updated German translation.
12137
12138 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12139
12140         * configure.ac: add more pkg-config library checks for gnome-vfs,
12141         bonobo etc.
12142
12143         * gpdf/configure.in: temporarily disable libpaper
12144         checks. Otherwise I'd have to add the checks for the shell, too.
12145
12146 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12147
12148         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
12149         and * file filters to the file choose.
12150
12151 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12152
12153         * po/de.po: Updated German translation.
12154
12155 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12156
12157         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
12158
12159 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12160
12161         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
12162
12163         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
12164         (ev_window_init): implement those menuitems.
12165
12166 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12167
12168         * data/evince-ui.xml: add a toolbar (with FileOpen action)
12169
12170         * shell/ev-window.c (ev_window_init): use the toolbar.
12171
12172 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12173
12174         * shell/ev-window.c (ev_window_init): use menu translations
12175
12176 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12177
12178         * configure.ac: add "de" to ALL_LINGUAS.
12179
12180         * po/de.po: add German translation.
12181
12182 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12183
12184         * Makefile.am (SUBDIRS): add po
12185
12186         * configure.ac: check intltool, glib-gettext etc, generate
12187         po/Makefile.in
12188
12189         * po, po/POTFILES.in, po/POTFILES.skip: new.
12190
12191 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12192
12193         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
12194         already use (#ifdef ENABLE_NLS)
12195
12196         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
12197         pointer indirection thinko.
12198
12199         * shell/main.c: include gi18n.h for bindtextdomain etc.
12200
12201 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12202
12203         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
12204         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
12205         tooltips for menu items in the statusbar.
12206
12207 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12208
12209         * configure.ac, data/Makefile.am, shell/Makefile.am: use
12210         pkgdatadir drop UIDIR
12211
12212 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12213
12214         * data/evince-ui.xml: Add File->Open menu item
12215
12216         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
12217         chooser), hook it up in the ui manager.
12218
12219 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12220
12221         * shell/ev-window.c: fix Help->About tooltip.
12222
12223 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
12224
12225         * configure.ac: set CFLAGS for libevprivate.
12226
12227         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
12228         definitions, factory etc.
12229
12230         * lib/Makefile.am: build libevprivate.a (only stock icon code).
12231
12232         * shell/Makefile.am: link against libevprivate.a.
12233
12234         * shell/ev-window.c (entries): add stock icon to Help->About.
12235
12236         * shell/main.c (main): init stock icon code.
12237
12238 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12239
12240         * lib/recent-files: egg recent files code
12241
12242         * lib/Makefile.am: add.
12243
12244         * Makefile.am: add lib subdir.
12245
12246         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
12247         set CFLAGS for recent-files.
12248
12249 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12250
12251         * configure.ac: disable -ansi and -pedantic gcc flags. They
12252         disable POSIX stuff in stdio.h, but egg-recent uses them.
12253
12254 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
12255
12256         * configure.ac: add --disable-deprecated flag (defaults to on in
12257         "cvs" builds).
12258
12259         * shell/Makefile.am (INCLUDES): use it.
12260
12261 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12262
12263         * shell/main.c: add missing #include.
12264
12265         * shell/ev-window.c: fix for pedantic gcc.
12266         (ev_window_cmd_help_about): split license into paragraphs for
12267         translators and pedantic compilers.
12268
12269 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12270
12271         * configure.ac: add more warning flags if compiling with gcc from
12272         cvs (or explicitly requested with --enable-more-warnings).
12273
12274 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12275
12276         * data/evince-ui.xml: add File and File->Close menu.
12277
12278         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
12279         (ev_window_destroy): quit after destroy.
12280         (ev_window_class_init): override GtkObject::destroy.
12281         (entries): install close_window callback.
12282
12283 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12284
12285         * Makefile.am (SUBDIRS): add data subdir.
12286
12287         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
12288         gtk+ 2.5.0 for GtkAboutDialog.
12289
12290         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
12291         main window.
12292
12293         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
12294
12295         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
12296         manager.
12297         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
12298
12299 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12300
12301         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
12302
12303 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12304
12305         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
12306
12307 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12308
12309         * shell/*: Added shell directory boilerplate, build it.
12310
12311 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12312
12313         * configure.ac, Makefile.am: Added top-level configure.ac and
12314         Makefile.am