]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
2649e2a04077133d6e5f17c3c46e94dd63bbb0df
[evince.git] / ChangeLog
1 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * configure.ac:
4         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
5         (pdf_selection_get_selection_region),
6         (pdf_selection_get_selection_map),
7         (ev_form_field_from_poppler_field):
8
9         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
10         and triple click selections are enabled again now.
11         
12 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
13
14         * shell/ev-window.c: (ev_window_add_history):
15
16         Make sure not to use the history with documents not supporting
17         links. Fixes bug #468954.
18         
19 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
20
21         * shell/ev-window.c: (ev_window_load_job_cb):
22
23         Restart the search when reloading a document with the find bar
24         visible. Fixes bug #461962.
25         
26 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
27
28         * shell/ev-window.c: (setup_document_from_metadata),
29         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
30
31         Do not jump to the first page when reloading a document from the
32         last page.
33         
34 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
35
36         * shell/ev-window.c: (update_chrome_flag),
37         (setup_sidebar_from_metadata),
38         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
39         (ev_window_cmd_edit_find_next),
40         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
41         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
42         (find_bar_close_cb), (view_actions_focus_in_cb):
43
44         Do not update visibility when changing a chrome flag so that it's
45         possible to update several flags and update visibility only once
46         for all of them.
47         
48 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
49
50         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
51
52         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
53         supported by gtk+. Fixes bug #460907.
54         
55 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
56
57         * shell/ev-view.c: (view_update_range_and_current_page):
58
59         Make sure current-page <= end-page in continuous mode. Fixes bug
60         #454950.
61         
62 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
63
64         * backend/pdf/ev-poppler.cc: (build_tree):
65
66         Ignore outline items without a title. Fixes bug #453913.
67         
68 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
69
70         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
71         (ev_view_button_release_event), (ev_view_leave_notify_event):
72
73         Use always drag mouse cursor during a drag operation. Fixes bug
74         #470564.
75         
76 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
77
78         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
79         (pdf_selection_get_selection_region),
80         (pdf_selection_get_selection_map):
81
82         Temporarily disable double and triple selections since it depends on
83         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
84         released and the update of the external dependency minimal version
85         approved.
86         
87 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
88
89         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
90         (pdf_document_file_exporter_do_page):
91         * libdocument/ev-file-exporter.h:
92         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
93         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
94
95         Actually fix printing regressions. Remove orientation from
96         EvPrintContext since it's redundant.
97         
98 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
99
100         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
101         * backend/impress/impress-document.c:
102         (impress_document_document_iface_init):
103         * backend/ps/ps-document.c: (ps_document_document_iface_init):
104         * backend/djvu/djvu-document.c:
105         (djvu_document_document_iface_init),
106         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
107         * backend/tiff/tiff-document.c:
108         (tiff_document_document_iface_init):
109         * backend/pixbuf/pixbuf-document.c:
110         (pixbuf_document_document_iface_init):
111         * backend/comics/comics-document.c:
112         (comics_document_document_iface_init):
113         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
114         (pdf_selection_render_selection),
115         (pdf_selection_get_selected_text),
116         (pdf_selection_get_selection_region),
117         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
118         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
119         (ev_selection_get_selection_region),
120         (ev_selection_get_selection_map):
121         * libdocument/ev-document.[ch]:
122         * shell/ev-pixbuf-cache.[ch]: (add_job),
123         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
124         * shell/ev-view-private.h:
125         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
126         (ev_job_render_run):
127         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
128         * shell/ev-view.c: (start_selection_for_event),
129         (ev_view_button_press_event), (ev_view_drag_data_get),
130         (ev_view_drag_data_received), (ev_view_button_release_event),
131         (compute_new_selection_text), (compute_selections),
132         (ev_view_select_all), (get_selected_text), (ev_view_copy),
133         (ev_view_primary_get_cb):
134
135         Add support for double and triple click selections.
136         
137 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
138
139         * NEWS:
140         * configure.ac:
141
142         Update for release 2.19.4
143
144 2007-08-28  Justin Blanchard  <justinb04@aim.com>
145
146         * shell/ev-view-private.h:
147         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
148         (ev_view_set_highlight_search):
149         * shell/ev-view.h:
150         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
151         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
152         (find_bar_visibility_changed_cb):
153         
154         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
155
156 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
157
158         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
159         (pdf_document_file_exporter_begin),
160         (pdf_document_file_exporter_do_page):
161         * shell/ev-jobs.c: (ev_job_print_run):
162         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
163
164         Create always a portrait cairo surface and rotate when needed for
165         landscape. It fixes printing problems in real printers.
166
167 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
168
169         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
170         * libdocument/ev-file-exporter.[ch]:
171         (ev_file_exporter_get_capabilities):
172         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
173         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
174
175         Adjust number of pages per row according to page orientation when
176         printing 2 or 6 pages per sheet.
177
178 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
179
180         * shell/ev-window.c: (ev_window_print_send):
181
182         Reset also cups setting to 1 when printing multiple pages per
183         sheet. Fixes bug #468853.
184
185 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
186
187         * libdocument/ev-document-misc.c:
188         (ev_document_misc_surface_rotate_and_scale):
189
190         Use directly cairo_surface_get_content() when creating a similar
191         surface as suggested by Jeff Muizelaar. Thanks again.
192
193 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
194
195         * backend/djvu/djvu-document.c: (djvu_document_render):
196         * backend/tiff/tiff-document.c: (tiff_document_render):
197         * backend/pdf/ev-poppler.cc: (pdf_document_render):
198         * libdocument/ev-document-misc.c:
199         (ev_document_misc_surface_from_pixbuf),
200         (ev_document_misc_surface_rotate_and_scale):
201
202         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
203         creating page surfaces. Fixes bug #453123. Thank you very much to
204         Jeff Muizelaar <jeff@infidigm.net>.
205
206 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
207
208         * shell/ev-page-cache.c: (ev_page_cache_new),
209         (ev_page_cache_get_thumbnail_size):
210         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
211         (ev_sidebar_thumbnails_set_loading_icon):
212
213         Also store in page-cache the dimensions of the thumbnails so that
214         they can be used to create the correct loading icon in the side
215         pane. Fixes bug #466857.
216
217 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
218
219         * backend/pdf/ev-poppler.cc:
220         (pdf_document_thumbnails_get_thumbnail):
221
222         Fix thumbnails rotation in pdf documents that include embedded 
223         thumbnails.
224
225 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
226
227         * backend/pdf/ev-poppler.cc:
228
229         Don't use #ifdef in macro expansion. Some compilers don't
230         like that. Closes bug #467042.
231
232 2007-08-15  Justin Blanchard  <justinb04@aim.com>
233
234         * backend/djvu/djvu-document.c: (djvu_document_finalize):
235         
236         Fixes memory leak in djvu backend.
237
238 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
239
240         * data/icons/32x32/Makefile.am:
241         * data/icons/32x32/actions/Makefile.am:
242         * data/icons/32x32/actions/view-page-cont.svg:
243         * data/icons/32x32/actions/view-page-facing.svg:
244         * data/icons/48x48/Makefile.am:
245         * data/icons/48x48/actions/Makefile.am:
246         * data/icons/48x48/actions/view-page-cont.svg:
247         * data/icons/48x48/actions/view-page-facing.svg:
248         
249         Icons for a new sizes.
250
251 2007-08-14  Justin Blanchard  <justinb04@aim.com>
252
253         * shell/ev-page-cache.c: (build_height_to_page),
254         (ev_page_cache_get_height_to_page):
255         
256         Fixes invalid read, see bug #466401.
257
258 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
259
260         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
261         (set_drag_cursor):
262         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
263         (configure_item_cursor), (new_pixbuf_from_widget):
264
265         Fix multihead problems in toolbar editor. Fixes bug #382055.
266
267 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
268
269         * shell/ev-window.c: (ev_window_cmd_file_open),
270         (ev_window_cmd_save_as):
271
272         Use g_get_user_special_dir when available instead of
273         xdg_user_dir_lookup.
274
275 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
276
277         * MAINTAINERS:
278         
279         Updated according to request on desktop-devel.
280
281 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
282
283         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
284
285         Do not use cairo_rectangle and cairo_clip since we are
286         not using cairo_fill but cairo_paint. Use the same cairo context
287         for every page in the same expose event.
288
289 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
290
291         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
292         leak.
293
294 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
295
296         * configure.ac:
297         * NEWS:
298
299         Release 0.9.3
300
301 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
302
303         * libdocument/ev-document-info.h:
304         * libdocument/ev-document.h:
305         * shell/ev-page-action.h:
306         * shell/ev-sidebar-links.h:
307
308         Fix a headers problem with ev-link
309         
310         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
311         * shell/ev-view-private.h:
312         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
313         (get_link_area), (ev_view_query_tooltip),
314         (ev_view_leave_notify_event), (ev_view_destroy),
315         (ev_view_class_init):
316
317         Use new gtk tooltips when available instead of ev-tooltip.
318         
319 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
320
321         * shell/ev-window.c: (update_chrome_visibility),
322         (ev_window_sidebar_visibility_changed_cb):
323
324         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
325         
326 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
327
328         * shell/ev-navigation-action.c:
329         (ev_navigation_action_history_changed),
330         (ev_navigation_action_set_history):
331         * shell/ev-navigation-action-widget.c:
332         (ev_navigation_action_widget_init):
333         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
334
335         Fix compile warnings.
336         
337 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
338
339         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
340         (egg_editable_toolbar_dispose):
341
342         Fix memory leak.
343         
344 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
345
346         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
347         (screensaver_disable_x11):
348         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
349         * shell/ev-window.c: (presentation_set_timeout):
350         * shell/ev-view.c: (ev_view_presentation_transition_start):
351
352         Use g_timeout_add_seconds instead of g_timeout_add when
353         available.
354         
355 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
356
357         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
358
359         Set horizontal scrollbar policy to AUTOMATIC instead of
360         NEVER. Workaround for bug #449462.
361         
362 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
363
364         * shell/ev-jobs.c: (ev_job_render_page_ready):
365
366         Add page_ready callback to main loop with high priority and hold
367         a reference to job during idle.
368         
369 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
370
371         * configure.ac:
372         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
373         (pdf_document_file_exporter_begin),
374         (pdf_document_file_exporter_do_page),
375         (pdf_document_file_exporter_get_capabilities):
376         * libdocument/ev-file-exporter.h:
377         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
378         * shell/ev-window.c: (ev_window_print_send),
379         (ev_window_print_dialog_response_cb):
380
381         Allow printing multiple pages per sheet. Fixes bug #395573.
382         
383 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
384
385         * shell/ev-view.c: (tip_from_link):
386         
387         Check for NULL, fixes bug #460862.
388
389 2007-07-29  Christian Persch  <chpe@gnome.org>
390
391         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
392         (ev_window_preview_print_finished), (ev_window_do_preview_print),
393         (ev_window_cmd_preview_print):
394         
395         Fixes bug #437681 - blocks while enumerating printers.
396
397 2007-07-29  Christian Persch  <chpe@gnome.org>
398
399         * shell/ev-window.c: (ev_window_screen_changed):
400         
401         Don't use deprecated gtk+ function. See bug #460909.
402
403 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
404
405         * shell/ev-utils.c: (get_num_monitors):
406         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
407
408         Do not use display before initializing it. Remove compile
409         warnings.
410
411 2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
412
413         * shell/ev-view.c: (ev_view_class_init):
414         
415         Unix-like hjkl bindings added. See bug #458111.
416
417 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
418
419         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
420         * shell/ev-utils.h:
421         * shell/ev-view.c: (ev_view_set_zoom_for_size),
422         (ev_view_update_view_size):
423         * shell/ev-view.h:
424         * shell/ev-window.c: (ev_window_update_actions),
425         (setup_view_from_metadata), (ev_window_screen_changed),
426         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
427         (zoom_control_changed_cb):
428         * shell/ev-window.h:
429         
430         Reorganizes utility functions.
431
432 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
433
434         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
435         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
436         (add_job), (ev_pixbuf_cache_get_surface),
437         (ev_pixbuf_cache_get_link_mapping),
438         (ev_pixbuf_cache_get_image_mapping),
439         (ev_pixbuf_cache_get_form_field_mapping),
440         (ev_pixbuf_cache_get_text_mapping):
441         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
442         (notify_page_ready), (ev_job_render_page_ready),
443         (ev_job_render_run):
444
445         Add page_ready signal to notify that page is ready as soon as
446         possible even if other page elements like links, forms, images or
447         text mapping are not ready yet.
448
449 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
450
451         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
452         (dvi_document_file_exporter_do_page),
453         (dvi_document_file_exporter_get_capabilities),
454         (dvi_document_file_exporter_iface_init):
455         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
456         (ps_document_file_exporter_do_page),
457         (ps_document_file_exporter_get_capabilities),
458         (ps_document_file_exporter_iface_init):
459         * backend/djvu/djvu-document.c:
460         (djvu_document_file_exporter_begin),
461         (djvu_document_file_exporter_end),
462         (djvu_document_file_exporter_get_capabilities),
463         (djvu_document_file_exporter_iface_init):
464         * backend/tiff/tiff-document.c:
465         (tiff_document_file_exporter_begin),
466         (tiff_document_file_exporter_get_capabilities),
467         (tiff_document_document_file_exporter_iface_init):
468         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
469         (pdf_document_file_exporter_do_page),
470         (pdf_document_file_exporter_get_capabilities),
471         (pdf_document_file_exporter_iface_init):
472         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
473         (ev_file_exporter_get_capabilities):
474         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
475         (idle_print_handler), (ev_print_job_print):
476         * shell/ev-jobs.c: (ev_job_print_run):
477         * shell/ev-window.c: (ev_window_print_send),
478         (ev_window_print_range):
479
480         Use capabilities to know which options should be offered by the
481         print dialog depending on the document backend.
482
483 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
484
485         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
486
487         Give priority to forms over text to set the cursor.
488
489 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
490
491         * shell/ev-view-private.h:
492         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
493         (ev_view_leave_notify_event), (ev_view_finalize),
494         (ev_view_get_property), (ev_view_class_init):
495
496         Use IBEAM cursor for text form fields and NORMAL cursor for read
497         only fields. Remove unused status attribute.
498
499 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
500
501         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
502
503         Update region for current selected items also for checkbox
504         buttons, since they can behave as radio buttons when they are in a
505         set.
506
507 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
508
509         * configure.ac:
510         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
511
512         Get max length of text form fields.
513
514 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
515
516         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
517         * libdocument/ev-form-field.h:
518         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
519
520         Fix build with current poppler cvs head.
521
522 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
523
524         * cut-n-paste/zoom-control/ephy-zoom-control.c:
525         * shell/eggfindbar.c: (egg_find_bar_init):
526
527         Fix build with gtk+ >= 2.11.5 due to gtktooltips
528         deprecation. Fixes bug #455667
529
530 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
531
532         * NEWS:
533         * configure.ac:
534         
535         Update for release 0.9.2
536
537 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
538
539         * shell/ev-view.c: (ev_view_form_field_text_save),
540         (ev_view_form_field_choice_save):
541
542         Fix a crash when closing whith a form widget visible.
543
544 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
545
546         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
547
548         Update also the region of the current selected button when
549         clicking on another button if they are radio buttons.
550
551 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
552
553         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
554         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
555         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
556         (ev_pixbuf_cache_get_link_mapping),
557         (ev_pixbuf_cache_get_image_mapping),
558         (ev_pixbuf_cache_get_form_field_mapping),
559         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
560         * shell/ev-view.c: (ev_view_form_field_get_region),
561         (ev_view_form_field_button_create_widget),
562         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
563         (job_finished_cb):
564
565         Redraw only form field region instead of the whole page when
566         reloading a page to show changes on the form field.
567
568 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
569
570         * shell/ev-view.c: (ev_view_form_field_choice_save):
571
572         Fix selection of first item in list form fields.
573
574 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
575
576         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
577         (ev_pixbuf_cache_reload_page),
578         (ev_pixbuf_cache_get_form_field_mapping):
579
580         Some refactoring to avoid duplicated code.
581
582 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
583
584         * configure.ac:
585         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
586         (ev_form_field_from_poppler_field),
587         (pdf_document_forms_get_form_fields),
588         (pdf_document_forms_form_field_text_get_text),
589         (pdf_document_forms_form_field_text_set_text),
590         (pdf_document_forms_form_field_button_set_state),
591         (pdf_document_forms_form_field_button_get_state),
592         (pdf_document_forms_form_field_choice_get_item),
593         (pdf_document_forms_form_field_choice_get_n_items),
594         (pdf_document_forms_form_field_choice_is_item_selected),
595         (pdf_document_forms_form_field_choice_select_item),
596         (pdf_document_forms_form_field_choice_toggle_item),
597         (pdf_document_forms_form_field_choice_unselect_all),
598         (pdf_document_forms_form_field_choice_set_text),
599         (pdf_document_forms_form_field_choice_get_text),
600         (pdf_document_document_forms_iface_init):
601         * libdocument/Makefile.am:
602         * libdocument/ev-form-field.[ch]:
603         * libdocument/ev-document-forms.[ch]:
604         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
605         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
606         (add_job), (ev_pixbuf_cache_reload_page),
607         (ev_pixbuf_cache_get_form_field_mapping):
608         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
609         * shell/ev-view-private.h:
610         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
611         (ev_view_handle_cursor_over_xy),
612         (ev_view_get_form_field_at_location),
613         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
614         (ev_view_form_field_button_create_widget),
615         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
616         (ev_view_form_field_text_create_widget),
617         (ev_view_form_field_choice_save),
618         (ev_view_form_field_choice_changed),
619         (ev_view_form_field_choice_create_widget),
620         (ev_view_handle_form_field), (ev_view_size_allocate),
621         (ev_view_realize), (draw_end_presentation_page),
622         (ev_view_button_press_event), (ev_view_remove_all),
623         (ev_view_motion_notify_event), (ev_view_key_press_event),
624         (ev_view_enter_notify_event), (highlight_find_results),
625         (draw_loading_text), (draw_one_page), (ev_view_destroy),
626         (ev_view_class_init), (page_changed_cb),
627         (on_adjustment_value_changed), (ev_view_set_presentation),
628         (merge_selection_region), (ev_view_set_cursor),
629         (ev_view_reset_presentation_state):
630         
631         Merge evince-forms branch.
632
633 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
634
635         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
636
637         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
638         This script also updates itself from libegg
639
640         * cut-n-paste/toolbar-editor/egg*:
641         Run update-toolbareditor-from-libegg.sh so we are in sync again with
642         libegg
643
644 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
645
646         * shell/ev-window.c:
647         
648         Adds a nice icon to page action during toolbar editing.
649         See bug #452872.
650
651 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
652
653         * data/evince-toolbar.xml:
654         * shell/ev-window.c:
655         
656         Let user add a presentation and fullscreen icons on toolbar.
657         See bug #449734.
658
659 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
660
661         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
662
663         new script to keep in sync with toolbareditor in libegg
664
665         * cut-n-paste/toolbar-editor/*: 
666
667         Run update-toolbareditor-from-libegg so we are in sync again. 
668         Fixes bug #452850.
669         
670
671 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
672
673         * shell/ev-sidebar-links.c: (job_finished_callback):
674
675         Do not connect selection changed signal more than once. Fixes bug
676         #349433.
677
678 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
679
680         * shell/ev-window.c: (ev_window_view_sidebar_cb):
681
682         Do not change sidebar chrome flag when pressing F9 key in
683         presentation mode.
684
685 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
686
687         * backend/pdf/ev-poppler.cc:
688         (pdf_document_thumbnails_get_dimensions):
689
690         Make sure thumbnails width and height is not <= 0. Fixes a crash
691         with some pdf documents which have really small pages.
692
693 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
694
695         * shell/main.c: (main):
696
697         Fixes program description translation issue.
698         Bug #450148.
699
700 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
701
702         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
703
704         Do not change current page when returning from black/white mode
705         in presentation. Fixes bug #415032.
706
707 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
708
709         * NEWS:
710         * configure.ac:
711         
712         Update for release 0.9.1
713
714 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
715
716         * backend/dvi/dvi-document.c:
717         (dvi_document_finalize),
718         (dvi_document_file_exporter_format_supported),
719         (dvi_document_file_exporter_begin),
720         (dvi_document_file_exporter_do_page),
721         (dvi_document_file_exporter_end),
722         (dvi_document_file_exporter_iface_init), (dvi_document_init):
723         
724         PDF exporter for dvi documents. Fixes bug #441319.
725
726 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
727
728         * shell/ev-window.c: (ev_window_clear_print_job):
729
730         Clear gtk print job when job has finished. Fixes bug #447612.
731
732 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
733
734         * shell/ev-window.c: (ev_window_print_send),
735         (ev_window_print_dialog_response_cb), (ev_window_print_range):
736
737         Add preview button to print dialog. Fixes bug #445419.
738
739 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
740
741         * backend/dvi/Makefile.am:
742         * backend/dvi/pixbuf-device.[ch]: Removed
743         * backend/dvi/cairo-device.[ch]: Added
744         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
745         * backend/dvi/dvi-document.c: (dvi_document_load),
746         (dvi_document_render), (dvi_document_finalize),
747         (dvi_document_thumbnails_get_thumbnail), (parse_color),
748         (dvi_document_do_color_special):
749         * libdocument/ev-document-misc.[ch]:
750         (ev_document_misc_pixbuf_from_surface):
751
752         Port dvi backend to cairo and fix a problem with colors. 
753
754 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
755
756         * shell/ev-view.c: (draw_one_page):
757
758         Draw only visible region.
759
760 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
761
762         * backend/djvu/djvu-document.c: (djvu_document_render):
763
764         Fix rotation in djvu backend.
765
766 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
767
768         * shell/ev-pixbuf-cache.c: (job_finished_cb),
769         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
770         (ev_pixbuf_cache_get_image_mapping),
771         (ev_pixbuf_cache_get_text_mapping):
772
773         Redraw view every time we have a new surface. Fixes bug #443587.
774
775 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
776
777         * libdocument/ev-document.c: (ev_document_info_free):
778
779         Fix memory leaks.
780
781 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
782
783         * backend/dvi/dvi-document.c: (dvi_document_render),
784         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
785         * backend/impress/impress-document.c:
786         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
787         (impress_document_render), (impress_document_document_iface_init),
788         (impress_document_thumbnails_get_thumbnail):
789         * backend/djvu/djvu-document-private.h:
790         * backend/djvu/djvu-document.c: (djvu_document_render),
791         (djvu_document_finalize), (djvu_document_document_iface_init),
792         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
793         * backend/tiff/tiff-document.c: (tiff_document_render),
794         (tiff_document_render_pixbuf),
795         (tiff_document_document_iface_init):
796         * backend/pdf/ev-poppler.cc: (pdf_document_render),
797         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
798         (pdf_selection_render_selection):
799         * backend/comics/comics-document.c:
800         (comics_document_render_pixbuf), (comics_document_render),
801         (comics_document_document_iface_init):
802         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
803         (pixbuf_document_document_iface_init):
804         * libdocument/ev-document-misc.[ch]:
805         (ev_document_misc_surface_from_pixbuf),
806         (ev_document_misc_surface_rotate_and_scale):
807         * libdocument/ev-document.[ch]: (ev_document_render):
808         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
809         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
810         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
811         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
812         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
813         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
814         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
815         (render_finished_cb), (ev_job_render_run):
816         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
817         (merge_selection_region):
818
819         Use cairo image surfaces instead of GDK pixbufs for drawing pages
820         and selections.
821
822 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
823
824         * shell/ev-window-title.c: (ev_window_title_update):
825
826         Fix memory leak.
827
828 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
829
830         * shell/ev-view.c: (draw_loading_text):
831
832         Show loading text centered. Fixes bug #433061
833
834 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
835
836         * shell/ev-sidebar-thumbnails.c:
837         (ev_sidebar_thumbnails_set_loading_icon):
838
839         Remove a mutex in the main thread that blocks the UI in heavy
840         documents.
841
842 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
843
844         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
845
846         Set points_set to TRUE so that selections don't disappear after a
847         zoom change.
848
849 2007-06-07  Michael Monreal  <infernux@web.de>
850
851         * data/icons/16x16/actions/Makefile.am:
852         * data/icons/16x16/actions/zoom.svg:
853         * data/icons/22x22/actions/Makefile.am:
854         * data/icons/22x22/actions/zoom.svg:
855         * data/icons/24x24/actions/Makefile.am:
856         * shell/ev-stock-icons.c:
857         * shell/ev-stock-icons.h:
858         * shell/ev-window.c:
859         
860         Zoom icon artwork. See bug #444795.
861
862 2007-06-05  Bastien Nocera  <hadess@hadess.net>
863
864         * shell/ev-metadata-manager.c: Remove extraneous function
865         (Closes: #444386)
866
867 2007-06-05  Bastien Nocera  <hadess@hadess.net>
868
869         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
870         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
871         (ev_metadata_manager_set), (ev_metadata_manager_save):
872         Simplify the timeout, no need for modified anymore
873
874 2007-06-05  Bastien Nocera  <hadess@hadess.net>
875
876         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
877         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
878         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
879         (ev_metadata_manager_save): Adapted patch from Arjan van de
880         Ven (arjan@linux.intel.com) to avoid the timeout running all the
881         time, saves on power (Closes: #443851)
882
883 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
884
885         * configure.ac:
886         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
887         (pdf_selection_render_selection), (pdf_document_get_page_duration):
888
889         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
890
891 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
892
893         * shell/ev-window.c: (ev_window_add_history):
894
895         Check if history is NULL
896
897 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
898
899         * libdocument/ev-image.c: (ev_image_finalize):
900         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
901         * libdocument/ev-attachment.c: (ev_attachment_finalize):
902         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
903         (ev_tmp_uri_unlink):
904
905         Add functions to delete temporary files created by evince in a safe
906         way.
907
908         * shell/ev-window.c: (ev_window_clear_local_uri),
909         (open_xfer_update_progress_callback),
910         (save_xfer_update_progress_callback), (ev_window_save_remote),
911         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
912         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
913         (attachment_save_dialog_response_cb),
914         (ev_attachment_popup_cmd_save_attachment_as):
915
916         Allow saving a copy of a document, image or attachment to a remote
917         location. Fixes bug #440754. 
918
919 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
920
921         * configure.ac:
922         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
923
924         Fix build with current poppler from cvs head. 
925
926 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
927
928         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
929
930         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
931         directory exists.
932
933 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
934
935         * shell/ev-sidebar.c: (ev_sidebar_add_page):
936         * shell/ev-window.c:
937
938         Change sidebar ordering. Fixes bug #439939.
939
940 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
941
942         * backend/comics/Makefile.am:
943         
944         Fixes build with --without-libgnome.
945
946 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
947         
948         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
949
950         Update cursor and tooltip on page change and view scroll. Fixes bug
951         #439217.
952
953 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
954
955         * NEWS:
956         * configure.ac:
957         
958         Update for release 0.9.0
959
960 2007-05-14  Alaska Subedi <asubedi@gmail.com>
961
962         * backend/djvu/djvu-document-private.h:
963         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
964         (djvu_document_finalize),
965         (djvu_document_file_exporter_format_supported),
966         (djvu_document_file_exporter_begin),
967         (djvu_document_file_exporter_do_page),
968         (djvu_document_file_exporter_end),
969         (djvu_document_file_exporter_iface_init), (djvu_document_init):
970         
971         Implemented printing with djvu. Bug #437998.
972
973 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
974
975         * backend/impress/zip.c:
976         Add missing ulong definition.
977
978         * backend/ps/ps-interpreter.c:
979         Add missing headers.
980
981         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
982
983 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
984
985         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
986
987         Add missing call to parent class dispose method. 
988
989 2007-05-12  Ross Burton  <ross@openedhand.com>
990
991         * shell/main.c:
992         Sync keybindings manually when building without libgnome
993         (#437925).
994
995 2007-05-12  Ross Burton  <ross@openedhand.com>
996
997         * shell/ev-window.c:
998         Respect the screen when opening help (#437866).
999
1000 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1001
1002         * data/evince-ui.xml:
1003         * shell/ev-application.[ch]: (get_print_settings_from_args),
1004         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1005         (ev_application_open_uri_list):
1006         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
1007         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1008         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
1009         (ev_window_cmd_view_reload), (lookup_printer_from_name),
1010         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
1011         (ev_window_dispose):
1012         * shell/main.c: (arguments_parse):
1013
1014         Add print button in preview mode. Fixes bug #396475. 
1015
1016 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1017
1018         * cut-n-paste/zoom-control/ephy-zoom.h:
1019         
1020         Fixes zoom level factors. See bug #408119 for details.
1021
1022 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1023
1024         * backend/comics/comics-document.c: (comics_regex_quote),
1025         (extract_argv):
1026         
1027         Correctly quote symbols. Fixes crash in the bug
1028         #415370.
1029
1030 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1031
1032         * shell/ev-navigation-action-widget.c:
1033         (ev_navigation_action_widget_init),
1034         (ev_navigation_action_widget_class_init),
1035         (ev_navigation_action_widget_button_press_event):
1036         
1037         Connect to button-press event on correct widget. Fixes
1038         bug #431988
1039
1040 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1041
1042         * shell/ev-application.c: (ev_application_open_window),
1043         (ev_application_add_icon_path_for_screen),
1044         (ev_application_open_uri_at_dest):
1045         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
1046         * shell/ev-navigation-action.c: (build_menu):
1047         
1048         Add app-specific icons to our icon theme. Fixes bug
1049         #425508.
1050
1051 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1052
1053         * shell/ev-history.c: (ev_history_class_init),
1054         (ev_history_add_link):
1055         * shell/ev-history.h:
1056         * shell/ev-navigation-action.c:
1057         (ev_navigation_action_history_changed),
1058         (ev_navigation_action_set_history), (build_menu),
1059         (ev_navigation_action_finalize):
1060         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1061         
1062         Make navigation action unsensitive instead of showing
1063         menu with unsensitive word. Fixes bug #417392.
1064
1065 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1066
1067         * shell/ev-application.[ch]: (ev_application_shutdown),
1068         (ev_application_get_print_settings),
1069         (ev_application_set_print_settings):
1070         * shell/ev-window.c:
1071
1072         Remember print settings. Fixes bug #349102. 
1073
1074 2007-05-08  Christian Persch  <chpe@gnome.org>
1075
1076         * configure.ac:
1077         * properties/ev-properties-view.c:
1078
1079         No need for a configure check; just use the GTK_CHECK_VERSION macro.
1080         Bug #382438.
1081
1082 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1083
1084         * configure.ac:
1085         * properties/ev-properties-view.c: (ev_regular_paper_size):
1086
1087         Use gtk+ builtin paper list to identify the document's paper size.
1088         Fixes bug #382438. 
1089
1090 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1091
1092         * configure.ac:
1093
1094         Fix build when compiling with thumbnailer and libgnome support. 
1095
1096 2007-05-04  Ross Burton  <ross@openedhand.com>
1097
1098         * configure.ac:
1099         Add --without-libgnome, check for libgnome and libgnomeui
1100         separately, and add them to the symbols as required.
1101
1102         * libdocument/ev-file-helpers.c:
1103         When building without libgnome, use g_get_user_config_dir instead
1104         of gnome_user_dir_get.
1105
1106         * shell/ev-application.c:
1107         When building without libgnome, don't use session management.
1108
1109         * shell/main.c:
1110         When building without libgnome, don't use GnomeProgram or
1111         initialise the authentication manager.
1112
1113         This fixes #328842.
1114
1115 2007-05-04  Ross Burton  <ross@openedhand.com>
1116
1117         * shell/ev-window.c:
1118         Don't use libgnome to open help, instead call Yelp directly.
1119
1120 2007-05-04  Ross Burton  <ross@openedhand.com>
1121
1122         * shell/ev-sidebar-attachments.c:
1123         Don't use libgnome to lookup icons for MIME types, instead copy
1124         code from GTK+ to do it manually.
1125
1126 2007-05-04  Ross Burton  <ross@openedhand.com>
1127
1128         * configure.ac:
1129         Add libxml to the dependencies for SHELL_CORE (#435818).
1130
1131 2007-05-02  Ross Burton  <ross@openedhand.com>
1132
1133         * configure.ac:
1134         * Makefile.am:
1135         Add --disable-thumbnailer (#434825)
1136
1137 2007-05-02  Ross Burton  <ross@openedhand.com>
1138
1139         * shell/ev-window.c:
1140         Add missing includes, fix indentation.
1141
1142         * shell/main.c:
1143         Fix indentation.
1144
1145 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
1146
1147         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
1148         ev_application_open_uri_at_dest instead of ev_application_open_uri
1149         preventing new document always being opened in a new window even if there
1150         is an empty window.
1151
1152 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1153
1154         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
1155         (egg_recent_view_uimanager_finalize):
1156         * properties/ev-properties-view.c: (ev_properties_view_dispose):
1157         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
1158         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
1159         (ev_pixbuf_cache_dispose):
1160         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
1161         * shell/ev-tooltip.c: (ev_tooltip_dispose):
1162         
1163         Add missing chain to parent class methods. Fixes
1164         bug #433128.
1165
1166 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
1167
1168         * data/Makefile.am (update-icon-cache): Updates
1169         gtk-update-icon-cache in uninstall-hook.
1170
1171 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1172
1173         * shell/ev-window.c: (ev_window_setup_document),
1174         (ev_window_set_document), (ev_window_load_job_cb):
1175         * shell/ev-view.c: (setup_caches):
1176         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
1177
1178         Start rendering pages before any other jobs. 
1179
1180 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1181
1182         * shell/ev-window.c: (ev_window_stop_fullscreen),
1183         (ev_window_stop_presentation):
1184
1185         Update chrome visibility before window unfullscreen. 
1186
1187 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1188
1189         * data/Makefile.am:
1190         * data/evince-ui.xml:
1191         * shell/ev-stock-icons.[ch]:
1192         * shell/ev-application.[ch]: (ev_application_shutdown),
1193         (ev_application_init), (ev_application_get_toolbars_model):
1194         * shell/ev-window.c: (update_chrome_visibility),
1195         (fullscreen_toolbar_setup_item_properties),
1196         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
1197         (ev_window_run_presentation), (ev_window_stop_presentation),
1198         (ev_window_run_preview), (ev_window_screen_changed),
1199         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
1200         (ev_window_dispose), (ev_window_init):
1201
1202         Make fullscreen toolbar always visible. Do not use egg toolbars for
1203         fullscreen and preview modes since such toolbars are not editables.
1204         Fixes bugs #300278, #338910 and #316188.  
1205
1206 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
1207
1208         * shell/ev-application.c:
1209         * shell/ev-job-queue.c:
1210         * shell/ev-metadata-manager.c:
1211         * shell/ev-stock-icons.c:
1212         * shell/ev-window.c:
1213         * shell/main.c:
1214         
1215         Developers documentation updated.
1216
1217 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1218
1219         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
1220
1221         Check whether uri is valid before launching it. Fixes bug #427664.
1222
1223 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1224
1225         * shell/ev-window.c:
1226
1227         Change key accelerator for Open a Copy menu entry which is in conflict
1228         with Close. Fixes bug #427321.
1229
1230 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1231
1232         * NEWS:
1233         * configure.ac:
1234         
1235         Update for release 0.8.1
1236
1237 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1238
1239         * shell/ev-window.c: (setup_size_from_metadata):
1240         
1241         Do not make window bigger than screen. Fixes bug 
1242         #388985.
1243
1244 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1245
1246         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
1247         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
1248
1249         Use default resolution when it's not provided by document. Fixes bug
1250         #408762.
1251
1252 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1253
1254         * configure.ac:
1255         * thumbnailer/Makefile.am:
1256         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1257         * thumbnailer/evince-thumbnailer.schemas.in:
1258         * thumbnailer/evince-thumbnailer-ps.schemas.in:
1259
1260         Add support for ps, eps and compressed documents thumbnails. Do not
1261         ignore size parameter. 
1262
1263 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1264
1265         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
1266         (dvi_document_do_color_special):
1267         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
1268
1269         Implement font color specials in the DVI backend. Fixes bug #303651.
1270
1271 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1272
1273         Fixup the previous commit:
1274
1275         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
1276         * shell/xdg-user-dir-lookup.c: Make the function non-static
1277         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
1278
1279 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1280
1281         * shell/ev-window.c (file_open_dialog_response_cb): Use
1282         the xdg-user-dirs DOCUMENTS folder as default folder when
1283         opening a file chooser.  (#424858)
1284
1285         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
1286         xdg-user-dirs.
1287
1288 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1289
1290         * shell/ev-window.c: (ev_window_load_job_cb):
1291
1292         Do not setup view from metadata on preview mode. 
1293
1294 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1295
1296         * shell/main.c:
1297
1298         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
1299
1300 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1301
1302         * shell/ev-view.c: (ev_view_primary_get_cb):
1303
1304         Check pointer != NULL before using it. Fixes bug #416841. 
1305
1306 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1307
1308         * NEWS:
1309         * configure.ac:
1310         
1311         Release 0.8.0
1312
1313 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1314
1315         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1316
1317         Do not render thumbnails when sidebar thumbnail page is not visible
1318         at startup. Fixes bug #416447. 
1319
1320 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
1321
1322         * data/evince.desktop.in.in:
1323
1324         "Application" is not a valid category in the freedesktop specification.
1325
1326 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1327
1328         * libdocument/ev-file-helpers.[ch]: (compression_run),
1329         (ev_file_uncompress), (ev_file_compress):
1330         * shell/ev-window.c: (file_save_dialog_response_cb):
1331
1332         Save document compressed when saving a copy of a compressed document.
1333         Fixes bug #334542.
1334
1335 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1336
1337         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
1338
1339         Allow deleting in goto window entry in presentation mode. 
1340
1341 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
1342
1343         * Makefile.am: Dist MAINTAINERS.
1344
1345 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1346
1347         * shell/ev-window.c: (ev_window_update_actions):
1348
1349         Fix zoom shortcut keys when searching. Fixes bug #409828.
1350
1351 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1352
1353         * shell/ev-window.c: (ev_window_setup_document):
1354
1355         Fix crash when loading documents with only one page. 
1356
1357 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1358
1359         * backend/dvi/dvi-document.c:
1360         (dvi_document_thumbnails_get_dimensions),
1361         (dvi_document_thumbnails_get_thumbnail):
1362         * backend/impress/impress-document.c:
1363         (impress_document_thumbnails_get_thumbnail),
1364         (impress_document_thumbnails_get_dimensions):
1365         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
1366         (ps_document_thumbnails_get_dimensions):
1367         * backend/djvu/djvu-document.c:
1368         (djvu_document_thumbnails_get_dimensions),
1369         (djvu_document_thumbnails_get_thumbnail):
1370         * backend/tiff/tiff-document.c:
1371         (tiff_document_thumbnails_get_thumbnail),
1372         (tiff_document_thumbnails_get_dimensions):
1373         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
1374         (pdf_document_thumbnails_get_thumbnail),
1375         (pdf_document_thumbnails_get_dimensions):
1376         * backend/comics/comics-document.c:
1377         (comics_document_thumbnails_get_thumbnail),
1378         (comics_document_thumbnails_get_dimensions):
1379         * backend/pixbuf/pixbuf-document.c:
1380         (pixbuf_document_thumbnails_get_thumbnail),
1381         (pixbuf_document_thumbnails_get_dimensions):
1382         * libdocument/ev-document-thumbnails.[ch]:
1383         (ev_document_thumbnails_get_thumbnail),
1384         (ev_document_thumbnails_get_dimensions):
1385         * libdocument/ev-document-misc.[ch]:
1386         (ev_document_misc_get_thumbnail_frame):
1387         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1388         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
1389         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
1390         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
1391         (ev_sidebar_thumbnails_refresh):
1392         * shell/ev-window.c: (ev_window_setup_document):
1393         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1394
1395         Use an EvRenderContext for rendering thumbnails instead of a suggested
1396         width, so that different sized pages get sized proportionally.
1397
1398 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1399
1400         * shell/ev-view.c: (ev_view_button_press_event),
1401         (ev_view_key_press_event):
1402
1403         Fix critical warnings when there is no document loaded. 
1404
1405 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1406
1407         * shell/ev-page-action-widget.c:
1408         * shell/ev-navigation-action.c:
1409         * shell/ev-window.c:
1410
1411         Fix compile warnings. 
1412
1413 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1414
1415         * backend/djvu/djvu-text.h:
1416         * backend/djvu/djvu-document.c:
1417         * backend/djvu/djvu-text-page.c:
1418         * backend/djvu/djvu-links.c:
1419         * backend/djvu/djvu-text-page.h:
1420         * backend/djvu/djvu-text.c:
1421         
1422         Fix build on Mac. Fixes bug #392186. Patch by
1423         <ephraim_owns@hotmail.com>
1424
1425 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1426
1427         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1428
1429         Restore cairo context before rendering every page when printing a PDF
1430         document into a PDF file. 
1431
1432 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1433
1434         * backend/ps/gstypes.h:
1435         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
1436         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
1437         (ps_document_thumbnails_get_thumbnail):
1438
1439         Handle PostScript page orientation. Fixes bug #318568.
1440
1441 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1442
1443         * backend/ps/Makefile.am:
1444         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
1445         (document_load), (ps_document_load), (save_document),
1446         (save_page_list), (ps_document_get_n_pages),
1447         (ps_document_get_page_size), (ps_document_get_info),
1448         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
1449         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
1450         (ps_document_thumbnails_get_thumbnail),
1451         (ps_document_thumbnails_get_dimensions),
1452         (ps_document_document_thumbnails_iface_init):
1453         * backend/ps/ps.[ch]: (psgetpagebox):
1454         * backend/ps/ps-interpreter.[ch]:
1455
1456         Add support for thumbnails in ps backend. Fixes bug #164755. 
1457
1458 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1459
1460         * NEWS:
1461         * configure.ac:
1462         
1463         Release 0.7.2
1464
1465 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1466
1467         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
1468         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
1469         (ev_window_dispose):
1470
1471         Use document thumbnail as window icon. Fixes bug #384442.
1472
1473 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
1474
1475         * configure.ac:
1476
1477         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
1478         duplicated adding application/x-bzpostscript instead. 
1479
1480 2007-02-11  Tom Parker  <palfrey@tevp.net>
1481
1482         * backend/ps/ps-document.c: (document_load):
1483
1484         Check return value of psscan before trying
1485         to use it. Fixes bug #372414.
1486
1487 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1488
1489         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1490
1491         Fix invalid free in ev-page-cache. Fixes bug #404745.
1492
1493 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1494
1495         * test/Makefile.am:
1496         * test/test3.py:
1497         
1498         Added reload test case.
1499
1500 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1501
1502         * po/POTFILES.in:
1503         * backend/djvu/djvu-document.c: (djvu_document_load):
1504
1505         Check whether there are missing files in indirect multipage djvu
1506         documents. Fixes bug #361683. 
1507
1508 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1509
1510         * test/Makefile.am:
1511         * test/test-mime.bin:
1512         * test/test3.py:
1513         
1514         Added test for slow mime type
1515
1516 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1517
1518         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1519
1520         Add some checks and call parent_class->finalize. Fixes bug #404745.
1521
1522 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1523
1524         * shell/ev-navigation-action.c: (connect_proxy):
1525         
1526         Fixes dropdown history menu. Thanks a lot Carlos!
1527
1528 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1529
1530         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
1531
1532         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
1533         bug #373715.
1534
1535 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1536
1537         * backend/ps/ps.c: (psscan):
1538
1539         Fix memory leak. 
1540
1541 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1542
1543         * configure.ac:
1544         * libdocument/ev-file-helpers.c: 
1545
1546         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
1547
1548 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1549
1550         * configure.ac:
1551         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
1552         (ps_interpreter_start), (document_load), (save_document),
1553         (save_page_list):
1554         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
1555         * libdocument/ev-document-factory.c:
1556         (ev_document_factory_get_from_mime), (get_document_from_uri),
1557         (free_uncompressed_uri), (ev_document_factory_get_document):
1558         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
1559
1560         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
1561
1562 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1563
1564         * libdocument/ev-document.h:
1565
1566         Fix typo in function name. 
1567
1568 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1569
1570         * backend/ps/ps-document.c: (ps_interpreter_finished),
1571         (ps_interpreter_start), (ps_interpreter_failed):
1572
1573         Handle ghostscript interpreter crashes. 
1574
1575 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1576
1577         * shell/ev-window.c: (ev_window_open_uri),
1578         (window_configure_event_cb):
1579
1580         Setup window size and position before showing it. Fixes bug #401711.
1581
1582 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1583
1584         * backend/ps/Makefile.am:
1585         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
1586         (ps_document_dispose), (ps_document_class_init),
1587         (ps_interpreter_input), (ps_interpreter_output),
1588         (ps_interpreter_error), (setup_interpreter_env),
1589         (ps_interpreter_start), (ps_interpreter_stop),
1590         (ps_interpreter_failed), (ps_interpreter_is_ready),
1591         (check_filecompressed), (document_load), (ps_document_load),
1592         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
1593         (ps_document_widget_event), (send_ps), (ps_document_next_page),
1594         (render_page):
1595
1596         Rework ps-document. Code cleanups, remove deprecated code. 
1597
1598 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1599
1600         * shell/ev-view.c: (ev_view_button_press_event):
1601
1602         Do not start an image drag and drop operation when pointer is on 
1603         text, so that we can select text when the whole background is an
1604         image. 
1605
1606 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1607
1608         * shell/ev-window.c: (ev_window_update_actions): 
1609
1610         Disable all zoom related actions during presentation mode. 
1611
1612 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
1613
1614         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
1615
1616         Do not zoom in or out on presentation mode. Fixes bug #401305.
1617
1618 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1619
1620         * shell/ev-navigation-action.c: (connect_proxy),
1621         (create_menu_item), (ev_navigation_action_class_init):
1622         
1623         Correctly show menu and fix crash when navigaton 
1624         action is out of toolbar visible area.
1625
1626 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1627
1628         * data/Makefile.am:
1629         * data/evince.1:
1630         
1631         Added man file
1632
1633 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1634
1635         * help/reference/* :
1636         * configure.ac:
1637         
1638         Added gtk-doc based documentation for Evince.
1639         Still in initial state but I hope it will
1640         grow.
1641         
1642         * configure.ac:
1643         
1644         Lower dbus requirement to 0.70
1645
1646 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1647
1648         * shell/ev-window.c: (ev_window_add_history):
1649
1650         Fix memory leak. 
1651
1652 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1653
1654         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
1655         * shell/ev-view.h:
1656         * shell/ev-window.c: (ev_window_add_history):
1657         
1658         Correctly handle named destination links
1659
1660 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1661
1662         * NOTES:
1663         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
1664         * backend/pdf/ev-poppler.cc:
1665         * libdocument/ev-document-links.h:
1666         * libdocument/ev-link.c: (ev_link_get_page):
1667         * libdocument/ev-link.h:
1668         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
1669         (ev_history_add_link):
1670         * shell/ev-history.h:
1671         * shell/ev-navigation-action.c: (activate_menu_item_cb),
1672         (new_history_menu_item), (build_menu):
1673         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1674         * shell/ev-sidebar-links.c: (create_loading_model),
1675         (print_section_cb), (ev_sidebar_links_construct),
1676         (fill_page_labels), (update_page_callback_foreach),
1677         (update_page_callback), (job_finished_callback):
1678         * shell/ev-view.c: (ev_view_handle_link):
1679         * shell/ev-window.c: (ev_window_find_chapter),
1680         (ev_window_add_history), (view_handle_link_cb),
1681         (history_changed_cb):
1682         
1683         Implements another history variant
1684
1685 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1686
1687         * shell/ev-window.c: (view_external_link_cb):
1688         * shell/ev-view.c: (ev_view_button_release_event):
1689
1690         Open links in new window when clicking with middle button. 
1691
1692 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1693
1694         * shell/ev-navigation-action.c: (new_history_menu_item):
1695         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1696         * shell/ev-view.c: (ev_view_handle_link):
1697         * shell/ev-window.c:
1698         
1699         Store link before jump, not the destination. For me it 
1700         seems like more natural history behavior.
1701
1702 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1703
1704         * shell/ev-navigation-action.c: (activate_menu_item_cb),
1705         (ev_navigation_action_class_init):
1706         * shell/ev-navigation-action.h:
1707         * shell/ev-page-action.c: (activate_cb):
1708         * shell/ev-page-cache.c: (ev_page_cache_class_init),
1709         (ev_page_cache_set_current_page_history):
1710         * shell/ev-page-cache.h:
1711         * shell/ev-sidebar-thumbnails.c:
1712         (ev_sidebar_tree_selection_changed),
1713         (ev_sidebar_icon_selection_changed), (page_changed_cb):
1714         * shell/ev-view-private.h:
1715         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
1716         * shell/ev-view.h:
1717         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
1718         (ev_window_setup_document), (ev_window_load_job_cb):
1719         * shell/ev-window.h:
1720         
1721         History finally works as expected.
1722
1723 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1724
1725         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
1726
1727         Do not update links treeview if it doesn't have a model assigned yet. 
1728
1729 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1730
1731         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
1732         (ev_sidebar_links_class_init), (update_page_callback):
1733
1734         Do not update links treeview when sidepane is not visible. 
1735
1736 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1737
1738         * shell/ev-marshal.list:
1739         * shell/ev-page-action.c: (activate_cb),
1740         (ev_page_action_class_init):
1741         * shell/ev-page-action.h:
1742         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
1743         * shell/ev-window.c:
1744         
1745         Remove activate_link signal, not required.
1746
1747 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1748
1749         * shell/ev-navigation-action.c: (build_menu):
1750         
1751         Reorder menu items and build menu with fixed length.
1752
1753 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
1754
1755         * shell/ev-view.c: (get_selected_text):
1756         
1757         Normalize text to fix ligatures problem. See bug
1758         #341947 for details.
1759
1760 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1761
1762         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1763
1764         Fix memory leak in ev-page-cache. 
1765
1766 2007-01-25  Tom Parker <palfrey@tevp.net>
1767
1768         * backend/impress/impress-document.c: (impress_document_load),
1769         (impress_document_finalize), (impress_document_init):
1770         * properties/ev-properties-main.c: (ev_properties_get_pages):
1771         
1772         Correctly handle impress document errors. Fixes nautilus
1773         crash in property page #370491.
1774
1775 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1776
1777         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1778         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1779         (ev_job_queue_remove_job):
1780         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
1781         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
1782         (ev_job_load_run):
1783         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
1784         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
1785         (ev_window_load_job_cb), (xfer_update_progress_callback),
1786         (ev_window_open_uri), (ev_window_dispose):
1787         * shell/main.c: (main):
1788
1789         Do file transfer asynchronously in the main thread instead of
1790         synchronously in the load thread. Fixes bugs #399694, #398307 and
1791         #343542.
1792
1793 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1794
1795         * shell/ev-jobs.c: (ev_job_xfer_run):
1796
1797         Load the document with the font-config lock held. 
1798
1799 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1800
1801         * backend/ps/ps-document.c: (start_interpreter):
1802
1803         Fix memory leaks in ps backend. 
1804
1805 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1806
1807         * backend/impress/impress-document.c:
1808         (impress_document_render_pixbuf):
1809
1810         Do not acquire fontconfig lock in impress backend, since it is using
1811         the main loop for rendering. 
1812
1813 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1814
1815         * po/POTFILES.in: 
1816
1817         Remove mdvi files that shouldn't be translated. 
1818
1819 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1820
1821         * shell/ev-view-private.h:
1822         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
1823         (ev_view_set_zoom):
1824
1825         Render "loading..." text into a cairo surface instead of directly into
1826         the window so that fontconfig lock is only needed once and UI is not
1827         blocked. Change text color to #9B9B9B. Fixes bug #397356.
1828
1829 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1830
1831         * shell/ev-stock-icons.c: (ev_stock_icons_init):
1832         * shell/ev-application.c: (ev_application_open_uri_at_dest):
1833
1834         Use icon theme associated with the window screen rather than default. 
1835
1836 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
1837
1838         * configure.ac:
1839
1840         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
1841
1842 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
1843
1844         * data/icons/*/apps/evince.*:
1845
1846         Move Evince icons under new apps directory.
1847
1848         * data/icons/*/actions/*:
1849
1850         Add new custom themeable Evince icons: view-page-continuous, 
1851         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
1852         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
1853
1854         * configure.ac:
1855
1856         Add new directories to AC_CONFIG_FILES.
1857
1858         * shell/ev-stock-icons.c:
1859         * shell/ev-stock-icons.h:
1860
1861         Use new custom themeable icons.
1862
1863 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1864
1865         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1866
1867         Do not draw white background page in presentation mode. 
1868
1869 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
1870
1871         * shell/ev-view.c: Remove unused gnome-vfs include.
1872
1873 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
1874
1875         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
1876         
1877         Format string is corrected, fixes bug #397129.
1878
1879 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1880
1881         * shell/ev-window.c: (ev_window_setup_recent):
1882
1883         Do not include in recent menu inexistent documents. Fixes
1884         bug #339171.
1885
1886 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1887
1888         * po/POTFILES.skip: 
1889
1890         Update POTFILES.skip file according to current source tree. 
1891
1892 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1893
1894         * shell/ev-window.c: (file_save_dialog_response_cb):
1895
1896         Do Save a copy in atomic way. Fixes bug #328266. 
1897
1898 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1899
1900         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
1901
1902         Keep selected cell always visible in index treeview.
1903
1904 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1905         
1906         * shell/ev-view.c: (ev_view_size_allocate):
1907
1908         Restore horizontal scrollbar after switching to/from fullscreen
1909         or presentation mode. Fixes bug #331728.
1910
1911 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1912
1913         * shell/ev-view-private.h:
1914         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
1915         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
1916         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
1917         (ev_view_can_zoom_out):
1918
1919         Use max and min scale values in the view iby taking dpi into account. 
1920
1921 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1922
1923         * configure.ac:
1924         * NEWS:
1925
1926         Release 0.7.1
1927
1928 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1929
1930         * shell/ev-window.c: (ev_window_print_send):
1931
1932         Send print job to printer with some settings set to default values,
1933         since we have already exported to a file according to such settings
1934         and they could be taken twice by some printers. 
1935
1936 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1937
1938         * shell/ev-jobs.c: (ev_job_xfer_run):
1939         * shell/ev-application.c: (ev_application_open_uri_at_dest):
1940
1941         Show main window and load document with the font-config lock held. 
1942
1943 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1944
1945         * configure.ac:
1946         * shell/ev-application.c: (ev_application_register_service):
1947         * shell/main.c: (load_files_remote):
1948
1949         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
1950
1951 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1952
1953         * doc/debugging.txt:
1954         
1955         Remove obsolete documentation.
1956
1957 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1958
1959         * Makefile.am:
1960         * backend/Makefile.am:
1961         * backend/comics/Makefile.am:
1962         * backend/djvu/Makefile.am:
1963         * backend/dvi/Makefile.am:
1964         * backend/ev-async-renderer.c:
1965         * backend/ev-async-renderer.h:
1966         * backend/ev-attachment.c:
1967         * backend/ev-attachment.h:
1968         * backend/ev-backend-marshal.c:
1969         * backend/ev-document-factory.c:
1970         * backend/ev-document-factory.h:
1971         * backend/ev-document-find.c:
1972         * backend/ev-document-find.h:
1973         * backend/ev-document-fonts.c:
1974         * backend/ev-document-fonts.h:
1975         * backend/ev-document-images.c:
1976         * backend/ev-document-images.h:
1977         * backend/ev-document-info.h:
1978         * backend/ev-document-links.c:
1979         * backend/ev-document-links.h:
1980         * backend/ev-document-misc.c:
1981         * backend/ev-document-misc.h:
1982         * backend/ev-document-security.c:
1983         * backend/ev-document-security.h:
1984         * backend/ev-document-thumbnails.c:
1985         * backend/ev-document-thumbnails.h:
1986         * backend/ev-document-transition.c:
1987         * backend/ev-document-transition.h:
1988         * backend/ev-document.c:
1989         * backend/ev-document.h:
1990         * backend/ev-file-exporter.c:
1991         * backend/ev-file-exporter.h:
1992         * backend/ev-image.c:
1993         * backend/ev-image.h:
1994         * backend/ev-link-action.c:
1995         * backend/ev-link-action.h:
1996         * backend/ev-link-dest.c:
1997         * backend/ev-link-dest.h:
1998         * backend/ev-link.c:
1999         * backend/ev-link.h:
2000         * backend/ev-render-context.c:
2001         * backend/ev-render-context.h:
2002         * backend/ev-selection.c:
2003         * backend/ev-selection.h:
2004         * backend/impress/Makefile.am:
2005         * backend/pdf/Makefile.am:
2006         * backend/pixbuf/Makefile.am:
2007         * backend/ps/Makefile.am:
2008         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
2009         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
2010         (start_interpreter), (stop_interpreter), (document_load),
2011         (ps_document_next_page), (render_page):
2012         * backend/tiff/Makefile.am:
2013         * comics/Makefile.am:
2014         * comics/comics-document.c:
2015         * comics/comics-document.h:
2016         * configure.ac:
2017         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2018         * djvu/Makefile.am:
2019         * djvu/djvu-document-private.h:
2020         * djvu/djvu-document.c:
2021         * djvu/djvu-document.h:
2022         * djvu/djvu-links.c:
2023         * djvu/djvu-links.h:
2024         * djvu/djvu-text-page.c:
2025         * djvu/djvu-text-page.h:
2026         * djvu/djvu-text.c:
2027         * djvu/djvu-text.h:
2028         * dvi/Makefile.am:
2029         * dvi/dvi-document.c:
2030         * dvi/dvi-document.h:
2031         * dvi/fonts.c:
2032         * dvi/fonts.h:
2033         * dvi/mdvi-lib/Makefile.am:
2034         * dvi/mdvi-lib/afmparse.c:
2035         * dvi/mdvi-lib/afmparse.h:
2036         * dvi/mdvi-lib/bitmap.c:
2037         * dvi/mdvi-lib/bitmap.h:
2038         * dvi/mdvi-lib/color.c:
2039         * dvi/mdvi-lib/color.h:
2040         * dvi/mdvi-lib/common.c:
2041         * dvi/mdvi-lib/common.h:
2042         * dvi/mdvi-lib/defaults.h:
2043         * dvi/mdvi-lib/dvimisc.c:
2044         * dvi/mdvi-lib/dviopcodes.h:
2045         * dvi/mdvi-lib/dviread.c:
2046         * dvi/mdvi-lib/files.c:
2047         * dvi/mdvi-lib/font.c:
2048         * dvi/mdvi-lib/fontmap.c:
2049         * dvi/mdvi-lib/fontmap.h:
2050         * dvi/mdvi-lib/fontsrch.c:
2051         * dvi/mdvi-lib/gf.c:
2052         * dvi/mdvi-lib/hash.c:
2053         * dvi/mdvi-lib/hash.h:
2054         * dvi/mdvi-lib/list.c:
2055         * dvi/mdvi-lib/mdvi.h:
2056         * dvi/mdvi-lib/pagesel.c:
2057         * dvi/mdvi-lib/paper.c:
2058         * dvi/mdvi-lib/paper.h:
2059         * dvi/mdvi-lib/pk.c:
2060         * dvi/mdvi-lib/private.h:
2061         * dvi/mdvi-lib/setup.c:
2062         * dvi/mdvi-lib/sp-epsf.c:
2063         * dvi/mdvi-lib/special.c:
2064         * dvi/mdvi-lib/sysdeps.h:
2065         * dvi/mdvi-lib/t1.c:
2066         * dvi/mdvi-lib/tfm.c:
2067         * dvi/mdvi-lib/tfmfile.c:
2068         * dvi/mdvi-lib/tt.c:
2069         * dvi/mdvi-lib/util.c:
2070         * dvi/mdvi-lib/vf.c:
2071         * dvi/pixbuf-device.c:
2072         * dvi/pixbuf-device.h:
2073         * impress/Makefile.am:
2074         * impress/common.h:
2075         * impress/document.c:
2076         * impress/f_oasis.c:
2077         * impress/f_oo13.c:
2078         * impress/iksemel.c:
2079         * impress/iksemel.h:
2080         * impress/imposter.h:
2081         * impress/impress-document.c:
2082         * impress/impress-document.h:
2083         * impress/internal.h:
2084         * impress/r_back.c:
2085         * impress/r_draw.c:
2086         * impress/r_geometry.c:
2087         * impress/r_gradient.c:
2088         * impress/r_style.c:
2089         * impress/r_text.c:
2090         * impress/render.c:
2091         * impress/render.h:
2092         * impress/zip.c:
2093         * impress/zip.h:
2094         * lib/Makefile.am:
2095         * lib/ev-debug.c:
2096         * lib/ev-debug.h:
2097         * lib/ev-file-helpers.c:
2098         * lib/ev-file-helpers.h:
2099         * lib/ev-gui.c:
2100         * lib/ev-gui.h:
2101         * lib/ev-tooltip.c:
2102         * lib/ev-tooltip.h:
2103         * libdocument/Makefile.am:
2104         * libdocument/ev-file-helpers.c:
2105         * pdf/Makefile.am:
2106         * pdf/ev-poppler.cc:
2107         * pdf/ev-poppler.h:
2108         * pixbuf/Makefile.am:
2109         * pixbuf/pixbuf-document.c:
2110         * pixbuf/pixbuf-document.h:
2111         * properties/Makefile.am:
2112         * ps/Makefile.am:
2113         * ps/gsdefaults.c:
2114         * ps/gsdefaults.h:
2115         * ps/gsio.c:
2116         * ps/gsio.h:
2117         * ps/gstypes.h:
2118         * ps/ps-document.c:
2119         * ps/ps-document.h:
2120         * ps/ps.c:
2121         * ps/ps.h:
2122         * shell/Makefile.am:
2123         * shell/ev-application.h:
2124         * shell/ev-sidebar-links.c:
2125         * shell/ev-sidebar-links.h:
2126         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
2127         (ev_gui_menu_position_tree_selection):
2128         * shell/ev-utils.h:
2129         * shell/ev-view.c: (ev_view_finalize):
2130         * shell/ev-window.c:
2131         * shell/main.c: (main):
2132         * thumbnailer/Makefile.am:
2133         * tiff/Makefile.am:
2134         * tiff/tiff-document.c:
2135         * tiff/tiff-document.h:
2136         * tiff/tiff2ps.c:
2137         * tiff/tiff2ps.h:
2138         
2139         Reorganize source tree.
2140
2141 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2142
2143         * backend/ev-document-factory.c:
2144
2145         Do not include ev-poppler.h when pdf is disabled. 
2146
2147 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2148
2149         * configure.ac:
2150         * data/evince-ui.xml:
2151         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
2152         (pdf_document_document_images_iface_init):
2153         * backend/Makefile.am:
2154         * backend/ev-document-images.[ch]:
2155         * backend/ev-image.[ch]:
2156         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
2157         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
2158         (ev_job_xfer_run):
2159         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2160         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2161         (ev_pixbuf_cache_get_image_mapping):
2162         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
2163         (view_menu_popup_cb), (ev_window_dispose),
2164         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2165         (ev_view_popup_cmd_copy_image):
2166         * shell/ev-view-private.h:
2167         * shell/ev-view.c: (ev_view_get_image_at_location),
2168         (ev_view_do_popup_menu), (ev_view_popup_menu),
2169         (ev_view_button_press_event), (ev_view_drag_data_get),
2170         (ev_view_drag_motion), (ev_view_drag_data_received),
2171         (ev_view_motion_notify_event), (ev_view_button_release_event),
2172         (ev_view_finalize), (ev_view_class_init):
2173
2174         Add image handling support. Fixes bugs #310008 and #325047. Images
2175         selection is not supported yet. 
2176
2177 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2178
2179         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
2180         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
2181         (ev_view_init):
2182
2183         Move view drag and drop stuff to ev-view.
2184
2185 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2186
2187         * shell/ev-pixbuf-cache.c: (clear_job_selection):
2188         * shell/ev-view.c: (clear_selection): 
2189
2190         Clear selection also in pixbuf cache.
2191
2192 2007-01-02  Luca Ferretti <elle.uca@libero.it>
2193
2194         * data/evince.desktop.in.in:
2195         
2196         Change icon name in desktop file. See bug #390734
2197         for details.
2198
2199 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2200
2201         * thumbnailer/Makefile.am:
2202
2203         Use top_builddir instead top_srcdir for generated schema
2204         file installation. Fixes bug #390161.
2205
2206 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2207
2208         * configure.ac:
2209         * backend/Makefile.am:
2210         * backend/ev-document-transition.[ch]:
2211         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
2212         (pdf_document_page_transition_iface_init):
2213         * shell/ev-view-private.h:
2214         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
2215         (ev_view_set_presentation), (transition_next_page),
2216         (ev_view_presentation_transition_stop),
2217         (ev_view_presentation_transition_start), (ev_view_next_page):
2218
2219         Add page transition support in presentation mode. At the moment only
2220         page duration is supported, but not transition effects. Fixes bug
2221         #309815.
2222
2223 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2224
2225         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
2226
2227         Run find_link_dest with document lock held, since it's called by links
2228         thread and main thread at the same time. 
2229
2230 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2231
2232         * shell/ev-view.c: (goto_dest):
2233
2234         Update page-cache when page is changed by the view, so that
2235         page-changed signal is emitted. 
2236
2237 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2238
2239         * test/test1.py:
2240         * test/test2.py:
2241
2242         Use C locale in tests. 
2243
2244 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2245
2246         * shell/ev-window.c: (ev_window_run_presentation):
2247         * shell/ev-view-private.h:
2248         * shell/ev-view.c: (ev_view_set_presentation):
2249
2250         Restore zoom settings when back from presentation mode. 
2251
2252 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2253
2254         * shell/ev-window.c: (ev_window_run_presentation):
2255
2256         Always use "best fit" zoom in presentation mode.
2257         Fixes bug #389195.
2258
2259 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2260
2261         * shell/ev-view.c: (ev_view_goto_window_create):
2262
2263         Show "Jump to page" label in the page jumping popup in
2264         presentation mode instead of just a GtkEntry.
2265
2266 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2267
2268         * shell/ev-window.c: (launch_external_uri):
2269
2270         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
2271         #378085.
2272
2273 2006-12-22  Elijah Newren  <newren gmail com>
2274
2275         * configure.ac: explicitly check for libxml2.  Fixes #388795
2276
2277 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2278
2279         * shell/ev-view-private.h:
2280         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
2281         (ev_view_goto_window_delete_event), (key_is_numeric),
2282         (ev_view_goto_window_key_press_event),
2283         (ev_view_goto_window_button_press_event),
2284         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
2285         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
2286         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
2287
2288         Allow jumping to another page by typing a page number in presentation
2289         mode. It uses a popup window with an entry. Fixes bug #353625.
2290
2291 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2292
2293         * configure.ac:
2294         * properties/ev-properties-view.c: (ev_get_default_user_units),
2295         (ev_regular_paper_size):
2296         
2297         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
2298         to Damien Carbery <damien.carbery@sun.com> and
2299         Yevgen Muntyan <muntyan@tamu.edu>.
2300
2301 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2302
2303         * shell/ev-window.c: (setup_document_from_metadata):
2304
2305         Make sure Evince doesn't restore the view on the last
2306         page when a document is reopened. Fixes bug #383381.
2307
2308 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
2309
2310         * shell/ev-view.c: (draw_loading_text):
2311
2312         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
2313
2314 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2315
2316         * configure.ac:
2317         * NEWS:
2318
2319         Release 0.7.0
2320
2321 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2322
2323         * configure.ac:
2324         * pdf/ev-poppler.cc: (pdf_print_context_free),
2325         (pdf_document_file_exporter_begin),
2326         (pdf_document_file_exporter_do_page):
2327
2328         Make cairo-pdf depedency optional. 
2329
2330 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2331
2332         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
2333
2334         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
2335
2336 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2337
2338         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
2339         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
2340         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
2341         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
2342         * shell/ev-view.c: (draw_loading_text):
2343         * shell/ev-window.c: (ev_window_cmd_file_properties):
2344
2345         Use an specific lock for FontConfig. Hopefully it fixes some crashes
2346         related to using FontConfig from different threads.
2347         
2348 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2349
2350         * shell/ev-view.c: (draw_loading_text):
2351
2352         Acquire lock document when drawing "Loading..." text so that only one
2353         thread will use FontConfig at the same time. Fixes bug #374750.
2354
2355 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2356
2357         * shell/ev-page-action.[ch]: (activate_cb):
2358         * shell/ev-window.c: (activate_label_cb):
2359
2360         Check if text inserted in page entry is a valid page number when it
2361         doesn't match to any document page label. Fixes bug #383165.
2362
2363 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
2364         * shell/ev-window.c:
2365
2366         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
2367         available with GTK < 2.10. Added an ifdef to avoid compilation
2368         error.
2369
2370 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2371
2372         * configure.ac:
2373         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
2374
2375         Fix ps backend in multihead systems.
2376
2377 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2378
2379         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
2380         * shell/ev-window.c: (ev_window_get_screen_dpi),
2381         (ev_window_update_actions), (setup_view_from_metadata),
2382         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
2383
2384         Take screen DPI into account when zooming. Fixes bug #318285.
2385
2386 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2387
2388         * data/Makefile.am:
2389
2390         Cleaned up/slightly refactored Makefile.am. Added GConf
2391         schemas uninstallation as well.
2392
2393 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2394
2395         * Makefile.am:
2396         * test/Makefile.am:
2397
2398         Fight with autotools to fix make check. Make distcheck
2399         works fine as well now!
2400
2401 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2402
2403         * shell/ev-view.c: (draw_end_presentation_page):
2404
2405         Corrected "end of presentation" string.
2406
2407 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2408
2409         * shell/ev-view.c: (ev_view_key_press_event):
2410
2411         Correctly propagate key press event so that up/down keys
2412         work as expected (correct behaviour was broken by
2413         black/white screen key bindings for presentations).
2414
2415 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2416
2417         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
2418         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
2419         (pdf_document_find_get_progress), (pdf_selection_render_selection),
2420         (pdf_selection_get_selection_region),
2421         (pdf_selection_get_selection_map):
2422
2423         Add "static" to some private functions. 
2424
2425 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
2426
2427         * lib/ev-tooltip.h:
2428         * properties/ev-properties-view.h:
2429         * shell/ev-jobs.h:
2430         * shell/ev-properties-dialog.h:
2431         * shell/ev-properties-fonts.h:
2432         * shell/ev-sidebar-links.h:
2433         * shell/ev-sidebar-thumbnails.h:
2434         * shell/ev-sidebar.h:
2435         * shell/ev-window.h:
2436         
2437         Fixes CHACK type in class casts. See bug #385343
2438         for details.
2439
2440 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2441
2442         * shell/ev-view-private.h:
2443         * shell/ev-view.c: (draw_end_presentation_page),
2444         (ev_view_expose_event), (ev_view_key_press_event),
2445         (ev_view_class_init), (ev_view_init):
2446
2447         Blank screen in presentation mode when pressing 'b' (filling with
2448         black) or 'w' (filling with white) keys. Fixes bug #358132.
2449
2450 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
2451
2452         * data/evince-toolbar.xml:
2453         * shell/ev-window.c:
2454         
2455         Use stock icon for Select All action. Fixes
2456         bug #382652.
2457
2458 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
2459
2460         * shell/ev-view.c: (get_doc_point_from_offset),
2461         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
2462
2463         Add links support in rotated documents. Fixes bug #343733.
2464
2465 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2466
2467         * shell/ev-view-private.h:
2468         * shell/ev-view.c: (draw_end_presentation_page),
2469         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
2470
2471         Show a blank page after the last page in presentation mode with a
2472         message indicating that presentation has finished and how to exit. 
2473
2474 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2475
2476         * shell/ev-window.c: (fullscreen_timeout_cb):
2477
2478         Hide cursor after a while in presentation mode. 
2479
2480 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2481
2482         * backend/ev-document-info.h:
2483         * data/evince-properties.glade:
2484         * pdf/ev-poppler.cc:
2485         * properties/ev-properties-view.c: (ev_regular_paper_size),
2486         (ev_properties_view_set_info):
2487         * ps/ps-document.c: (ps_document_get_info):
2488
2489         Adds a paper size field to the properties dialog. Fixes
2490         bug #307315. Patch by Kasper Svendsen (with some i18n
2491         changes done by me).
2492
2493 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2494
2495         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2496         (screensaver_init_dbus), (totem_scrsaver_new),
2497         (totem_scrsaver_init):
2498         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2499         * shell/ev-application.c: (ev_application_register_service),
2500         (ev_application_screensaver_enable),
2501         (ev_application_screensaver_disable):
2502         * shell/ev-application.h:
2503         * shell/ev-window.c: (ev_window_run_presentation),
2504         (ev_window_stop_presentation), (build_comments_string),
2505         (ev_window_init):
2506         
2507         Move screensaver handling to application. No more
2508         message on startup.
2509
2510 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2511
2512         * configure.ac:
2513         * backend/Makefile.am:
2514         * backend/ev-file-exporter.[ch]:
2515         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
2516         * ps/ps-document.c: (ps_document_file_exporter_*):
2517         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
2518         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2519         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2520         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2521
2522         Allow printing to PDF when suppoted by the backend.
2523         
2524 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2525
2526         * shell/ev-window.c: (build_comments_string):
2527
2528         Use always "Document Viewer" in about dialog. 
2529
2530 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2531
2532         * djvu/djvu-document.c: (djvu_document_get_page_size):
2533
2534         Display a warning message when get_pageinfo fails. 
2535
2536 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
2537
2538         * Makefile.am:
2539         * backend/Makefile.am:
2540         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
2541         * configure.ac:
2542         * shell/ev-window.c: (build_comments_string):
2543         
2544         Make pdf compilation optional. See bug #38007.
2545
2546 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2547
2548         * ps/ps.c: (get_next_text):
2549
2550         Fix CVE-2006-5864.
2551
2552 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2553
2554         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
2555         * shell/ev-navigation-action.c: (connect_proxy),
2556         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2557         
2558         Do not call g_type_class_peek_parent twice.
2559
2560 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2561
2562         * configure.ac:
2563         * data/icons/24x24/.cvsignore:
2564         * data/icons/24x24/Makefile.am:
2565         * data/icons/24x24/evince.png:
2566         * data/icons/Makefile.am:
2567         
2568         Add 24x24 icon. Thanks to 
2569         Michael Monreal <infernux@web.de>.
2570
2571 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2572
2573         * configure.ac: Fix typo in configure.ac. Thanks
2574         to dmacks@netspace.org for notification.
2575
2576 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2577
2578         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2579         
2580         Drop dbus include, fixes compilation with older dbus.
2581
2582 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2583
2584         * configure.ac:
2585         * cut-n-paste/Makefile.am:
2586         * cut-n-paste/totem-screensaver/.cvsignore
2587         * cut-n-paste/totem-screensaver/Makefile.am:
2588         * cut-n-paste/totem-screensaver/README:
2589         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2590         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2591         * shell/Makefile.am:
2592         * shell/ev-window.c: (ev_window_run_presentation),
2593         (ev_window_stop_presentation), (ev_window_cmd_help_about),
2594         (ev_window_init):
2595
2596         Implemented screensaver enabling/disabling for
2597         presentation mode (not fullscreen mode). Code stolen
2598         from Totem (with some minor tweaks). Fixes bug #338889.
2599
2600 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2601
2602         * configure.ac:
2603
2604         Bump gnome-icon-theme requirements. We use the rotation
2605         icons that appeared recently.
2606
2607 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2608
2609         * shell/ev-history.c: (ev_history_add_page):
2610         * shell/ev-history.h:
2611         * shell/ev-window.c: (page_changed_cb):
2612         
2613         Use page labels instead of numbers.
2614
2615 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2616
2617         * data/evince-toolbar.xml:
2618         * po/POTFILES.in:
2619         * shell/Makefile.am:
2620         * shell/ev-navigation-action-widget.c:
2621         (ev_navigation_action_widget_init),
2622         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
2623         (menu_detacher), (ev_navigation_action_widget_set_menu),
2624         (menu_position_func), (popup_menu_under_arrow),
2625         (ev_navigation_action_widget_toggled),
2626         (ev_navigation_action_widget_button_press_event):
2627         * shell/ev-navigation-action-widget.h:
2628         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
2629         (ev_navigation_action_set_window), (activate_menu_item_cb),
2630         (new_history_menu_item), (new_empty_history_menu_item),
2631         (build_menu), (menu_activated_cb), (connect_proxy),
2632         (create_tool_item), (ev_navigation_action_init),
2633         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2634         * shell/ev-navigation-action.h:
2635         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
2636         (ev_page_action_widget_set_page_cache),
2637         (ev_page_action_widget_finalize),
2638         (ev_page_action_widget_class_init), (match_selected_cb),
2639         (display_completion_text), (match_completion), (build_new_tree_cb),
2640         (get_filter_model_from_model),
2641         (ev_page_action_widget_update_model):
2642         * shell/ev-page-action-widget.h:
2643         * shell/ev-page-action.c: (activate_link_cb), (update_model),
2644         (connect_proxy):
2645         * shell/ev-page-action.h:
2646         * shell/ev-stock-icons.c:
2647         * shell/ev-stock-icons.h:
2648         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2649         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
2650         (register_custom_actions):
2651         * shell/main.c:
2652         
2653         Preliminary history implementation
2654
2655 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2656
2657         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
2658         (dvi_document_class_init), (dvi_document_init_params):
2659         * dvi/mdvi-lib/font.c: (font_reference):
2660         
2661         Add reference to subfont. Fixes bug #374277.
2662
2663 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2664
2665         * shell/ev-window.c: (ev_window_create_tmp_symlink),
2666         (ev_window_cmd_file_open_copy_at_dest):
2667
2668         Fix a race condition when creating symlink. Increase the counter
2669         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
2670         Mathias Hasselmann).
2671
2672 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2673
2674         * backend/Makefile.am:
2675         * backend/ev-attachment.c: (ev_attachment_open):
2676         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
2677         (ev_tmp_dir), (ev_tmp_filename):
2678         * shell/ev-sidebar-attachments.c:
2679         (ev_sidebar_attachments_drag_data_get):
2680         * shell/ev-window.c: (ev_window_clear_temp_file):
2681
2682         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
2683         in ensure_dir_exists. Abort without crashing when we can't create
2684         user's directory.
2685
2686 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2687
2688         * data/evince-ui.xml:
2689         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2690         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
2691         (ev_window_cmd_file_open_copy_at_dest),
2692         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
2693         (ev_view_popup_cmd_open_link_new_window):
2694
2695         Allow opening a copy of the current document in a new window. Fixes bug
2696         #357472
2697
2698 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2699
2700         * data/evince-toolbar.xml:
2701         
2702         Add rotate right and rotate left to available items for toolbar.
2703         
2704         * data/evince-ui.xml:
2705         * shell/ev-window.c: (ev_window_init):
2706         
2707         Customize toolbar with right click. Fixes bug #372451.
2708
2709 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
2710
2711         * shell/ev-window.c: 
2712         
2713         Use "object-rotate-{left,right}" stock icons. Fixes 
2714         bug #373863.
2715
2716 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2717
2718         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
2719         (ev_application_open_uri_at_dest), (ev_application_open_uri):
2720         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
2721         (ev_window_open_uri):
2722         * shell/main.c: (arguments_parse):
2723
2724         Remove temp file created when evince is used by GTK+ in
2725         preview mode. Fixes bug #365282. 
2726
2727 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2728
2729         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
2730         
2731         Fixes bug #372474 - Side pane disabled when entering 
2732         and leaving fullscreen mode.
2733
2734 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2735
2736         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
2737         * data/Makefile.am:
2738         * data/evince-preview-toolbar.xml:
2739         * data/evince-toolbar.xml:
2740         * shell/ev-application.c: (ev_application_shutdown),
2741         (ev_application_init), (ev_application_get_toolbars_model):
2742         * shell/ev-application.h:
2743         * shell/ev-window.c: (update_chrome_visibility),
2744         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
2745         (ev_window_cmd_edit_toolbar), (ev_window_init):
2746         
2747         Fixes bug #364364 - toolbar editor shows zoom actions again.
2748
2749 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2750
2751         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2752
2753         Do not take margins into consideration for paper size when printing.
2754         Really fixes bug #350491.
2755
2756 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2757
2758         * data/evince-ui.xml:
2759         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
2760         (ev_window_cmd_file_print_setup),
2761         (ev_window_print_dialog_response_cb),
2762         (ev_window_setup_action_sensitivity):
2763
2764         Add page setup settings for printing. Fixes bugs #363860 and #350491.
2765
2766 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2767
2768         * shell/ev-window.c: (ev_window_print_range):
2769
2770         Revert my previuos commit, since printing to PDF is not supported by
2771         evince yet. 
2772
2773 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2774
2775         * shell/ev-window.c: (ev_window_print_range):
2776
2777         Enable print to a PDF. Fixes bug #332121.
2778
2779 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2780
2781         * shell/ev-application-service.xml:
2782         * shell/ev-application.[ch]: (ev_application_open_window),
2783         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
2784         (ev_application_open_uri), (ev_application_open_uri_list):
2785         * shell/ev-window.c: (file_open_dialog_response_cb),
2786         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
2787         (drag_data_received_cb), (open_remote_link):
2788         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
2789
2790         Add support for multiscreen systems. Fixes bug #316206.
2791
2792 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2793
2794         * shell/ev-jobs.[ch]: (ev_job_print_new),
2795         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
2796         (ev_job_print_do_page):
2797         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
2798
2799         Allow printing only odd/even pages. Fixes bug #367289.
2800
2801 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2802
2803         * test/test1.py:
2804         * test/test2.py:
2805
2806         Re-add locale settings to test files.
2807
2808 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2809
2810         * data/evince-ui.xml:
2811         * shell/ev-window.c: (set_action_properties):
2812         
2813         Removed garbage from code and ui.
2814
2815 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2816
2817         * shell/ev-window.c: (ev_window_cmd_help_about):
2818
2819         Shamelessly add my name to the list of contributors.
2820
2821 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2822
2823         * test/test1.py:
2824         * test/test2.py:
2825
2826         Cleaned up the dogtail scripts.
2827
2828 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2829
2830         * shell/ev-view.c: (draw_loading_text): Don't render
2831         "loading..." text in presentation mode. Temporary
2832         workaround for bug #320352.
2833
2834 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2835
2836         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2837         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2838
2839         Use print settings scale, copies, collate and reverse which were
2840         ignored. Fixes bug #359032.
2841
2842 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2843
2844         * configure.ac:
2845         * data/evince-password.glade:
2846         * test/Makefile.am:
2847         * test/test-encrypt.pdf:
2848         * test/test-links.pdf:
2849         * test/test1.py:
2850         * test/test2.py:
2851
2852         Add automated UI tests for evince with dogtail. See
2853         bug #300948.    
2854
2855 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2856
2857         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
2858
2859         Hide fullscreen toolbar when switching to another desktop workspace.
2860         Fixes bug #338871
2861
2862 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2863
2864         * shell/ev-window-title.c: 
2865         
2866         Test for .dvi in title of pdf documents.
2867
2868 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2869
2870         * shell/ev-view.c: (ev_view_scroll):
2871
2872         Page Up/Down should do page jumps in "Best fit" mode.
2873         If a user has explicitly chosen to view exactly one page
2874         at a time, scrolling just a part of the page when
2875         pressing Page Up/Down is not right. Fixes bug #323107.
2876
2877 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2878
2879         * NEWS:
2880         * configure.ac:
2881         
2882         Update for 0.6.1
2883
2884 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2885
2886         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
2887         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
2888         
2889         Correctly disconnect from job signals on destroy.
2890
2891 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2892
2893         * shell/ev-view-private.h:
2894         * shell/ev-view.c: (view_set_adjustment_values),
2895         (view_update_range_and_current_page),
2896         (ensure_rectangle_is_visible), (ev_view_size_allocate):
2897         
2898         Fixes bug #343199, current page now follows find page.
2899
2900 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
2901
2902         * backend/ev-document-factory.c:
2903         * configure.ac:
2904         Assigned OpenDocument presenation MIME type to the
2905         Impress backend. Added some missing (but harmless)
2906         #ifdefs in the document factory as well to make things
2907         consistent again. Fixes bug #360658.
2908
2909 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
2910
2911         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
2912         * backend/ev-document-find.c: (ev_document_find_get_type):
2913         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
2914         * backend/ev-document-links.c: (ev_document_links_get_type):
2915         * backend/ev-document-security.c: (ev_document_security_get_type):
2916         * backend/ev-document-thumbnails.c:
2917         (ev_document_thumbnails_get_type):
2918         * backend/ev-document.c: (ev_document_get_type):
2919         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
2920         * backend/ev-selection.c: (ev_selection_get_type):
2921         * cut-n-paste/recent-files/egg-recent-model.c:
2922         (egg_recent_model_get_type):
2923         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2924         (egg_recent_view_uimanager_get_type):
2925         * cut-n-paste/recent-files/egg-recent-view.c:
2926         (egg_recent_view_get_type):
2927         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2928         (egg_editable_toolbar_get_type):
2929         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2930         (egg_toolbar_editor_get_type):
2931         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
2932         (egg_toolbars_model_get_type):
2933         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
2934         (egg_tree_multi_drag_source_get_type):
2935         * cut-n-paste/zoom-control/ephy-zoom-action.c:
2936         (ephy_zoom_action_get_type):
2937         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2938         (ephy_zoom_control_get_type):
2939         * impress/r_back.c: (_imp_fill_back):
2940         * properties/ev-properties-main.c:
2941         (ev_properties_plugin_register_type):
2942         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
2943         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
2944         (ev_view_accessible_factory_get_type):
2945
2946         Reduce relocations. Bug #360616.
2947
2948 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2949
2950         * backend/ev-document-factory.c:
2951         (ev_document_factory_get_document):
2952         
2953         Load document even if extension is wrong.
2954
2955 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2956
2957         * shell/ev-metadata-manager.c: (save_values):
2958         * shell/ev-window.c: (setup_size_from_metadata),
2959         (setup_view_from_metadata), (ev_window_setup_document),
2960         (ev_window_xfer_job_cb), (window_configure_event_cb):
2961         
2962         Set size according to the document size/page size ratio.
2963         That should correct rather wierd behaviour of the previous
2964         commit.
2965
2966 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2967
2968         * shell/ev-window.c: (setup_view_from_metadata):
2969         
2970         Set size for new windows from previous window size.
2971         See bugs #354968 and #168450 for details. Thanks
2972         to Meik Hellmund.
2973
2974 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2975
2976         * djvu/djvu-links.c: (build_tree):
2977
2978         Fix memory leak.
2979
2980 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2981
2982         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
2983         
2984         Don't make sidebar close button insensitive. Fixes
2985         bug #357871.
2986
2987 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2988
2989         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2990         (ev_window_set_view_accels_sensitivity):
2991         
2992         Don't enable Slash on documents which don't support
2993         find. Fixes bug #358648.
2994
2995 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
2996
2997         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
2998         open dialog fall back to the current document uri if the
2999         filechooser hasn't been used before. Fixes bug #356980.
3000
3001 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
3002
3003         * shell/ev-window.c: (ev_window_setup_recent), 
3004         (ev_window_get_recent_file_label):
3005
3006         Escape underscores in filenames of recent file items.
3007
3008 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3009
3010         * configure.ac:
3011         
3012         Bumped poppler requirements, really 0.5.3 is very 
3013         buggy, now we require 0.5.4.
3014
3015 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3016
3017         * djvu/Makefile.am:
3018         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3019         (djvu_document_find_iface_init), (djvu_document_links_get_links),
3020         (djvu_document_document_links_iface_init):
3021         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
3022         (number_from_string_10), (get_djvu_link_dest),
3023         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
3024         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
3025         (djvu_links_get_links), (djvu_links_find_link_dest),
3026         (djvu_links_get_links_model):
3027         * djvu/djvu-links.h:
3028         
3029         Add support for links and bookmarks in djvu documents. Thanks
3030         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
3031         patch.
3032
3033 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3034
3035         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3036         
3037         Reopen should reload document. Fixes 
3038         bug 327951.
3039
3040 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3041
3042         * configure.ac:
3043         * data/Makefile.am:
3044         * data/evince-16.png:
3045         * data/evince-22.png:
3046         * data/evince.png:
3047         * data/evince.svg:
3048         * data/icons/16x16/Makefile.am:
3049         * data/icons/16x16/evince.png:
3050         * data/icons/22x22/Makefile.am:
3051         * data/icons/22x22/evince.png:
3052         * data/icons/48x48/Makefile.am:
3053         * data/icons/48x48/evince.png:
3054         * data/icons/Makefile.am:
3055         * data/icons/scalable/Makefile.am:
3056         * data/icons/scalable/evince.svg:
3057         
3058         Install icons with correct names. Fixes
3059         bug #354429.
3060
3061 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3062
3063         * shell/ev-view.c: (ev_view_button_release_event):
3064
3065         Don't open links with middle mouse button. Fixes bug #353649
3066
3067 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3068
3069         * NEWS:
3070         * configure.ac:
3071         
3072         Update for release 0.6.0
3073
3074 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3075
3076         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
3077         Implement Close named action. Patch by Carlos Garcia Campos.
3078
3079 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3080
3081         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
3082         
3083         Don't clear link mapping on copy_job_to_job_info. Fixes
3084         bug 346168.
3085
3086 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3087
3088         * shell/main.c: (main):
3089
3090         Revert my previous commit, gnome_program_init owns the option context.
3091         Fix another memory leak in main. Both caught by Christian Persch. 
3092
3093 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3094
3095         * shell/main.c: (main):
3096
3097         Fix memory leak.
3098
3099 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3100
3101         * backend/ev-document-factory.c: (ev_document_factory_get_document):
3102
3103         Fix crash when opening a pdf with password protection. 
3104
3105 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3106
3107         * pdf/ev-poppler.cc: (pdf_document_search_free):
3108
3109         Fix memory leak. 
3110
3111 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3112
3113         * backend/ev-document-factory.c:
3114         (ev_document_factory_get_document):
3115         * tiff/tiff-document.c: (tiff_document_finalize):
3116         
3117         More correct handling of document loading. Fixes
3118         bug #349043.
3119
3120 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3121
3122         * backend/ev-attachment.c: (ev_attachment_save):
3123
3124         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
3125         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
3126
3127 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
3128         
3129         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
3130         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
3131
3132 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3133
3134         * shell/ev-sidebar-thumbnails.c:
3135
3136         Do not render thumbnails unless thumbnails page is active in the
3137         sidebar.
3138
3139 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
3140
3141         * shell/ev-properties-dialog.c:
3142
3143         Fix dialogue spacing. Bug #351370.
3144
3145 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3146
3147         * configure.ac:
3148
3149         Use lowercase gettext catalog file names (evince.mo
3150         instead of Evince.mo)
3151
3152 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3153
3154         * shell/ev-sidebar-attachments.c:
3155
3156         GtkIconTheme is now screen safe too. Fixes bug #350878
3157
3158 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3159
3160         * shell/ev-window.c:
3161
3162         GtkRecent manager is now screen safe. Fixes bug #350145
3163
3164 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3165
3166         * shell/ev-sidebar.c: (ev_sidebar_init):
3167         
3168         Make sidebar close icon smaller. Fix for bug 350177.
3169         See also bugs 350176 and 165770.
3170
3171 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3172
3173         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
3174
3175         Ignore zoom for xyz destinations when it's <= 1, keeping user
3176         preferences instead. Set correct sizing-mode for fith and fitv
3177         destinations rather than EV_SIZING_FREE. Fixes bug #349433
3178
3179 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3180
3181         * NEWS:
3182         * configure.ac:
3183         
3184         Update for release 0.5.5
3185
3186 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
3187         
3188         * shell/ev-window.c: (ev_window_cmd_escape)
3189
3190         Escape unfocus page entry. Fixes bug #345809.
3191
3192 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3193
3194         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
3195         (build_tree), (pdf_document_links_get_links),
3196         (pdf_document_links_find_link_dest):
3197         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
3198         (goto_xyz_dest):
3199
3200         Convert from PDF style coordinates to X style coordinates in the
3201         backend rather than in the view. Fixes bug #338440
3202
3203 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3204
3205         * shell/ev-window.c:
3206         
3207         Remove Ctrl+Shift+T shortcut for toolbars. See
3208         the bug #350098.
3209
3210 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3211
3212         * configure.ac:
3213
3214         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
3215         of this. 
3216
3217 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3218
3219         * configure.ac:
3220         * cut-n-paste/Makefile.am:
3221         * data/evince-ui.xml:
3222         * shell/Makefile.am:
3223         * shell/ev-application.[ch]:
3224         * shell/ev-window.c:
3225
3226         Use GtkRecent instead of EggRecent when it's available. Fixes bug
3227         #349273
3228
3229 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3230
3231         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
3232         findbar code: s/help/search/
3233
3234 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3235
3236         * shell/ev-window.c: (setup_document_from_metadata),
3237         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
3238         (setup_view_from_metadata):
3239         
3240         Fix memory leaks.
3241
3242 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
3243
3244         * autogen.sh, configure.ac: 
3245         
3246         Update automake usage. See bug 349292.
3247
3248 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3249
3250         * shell/eggfindbar.c: (egg_find_bar_class_init),
3251         (entry_activate_callback), (egg_find_bar_init),
3252         (egg_find_bar_set_status_text):
3253         * shell/eggfindbar.h:
3254         
3255         Unify Evince findbar with Epiphany. Nice patch
3256         from Fabricio Silva <silva@crans.org> and
3257         Frederic Peters <fpeters@entrouvert.com>. See
3258         bug #339966 for details.
3259
3260 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3261
3262         * data/evince.desktop.in.in:
3263         
3264         Correct information for bugzilla. Thanks to
3265         Olaf Vitters, see bug #348855.
3266
3267 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3268
3269         * shell/ev-jobs.[ch]:
3270         * shell/ev-sidebar-links.c:
3271         * shell/ev-window.[ch]:
3272
3273         GtkPrintJob doesn't support print ranges or current page, so we export
3274         to a ps file now when printing ranges or current page.
3275
3276 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3277
3278         * pdf/ev-poppler.cc:
3279         * shell/ev-window.c: (do_action_named):
3280
3281         We should be more clear about bugzilla. See the
3282         poppler bug #7623.
3283
3284 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3285
3286         * configure.ac:
3287         * shell/Makefile.am:
3288         * shell/ev-job-queue.c:
3289         * shell/ev-jobs.[ch]:
3290         * shell/ev-sidebar-links.c:
3291         * shell/ev-window.[ch]:
3292         
3293         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
3294         #348422
3295
3296 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3297
3298         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
3299         * shell/ev-application-service.xml:
3300         * shell/ev-application.[ch]:
3301         * shell/ev-jobs.[ch]:
3302         * shell/ev-window.[ch]: (ev_window_run_preview):
3303         * shell/main.c: 
3304
3305         Add preview mode to use evince as a printing previewer. It also adds
3306         other command line options for fullscreen and presentation modes.
3307         Fixes bugs #347822, #317031
3308
3309 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3310
3311         * NEWS:
3312         * configure.ac:
3313         
3314         Update for release 0.5.4
3315
3316 2006-07-11  Bastien Nocera <hadess@hadess.net>
3317
3318         * Makefile.am:
3319         * backend/Makefile.am:
3320         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3321         * backend/ev-document-factory.h:
3322         * configure.ac:
3323         * impress/.cvsignore:
3324         * impress/Makefile.am:
3325         * impress/common.h:
3326         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
3327         (imp_get_page), (imp_next_page), (imp_prev_page),
3328         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
3329         * impress/f_oasis.c: (render_object), (render_page),
3330         (get_geometry), (_imp_oasis_load):
3331         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
3332         (_imp_oo13_load):
3333         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
3334         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
3335         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
3336         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
3337         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
3338         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
3339         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
3340         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
3341         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
3342         (iks_new_within), (iks_insert), (iks_insert_cdata),
3343         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
3344         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
3345         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
3346         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
3347         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
3348         (iks_cdata), (iks_cdata_size), (iks_has_children),
3349         (iks_has_attribs), (escape_size), (my_strcat), (escape),
3350         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
3351         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
3352         (iks_tree), (iks_load), (iks_save):
3353         * impress/iksemel.h:
3354         * impress/imposter.h:
3355         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
3356         (imp_render_draw_bezier_real), (imp_render_get_size),
3357         (imp_render_set_fg_color), (imp_render_draw_line),
3358         (imp_render_draw_rect), (imp_render_draw_polygon),
3359         (imp_render_draw_arc), (imp_render_draw_bezier),
3360         (imp_render_open_image), (imp_render_get_image_size),
3361         (imp_render_scale_image), (imp_render_draw_image),
3362         (imp_render_close_image), (imp_render_markup),
3363         (imp_render_get_text_size), (imp_render_draw_text),
3364         (impress_document_load), (impress_document_save),
3365         (impress_document_get_n_pages), (impress_document_get_page_size),
3366         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3367         (impress_document_finalize), (impress_document_class_init),
3368         (impress_document_can_get_text), (impress_document_get_info),
3369         (impress_document_document_iface_init),
3370         (impress_document_thumbnails_get_thumbnail),
3371         (impress_document_thumbnails_get_dimensions),
3372         (impress_document_document_thumbnails_iface_init),
3373         (impress_document_init):
3374         * impress/impress-document.h:
3375         * impress/internal.h:
3376         * impress/r_back.c: (_imp_fill_back):
3377         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
3378         (_imp_draw_image), (_imp_tile_image):
3379         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
3380         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
3381         (r_polyline):
3382         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
3383         (r_draw_gradient_complex), (r_draw_gradient):
3384         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
3385         (r_get_bullet):
3386         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
3387         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
3388         (r_text):
3389         * impress/render.c: (imp_create_context), (imp_context_set_page),
3390         (imp_context_set_step), (imp_render), (imp_delete_context):
3391         * impress/render.h:
3392         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
3393         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
3394         (zip_load_xml), (zip_get_size), (zip_load):
3395         * impress/zip.h:
3396         * shell/ev-utils.c:
3397         
3398         New backend to support impress slides. Fixes bug #30867.
3399
3400 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
3401
3402         * shell/ev-utils.c: (using_postscript_printer):
3403         
3404         Fixes crash when print using PAPI backend,
3405         bug #345012.
3406
3407 2006-06-09  Pat Rondon  <pmr@patrondon.org>
3408
3409         * shell/ev-jobs.c: (ev_job_xfer_run):
3410         * shell/ev-window.c: (password_dialog_response),
3411         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
3412         (ev_window_dispose):
3413         Fixes bug #344160: if the xfer job doesn't complete
3414         because a password is required, reload the existing
3415         instance instead of creating a new one.
3416
3417 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3418
3419         * shell/main.c: (main): Call gdk_threads_init. Thus
3420         we'll avoid errors in auth dialog. Fix for the bug
3421         #343347.
3422
3423 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3424
3425         * configure.ac: Advertise pixbuf support, fix
3426         for the bug 343317.
3427
3428 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3429
3430         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
3431         (ev_sidebar_thumbnails_set_document):
3432         
3433         Update sidebar thumbnails after reloading.
3434
3435 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3436
3437         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
3438         * shell/ev-jobs.h:
3439         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
3440         (ev_window_cmd_view_reload), (ev_window_init):
3441         
3442         Don't crash on reload. Fix for the bug #343167.
3443
3444 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3445
3446         * shell/ev-jobs.c: (ev_job_render_run):
3447         
3448         Check for document links.
3449
3450 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3451
3452         * backend/ev-attachment.c: (ev_attachment_save),
3453         (ev_attachment_launch_app), (ev_attachment_open):
3454         * backend/ev-document-factory.c: (get_document_from_uri):
3455         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3456         (egg_recent_view_uimanager_set_list):
3457         * ps/ps-document.c: (check_filecompressed), (document_load),
3458         (ps_document_load):
3459         * shell/ev-metadata-manager.c: (load_values):
3460         * shell/ev-password.c: (ev_password_dialog_set_property):
3461         * shell/ev-view.c: (tip_from_link):
3462         * shell/ev-window.c: (file_save_dialog_response_cb),
3463         (ev_window_print_dialog_response_cb):
3464         
3465         Use consistent quoting style. Fix for the bug #320285.
3466
3467 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3468
3469         * shell/ev-jobs.c: (ev_job_xfer_run):
3470         * shell/main.c: (load_files):
3471                 
3472         Open links with anchors. Fix for the bug #339836.
3473
3474 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3475
3476         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
3477         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
3478         (ev_link_dest_set_property), (ev_link_dest_finalize),
3479         (ev_link_dest_class_init), (ev_link_dest_new_named),
3480         (ev_link_dest_new_page_label):
3481         * backend/ev-link-dest.h:
3482         * shell/ev-application.c: (ev_application_open_uri):
3483         * shell/ev-view.c: (goto_dest):
3484         * shell/ev-window.c:
3485         * shell/ev-window.h:
3486         
3487         Fix page-label command line option. Bug #342070.
3488
3489 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3490
3491         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3492         
3493         Don't show highlight rects if page can't be showed. Fix for 
3494         the bug #342076
3495
3496 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3497
3498         * shell/ev-window.c: (setup_sidebar_from_metadata),
3499         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
3500         
3501         Setup sidebar from metadata even if there is no document
3502         loaded. Fix for the bug #342807.
3503
3504 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3505
3506         * cut-n-paste/toolbar-editor/Makefile.am:
3507         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3508         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
3509         (find_action), (drag_data_delete_cb), (drag_begin_cb),
3510         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
3511         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
3512         (popup_context_menu_cb), (button_press_event_cb),
3513         (configure_item_sensitivity), (configure_item_cursor),
3514         (configure_item_tooltip), (connect_widget_signals),
3515         (action_sensitive_cb), (create_item_from_action),
3516         (create_item_from_position), (toolbar_drag_data_received_cb),
3517         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
3518         (toolbar_drag_leave_cb), (configure_drag_dest),
3519         (toggled_visibility_cb), (toolbar_visibility_refresh),
3520         (create_dock), (toolbar_changed_cb), (unparent_fixed),
3521         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
3522         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
3523         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
3524         (egg_editable_toolbar_dispose),
3525         (egg_editable_toolbar_set_ui_manager),
3526         (egg_editable_toolbar_get_selected),
3527         (egg_editable_toolbar_set_selected), (set_edit_mode),
3528         (egg_editable_toolbar_set_property),
3529         (egg_editable_toolbar_get_property),
3530         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
3531         (egg_editable_toolbar_new_with_model),
3532         (egg_editable_toolbar_get_edit_mode),
3533         (egg_editable_toolbar_set_edit_mode),
3534         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
3535         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
3536         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
3537         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
3538         (item_added_or_removed_cb), (toolbar_removed_cb),
3539         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
3540         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
3541         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
3542         (editor_create_item_from_name), (append_table),
3543         (update_editor_sheet), (egg_toolbar_editor_init):
3544         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
3545         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3546         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
3547         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
3548         (toolbar_node_free), (egg_toolbars_model_get_flags),
3549         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
3550         (egg_toolbars_model_get_name), (impl_add_item),
3551         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
3552         (parse_data_list), (parse_item_list), (parse_toolbars),
3553         (egg_toolbars_model_load_toolbars), (parse_available_list),
3554         (parse_names), (egg_toolbars_model_load_names),
3555         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
3556         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
3557         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
3558         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
3559         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
3560         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
3561         (egg_toolbars_model_set_types), (fill_avail_array),
3562         (egg_toolbars_model_get_name_avail),
3563         (egg_toolbars_model_get_name_flags),
3564         (egg_toolbars_model_set_name_flags):
3565         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
3566         * cut-n-paste/toolbar-editor/eggintl.h:
3567         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3568         (egg_tree_multi_drag_source_get_type),
3569         (egg_tree_multi_drag_source_row_draggable),
3570         (egg_tree_multi_drag_source_drag_data_delete),
3571         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
3572         (egg_tree_multi_drag_button_release_event), (selection_foreach),
3573         (path_list_free), (set_context_data), (get_context_data),
3574         (get_info), (egg_tree_multi_drag_drag_data_get),
3575         (egg_tree_multi_drag_motion_event),
3576         (egg_tree_multi_drag_button_press_event),
3577         (egg_tree_multi_drag_add_drag_support):
3578         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
3579         * shell/ev-application.c: (ev_application_init),
3580         (ev_application_save_toolbars_model):
3581         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
3582         (ev_window_cmd_edit_toolbar), (ev_window_init):
3583         
3584         Sync toolbareditor with epiphany and libegg
3585
3586 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3587
3588         * configure.ac: 
3589
3590         Depend on poppler 0.5.2
3591
3592 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3593
3594         * shell/ev-jobs.c: (ev_job_render_run):
3595         
3596         Check if document supports links iterface.
3597
3598 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3599
3600         * NEWS:
3601         * configure.ac:
3602         
3603         Update for release 0.5.3
3604
3605 2006-05-13  Michael Plump  <plumpy@skylab.org>
3606
3607         * configure.ac:
3608         * shell/Makefile.am:
3609         * shell/main.c: (main):
3610         
3611         Port to GOption command line parsing. Fix for the 
3612         bug #327518
3613
3614 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3615
3616         * shell/ev-window.c: (ev_window_cmd_help_about):
3617         
3618         Do not wrap license. Fix for the bug #309460.
3619
3620 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3621
3622         * configure.ac:
3623         * properties/ev-properties-main.c: (ev_properties_get_pages):
3624         * shell/ev-application.c: (ev_application_open_window),
3625         (ev_application_open_uri_at_dest):
3626         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3627         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
3628         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
3629         * shell/ev-utils.c: (save_print_config_to_file):
3630         * shell/ev-window.c: (ev_window_cmd_save_as),
3631         (ev_attachment_popup_cmd_save_attachment_as):
3632         * shell/main.c: (load_files_remote):
3633         
3634         Bump requirements to gtk 2.8 and drop all ifdefs used.
3635
3636 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3637
3638         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3639         * shell/ev-window.c: (ev_window_init):
3640         
3641         Show attachments page.
3642
3643 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3644
3645         * po/POTFILES.in:
3646         * shell/ev-attachment-bar.c:
3647         * shell/ev-attachment-bar.h:
3648         * shell/ev-sidebar-attachments.c:
3649         (ev_sidebar_attachments_icon_cache_add),
3650         (icon_theme_get_pixbuf_from_mime_type),
3651         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
3652         (ev_sidebar_attachments_icon_cache_refresh),
3653         (ev_sidebar_attachments_get_attachment_at_pos),
3654         (ev_sidebar_attachments_popup_menu_show),
3655         (ev_sidebar_attachments_popup_menu),
3656         (ev_sidebar_attachments_button_press),
3657         (ev_sidebar_attachments_update_icons),
3658         (ev_sidebar_attachments_drag_data_get),
3659         (ev_sidebar_attachments_get_property),
3660         (ev_sidebar_attachments_destroy),
3661         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
3662         (ev_sidebar_attachments_new),
3663         (ev_sidebar_attachments_set_document),
3664         (ev_sidebar_attachments_support_document),
3665         (ev_sidebar_attachments_get_label),
3666         (ev_sidebar_attachments_page_iface_init):
3667         * shell/ev-sidebar-attachments.h:
3668         * shell/ev-window.c: (update_chrome_visibility),
3669         (setup_sidebar_from_metadata), (ev_window_setup_document),
3670         (ev_window_sidebar_current_page_changed_cb),
3671         (attachment_bar_menu_popup_cb), (ev_window_init):
3672         
3673         Move attachments bar to sidebar.
3674
3675 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3676
3677         * pdf/ev-poppler.cc:
3678         * shell/ev-application.[ch]:
3679         * shell/main.c:
3680
3681         Fix some memory leaks.
3682
3683 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3684
3685         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
3686
3687         Change the properties dialog response to
3688         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
3689         will make the dialog go away when the user presses
3690         enter. With gtk+ >= 2.9 this will happen anyway, but for
3691         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
3692         escape by default. Fixes bug #340539. See also bug
3693         #101293 for the gtk+ part.
3694
3695 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
3696
3697         * shell/ev-view.c (tip_from_action_named): Replace some strings
3698         that were wrong. Closes #340970.
3699
3700 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3701
3702         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3703
3704         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
3705         #341049
3706
3707 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3708
3709         * djvu/Makefile.am:
3710         * dvi/Makefile.am:
3711         * dvi/mdvi-lib/Makefile.am:
3712         * properties/Makefile.am:
3713         * ps/Makefile.am:
3714         * shell/Makefile.am:
3715         * thumbnailer/Makefile.am:
3716         
3717         Due to broken libtool that is unable to track dependencies
3718         of noinst libraries we are forced to explicitely point
3719         libraries for binary. Fix for the bug #333334.
3720
3721 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3722
3723         * data/evince.desktop.in.in:
3724         * shell/ev-view.c: (view_update_range_and_current_page),
3725         (ev_view_next_page), (ev_view_previous_page):
3726         * shell/ev-window.c: (update_chrome_visibility),
3727         (setup_sidebar_from_metadata), (ev_window_setup_document),
3728         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
3729         (fullscreen_set_timeout), (fullscreen_clear_timeout),
3730         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
3731         (ev_window_stop_fullscreen), (ev_window_run_presentation),
3732         (ev_window_stop_presentation), (ev_window_focus_in_event),
3733         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
3734         (ev_window_init):
3735         * thumbnailer/Makefile.am:
3736         
3737         Update fullscreen and presentation timeout handling. Hide
3738         cursor in presentation after timeout. Fix for the bugs
3739         #136359 and #336981.
3740
3741 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3742
3743         * backend/ev-link-action.[ch]:
3744         * pdf/ev-poppler.cc: (ev_link_from_action):
3745         * shell/ev-view-private.h:
3746         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
3747         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
3748
3749         Add support for Named Action links
3750
3751 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3752
3753         * backend/Makefile.am:
3754         * backend/ev-document-links.[ch]:
3755         * backend/ev-document.[ch]:
3756         * backend/ev-link-action.[ch]:
3757         * backend/ev-link-dest.[ch]:
3758         * backend/ev-link.[ch]:
3759         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
3760         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
3761         * shell/ev-page-action.c: (build_new_tree_cb):
3762         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
3763         (links_page_num_func), (update_page_callback):
3764         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
3765         (tip_from_link):
3766         * shell/ev-jobs.c:
3767         * shell/ev-window.[ch]: (ev_window_open_uri),
3768         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
3769         * shell/ev-application.[ch]: (ev_application_open_window),
3770         (ev_application_open_uri):
3771
3772         Rework links system, it adds support for remote links now and it makes
3773         easier to add new kinds of actions and destinations. Fixes bug #317292
3774
3775 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3776
3777         * data/Makefile.am:
3778         * data/evince.png:
3779         * data/evince-16.png:
3780         * data/evince-22.png:
3781         * data/evince.svg:
3782         * shell/main.c: (main):
3783         
3784         Evince use it's own icon. Fix for the bug #313392.
3785
3786         * shell/ev-window.c: (fullscreen_timeout_cb),
3787         (fullscreen_set_timeout), (fullscreen_clear_timeout),
3788         (ev_window_cmd_help_about), (ev_window_dispose):
3789         
3790         Simplify fullscreen timeout code.
3791
3792 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3793
3794         * backend/ev-attachment.c: 
3795         * shell/ev-attachment-bar.c:
3796         * shell/ev-window.c:
3797
3798         Allow multiple selection of attachments
3799
3800 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3801
3802         * shell/ev-view.c: (view_update_range_and_current_page),
3803         (ev_view_scroll):
3804         
3805         Fix for the bug #312573 – Optimal selection of current 
3806         page among visible pages.
3807
3808 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3809
3810         * configure.ac:
3811         * djvu/Makefile.am:
3812         * djvu/djvu-text.h:
3813         
3814         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
3815         for the bug 339868.
3816
3817 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
3818
3819         * configure.ac: Fix the LINGUAS stuff here too so it builds.
3820
3821 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3822
3823         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
3824         dictated by the GNOME HIG. Fixes bug #339235.
3825
3826 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3827
3828         * data/evince-ui.xml:
3829         * shell/ev-view.c: (ev_view_can_find_previous):
3830         * shell/ev-view.h:
3831         * shell/ev-window.c: (ev_window_update_actions),
3832         (ev_window_cmd_edit_find_previous):
3833
3834         Add support for "Find Previous" as dictated by the GNOME HIG. A
3835         menu item is added and some glue code to make it all work is added
3836         to various files.
3837
3838 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3839
3840         * configure.ac: Award myself the "useless use of cat" award.
3841
3842 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3843
3844         * po/LINGUAS: New file listing all supported languages.
3845
3846         * configure.in: Use po/LINGUAS instead of including all languages
3847         directly in this file. See the wiki for more information:
3848         http://live.gnome.org/GnomeGoals/PoLinguas
3849
3850 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3851
3852         * backend/ev-document-factory.c:
3853
3854         Do not load the document twice when there isn't errors
3855
3856 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3857
3858         * backend/ev-attachment.c: 
3859
3860         Fix a crash when there isn't a default application to open an
3861         attachment
3862
3863 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3864
3865         * backend/ev-attachment.[ch]:
3866         * shell/ev-attachment-bar.[ch]:
3867
3868         Added missing files. 
3869
3870 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3871
3872         * backend/Makefile.am:
3873         * data/evince-ui.xml:
3874         * backend/ev-attachment.[ch]:
3875         * backend/ev-document.[ch]: (ev_document_has_attachments),
3876         (ev_document_get_attachments):
3877         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
3878         (attachment_save_to_buffer), (pdf_document_get_attachments),
3879         (pdf_document_document_iface_init):
3880         * shell/Makefile.am:
3881         * shell/ev-attachment-bar.[ch]:
3882         * shell/ev-window.c:
3883
3884         Add support for PDF attachments. Fixes bug #325143
3885
3886 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3887
3888         * backend/ev-document-factory.c: (get_document_from_uri),
3889         (ev_document_factory_get_document):
3890         * backend/ev-document-factory.h:
3891         * properties/ev-properties-main.c: (ev_properties_get_pages):
3892         * shell/Makefile.am:
3893         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3894         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3895         (ev_job_queue_remove_job):
3896         * shell/ev-job-queue.h:
3897         * shell/ev-job-xfer.c:
3898         * shell/ev-job-xfer.h:
3899         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
3900         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
3901         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
3902         (ev_job_xfer_run):
3903         * shell/ev-jobs.h:
3904         * shell/ev-window.c: (ev_window_is_empty),
3905         (password_dialog_response), (ev_window_clear_xfer_job),
3906         (ev_window_xfer_job_cb), (ev_window_open_uri),
3907         (ev_window_cmd_focus_page_selector),
3908         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
3909         (ev_window_cmd_continuous), (ev_window_cmd_dual),
3910         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
3911         (ev_window_dispose):
3912         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3913         
3914         * Cleanup mime type detection on document load. Fix for the
3915         bug #336448.
3916
3917 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3918
3919         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
3920         
3921         Fix crash on exit, described in the bug #336825.
3922
3923 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3924
3925         * backend/ev-document-factory.c:
3926         (ev_document_factory_get_from_mime),
3927         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
3928         (ev_document_factory_get_document),
3929         (file_filter_add_mime_list_and_free),
3930         (ev_document_factory_add_filters):
3931         * backend/ev-document-factory.h:
3932         * properties/ev-properties-main.c: (ev_properties_get_pages):
3933         * shell/Makefile.am:
3934         * shell/ev-application.c:
3935         * shell/ev-job-xfer.c: (ev_job_xfer_run):
3936         * shell/ev-window.c: (ev_window_cmd_file_open),
3937         (ev_window_cmd_save_as):
3938         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3939         
3940         Rework factory functions so they are placed now in a single 
3941         file ev-document-factory.c
3942
3943 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3944
3945         * shell/ev-window.c: (update_chrome_visibility):
3946         
3947         Fix for the bug 166566 - don't show menubar in fullscreen
3948         mode.
3949
3950 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
3951
3952         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
3953
3954 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3955
3956         * shell/ev-view.c: (ev_view_expose_event):
3957         
3958         More correctly draw loading text when document
3959         is empty.
3960
3961 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3962
3963         * shell/ev-view.c: (ev_view_scroll):
3964         
3965         Fix for the bug #334854, page down and page up switch
3966         pages in presentation mode.
3967
3968 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3969
3970         * shell/ev-window.c: (ev_window_set_action_sensitive),
3971         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
3972         (ev_window_set_view_accels_sensitivity),
3973         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
3974         (ev_window_cmd_continuous), (ev_window_cmd_dual),
3975         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
3976         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
3977         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
3978         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
3979         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
3980         (view_actions_focus_in_cb), (ev_window_init):
3981         
3982         Fix for the bug #333902, now it's possible to search
3983         words with slash.
3984
3985 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
3986
3987         * configure.ac: Added Breton translation.
3988         * po/br.po: Added Breton translation.
3989
3990 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3991
3992         * shell/ev-window-title (ev_window_title_update):
3993
3994         Fix memory leak in window title. Fixes bug #333944
3995
3996 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3997
3998         * shell/ev-metadata-manager.c (parseItem):
3999
4000         Fix memory leaks. Fixes bug #333945
4001
4002 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4003         
4004         * NEWS, configure.ac, TODO:
4005         
4006         Update for release 0.5.2.
4007
4008 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4009
4010         * shell/ev-view.c: (view_update_range_and_current_page),
4011         (page_changed_cb):
4012         
4013         Don't jump on scrolling, fix for the bug #333127.
4014
4015 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4016
4017         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4018         
4019         Scroll by one page in presentation mode. Fix for the bug
4020         #332993.
4021
4022 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
4023
4024         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
4025
4026 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
4027
4028         * configure.ac  Added lv in ALL_LINGUAS line.
4029
4030 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4031         
4032         * NEWS, configure.ac:
4033         
4034         Update for release 0.5.1
4035
4036 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4037
4038         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
4039         * backend/ev-document-misc.h:
4040         * shell/ev-view.c: (draw_one_page):
4041         
4042          Clairfy what page the toolbar page number applies to. Fix
4043          for the bug #328102.
4044
4045 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
4046
4047         * shell/ev-view-private.h:
4048         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
4049         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
4050         (ev_view_search_changed):
4051         * shell/ev-view.h:
4052         * shell/ev-window.c: (find_bar_search_changed_cb):
4053         
4054         Dont't jump to find result if window was scrolled during search.
4055         Fix for the bug #313266.
4056
4057 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
4058
4059         * shell/eggfindbar.c: (egg_find_bar_class_init):
4060         * shell/eggfindbar.h:
4061         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
4062         * shell/ev-view-private.h:
4063         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
4064         (ev_view_class_init), (ev_sizing_mode_get_type),
4065         (ev_scroll_type_get_type):
4066         * shell/ev-view.h:
4067         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
4068         (ev_window_cmd_scroll_backward), (find_bar_scroll),
4069         (ev_window_init):
4070         
4071         Fix for the bug 319133 - Find entry should allow text scroll.
4072
4073 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
4074
4075         * shell/ev-view-private.h:
4076         * shell/ev-view.c: (view_update_range_and_current_page),
4077         (highlight_find_results), (find_changed_cb), (page_changed_cb),
4078         (ev_view_set_document), (update_find_status_message),
4079         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
4080         (ev_view_find_previous):
4081         
4082         Fix for the bug #319137. Search now takes account for scrolling.
4083
4084 2006-02-19  Michael Hofmann <mh21@piware.de>
4085
4086         * configure.ac:
4087         * djvu/Makefile.am:
4088         * djvu/djvu-document-private.h:
4089         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4090         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
4091         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
4092         (djvu_document_can_get_text), (djvu_document_get_text),
4093         (djvu_document_document_iface_init),
4094         (djvu_document_thumbnails_get_thumbnail),
4095         (djvu_document_find_begin), (djvu_document_find_get_n_results),
4096         (djvu_document_find_get_result),
4097         (djvu_document_find_page_has_results),
4098         (djvu_document_find_get_progress), (djvu_document_find_cancel),
4099         (djvu_document_find_iface_init):
4100         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
4101         (djvu_text_page_selection), (djvu_text_page_limits_process),
4102         (djvu_text_page_limits), (djvu_text_page_copy),
4103         (djvu_text_page_position), (djvu_text_page_union),
4104         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
4105         (djvu_text_page_box), (djvu_text_page_append_text),
4106         (djvu_text_page_search), (djvu_text_page_prepare_search),
4107         (djvu_text_page_new), (djvu_text_page_free):
4108         * djvu/djvu-text-page.h:
4109         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
4110         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
4111         (djvu_text_n_results), (djvu_text_has_results),
4112         (djvu_text_get_result), (djvu_text_get_progress):
4113         * djvu/djvu-text.h:
4114         
4115         Text search in djvu. Fix for the bug #303415.
4116
4117 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4118
4119         * configure.ac:
4120         * shell/ev-window.c: (ev_window_cmd_save_as):
4121         
4122         Ask filechooser to confirm overwrite. Fix for the bug #328266.
4123         Thanks to Gary Coady <gary@lyranthe.org>
4124
4125 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4126
4127         * shell/ev-print-job.c: (idle_print_handler):
4128         
4129         Inverse order printing, bug #320919.
4130
4131 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4132
4133         * data/evince-toolbar.xml:
4134         * shell/ev-window.c:
4135         
4136         Allow to add sidebar checkbutton on toolbar. Fix
4137         for the bug #144577.
4138
4139 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4140
4141         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
4142         
4143         Add checks that have sense for empty ps document.
4144
4145 2006-02-15  Luca Ferretti <elle.uca@libero.it>
4146
4147         * configure.ac: Include PS in mime types list. 
4148
4149 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4150
4151         * configure.ac:
4152         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
4153         * ps/gsdefaults.h:
4154         * ps/ps-document.c: (start_interpreter), (ps_document_load):
4155         
4156         Runtime check for gs interpreter. Fix for the bug #320868.
4157         Thanks to Antoine Dopffer antoine.dopffer@free.fr
4158
4159 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4160
4161         * shell/ev-application.c: 
4162
4163         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
4164         dbus>=0.60, so that the request is not queued. 
4165
4166 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4167
4168         * configure.ac:
4169         * shell/Makefile.am:
4170         * shell/ev-sidebar-links.c: (print_section_cb):
4171         * shell/ev-utils.c:
4172         * shell/ev-utils.h:
4173         * shell/ev-window.c: (update_action_sensitivity),
4174         (ev_window_close_dialogs), (ev_window_print):
4175         * shell/ev-window.h:
4176         
4177         Make printing support optional. Patch from Eduardo de Barros Lima
4178         <eduardo.lima@indt.org.br> for the bug #330546.
4179
4180 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4181
4182         * shell/ev-view-private.h:
4183         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
4184         (ev_view_set_document):
4185         * shell/ev-view.h:
4186         * shell/ev-window.c: (ev_window_load_job_cb),
4187         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
4188         (ev_window_init):
4189
4190         Draw Loading message during xfer job. Fix for the bug #329495.
4191
4192 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4193
4194         * comics/comics-document.c: (comics_regex_quote),
4195         (comics_document_load), (extract_argv):
4196         
4197         Correcly quote regexp before passing it to unzip.
4198
4199 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4200
4201         * shell/ev-page-cache.c: (build_height_to_page),
4202         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
4203         (ev_page_cache_get_dual_even_left):
4204         * shell/ev-page-cache.h:
4205         * shell/ev-view.c: (view_update_range_and_current_page),
4206         (get_page_y_offset), (get_page_extents):
4207         
4208         Place even pages to the left if document has less then
4209         two pages. Fix for the bug #328856.
4210
4211 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4212
4213         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4214         
4215         Correct comics scheme. This make evince create thumbnails
4216         for comic books. Fix for the bug 329088.
4217
4218 2006-01-31  Christopher Aillon  <caillon@redhat.com>
4219
4220         * data/evince-password.glade: Don't explicitly set
4221         invisible_char to the current default value in case
4222         the default changes; let GTK+ do its magic.
4223
4224 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4225
4226         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
4227         real filename to tmp filename since often document
4228         type is determined by extension.
4229
4230 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4231
4232         * shell/ev-view.c: (add_scroll_binding_keypad),
4233         (ev_view_binding_activated), (ev_view_class_init):
4234         
4235         Add keybindings for percision-scrolling of display area. 
4236         Fix for the bug #314072.
4237
4238 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4239
4240         * data/evince.desktop.in.in:
4241         
4242         Add GTK to the list of categories. Fix for the bug #328034.
4243
4244 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4245
4246         * shell/ev-application.c: (ev_application_shutdown),
4247         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
4248         * shell/ev-application.h:
4249         * shell/ev-window.c: (file_open_dialog_response_cb),
4250         (ev_window_cmd_file_open):
4251         
4252         Save last uri in file chooser dialog. Fix for the bug #327950.
4253
4254 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4255
4256         * NEWS:
4257         * README:
4258         
4259         Final update for release 0.5.0
4260         
4261         * shell/Makefile.am:
4262         
4263         Remove disable deprecated until we'll require libgnome-2.13.7
4264         and port to GOption argument parsing. See bug 327518.
4265
4266 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
4267
4268         * comics/comics-document.c: (comics_document_save):
4269         * djvu/djvu-document.c: (djvu_document_save):
4270         * dvi/dvi-document.c: (dvi_document_save):
4271         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
4272         * lib/ev-file-helpers.h:
4273         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
4274         * tiff/tiff-document.c: (tiff_document_save):
4275         
4276         Use common save function for backends.
4277
4278 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
4279
4280         * backend/ev-document-types.c:
4281         
4282         Fix crash on saving pixbuf.
4283
4284 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4285
4286         * cut-n-paste/recent-files/egg-recent-item.c:
4287         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
4288         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
4289         (parse_info_free), (valid_element), (start_element_handler),
4290         (end_element_handler), (text_handler), (egg_recent_model_filter),
4291         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4292         (egg_recent_model_monitor), (egg_recent_model_read),
4293         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4294         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4295         (egg_recent_model_set_property), (egg_recent_model_class_init),
4296         (egg_recent_model_init), (egg_recent_model_add_full),
4297         (egg_recent_model_delete), (egg_recent_model_get_list),
4298         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4299         (egg_recent_model_set_filter_mime_types),
4300         (egg_recent_model_clear_group_filter),
4301         (egg_recent_model_set_filter_groups),
4302         (egg_recent_model_clear_scheme_filter),
4303         (egg_recent_model_set_filter_uri_schemes),
4304         (egg_recent_model_remove_expired):
4305         * cut-n-paste/recent-files/egg-recent-util.c:
4306         (egg_recent_util_get_icon):
4307         * cut-n-paste/recent-files/egg-recent-util.h:
4308         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4309         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
4310         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
4311         (egg_recent_view_uimanager_set_property),
4312         (egg_recent_view_uimanager_get_property),
4313         (egg_recent_view_uimanager_class_init),
4314         (egg_recent_view_uimanager_init),
4315         (egg_recent_view_uimanager_set_label_width),
4316         (egg_recent_view_uimanager_get_label_width):
4317         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
4318         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4319         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4320         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4321         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4322         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4323         
4324         Update from libegg.
4325
4326 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4327
4328         * shell/ev-page-cache.c: (build_height_to_page),
4329         (ev_page_cache_get_height_to_page):
4330         * shell/ev-page-cache.h:
4331         * shell/ev-view.c: (view_update_range_and_current_page),
4332         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
4333         (ev_view_previous_page):
4334         
4335         Dual mode places even pages to the left. Fix for the bug #309393.
4336
4337         * shell/ev-view.h:
4338         * shell/ev-window.c: (update_action_sensitivity),
4339         (setup_view_from_metadata), (view_menu_popup_cb):
4340         
4341         Don't restore presentation in empty windows, more intelligent
4342         next page behaviour in dual mode.
4343
4344         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
4345         (ev_pixbuf_cache_clear_job_sizes):
4346         
4347         Cleanup job callback on removal. Fix for the bug #325886.
4348
4349 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4350
4351         * ps/ps.c: (psscan):
4352         
4353         Commit workaround Mozilla problem. Fix for the bug #325919
4354         
4355         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
4356         (save_item):
4357         
4358         Fix for year 2038 problem.
4359
4360 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4361
4362         * shell/ev-window.c: (setup_document_from_metadata),
4363         (ev_window_cmd_view_reload):
4364
4365         Clamp page recieved from metadata in valid values. Fix
4366         for the bug #325986.
4367
4368 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4369
4370         * MAINTAINERS: 
4371         Add MAINTAINERS as requested on desktop-devel-list.
4372
4373 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4374
4375         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
4376         (mime_type_supported_by_gdk_pixbuf),
4377         (ev_document_factory_get_mime_types),
4378         (ev_document_factory_get_all_mime_types):
4379         
4380         Don't add pixbuf mime types if pixbuf backend is disabled.
4381         
4382         * shell/ev-application.c: (ev_application_get_uri_window):
4383         
4384         Fix for the bug 325815 - unhandled MIME type message doesn't 
4385         appear a second time. 
4386         
4387         * shell/ev-document-types.c: (ev_document_types_add_filters):
4388         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
4389         (password_dialog_response), (ev_window_popup_password_dialog),
4390         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4391         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4392         (ev_window_run_presentation), (ev_window_stop_presentation),
4393         (save_sizing_mode), (ev_window_zoom_changed_cb),
4394         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4395         (ev_window_dual_mode_changed_cb),
4396         (ev_window_sidebar_current_page_changed_cb),
4397         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4398         (window_state_event_cb), (window_configure_event_cb):
4399         
4400         Cleanup additional uris holded by EvWindow.
4401
4402 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4403
4404         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
4405         (ev_view_can_previous_page), (ev_view_can_next_page):
4406         * shell/ev-view.h:
4407         * shell/ev-window.c: (update_action_sensitivity):
4408         
4409         Two page scrolling with Space and PageUp in dual mode. Second fix 
4410         for the bug #316608.
4411
4412 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4413
4414         * shell/ev-view.c: (scroll_to_current_page):
4415         
4416         Correctly clamp adjustment value. Fix for the bug
4417         #325808.
4418
4419 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4420
4421         * shell/ev-sidebar-links.c: (print_section_cb):
4422         * shell/ev-window.c: (ev_window_get_uri),
4423         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
4424         (ev_window_print_dialog_response_cb), (ev_window_print_range),
4425         (ev_window_dispose):
4426         
4427         Make print dialog non-modal. Fix for the bug #325622.
4428
4429 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4430
4431         * shell/ev-metadata-manager.c:
4432         * shell/ev-utils.c: (using_pdf_printer),
4433         (using_postscript_printer), (load_print_config_from_file),
4434         (save_print_config_to_file):
4435         * shell/ev-utils.h:
4436         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
4437         (update_sidebar_visibility), (setup_sidebar_from_metadata),
4438         (setup_view_from_metadata), (ev_window_setup_document),
4439         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4440         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4441         (ev_window_run_presentation), (ev_window_stop_presentation),
4442         (save_sizing_mode), (ev_window_zoom_changed_cb),
4443         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4444         (ev_window_dual_mode_changed_cb),
4445         (ev_window_sidebar_current_page_changed_cb),
4446         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4447         (window_state_event_cb), (window_configure_event_cb),
4448         (ev_window_init):
4449         
4450         Setting saving behaviour fixes.
4451
4452 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4453
4454         * configure.ac:
4455         
4456         Make antialiasing gs options better and allow
4457         to change them during configure. Fix for the 
4458         bug #319049.
4459
4460 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4461
4462         * shell/ev-window.c: (setup_view_from_metadata):
4463         
4464         Remember if last window was maximized. Fix for the
4465         bug #323797.
4466
4467 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
4468
4469         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
4470
4471 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4472
4473         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
4474         * shell/ev-page-action.c: (build_new_tree_cb):
4475         * shell/ev-sidebar-links.c: (links_page_num_func),
4476         (update_page_callback_foreach), (update_page_callback):
4477         * shell/ev-view.c: (scroll_to_current_page):
4478         
4479         Fix for the bug #325067 with more intelligent selection
4480         of current link in sidebar. Make sidebar handle links
4481         of FITR-like type more correctly.
4482
4483         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
4484         (dvi_pixbuf_put_pixel):
4485         
4486         Fix memory consumtion with disabled alpha channel.
4487
4488 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4489
4490         * data/evince-ui.xml:
4491         * shell/ev-window.c: (view_menu_popup_cb),
4492         (ev_popup_cmd_open_link), (ev_window_init):
4493         
4494         Update context menu for internal links. Fix for the bug
4495         #325066.
4496
4497 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4498
4499         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
4500         
4501         Bind context menu to keyboard also. Fix for the bug
4502         #325065.
4503
4504 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4505
4506         * shell/ev-view.c: (selection_scroll_timeout_cb):
4507         
4508         Horizontal scroll on selection also.
4509
4510 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4511
4512         * shell/ev-metadata-manager.c: (parse_value):
4513         * shell/ev-view.c: (goto_xyz_link):
4514         
4515         Correct zoom setup and metadata save broken in 
4516         some locales.
4517
4518 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4519
4520         * shell/ev-view-private.h:
4521         * shell/ev-view.c: (scroll_to_current_page),
4522         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
4523         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
4524         (page_changed_cb), (ev_view_set_continuous),
4525         (ev_view_set_dual_page), (ev_view_set_presentation):
4526         
4527         Delay scroll until allocation to correctly position page. Fix
4528         for the bug #317334.
4529
4530 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4531
4532         * NEWS:
4533         * configure.ac:
4534         
4535         Update NEWS and require poppler 0.5.0.
4536
4537 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4538         
4539         * data/evince-ui.xml:
4540         * shell/ev-view-private.h:
4541         * shell/ev-view.c: (ev_view_get_link_at_location),
4542         (handle_link_over_xy), (ev_view_button_press_event),
4543         (ev_view_button_release_event), (ev_view_class_init):
4544         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
4545         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
4546         (ev_window_init):
4547         
4548         Implement right-click context menu.
4549
4550 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4551
4552         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
4553         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
4554         (mdvi_pixbuf_device_render):
4555         * pdf/ev-poppler.cc:
4556
4557         Don't generate thumbnails with alpha. See bug #324077.
4558         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
4559
4560 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4561
4562         * shell/ev-window.c: (setup_chrome_from_metadata):
4563         
4564         Fix typo that was hiding toolbar.
4565
4566 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4567
4568         * shell/ev-view-private.h:
4569         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
4570         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
4571         (ev_view_button_release_event), (ev_view_destroy):
4572         
4573         Small cleanup and autoscrolling during selection. Thanks to 
4574         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
4575
4576 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
4577
4578         * configure.ac:
4579         
4580         Correctly check for comics option.
4581
4582 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
4583         * Makefile.am:
4584         * configure.ac:
4585         * backend/Makefile.am:
4586         * backend/ev-document-factory.c:
4587         * shell/ev-document-types.c:
4588
4589         Included option in configure to make ps backend 
4590         compilation optional with --disable-ps.
4591
4592 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4593
4594         * backend/ev-document-factory.c:
4595         * comics/Makefile.am:
4596         * comics/comics-document.c: (comics_document_load):
4597         * comics/ev-cbr-mime.xml:
4598         * configure.ac:
4599         
4600         Comics mime types are added to shared-mime-info CVS. Now
4601         we don't need to install our own mime types.
4602
4603 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4604
4605         * shell/ev-window.c:
4606         
4607         Add shortcut for "save a copy" menu entry. Fix for
4608         the bug #324582.
4609
4610 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4611
4612         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4613         (job_finished_cb), (new_selection_pixbuf_needed),
4614         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4615         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
4616         
4617         Rework selection job info logic and fix critical warning.
4618
4619 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
4620
4621         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
4622
4623 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
4624
4625         * data/evince-ui.xml:
4626         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
4627         
4628         Enter as shortcut key for next page. Fix for the bug
4629         #321394.
4630
4631 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
4632
4633         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
4634
4635 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4636
4637         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4638         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
4639         (new_selection_pixbuf_needed),
4640         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4641         (clear_job_selection):
4642         
4643         Too early for 0.5. Pixbuf cache code cleaned a bit.
4644
4645 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4646
4647         * NEWS:
4648         * configure.ac:
4649         
4650         Release 0.5.0 preparation
4651
4652 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4653
4654         * comics/Makefile.am:
4655         * configure.ac:
4656         * shell/ev-document-types.c: (ev_document_types_add_filters):
4657         
4658         More advanced handling of custom mime type installation.
4659
4660 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4661
4662         * data/evince.schemas.in:
4663         * shell/ev-metadata-manager.c: (value_free),
4664         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
4665         (ev_metadata_manager_get), (ev_metadata_manager_set):
4666         * shell/ev-metadata-manager.h:
4667         * shell/ev-window.c: (update_chrome_flag),
4668         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
4669         (setup_document_from_metadata), (setup_chrome_from_metadata),
4670         (setup_sidebar_from_metadata), (setup_view_from_metadata),
4671         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
4672         (ev_window_view_toolbar_cb),
4673         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
4674         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
4675         
4676         Save last document settings and reuse them for new documents.
4677
4678 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4679
4680         * Makefile.am:
4681         * backend/Makefile.am:
4682         * backend/ev-document-factory.c:
4683         * backend/ev-document-factory.h:
4684         * comics/Makefile.am:
4685         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
4686         (comics_document_load), (comics_document_save),
4687         (comics_document_get_n_pages), (comics_document_get_page_size),
4688         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
4689         (comics_document_class_init), (comics_document_can_get_text),
4690         (comics_document_get_info), (comics_document_document_iface_init),
4691         (comics_document_init), (get_supported_image_extensions),
4692         (comics_document_thumbnails_get_geometry),
4693         (comics_document_thumbnails_get_thumbnail),
4694         (comics_document_thumbnails_get_dimensions),
4695         (comics_document_document_thumbnails_iface_init), (extract_argv):
4696         * comics/comics-document.h:
4697         * comics/ev-cbr-mime.xml:
4698         * configure.ac:
4699         * po/POTFILES.in:
4700         * shell/ev-application.c: (ev_application_register_service):
4701         * shell/ev-document-types.c: (ev_document_types_add_filters):
4702         * thumbnailer/Makefile.am:
4703         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4704         
4705         New CBR/CBZ backend for comic books.
4706
4707 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4708
4709         * shell/main.c: (load_files_remote):
4710
4711         Thanks to Robert McQueen <robot101@debian.org>. Dbus
4712         warning on startup of second instance is fixed. It
4713         is bug #320353.
4714
4715 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4716
4717         * shell/ev-window.c: (ev_window_finalize):
4718         
4719         Fix double free that cause crash.
4720
4721 2005-10-29  Bastien Nocera <hadess@hadess.net>
4722
4723         * tiff/tiff-document.c: (tiff_document_load):
4724         
4725         Fix memory leak.
4726
4727 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4728
4729         * po/POTFILES.in:
4730         * shell/Makefile.am:
4731         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
4732         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
4733         (ev_view_accessible_get_text),
4734         (ev_view_accessible_get_character_at_offset),
4735         (ev_view_accessible_get_text_before_offset),
4736         (ev_view_accessible_get_text_at_offset),
4737         (ev_view_accessible_get_text_after_offset),
4738         (ev_view_accessible_get_character_count),
4739         (ev_view_accessible_get_caret_offset),
4740         (ev_view_accessible_set_caret_offset),
4741         (ev_view_accessible_get_run_attributes),
4742         (ev_view_accessible_get_default_attributes),
4743         (ev_view_accessible_get_character_extents),
4744         (ev_view_accessible_get_offset_at_point),
4745         (ev_view_accessible_get_n_selections),
4746         (ev_view_accessible_get_selection),
4747         (ev_view_accessible_add_selection),
4748         (ev_view_accessible_remove_selection),
4749         (ev_view_accessible_set_selection),
4750         (ev_view_accessible_text_iface_init),
4751         (ev_view_accessible_idle_do_action),
4752         (ev_view_accessible_action_do_action),
4753         (ev_view_accessible_action_get_n_actions),
4754         (ev_view_accessible_action_get_description),
4755         (ev_view_accessible_action_get_name),
4756         (ev_view_accessible_action_set_description),
4757         (ev_view_accessible_action_iface_init),
4758         (ev_view_accessible_get_type), (ev_view_accessible_new),
4759         (ev_view_accessible_factory_get_accessible_type),
4760         (ev_view_accessible_factory_create_accessible),
4761         (ev_view_accessible_factory_class_init),
4762         (ev_view_accessible_factory_get_type):
4763         * shell/ev-view-accessible.h:
4764         * shell/ev-view-private.h:
4765         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
4766         * shell/ev-view.h:
4767         
4768         Initial accessibility support.
4769
4770 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
4771
4772         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
4773
4774 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
4775
4776         * shell/ev-print-job.c: (idle_print_handler):
4777         
4778         Fix for bug Bug 318916: Printing multiple pages.
4779
4780 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
4781
4782         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
4783
4784 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4785
4786         * pdf/ev-poppler.cc:
4787         
4788         Thumnail dimensions unified with other backends.
4789         
4790         * shell/ev-window-title.c: (ev_window_title_update):
4791         
4792         Fix warning.
4793
4794 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4795
4796         * data/ev-stock-zoom-fit-width.png:
4797         
4798         Remove unused file.
4799
4800 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4801
4802         * configure.ac:
4803         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
4804         (djvu_document_finalize):
4805         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
4806         (dvi_document_finalize):
4807         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
4808         (pixbuf_document_save), (pixbuf_document_finalize):
4809         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
4810         (tiff_document_finalize):
4811         
4812         Save a copy implemented for various backends.
4813
4814 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
4815
4816         * configure.ac:
4817         
4818         Don't link with ltiff if tiff is disabled.
4819
4820 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4821
4822         * pdf/GDKSplashOutputDev.cc:
4823         * pdf/GDKSplashOutputDev.h:
4824         * pdf/Thumb.cc:
4825         * pdf/Thumb.h:
4826         * pdf/pdf-document.cc:
4827         * pdf/pdf-document.h:
4828         * pdf/test-gdk-output-dev.cc:
4829         
4830         Remove old unused files.
4831
4832 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4833
4834         * shell/ev-window.c: (ev_window_setup_document):
4835         
4836         Fixed warnings on reload and probably crash reason.
4837
4838 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4839
4840         * properties/ev-properties-view.c:
4841         (ev_properties_view_format_date):
4842         
4843         Check if date is invalid. Fix for bug 318134.
4844
4845 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
4846
4847         * shell/ev-window-title.c:
4848         
4849         Add .indd files (Adobe Indesign) to the list of "bad
4850         extensions".
4851
4852 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4853
4854         * data/evince-ui.xml:
4855         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
4856         
4857         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
4858
4859 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
4860
4861         * shell/ev-window.c: (launch_link), (launch_external_uri),
4862         (view_external_link_cb):
4863
4864         URL-escape link before passing it to gnome_vfs_url_show.
4865
4866 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4867
4868         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
4869         there isn't text selected.
4870
4871 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
4872
4873         * shell/ev-view.c: (handle_link_over_xy):
4874
4875         Check tooltip is valid utf8 before showing it
4876
4877 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4878
4879         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
4880
4881 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
4882
4883         * shell/ev-window-title.c: (ev_window_title_update):
4884
4885         Guard against using g_strstrip on NULL. Fixes bug #317291.
4886
4887 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4888
4889         * pdf/ev-poppler.cc:
4890
4891         Show title even for unknown links
4892
4893 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4894
4895         * shell/ev-window-title.c: (ev_window_title_update):
4896
4897         Strip the title string
4898
4899 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4900
4901         * shell/ev-window-title.c:
4902
4903         Add .rtf to the bad extensions list
4904
4905 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4906
4907         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
4908         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
4909
4910         Ignore link coordinates if they are outside page bounds
4911
4912 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4913
4914         * backend/ev-link.c: (ev_link_type_get_type),
4915         (ev_link_get_filename), (ev_link_get_params),
4916         (ev_link_get_property), (ev_link_set_property),
4917         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
4918         * backend/ev-link.h:
4919         * pdf/ev-poppler.cc:
4920         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
4921         * shell/ev-window.c: (launch_link), (view_external_link_cb),
4922         (ev_window_init):
4923
4924         Implement launch links. Delegate external link opening to
4925         the window.
4926
4927 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4928
4929         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
4930         (ev_link_get_right), (ev_link_get_property),
4931         (ev_link_set_property), (ev_link_class_init),
4932         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
4933         * backend/ev-link.h:
4934         * pdf/ev-poppler.cc:
4935         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
4936
4937         Implement fitr links
4938
4939 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4940
4941         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
4942         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
4943         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
4944         (ev_view_size_request_continuous),
4945         (ev_view_size_request_dual_page),
4946         (ev_view_size_request_single_page), (ev_view_size_allocate),
4947         (ev_view_zoom_for_size_continuous_and_dual_page),
4948         (ev_view_zoom_for_size_continuous),
4949         (ev_view_zoom_for_size_dual_page),
4950         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
4951         (ev_sizing_mode_get_type):
4952         * shell/ev-view.h:
4953         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
4954
4955         Do not use modes for link, we need to calculate size ad hoc.
4956         Still not perfect because of the usual scrollbar issues grrr.
4957
4958 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4959
4960         * backend/ev-link.c: (ev_link_type_get_type),
4961         (ev_link_new_page_fith), (ev_link_new_page_fitv):
4962         * backend/ev-link.h:
4963         * pdf/ev-poppler.cc:
4964         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
4965         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
4966         (ev_view_size_request_continuous),
4967         (ev_view_size_request_dual_page),
4968         (ev_view_size_request_single_page), (ev_view_size_allocate),
4969         (zoom_for_size_fit_height),
4970         (ev_view_zoom_for_size_continuous_and_dual_page),
4971         (ev_view_zoom_for_size_continuous),
4972         (ev_view_zoom_for_size_dual_page),
4973         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
4974         (ev_sizing_mode_get_type):
4975         * shell/ev-view.h:
4976         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
4977
4978         Implement FIT_HEIGHT mode (only for links).
4979         Implement FITH links
4980
4981 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4982
4983         * shell/ev-window-title.c: (get_filename_from_uri),
4984         (ev_window_title_sanitize_extension), (ev_window_title_update),
4985         (ev_window_title_set_document), (ev_window_title_set_uri),
4986         (ev_window_title_free):
4987         * shell/ev-window-title.h:
4988         * shell/ev-window.c: (ev_window_setup_document),
4989         (ev_window_popup_password_dialog):
4990
4991         Refactor window title building while fixing it for
4992         password documents.
4993
4994 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4995
4996         * pdf/ev-poppler.cc:
4997
4998         Escape link title before setting it in the model
4999
5000 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
5001
5002         * shell/ev-application.c: (removed_from_session), (save_session),
5003         (init_session), (ev_application_get_empty_window),
5004         (ev_application_init), (ev_application_get_windows):
5005         * shell/ev-application.h:
5006         * shell/ev-window.c: (ev_window_finalize):
5007
5008         Add a function to retrieve window list and share it where
5009         necessary.
5010         Implement session handling, works pretty well thanks to the
5011         metadata system.
5012
5013 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5014
5015         * shell/ev-password.c: (ev_password_item_created_callback),
5016         (ev_password_dialog_save_password):
5017         
5018         Fix for bug 316972. Use async gnome-keyring API.
5019
5020 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
5021
5022         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
5023         Remove unused unrealize handler. Add scroll handling to
5024         ev_view_scroll_event for presentation mode (bug #316708),
5025         and fix the event state checks there.
5026
5027 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5028
5029         * shell/ev-page-action.c: (page_changed_cb):
5030
5031         "marco, maybe we should be crazy and jump right to 6! :)"
5032
5033         Bryan Clark, Sep 2005
5034
5035 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5036
5037         * ps/ps-document.c: (save_document), (ps_document_save),
5038         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
5039         (ps_document_ps_export_end):
5040
5041         Fix unstructured documents save and print
5042
5043 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5044
5045         * shell/ev-application.c: (ev_application_open_uri):
5046
5047         Fix window size persistance
5048
5049 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5050
5051         * shell/ev-view.c: (ev_view_button_release_event):
5052
5053         Based on a patch from carlosgc@gnome.org. Mouse buttons
5054         switch pages in presentation mode.
5055
5056 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5057
5058         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5059
5060         Dont cast to int before scaling
5061
5062 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5063
5064         * backend/ev-link.c: (ev_link_type_get_type),
5065         (ev_link_new_page_xyz), (ev_link_new_page_fit),
5066         (ev_link_new_page_fith):
5067         * backend/ev-link.h:
5068         * pdf/ev-poppler.cc:
5069         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
5070
5071         Implement FIT and FITH links
5072
5073 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5074
5075         * pdf/ev-poppler.cc:
5076
5077         Return 0 results when search is not in progress.
5078
5079         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5080         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
5081
5082         Update menu sensitivity when cancelling search
5083
5084 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5085
5086         * shell/ev-view.c: (ev_view_can_find_next):
5087
5088         Take all pages in consideration, not just current one
5089
5090 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5091
5092         * shell/ev-page-cache.c:
5093         * shell/ev-page-cache.h:
5094         * shell/ev-view.c: (ev_view_binding_activated),
5095         (ev_view_next_page), (ev_view_previous_page),
5096         (ev_sizing_mode_get_type):
5097         * shell/ev-view.h:
5098         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
5099         (ev_window_cmd_go_next_page):
5100
5101         Move page next/previous functions from page chace to
5102         view and change it to move by 2 page steps in dual mode.
5103
5104 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5105
5106         * shell/ev-window.c: (update_sidebar_visibility),
5107         (setup_sidebar_from_metadata), (ev_window_setup_document),
5108         (setup_view_from_metadata):
5109
5110         Show the index by default when there is one     
5111
5112 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
5113
5114         * shell/ev-window-title.c: (ev_window_title_set_document):
5115
5116         Missing null check
5117
5118 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5119
5120         * shell/ev-view.c: (view_update_range_and_current_page):
5121         
5122         Allow display of last odd page in dual view. Fix for 316347.
5123
5124 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5125
5126         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
5127         
5128         Make close button default. Fix for 316383.
5129
5130 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5131
5132         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5133         
5134         Mark close button as default. Fix for 316381.
5135
5136 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5137
5138         * backend/ev-link.c: (ev_link_class_init):
5139
5140         Allow negative doubles in left/top properties
5141
5142 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5143
5144         * shell/ev-window.c:
5145
5146         Remove a bunch of strings that was used only
5147         by the statusbar.
5148
5149 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5150
5151         * shell/ev-window-title.c: (get_filename_from_uri),
5152         (ev_window_title_set_document):
5153
5154         When title has a confusing extension, show also
5155         the document filename inside ()
5156
5157 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5158
5159         * shell/Makefile.am:
5160         * shell/ev-window-title.c: (ev_window_title_new),
5161         (ev_window_title_update), (ev_window_title_set_type),
5162         (ev_window_title_set_document), (ev_window_title_free):
5163         * shell/ev-window-title.h:
5164         * shell/ev-window.c: (ev_window_setup_document),
5165         (password_dialog_response), (ev_window_popup_password_dialog),
5166         (ev_window_dispose), (ev_window_init):
5167
5168         Factor out and cleanup window title code
5169
5170 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
5171
5172         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
5173         (unable_to_load):
5174
5175         Make dialog transient so it doesnt block other windows
5176
5177 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5178
5179         * pdf/ev-poppler.cc:
5180         
5181         Fix pdf thumbnails rendering.
5182
5183 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5184
5185         * shell/ev-window.c: (fullscreen_set_timeout):
5186         
5187         Increase timeout to hide full screen popup. Bug 
5188         316123. 
5189
5190 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5191
5192         * data/evince.schemas.in:
5193         * shell/ev-window.c: (update_action_sensitivity):
5194
5195         Allow the user to override document restrictions. Fix for bug
5196         305818.
5197
5198 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
5199
5200         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
5201         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
5202         (ev_window_class_init): Fix multihead behaviour of fullscreen
5203         toolbar popup. Fixes bug #315451.
5204
5205 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5206
5207         * configure.ac:
5208         * data/evince-password.glade:
5209         * shell/ev-password.c: (ev_password_dialog_set_property),
5210         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
5211         (ev_password_dialog_init), (ev_password_set_bad_password_label),
5212         (ev_password_dialog_entry_changed_cb),
5213         (ev_password_dialog_entry_activated_cb),
5214         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
5215         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
5216         (ev_password_dialog_set_bad_pass):
5217         * shell/ev-password.h:
5218         * shell/ev-window.c: (password_dialog_response),
5219         (ev_window_popup_password_dialog):
5220         
5221         Support for gnome-keyring for encrypted PDF's.
5222
5223 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5224
5225         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
5226         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
5227         (ev_view_enter_notify_event), (ev_view_class_init):
5228         
5229         More precise handling of enter_notify/leave_notify events
5230         in EvView. Fix for bug 315470.
5231
5232 2005-09-08  Christopher Aillon  <caillon@redhat.com>
5233
5234         * shell/ev-window.c: (fullscreen_timeout_cb),
5235         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5236         (ev_window_dispose):
5237
5238         leak fix: unref fullscreen_timeout_source before clearing it
5239
5240 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5241
5242         * configure.ac, dvi/mdvi/Makefile.am: 
5243         
5244         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
5245
5246 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5247
5248         * backend/ev-link.c: (ev_link_new_page_xyz):
5249         * pdf/ev-poppler.cc:
5250         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
5251
5252         Fix some bugs with xyz links, respect zoom
5253
5254 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5255
5256         * shell/ev-window.c: (page_changed_cb),
5257         (setup_document_from_metadata), (update_sidebar_visibility),
5258         (setup_view_from_metadata), (ev_window_run_fullscreen),
5259         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5260         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
5261         (ev_window_dual_mode_changed_cb),
5262         (ev_window_sidebar_current_page_changed_cb):
5263
5264         null check uri before setting and getting metadata
5265
5266 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5267
5268         * dvi/Makefile.am:
5269         * properties/Makefile.am:
5270         * shell/Makefile.am:
5271         * thumbnailer/Makefile.am:
5272
5273         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
5274
5275 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5276
5277         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
5278         (selection_changed_callback):
5279         * shell/ev-sidebar-links.h:
5280
5281         Add a signal for link activation.
5282
5283         * shell/ev-view.c: (ev_view_goto_link),
5284         (ev_view_button_release_event):
5285         * shell/ev-view.h:
5286         * shell/ev-window.c: (sidebar_links_link_activated_cb),
5287         (ev_window_init):
5288
5289         Implement the signal so that we can handle all link types.
5290
5291         * shell/ev-page-cache.c:
5292
5293         Remove unused set_link function
5294
5295 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5296
5297         * lib/ev-tooltip.c: (ev_tooltip_set_position):
5298
5299         Add some space from the cursor, hardcoded but I couldnt
5300         find a better way.
5301
5302 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5303
5304         * lib/ev-tooltip.c:
5305
5306         Use mozilla style vs gtk style, way better for links.
5307
5308         * shell/ev-view.c: (ev_view_motion_notify_event),
5309         (ev_view_destroy), (ev_view_init):
5310
5311         Deactive tooltip when the link hovered is changed.
5312
5313 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5314
5315         * backend/ev-document.h:
5316         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
5317         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
5318         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
5319         (ev_link_new_page), (ev_link_new_page_xyz):
5320         * backend/ev-link.h:
5321         * pdf/ev-poppler.cc:
5322         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
5323         (go_to_link), (tip_from_link):
5324
5325         Implement xyz links, still not functional. Links are a total
5326         mess, will need to refactor and bugfix a lot :(
5327
5328 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
5329
5330         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
5331
5332 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
5333
5334         * data/evince-ui.xml:
5335         * data/evince.schemas.in:
5336         * shell/Makefile.am:
5337         * shell/ev-window.c: (update_chrome_visibility),
5338         (password_dialog_response), (ev_window_load_job_cb),
5339         (ev_window_xfer_job_cb), (ev_window_open_uri),
5340         (ev_window_class_init), (set_chrome_actions), (load_chrome),
5341         (ev_window_init):
5342
5343         Remove the statusbar. This regress loading feedback, need to
5344         check with Bryan what we want to do there...
5345
5346 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5347
5348         * lib/ev-tooltip.c: (ev_tooltip_init):
5349
5350         Fix tooltip border and size handling
5351
5352 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5353
5354         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
5355         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
5356         (ev_tooltip_timeout), (ev_tooltip_activate),
5357         (ev_tooltip_deactivate):
5358         * lib/ev-tooltip.h:
5359         * shell/ev-view.c: (ev_view_motion_notify_event):
5360
5361         Delay popup showing. Mirror gtk logic/times.
5362
5363 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
5364
5365         * lib/Makefile.am:
5366         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
5367         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
5368         (ev_tooltip_set_text), (ev_tooltip_set_position):
5369         * lib/ev-tooltip.h:
5370
5371         Simple widget to show tooltips at a custom position
5372
5373         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
5374         (ev_view_destroy):
5375
5376         Use it for links. First go, needs work
5377
5378 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
5379
5380         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
5381         HIG fixes.  Use title capitalization for window title. Use 12 
5382         pixels of space between the dialog's vbox and action area.
5383
5384 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5385
5386         * shell/ev-window.c: (file_open_dialog_response_cb),
5387         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
5388         (ev_window_cmd_save_as):
5389
5390         Make file pickers not modal and refactor code some
5391
5392 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5393
5394         * shell/ev-sidebar.h:
5395         * shell/ev-sidebar.c: (ev_sidebar_set_property),
5396         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
5397         (ev_sidebar_class_init), (ev_sidebar_select_page),
5398         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
5399         (ev_sidebar_set_page):
5400
5401         Add a current page property and allow to get/set it
5402
5403         * shell/ev-window.c: (setup_view_from_metadata),
5404         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
5405
5406         Persist current sidebar page per document
5407
5408 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5409
5410         * data/evince.schemas.in:
5411         * shell/ev-window.c: (update_chrome_visibility),
5412         (setup_document_from_metadata), (update_sidebar_visibility),
5413         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
5414         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5415         (ev_window_run_presentation), (ev_window_stop_presentation),
5416         (ev_window_view_sidebar_cb),
5417         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
5418         (load_chrome), (ev_window_init):
5419
5420         Persist size/visibility of sidebar per document
5421
5422 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
5423
5424         * shell/ev-view.c (draw_loading_text): Draw loading text.
5425
5426 2005-09-02  Dan Damian  <dand@gnome.ro>
5427
5428         * configure.in: Added "ro" to ALL_LINGUAS.
5429
5430 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5431
5432         * shell/ev-view.c: (clear_caches):
5433
5434         ev_page_cache_get doesnt return a reference,
5435         dont try to unref it.
5436
5437 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5438
5439         * shell/main.c: (load_files_remote):
5440
5441         Fix timestamp parameter with dbus <= 0.33
5442
5443 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
5444
5445         * data/evince.schemas.in:
5446
5447         Add missing full stop
5448
5449 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
5450
5451         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
5452         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
5453
5454         Plug some memory leaks
5455
5456 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
5457
5458         * configure.ac:
5459         * lib/ev-debug.c: (trap_handler):
5460
5461         Check for execinfo.h and use it only if it exists.
5462         Ported from Epiphany (bug #314776).
5463
5464 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
5465
5466         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
5467
5468 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
5469
5470         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
5471         * po/id.po      : Added Indonesian translation
5472
5473 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
5474
5475         * shell/main.c:
5476         * shell/ev-application.c: Last minute GTK-2.6 fixes.
5477         * NEWS: Release 0.4.0
5478
5479 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
5480
5481         * configure.ac: catch another gtk+-2.8ism
5482         * shell/main.c: Make work with gtk+-2.6
5483
5484 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
5485
5486         * shell/ev-application-service.xml: Add 'timestamp' argument to
5487           ev_application_open_window and ev_application_open_uri methods.
5488
5489         * shell/ev-application.h: Add 'timestamp' argument to
5490           ev_application_open_window, ev_application_open_uri,
5491           and ev_application_open_uri_list functions.
5492
5493         * shell/ev-application.c (ev_application_open_window,
5494           ev_application_open_uri, ev_application_open_uri_list): Change
5495           functions that show/present windows to use a timestamp if one
5496           is passed in.
5497
5498         * shell/ev-window.c (ev_window_cmd_file_open,
5499           ev_window_cmd_recent_file_activate, drag_data_received_cb):
5500         * shell/main.c (load_files): Modify calls to ev_application to
5501           include GDK_CURRENT_TIME as timestamp.
5502
5503         * shell/main.c (load_files_remote): Obtain timestamp for client
5504           instance from GDK and pass to server instance so new windows are
5505           focused properly.  Fix dbus_g_proxy_call() calls by including second
5506           G_TYPE_INVALID.
5507           
5508         Closes bug #314475.
5509
5510 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
5511
5512         * shell/ev-window.c (ev_window_finalize): Check for
5513         avail. EvWindows when quiting to handle the finalize better,
5514         #314497
5515
5516 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5517         
5518         * properties/ev-properties-view.c: 
5519         
5520         Set textdomain to libglade. Fixes translation problem in property page.
5521
5522 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5523
5524         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5525         * dvi/Makefile.am:
5526         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
5527         * dvi/mdvi-lib/Makefile.am:
5528         
5529         Fix rotation of thumbnails, ported to new API. Moved library
5530         dependencies earlier, probably it will fix linkage problem.
5531
5532 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
5533
5534         * backend/ev-document-misc.c:
5535         (ev_document_misc_get_thumbnail_frame):
5536         * backend/ev-document-misc.h:
5537         * configure.ac:
5538         * pdf/ev-poppler.cc:
5539         * shell/Makefile.am:
5540         * shell/ev-sidebar-thumbnails.c: (add_range),
5541         (ev_sidebar_thumbnails_set_loading_icon),
5542         (ev_sidebar_thumbnails_refresh),
5543         (ev_sidebar_thumbnails_set_document):
5544         * shell/ev-sidebar-thumbnails.h:
5545         * shell/ev-view.c: (ev_view_motion_notify_event),
5546         (ev_view_set_property), (ev_view_get_property),
5547         (ev_view_class_init), (ev_view_set_rotation):
5548         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
5549         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
5550         (ev_window_init):
5551         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
5552         Redo rotation (again).  prepare for 0.4.0
5553
5554 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
5555
5556         * configure.ac: Bump poppler requirement to 0.4.1.
5557
5558         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
5559         argument to poppler_page_render_selection() call.
5560
5561 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5562
5563         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
5564         (djvu_document_thumbnails_get_thumbnail):
5565         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
5566         (dvi_document_thumbnails_get_thumbnail):
5567         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
5568         (pixbuf_document_thumbnails_get_thumbnail):
5569         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
5570         
5571         Update rotation direction of backends to fit with pdf and ps.
5572
5573 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
5574
5575         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
5576         * backend/ev-async-renderer.h:
5577         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
5578         (setup_page), (ps_document_get_page_size),
5579         (ps_async_renderer_render_pixbuf):
5580         * ps/ps-document.h:
5581         * shell/ev-jobs.c: (ev_job_render_run):
5582
5583         Fix orientation in the postscript document
5584
5585 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
5586
5587         * pdf/ev-poppler.cc:
5588         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
5589         * shell/ev-view.c: (highlight_find_results):
5590
5591         Adapt to the new poppler rotation API. Fix text maps on landscape
5592         documents.
5593
5594 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
5595
5596         * shell/ev-view.c (compute_new_selection_text): get the correct
5597         region when selecting in modes other than continuous.
5598
5599 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
5600
5601         * shell/main.c (main): remove redundant g_warnings.
5602
5603 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5604
5605         * shell/Makefile.am: Don't include autogenerated
5606         file ev-application-service.h into distribution, since
5607         it causes dbus crash. Fix for bugs 313724 and 313443. 
5608
5609 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5610
5611         * configure.ac: Fix sed expression for FreeBSD. Thanks
5612         to Joe Marcus Clark <marcus@freebsd.org>
5613         
5614         * shell/eggfindbar.c: (entry_activate_callback),
5615         (entry_changed_callback), (egg_find_bar_init),
5616         (egg_find_bar_set_search_string):
5617         
5618         Made findbar buttons unsensitive if there is no text in
5619         entry. Fix for the bug 313285.
5620
5621 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5622
5623         * ps/ps-document.c: Use g_filename_display_name for displaying
5624         filenames and revert string freeze breackage
5625
5626 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
5627
5628         * NEWS:
5629         * configure.ac:
5630
5631         Update for 0.3.4
5632
5633         * shell/Makefile.am:
5634
5635         Add ev-application-service.xml to extra dist
5636
5637         * shell/ev-view.c: (find_page_at_location):
5638
5639         Remove unused function (fix warning)
5640
5641 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5642
5643         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
5644         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
5645         
5646         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
5647         bug 313623.
5648
5649 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5650
5651         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
5652         * shell/ev-window.c:
5653         Fix build warnings
5654
5655 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5656
5657         * configure.ac: Update script to get dbus version.
5658         Fix for the bug #313443.
5659
5660 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5661
5662         * shell/ev-window.c: (ev_window_cmd_escape):
5663         
5664         Return focus back to view on escape. Fix for bug 313295.
5665
5666 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5667
5668         * shell/ev-window.c: (update_window_title),
5669         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
5670         (ev_window_cmd_save_as):
5671         
5672         Correct conversion from uri to displayable string. Fix for
5673         bug 313296.
5674
5675 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5676
5677         * ps/ps-document.c: convert filename to utf8 when there is an error
5678         loading document. Fixes #309915
5679
5680 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
5681
5682         * configure.ac:
5683
5684         We depend on poppler 0.4.0
5685
5686 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
5687
5688         * configure.ac:
5689         * NEWS: Release 0.3.3.
5690         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
5691
5692 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
5693
5694         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
5695         add a couple missing mnemonics to menu items, use title 
5696         capitalization for menu items and window titles, and add 
5697         ellipsis to open menu item.     
5698
5699 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
5700
5701         * pdf/ev-poppler.cc:
5702         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
5703         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
5704         (ev_view_get_rotation):
5705         * shell/ev-view.h:
5706         * shell/ev-window.c: (setup_view_from_metadata),
5707         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
5708         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
5709         disk.
5710
5711 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
5712
5713         * configure.ac: Added tr to ALL_LINGUAS
5714
5715 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5716
5717         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
5718         requires several clicks to find word. Thanks to 
5719         Colin Slater <kiltedtaco@gmail.com>.
5720
5721 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
5722
5723         * data/evince.desktop.in.in: Hide menu entry and
5724         rename it to "Document Viewer". Fix for bug 
5725         #312399.
5726
5727 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
5728
5729         * shell/ev-page-action.c (ev_page_action_class_init): 
5730
5731         Point to the correct function in constructor of the
5732         activate_label signal
5733
5734 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
5735
5736         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
5737         * shell/ev-jobs.h: Make thread safe.
5738
5739 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5740
5741         * shell/ev-view.c: (view_update_range_and_current_page):
5742         Don't update page range if we are scrolling to some document
5743         point.
5744
5745 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5746
5747         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
5748         when getting max_page_width, fix drawing in dual mode.
5749
5750 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
5751
5752         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
5753         getting the area for select_all.
5754
5755 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
5756
5757         * backend/ev-selection.c: (ev_selection_render_selection):
5758         * backend/ev-selection.h:
5759         * pdf/ev-poppler.cc:
5760         * shell/ev-jobs.c: (ev_job_render_new):
5761         * shell/ev-jobs.h:
5762         * shell/ev-pixbuf-cache.c: (get_selection_colors),
5763         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
5764         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
5765         (ev_view_class_init):
5766
5767         Change selection color on focus in and focus out events.  Also,
5768         poppler now uses GdkColor for specifying the selection colors, so
5769         drop some awkward conversion code.
5770
5771 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
5772
5773         * configure.ac: Added Hebrew translation
5774
5775 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
5776
5777         * NOTES:
5778         * backend/ev-selection.c: (ev_selection_render_selection):
5779         * backend/ev-selection.h:
5780         * pdf/ev-poppler.cc:
5781         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
5782         (ev_job_render_run):
5783         * shell/ev-jobs.h:
5784         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5785         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
5786         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
5787         (ev_pixbuf_cache_style_changed),
5788         (ev_pixbuf_cache_get_selection_pixbuf),
5789         (ev_pixbuf_cache_set_selection_list),
5790         (ev_pixbuf_cache_get_selection_list):
5791         * shell/ev-pixbuf-cache.h:
5792         * shell/ev-utils.c: (ev_print_region_contents):
5793         * shell/ev-utils.h:
5794         * shell/ev-view.c: (ev_view_queue_draw_page),
5795         (selection_update_idle_cb), (ev_view_motion_notify_event),
5796         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
5797         (setup_caches), (ev_view_find_next), (merge_selection_region),
5798         (selection_free):
5799         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
5800
5801         Clean up selection to be much smoother!
5802
5803 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
5804
5805         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
5806         to poppler_page_render_selection().
5807
5808 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5809
5810         * ps/ps-document.c: (save_page_list): Use
5811         unzipped document when printing. Thanks to 
5812         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
5813         311016.
5814
5815 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5816
5817         * shell/ev-window.c: (update_action_sensitivity):
5818         
5819         Disable print and save respect to lockdown gconf keys. Fix
5820         for 312342.
5821
5822 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5823
5824         * configure.ac:
5825         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
5826         (write_to_temp_file), (ev_file_set_contents):
5827         * shell/ev-utils.h:
5828         * shell/ev-window.c: (save_print_config_to_file):
5829         
5830         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
5831         Fix for bug 312238
5832
5833 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
5834
5835         * shell/ev-window.c: (load_print_config_from_file),
5836         (save_print_config_to_file), (ev_window_print_range):
5837
5838         Persist the print settings. Fixes bug #311578.
5839
5840 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5841
5842         * djvu/djvu-document.c: (djvu_document_get_page_size),
5843         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
5844         (djvu_document_thumbnails_get_thumbnail):
5845         * dvi/dvi-document.c: (dvi_document_get_page_size),
5846         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
5847         (dvi_document_thumbnails_get_dimensions),
5848         (dvi_document_thumbnails_get_thumbnail):
5849         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
5850         (pixbuf_document_render_pixbuf),
5851         (pixbuf_document_document_iface_init),
5852         (pixbuf_document_thumbnails_get_thumbnail):
5853         
5854         Update backends to make them build with new rotation system.
5855
5856 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5857
5858         * help/C/figures/evince_start_window.png:
5859         
5860         Update documentation image from Luca Ferretti <elle.uca@libero.it>
5861
5862 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
5863
5864         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
5865         * shell/ev-pixbuf-cache.h:
5866         * shell/ev-sidebar-thumbnails.c:
5867         (ev_sidebar_thumbnails_get_property), (add_range),
5868         (adjustment_changed_cb):
5869         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
5870         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
5871         we were thumbnailing the entire docment on startup, slowing us
5872         down hugely. 
5873
5874 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
5875
5876         * shell/ev-page-cache.c: (ev_page_cache_new):
5877         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
5878         == 0, fixes #310306.
5879
5880 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5881
5882         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
5883         (ev_view_rotate_left):
5884
5885         Account rotation in doc_rect_to_view_rect.
5886         Ensure rotation doesnt go out of bounds.
5887
5888 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5889
5890         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5891
5892         Correct and cleanup w/h swapping
5893
5894 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5895
5896         * backend/ev-document-thumbnails.c:
5897         (ev_document_thumbnails_get_thumbnail):
5898         * backend/ev-document-thumbnails.h:
5899         * backend/ev-document.c:
5900         * backend/ev-document.h:
5901         * backend/ev-render-context.c: (ev_render_context_new),
5902         (ev_render_context_set_rotation):
5903         * backend/ev-render-context.h:
5904         * pdf/ev-poppler.cc:
5905         * ps/ps-document.c: (ps_document_document_iface_init):
5906         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
5907         * shell/ev-jobs.h:
5908         * shell/ev-page-cache.c: (build_height_to_page),
5909         (ev_page_cache_new), (ev_page_cache_get_size),
5910         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
5911         (ev_page_cache_get_height_to_page):
5912         * shell/ev-page-cache.h:
5913         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5914         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
5915         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
5916         (ev_pixbuf_cache_get_selection_pixbuf):
5917         * shell/ev-pixbuf-cache.h:
5918         * shell/ev-print-job.c: (idle_print_handler):
5919         * shell/ev-sidebar-thumbnails.c: (add_range):
5920         * shell/ev-view.c: (view_update_range_and_current_page),
5921         (get_page_y_offset), (get_page_extents),
5922         (ev_view_size_request_continuous_dual_page),
5923         (ev_view_size_request_continuous),
5924         (ev_view_size_request_dual_page),
5925         (ev_view_size_request_single_page), (draw_one_page),
5926         (ev_view_set_rotation), (ev_view_rotate_right),
5927         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
5928         (ev_view_zoom_for_size_continuous_and_dual_page),
5929         (ev_view_zoom_for_size_continuous),
5930         (ev_view_zoom_for_size_dual_page),
5931         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
5932         (ev_view_select_all):
5933         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5934         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
5935         (tiff_document_document_iface_init),
5936         (tiff_document_thumbnails_get_thumbnail):
5937
5938         Use rotation rather than orientation. It's easier and enough
5939         for our needs.
5940
5941 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5942
5943         * shell/ev-page-cache.c: (build_height_to_page),
5944         (ev_page_cache_new), (ev_page_cache_get_size),
5945         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
5946         (ev_page_cache_get_height_to_page):
5947         * shell/ev-page-cache.h:
5948         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
5949         (ev_view_size_request_continuous_dual_page),
5950         (ev_view_size_request_continuous),
5951         (ev_view_zoom_for_size_continuous_and_dual_page),
5952         (ev_view_zoom_for_size_continuous):
5953
5954         Make the page cache aware of page orientation.
5955
5956 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5957
5958         * backend/ev-document-thumbnails.c:
5959         (ev_document_thumbnails_get_thumbnail):
5960         * backend/ev-document-thumbnails.h:
5961         * backend/ev-document.c:
5962         * backend/ev-document.h:
5963         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
5964         * backend/ev-ps-exporter.h:
5965         * pdf/ev-poppler.cc:
5966         * ps/ps-document.c: (ps_document_document_iface_init),
5967         (ps_document_ps_export_do_page):
5968         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
5969         * shell/ev-jobs.h:
5970         * shell/ev-page-cache.c: (ev_page_cache_get_size),
5971         (ev_page_cache_get):
5972         * shell/ev-page-cache.h:
5973         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5974         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
5975         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
5976         * shell/ev-pixbuf-cache.h:
5977         * shell/ev-print-job.c: (idle_print_handler):
5978         * shell/ev-sidebar-thumbnails.c: (add_range):
5979         * shell/ev-view.c: (view_update_range_and_current_page),
5980         (get_page_extents), (ev_view_size_request_dual_page),
5981         (ev_view_size_request_single_page), (draw_one_page),
5982         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
5983         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
5984         (ev_view_zoom_for_size_dual_page),
5985         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
5986         (ev_view_select_all):
5987         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5988         * tiff/tiff-document.c: (tiff_document_get_page_size),
5989         (tiff_document_get_orientation), (rotate_pixbuf),
5990         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
5991         (tiff_document_thumbnails_get_thumbnail),
5992         (tiff_document_ps_export_do_page), (tiff_document_init):
5993
5994         Really make use of the orientation bit of the render context.
5995         Use the render context in a few more places in the backend API.
5996         This regress orientation, but now it's done right. Will try to
5997         fix it up asap...
5998
5999 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6000
6001         * shell/ev-view.c: (ensure_rectangle_is_visible):
6002
6003         Patch by Nickolay V. Shmyrev to fix find flickering
6004
6005 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
6006
6007         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
6008         duplex parameters to ::begin.
6009
6010         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
6011         * shell/ev-print-job.c (idle_print_handler): 
6012         * ps/ps-document.c (ps_document_ps_export_begin): 
6013         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
6014         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
6015         implementations. Poppler backend needs poppler cvs. Rest has
6016         unchanged behavior.
6017
6018 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6019
6020         * shell/ev-window.c (using_pdf_printer): new function.
6021         (ev_window_print_range): print a less techy message if someone
6022         tries to print to PDF.
6023
6024 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6025
6026         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
6027         from "unknown font" string. Bug #311431
6028
6029 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6030
6031         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
6032
6033 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6034
6035         Bug #311280
6036         
6037         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
6038         name for PopplerFontTypes
6039         (pdf_document_fonts_fill_model): add font type to the detail column
6040
6041         * backend/ev-document-fonts.h: added
6042         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
6043
6044         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
6045         font name and font details, add a little markup.
6046         (ev_properties_fonts_init): use the new cell data func, specify ypad
6047         property for the cell renderer.
6048         (ev_properties_fonts_set_document): add the details column.
6049
6050 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
6051
6052         * configure.ac: Added "pl" to ALL_LINGUAS.
6053
6054 2005-07-24  Danilo Šegan  <danilo@gnome.org>
6055
6056         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
6057
6058 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
6059
6060         * help/ChangeLog: Started this for translations of manual.
6061         * configure.ac, autogen.sh, .cvsignore: Migrated to
6062         gnome-doc-utils. Patch in bug #311222.
6063
6064 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
6065
6066         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
6067         #ifdef this away to fix an unused-function warning.
6068
6069 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
6070
6071         * configure.ac: Added 'gl' to ALL_LINGUAS.
6072
6073 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
6074
6075         * configure.ac: Added ne in ALL_LINGUAS
6076         
6077 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6078
6079         * shell/ev-view.c: (ev_view_leave_notify_event):
6080         
6081         Clear status message when pointer leaves view. Fix for bug
6082         #310818 
6083
6084 2005-07-20 Ankit Patel <ankit644@yahoo.com>
6085
6086         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
6087
6088 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6089
6090         * shell/ev-view.c: (ev_view_leave_notify_event),
6091         (ev_view_class_init):
6092         
6093         Set cursor to normal then leaving view.
6094
6095 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6096
6097         * configure.ac:
6098         
6099         Fix required djvulibre version.
6100
6101 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
6102
6103         *configure.ac: Hindi (hi) language added
6104
6105 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
6106
6107         *configure.ac: Punjabi (pa) Language added
6108
6109 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6110
6111         * data/evince-ui.xml, shell/ev-window.c:
6112         
6113         Add keypad accelerators for zooming. Fix for bug 308128.
6114
6115 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6116
6117         * Makefile.am:
6118         * backend/Makefile.am:
6119         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
6120         * configure.ac:
6121         * shell/ev-document-types.c: (ev_document_types_add_filters):
6122
6123         Allow to enable/disable the pixbuf backend.
6124         Default to off for now. If we want it enabled we should
6125         really put mime types in the desktop, implement properties etc.
6126
6127         * properties/evince-properties.c:
6128
6129         Initialize error to NULL.
6130         Check error is not NULL before freeing.
6131
6132 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6133
6134         * shell/ev-window.c:
6135
6136         Use F5 as presentation accell
6137
6138 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6139
6140         * shell/ev-window.c: (update_chrome_visibility),
6141         (ev_window_create_fullscreen_popup), (ev_window_init):
6142
6143         Do not leak the fullscreen toolbar
6144
6145 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6146
6147         * shell/ev-window.c: (view_actions_focus_in_cb),
6148         (view_actions_focus_out_cb):
6149
6150         These has a return value! Fix totally random focus
6151         issues we was seeing.
6152
6153 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6154
6155         * shell/main.c: (load_files_remote):
6156
6157         Allow open more than one file
6158
6159 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
6160
6161         * shell/main.c: (load_files_remote):
6162
6163         Fix for dbus 0.33. bug #309975
6164
6165 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6166
6167         * properties/ev-properties-main.c: (ev_properties_get_pages):
6168
6169         Actually return NULL for types we dont support
6170
6171 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
6172
6173         * po/POTFILES.in:
6174
6175         Remove empty lines.
6176
6177 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
6178
6179         * backend/ev-document-factory.c:
6180         (ev_document_factory_get_document):
6181
6182         Do not try to create the object if type
6183         is invalid.
6184
6185 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6186
6187         * ps/ps-document.c: (ps_document_dispose),
6188         (ps_async_renderer_render_pixbuf):
6189         * ps/ps-document.h:
6190
6191         Do not leak the target window
6192
6193 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6194
6195         * shell/ev-application.c: (ev_application_init):
6196
6197         Let tbe check file existence for us.
6198         Add a comment about eggrecent mime filter.
6199
6200 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
6201
6202         * data/evince-ui.xml:
6203         * shell/ev-application.c: (ev_application_shutdown),
6204         (ev_application_init), (ev_application_get_toolbars_model),
6205         (ev_application_get_recent_model),
6206         (ev_application_save_toolbars_model):
6207         * shell/ev-application.h:
6208         * shell/ev-window.c: (ev_window_add_recent),
6209         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
6210         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
6211         (ev_window_init):
6212
6213         Use common toolbar and recent models for all windows.
6214         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6215
6216 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6217
6218         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
6219         successfully check for gtk_icon_view_get_visible_range.
6220
6221 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6222
6223         * djvu/Makefile.am:
6224         * dvi/Makefile.am:
6225         
6226         Fix djvu and dvi backend build.
6227
6228 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6229
6230         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
6231         (new_separator_pixbuf):
6232
6233         Don't leak windows.
6234
6235 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6236
6237         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6238
6239         HIGification of toolbar editor dialogue.
6240
6241 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6242
6243         * configure.ac:
6244         * shell/Makefile.am:
6245
6246         Ever build metadata manager since it's just
6247         disabled at runtime now.
6248
6249 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6250
6251         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
6252         (ev_metadata_manager_get), (ev_metadata_manager_set):
6253         * shell/ev-metadata-manager.h:
6254
6255         Add an _init functions that enabled metadata management
6256         at runtime.
6257
6258         * shell/ev-window.c: (page_changed_cb),
6259         (setup_document_from_metadata), (ev_window_setup_document),
6260         (setup_view_from_metadata), (ev_window_open_uri),
6261         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6262         (ev_window_run_presentation), (ev_window_stop_presentation),
6263         (save_sizing_mode), (ev_window_zoom_changed_cb),
6264         (ev_window_continuous_changed_cb),
6265         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
6266         (window_configure_event_cb):
6267
6268         Remove all ugly metadata define since we deal with it
6269         at runtime now.
6270
6271         * shell/main.c: (load_files_remote), (main):
6272
6273         Add support for dbus cvs head. Hopefully didnt break one
6274         of the other versions now!
6275
6276         If we dont get a response from the dbus server just
6277         give up with it and not enable metadata.
6278
6279 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6280
6281         * Makefile.am:
6282         * backend/Makefile.am:
6283         * configure.ac:
6284         * cut-n-paste/recent-files/Makefile.am:
6285         * cut-n-paste/toolbar-editor/Makefile.am:
6286         * cut-n-paste/zoom-control/Makefile.am:
6287         * lib/Makefile.am:
6288         * pdf/Makefile.am:
6289         * pixbuf/Makefile.am:
6290         * properties/Makefile.am:
6291         * ps/Makefile.am:
6292         * shell/Makefile.am:
6293         * thumbnailer/Makefile.am:
6294         * tiff/Makefile.am:
6295
6296         Make frontends depend on just libev.
6297         Rework and group CFLAGS/LIBS definitions.
6298         Cleanups.
6299
6300 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6301
6302         * shell/ev-window:
6303
6304         do not unnecessarily save zoom
6305
6306         * configure.ac:
6307         * lib/ev-file-helpers.c: (ev_dot_dir):
6308         * shell/Makefile.am:
6309         * shell/dummy.cc:
6310
6311         Some cleanups
6312
6313 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6314
6315         * configure.ac:
6316         
6317         Remove unnecessary dependencies
6318
6319 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6320
6321         * properties/Makefile.am:
6322         * thumbnailer/Makefile.am:
6323         * tiff/Makefile.am:
6324
6325         Some more cleanups. Was really necessary
6326         but I probably introduced bugs, feel free
6327         to flame :)
6328
6329 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6330
6331         * backend/Makefile.am:
6332         * configure.ac:
6333         * cut-n-paste/recent-files/Makefile.am:
6334         * cut-n-paste/toolbar-editor/Makefile.am:
6335         * cut-n-paste/zoom-control/Makefile.am:
6336         * lib/Makefile.am:
6337         * pdf/Makefile.am:
6338         * pixbuf/Makefile.am:
6339         * properties/Makefile.am:
6340         * ps/Makefile.am:
6341         * shell/Makefile.am:
6342         * thumbnailer/Makefile.am:
6343         * tiff/Makefile.am:
6344
6345         Use gnome-common macros when possible.
6346         Cleanup dependencies.
6347         Actually disable deprecated where possible.
6348
6349 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6350
6351         * Makefile.am:
6352         * backend/Makefile.am:
6353         * properties/Makefile.am:
6354         * shell/Makefile.am:
6355         * thumbnailer/Makefile.am:
6356
6357         This should solve the circular dep without
6358         requiring dir reorg!
6359
6360         * shell/ev-window.c: (setup_view_from_metadata):
6361
6362         Never restore window size/position when the
6363         window is already visible.
6364
6365 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6366
6367         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
6368
6369         Return a boolean from timeout func. Fix ported from gedit.
6370
6371 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
6372
6373         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
6374
6375 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6376
6377         * shell/ev-document-types.c: set "All Documents" as default filter in
6378         open dialog
6379
6380 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
6381
6382         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
6383         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
6384         (ev_metadata_manager_set_boolean): fix value/val thinko.
6385
6386 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6387
6388         * shell/ev-window.c: (setup_view_from_metadata),
6389         (window_state_event_cb), (window_configure_event_cb),
6390         (ev_window_init):
6391
6392         Remember window position and maximized state
6393
6394 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6395
6396         * configure.ac:
6397
6398         Fix DBUS configure checks.
6399
6400         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
6401         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
6402         (ev_metadata_manager_set_boolean):
6403
6404         Plug mem leaks.
6405
6406         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
6407         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6408         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
6409         (ev_window_continuous_changed_cb),
6410         (ev_window_dual_mode_changed_cb), (ev_window_new):
6411
6412         Fix the build without DBUS.
6413
6414 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6415
6416         * shell/ev-metadata-manager.c: (parse_value), (save_values),
6417         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
6418         (ev_metadata_manager_set_string),
6419         (ev_metadata_manager_set_boolean):
6420         * shell/ev-metadata-manager.h:
6421
6422         Add support for some more types
6423
6424         * shell/ev-view.c: (scroll_to_current_page),
6425         (ev_view_get_continuous), (ev_view_set_continuous),
6426         (ev_view_get_dual_page):
6427         * shell/ev-view.h:
6428         * shell/ev-window.c: (page_changed_cb),
6429         (setup_document_from_metadata), (ev_window_setup_document),
6430         (setup_view_from_metadata), (ev_window_open_uri),
6431         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6432         (ev_window_run_presentation), (ev_window_stop_presentation),
6433         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
6434         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
6435         (ev_window_update_dual_page_action),
6436         (ev_window_continuous_changed_cb),
6437         (ev_window_dual_mode_changed_cb), (ev_window_init):
6438
6439         Remember a bunch of view/document properties. Prolly some
6440         are still missing but it's getting interesting.
6441
6442 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
6443
6444         * configure.ac: check if dbus-binding-tool is installed. Not the
6445         case on current Ubuntu breezy, it seems.
6446
6447 2005-07-05  Luca Ferretti <elle.uca@libero.it>
6448
6449         * data/evince.desktop.in.in:
6450         
6451         Allow open uri lists and add TryExec field.
6452
6453 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6454
6455         * configure.ac:
6456
6457         Enable dbus when available, do not require a configure
6458         option.
6459
6460 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6461
6462         * configure.ac:
6463
6464         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
6465         disabled.
6466
6467 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6468         Marco Pesenti Gritti  <mpg@redhat.com>
6469
6470         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
6471         
6472         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
6473         functions to the format required by dbus
6474
6475         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
6476         errors. Use the RPC parameters in the expected way
6477
6478 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6479
6480         * Makefile.am:
6481         * properties/Makefile.am:
6482         * properties/ev-properties-main.c: (ev_properties_get_pages):
6483
6484         Support all mime types
6485
6486         * shell/Makefile.am:
6487         * thumbnailer/Makefile.am:
6488         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
6489         (evince_thumbnail_pngenc_get):
6490
6491         Use the document factory
6492
6493 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6494
6495         * backend/Makefile.am:
6496         * backend/ev-document-factory.c:
6497         (mime_type_supported_by_gdk_pixbuf),
6498         (ev_document_type_get_from_mime),
6499         (ev_document_factory_get_document),
6500         (ev_document_factory_get_backend),
6501         (ev_document_factory_get_mime_types),
6502         (ev_document_factory_get_all_mime_types):
6503         * backend/ev-document-factory.h:
6504         * shell/Makefile.am:
6505         * shell/ev-document-types.c: (get_document_from_uri),
6506         (ev_document_types_get_document),
6507         (file_filter_add_mime_list_and_free),
6508         (ev_document_types_add_filters):
6509         * shell/ev-document-types.h:
6510         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6511         * shell/ev-properties-dialog.c:
6512         (ev_properties_dialog_set_document):
6513         * shell/ev-window.c: (ev_window_cmd_file_open),
6514         (ev_window_cmd_save_as):
6515         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6516
6517         Rework document types managing to avoid code duplication
6518         and actually abstract from backend implementations.
6519         Also provide a minimal factory api that can be used by
6520         thumbnailer/properties.
6521
6522 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6523
6524         * properties/ev-properties-view.c: (ev_properties_view_set_info):
6525         Plug a mem leak.
6526         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6527         HIG spacings.
6528
6529 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6530
6531         * shell/ev-properties-dialog.c
6532         (ev_properties_dialog_set_document): only call
6533         ev_properties_fonts_set_document() if the document implements the
6534         fonts interface
6535
6536 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6537
6538         * configure.ac:
6539         * properties/Makefile.am:
6540         * properties/ev-properties-view.c:
6541         (ev_properties_view_register_type):
6542         * properties/ev-properties-view.h:
6543         * properties/ev-properties-main.h:
6544
6545         Implement nautilus plugin for properties.
6546         Works only for pdf atm, I need to rework the
6547         document types stuff to get this to work
6548         for all backends...
6549
6550 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6551
6552         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
6553         (ev_properties_fonts_set_document): use
6554         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
6555
6556 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6557
6558         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
6559         them
6560         (PlaceImage, tiff2ps_process_page): use
6561         g_ascii_dtostr to convert floats to strings in a locale-safe way.
6562
6563
6564 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6565
6566         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
6567         (main): to call gnome_authentication_manager_init. Should fix
6568         Bug #308510
6569
6570         * configure.ac: that requires libgnomeui 2.6.0.
6571
6572 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6573
6574         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6575         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
6576         use the new tiff2ps interfaces
6577
6578         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
6579         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
6580
6581         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
6582         structure instead of global variables.  Remove use of static
6583         variables in functions.
6584
6585 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
6586
6587         * shell/ev-page-action.c: unref the completion after setting it to the
6588         entry
6589
6590 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6591
6592         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
6593         postscript files
6594
6595 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6596
6597         * shell/ev-window.c (update_action_sensitivity): disable
6598         File->Print if the document does not implement the ps exporter
6599         interface
6600
6601 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
6602
6603         * Makefile.am:
6604         * configure.ac:
6605         * data/evince-properties.glade:
6606         * properties/.cvsignore:
6607         * properties/Makefile.am:
6608         * properties/ev-properties-view.c: (ev_properties_view_dispose),
6609         (ev_properties_view_class_init), (ev_properties_view_format_date),
6610         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
6611         (ev_properties_view_init), (ev_properties_view_new):
6612         * properties/ev-properties-view.h:
6613         * shell/Makefile.am:
6614         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
6615         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
6616         (ev_properties_dialog_new):
6617         * shell/ev-properties-dialog.h:
6618         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6619         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
6620         (update_progress_label), (job_fonts_finished_cb),
6621         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
6622         * shell/ev-properties-fonts.h:
6623         * shell/ev-properties.c:
6624         * shell/ev-properties.h:
6625         * shell/ev-window.c: (ev_window_setup_document),
6626         (ev_window_cmd_file_properties):
6627
6628         Split the properties pages in two different objects, depend
6629         only on the backend where possible, use widgets instead
6630         of gobject for the glade part, reimplement the dialog
6631         itself with gtk.
6632         I need this to implement nautilus properties page.
6633
6634 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
6635
6636         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6637         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
6638         (tiff_document_document_ps_exporter_iface_init): implement the ps
6639         exporter interface for tiff documents
6640
6641         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
6642         libtiff to implement TIFF postscript export
6643
6644         * tiff/tiff2ps.h: added a header file for external tiff2ps
6645         functions.
6646
6647         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
6648         tiff2ps.h
6649
6650 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6651
6652         * shell/ev-view.c: (scroll_to_current_page),
6653         (ev_view_set_fullscreen), (ev_view_set_presentation):
6654         
6655         Scroll to current page when exit from presentation
6656
6657 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6658
6659         * shell/ev-window.c: (update_document_mode),
6660         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6661         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
6662         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
6663         
6664         Exit from fullscreen mode when switch to presentation. Fix for
6665         bug 309365
6666
6667 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6668
6669         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
6670         return NULL if the document does not implement the selection
6671         interface.
6672
6673 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6674
6675         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
6676         reported height by using the resolution aspect ratio
6677         (tiff_document_render_pixbuf): scale the pixbuf using the
6678         resolution aspect ratio
6679
6680 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6681
6682         * configure.ac:
6683         
6684         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
6685         <kiltedaco@gmail.com>
6686         
6687         * djvu/djvu-document.c: (djvu_document_get_orientation),
6688         (djvu_document_set_orientation), (djvu_document_get_page_size),
6689         (rotate_pixbuf), (djvu_document_render_pixbuf),
6690         (djvu_document_document_iface_init):
6691         * dvi/dvi-document.c: (dvi_document_get_orientation),
6692         (dvi_document_set_orientation), (dvi_document_get_page_size),
6693         (rotate_pixbuf), (dvi_document_render_pixbuf),
6694         (dvi_document_document_iface_init):
6695         
6696         Dvi and djvu backends are ported to new API
6697
6698 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
6699
6700         * backend/ev-selection.c: (ev_selection_get_selection_region),
6701         (ev_selection_get_selection_map):
6702         * backend/ev-selection.h:
6703         * pdf/ev-poppler.cc:
6704         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6705         * shell/ev-jobs.h:
6706         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6707         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6708         (ev_pixbuf_cache_get_text_mapping):
6709         * shell/ev-pixbuf-cache.h:
6710         * shell/ev-view.c: (location_in_text),
6711         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
6712         support to EvView.  Now we can see where we can select!  Sweet!
6713
6714 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
6715
6716         * shell/ev-view.c (ev_view_button_press_event): Fix
6717         event->y + view->scroll_x typo.
6718
6719 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
6720
6721         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
6722         sub-GdkPixbuf instead of passing dest_x and dest_y.
6723         
6724         * shell/ev-view.c: (view_point_to_doc_point),
6725         (view_rect_to_doc_rect), (ev_view_button_press_event),
6726         (ev_view_motion_notify_event), (compute_new_selection_rect),
6727         (gdk_rectangle_point_in), (compute_new_selection_text),
6728         (compute_selections): Update selection code to keep the selection
6729         around as two points and not as a normalized rectangle, and fix
6730         page level selection in two-column mode.
6731
6732 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
6733
6734         * shell/ev-window.c: (window_configure_event_cb): 
6735         
6736         Fix compilation
6737         
6738 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
6739
6740         * pdf/ev-poppler.cc:
6741
6742         Fix compilation
6743
6744 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
6745
6746         * shell/Makefile.am:
6747         * shell/ev-metadata-manager.c: (item_free),
6748         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
6749         (parse_value), (parseItem), (load_values),
6750         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
6751         (save_values), (save_item), (get_oldest), (resize_items),
6752         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
6753         * shell/ev-metadata-manager.h:
6754
6755         Metadata manager from gedit but modified to use GValue, so that
6756         we dont need to keep converting from strings.
6757
6758         * configure.ac:
6759
6760         ENABLE_METADATA conditional, on when dbus is on
6761
6762         * shell/ev-application.c: (ev_application_open_uri):
6763
6764         Show the window after load so that we can initialize
6765         window size before it's showed.
6766
6767         * shell/ev-window.c: (ev_window_setup_from_metadata),
6768         (ev_window_open_uri), (window_configure_event_cb),
6769         (ev_window_init):
6770
6771         Save and load metadata information about window size.
6772         Not yet keeping states in account.
6773
6774         * shell/main.c: (main):
6775
6776         Shutdown metadata manager.
6777
6778 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6779
6780         * shell/ev-application-service.xml:
6781         * configure.ac:
6782         * shell/Makefile.am:
6783         * shell/ev-application.c:
6784         * shell/ev-application.h:
6785         * shell/ev-window.c:
6786         * shell/ev-window.h:
6787         * shell/main.c:
6788
6789         Add an optional dbus interface (--enable-dbus).
6790         Rework application code, mainly to be easier to
6791         use "remotely".
6792         Do not open multiple windows with the same document,
6793         spatial evince!
6794
6795 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
6796
6797         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
6798         pixbuf iff it exists.
6799
6800 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
6801
6802         * shell/*:
6803         * backend/ev-render-context.[ch]:
6804         * backend/ev-selection.[ch]:
6805
6806         Massive changes.  We now support text selection of pdfs, and not
6807         just rectangular selection.  This is pretty broken still, but I
6808         want to get something into CVS.
6809
6810 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6811
6812         * pdf/ev-poppler.cc:
6813         
6814         Fix for Bug 309080: crash on window close.
6815         
6816         * shell/ev-page-action.c: (page_changed_cb):
6817         
6818         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
6819         jensgr@gmx.net (Jens Granseuer).
6820
6821 2005-06-25  Marcel Telka  <marcel@telka.sk>
6822
6823         * configure.in (ALL_LINGUAS): Added sk.
6824
6825 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6826
6827         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
6828         not a document open
6829
6830 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6831
6832         * NEWS:
6833         * configure.ac:
6834
6835         Release 0.3.2
6836
6837         * cut-n-paste/recent-files/Makefile.am:
6838
6839         Fix make distcheck
6840
6841 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6842
6843         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
6844         (pixbuf_document_set_orientation), (rotate_pixbuf),
6845         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
6846         (pixbuf_document_document_iface_init), (pixbuf_document_init):
6847
6848         Implement rotation and cleanup the code a bit.
6849
6850         * tiff/tiff-document.c: (tiff_document_get_page_size),
6851         (tiff_document_get_orientation), (tiff_document_set_orientation),
6852         (rotate_pixbuf), (tiff_document_render_pixbuf),
6853         (tiff_document_document_iface_init), (tiff_document_init):
6854
6855         Implement rotation. Was the quicker solution for the release
6856         but we really need to share this code in the shell.
6857
6858 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6859
6860         * pdf/ev-poppler.cc:
6861
6862         Enable rotation, require poppler cvs. Fix a leak.
6863
6864 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6865
6866         * shell/ev-window.c: (update_action_sensitivity):
6867         
6868         Make properties unsensitive if document backend doesn't provide
6869         any info
6870
6871 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6872
6873         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
6874         (bitmap_flip_horizontally), (bitmap_flip_vertically),
6875         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
6876         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
6877         (bitmap_flip_rotate_counter_clockwise):
6878         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
6879         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
6880         (buff_gets):
6881         * dvi/mdvi-lib/common.h:
6882         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
6883         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
6884         (opendvi), (mdvi_reload), (mdvi_init_context),
6885         (mdvi_destroy_context), (mdvi_dopage), (special):
6886         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
6887         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
6888         (file_hash_free), (register_encoding), (parse_spec),
6889         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
6890         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
6891         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
6892         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
6893         (mdvi_register_font_type), (mdvi_unregister_font_type),
6894         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
6895         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
6896         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
6897         (mdvi_hash_destroy_key), (mdvi_hash_reset):
6898         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
6899         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
6900         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
6901         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
6902         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
6903         * dvi/mdvi-lib/special.c: (mdvi_register_special),
6904         (mdvi_unregister_special), (mdvi_flush_specials):
6905         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
6906         (t1_font_remove):
6907         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
6908         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
6909         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
6910         (free_font_metrics), (flush_font_metrics):
6911         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
6912         (tt_font_remove):
6913         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
6914         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
6915         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
6916         (dstring_insert), (dstring_new), (dstring_reset):
6917         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
6918         
6919         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
6920         avoid conflict with libtool on FC4
6921         
6922         * shell/ev-window.c: (ev_window_cmd_help_about):
6923         
6924         Update copyright year. Fix for bug 308828.
6925
6926 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
6927
6928         * shell/ev-view.c: (add_scroll_binding_keypad),
6929         (ev_view_binding_activated), (ev_view_class_init),
6930         (on_adjustment_value_changed):
6931         
6932         Bug 170874: Arrow keys switch pages in presentation mode
6933
6934 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
6935
6936         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6937         
6938         Fix for Bug 308265: Sidebar dissappears coming out of 
6939         Presentation mode
6940
6941 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
6942
6943         * shell/ev-application.c: (ev_application_open):
6944         * shell/ev-document-types.c: (ev_document_types_add_filters),
6945         (ev_document_types_add_filters_for_type):
6946         * shell/ev-document-types.h:
6947         * shell/ev-window.c: (ev_window_cmd_save_as):
6948         
6949         Suggest basename as template when saving, provide filters
6950         for save dialog. It's bug 308402
6951
6952 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6953
6954         * pdf/ev-poppler.cc:
6955         * shell/ev-sidebar-links.c: (job_finished_callback):
6956         * shell/ev-view.c: (update_find_status_message):
6957         
6958         Some leaks fixed
6959
6960 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
6961
6962         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6963         (egg_recent_view_uimanager_set_list):
6964
6965         Fix buglet in !show_numbers case.
6966
6967 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
6968
6969         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6970         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
6971
6972         Use pango ellipsisation.
6973
6974         * pdf/ev-poppler.cc:
6975
6976         Fix refcount leak, from nsh.
6977
6978 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6979
6980         * cut-n-paste/recent-files/Makefile.am:
6981         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
6982         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
6983         
6984         Removed EggRecentViewGtk
6985         
6986         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6987         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6988         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
6989         (ev_window_setup_recent):
6990         
6991         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
6992         with other projects
6993
6994 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6995
6996         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
6997         (egg_recent_view_gtk_finalize):
6998
6999         Fix memory leak
7000
7001         * cut-n-paste/toolbar-editor/Makefile.am:
7002         
7003         Fix location of cursor icon.
7004         
7005         * pdf/ev-poppler.cc:
7006         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
7007         (display_completion_text), (match_completion):
7008         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7009         (selection_changed_callback), (create_loading_model),
7010         (print_section_cb), (links_page_num_func),
7011         (update_page_callback_foreach):
7012         * shell/ev-window.c: (ev_window_dispose):
7013         
7014         Small memory fixes. Links model now store objects instead
7015         of pointers to improve memory management. 
7016
7017 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7018
7019         * shell/ev-window.c: (zoom_control_changed_cb):
7020         
7021         Fix update of zoom control (bug 308268).
7022
7023 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
7024
7025         * shell/ev-properties.c (set_property): escape the text correctly.
7026         Handles non-UTF-8 properties and escaped properties.  Also, sets
7027         the text to "<i>None</i>" if the property isn't set.
7028
7029         * data/evince-properties.glade: Change the label to be ellipsized,
7030         and give it a minimum size.
7031
7032 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7033
7034         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
7035         * shell/ev-sidebar-links.c: (create_loading_model):
7036         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7037         * shell/ev-view.c: (ev_view_set_document):
7038         * shell/ev-window.c: (ev_window_dispose):
7039         
7040         Various small fixes, mostly memory leaks. Thanks to valgrind.
7041
7042 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
7043
7044         * ps/ps-document.c: remove the locale.h include again ;-). And
7045         kill the (bogus) setlocale/savelocale business.
7046
7047 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
7048
7049         * ps/ps-document.c:
7050         
7051         Include locale.h to fix build
7052         
7053         * shell/ev-sidebar.c:
7054         
7055         Remove unnecessary includes
7056
7057 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7058
7059         * dvi/dvi-document.c: (dvi_document_load):
7060         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
7061         * po/POTFILES.in:
7062         
7063         Check for incorrect dvi files. Fix parsing dvi on AMD64
7064         platform. Thanks to tester@tester.ca (Olivier Crete).
7065
7066 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7067
7068         * shell/ev-page-action.c: (match_selected_cb),
7069         (display_completion_text), (match_completion), (update_model):
7070         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7071         (expand_open_links):
7072         * shell/ev-sidebar.c: (ev_sidebar_destroy),
7073         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
7074         (ev_sidebar_set_document):
7075         * shell/ev-window.c: (ev_window_xfer_job_cb),
7076         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
7077         
7078         Fixed lot's of memory leaks, for example, memory leak on reload, 
7079         described in bug 307793.
7080
7081 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7082
7083         * pdf/ev-poppler.cc:
7084         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
7085         (update_visible_range), (adjustment_changed_cb),
7086         (ev_sidebar_thumbnails_fill_model),
7087         (ev_sidebar_thumbnails_refresh),
7088         (ev_sidebar_tree_selection_changed),
7089         (ev_sidebar_icon_selection_changed),
7090         (ev_sidebar_thumbnails_use_icon_view),
7091         (ev_sidebar_thumbnails_set_document):
7092         * shell/ev-sidebar-thumbnails.h:
7093         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7094         (ev_window_cmd_edit_rotate_right), (ev_window_init):
7095
7096         Refresh thumbnails when changing orientation. Not fully
7097         working yet becuase of a sidebar bug.
7098
7099         Set page orientation to poppler page everywhere. This sucks
7100         really need to fix poppler.
7101
7102 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
7103
7104         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7105         (egg_recent_view_gtk_new_menu_item),
7106         (egg_recent_view_gtk_set_property),
7107         (egg_recent_view_gtk_get_property),
7108         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
7109         (egg_recent_view_gtk_set_tooltip_func),
7110         (egg_recent_view_gtk_set_label_width),
7111         (egg_recent_view_gtk_get_label_width):
7112         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7113
7114         Sync with libegg (ellipsize labels)
7115
7116 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7117
7118         * data/evince-ui.xml:
7119         * shell/ev-window.c: (ev_window_cmd_go_forward),
7120         (ev_window_cmd_go_backward):
7121         
7122         Shift + PageUp moves 10 Pages. Fix for 306125
7123
7124 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7125
7126         * pdf/ev-poppler.cc:
7127
7128         Add a flag to check if orientation has been overriden
7129
7130 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
7131
7132         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
7133         field if necessary.
7134
7135         * ps/ps.h: add creator field to document.
7136
7137         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
7138         set creator field.
7139
7140 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7141
7142         * data/evince-properties.glade:
7143         * shell/ev-properties.c: (ev_properties_set_document):
7144
7145         s/PDF Version/Format
7146
7147 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7148
7149         * shell/ev-properties.c: (ev_properties_set_document):
7150
7151         Remove unnecessary translations
7152
7153 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7154
7155         * cut-n-paste/toolbar-editor/Makefile.am:
7156
7157         Correct library name    
7158
7159 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7160
7161         * configure.ac:
7162         * cut-n-paste/recent-files/egg-recent-model.c:
7163         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
7164         (egg_recent_model_unlock_file):
7165         * cut-n-paste/recent-files/egg-recent-util.c:
7166         (egg_recent_util_get_unique_id):
7167         * cut-n-paste/recent-files/update-from-egg.sh:
7168         * cut-n-paste/toolbar-editor/Makefile.am:
7169         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7170         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7171         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7172         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7173         (egg_toolbars_model_get_type):
7174         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7175
7176         Better makefile for toolbar editor and update everything
7177         to latest libegg.
7178
7179 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7180
7181         * shell/ev-window.c: (update_document_mode):
7182
7183         Prefer presentation mode when the document
7184         require fullscreen.
7185
7186 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
7187
7188         * data/evince-ui.xml:
7189         * shell/ev-window.c:
7190
7191         Add control-equal for zooming
7192
7193 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
7194
7195         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
7196
7197 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
7198
7199         * backend/ev-document.c: (ev_document_get_orientation):
7200         * backend/ev-document.h:
7201         * pdf/ev-poppler.cc:
7202         * ps/ps-document.c: (ps_document_get_orientation),
7203         (ps_document_set_orientation), (ps_document_document_iface_init):
7204
7205         Add a get_orientation api. Improve set_orientation.
7206
7207         * data/evince-ui.xml:
7208         * shell/ev-view.c: (ev_view_set_orientation),
7209         (ev_view_rotate_right), (ev_view_rotate_left):
7210         * shell/ev-view.h:
7211         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7212         (ev_window_cmd_edit_rotate_right):
7213
7214         Better ui for changing document orientation
7215
7216 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7217
7218         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
7219         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
7220         * shell/ev-sidebar-links.h:
7221         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
7222         (ev_sidebar_page_iface_init):
7223         * shell/ev-sidebar-page.h:
7224         * shell/ev-sidebar-thumbnails.c:
7225         (ev_sidebar_thumbnails_get_property),
7226         (ev_sidebar_thumbnails_class_init),
7227         (ev_sidebar_thumbnails_set_document):
7228         * shell/ev-sidebar-thumbnails.h:
7229         * shell/ev-view.c: (ev_view_motion_notify_event):
7230         * shell/ev-window.c: (update_chrome_visibility),
7231         (ev_window_cmd_focus_page_selector),
7232         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
7233         (sidebar_page_main_widget_update_cb), (ev_window_init):
7234         
7235         Autoraise toolbar on GoToPage binding and fix bindings in
7236         EvSidebarThumbnails page.
7237
7238 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
7239
7240         * shell/ev-properties.c: (update_progress_label):
7241
7242         Hide the progress label when finished; bug #307697.
7243
7244 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7245
7246         * pdf/ev-poppler.cc:
7247
7248         Enable is_open for links, you will need poppler cvs
7249
7250         * shell/ev-properties.c: (job_fonts_finished_cb):
7251
7252         Get a lock on the document when filling the tree view
7253
7254 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7255
7256         * backend/ev-document-links.h:
7257         * pdf/ev-poppler.cc:
7258         * shell/ev-sidebar-links.c: (create_loading_model),
7259         (expand_open_links), (job_finished_callback):
7260
7261         Expand links when specified by the document.
7262         Depend on a poppler api (defined out for now)
7263
7264 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7265
7266         * shell/ev-properties.c: (ev_properties_dispose),
7267         (ev_properties_class_init), (dialog_destroy_cb),
7268         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
7269         (ev_properties_set_document), (ev_properties_new),
7270         (ev_properties_show):
7271         * shell/ev-properties.h:
7272
7273         Make it an object, cleanup the code, api to show it as transient
7274         and to set the document.
7275
7276         * shell/ev-window.c: (ev_window_setup_document),
7277         (ev_window_cmd_file_properties):
7278
7279         Adapt to EvProperties changes, do not show multiple
7280         times, update it when document changes.
7281
7282 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7283
7284         * ps/gstypes.h:
7285         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
7286         (ps_document_set_orientation), (ps_document_document_iface_init):
7287         * ps/ps-document.h:
7288
7289         Implement orientation here too
7290
7291         * shell/ev-properties.c: (ev_properties_new):
7292         * data/evince-properties.glade:
7293
7294         Hide the fonts page for backends that doesnt
7295         support it.     
7296
7297 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7298
7299         * backend/ev-document.c: (ev_document_set_orientation):
7300         * backend/ev-document.h:
7301         * pdf/ev-poppler.cc:
7302
7303         Add orientation api. Currently poppler api is not optimal,
7304         we need to set orientation every time we _get a page.
7305         I will try to fix that at some point.
7306
7307         * data/evince-ui.xml:
7308         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
7309         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
7310
7311         Add orientation menu items
7312
7313         * shell/ev-page-cache.c: (ev_page_cache_clear):
7314         * shell/ev-page-cache.h:
7315
7316         Add api to clear the cache
7317
7318         * shell/ev-view.c: (setup_caches), (clear_caches),
7319         (ev_view_set_document), (ev_view_zoom_out),
7320         (ev_view_set_orientation):
7321         * shell/ev-view.h:
7322
7323         Implement orientation changing
7324
7325 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
7326
7327         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
7328         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
7329         * backend/ev-document-fonts.h:
7330
7331         Separate scan and fill so that we can incrementally fill from
7332         the main thread. Add a progress api.
7333
7334         * data/evince-properties.glade:
7335         * pdf/ev-poppler.cc:
7336         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
7337         * shell/ev-jobs.h:
7338         * shell/ev-properties.c: (update_progress_label),
7339         (job_fonts_finished_cb), (setup_fonts_view):
7340
7341         Incrementally feel the list and show the progress
7342         percentage in a label like acrobat does.
7343
7344         You are going to need poppler cvs
7345
7346 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
7347
7348         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
7349         * backend/ev-document-fonts.h:
7350         * pdf/ev-poppler.cc:
7351
7352         Make fonts model fill incrementally.
7353
7354         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7355         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7356         (ev_job_queue_remove_job):
7357         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7358         (ev_job_fonts_new), (ev_job_fonts_run):
7359         * shell/ev-jobs.h:
7360
7361         New job for fonts scanning
7362
7363         * shell/ev-properties.c: (job_fonts_finished_cb),
7364         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
7365         * shell/ev-properties.h:
7366         * shell/ev-window.c: (ev_window_cmd_file_properties):
7367
7368         Incrementally feel the treeview using the new job. Show Loading...
7369         message until scanning is completed.
7370
7371         Hopefully I didnt break the build without the poppler patch.
7372
7373 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7374
7375         * shell/ev-application.c: (ev_application_open):
7376         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
7377         (ev_document_type_get_type), (ev_document_type_lookup):
7378         * shell/ev-document-types.h:
7379         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
7380         * shell/ev-job-xfer.h:
7381         * shell/ev-window.c: (ev_window_clear_local_uri),
7382         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
7383         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
7384         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7385         
7386         Transfer remote documents to tmp directory to display them later.
7387
7388 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
7389
7390         * backend/ev-document-info.h:
7391         * shell/ev-properties.c: (ev_properties_new):
7392
7393         s/GTime*/GTime. Not sure why we was using a pointer
7394         at all there!
7395
7396 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
7397
7398         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
7399         situations.  That situation is that you're using GTK+-HEAD with
7400         the patch at #306726 is applied, and you have a document with <
7401         1500 pages in it.  It's not quite as uniformly nice as the
7402         TreeView, but should be better in the long run.
7403
7404         I'm pretty sure I guarded against breaking compilation with
7405         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
7406         I missed some.
7407
7408         * shell/ev-window.c (ev_window_init): We don't have our tree/list
7409         widget yet, so I commented that code out
7410         enable_view_actions_for_widget() for now.  Need to figure this
7411         out.
7412
7413         * shell/ev-page-action.c (match_selected_cb): emit the right
7414         signals.  Our cool C-l completion now works.
7415
7416 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7417
7418         * backend/Makefile.am:
7419         * backend/ev-document-fonts.c:
7420         * backend/ev-document-links.c:
7421         * backend/ev-document.c: (ev_document_load):
7422         * backend/ev-document.h:
7423         * backend/ev-job-queue.c:
7424         * backend/ev-job-queue.h:
7425         * backend/ev-jobs.c:
7426         * backend/ev-jobs.h:
7427         * backend/ev-page-cache.c:
7428         * backend/ev-page-cache.h:
7429
7430         EvPageCache and EvJobs are moved to shell.
7431
7432         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
7433         (ev_tmp_filename):
7434         * lib/ev-file-helpers.h:
7435         
7436         New helper to work with temporary files
7437         
7438         * shell/Makefile.am:
7439         * shell/ev-application.c: (ev_application_open):
7440         * shell/ev-application.h:
7441         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
7442         (remove_job_from_async_queue), (add_job_to_async_queue),
7443         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
7444         (handle_job), (search_for_jobs_unlocked),
7445         (no_jobs_available_unlocked), (ev_render_thread),
7446         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7447         (ev_job_queue_add_job), (move_job_async), (move_job),
7448         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7449         * shell/ev-job-queue.h:
7450         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
7451         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
7452         * shell/ev-job-xfer.h:
7453         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
7454         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
7455         (ev_job_links_class_init), (ev_job_render_init),
7456         (ev_job_render_dispose), (ev_job_render_class_init),
7457         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
7458         (ev_job_thumbnail_class_init), (ev_job_load_init),
7459         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
7460         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
7461         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
7462         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
7463         * shell/ev-jobs.h:
7464         * shell/ev-page-action.c: (ev_page_action_set_document):
7465         * shell/ev-page-cache.c: (ev_page_cache_init),
7466         (ev_page_cache_class_init), (ev_page_cache_finalize),
7467         (ev_page_cache_new), (ev_page_cache_get_n_pages),
7468         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
7469         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
7470         (ev_page_cache_get_title), (ev_page_cache_get_size),
7471         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7472         (ev_page_cache_get_height_to_page),
7473         (ev_page_cache_get_max_label_chars),
7474         (ev_page_cache_get_page_label),
7475         (ev_page_cache_has_nonnumeric_page_labels),
7476         (ev_page_cache_get_info), (ev_page_cache_next_page),
7477         (ev_page_cache_prev_page), (ev_page_cache_get):
7478         * shell/ev-page-cache.h:
7479         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
7480         (ev_pixbuf_cache_clear_job_sizes),
7481         (ev_pixbuf_cache_add_jobs_if_needed),
7482         (ev_pixbuf_cache_set_page_range):
7483         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
7484         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
7485         * shell/ev-sidebar-thumbnails.c:
7486         (ev_sidebar_tree_selection_changed),
7487         (ev_sidebar_thumbnails_set_document):
7488         * shell/ev-statusbar.c: (ev_statusbar_destroy),
7489         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
7490         (ev_statusbar_get_context_id), (ev_statusbar_push),
7491         (ev_statusbar_pop), (ev_statusbar_set_maximized),
7492         (ev_statusbar_pulse), (ev_statusbar_show_progress),
7493         (ev_statusbar_set_progress):
7494         * shell/ev-statusbar.h:
7495         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
7496         (ev_view_find_previous):
7497         * shell/ev-window.c: (ev_window_is_empty),
7498         (ev_window_setup_document), (password_dialog_response),
7499         (ev_window_clear_jobs), (ev_window_load_job_cb),
7500         (ev_window_xfer_job_cb), (ev_window_open_uri),
7501         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
7502         (ev_window_print), (ev_window_print_range),
7503         (ev_window_state_event), (ev_window_cmd_view_reload),
7504         (menu_item_select_cb), (menu_item_deselect_cb),
7505         (view_status_changed_cb), (ev_window_dispose),
7506         (drag_data_received_cb), (ev_window_init):
7507         * shell/ev-window.h:
7508         * shell/main.c: (load_files):
7509         
7510         New statusbar to show progress on idle. Two new jobs - 
7511         xfer job and load job to load document in background. And update
7512         of page_cache clients to new location of code.
7513
7514 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
7515   
7516         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
7517         selection in open dialog. It also remembers the last visited directory 
7518         in the current session.
7519
7520 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7521
7522         * shell/ev-properties.c: (ev_properties_new):
7523         * shell/ev-properties.h:
7524         * shell/ev-window.c: (ev_window_cmd_file_properties):
7525         
7526         Get document info from page cache instead of document itself.
7527         This should fix crash related to race conditions described in
7528         bug 306545.
7529
7530 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7531
7532         * ps/ps-document.c: (ps_document_init),
7533         (send_ps), (get_page_box), (output), (catchPipe), (input),
7534         (stop_interpreter), (file_length), (file_readable),
7535         (check_filecompressedb), (ps_document_enable_interpreter),
7536         (document_load), (ps_async_renderer_render_pixbuf):
7537         * ps/ps-document.h:
7538
7539         Big cleanup of the ps code
7540
7541 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7542
7543         * backend/Makefile.am:
7544         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
7545         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
7546         * backend/ev-async-renderer.h:
7547
7548         Add an async renderer interface (method + callback) which
7549         is useful for backends like ps.
7550
7551         * backend/ev-job-queue.c: (remove_job_from_async_queue),
7552         (add_job_to_async_queue), (job_finished_cb), (handle_job),
7553         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7554         (ev_job_queue_add_job), (move_job_async), (move_job),
7555         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7556
7557         Add queues for async renderer, these are executed on the
7558         main thread.
7559
7560         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
7561         (ev_job_render_run):
7562         * backend/ev-jobs.h:
7563
7564         If the backend support async renderer interface use it.
7565
7566         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
7567         (setup_pixmap), (ps_document_get_type),
7568         (ps_async_renderer_render_pixbuf),
7569         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
7570
7571         Implement async renderer interface.
7572
7573 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7574
7575         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
7576
7577         Cleanup links job on exit.
7578
7579 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7580
7581         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7582         (drag_data_get_cb), (drag_data_received_cb):
7583         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7584         (drag_data_get_cb), (parse_item_list),
7585         (egg_toolbar_editor_load_actions):
7586         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7587         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
7588         (parse_item_list), (parse_toolbars):
7589         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7590         (dvi_pixbuf_put_pixel):
7591         
7592         Fix gcc 4.0 warnings
7593
7594 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7595
7596         * ps/ps-document.c: (start_interpreter):
7597
7598         Fix warning when loading ps
7599
7600 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7601
7602         * ps/ps-document.c: (output):
7603
7604         Fix crash when priting gs error messages.
7605
7606 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7607
7608         * backend/ev-page-cache.c: (_ev_page_cache_new):
7609         * backend/ev-page-cache.h:
7610
7611         Use a const to return title so that we dont double
7612         free it. Small cleanup and fix a leak.
7613
7614         * shell/ev-window.c: (update_window_title):
7615
7616         strdup value from get_title.
7617
7618 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7619
7620         * shell/ev-sidebar-links.c: (job_finished_callback),
7621         (ev_sidebar_links_set_document):
7622
7623         Cleanup the old job when changing document
7624
7625 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7626
7627         * shell/ev-stock-icons.c:
7628         * shell/ev-stock-icons.h:
7629         * shell/ev-window.c:
7630         
7631         Add stock icons for actions that can appear in toolbar. Fix for
7632         bug 306566.
7633
7634 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7635
7636         * backend/ev-page-cache.c: (ev_page_cache_finalize),
7637         (_ev_page_cache_new), (ev_page_cache_get_max_width),
7638         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
7639         * backend/ev-page-cache.h:
7640         * shell/ev-view.c: (scroll_to_current_page),
7641         (view_update_range_and_current_page), (get_page_y_offset),
7642         (get_page_extents), (ev_view_size_request_continuous_dual_page),
7643         (ev_view_size_request_continuous),
7644         (ev_view_zoom_for_size_continuous_and_dual_page),
7645         (ev_view_zoom_for_size_continuous):
7646         
7647         More compact EvView layout in document with pages of different size.
7648
7649 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
7650
7651         * shell/ev-window.c (ev_window_cmd_file_properties): fix
7652         compilation.
7653
7654 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7655
7656         * shell/ev-view.c: (view_set_adjustment_values):
7657         * shell/ev-window.c: (ev_window_cmd_file_properties):
7658         
7659         A bit different fix for rounding problem but it has no
7660         problems on startup. Make properties window transient to parent.
7661
7662 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7663
7664         * pdf/ev-poppler.cc:
7665         
7666         More commenting of font stuff.
7667
7668 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7669
7670         * pdf/ev-poppler.cc:
7671
7672         Comment out some more fonts stuff. Should really
7673         work without the poppler patch now.
7674
7675 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7676
7677         * pdf/ev-poppler.cc:
7678
7679         Adapt to api change
7680
7681 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7682
7683         * data/evince-properties.glade:
7684         * pdf/ev-poppler.cc:
7685         * shell/ev-properties.c: (setup_fonts_view):
7686
7687         Set the column title. Show the dialog only
7688         once everything is setup.
7689         Getting font info can be very slow... will
7690         prolly need to make this threaded too.
7691
7692 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7693
7694         * backend/Makefile.am:
7695         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
7696         (ev_document_fonts_get_fonts_model):
7697         * backend/ev-document-fonts.h:
7698         * data/evince-properties.glade:
7699         * pdf/ev-poppler.cc:
7700         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
7701         * shell/ev-properties.h:
7702         * shell/ev-window.c: (ev_window_cmd_file_properties):
7703
7704         Implement fonts list. Defined out for now, since it depends
7705         on a not yet committed poppler patch.
7706
7707 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
7708
7709         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
7710         page + 1.
7711
7712         * shell/ev-window.c: Make sure we add the timeout when we get a
7713         focus-in event.
7714
7715         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
7716         adjustment->value before calculating the zoom factor to average
7717         out all of our rounding errors.  The page no longer 'drifts' when
7718         resizing.
7719
7720 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7721
7722         * data/evince-properties.glade:
7723         * shell/ev-properties.c: (ev_properties_format_date),
7724         (set_property):
7725         
7726         Labels don't expand when the dialogue is resized.
7727         strftime result needs to be converted to UTF-8. Thanks
7728         to Christian Persch <chpe@gnome.org>.
7729
7730 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7731
7732         * data/evince-properties.glade:
7733
7734         Hide the fonts tab
7735
7736 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7737
7738         * backend/ev-document-info.h:
7739         * backend/ev-document.c: (ev_document_info_free):
7740         * data/evince-properties.glade:
7741         * pdf/ev-poppler.cc:
7742         * ps/ps-document.c: (ps_document_get_info):
7743         * shell/ev-properties.c: (ev_properties_format_date),
7744         (set_property), (ev_properties_new):
7745         * shell/ev-properties.h:
7746         * shell/ev-window.c: (ev_window_cmd_file_properties):
7747
7748         Rework properties code to take only EvPropertyInfo
7749         in the constructor so that it can be useful for
7750         nautilus plugin too.
7751
7752         Deal with backends that doesnt support some properties.
7753         Make set property code generic.
7754
7755 2005-06-04  Christian Persch <chpe@gnome.org>
7756
7757         * data/evince-properties.glade:
7758
7759         fix spacings, make resizeable, and make data labels
7760         selectable + ellipsised
7761
7762 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
7763
7764         * backend/ev-document-info.h:
7765         * data/Makefile.am:
7766         * data/evince-ui.xml:
7767         * pdf/ev-poppler.cc:
7768         * shell/Makefile.am:
7769         * shell/ev-window.c: (update_action_sensitivity),
7770         (ev_window_cmd_file_properties):
7771
7772         Initial go at file properties. Patch by
7773         Emil Soleyman-Zomalan <emil@soleyman.com>.
7774         Needs love see #169583
7775
7776 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
7777
7778         * ps/ps-document.c: (output):
7779         * ps/ps.c: (psscan):
7780
7781         Try to render even if psscan fails.
7782
7783 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7784
7785         * ps/ps.c: (psscan), (pscopydoc):
7786
7787         Port buffered reading code from gv
7788
7789 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7790
7791         * ps/ps-document.c: (interpreter_message), (output):
7792
7793         Do not fail on interpreter messages
7794
7795 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7796
7797         * backend/ev-document-misc.c:
7798         (ev_document_misc_get_thumbnail_frame):
7799
7800         Pages can be 0 x 0, dont assert on this case
7801
7802 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7803
7804         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7805         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
7806
7807         Correctly manage our reference on document. Finally the reload
7808         huge leak is gone...
7809
7810 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7811
7812         * ps/ps-document.c: (ps_document_dispose):
7813
7814         Forgot to chain it to the parent. Thanks chpe.
7815
7816 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7817
7818         * ps/ps-document.c: (ps_document_dispose),
7819         (ps_document_class_init), (stop_interpreter), (document_load):
7820
7821         Cleanup dispose a bit. Dont leak the whole pixmap.
7822
7823 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7824
7825         * pdf/ev-poppler.cc:
7826
7827         Release the poppler document on dispose
7828
7829 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7830
7831         * shell/ev-view.c: (ev_view_set_document):
7832
7833         Release ref on the pixbuf cache when changing
7834         document.
7835
7836 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7837
7838         * ps/ps-document.c: (ps_document_get_info):
7839
7840         Fix a double free
7841
7842 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7843
7844         * backend/ev-page-cache.c: (ev_page_cache_init),
7845         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
7846         * backend/ev-page-cache.h:
7847         * shell/ev-page-action.c: (page_changed_cb):
7848         
7849         Set page action entry width depending on labels width. Fix
7850         for bug 305202.
7851
7852 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
7853
7854         * backend/ev-link.c: (ev_link_class_init):
7855
7856         Allow -1 as page value (error)
7857
7858 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7859
7860         * shell/ev-sidebar-thumbnails.c:
7861         (ev_sidebar_thumbnails_set_document):
7862         * shell/ev-view.c: (scroll_to_current_page),
7863         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
7864         (page_changed_cb), (on_adjustment_value_changed),
7865         (ev_view_set_document):
7866
7867         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
7868         Fix bug 305377
7869
7870 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7871
7872         * configure.ac:
7873         * djvu/djvu-document.c: (djvu_document_get_page_size):
7874
7875         Require djvulibre CVS. Now djvu loading is much faster. Fix for
7876         bug 301993.
7877
7878 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
7879
7880         * shell/ev-view.c (draw_one_page): modify the expose handling to
7881         get the shadows.
7882
7883         * shell/ev-window.c (update_action_sensitivity): Respect
7884         permissions field.  Kowtow to the man.
7885
7886         * pdf/ev-poppler.cc: Get the permissions field.
7887
7888         * tiff/*c: Make a tiny bit more robust.
7889
7890 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7891
7892         * djvu/djvu-document.c:
7893         
7894         Pop messages from djvu context message queue.
7895
7896 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7897
7898         * configure.ac, Makefile.am, shell/Makefile.am:
7899         * tiff/Makefile.am, shell/ev-document-types.c:
7900         
7901         Cleanup tiff configure checks. Fix for bug 305218.
7902
7903 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
7904
7905         * configure.ac: Added "uk" to ALL_LINGUAS.
7906
7907 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7908
7909         * cut-n-paste/zoom-control/ephy-zoom.c:
7910         (ephy_zoom_get_changed_zoom_level):
7911         * cut-n-paste/zoom-control/ephy-zoom.h:
7912         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
7913         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
7914         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
7915         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
7916         (zoom_control_changed_cb), (ev_window_init):
7917         
7918         Fix minor points related to moving best fit up. Introduce
7919         "zoom" property and make zoom control change it's value on
7920         notify::zoom signals. Fix for 305080.
7921
7922 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7923
7924         * data/evince-ui.xml:
7925         * shell/ev-window.c: (set_view_actions_sensitivity):
7926         
7927         Use + and - as accels for zoom in and zoom out. Fix for 305001.
7928
7929 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
7930
7931         * configure.ac:
7932
7933         Depends on poppler 0.3.2
7934
7935 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
7936
7937         * cut-n-paste/recent-files/egg-recent-item.c:
7938         (egg_recent_item_get_short_name):
7939         * cut-n-paste/toolbar-editor/Makefile.am:
7940         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7941         (new_pixbuf_from_widget):
7942         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7943         * cut-n-paste/toolbar-editor/egg-marshal.c:
7944         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7945         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7946
7947         Sync
7948
7949 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
7950
7951         * tiff/tiff-document.c: Rough TIFF backend.
7952
7953 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
7954
7955         * NEWS:
7956         * configure.ac:
7957         * cut-n-paste/toolbar-editor/Makefile.am:
7958
7959         Release 0.3.1
7960
7961 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
7962
7963         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
7964         (ev_view_find_next), (ev_view_find_previous):
7965
7966         Remove the locks around get_n_results   
7967
7968 2005-05-21  Juerg Billeter  <j@bitron.ch>
7969
7970         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
7971
7972         Pass correct number of pages to poppler.
7973
7974 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7975
7976         * configure.ac:
7977         * data/Makefile.am:
7978         * data/evince.desktop.in: 
7979         * data/evince.desktop.in.in:
7980         * po/POTFILES.in:
7981         
7982         Add conditionally dvi and djvu to desktop types. Fix for 304658.
7983
7984 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
7985
7986         * shell/ev-view.c: (view_update_adjustments),
7987         (view_set_adjustment_values): cast adjustmen->value to (int)
7988         before using it.  Otherwise, we get off by a pixel in some
7989         situations.
7990
7991         (draw_one_page): Draw the border on expose.
7992
7993 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
7994
7995         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
7996         adjustment when the mode changes, #304923
7997
7998 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7999
8000         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
8001         flickering on resize but still use gdk_window_scroll on
8002         scrolling
8003
8004 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
8005
8006         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
8007         option, #170458
8008
8009 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
8010
8011         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
8012         second page on page_changed if possible, #304669
8013
8014 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
8015
8016         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
8017         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
8018
8019 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
8020
8021         * .cvsignore:
8022         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
8023         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8024         (ev_view_zoom_for_size_presentation),
8025         (ev_view_zoom_for_size_continuous_and_dual_page),
8026         (ev_view_zoom_for_size_continuous),
8027         (ev_view_zoom_for_size_dual_page),
8028         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
8029         * shell/ev-view.h:
8030         * shell/ev-window.c: (update_view_size),
8031         (ev_window_sizing_mode_changed_cb):
8032
8033         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
8034         the scrollbars.  It's not 100% right, but it's much closer.  Kills
8035         an infinite loop, #304769
8036
8037
8038 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8039
8040         * data/evince-ui.xml:
8041         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
8042         * shell/ev-window.c: (set_view_actions_sensitivity):
8043
8044         Make PgUp/Down behave like Space
8045
8046 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8047
8048         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8049         * backend/ev-ps-exporter.h:
8050         * pdf/ev-poppler.cc:
8051         * ps/ps-document.c: (ps_document_ps_export_begin):
8052         * shell/ev-print-job.c: (idle_print_handler):
8053
8054         Adapt to new poppler api
8055
8056 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8057
8058         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8059         (ephy_zoom_control_init):
8060
8061         Translate zoom levels
8062
8063 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8064
8065         * cut-n-paste/zoom-control/ephy-zoom.c:
8066         (ephy_zoom_get_zoom_level_index):
8067
8068         Fix current zoom -> zoom control match
8069
8070 2005-05-18  James Bowes  <bowes@cs.dal.ca>
8071
8072         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
8073         rather than the scrolled_window that it's in. Fixes bug #304655.
8074
8075 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
8076
8077         * shell/ev-view.c: (view_update_adjustments),
8078         (view_set_adjustment_values), (view_update_range_and_current_page),
8079         (view_scroll_to_page), (set_scroll_adjustment),
8080         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
8081         (ev_view_scroll), (ev_view_scroll_view),
8082         (ensure_rectangle_is_visible), (find_page_at_location),
8083         (get_link_at_location), (go_to_link), (status_message_from_link),
8084         (ev_view_size_request_continuous_dual_page),
8085         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
8086         (ev_view_unrealize), (ev_view_expose_event),
8087         (ev_view_button_press_event), (ev_view_motion_notify_event),
8088         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
8089         (draw_rubberband), (highlight_find_results), (draw_one_page),
8090         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
8091         (ev_view_init), (find_changed_cb), (page_changed_cb),
8092         (on_adjustment_value_changed), (ev_view_new),
8093         (ev_view_set_document), (ev_view_set_zoom),
8094         (ev_view_set_continuous), (ev_view_set_dual_page),
8095         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
8096         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8097         (ev_view_zoom_for_size_presentation),
8098         (ev_view_zoom_for_size_continuous_dual_page),
8099         (ev_view_zoom_for_size_continuous),
8100         (ev_view_zoom_for_size_dual_page),
8101         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8102         (ev_view_get_status), (ev_view_set_status),
8103         (update_find_status_message), (ev_view_get_find_status),
8104         (ev_view_set_find_status), (jump_to_find_result),
8105         (jump_to_find_page), (compute_selections), (clear_selection),
8106         (ev_view_select_all), (get_selected_text), (ev_view_copy),
8107         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
8108         (ev_view_update_primary_selection),
8109         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
8110         * shell/ev-view.h:
8111         * shell/ev-window.c: (ev_window_open_page_label),
8112         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
8113         (ev_window_init):
8114         * shell/ev-window.h:
8115         * shell/main.c: (load_files):
8116
8117         Massive code clean up from Nickolay Shmyrev.  Keep page offset
8118         when resizing.  Remove the bin_window().  Also, patch from James
8119         Bowes to fix command line page, #300641
8120         
8121 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
8122
8123         * data/evince-ui.xml:
8124         * shell/ev-view.c:
8125         * shell/ev-view.h:
8126         * shell/ev-window.c: (update_action_sensitivity):
8127
8128         Get rid of View->Normal Size, it's just confusing
8129
8130 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
8131
8132         * backend/ev-document-info.h:
8133         * backend/ev-document.c: (ev_document_info_free): Free the
8134         EvDocumentInfo.
8135
8136         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
8137         (clear_range), (add_range), (update_visible_range),
8138         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
8139         (ev_sidebar_thumbnails_set_document):
8140         * shell/ev-window.c: (ev_window_setup_document): Only render the
8141         visible thumbnails.  It takes an instant to render, but it uses
8142         much less memory.
8143
8144 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8145
8146         * shell/ev-sidebar-links.c: (popup_menu_cb):
8147
8148         Select first item
8149
8150 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8151
8152         * lib/Makefile.am:
8153         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
8154         (button_press_cb), (ev_sidebar_links_construct):
8155
8156         Show the popup menu also on keybindings
8157
8158 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
8159
8160         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
8161         * shell/ev-window.h:
8162
8163         Expose api to print a range (with dialog). Make private _print use
8164         it.
8165
8166         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
8167         (ev_sidebar_links_construct):
8168
8169         Show a print context menu on linkx, it prints the selected
8170         section.
8171
8172 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
8173
8174         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
8175         button.
8176
8177 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
8178
8179         * AUTHORS:
8180
8181         Update
8182
8183         * shell/ev-window.c: (build_comments_string),
8184         (ev_window_cmd_help_about):
8185
8186         Show poppler version/backend and authors
8187
8188 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8189
8190         * cut-n-paste/zoom-control/ephy-zoom.c:
8191         (ephy_zoom_get_zoom_level_index):
8192         * cut-n-paste/zoom-control/ephy-zoom.h:
8193
8194         Move the best fit items at the top of the list
8195
8196 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
8197
8198         * shell/ev-marshal.list:
8199         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
8200         (activate_cb), (match_selected_cb), (activate_link_cb),
8201         (connect_proxy), (ev_page_action_class_init):
8202         * shell/ev-page-action.h:
8203
8204         Use signals to notify action activation. Hopefully
8205         I did not break completion since I cant test...
8206
8207         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
8208         (register_custom_actions):
8209
8210         Connect to page selector actions and also grab focus on
8211         the view when activated.
8212
8213 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
8214
8215         * pdf/ev-poppler.cc:
8216         * backend/ev-page-cache.c: make page size calculation consistent
8217         and set it to (int)( width * scale + 0.5).  This makes the weird
8218         line going through the middle of the page go away.
8219
8220         * shell/ev-view.c: move painting the background page after
8221         checking the expose area covers us.
8222
8223 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8224
8225         * data/evince-password.glade:
8226         
8227         Mark labels as not translatable. Fix for bug 302842.
8228
8229 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
8230
8231         * configure.ac: Added "es" to ALL_LINGUAS.
8232
8233 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8234
8235         * data/evince-toolbar.xml:
8236         * shell/ev-window.c: (update_action_sensitivity),
8237         (ev_window_setup_document), (ev_window_set_page_mode),
8238         (ev_window_init):
8239
8240         Remove some leftover code from jrb first continous
8241         attempt. Use the new actions, we still need good icons
8242         though...
8243
8244 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8245
8246         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
8247
8248         Update label when connecting proxy. Fix a warning with NULL
8249         page_cache.
8250
8251 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8252
8253         * data/evince-ui.xml:
8254         * shell/ev-page-action.c: (ev_page_action_grab_focus):
8255         * shell/ev-page-action.h:
8256         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
8257
8258         Add mnemonic for edit toolbar.
8259         ctrl+l focus the page entry.
8260
8261 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8262
8263         * lib/Makefile.am:
8264         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
8265         (ev_window_init):
8266         * shell/main.c: (main):
8267
8268         Put the toolbar xml in evince own dot dir
8269
8270 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8271
8272         * shell/ev-window.c: (ev_window_init):
8273
8274         Make the toolbar not removable
8275
8276 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8277
8278         * data/evince-ui.xml:
8279         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
8280         * shell/ev-sidebar-links.h:
8281         * shell/ev-sidebar-thumbnails.c:
8282         (ev_sidebar_thumbnails_get_treeview):
8283         * shell/ev-sidebar-thumbnails.h:
8284         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
8285         (ev_view_class_init):
8286         * shell/ev-view.h:
8287         * shell/ev-window.c: (update_action_sensitivity),
8288         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
8289         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
8290         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
8291         (ev_window_init):
8292
8293         This is evil... Make space/backspace global accelerators but
8294         enable them only for some widgets (sidebars and view).
8295         I dont like it, but I dont know a better way... :/
8296
8297 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8298
8299         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
8300         (ev_page_action_widget_finalize),
8301         (ev_page_action_widget_class_init), (update_page_cache):
8302
8303         Keep a weak reference on proxy->page_cache so that we
8304         dont try to disconnect the signal if the object is already
8305         gone. Maybe there is a better way to cleanup reference handling
8306         in page action though...
8307
8308 2005-05-10  Juerg Billeter  <j@bitron.ch>
8309
8310         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8311         * backend/ev-ps-exporter.h:
8312         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
8313         * ps/ps-document.c: (ps_document_ps_export_begin):
8314         
8315         Change api to pass print range to ps_exporter_begin. The pdf backend
8316         requires this information.
8317         
8318         * shell/ev-print-job.c: (idle_print_handler):
8319         
8320         Adapt to api change
8321
8322 2005-05-10  Juerg Billeter  <j@bitron.ch>
8323
8324         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
8325         (idle_print_handler)
8326         * shell/ev-window.c: (ev_window_print):
8327
8328         Support printing page range, based on patch by Amaury Jacquot
8329
8330 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8331
8332         * data/evince-toolbar.xml:
8333
8334         Add zoom control to available items
8335
8336 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8337
8338         * shell/ev-window.c: (update_action_sensitivity):
8339
8340         Set slash action insensitive when appropriate
8341
8342 2005-05-10  Christian Persch <chpe@gnome.org>
8343
8344         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
8345
8346         Fix warning on the overflow menu
8347
8348 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8349
8350         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
8351
8352         Check for uri correctness/existence
8353
8354 2005-05-09  Juerg Billeter  <j@bitron.ch>
8355
8356         * shell/ev-window.c: (using_postscript_printer):
8357
8358         LPD printers use postscript, too
8359
8360 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8361
8362         * shell/ev-window.c: (register_custom_actions):
8363
8364         The zoom one is actually sort of useful,
8365         put it back
8366
8367 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8368
8369         * shell/ev-window.c: (register_custom_actions):
8370
8371         Hide page/zoom controls from overflow, they
8372         are useless.
8373
8374 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8375
8376         * cut-n-paste/update-from-egg.sh:
8377         
8378         Share it between all cut-n-paste subdirs
8379
8380         * cut-n-paste/recent-files/Makefile.am:
8381
8382         Fix to use "global" update-from-egg.sh
8383
8384         * cut-n-paste/recent-files/egg-recent-model.c:
8385         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
8386         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8387         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
8388         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
8389
8390         Update from libegg
8391
8392         * cut-n-paste/toolbar-editor/Makefile.am:
8393
8394         Fix to use "global" update-from-egg.sh
8395
8396         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8397
8398         Update from libegg
8399
8400 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
8401
8402         * configure.ac:
8403         * cut-n-paste/Makefile.am:
8404         * cut-n-paste/recent-files/Makefile.am:
8405         * cut-n-paste/toolbar-editor/.cvsignore:
8406         * cut-n-paste/toolbar-editor/Makefile.am:
8407         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8408         (egg_editable_toolbar_get_type), (get_toolbar_position),
8409         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
8410         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
8411         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
8412         (set_item_drag_source), (create_item_from_action), (create_item),
8413         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
8414         (popup_toolbar_context_menu_cb), (free_dragged_item),
8415         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
8416         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
8417         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
8418         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
8419         (item_added_cb), (item_removed_cb),
8420         (egg_editable_toolbar_construct),
8421         (egg_editable_toolbar_disconnect_model),
8422         (egg_editable_toolbar_deconstruct),
8423         (egg_editable_toolbar_set_model),
8424         (egg_editable_toolbar_set_ui_manager),
8425         (egg_editable_toolbar_set_property),
8426         (egg_editable_toolbar_get_property),
8427         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
8428         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
8429         (egg_editable_toolbar_new_with_model),
8430         (egg_editable_toolbar_get_edit_mode),
8431         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
8432         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
8433         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
8434         (new_pixbuf_from_widget), (new_separator_pixbuf),
8435         (update_separator_image), (style_set_cb),
8436         (_egg_editable_toolbar_new_separator_image),
8437         (egg_editable_toolbar_get_model):
8438         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8439         * cut-n-paste/toolbar-editor/egg-marshal.c:
8440         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8441         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
8442         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
8443         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
8444         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
8445         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
8446         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
8447         (editor_drag_data_delete_cb), (drag_data_get_cb),
8448         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
8449         (editor_create_item), (update_editor_sheet), (setup_editor),
8450         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
8451         (parse_item_list), (model_has_action), (update_actions_list),
8452         (egg_toolbar_editor_load_actions):
8453         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
8454         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8455         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
8456         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
8457         (toolbars_item_new), (free_toolbar_node), (free_item_node),
8458         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
8459         (egg_toolbars_model_add_separator), (impl_add_item),
8460         (parse_item_list), (egg_toolbars_model_add_toolbar),
8461         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
8462         (impl_get_item_data), (impl_get_item_type),
8463         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
8464         (egg_toolbars_model_init), (free_toolbar),
8465         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
8466         (egg_toolbars_model_remove_toolbar),
8467         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
8468         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
8469         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
8470         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
8471         (egg_toolbars_model_get_item_data),
8472         (egg_toolbars_model_get_item_type):
8473         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8474         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8475         * data/Makefile.am:
8476         * data/evince-toolbar.xml:
8477         * data/evince-ui.xml:
8478         * data/hand-open.png:
8479         * po/POTFILES.in:
8480         * shell/Makefile.am:
8481         * shell/ev-window.c: (update_chrome_visibility),
8482         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
8483         (ev_window_dispose), (ev_window_init):
8484
8485         Implement epiphany like toolbar editor. Based on patch by
8486         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8487
8488 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8489
8490         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
8491
8492         Use set_cursor instead of set_selection, so that
8493         the keyboard focus moves too.
8494
8495 2005-05-09  Aleksey Kliger <akliger@gmail.com>
8496
8497         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
8498
8499         Fix infinite loop when loading Type1 fonts
8500
8501 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8502
8503         * data/evince-ui.xml:
8504         * shell/ev-window.c:
8505
8506         Slash -> Find
8507
8508 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
8509
8510         * configure.ac:
8511
8512         Make --disable really disable
8513
8514 2005-05-07  Juerg Billeter  <j@bitron.ch>
8515
8516         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
8517
8518         Compare page labels even without has_labels set, fixes setting page
8519         with entry
8520
8521 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8522
8523         * shell/ev-view.c: (ev_view_create_invisible_cursor),
8524         (ev_view_set_cursor), (ev_view_button_press_event),
8525         (ev_view_motion_notify_event), (ev_view_button_release_event),
8526         (ev_view_init):
8527
8528         Implement middle button scrolling. Based on a patch
8529         by Tommi Komulainen <tommi.komulainen@iki.fi>.
8530
8531 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
8532
8533         * shell/ev-document-types.c: (get_slow_mime_type),
8534         (get_document_type_from_mime), (ev_document_type_lookup):
8535         * shell/ev-document-types.h:
8536
8537         Change api to lookup from uri. Do fast lookup first, if the
8538         type is unknown try with data sniffing.
8539
8540         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
8541         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8542
8543         Adapt to api change
8544
8545 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8546
8547         * thumbnailer/Makefile.am:
8548
8549         Fix distcheck
8550
8551 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8552
8553         * NEWS:
8554         * configure.ac:
8555
8556         Release 0.3.0
8557
8558         * data/evince-ui.xml:
8559
8560         Hide presentation mode for now
8561
8562         * shell/ev-view.c: (highlight_find_results):
8563
8564         Show current find selection only on current page
8565
8566 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8567
8568         * shell/ev-view.c: (ev_view_select_all):
8569
8570         Compute size of the actual page, not of
8571         the current one.
8572
8573 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8574
8575         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
8576         (view_rect_to_doc_rect), (compute_selections),
8577         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
8578         (ev_view_copy), (ev_view_primary_get_cb),
8579         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
8580         (ev_view_button_press_event), (ev_view_motion_notify_event),
8581         (ev_view_button_release_event), (page_changed_cb):
8582
8583         Fix text selection
8584
8585 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8586
8587         * shell/ev-view.c: (compute_border), (get_page_extents),
8588         (doc_rect_to_view_rect), (highlight_find_results),
8589         (ev_view_bin_expose), (ev_view_select_all),
8590         (ev_view_motion_notify_event), (update_find_status_message),
8591         (jump_to_find_result), (jump_to_find_page):
8592
8593         First go at fixing search, still buggy
8594
8595 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
8596
8597         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
8598         dropdown box and button at the top of the sidebar.
8599
8600 2005-05-02  James Bowes  <bowes@cs.dal.ca>
8601
8602         * configure.ac: Output zoom-control Makefile.
8603         * cut-n-paste/Makefile.am: build zoom-control subdir.
8604         * cut-n-paste/zoom-control/ephy-zoom-action.c:
8605         * cut-n-paste/zoom-control/ephy-zoom-action.h:
8606         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8607         * cut-n-paste/zoom-control/ephy-zoom-control.h:
8608         * cut-n-paste/zoom-control/ephy-zoom.c:
8609         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
8610         from epiphany, and modified to add a separator into the menu.
8611         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
8612         * data/evince-ui.xml: Replace old zoom toolbar actions with new
8613         zoom-control action.
8614         * shell/Makefile.am: Include zoom-control flags.
8615         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
8616         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
8617         (ev_view_zoom_for_size_presentation),
8618         (ev_view_zoom_for_size_continuous_and_dual_page),
8619         (ev_view_zoom_for_size_continuous),
8620         (ev_view_zoom_for_size_dual_page),
8621         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
8622         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
8623         ev_view_get_zoom and ev_view_get_sizing_mode.
8624         * shell/ev-view.h:
8625         * shell/ev-window.c: (update_action_sensitivity),
8626         (update_sizing_buttons), (zoom_control_changed_cb),
8627         (register_custom_actions): Initialize and use the zoom-control 
8628         widget.
8629
8630 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
8631
8632         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
8633         preview cache back to 1.  Don't know when it got set to 0.
8634         
8635         * shell/ev-view.c: (compute_border), (ev_view_realize),
8636         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
8637         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
8638         (ev_view_get_fullscreen), (ev_view_set_presentation),
8639         (ev_view_get_presentation), (ev_view_set_sizing_mode),
8640         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
8641         * shell/ev-view.h:
8642         * shell/ev-window.c:
8643         (update_chrome_visibility),
8644         (ev_window_cmd_continuous), (ev_window_cmd_dual),
8645         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8646         (update_document_mode), (ev_window_update_fullscreen_action),
8647         (ev_window_fullscreen), (ev_window_unfullscreen),
8648         (ev_window_cmd_view_fullscreen),
8649         (ev_window_update_presentation_action),
8650         (ev_window_run_presentation), (ev_window_stop_presentation),
8651         (ev_window_cmd_view_presentation), (ev_window_state_event),
8652         (ev_window_focus_in_event), (ev_window_focus_out_event),
8653         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
8654         * data/evince-ui.xml: Initial presentation mode.  We should
8655         probably hide this until it's done, as it's quite rough.  Also,
8656         change full-screen to fullscreen and add two getters to EvView.
8657
8658 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8659
8660         * shell/ev-page-action.c: (update_page_cache),
8661         (ev_page_action_dispose):
8662         * shell/ev-window.c: (destroy_fullscreen_popup),
8663         (ev_window_create_fullscreen_popup):
8664
8665         Use connect_object rather than explicitly
8666         disconnect on dispose.
8667
8668 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8669
8670         * shell/ev-page-action.c: (update_page_cache),
8671         (ev_page_action_dispose):
8672
8673 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8674
8675         * backend/ev-page-cache.c: (_ev_page_cache_new),
8676         (ev_page_cache_set_page_label),
8677         (ev_page_cache_has_nonnumeric_page_labels):
8678         * backend/ev-page-cache.h:
8679         * shell/ev-page-action.c: (update_pages_label):
8680         
8681         If all page labels are numeric, fallback to default
8682         way to display number of pages. See bug 173185.
8683
8684 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8685
8686         * shell/ev-page-action.c: (ev_page_action_dispose):
8687         * shell/ev-view.c: (view_update_range_and_current_page):
8688         * shell/ev-window.c: (ev_window_dispose):
8689         
8690         Set page on scroll in continuous mode. Fixes bug 301986.
8691         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
8692
8693 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
8694
8695         * configure.ac:
8696
8697         Require poppler 0.3.0
8698
8699 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8700         
8701         * shell/Makefile.am, configure.ac: Fix build problems
8702         with t1lib. Bug 301996.
8703
8704 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8705
8706         * shell/ev-view.c: (ev_view_scroll_event):
8707         
8708         Scroll up increase zoom
8709
8710 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8711
8712         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
8713         (ev_view_set_sizing_mode),
8714         (ev_view_zoom_for_size_continuous_and_dual_page),
8715         (ev_view_zoom_for_size_continuous):
8716         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
8717         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
8718         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
8719         (ev_window_init):
8720
8721         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
8722         Fix for 165473 and 165472.
8723
8724 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8725
8726         * po/POTFILES.in:
8727         * thumbnailer/Makefile.am:
8728         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
8729         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
8730         * thumbnailer/evince-thumbnailer.schemas.in:
8731         
8732         Make thumbnailer schemas translatable. Fix for bug 301773
8733         
8734         * thumbnailer/evince-thumbnailer-djvu.schemas:
8735         * thumbnailer/evince-thumbnailer-dvi.schemas:
8736         * thumbnailer/evince-thumbnailer.schemas:
8737
8738         Removed files
8739
8740 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
8741
8742         * shell/ev-view.c (ev_view_init): forgot to set this.
8743
8744 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
8745
8746         * shell/ev-view.c: (find_page_at_location),
8747         (get_link_at_location),
8748         (ev_view_set_show_border), (ev_view_set_spacing),
8749         (ev_view_zoom_for_size_continuous_and_dual_page),
8750         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
8751         Also, add a quick fix measuring of widths.  Also, removed
8752         ev_view_set_spacing and ev_view_set_show_border.
8753         
8754         * shell/ev-window.c: (ev_window_unfullscreen),
8755         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
8756
8757 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8758
8759         * shell/ev-view.c: (view_update_range_and_current_page),
8760         (page_changed_cb):
8761         
8762         Fix crash on exit and scrolling to page in continuous view.
8763
8764 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
8765
8766         * TODO:
8767         * backend/ev-page-cache.c: (_ev_page_cache_new),
8768         (ev_page_cache_get_max_width_size),
8769         (ev_page_cache_get_max_height_size):
8770         * backend/ev-page-cache.h:
8771         * data/evince-ui.xml:
8772         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
8773         * shell/ev-view.c: (view_update_adjustments),
8774         (view_update_range_and_current_page), (get_bounding_box_size),
8775         (ev_view_size_request_continuous_and_dual_page),
8776         (ev_view_size_request_continuous),
8777         (ev_view_size_request_dual_page),
8778         (ev_view_size_request_single_page), (ev_view_size_request),
8779         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
8780         (ev_view_bin_expose), (ev_view_expose_event),
8781         (ev_view_set_property), (ev_view_get_property),
8782         (ev_view_class_init), (ev_view_init), (ev_view_new),
8783         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
8784         (ev_view_set_dual_page), (ev_view_set_full_screen),
8785         (ev_view_set_presentation), (ev_view_set_sizing_mode),
8786         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
8787         (ev_view_zoom_out), (zoom_for_size_fit_width),
8788         (zoom_for_size_best_fit),
8789         (ev_view_zoom_for_size_continuous_and_dual_page),
8790         (ev_view_zoom_for_size_continuous),
8791         (ev_view_zoom_for_size_dual_page),
8792         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8793         (ev_view_show_cursor), (ev_sizing_mode_get_type):
8794         * shell/ev-view.h:
8795         * shell/ev-window.c: (update_action_sensitivity),
8796         (ev_window_cmd_continuous), (ev_window_cmd_dual),
8797         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8798         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
8799         (ev_window_cmd_view_zoom_out), (update_view_size),
8800         (ev_window_set_sizing_mode), (ev_window_init):
8801
8802         Add Continuous and Dual page modes.
8803
8804 2005-04-23  James Bowes  <bowes@cs.dal.ca>
8805
8806         * dvi/dvi-document.c: (dvi_document_load),
8807         (dvi_document_thumbnails_get_thumbnail),
8808         (dvi_document_init_params): Fix up some mixups between
8809         width and height to correct thumbnail rendering.
8810
8811 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8812
8813         * dvi/mdvi-lib/private.h:
8814         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
8815         
8816         Suppess output for kpathsea during font generation. Thanks to
8817         James Bowes
8818
8819 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
8820
8821         * NEWS:
8822         * configure.ac:
8823
8824         Release 0.2.1
8825
8826         * Makefile.am: fix distcheck.
8827
8828 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8829
8830         * shell/ev-sidebar-links.c: (selection_changed_callback),
8831         (update_page_callback), (row_activated_callback),
8832         (job_finished_callback), (ev_sidebar_links_set_document):
8833         
8834         Fix for bug #169901. Double click on links expands tree.
8835
8836 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
8837
8838         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
8839         hard-coded style. Fix for bug 170111
8840
8841 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
8842
8843         * shell/ev-view.c (highlight_find_results): Remove unnecessary
8844         locking.
8845
8846 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
8847
8848         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
8849
8850 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
8851
8852         * pdf/ev-poppler.cc:
8853         * shell/ev-view.c: (highlight_find_results):
8854
8855         Fix find on single page documents
8856
8857 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
8858
8859         * data/evince.schemas.in: fix for bug 301390
8860
8861 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8862
8863         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
8864         (ev_view_zoom_out), (ev_view_zoom_normal):
8865         * shell/ev-view.h:
8866         * shell/ev-window.c: (update_action_sensitivity),
8867         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8868         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
8869         (ev_window_cmd_view_normal_size):
8870
8871         Fix normal size zoom. Make zoom in/zoom out unsensitive when
8872         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
8873         better than oom. 
8874
8875 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8876
8877         * configure.ac:
8878
8879         Depend on 2.57, 2.59 doesnt seem to be necessary
8880
8881 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8882
8883         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
8884         (create_tool_item):
8885
8886         Put back total number of pages as (1 of 1234)
8887
8888 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
8889
8890         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
8891         remove the job.
8892
8893         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
8894         function.  This helps debugging.
8895
8896 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8897
8898         * djvu/djvu-document.c: (djvu_document_class_init),
8899         (djvu_document_get_info), (djvu_document_document_iface_init):
8900         * dvi/dvi-document.c: (dvi_document_class_init),
8901         (dvi_document_get_info), (dvi_document_document_iface_init):
8902
8903         Dummy implementation of get_info method for dvi and
8904         djvu. Fix crashes with those backends
8905
8906 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
8907
8908         * data/evince.desktop.in:
8909
8910         Add application/x-gzpostscript
8911
8912 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
8913
8914         * data/evince.schemas.in: Added real long descriptions, 
8915         closes bug 172496 
8916
8917         * README: Added actual text, closes bug 171869
8918
8919 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8920
8921         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8922
8923         Thumbnail page 0
8924
8925 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8926
8927         * backend/ev-document-info.h:
8928
8929         s/GDate */GDate so we can just use g_free
8930
8931 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8932
8933         * shell/ev-window.c: (update_document_mode),
8934         (ev_window_setup_document):
8935
8936         Show the window in fullscreen when specified by
8937         the document
8938
8939 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8940
8941         * backend/ev-document.c: (ev_document_class_init),
8942         (ev_document_get_info), (ev_document_render_pixbuf):
8943         * backend/ev-document.h:
8944         * backend/ev-page-cache.c: (_ev_page_cache_new):
8945         * pdf/ev-poppler.cc:
8946         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
8947         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
8948         * ps/ps-document.c: (ps_document_class_init), (document_load),
8949         (ps_document_get_info), (ps_document_document_iface_init):
8950
8951         Remove get_title from the interface, we can just use document info
8952
8953 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8954
8955         * backend/Makefile.am:
8956         * backend/ev-document.c: (ev_document_render_get_info):
8957         * backend/ev-document.h:
8958         * pdf/ev-poppler.cc:
8959
8960         Initial support for document info. Based on jrb patch.
8961
8962 2005-04-19  Paolo Borelli <pborelli@katamail.com>
8963
8964         * shell/ev-window.c: (ev_window_state_event),
8965         (ev_window_class_init), (ev_window_init):
8966         
8967         Doesn't show resize grip when maximized. See bug #301053
8968
8969 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8970
8971         * po/POTFILES.in:
8972         
8973         ev-sidebar-thumbnails now has translatable labels
8974         
8975         * shell/Makefile.am:
8976         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
8977         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
8978         (ev_sidebar_links_page_iface_init):
8979         * shell/ev-sidebar-links.h:
8980         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
8981         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
8982         (ev_sidebar_page_get_label):
8983         * shell/ev-sidebar-page.h:
8984         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
8985         (ev_sidebar_thumbnails_set_document),
8986         (ev_sidebar_thumbnails_support_document),
8987         (ev_sidebar_thumbnails_get_label),
8988         (ev_sidebar_thumbnails_page_iface_init):
8989         * shell/ev-sidebar-thumbnails.h:
8990         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
8991         (ev_sidebar_set_document):
8992         * shell/ev-sidebar.h:
8993         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
8994         
8995         Small rework of sidebar code. Now sidebar pages should implement
8996         EvSidebarPage interface. That makes page management in EvSidebar
8997         easier. See bug #164811 for details
8998
8999 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9000
9001         * shell/ev-application.c: (ev_application_open):
9002         * shell/ev-document-types.c:
9003         
9004         Fix build error and small problem with application exit
9005
9006 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9007
9008         * thumbnailer/Makefile.am:
9009         * thumbnailer/evince-thumbnailer-djvu.schemas:
9010         * thumbnailer/evince-thumbnailer-dvi.schemas:
9011         
9012         Conditionally install schemas for djvu/dvi thumbnailer
9013
9014 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
9015
9016         * shell/ev-document-types.h: 
9017         * shell/ev-document-types.c: 
9018         New files, handling the mapping from mimetypes to backends
9019         
9020         * shell/ev-window.c: 
9021         * thumbnailer/evince-thumbnailer.c:     
9022         Use the ev-document-types code
9023         
9024         * shell/Makefile.am: 
9025         Added new convenience library libevbackendfactory_la, containing
9026         the new mimetype->backend logic; moved the backends into it.
9027
9028         * thumbnailer/Makefile.am:
9029         Make the thumbnailer link with the libevbackend.la convenience
9030         library, rather than having a duplicate of the backend logic here.
9031
9032 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
9033
9034         * shell/ev-stock-icons.c: constify some vars.
9035         * shell/ev-window.c: ditto.
9036
9037 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
9038
9039         * ps/ps-document.c (get_page_orientation):
9040
9041         Respect document orientation 
9042
9043 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9044
9045         * djvu/Makefile.am:
9046         * dvi/Makefile.am:
9047         * shell/Makefile.am:
9048         
9049         Move library dependencies to components.
9050         
9051         * shell/ev-window.c: (update_window_title),
9052         (start_loading_document):
9053         
9054         Fix display of uris with spaces. Bug 168358.
9055
9056 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
9057
9058         * shell/ev-sidebar-links.c: (selection_changed_cb):
9059         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
9060         (ev_view_button_release_event), (ev_view_set_document):
9061         * shell/ev-view.h:
9062         * shell/ev-window.c: (find_bar_search_changed_cb):
9063         * shell/ev-window.h: Minor cleanups removing some dead code.
9064
9065 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9066
9067         * backend/ev-page-cache.c: (_ev_page_cache_new):
9068         
9069         Set current page to 0 if document has pages.
9070
9071 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9072
9073         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9074
9075         Initialize GError to NULL, fix a crash when loading fails.
9076
9077 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9078
9079         * shell/ev-window.c: (update_view_size):
9080
9081         Calculate shadow size only when there is actually
9082         a shadow.
9083
9084 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9085
9086         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
9087         * shell/ev-view.h:
9088
9089         Allow setting view spacing, default to 0
9090
9091         * shell/ev-window.c: (ev_window_unfullscreen),
9092         (ev_window_cmd_view_fullscreen), (ev_window_init):
9093
9094         Remove spacing in fullscreen mode
9095
9096 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9097
9098         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
9099         (ev_view_size_request), (expose_bin_window),
9100         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
9101         * shell/ev-view.h:
9102         * shell/ev-window.c: (ev_window_unfullscreen),
9103         (ev_window_cmd_view_fullscreen):
9104
9105         Do not draw the border in fulscreen
9106
9107 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9108
9109         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
9110         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
9111         (find_page_at_location), (page_changed_cb):
9112
9113         Rework border calculation, so that I can more easily disable it.
9114         Code somewhat cleaner too.
9115
9116 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
9117
9118         * backend/ev-page-cache.c: (ev_page_cache_init),
9119         (_ev_page_cache_new):
9120
9121         Remove some assertions, documents can have 0 pages.
9122         Make initial current page -1.
9123
9124         * shell/ev-page-action.c: (page_changed_cb):
9125
9126         Show "" if current page is -1
9127
9128         * shell/ev-window.c: (update_action_sensitivity),
9129         (ev_window_setup_document):
9130
9131         When document has 0 pages do not set the view
9132         and make nearly everything insensitive.
9133
9134 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9135
9136         * shell/ev-page-view.c:
9137         * shell/ev-page-view.h:
9138
9139         Remove unused files.
9140         
9141         * shell/ev-sidebar-thumbnails.c:
9142         (ev_sidebar_thumbnails_set_document):
9143         * shell/ev-sidebar.c: (ev_sidebar_set_document),
9144         (ev_sidebar_supports_document):
9145         * shell/ev-sidebar.h:
9146         * shell/ev-window.c: (ev_window_setup_document):
9147         
9148         Doesn't show thumbnails if document has 1 page. Make
9149         sidebar menu entries sensitive only if if they have 
9150         sense. Fix bug 164811. 
9151
9152 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9153
9154         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
9155         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
9156         (ev_view_zoom_out), (ev_view_set_size):
9157
9158         Rework sizing to deal with documents with not uniform page
9159         size.
9160
9161 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9162
9163         * backend/ev-page-cache.c: (_ev_page_cache_new):
9164
9165         Fix several page size caching bugs
9166
9167 2005-04-15  Luca Ferretti <elle.uca@libero.it>
9168
9169         * shell/ev-window.c: (set_action_properties):
9170
9171         Make all toolbar items translatable
9172
9173 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
9174
9175         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
9176         (save_page_list), (ps_document_save),
9177         (ps_document_document_iface_init), (ps_document_ps_export_begin),
9178         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
9179         (ps_document_ps_exporter_iface_init):
9180         * ps/ps-document.h:
9181
9182         Based on a patch by J�rg Billeter <j@bitron.ch>
9183         
9184         Implement print and save a copy for the ps backend.
9185
9186 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
9187
9188         * backend/ev-document.h:
9189         * djvu/djvu-document.c: (djvu_document_can_get_text),
9190         (djvu_document_document_iface_init):
9191         * dvi/dvi-document.c: (dvi_document_can_get_text),
9192         (dvi_document_document_iface_init):
9193         * pdf/ev-poppler.cc:
9194         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
9195         (pixbuf_document_document_iface_init):
9196         * ps/ps-document.c: (ps_document_can_get_text),
9197         (ps_document_document_iface_init):
9198         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
9199         * shell/ev-window.c: (update_action_sensitivity):
9200
9201         Fix the crash when trying to copy in backends that doesnt
9202         support it. We can implement a better solution once we
9203         do real text selection.
9204
9205 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
9206
9207         * data/evince-ui.xml:
9208         * shell/ev-window.c: (ev_window_cmd_escape):
9209         
9210         Work around the Escape conflict (find bar and unfullscreen)
9211
9212 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9213
9214         * backend/ev-page-cache.c: (ev_page_cache_next_page):
9215         
9216         Fix for #300233. Next page correctly handles document end.
9217         
9218         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9219         (ev_sidebar_thumbnails_class_init),
9220         (ev_sidebar_thumbnails_set_document),
9221         (ev_sidebar_thumbnails_clear_job),
9222         (ev_sidebar_thumbnails_clear_model):
9223         
9224         Cleanup thumbnail jobs on document changes.
9225         
9226         * shell/ev-view.c: (add_scroll_binding_keypad),
9227         (add_scroll_binding_shifted), (ev_view_class_init):
9228         
9229         Shift + Space scrolls up. Fix for #173184
9230         
9231         * shell/ev-window.c: (ev_window_open_page),
9232         (ev_window_cmd_view_reload):
9233         
9234         Fix reload (Bug #300094)
9235
9236 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9237
9238         
9239         * dvi/mdvi-lib/assoc.c:
9240         * dvi/mdvi-lib/assoc.h: Removed garbage files
9241         
9242         * dvi/mdvi-lib/bitmap.c:
9243         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
9244         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
9245         * dvi/mdvi-lib/color.h: Antialias of rules
9246         
9247         * dvi/mdvi-lib/common.h:
9248         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
9249         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
9250         * dvi/mdvi-lib/files.c:
9251         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
9252         * dvi/mdvi-lib/mdvi.h:
9253         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9254         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
9255         * dvi/mdvi-lib/util.c: Fix compile warnings
9256         
9257         * dvi/dvi-document.c:
9258         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
9259         (dvi_document_thumbnails_get_thumbnail),
9260         (dvi_document_document_thumbnails_iface_init):
9261         * dvi/mdvi-lib/Makefile.am:
9262         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9263         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
9264         
9265         Dvi backend now renders thumbnails
9266
9267 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
9268
9269         * shell/main.c: (main): 
9270         
9271         Save accelerators on exit. Fixes bug #172095.
9272
9273 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
9274
9275         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
9276         update priority" comment.
9277
9278         * backend/ev-job-queue.c: Give a way to change priority.
9279
9280 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
9281
9282         * shell/ev-page-action.c: Fix logic.
9283
9284 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9285
9286         * shell/ev-view.c: (ev_view_can_find_next):
9287         * shell/ev-window.c: (ev_window_setup_document):
9288
9289         Check that the document supports find
9290
9291 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9292
9293         * data/evince-ui.xml:
9294         * shell/ev-view.c: (ev_view_can_find_next):
9295         * shell/ev-view.h:
9296         * shell/ev-window.c: (update_action_sensitivity),
9297         (find_changed_cb), (ev_window_setup_document),
9298         (ev_window_cmd_edit_find_next):
9299
9300         Add Edit->Find Next
9301
9302 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9303
9304         * pdf/ev-poppler.cc:
9305         * shell/ev-print-job.c: (idle_print_handler):
9306
9307         Make printing work again
9308
9309 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
9310
9311         * shell/ev-page-action.h:
9312         * shell/ev-page-action.c: (ev_page_action_widget_init),
9313         (ev_page_action_widget_class_init), (page_changed_cb),
9314         (create_tool_item), (update_page_cache), (build_new_tree_cb),
9315         (get_filter_model_from_model), (match_selected_cb),
9316         (display_completion_text), (match_completion), (update_model),
9317         (connect_proxy), (ev_page_action_set_property),
9318         (ev_page_action_get_property), (ev_page_action_set_document),
9319         (ev_page_action_set_model), (ev_page_action_class_init): Big
9320         reworking to make completions work iff we have >= GTK-2.7.0
9321                 
9322         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
9323         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
9324         (job_finished_cb): We now have a 'model' property that is set when
9325         the links are loaded.  This can be caught with "notify::model"
9326
9327         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
9328         listen for the model to be set, and propagate it to the action.
9329
9330 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9331
9332         * cut-n-paste/recent-files/egg-recent-item.c:
9333         (egg_recent_item_set_uri), (make_valid_utf8),
9334         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
9335         * cut-n-paste/recent-files/egg-recent-item.h:
9336         
9337         Update egg-recent from libegg. This should fix long
9338         startup problem. For details see
9339         http://bugzilla.gnome.org/show_bug.cgi?id=160531
9340
9341 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9342
9343         * cut-n-paste/recent-files/Makefile.am:
9344         * data/evince-ui.xml, shell/Makefile.am:
9345         * shell/ev-application.c, shell/ev-application.h:
9346         * shell/ev-window.c: Recent files support.
9347         
9348         * configure.ac: Added "ru" to ALL_LINGUAS.
9349         
9350         * dvju: new backend to support DJVU files.
9351         * dvi: new backend to support DVI.
9352
9353         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
9354         * ev-application.c: Support for new backends.
9355         
9356         * help, ev-window.c, main.c shell/Makefile.am: 
9357         Evince user documentation.
9358
9359 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9360
9361         * po/POTFILES.in:
9362         * shell/ev-window.c:
9363         * thumbnailer/evince-thumbnailer.c:
9364
9365         s/pdf-document/ev-poppler
9366
9367 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9368
9369         * NEWS:
9370         * configure.ac:
9371
9372         Release 0.2.0
9373
9374         * ps/ps-document.c: (setup_pixmap):
9375
9376         Remove debug code
9377
9378 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
9379
9380         * backend/ev-page-cache.c (ev_page_cache_next_page): 
9381         * shell/ev-window.c (ev_window_cmd_go_next_page) 
9382         (ev_window_cmd_go_first_page): Fix of by one errors.
9383
9384 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9385
9386         * ps/ps-document.c: (get_page_box):
9387
9388         Fix page size calculation
9389
9390 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9391
9392         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9393         (ps_document_cleanup), (setup_pixmap), (get_page_box),
9394         (get_page_orientation), (setup_page), (document_load),
9395         (ps_document_get_page_size), (render_pixbuf_idle):
9396         * ps/ps-document.h:
9397
9398         More refactoring to adapt to EvDocument changes
9399
9400 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9401
9402         * ps/ps-document.c: (start_interpreter):
9403
9404         Actually add alpha args
9405
9406 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9407
9408         * pdf/ev-poppler.cc:
9409
9410         Make clipboard work again
9411
9412 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
9413
9414         Make searching work again.
9415         
9416         * backend/ev-document.c:
9417         * backend/ev-document.h:
9418         * backend/ev-document-find.c:
9419         * backend/ev-document-find.h: Change EvDocumentIface so we no
9420         longer store the current page or zoom level in the document.  The
9421         consequence is that all calls that operate on the current page now
9422         instead take the page number as an extra argument, and all
9423         coordinates are now doubles in document coordinate system.
9424
9425         * pdf/ev-poppler.cc:
9426         * pixbuf/pixbuf-document.c:
9427         * ps/ps-document.c: Update backends accordingly.
9428
9429 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
9430
9431         * autogen.sh:
9432
9433         Add required gettext version
9434
9435 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
9436
9437         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
9438         make F1 bring up non-existent help.
9439
9440         * shell/eggfindbar.c: Patch from Christian Persch to sync to
9441         epiphany's find bar, #167477
9442
9443         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
9444         <emil@nishra.com> to add space-bar scrolling, 
9445
9446         * shell/ev-window.c (static GtkActionEntry entries): add default
9447         keybinding for Help (F1)
9448         Fixes #171068
9449
9450         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
9451         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
9452         170110
9453
9454 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
9455
9456         * Makefile.am: 
9457         * pixbuf/pixbuf-document.c: 
9458
9459         Got pixbuf backend working again
9460
9461 2005-04-01  Steve Murphy  <murf@e-tools.com>
9462
9463         * configure.in: Added "rw" to ALL_LINGUAS.
9464
9465 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
9466
9467         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
9468         model types, noticed by Martin Kretzschmar.
9469
9470 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
9471
9472         * pdf/ev-poppler.cc: Implement search based on
9473         poppler_page_find_text().  Currently a bit crude since we remember
9474         all matches from all pages.  Also, we grab the big document lock
9475         when we search since searching changes the underlying stream and
9476         thus conflicts with the rendering thread.
9477         
9478         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
9479         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
9480         (ev_view_find_previous): Fix some page indexes to be 0 based,
9481         offset rubber band by view offset,
9482
9483 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
9484
9485         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
9486
9487 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
9488
9489         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
9490         completely because I didn't understand GtkActions.  I should
9491         read Marco's code more carefully in the future.
9492
9493         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
9494         function
9495
9496 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
9497
9498         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
9499         PopplerRectangle change from poppler CVS.
9500
9501 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
9502
9503         * backend/ev-document.c: (ev_document_get_page_label):
9504         * backend/ev-document.h:
9505         * backend/ev-page-cache.c: (_ev_page_cache_new),
9506         (ev_page_cache_get_page_label):
9507         * backend/ev-page-cache.h:
9508         * pdf/ev-poppler.cc:
9509         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
9510         (links_page_num_func):
9511         * shell/ev-sidebar-thumbnails.c:
9512         (ev_sidebar_thumbnails_set_document):
9513         * shell/ev-view.c: (status_message_from_link),
9514         (ev_view_motion_notify_event):
9515         * shell/ev-window.c: (document_supports_sidebar): Add in page
9516         label support.  It's not perfect yet, but it's the first 'feature'
9517         in a while.
9518         Also, fix a bogus comment noticed by crispin. 
9519
9520 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
9521
9522         * Makefile.am: Remove pixbuf backend for now
9523
9524         * configure.ac: Require poppler-glib instead of just poppler.
9525
9526         * backend/ev-document-thumbnails.h: Add a comment
9527
9528         * backend/ev-document.h:
9529         * backend/ev-document.c: (ev_document_class_init),
9530         (ev_document_load), (ev_document_get_link),
9531         (ev_document_get_links): Remove 3 methods and add get_links.
9532         Also, made 0 based.
9533
9534         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9535         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
9536
9537         * backend/ev-link.c: (ev_link_set_title),
9538         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
9539         (ev_link_mapping_find):
9540         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
9541         
9542         * backend/ev-page-cache.c: (ev_page_cache_init),
9543         (_ev_page_cache_new), (ev_page_cache_set_current_page),
9544         (ev_page_cache_get_size), (ev_page_cache_next_page),
9545         (ev_page_cache_prev_page): Fix to be 0 based.
9546
9547         * pdf/Makefile.am: 
9548         * pdf/ev-poppler.h:
9549         * pdf/ev-poppler.cc: New backend.
9550         
9551         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
9552         (ps_document_get_page), (ps_document_document_iface_init):
9553
9554         * shell/ev-pixbuf-cache.h:
9555         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9556         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
9557         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
9558         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
9559         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
9560         Fix up code to grab a page cache per each doc.  Also, fix to be 0
9561         based.
9562         
9563         * shell/ev-sidebar-thumbnails.c:
9564         (ev_sidebar_tree_selection_changed), (page_changed_cb),
9565         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
9566
9567         * shell/ev-view.c: (status_message_from_link),
9568         (find_page_at_location), (get_link_at_location),
9569         (ev_view_motion_notify_event), (ev_view_button_release_event),
9570         (ev_view_init): Use the new link code.  Fix to be 0 based.
9571
9572         * shell/ev-window.c: (update_action_sensitivity),
9573         (document_supports_sidebar): 0 based.
9574
9575 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
9576
9577         * pdf/pdf-document.cc: Patch from Fernando Herrera
9578         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
9579         *blush*
9580
9581 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
9582
9583         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
9584         1 to the page, as this seems to be 1 based.  I thought we has this
9585         fixed.  grump.
9586
9587 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
9588
9589         * TODO:
9590         * backend/Makefile.am:
9591         * backend/ev-document-links.c:
9592         (ev_document_links_has_document_links),
9593         (ev_document_links_get_links_model):
9594         * backend/ev-document-links.h:
9595         * backend/ev-document.c: (ev_document_get_page_cache),
9596         (ev_document_get_doc_mutex), (ev_document_load),
9597         (ev_document_save), (ev_document_get_title),
9598         (ev_document_get_n_pages), (ev_document_set_page),
9599         (ev_document_get_page), (ev_document_set_target),
9600         (ev_document_set_scale), (ev_document_set_page_offset),
9601         (ev_document_get_page_size), (ev_document_get_text),
9602         (ev_document_get_link), (ev_document_render),
9603         (ev_document_render_pixbuf), (ev_document_scale_changed):
9604         * backend/ev-document.h:
9605         * backend/ev-job-queue.c: (remove_object_from_queue),
9606         (notify_finished), (handle_job), (search_for_jobs_unlocked),
9607         (no_jobs_available_unlocked), (ev_render_thread),
9608         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
9609         (ev_job_queue_remove_job):
9610         * backend/ev-job-queue.h:
9611         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9612         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9613         (ev_job_links_class_init), (ev_job_render_init),
9614         (ev_job_render_dispose), (ev_job_render_class_init),
9615         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9616         (ev_job_thumbnail_class_init), (ev_job_finished),
9617         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9618         (ev_job_render_run), (ev_job_thumbnail_new),
9619         (ev_job_thumbnail_run):
9620         * backend/ev-jobs.h:
9621         * backend/ev-link.c:
9622         * backend/ev-link.h:
9623         * backend/ev-page-cache.c: (ev_page_cache_init),
9624         (ev_page_cache_class_init), (ev_page_cache_finalize),
9625         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
9626         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9627         (ev_page_cache_set_link), (ev_page_cache_get_title),
9628         (ev_page_cache_get_size), (ev_page_cache_next_page),
9629         (ev_page_cache_prev_page):
9630         * backend/ev-page-cache.h:
9631         * pdf/pdf-document.cc:
9632         * ps/gsdefaults.c:
9633         * ps/gsdefaults.h:
9634         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
9635         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
9636         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
9637         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
9638         (is_interpreter_ready), (output), (catchPipe), (input),
9639         (start_interpreter), (check_filecompressed), (compute_dimensions),
9640         (ps_document_enable_interpreter), (document_load),
9641         (ps_document_next_page), (render_page), (ps_document_set_page),
9642         (ps_document_set_scale), (render_pixbuf_idle),
9643         (ps_document_render_pixbuf), (ps_document_document_iface_init):
9644         * ps/ps-document.h:
9645         * shell/Makefile.am:
9646         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9647         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
9648         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
9649         (ev_pixbuf_cache_new), (job_finished_cb),
9650         (check_job_size_and_unref), (move_one_job),
9651         (ev_pixbuf_cache_update_range), (find_job_cache),
9652         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
9653         (ev_pixbuf_cache_add_jobs_if_needed),
9654         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
9655         * shell/ev-pixbuf-cache.h:
9656         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9657         (idle_print_handler):
9658         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
9659         (selection_changed_cb), (create_loading_model),
9660         (ev_sidebar_links_construct), (links_page_num_func),
9661         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
9662         (update_page_callback), (job_finished_cb),
9663         (ev_sidebar_links_set_document):
9664         * shell/ev-sidebar-thumbnails.c:
9665         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
9666         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
9667         (page_changed_cb), (thumbnail_job_completed_callback),
9668         (ev_sidebar_thumbnails_set_document):
9669         * shell/ev-sidebar-thumbnails.h:
9670         * shell/ev-sidebar.c: (ev_sidebar_set_document):
9671         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
9672         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
9673         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
9674         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
9675         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
9676         (ev_view_button_release_event), (ev_view_scroll_view),
9677         (ev_view_class_init), (ev_view_init), (update_find_status_message),
9678         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
9679         (ev_view_new), (job_finished_cb), (page_changed_cb),
9680         (ev_view_set_document), (go_to_link), (ev_view_zoom),
9681         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
9682         (ev_view_find_previous):
9683         * shell/ev-view.h:
9684         * shell/ev-window.c: (update_action_sensitivity),
9685         (ev_window_open_page), (update_window_title), (update_total_pages),
9686         (page_changed_cb), (ev_window_setup_document),
9687         (password_dialog_response), (ev_window_cmd_save_as),
9688         (ev_window_print), (ev_window_cmd_go_previous_page),
9689         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
9690         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
9691         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
9692         * shell/main.c: (main):
9693
9694         Merge evince-threads branch
9695
9696 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
9697
9698         * configure.ac: Added "lt" to ALL_LINGUAS.
9699
9700 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
9701
9702         * NEWS:
9703         * configure.ac:
9704
9705         Release 0.1.9
9706
9707 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
9708
9709         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9710
9711         Fix here also the thumbnails 1-basedness :)
9712
9713 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
9714
9715         * NEWS:
9716         * configure.ac:
9717
9718         Release 0.1.8
9719
9720 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
9721
9722         * pdf/pdf-document.cc:
9723         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
9724         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
9725
9726         Fix the mess we did with thumbnails and 1-basedness
9727
9728 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
9729
9730         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
9731
9732 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
9733
9734         * NEWS:
9735         * configure.ac:
9736
9737         Release 0.1.7
9738
9739 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
9740
9741         * ps/Makefile.am:
9742         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
9743         (gtk_gs_defaults_get_alpha_parameters),
9744         (gtk_gs_defaults_get_ungzip_cmd),
9745         (gtk_gs_defaults_get_unbzip2_cmd):
9746         * ps/gsdefaults.h:
9747         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
9748         (ps_document_get_orientation), (document_load),
9749         (ps_document_goto_page), (ps_document_set_page_size):
9750         * ps/ps-document.h:
9751
9752         Some more sanitization of the ps backend. Remove a lot
9753         of unused code and do not base our defaults on ggv
9754         preferences (ugh!)
9755
9756 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
9757
9758         * thumbnailer/evince-thumbnailer.schemas:
9759         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
9760         (main): add -s option for thumbnail size.
9761
9762 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
9763
9764         * configure.ac:
9765
9766         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
9767         remove it.
9768
9769 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
9770
9771         * pdf/pdf-document.cc:
9772
9773         Remove 4 pixels of useless border from the
9774         thumbnail.
9775
9776 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
9777
9778         * backend/ev-document-thumbnails.c:
9779         (ev_document_thumbnails_get_thumbnail):
9780         * backend/ev-document-thumbnails.h:
9781
9782         Rework API a bit. Add a border flag and
9783         change sizing logic (now the size we specify
9784         applies to the bigger dimension).
9785
9786         * pdf/pdf-document.cc:
9787         * pixbuf/pixbuf-document.c:
9788         (pixbuf_document_thumbnails_get_thumbnail):
9789         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
9790         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9791
9792         Adapt to the new API and do not draw a border for nautilus
9793         thumbnailer.
9794
9795 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
9796
9797         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9798         take thumbnails from page "0" instead of "1". Added a copyright header.
9799
9800 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
9801
9802         * ps/ps-document.c: (set_up_page), (start_interpreter):
9803
9804         Make it C89 compliant
9805
9806 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
9807
9808         * Makefile.am:
9809         * configure.ac:
9810         * pdf/.cvsignore:
9811         * pdf/pdf-document.cc:
9812         * thumbnailer/Makefile.am:
9813         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
9814         (main):
9815         * thumbnailer/evince-thumbnailer.schemas:
9816         * thumbnailer/pdf-icon.png:
9817
9818         Add a nautilus thumbnailer.
9819         Based on patch by Fernando Herrera <fherrera@onirica.com>.
9820
9821 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
9822
9823         * NEWS:
9824         * configure.ac:
9825         * po/POTFILES.in:
9826
9827         Release 0.1.6
9828
9829 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
9830
9831         Use poppler instead of including xpdf source code.  Poppler is a
9832         fork of xpdf to build it as a shared library. See
9833         http://freedesktop.org/wiki/Software/poppler.
9834
9835         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
9836         xpdf fork.
9837         
9838         * pdf/Makefile.am: Build libpdfdocument.a here.
9839         
9840         * pdf/GDKSplashOutputDev.cc:
9841         * pdf/GDKSplashOutputDev.h:
9842         * pdf/GnomeVFSStream.cc:
9843         * pdf/GnomeVFSStream.h:
9844         * pdf-document.cc:
9845         * pdf-document.h:
9846         * test-gdk-output-dev.cc
9847         * Thumb.cc:
9848         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
9849         against poppler.
9850
9851 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9852
9853         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
9854
9855         Clear idle stack before unsetting the document
9856
9857 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9858
9859         * ps/ps-document.c: (ps_document_widget_event),
9860         (ps_document_set_target), (ps_document_finalize),
9861         (ps_document_get_page):
9862
9863         Disconnect the widget event signal on finalize.
9864         Some code cleanups.
9865
9866 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9867
9868         * ps/ps-document.c: (set_up_page):
9869
9870         If there is no bpixmap create one, even if size
9871         is not changed.
9872
9873 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9874
9875         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
9876         (set_up_page), (document_load), (ps_document_set_zoom):
9877
9878         Default page is 0. Calculate size even when we have no
9879         target yet.
9880
9881 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
9882
9883         * shell/ev-sidebar.c: expand the selection widget to be always as
9884         wide as the sidebar
9885
9886 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9887
9888         * shell/ev-sidebar-thumbnails.c:
9889         (ev_sidebar_thumbnails_set_document):
9890
9891         Clear the list store when setting document
9892
9893 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9894
9895         * shell/ev-page-action.c: (update_entry), (sync_entry),
9896         (activate_cb), (entry_size_request_cb), (create_tool_item),
9897         (connect_proxy):
9898
9899         Use an entry for the page control instead of spinbuttons
9900
9901 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9902
9903         * data/evince.schemas.in:
9904
9905         Correct confusing string
9906
9907 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
9908
9909         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
9910         for real.  Gosh, how long has this been broken.
9911
9912         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
9913         check for a NULL link.  We crash otherwise.
9914
9915 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
9916
9917         * NEWS:
9918         * configure.ac:
9919
9920         Release 0.1.5
9921
9922 2005-02-25  Sebastien Bacher  <seb128@debian.org>
9923
9924         * configure.ac: add the french translation.
9925
9926 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9927
9928         * shell/ev-window.c:
9929
9930         Remove unused header -> fix distcheck
9931
9932 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9933
9934         * shell/ev-window.c: (update_window_title),
9935         (ev_window_popup_password_dialog):
9936
9937         Unescape filename for display
9938
9939 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9940
9941         * pdf/xpdf/pdf-document.cc:
9942
9943         In get_page_size deal with rotation. Also
9944         cleanup the function a bit.
9945
9946 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9947
9948         * pdf/xpdf/pdf-document.cc:
9949
9950         Fix crash when opening in new window
9951
9952 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9953
9954         * configure.ac:
9955
9956         Check ghostscript >= 7
9957
9958 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
9959
9960         * shell/ev-window.c:
9961
9962         Make page width the default sizing mode
9963
9964 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
9965         Marco Pesenti Gritti <marco@gnome.org>
9966
9967         * shell/ev-window.c: Remember the sidebar size
9968
9969         * data/evince.schemas.in: Add a new gconf key to store the size of
9970         the sidebar
9971
9972 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
9973
9974         * data/evince-ui.xml:
9975         * shell/ev-window.c: (update_action_sensitivity),
9976         (ev_window_cmd_view_reload):
9977         
9978         Add a "Reload" action and menu entry
9979
9980 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
9981
9982         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
9983         iff the type doesn't support thumbnailing and indexing.
9984
9985 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
9986
9987         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
9988
9989 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9990
9991         * pdf/splash/Splash.cc:
9992
9993         Port fix for a crasher from kde bug
9994         http://bugs.kde.org/show_bug.cgi?id=97131
9995
9996 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9997
9998         * pdf/xpdf/pdf-document.cc:
9999
10000         Return a link even if it's of an unrecognized
10001         type. Otherwise we go in an infinte cycle.
10002
10003 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10004
10005         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
10006         (size_allocate_cb), (ev_window_set_sizing_mode):
10007
10008         Update size when switching mode
10009
10010 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10011
10012         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10013         (ev_window_cmd_view_page_width), (update_sizing_buttons),
10014         (ev_window_cmd_view_normal_size):
10015
10016         Fix size toggle buttons behavior
10017
10018 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10019
10020         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
10021         (doc_rect_to_view_rect), (ev_view_size_allocate),
10022         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
10023         (scale_changed_callback):
10024
10025         Do not cache offsets in size_allocate.
10026
10027 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10028
10029         * shell/ev-view.c: (ev_view_size_allocate):
10030
10031         Calculate offsets before calling the parent
10032         class (which does a redraw)
10033
10034 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10035
10036         * pdf/xpdf/pdf-document.cc:
10037
10038         Fix a crasher on exit. Unused code, put a TODO
10039
10040 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10041
10042         * backend/ev-document.c: (ev_document_class_init),
10043         (ev_document_page_changed), (ev_document_scale_changed):
10044         * backend/ev-document.h:
10045
10046         Separate page/scale notifications
10047
10048         * pdf/xpdf/pdf-document.cc:
10049
10050         Emit the new signals.
10051         Do not display the pdf page in _render, do it
10052         when scale/page are requested.
10053
10054         * ps/ps-document.c: (ps_document_set_zoom),
10055         (ps_document_widget_event):
10056         * ps/ps-document.h:
10057
10058         Emit the new signals.
10059
10060         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10061         (ev_view_init), (page_changed_callback), (scale_changed_callback),
10062         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
10063         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
10064         * shell/ev-view.h:
10065         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
10066         (ev_window_cmd_view_page_width), (size_allocate_cb),
10067         (ev_window_set_sizing_mode):
10068
10069         Rework sizing to be pixel based.
10070         There are bugs but should be already way better.
10071
10072 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
10073
10074         * shell/ev-window.c: (ev_window_init):
10075
10076         Do not allow to shrink sidebar smaller then
10077         child requisition
10078
10079 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
10080
10081         * shell/ev-sidebar.[ch]
10082         * shell/ev-window.c:
10083
10084         Improved sidebar widget. Fixes #166683
10085
10086 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
10087
10088         * shell/ev-view.c (update_find_status_message): Give translators
10089         more flexibility with ngettext plural handling.
10090
10091 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
10092
10093         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
10094         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
10095         page when we get the page size.
10096
10097 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10098
10099         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
10100
10101         ps pages are 0 based, convert 
10102
10103 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10104
10105         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
10106
10107         Initialize correct parent class. Set GError on document load
10108
10109 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10110
10111         * pdf/xpdf/pdf-document.cc:
10112
10113         Fixup selection offset calculation
10114
10115         * shell/ev-view.c: (view_rect_to_doc_rect),
10116         (doc_rect_to_view_rect), (ev_view_size_allocate),
10117         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
10118         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
10119
10120         Store selection as document relative, so that zooming
10121         and offset changing doesnt break it.
10122
10123 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
10124
10125         * shell/ev-view.c: (ev_view_best_fit):
10126
10127         Do not try to best fit if the view is not realized
10128
10129 2005-02-20  Kostas Papadimas <pkst@gnome.org>
10130           
10131         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
10132
10133 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
10134
10135         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
10136
10137 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
10138
10139         * shell/ev-window.c: Change the fullscreen toolbar to always be in
10140         the popup window.  That prevents it resizing when in full screen
10141         mode.
10142
10143         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
10144         multiple rerenders.  This pretty much sucks.
10145
10146         * data/evince-ui.xml: Change the fullscreen toolbar to include the
10147         rest of the toolbar.
10148
10149 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
10150
10151         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
10152
10153 2005-02-17  Alexander Shopov  <ash@contact.bg>
10154
10155         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
10156
10157 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
10158
10159         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
10160
10161 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
10162
10163         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
10164         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
10165         (set_document_page), (document_changed_callback),
10166         (ev_view_set_document), (ev_view_find_previous),
10167         (ev_view_hide_cursor), (ev_view_show_cursor):
10168         * shell/ev-view.h:
10169         * shell/ev-window.c: (update_chrome_visibility),
10170         (fullscreen_timeout_cb), (fullscreen_set_timeout),
10171         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
10172         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
10173         (ev_window_unfullscreen):
10174         * shell/main.c: (main):
10175
10176         Automatically hide the fullscreen button.
10177         Patch by Kristian Høgsberg <krh@redhat.com>
10178
10179 2005-02-16  Vincent Noel  <vnoel@cox.net>
10180
10181         * shell/main.c (main): Specify an icon for the window. Patch by
10182         Jaap A. Haitsma. Fixes #166177.
10183
10184 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
10185
10186         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
10187
10188 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
10189
10190         * backend/ev-document-misc.h:
10191         * backend/ev-document-misc.c:
10192         (ev_document_misc_get_page_border_size),
10193         (ev_document_misc_paint_one_page): New function to canonicalize
10194         sizing/painting a border.
10195
10196         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
10197         used.
10198
10199         * pdf/xpdf/pdf-document.cc: use new function
10200
10201         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
10202         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
10203         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
10204         shell/ev-window.c: (update_sizing_buttons),
10205         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
10206         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
10207         (ev_window_cmd_view_page_width), (size_allocate_cb),
10208         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
10209         and "fit width" values act as toggle buttons so they stay
10210         toggled.  It's not 100% perfect, and it's a little slow, but it's
10211         good enough to commit I think.
10212
10213 2005-02-15  David Lodge  <dave@cirt.net>
10214
10215         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
10216
10217 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
10218
10219         * shell/ev-window.c (update_window_title): replace newlines in
10220         the title by spaces. Bug #166107.
10221
10222 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
10223
10224         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
10225         parameters providing allocation width and height without
10226         scrollbars and width of a possible vertical scrollbar. With this
10227         additional information the functions can work as
10228         intended. Unfortunately they're not idempotent. We should
10229         transform these commands to toggles. Fixes Bug #164976
10230         Initial patch by Stephane Loeuillet, then heavily modified.
10231
10232         * shell/ev-view.h: update prototypes.
10233
10234         * shell/ev-window.c (ev_window_cmd_view_best_fit)
10235         (ev_window_cmd_view_page_width): provide EvView fit functions with
10236         all the information they need. Formulas to calculate this
10237         information taken from GtkScrolledWindow.
10238
10239 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
10240
10241         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
10242         created a thumbnail, the list store is updated to know
10243         that the thumbnail is set. Fixes bug #166792
10244
10245 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
10246
10247         * shell/ev-window.c: fixed typo, closes bug 166897
10248
10249         * TODO: updated TODO with bug numbers that are relevant
10250
10251 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
10252
10253         * shell/ev-window.c: Support for DnD of files. Fixes #164813
10254
10255 2005-02-09  Vincent Noel  <vnoel@cox.net>
10256
10257         * shell/ev-window.c: (set_action_properties): Set the "Previous"
10258         and "Next" toolbar buttons as important to make them stand out.
10259
10260 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10261
10262         * lib/ev-debug.c:
10263         * lib/ev-debug.h:
10264         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
10265         (start_interpreter), (stop_interpreter), (document_load),
10266         (ps_document_next_page), (ps_document_goto_page),
10267         (ps_document_set_page_size), (ps_document_widget_event),
10268         (ps_document_render):
10269         * shell/ev-page-view.c: (ev_page_view_dispose):
10270         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
10271
10272         Fix compilation on non-gcc platforms
10273
10274 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10275
10276         * NEWS:
10277         * configure.ac:
10278
10279         Release 0.1.4
10280
10281         * pdf/xpdf/Catalog.cc:
10282         * pdf/xpdf/XRef.cc:
10283
10284         Fix the fix for CAN-2004-0888
10285
10286 2005-02-09  Luca Ferretti <elle.uca@libero.it>
10287
10288         * data/Makefile.am:
10289         * data/evince-ui.xml:
10290         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10291         * shell/ev-stock-icons.h:
10292         * shell/ev-window.c: (update_action_sensitivity),
10293         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
10294         (set_action_properties):
10295
10296         Improve toolbar layout/icons
10297
10298 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
10299
10300         * pdf/xpdf/pdf-document.cc:
10301
10302         Add warnings about unimplemented/unknown link
10303         types.
10304
10305 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10306
10307         * ps/ps-document.c: (set_up_page):
10308
10309         Log gs property
10310
10311 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10312
10313         * ps/ps-document.c: (start_interpreter):
10314
10315         Log gs env var
10316
10317 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10318
10319         * shell/ev-page-view.c: (ev_page_view_dispose):
10320         * shell/ev-view.c: (ev_view_finalize):
10321         * shell/ev-window.c: (ev_window_setup_document),
10322         (ev_window_dispose), (ev_window_init):
10323
10324         Solve more refs issues.
10325
10326         I commented out the page_view initialization for now:
10327         it was never destroyed (because it's never added
10328         to a container). Because of that we was leaking
10329         gs processes. Couldnt think to a clean fix.
10330         We need to figure this out, password view has the
10331         same issue probably.
10332
10333 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10334
10335         * ps/ps-document.c: (ps_document_finalize),
10336         (ps_document_get_n_pages), (ps_document_get_page):
10337
10338         Some cleanups, stop the interpreter on finalize
10339
10340         * shell/ev-page-view.c: (ev_page_view_dispose),
10341         (ev_page_view_class_init):
10342
10343         Release our reference on the document
10344
10345 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10346
10347         * Makefile.am:
10348         * configure.ac:
10349         * doc/debugging.txt:
10350         * lib/.cvsignore:
10351         * lib/Makefile.am:
10352         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
10353         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
10354         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
10355         * lib/ev-debug.h:
10356
10357         Add debugging helpers
10358
10359         * ps/Makefile.am:
10360         * ps/ps-document.c: (set_up_page), (start_interpreter),
10361         (stop_interpreter), (document_load), (ps_document_next_page),
10362         (ps_document_goto_page), (ps_document_set_page_size),
10363         (ps_document_widget_event), (ps_document_render):
10364         * shell/Makefile.am:
10365         * shell/ev-view.c: (expose_bin_window):
10366         * shell/main.c: (main):
10367
10368         Add some logs
10369         
10370 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10371
10372         * ps/ps-document.c: (ps_document_widget_event):
10373
10374         Initialize message_window, this should make ps
10375         rendering really work! (Never noticed because I was
10376         testing with a ps that is causing gs to exit every time!)
10377
10378 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
10379
10380         * data/evince.schemas.in: updated simple error in applyto closing tag
10381
10382 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
10383
10384         * Makefile.am:
10385         * configure.ac:
10386         * data/.cvsignore:
10387         * data/Makefile.am:
10388         * data/evince-ui.xml:
10389         A data/evince.schemas.in:
10390         * po/POTFILES.in:
10391         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10392         * shell/ev-stock-icons.h:
10393         * shell/ev-window.c: (update_chrome_visibility),
10394         (update_chrome_flag), (ev_window_cmd_edit_find),
10395         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
10396         (ev_window_unfullscreen), (ev_window_focus_in_event),
10397         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
10398         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
10399         (ev_window_view_sidebar_cb), (find_bar_close_cb),
10400         (ev_window_dispose), (ev_window_class_init),
10401         (set_action_properties), (set_chrome_actions), (load_chrome),
10402         (ev_window_init):
10403
10404         Implement fullscreen mode changes from bug #164776.
10405         Also implement persistent chrome toggles.
10406
10407 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
10408
10409         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
10410
10411 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10412
10413         * NEWS:
10414         * configure.ac:
10415         * shell/ev-view.c:
10416
10417         Add another check for find interface
10418
10419         Release 0.1.3
10420
10421 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10422
10423         * shell/ev-application.c: (ev_application_open):
10424         * shell/ev-window.c: (ev_window_open):
10425
10426         Open gzipped ps documents
10427
10428 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10429
10430         * TODO:
10431         * shell/ev-view.c: (set_document_page):
10432
10433         Clamp page number, dont try to move to
10434         not existant pages.
10435
10436 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10437
10438         * backend/ev-document-find.c: (ev_document_find_changed):
10439         * backend/ev-document-find.h:
10440         * pdf/xpdf/pdf-document.cc:
10441         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
10442         * shell/ev-window.c: (find_bar_search_changed_cb):
10443
10444         Fix several bugs with find
10445
10446 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
10447
10448         * shell/ev-sidebar-thumbnails.c
10449         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
10450         document. Prevents warning from scroll_to_cell.
10451
10452 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
10453
10454         * configure.ac: Add «nb» to ALL_LINGUAS too.
10455
10456 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
10457
10458         * NOTES: New file with some random thoughts.
10459
10460         * TODO: Update.
10461
10462         * backend/ev-document-misc.c:
10463         (ev_document_misc_get_page_border_size): New function to
10464         canonicalize shadow drawing sizes.  Possibly goofy.
10465
10466         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
10467         (ev_view_best_fit), (ev_view_fit_width):
10468         * pdf/xpdf/pdf-document.cc:
10469         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
10470         * ps/ps-document.c: (ps_document_get_page_size):
10471         * backend/ev-document-misc.h:
10472         * backend/ev-document.c: (ev_document_get_page_size):
10473         * backend/ev-document.h: get_page_size now takes a page number
10474         parameter.  Made all the backends/frontends honor it.
10475
10476         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
10477         see.  Doesn't work yet.
10478
10479         * shell/Makefile.am:
10480         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
10481         Doesn't do anything yet.
10482
10483         * shell/ev-sidebar-thumbnails.c:
10484         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
10485         [0..n_pages-1]
10486
10487         * shell/ev-window.c: (update_action_sensitivity),
10488         (ev_window_setup_document), (ev_window_set_page_mode),
10489         (ev_window_page_mode_cb), (ev_window_init): Clean up the
10490         view-swapping code a bit so we can have multiple views on a
10491         document.  Add the multi-page view, though it can't be turned on
10492         yet.
10493
10494 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10495
10496         * shell/ev-application.c: (ev_application_open):
10497         * shell/ev-view.c: (expose_bin_window):
10498         * shell/ev-window.c: (ev_window_open):
10499
10500         Support eps and check document supports find
10501         before drawing highlightings in expose.
10502
10503 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
10504
10505         * pixbuf/pixbuf-document.c:
10506         (pixbuf_document_thumbnails_get_dimensions),
10507         (pixbuf_document_document_thumbnails_iface_init):
10508
10509         implement get_dimensions
10510
10511 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10512
10513         * NEWS:
10514         * configure.ac:
10515
10516         Release 0.1.2
10517
10518 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10519
10520         * shell/ev-view.c: (set_document_page):
10521
10522         Scroll at the top of the page when changing page
10523
10524 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10525
10526         * shell/ev-view.c: (ev_view_motion_notify_event):
10527
10528         Do not redraw unnecessarily
10529
10530 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10531
10532         * pdf/xpdf/pdf-document.cc:
10533         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10534         (expose_bin_window), (find_changed_cb):
10535
10536         Yay! find works now... Now to find bugs...
10537
10538 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10539
10540         * backend/ev-document-find.c: (ev_document_find_base_init),
10541         (ev_document_find_changed):
10542         * backend/ev-document-find.h:
10543         * pdf/xpdf/pdf-document.cc:
10544         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10545         (expose_bin_window), (ev_view_init), (set_document_page),
10546         (ensure_rectangle_is_visible), (jump_to_find_result),
10547         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
10548         (ev_view_find_next), (ev_view_find_previous):
10549         * shell/ev-view.h:
10550         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
10551
10552         More work on find implementation, mostly there now
10553
10554 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
10555
10556         * backend/ev-backend-marshalers.list:
10557         * backend/ev-document-find.c: (ev_document_find_base_init),
10558         (ev_document_find_cancel), (ev_document_find_page_has_results),
10559         (ev_document_find_get_n_results), (ev_document_find_get_result),
10560         (ev_document_find_get_progress), (ev_document_find_changed):
10561         * backend/ev-document-find.h:
10562
10563         Enanche the find interface to be really able to do
10564         multi page find.
10565
10566         * pdf/xpdf/pdf-document.cc:
10567
10568         Implement
10569
10570         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
10571         (expose_bin_window), (ev_view_init),
10572         (ev_view_get_find_status_message), (find_changed_cb),
10573         (ev_view_set_document), (set_document_page):
10574
10575         Adapt to the new interface. A few things are regressed sorry,
10576         I will finish it soon.
10577
10578 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
10579
10580         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
10581         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
10582         ev_sidebar_thumbnails_parent_class variable, don't define another
10583         parent_class variable.
10584
10585         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
10586         (ev_page_action_class_init): ditto.
10587
10588         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
10589         (pixbuf_document_class_init): ditto.
10590
10591         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
10592         ditto.
10593
10594         * .cvsignore: ignore various valgrind output files.
10595
10596 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10597
10598         * data/evince-ui.xml:
10599         * shell/Makefile.am:
10600         * shell/ev-history.c:
10601         * shell/ev-history.h:
10602         * shell/ev-navigation-action.c:
10603         * shell/ev-navigation-action.h:
10604         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
10605         (ev_view_set_page), (ev_view_fit_width):
10606         * shell/ev-view.h:
10607         * shell/ev-window.c: (update_action_sensitivity),
10608         (ev_window_setup_document), (register_custom_actions):
10609
10610         Kill session history
10611
10612 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10613
10614         * shell/ev-window.c: (update_action_sensitivity):
10615
10616         Fix inverted up/down buttons
10617
10618 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
10619
10620         * shell/ev-sidebar-thumbnails.c
10621         (ev_sidebar_thumbnails_select_page): make sure the selected
10622         thumbnail stays visible.
10623
10624 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
10625
10626         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
10627         scrolled window for Federico.
10628
10629 2005-01-26  Ole Laursen  <olau@hardworking.dk>
10630
10631         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
10632
10633 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
10634
10635         * configure.ac:
10636         * pdf/splash/SplashFTFontEngine.cc:
10637
10638         Fix CID fonts with freetype 2.1.9
10639
10640 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
10641
10642         * TODO: added item for desktop icon thumbnailer
10643
10644 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
10645
10646         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
10647         unloaded docs when the title is accessed.
10648
10649         * shell/ev-password-view.[hc]: New widget for displaying password
10650         state.
10651
10652         * shell/ev-window.[ch]: Refactor password handling code to handle
10653         the new view.
10654
10655 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
10656
10657         * NEWS:
10658         * configure.ac:
10659         * data/Makefile.am:
10660
10661         Release 0.1.1
10662
10663 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10664
10665         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
10666         ignore page offset here, to make search results independent of it,
10667
10668         * shell/ev-view.c (expose_bin_window): but take offsets into
10669         account here. Bug #164932
10670
10671         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
10672         scale at the right time. Bug #164996
10673
10674 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
10675
10676         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
10677         fix the problem. Now I just removed the Adobe font names and hope
10678         that the URW fonts are always in outline format. Bug #164934
10679
10680         * shell/ev-window.c (update_window_title): empty titles are
10681         useless, use filename in that case too.
10682
10683         * NEWS: Add some content.
10684
10685 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
10686
10687         * TODO: added one more TODO item and a TODONE section :)
10688
10689 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
10690
10691         * ps/ps-document.h: add page_[xy]_offset fields.
10692
10693         * ps/ps-document.c (ps_document_set_page_offset)
10694         (ps_document_render): Keep offset in consideration in a few
10695         places. Bug #164752 "postscript documents are not centered in
10696         window"
10697
10698         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
10699         s/gpdf/evince/. Spotted by Stephane Loeuillet.
10700
10701         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
10702         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
10703         stub out missing methods for complete EvDocument implementation.
10704         Fixes segfaults with Save A Copy and Copy actions.
10705
10706         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
10707         (ps_document_document_iface_init): ditto.
10708         
10709 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10710
10711         * data/.cvsignore:
10712         * data/Makefile.am:
10713         * data/evince.desktop.in:
10714
10715         Add desktop file
10716
10717 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10718
10719         * shell/ev-view.c: (ev_view_button_press_event),
10720         (ev_view_motion_notify_event):
10721
10722         Make selection work in any direction
10723
10724 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10725
10726         * TODO:
10727         * shell/ev-window.c: (set_short_labels), (ev_window_init):
10728
10729         Use shorter labels for some of the toolbars items
10730
10731 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10732
10733         * pdf/xpdf/pdf-document.cc:
10734
10735         Check the links info is initialized before
10736         using it. Should fix a crash on startup.
10737
10738 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
10739
10740         * pixbuf/pixbuf-document.c
10741         (pixbuf_document_thumbnails_get_dimensions): force floating point
10742         division to calculate page_ratio. Fixes crash with landscape
10743         format pixbufs.
10744
10745 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
10746
10747         * shell/ev-view.c (ev_view_realize): make the bg color darker.
10748
10749 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
10750
10751         * shell/ev-view.c (set_document_page): unset has_selection when
10752         the page changes.
10753         (set_document_page): handle paper size changes when the page
10754         changes (test with Free Culture, page 2).
10755
10756 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10757
10758         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
10759         (expose_bin_window), (ev_view_class_init), (ev_view_init):
10760
10761         Use normal style color for the widget background and
10762         draw a black box around the page.
10763
10764 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10765
10766         * pdf/xpdf/pdf-document.cc:
10767
10768         Keep offset in consideration in a few places
10769
10770         * shell/ev-view.c: (expose_bin_window):
10771
10772         Set the offsets so that the document is ever centered
10773
10774 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10775
10776         * TODO: Added TODO items and finished off the first todo item
10777
10778         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
10779         reflect current authors
10780
10781 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10782
10783         * pdf/xpdf/pdf-document.cc:
10784         * shell/ev-view.c: (ev_view_set_cursor),
10785         (ev_view_motion_notify_event), (document_changed_callback),
10786         (set_document_page):
10787
10788         Show a wait cursor while the page is rendering
10789
10790 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10791
10792         * shell/ev-sidebar-thumbnails.c:
10793         (ev_sidebar_tree_selection_changed),
10794         (ev_sidebar_thumbnails_select_page):
10795         * shell/ev-sidebar-thumbnails.h:
10796         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
10797         (ev_view_can_go_forward):
10798         * shell/ev-window.c: (ev_window_open_page),
10799         (ev_window_setup_document), (update_current_page),
10800         (view_page_changed_cb), (ev_window_init):
10801         * shell/ev-window.h:
10802
10803         Ensure thumbnails selection, toolbar page control and
10804         current page are in sync.
10805
10806 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
10807
10808         * pdf/xpdf/XRef.cc:
10809
10810         Fix CAN-2005-0064
10811
10812 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
10813
10814         * backend/Makefile.am:
10815         * backend/ev-document-links.h:
10816         * backend/ev-document-security.c: (ev_document_security_get_type),
10817         (ev_document_security_has_document_security),
10818         (ev_document_security_set_password):
10819         * backend/ev-document-security.h:
10820         * backend/ev-document.c: (ev_document_error_quark):
10821         * backend/ev-document.h:
10822         * data/Makefile.am:
10823         * data/evince-password.glade:
10824         * pdf/xpdf/pdf-document.cc:
10825         * shell/Makefile.am:
10826         * shell/ev-password.c: (ev_password_set_bad_password_label),
10827         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
10828         (ev_password_dialog_get_password),
10829         (ev_password_dialog_set_bad_pass):
10830         * shell/ev-password.h:
10831         * shell/ev-window.c: (ev_window_get_attribute),
10832         (ev_window_set_property), (update_action_sensitivity),
10833         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
10834         (ev_window_setup_document), (ev_window_get_password),
10835         (ev_window_open), (ev_window_cmd_save_as),
10836         (using_postscript_printer), (ev_window_print),
10837         (find_not_supported_dialog), (ev_window_cmd_edit_find),
10838         (update_fullscreen_popup), (ev_window_fullscreen),
10839         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
10840         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
10841         (menu_item_select_cb), (find_bar_search_changed_cb),
10842         (ev_window_dispose), (ev_window_init):
10843
10844         Add initial support for password-supported dialogs.  This could be
10845         a lot cooler, but it'll do for now.
10846
10847 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
10848
10849         * pdf/xpdf/pdf-document.cc:
10850         * shell/ev-view.c: (status_message_from_link),
10851         (ev_view_set_status), (ev_view_set_cursor),
10852         (ev_view_motion_notify_event), (ev_view_init):
10853         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
10854
10855         Fix bugs in the links implementation and change cursor
10856         when hovering a link.
10857
10858 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
10859
10860         * viewer/.cvsignore: added cvsignore file for viewer directory
10861
10862         * TODO: created TODO document
10863
10864 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
10865
10866         * shell/ev-view.h:
10867         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
10868         new functions to help with implementation of sensitivity code
10869         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
10870         of all actions that might require it.  Fixes a crash when you
10871         click on the Zoom actions in a window lacking a document.
10872
10873 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
10874
10875         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
10876         of the Find action
10877
10878 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
10879
10880         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
10881         (pixbuf_document_document_iface_init):
10882         * ps/ps-document.c: (ps_document_get_link),
10883         (ps_document_document_iface_init):
10884         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
10885         (status_message_from_link), (ev_view_set_status),
10886         (ev_view_set_find_status), (ev_view_motion_notify_event),
10887         (ev_view_button_release_event), (ev_view_set_property),
10888         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
10889         (ev_view_get_find_status_message), (update_find_results),
10890         (ev_view_get_status), (ev_view_get_find_status):
10891         * shell/ev-view.h:
10892         * shell/ev-window.c: (view_status_changed_cb),
10893         (view_find_status_changed_cb), (ev_window_init):
10894
10895         View status message support, use it to show the links.
10896         Needs work...
10897
10898 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
10899
10900         * backend/ev-document.c: (ev_document_get_link):
10901         * backend/ev-document.h:
10902         * pdf/xpdf/pdf-document.cc:
10903         * shell/ev-application.c: (ev_application_open):
10904         * shell/ev-application.h:
10905         * shell/ev-sidebar-links.c: (selection_changed_cb):
10906         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
10907         (ev_view_go_to_link):
10908
10909         Add support for document links
10910
10911 2005-01-13  Anders Carlsson  <andersca@gnome.org>
10912
10913         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
10914         (create_tool_item):
10915         Set the spin button limits correctly.
10916         
10917         * shell/ev-sidebar-thumbnails.c:
10918         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
10919         Support changing pages by clicking on the thumbnails.
10920         
10921 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
10922
10923         * pixbuf/pixbuf-document.c:
10924         (pixbuf_document_thumbnails_get_dimensions),
10925         (pixbuf_document_document_thumbnails_iface_init):
10926
10927         implement get_dimensions
10928
10929 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
10930
10931         * ps/ps-document.c: (ps_document_goto_page):
10932
10933         Fix page switching on multipage documents
10934
10935 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
10936
10937         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
10938         
10939         check for NULL before assigning to width and height parameters
10940
10941 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
10942
10943         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
10944         (pixbuf_document_set_property), (pixbuf_document_get_property):
10945
10946         implement get/set properties
10947
10948 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
10949
10950         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
10951         
10952         return NULL instead of "Unknown", letting the title get set to
10953         the filename when the pdf has no title.
10954
10955 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
10956
10957         * ps/ps-document.c: (ps_document_get_page_count),
10958         (ps_document_goto_page):
10959
10960 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
10961
10962         * shell/ev-history.c: (ev_history_get_property),
10963         (ev_history_set_property), (ev_history_class_init),
10964         (ev_history_add_page), (ev_history_set_current_index):
10965         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
10966         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
10967         (ev_navigation_action_finalize):
10968         * shell/ev-navigation-action.h:
10969         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
10970         (ev_view_go_forward), (ev_view_get_find_status_message),
10971         (history_index_changed_cb), (ev_view_set_history):
10972         * shell/ev-view.h:
10973         * shell/ev-window.c: (update_total_pages), (ev_window_open),
10974         (update_current_page), (register_custom_actions):
10975
10976         Implement history dropdowns
10977
10978 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
10979
10980         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
10981         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
10982         (ev_view_go_forward):
10983         * shell/ev-window.c: (register_custom_actions):
10984
10985         Fix several history bugs
10986
10987 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
10988
10989         * configure.ac: Add «nb» to ALL_LINGUAS.
10990
10991 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
10992
10993         * backend/Makefile.am:
10994         * backend/ev-bookmark.c:
10995         * backend/ev-bookmark.h:
10996         * backend/ev-document-bookmarks.c:
10997         * backend/ev-document-bookmarks.h:
10998         * backend/ev-document-links.c: (ev_document_links_get_type),
10999         (ev_document_links_has_document_links),
11000         (ev_document_links_begin_read), (ev_document_links_get_link),
11001         (ev_document_links_get_child), (ev_document_links_next),
11002         (ev_document_links_free_iter):
11003         * backend/ev-document-links.h:
11004         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
11005         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
11006         (ev_link_get_link_type), (ev_link_set_link_type),
11007         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
11008         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
11009         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
11010         (ev_link_new_external):
11011         * backend/ev-link.h:
11012         * pdf/xpdf/pdf-document.cc:
11013         * shell/Makefile.am:
11014         * shell/ev-application.c: (ev_application_open_link):
11015         * shell/ev-application.h:
11016         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
11017         (ev_history_get_link_nth):
11018         * shell/ev-history.h:
11019         * shell/ev-sidebar-bookmarks.c:
11020         * shell/ev-sidebar-bookmarks.h:
11021         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11022         (ev_sidebar_links_class_init), (selection_changed_cb),
11023         (ev_sidebar_links_construct), (ev_sidebar_links_init),
11024         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
11025         (do_one_iteration), (populate_links_idle),
11026         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
11027         * shell/ev-sidebar-links.h:
11028         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11029         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
11030         (go_to_index):
11031         * shell/ev-view.h:
11032         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
11033         * shell/ev-window.h:
11034
11035         Rename bookmark to link, and use "Index" for the sidebar panel.
11036
11037 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11038
11039         * shell/Makefile.am:
11040         * shell/ev-application.c: (ev_application_open_bookmark):
11041         * shell/ev-application.h:
11042         * shell/ev-history.c: (ev_history_init), (free_links_list),
11043         (ev_history_finalize), (ev_history_class_init),
11044         (ev_history_add_link), (ev_history_add_page),
11045         (ev_history_get_link_nth), (ev_history_get_n_links),
11046         (ev_history_get_current_index), (ev_history_set_current_index),
11047         (ev_history_new):
11048         * shell/ev-history.h:
11049         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11050         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
11051         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
11052         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
11053         (ev_view_set_page):
11054         * shell/ev-view.h:
11055         * shell/ev-window.c: (ev_window_open_bookmark),
11056         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
11057         (goto_page_cb), (register_custom_actions):
11058         * shell/ev-window.h:
11059
11060         Initial history implementation. Needs work.
11061
11062 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
11063
11064         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
11065
11066 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11067
11068         * cut-n-paste/recent-files/egg-recent-item.c:
11069         * cut-n-paste/recent-files/egg-recent-item.h:
11070         * cut-n-paste/recent-files/egg-recent-model.c:
11071         * cut-n-paste/recent-files/egg-recent-util.c:
11072         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11073         * cut-n-paste/recent-files/egg-recent-view.c:
11074
11075         Update
11076
11077 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
11078
11079         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
11080         (fillGlyph, fillImageMask, drawImage):
11081         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
11082         pdf/splash/SplashTypes.h:
11083         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
11084         packed mode for Splash.
11085
11086         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
11087         RGB8 packed mode, eliminates the pixbuf data creation loop.
11088
11089         * shell/ev-print-job.c (ev_print_job_finalize)
11090         (ev_print_job_set_property, ev_print_job_get_property)
11091         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
11092         (ev_print_job_use_print_dialog_settings, idle_print_handler)
11093         (print_closure_finalize, ev_print_job_print): implement
11094         printing (for backends with EvPsExporter)
11095
11096         * shell/ev_print_job.h: update prototypes.
11097
11098         * shell/ev-window.c (ev_window_print): unref print job after
11099         printing.
11100
11101         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
11102         unless the document implements the EvDocumentFind interface.
11103
11104 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
11105
11106         * configure.ac: Added ja to ALL_LINGUAS.
11107
11108 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11109
11110         * pdf/xpdf/pdf-document.cc:
11111
11112         add a FIXME. We should probably not allocate
11113         a bookmark object every time
11114
11115 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11116
11117         * shell/ev-application.c: (ev_application_open),
11118         (ev_application_open_bookmark):
11119         * shell/ev-application.h:
11120         
11121         Add a way to open bookmarks
11122
11123         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
11124         (ev_bookmark_set_uri), (ev_bookmark_get_property),
11125         (ev_bookmark_set_property), (ev_bookmark_class_init),
11126         (ev_bookmark_new_title), (ev_bookmark_new_link),
11127         (ev_bookmark_new_external):
11128
11129         Support for external uris, better constructors.
11130
11131         * backend/ev-bookmark.h:
11132         * pdf/xpdf/pdf-document.cc:
11133         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11134
11135         Handle external uris
11136
11137 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11138
11139         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
11140         (ev_sidebar_bookmarks_construct), (do_one_iteration):
11141
11142         Hook up bookmarks navigation
11143
11144 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11145
11146         * backend/Makefile.am:
11147         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
11148         (ev_bookmark_get_title), (ev_bookmark_set_title),
11149         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
11150         (ev_bookmark_get_page), (ev_bookmark_set_page),
11151         (ev_bookmark_get_property), (ev_bookmark_set_property),
11152         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
11153         (ev_bookmark_new):
11154         * backend/ev-bookmark.h:
11155         * backend/ev-document-bookmarks.c:
11156         (ev_document_bookmarks_get_bookmark):
11157         * backend/ev-document-bookmarks.h:
11158         * pdf/xpdf/pdf-document.cc:
11159         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
11160
11161         Add a bookmark object to the backend and use it instead of get_values
11162
11163 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
11164
11165         * data/evince-ui.xml:
11166
11167         Cleanup and add select all.
11168
11169         * shell/ev-view.c: (ev_view_select_all),
11170         (ev_view_button_press_event):
11171         * shell/ev-view.h:
11172         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
11173
11174         Add select all.
11175         Clear selection on click.
11176
11177 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
11178
11179         * shell/ev-sidebar-thumbnails.c
11180         (ev_sidebar_thumbnails_set_document): forgot to unref the
11181         loading_icon.
11182
11183 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
11184
11185         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
11186         at the visible page, not just linearly.  This makes it look fast.
11187
11188 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
11189
11190         * backend/ev-document-misc.c
11191         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
11192         white.
11193         * backend/ev-document-thumbnails.h: New interface to get the size
11194         of a page.
11195
11196 2005-01-06  Jeremy Katz  <katzj@redhat.com>
11197
11198         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
11199         make dist works
11200
11201 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
11202
11203         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
11204         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
11205         things up a bit.
11206
11207         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
11208
11209 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
11210
11211         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
11212         fonts. Should fix font problems on systems that have the base
11213         fonts in bitmap format. Reported by James Henstridge
11214         <james@jamesh.id.au>.
11215
11216 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11217
11218         * pdf/xpdf/Gfx.cc:
11219         * pdf/xpdf/GfxState.cc:
11220
11221         Fix for CAN-2004-1125
11222
11223 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11224
11225         * shell/ev-view.c: (ev_view_copy):
11226         * shell/ev-view.h:
11227         * shell/ev-window.c: (ev_window_cmd_edit_copy):
11228
11229         Implement Edit->Copy
11230
11231 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11232
11233         * backend/ev-document.c: (ev_document_get_text):
11234         * backend/ev-document.h:
11235         * pdf/xpdf/pdf-document.cc:
11236         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
11237         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11238         (ev_view_update_primary_selection), (ev_view_button_press_event),
11239         (ev_view_motion_notify_event), (ev_view_button_release_event):
11240
11241         Beginnings of clipboard support. Incomplete but primary sort
11242         of work.
11243
11244 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11245
11246         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
11247         (expose_bin_window):
11248
11249         Nicer rubberband drawing, from GtkIconView.
11250
11251 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11252
11253         * backend/ev-document.c: (ev_document_save):
11254         * backend/ev-document.h:
11255         * data/evince-ui.xml:
11256         * pdf/xpdf/pdf-document.cc:
11257         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
11258
11259         Implement "Save a copy..." menu item
11260
11261 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11262
11263         * shell/ev-view.c: (ev_view_zoom):
11264
11265         Queue a resize when zoom changes
11266
11267 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
11268
11269         * backend/ev-document-misc.[ch]: New misc file to do simple drop
11270         shadows.
11271
11272         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
11273         thumbnails..
11274
11275 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
11276
11277         * pdf/xpdf/pdf-document.cc
11278         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
11279
11280 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
11281
11282         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
11283         It's slow, but I'll speed it up next!
11284
11285 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
11286
11287         * shell/main.c (load_files):
11288
11289         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
11290         from the command line and because it seems more appropriate.
11291
11292 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11293
11294         * data/evince-ui.xml:
11295         * shell/ev-window.c: (update_action_sensitivity),
11296         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
11297
11298         s/next page/page down
11299         s/previous page/page up
11300
11301 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11302
11303         * data/evince-ui.xml:
11304
11305         Change the layout to match clarkbw design.
11306
11307         * shell/Makefile.am:
11308         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
11309         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
11310         (ev_navigation_action_finalize),
11311         (ev_navigation_action_set_property),
11312         (ev_navigation_action_get_property),
11313         (ev_navigation_action_class_init):
11314         * shell/ev-navigation-action.h:
11315
11316         Implement clarkbw toolbar navigation controls (incomplete)
11317
11318         * shell/ev-page-action.c: (update_label), (update_spin),
11319         (value_changed_cb), (create_tool_item), (connect_proxy),
11320         (ev_page_action_init), (ev_page_action_finalize),
11321         (ev_page_action_set_property), (ev_page_action_get_property),
11322         (ev_page_action_set_current_page),
11323         (ev_page_action_set_total_pages), (ev_page_action_class_init):
11324         * shell/ev-page-action.h:
11325
11326         Implement a page switcher in the toolbar
11327
11328         * shell/ev-view.c: (ev_view_scroll_view):
11329         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11330         (update_current_page), (view_page_changed_cb), (goto_page_cb),
11331         (register_custom_actions), (ev_window_init):
11332
11333         Change page on PageUp/Down.
11334
11335 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
11336
11337         * pdf/xpdf/pdf-document.cc
11338         (pdf_document_thumbnails_get_thumbnail): initial stab at
11339         implementing thumbnail support for pdfs.  It only does documents
11340         with precached pdfs now.
11341
11342 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
11343
11344         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
11345         thumbnail code into a time-based idle as well.  Also, turn off the
11346         shadow temporarily as it's really slow.
11347
11348 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11349
11350         * backend/ev-document.c: (ev_document_class_init):
11351         * pdf/xpdf/pdf-document.cc:
11352         * shell/ev-window.c: (ev_window_open):
11353
11354         Fix document title bugs and fallback to
11355         filename when not available.
11356
11357 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11358
11359         * backend/ev-document.c: (ev_document_get_type),
11360         (ev_document_class_init), (ev_document_load),
11361         (ev_document_get_title):
11362         * backend/ev-document.h:
11363         * pdf/xpdf/pdf-document.cc:
11364         * ps/ps-document.c: (ps_document_set_property),
11365         (ps_document_get_property), (ps_document_class_init),
11366         (document_load):
11367         * ps/ps-document.h:
11368         * ps/ps.h:
11369         * shell/ev-window.c: (update_window_title), (ev_window_open),
11370         (ev_window_init):
11371
11372         Initial support for document title. Not working yet.
11373
11374 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11375
11376         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
11377
11378         Grab focus on the view when clicking it
11379
11380 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11381
11382         * shell/ev-marshal.list:
11383         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
11384         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
11385
11386         Add key bindings to the view. Now if the focus would work
11387         right...
11388
11389 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11390
11391         * Makefile.am:
11392         * backend/Makefile.am:
11393         * data/Makefile.am:
11394         * dvi/Makefile.am:
11395         * dvi/dvilib/Makefile.am:
11396         * pdf/xpdf/Makefile.am:
11397         * po/POTFILES.in:
11398         * ps/Makefile.am:
11399
11400         Fix distcheck
11401
11402 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11403
11404         * shell/ev-view.c: (ev_view_realize):
11405
11406         Fix mouse wheel scrolling
11407
11408 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11409
11410         * ps/Makefile.am:
11411         * ps/gstypes.h:
11412         * ps/gtkgs.c:
11413         * ps/gtkgs.h:
11414         * ps/ps-document.c: (catchPipe), (ps_document_init),
11415         (ps_document_class_init), (ps_document_cleanup),
11416         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
11417         (set_up_page), (close_pipe), (is_interpreter_ready),
11418         (interpreter_failed), (output), (input), (start_interpreter),
11419         (stop_interpreter), (file_length), (file_readable),
11420         (check_filecompressed), (check_pdf), (compute_xdpi),
11421         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
11422         (ps_document_get_type), (ps_document_emit_error_msg),
11423         (document_load), (ps_document_next_page),
11424         (ps_document_get_current_page), (ps_document_get_page_count),
11425         (ps_document_goto_page), (ps_document_set_page_size),
11426         (ps_document_zoom_to_fit), (ps_document_set_zoom),
11427         (ps_document_load), (ps_document_get_n_pages),
11428         (ps_document_set_page), (ps_document_get_page),
11429         (ps_document_widget_event), (ps_document_set_target),
11430         (ps_document_set_scale), (ps_document_set_page_offset),
11431         (ps_document_get_page_size), (ps_document_render),
11432         (ps_document_document_iface_init):
11433         * ps/ps-document.h:
11434         * ps/ps.c:
11435         * shell/ev-window.c: (ev_window_open):
11436
11437         Rename GtkGS to PSDocument
11438
11439 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11440
11441         * ps/gtkgs.c: (gtk_gs_class_init):
11442         * ps/gtkgs.h:
11443
11444         Some more leftover...
11445
11446 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11447
11448         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
11449         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
11450         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
11451         * ps/gtkgs.h:
11452
11453         Remove unused code and make a lot of stuff private
11454
11455 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11456
11457         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
11458         (gtk_gs_defaults_changed):
11459         * ps/gsdefaults.h:
11460         * ps/gtkgs.c:
11461         * ps/gtkgs.h:
11462         * ps/ps.h:
11463
11464         Cleanup headers dependencies
11465
11466 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11467
11468         * ps/Makefile.am:
11469         * ps/ggvutils.c:
11470         * ps/ggvutils.h:
11471         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
11472         * ps/gsdefaults.h:
11473         * ps/gtkgs.c: (file_length), (file_readable),
11474         (check_filecompressed), (check_pdf), (gtk_gs_load),
11475         (gtk_gs_get_postscript):
11476
11477         Get rid of ggvutils
11478
11479 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11480
11481         * ps/ggvutils.c:
11482         * ps/ggvutils.h:
11483         * ps/gsio.h:
11484         * ps/gtkgs.c: (gtk_gs_set_zoom):
11485
11486         Cleanups
11487
11488 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11489
11490         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
11491
11492         Ensure the page is rerendered when changing zoom
11493
11494 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11495
11496         * backend/ev-document.c: (ev_document_base_init),
11497         (ev_document_changed):
11498         * backend/ev-document.h:
11499
11500         Add a changed event that is emitted when the page content
11501         changes. This is necessary to deal with the fact that
11502         in ps backend rendering happen asycrounously.
11503         This makes the ps backend mostly work.
11504
11505         * pdf/xpdf/pdf-document.cc:
11506
11507         Emit changed event
11508
11509         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
11510         (ps_document_set_target):
11511
11512         Emit changed event
11513
11514         * shell/ev-view.c: (document_changed_callback),
11515         (ev_view_set_document), (ev_view_set_page):
11516
11517         Redraw on the changed signal
11518
11519 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
11520
11521         * configure.ac: Added pt_BR to ALL_LINGUAS.
11522
11523 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
11524
11525         * backend/ev-document-bookmarks.c:
11526         (ev_document_bookmarks_get_child): *
11527         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
11528         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
11529         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
11530         (ev_sidebar_bookmarks_destroy),
11531         (ev_sidebar_bookmarks_class_init),
11532         (ev_sidebar_bookmarks_construct), (stack_data_free),
11533         (do_one_iteration), (populate_bookmarks_idle),
11534         (ev_sidebar_bookmarks_clear_document),
11535         (ev_sidebar_bookmarks_set_document): *
11536         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
11537         (ev_sidebar_add_page),
11538         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
11539         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
11540         it displays both the topics and the page numbers.
11541
11542 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
11543
11544         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
11545         toggle.
11546         * shell/ev-window.c (toggle_entries): Set sidebar default value to
11547         visible.
11548
11549 2004-12-23  Adam Weinberger  <adamw@gnome.org>
11550
11551         * configure.ac: Added en_CA to ALL_LINGUAS.
11552
11553 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11554
11555         * ChangeLog: replace bottom of this ChangeLog (merged history of
11556         ggv and gpdf; where all paths were wrong and most of the files are
11557         not even in this tree) with ChangeLog (from arch) of the shell
11558         code.
11559
11560 2004-12-23  Havoc Pennington  <hp@redhat.com>
11561
11562         * shell/ev-window.c: hook up potentially-questionable "find
11563         results status text" feature - something involving the sidebar or
11564         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
11565         might be better in the end.
11566
11567         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
11568         with corresponding signal when it should be updated
11569
11570         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
11571
11572 2004-12-22  Havoc Pennington  <hp@redhat.com>
11573
11574         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
11575         find stuff on other pages, sort of (only returns one result on
11576         invisible pages, to show they have results; updates full results
11577         for a page when you view it). Currently repaints the current page
11578         every time a new result is found on any page, which isn't so nice.
11579
11580 2004-12-22  Havoc Pennington  <hp@redhat.com>
11581
11582         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
11583         the document doesn't support find (better ideas?)
11584         (find_bar_search_changed_cb): handle missing document or document
11585         that doesn't support find
11586
11587         * pdf/xpdf/pdf-document.cc: port to implement the new
11588         EvDocumentFindIface
11589
11590         * backend/ev-document-find.c: create a new interface for searching
11591
11592         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
11593
11594 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11595
11596         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
11597         libevbackend.la.
11598
11599         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
11600         EvPrintJob constructor arguments.
11601
11602         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
11603         for documents that can export PostScript (page by page).
11604
11605         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
11606         
11607         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
11608         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
11609         (pdf_document_ps_exporter_iface_init:
11610         Implement EvPSExporter.
11611
11612         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
11613
11614 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11615
11616         * backend/Makefile.am:
11617         * backend/ev-document-thumbnails.c:
11618         (ev_document_thumbnails_get_type),
11619         (ev_document_thumbnails_get_thumbnail):
11620         * backend/ev-document-thumbnails.h:
11621         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11622         (pixbuf_document_thumbnails_get_thumbnail),
11623         (pixbuf_document_document_thumbnails_iface_init):
11624         * shell/Makefile.am:
11625         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
11626         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
11627         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
11628         * shell/ev-sidebar-thumbnails.h:
11629         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11630         (ev_sidebar_set_document):
11631         * shell/ev-utils.c: (gaussian), (create_blur_filter),
11632         (create_shadow), (ev_pixbuf_add_shadow):
11633         * shell/ev-utils.h:
11634         Add thumbnail support.
11635         
11636 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11637
11638         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
11639         (using_postscript_printer): Set up a print dialog for "PostScript
11640         injection" method.
11641
11642         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
11643         EvPrintJob.
11644
11645         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
11646
11647 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11648
11649         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
11650         (ps_document_set_target), (ps_document_get_page_size),
11651         (ps_document_render):
11652         * ps/gtkgs.h:
11653
11654         Fix a few bugs
11655
11656 2004-12-22  Christian Rose  <menthos@menthos.com>
11657
11658         * configure.ac: Added "sv" to ALL_LINGUAS.
11659
11660 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
11661
11662         * backend/ev-document-bookmarks.[ch]: new interface to indicate
11663         document supports bookmarks.
11664
11665 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11666
11667         * ps/ggvutils.c: (ggv_file_readable):
11668         * ps/ggvutils.h:
11669         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
11670         (gtk_gs_get_postscript):
11671
11672         Remove unused utils
11673
11674 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11675
11676         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
11677         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
11678         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
11679         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
11680         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
11681         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
11682         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
11683         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
11684         (gtk_gs_set_antialiasing), (ps_document_load),
11685         (ps_document_render):
11686         * ps/gtkgs.h:
11687
11688         Another check point for the ps backend. Now I can get it to show
11689         pages!
11690
11691 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
11692
11693         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
11694         document setting code.
11695
11696 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11697
11698         * shell/eggfindbar.c: (entry_activate_callback):
11699         Animate the next button when activate is pressed.
11700         
11701 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11702
11703         * shell/ev-window.c: (ev_window_cmd_edit_find),
11704         (update_fullscreen_popup), (ev_window_fullscreen),
11705         (ev_window_unfullscreen), (ev_window_state_event_cb),
11706         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
11707         Fix bugs in fullscreen code.
11708         
11709 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11710
11711         * Makefile.am:
11712         * configure.ac:
11713         * pixbuf/Makefile.am:
11714         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11715         (pixbuf_document_load), (pixbuf_document_get_n_pages),
11716         (pixbuf_document_set_page), (pixbuf_document_get_page),
11717         (pixbuf_document_set_target), (pixbuf_document_set_scale),
11718         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
11719         (pixbuf_document_render), (pixbuf_document_begin_find),
11720         (pixbuf_document_end_find), (pixbuf_document_finalize),
11721         (pixbuf_document_class_init),
11722         (pixbuf_document_document_iface_init), (pixbuf_document_init):
11723         * pixbuf/pixbuf-document.h:
11724         * shell/Makefile.am:
11725         * shell/ev-application.c: (ev_application_open):
11726         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
11727         (ev_window_open):
11728         Add pixbuf backend.
11729         
11730 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
11731
11732         * Makefile.am: 
11733         * dvi/dvilib/Makefile.am:
11734         * dvi/Makefile.am:
11735         * configure.ac: Auto*ify dvi and dvi/dvilib
11736
11737         * dvi/Makefile: Remove from CVS
11738         
11739         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
11740         confusion.
11741
11742         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
11743         
11744         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
11745         
11746 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11747
11748         * ps/Makefile.am:
11749         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
11750         (gtk_gs_value_adjustment_changed), (compute_size),
11751         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
11752         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
11753         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
11754         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
11755         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
11756         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
11757         (ps_document_load), (ps_document_get_n_pages),
11758         (ps_document_set_page), (ps_document_get_page),
11759         (ps_document_set_target), (ps_document_set_scale),
11760         (ps_document_set_page_offset), (ps_document_get_page_size),
11761         (ps_document_render), (ps_document_begin_find),
11762         (ps_document_end_find), (ps_document_document_iface_init):
11763         * ps/gtkgs.h:
11764         * shell/Makefile.am:
11765         * shell/ev-window.c: (ev_window_open):
11766
11767         Some work to integrate gtkgs with EvDocument
11768
11769 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11770
11771         * shell/ev-window.c: (update_fullscreen_popup),
11772         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
11773         (exit_fullscreen_button_clicked_cb),
11774         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
11775         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11776         (ev_window_state_event_cb), (ev_window_init):
11777         Add fullscreen support from Epiphany.
11778         
11779 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11780
11781         * data/ev-stock-zoom-fit-width.png: fit-width
11782         stock icon from gpdf.
11783         
11784         * shell/ev-stock-icons.[ch]: copied from gpdf.
11785         
11786         * shell/main.c: (main): init stock icons.
11787         
11788         * shell/ev-window.c: use the fit-width icon.
11789         
11790         * data/evince-ui.xml: add zooming toolbar items.
11791
11792 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11793
11794         * shell/ev-view.c: 
11795         (ev_view_best_fit), (ev_view_fit_width): because
11796         get_page_size() returns the scaled page size, we
11797         need to calculate the scale factor relative to
11798         the previous scale factor. Should really just
11799         add get_real_page_size().
11800
11801 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11802
11803         * shell/ev-view.[ch]:
11804         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
11805         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
11806         add zooming.
11807         
11808         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11809         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
11810         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
11811         hook it up.
11812         
11813         * pdf/xpdf/pdf-document.cc:
11814         (pdf_document_begin_find),
11815         (pdf_document_end_find): make static.
11816
11817 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11818
11819         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
11820
11821         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
11822         names to fontconfig patterns.
11823         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
11824
11825         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
11826         setupBaseFontsFc.
11827
11828 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11829
11830         * Makefile.am:
11831         * configure.ac:
11832         * ps/Makefile.am:
11833         * ps/ggvutils.c:
11834         * ps/ggvutils.h:
11835         * ps/gsdefaults.c:
11836         * ps/gsdefaults.h:
11837         * ps/gsio.c:
11838         * ps/gsio.h:
11839         * ps/gtkgs.c:
11840         * ps/gtkgs.h:
11841         * ps/ps.c:
11842         * ps/ps.h:
11843
11844         Import ggv backend. Not hooked up yet.
11845
11846 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11847
11848         * shell/main.c: (load_files), (main): load files
11849         from the command line.
11850
11851 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11852
11853         * configure.ac: don't require bonobo.
11854         
11855         * cut-n-paste/recent-files/*: kill bonobo recent
11856         view.
11857
11858         * shell/ev-window.c:
11859         (ev_window_is_empty): upd.
11860         (unable_to_load), (ev_window_open): load backend
11861         based on the mime type.
11862
11863 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11864
11865         * backend/.cvsignore: ignore generated marshalers source.
11866
11867         * shell/main.c (main): this is not epiphany.
11868
11869 2004-12-22  Havoc Pennington  <hp@redhat.com>
11870
11871         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
11872         (expose_bin_window): draw find highlights
11873
11874         * shell/ev-window.c (find_bar_search_changed_cb): implement 
11875         
11876         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
11877         (pdf_document_end_find): implement this interface
11878
11879         * backend/ev-document.c (ev_document_found): add this to emit
11880         signal
11881
11882 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
11883
11884         * data/evince-ui.xml: Add a few more toolbar items.
11885
11886         * shell/ev-window.c: Hook up page navigation toolbar 
11887         items.
11888
11889         * shell/ev-view.[ch]: add ev_view_set/get_page and 
11890         a page-changed signal.
11891
11892         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
11893         Add ev_document_get_page().
11894
11895         * shell/ev-window.c: Sensitize/desensitize navigation
11896         actions.
11897
11898 2004-12-21  Havoc Pennington  <hp@redhat.com>
11899
11900         * backend/ev-backend-marshal.c,
11901         backend/ev-backend-marshalers.list, backend/Makefile.am: add
11902         marshaler-generator thingy. I'm sure there's a better way to do
11903         this in the modern world.
11904
11905         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
11906         end_find methods and "found" signal.
11907
11908         * configure.ac: find glib-genmarshal
11909
11910 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
11911
11912         * shell/ev-sidebar.c: Construct an actual sidebar.
11913         * shell/ev-sidebar-bookmarks.[ch]:
11914         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
11915
11916 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
11917
11918         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
11919         Redo size handling.
11920         
11921         * shell/ev-view.c: Track the size from the document.
11922
11923 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
11924
11925         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
11926         constructor assumes ownership of the string passed in.
11927         
11928         * shell/ev-window.c (ev_window_open): Destroy the error
11929         dialog once we've displayed it.
11930
11931 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
11932
11933         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
11934         a bit, it works! (sort of)
11935
11936         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
11937         Move to .cc since we need to use C++ in the implementation.
11938
11939         * shell/dummy.cc: Add a CC file to force evince
11940         to be linked as a C++ program.
11941
11942 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
11943
11944         * shell/ev-view.[ch]: Start of content-area widget.
11945
11946         * shell/ev-window.c: Create a EvView, update it
11947         as we change documents.
11948
11949         * shell/Makefile.am shell/ev-marshal.list: Add
11950         generated marshalers.
11951
11952 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
11953
11954         * Makefile.am (SUBDIRS): move shell.
11955
11956 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
11957
11958         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
11959         .a to libtool convenience libraries.
11960
11961         * shell/ev-window.c (ev_window_open): Hard code loading
11962         a PDF document.
11963         
11964         * backend/ev-document.h: Add a boolean return to load(),
11965         fix GError * to GError **.
11966
11967         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
11968         object for a PDF backend EvDocument.
11969
11970 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
11971
11972         * dvi/*: New directory with the beginning of a .dvi backend.
11973
11974 2004-12-21  Havoc Pennington  <hp@redhat.com>
11975
11976         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
11977         previous/next instead of back/forward
11978
11979 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
11980
11981         * backend/ev-document.[ch]: Fix a couple of problems so
11982         it compile.
11983
11984 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
11985
11986         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
11987         to backend/ directory, rename EvViewer to EvDocument.
11988
11989 2004-12-21  Havoc Pennington  <hp@redhat.com>
11990
11991         * shell/ev-window.c: hook up the find bar widget; now we just need
11992         a document to find things in
11993
11994         * shell/eggfindbar.c: a find bar widget
11995
11996 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
11997
11998         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
11999
12000 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
12001
12002         * pdf/**: Import of xpdf code from gpdf. 
12003
12004         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
12005
12006         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
12007         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
12008         Fix FreeType includes.
12009
12010         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
12011         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
12012         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
12013         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
12014         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
12015         Include xpdfconfig.h
12016         
12017 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
12018
12019         * shell/ev-window.c (ev_window_dispose): dispose can be called
12020         multiple times.
12021
12022 2004-12-21  Havoc Pennington  <hp@redhat.com>
12023
12024         * shell/ev-window.c (ev_window_init): set title to Document Viewer
12025         rather than Evince
12026
12027         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
12028         items; really they should be synced with the strings, etc. from
12029         current gpdf, but just getting the boring typing out of the way 
12030
12031 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12032
12033         * po/POTFILES.in:
12034         * shell/ev-application.c: (window_destroy_cb):
12035         * shell/ev-window.c:
12036         * shell/main.c: (main):
12037
12038         Actually show the window...
12039
12040 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12041
12042         * Makefile.am:
12043         * shell/Makefile.am:
12044         * shell/ev-application.c: (ev_application_class_init):
12045         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
12046
12047         Make it build again
12048
12049 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12050
12051         Import to gnome cvs.
12052         
12053         * Remove copies of gpdf and ggv trees.
12054         * Rip out all the recursive configure code.
12055         * Remove bonobo machinery.
12056         * viewer/*: GInterfaces that backends should/can implement.
12057
12058 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12059
12060         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
12061         typo
12062
12063 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12064
12065         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
12066         (ev_application_finalize, ev_application_class_init)
12067         (ev_application_init): use GType instance private data for priv.
12068
12069         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
12070         (ev_window_finalize, ev_window_class_init)
12071         (ev_window_init): ditto.
12072
12073 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12074
12075         * shell/ev-application.c (ev_application_new_window): make public
12076         (ev_application_show_initial_window): kill.
12077
12078         * shell/ev-application.h: update prototypes.
12079
12080         * shell/main.cc (main): inline ev_application_show_initial_window.
12081
12082 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12083
12084         * shell/ev-application.c (ev_application_new_window): impl.
12085         (ev_application_show_initial_window): use it.
12086         (is_window_empty, ev_application_get_empty_window): returns an
12087         existing empty window or a new one.
12088         (ev_application_open): from ev_window_cmd_file_open.
12089
12090         * shell/ev-application.h: update prototypes
12091
12092         * shell/ev-window.c (ev_window_is_empty): impl.
12093         (ev_window_open): make public.
12094         (ev_window_cmd_file_open): use ev_application_open
12095
12096         * shell/ev-window.h: update prototypes, remove unused.
12097
12098 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12099
12100         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
12101         move destroy handler out of here...
12102
12103         * shell/ev-application.c, shell/ev-application.h: ...into this new
12104         class. Also handles initial window creation.
12105
12106         * shell/main.cc (main): use EvApplication to create initial
12107         window.
12108
12109 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12110
12111         * Makefile.am (SUBDIRS): add cut-n-paste
12112
12113         * cut-n-paste/Makefile.am: add
12114
12115         * configure.ac: generate Makefiles in cut-n-paste
12116
12117 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12118
12119         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
12120         (ev_window_class_init): install ev_window_dispose.
12121
12122 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12123
12124         * shell/ev-window.h, shell/ev-window.c: replace gchar with
12125         char (gchar looks stupid).
12126
12127 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12128
12129         * po/de.po: updated German translation.
12130
12131 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12132
12133         * configure.ac: add more pkg-config library checks for gnome-vfs,
12134         bonobo etc.
12135
12136         * gpdf/configure.in: temporarily disable libpaper
12137         checks. Otherwise I'd have to add the checks for the shell, too.
12138
12139 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12140
12141         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
12142         and * file filters to the file choose.
12143
12144 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12145
12146         * po/de.po: Updated German translation.
12147
12148 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12149
12150         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
12151
12152 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12153
12154         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
12155
12156         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
12157         (ev_window_init): implement those menuitems.
12158
12159 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12160
12161         * data/evince-ui.xml: add a toolbar (with FileOpen action)
12162
12163         * shell/ev-window.c (ev_window_init): use the toolbar.
12164
12165 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12166
12167         * shell/ev-window.c (ev_window_init): use menu translations
12168
12169 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12170
12171         * configure.ac: add "de" to ALL_LINGUAS.
12172
12173         * po/de.po: add German translation.
12174
12175 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12176
12177         * Makefile.am (SUBDIRS): add po
12178
12179         * configure.ac: check intltool, glib-gettext etc, generate
12180         po/Makefile.in
12181
12182         * po, po/POTFILES.in, po/POTFILES.skip: new.
12183
12184 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12185
12186         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
12187         already use (#ifdef ENABLE_NLS)
12188
12189         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
12190         pointer indirection thinko.
12191
12192         * shell/main.c: include gi18n.h for bindtextdomain etc.
12193
12194 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12195
12196         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
12197         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
12198         tooltips for menu items in the statusbar.
12199
12200 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12201
12202         * configure.ac, data/Makefile.am, shell/Makefile.am: use
12203         pkgdatadir drop UIDIR
12204
12205 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12206
12207         * data/evince-ui.xml: Add File->Open menu item
12208
12209         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
12210         chooser), hook it up in the ui manager.
12211
12212 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12213
12214         * shell/ev-window.c: fix Help->About tooltip.
12215
12216 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
12217
12218         * configure.ac: set CFLAGS for libevprivate.
12219
12220         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
12221         definitions, factory etc.
12222
12223         * lib/Makefile.am: build libevprivate.a (only stock icon code).
12224
12225         * shell/Makefile.am: link against libevprivate.a.
12226
12227         * shell/ev-window.c (entries): add stock icon to Help->About.
12228
12229         * shell/main.c (main): init stock icon code.
12230
12231 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12232
12233         * lib/recent-files: egg recent files code
12234
12235         * lib/Makefile.am: add.
12236
12237         * Makefile.am: add lib subdir.
12238
12239         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
12240         set CFLAGS for recent-files.
12241
12242 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12243
12244         * configure.ac: disable -ansi and -pedantic gcc flags. They
12245         disable POSIX stuff in stdio.h, but egg-recent uses them.
12246
12247 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
12248
12249         * configure.ac: add --disable-deprecated flag (defaults to on in
12250         "cvs" builds).
12251
12252         * shell/Makefile.am (INCLUDES): use it.
12253
12254 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12255
12256         * shell/main.c: add missing #include.
12257
12258         * shell/ev-window.c: fix for pedantic gcc.
12259         (ev_window_cmd_help_about): split license into paragraphs for
12260         translators and pedantic compilers.
12261
12262 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12263
12264         * configure.ac: add more warning flags if compiling with gcc from
12265         cvs (or explicitly requested with --enable-more-warnings).
12266
12267 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12268
12269         * data/evince-ui.xml: add File and File->Close menu.
12270
12271         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
12272         (ev_window_destroy): quit after destroy.
12273         (ev_window_class_init): override GtkObject::destroy.
12274         (entries): install close_window callback.
12275
12276 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12277
12278         * Makefile.am (SUBDIRS): add data subdir.
12279
12280         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
12281         gtk+ 2.5.0 for GtkAboutDialog.
12282
12283         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
12284         main window.
12285
12286         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
12287
12288         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
12289         manager.
12290         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
12291
12292 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12293
12294         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
12295
12296 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12297
12298         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
12299
12300 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12301
12302         * shell/*: Added shell directory boilerplate, build it.
12303
12304 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12305
12306         * configure.ac, Makefile.am: Added top-level configure.ac and
12307         Makefile.am