]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Removed shell/ev-view-private.h
[evince.git] / ChangeLog
1 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * configure.ac:
4         * backend/pdf/ev-poppler.cc:
5         * properties/ev-properties-view.c:
6         * shell/Makefile.am:
7         * shell/ev-tooltip.[ch]: Removed
8         * shell/ev-view-private.h
9         * shell/eggfindbar.c:
10         * shell/ev-application.c:
11         * shell/ev-open-recent-action.c:
12         * shell/ev-sidebar-thumbnails.c:
13         * shell/ev-view.c:
14         * shell/ev-window.c:
15
16         Bump GTK+ requirement to 2.12.
17         
18 2008-10-27 Christian Persch <chpe@gnome.org>
19
20         * backend/djvu/djvu-document.c
21         * backend/dvi/cairo-device.c
22         * cut-n-paste/evmountoperation/ev-mount-operation.h
23         * cut-n-paste/gedit-message-area/gedit-message-area.h
24         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
25         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
26         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
27         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
28         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
29         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
30         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
31         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
32         * cut-n-paste/zoom-control/ephy-zoom-action.c
33         * cut-n-paste/zoom-control/ephy-zoom-action.h
34         * cut-n-paste/zoom-control/ephy-zoom-control.c
35         * cut-n-paste/zoom-control/ephy-zoom-control.h
36         * libdocument/ev-async-renderer.h
37         * libdocument/ev-document-factory.c
38         * libdocument/ev-document-misc.h
39         * libdocument/ev-image.h
40         * libdocument/ev-selection.h
41         * shell/ev-properties-fonts.h
42         * shell/ev-stock-icons.h
43         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
44         directly. Bug #558064.
45
46 2008-10-27 Christian Persch <chpe@gnome.org>
47
48         * cut-and-paste/smclient/*: Update from libegg.
49
50 2008-10-27 Christian Persch <chpe@gnome.org>
51
52         * backend/djvu/djvu-document.c
53         * backend/ps/ev-spectre.c
54         * shell/ev-jobs.c: Use printf safely. Bug #558066.
55
56 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
57
58         * shell/ev-view.c (ev_view_change_page),
59         (ev_view_transition_animation_finish),
60         (ev_view_transition_animation_cancel), (page_changed_cb),
61         (ev_view_set_presentation), (ev_view_next_page),
62         (ev_view_previous_page):
63         
64         Cancel the animation without scheduling transition start
65         and proceed to the next page to fix bug #516749.
66
67 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
68
69         * NEWS:
70         * configure.ac:
71
72         Update for release 2.24.1
73         
74 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
75
76         * shell/ev-window.c: (ev_window_cmd_view_presentation):
77
78         Disable toggle function of F5 when in presentation mode. Patch by
79         Dave Neary. Fixes bug #556162.
80         
81 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
82
83         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
84         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
85         (ev_sidebar_thumbnails_fill_model),
86         (ev_sidebar_thumbnails_refresh),
87         (ev_sidebar_thumbnails_set_document):
88
89         Instead of using only one loading icon for thumbnails based on the
90         size of the first page, create an icon for every different page
91         size. Fixes bug #556264.
92         
93 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
94
95         * shell/ev-page-cache.c: (ev_page_cache_finalize):
96
97         Fix memory leak.
98         
99 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
100
101         * shell/ev-window-title.c (ev_window_title_sanitize_title):
102
103         Removes bad prefixes from window title. Patch by 
104         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
105         
106 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
107
108         * shell/ev-window.c: (launch_external_uri):
109
110         Do not consider mailto links as http uris. Fixes bug #555801.
111         
112 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
113
114         * shell/ev-view.c: (merge_selection_region), (clear_selection):
115
116         Fix memory leak. Fixes bug #555134.
117         
118 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
119
120         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
121
122         Emit the job finished signal when the job is handled before the
123         page_ready callback.
124         
125 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
126
127         * shell/ev-window.c: (launch_action):
128
129         Use GdkAppLaunchContext when available to launch external
130         applications.
131         
132 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
133
134         * shell/ev-window.c: (launch_action):
135
136         Fix launching external applications for launch actions which seems
137         to be broken since the gio port. Fixes bug #554500.
138         
139 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
140
141         * backend/dvi/Makefile.am:
142         * backend/dvi/cairo-device.c:
143         * backend/dvi/dvi-document.c:
144         * backend/dvi/mdvi-lib/Makefile.am:
145
146         Fix several compile warnings in the dvi backend.
147         
148 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
149
150         * backend/dvi/mdvi-lib/common.h:
151         * backend/dvi/mdvi-lib/dviread.c:
152         * backend/dvi/mdvi-lib/font.c:
153         * backend/dvi/mdvi-lib/fontmap.c:
154         * backend/dvi/mdvi-lib/fontsrch.c:
155         * backend/dvi/mdvi-lib/gf.c:
156         * backend/dvi/mdvi-lib/pagesel.c:
157         * backend/dvi/mdvi-lib/pk.c:
158         * backend/dvi/mdvi-lib/sp-epsf.c:
159         * backend/dvi/mdvi-lib/special.c:
160         * backend/dvi/mdvi-lib/tfm.c:
161         * backend/dvi/mdvi-lib/tfmfile.c:
162         * backend/dvi/mdvi-lib/util.c:
163         * backend/dvi/mdvi-lib/vf.c:
164
165         Rename error as mdvi_error to avoid symbol conflicts with the libc
166         error. Rename also message, crash, fatal and warning for
167         consistency. Fixes bug #553369.
168         
169 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
170
171         * backend/dvi/dvi-document.c: (dvi_document_load):
172
173         Fix memory leak.
174         
175 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
176
177         * backend/dvi/dvi-document.c:
178
179         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
180         G_IMPLEMENT_INTERFACE.
181         
182 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
183
184         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
185
186         Make sure copy_job_page_and_selection_to_job_info is always called
187         before copy_job_to_job_info. Fixes bug #552382.
188         
189 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
190
191         * NEWS:
192         * configure.ac:
193
194         Update for release 2.24.0
195         
196 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
197
198         * shell/ev-window.c: (launch_external_uri):
199
200         Use GdkAppLaunchContext when available to launch external uris.
201         
202 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
203
204         * shell/ev-window.c: (launch_external_uri):
205
206         Use the message area to show errors when lauching external uris
207         instead of a popup window.
208         
209 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
210
211         * shell/ev-window.c: (launch_external_uri):
212
213         Assume invalid uris are http uris. Fixes bug #552071.
214         
215 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
216
217         * NEWS:
218         * configure.ac:
219
220         Update for release 2.23.92.
221         
222 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
223
224         * shell/eggfindbar.c: (egg_find_bar_class_init):
225
226         Allow page scrolling with PageUp/PageDown keys when find bar is
227         active. Fixes bug #529833.
228         
229 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
230
231         * shell/ev-view-private.h:
232         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
233         (ev_view_scroll), (ev_view_class_init):
234         * shell/ev-view-accessible.c:
235         (ev_view_accessible_action_do_action):
236         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
237         (ev_window_cmd_scroll_backward):
238
239         Use GtkScrollType instead of EvScrollType.
240         
241 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
242
243         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
244         
245         Patch for case unsensitive page label match by Michael Lee.
246         See bug #550136.
247         
248         * shell/ev-page-action.c (create_tool_item):    
249         * test/Makefile.am:
250         * test/test1.py:
251         * test/test4.py:
252         * test/test5.py:
253         
254         Added test for the above and updated other tests.
255
256 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
257
258         * shell/ev-window.c: (image_save_dialog_response_cb):
259
260         Do not append the file extension twice when saving an image.
261         
262 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
263
264         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
265
266         Remove an invalid ifdef.
267         
268 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
269
270         * shell/ev-view.c: (ev_view_motion_notify_event):
271
272         Make sure the cursor is correctly restored after showing the right
273         click menu.
274         
275 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
276
277         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
278         (ev_attachment_open):
279         * shell/ev-sidebar-attachments.c:
280         (ev_sidebar_attachments_button_press):
281         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
282
283         Use GdkAppLaunchContext when available to open attachments.
284         
285 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
286
287         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
288
289         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
290         by Eric Piel.
291         
292 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
293
294         * shell/ev-application.c: (ev_application_get_media_keys):
295         * shell/ev-media-player-keys.[ch]:
296         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
297         (ev_media_player_keys_grab_keys),
298         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
299         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
300         * shell/ev-window.[ch]: (ev_window_dispose),
301         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
302         (ev_window_init):
303
304         Clean up the media player keys stuff.
305         
306 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
307
308         * NEWS:
309         * configure.ac:
310
311         Update for release 2.23.91.
312         
313 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
314
315         * cut-n-paste/smclient/eggsmclient-xsmp.c:
316         (sm_client_xsmp_set_initial_properties):
317
318         Fix memory leak.
319         
320 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
321
322         * shell/ev-application.c: (ev_application_open_window),
323         (ev_application_open_uri_at_dest):
324
325         Make sure evince starts up in the right workspace when resuming a
326         previous session.
327         
328 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
329
330         * shell/ev-application.[ch]: (ev_application_open_window),
331         (ev_application_add_icon_path_for_screen),
332         (ev_application_open_uri_at_dest):
333
334         Fix window manager warnings shown in ~/.xsession-errors
335         
336 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
337
338         * configure.ac:
339         * cut-n-paste/Makefile.am:
340         * cut-n-paste/smclient/Makefile.am:
341         * cut-n-paste/smclient/eggdesktopfile.[ch]:
342         * cut-n-paste/smclient/eggsmclient-private.h:
343         * cut-n-paste/smclient/eggsmclient-xsmp.c:
344         * cut-n-paste/smclient/eggsmclient.[ch]:
345
346         EggSMClient copied from libegg
347
348         * libdocument/ev-file-helpers.c: (ev_dot_dir):
349         * shell/Makefile.am:
350         * shell/ev-application.[ch]: (ev_application_load_session),
351         (smclient_save_state_cb), (smclient_quit_cb),
352         (ev_application_init_session), (ev_application_shutdown),
353         (ev_application_init):
354         * shell/main.c: (main):
355
356         Use EggSMClient instead of gnome-client and remove libgnome and
357         libgnomeui dependencies.
358         
359 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
360
361         * shell/main.c: (main):
362
363         Remove gnome_authentication_manager_init.
364         
365 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
366
367         * shell/ev-view.c: (ev_view_goto_window_create):
368
369         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
370         since it's now deprecated.
371         
372 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
373
374         * backend/djvu/Makefile.am:
375         * backend/djvu/djvu-document-private.h:
376         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
377         (djvu_document_find_iface_init):
378         * backend/djvu/djvu-text-page.[ch]:
379         * backend/djvu/djvu-text.[ch]: Removed
380         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
381         (pdf_document_find_iface_init):
382         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
383         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
384         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
385         (ev_job_find_get_n_results), (ev_job_find_get_progress),
386         (ev_job_find_has_results), (ev_job_find_get_results):
387         * shell/ev-view-private.h:
388         * shell/ev-view.[ch]: (ev_view_expose_event),
389         (highlight_find_results), (ev_view_finalize),
390         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
391         (ev_view_set_document), (ev_view_find_get_n_results),
392         (ev_view_find_get_result), (jump_to_find_result),
393         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
394         (ev_view_find_previous), (ev_view_find_search_changed),
395         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
396         * shell/ev-window.c: (ev_window_update_actions),
397         (page_changed_cb), (ev_window_setup_document),
398         (ev_window_update_find_status_message),
399         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
400         (ev_window_clear_find_job), (find_bar_close_cb),
401         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
402         (ev_window_dispose), (ev_window_init):
403
404         Rework find interface. The find logic has been moved from backends
405         to the shell avoiding a lot of duplicated code in the backends and
406         making easier to implement the find interface in the backends.
407         
408 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
409
410         * backend/pdf/ev-poppler.cc:
411         (pdf_document_thumbnails_get_dimensions):
412
413         Make sure thumbnail size returned by the PDF is actually
414         valid. Fixes bug #548462.
415         
416 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
417
418         * shell/ev-window.c: (ev_window_setup_document),
419         (ev_window_set_document), (ev_window_dispose):
420
421         Remove the idle function for setting the document up when the
422         window is destroyed. Fixes bug #549163.
423         
424 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
425
426         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
427         (ev_job_attachments_dispose), (ev_job_attachments_run),
428         (ev_job_attachments_class_init), (ev_job_attachments_new):
429         * shell/ev-sidebar-attachments.c:
430         (ev_sidebar_attachments_set_document):
431
432         Add a new job to get the attachments in a thread with the document
433         lock held. Fixes bug #548653.
434         
435 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
436
437         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
438         (tiff_document_document_iface_init):
439
440         Implement document_get_page_label in tiff backend.
441         
442 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
443
444         * backend/tiff/tiff-document.c: (tiff_document_render):
445
446         Handle document orientation in tiff backend. Fixes bug #548444.
447         
448 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
449
450         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
451
452         Do not crash when adjustment page size is 0. Fixes bug #547440.
453         
454 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
455
456         * cut-n-paste/evmountoperation/ev-mount-operation.c:
457
458         Sync with current GTK+.
459         
460 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
461
462         * configure.ac:
463         
464         Update for release 2.23.6.
465
466 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
467
468         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
469         (ev_job_load_set_password):
470         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
471         * shell/ev-window.c: (password_dialog_response),
472         (ev_window_load_job_cb):
473
474         Fix loading encrypted documents since I broke it with the jobs
475         rework.
476         
477 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
478
479         * NEWS:
480
481         Update NEWS for 2.23.6 release.
482         
483 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
484
485         * backend/impress/impress-document.c:
486         * backend/impress/render.h:
487         * libdocument/ev-document-factory.c:
488         * libdocument/ev-document-factory.h:
489         * libdocument/ev-document-links.h:
490         * libdocument/ev-document-misc.c:
491         * libdocument/ev-document-misc.h:
492         * properties/ev-properties-main.c:
493         * properties/ev-properties-view.c:
494         * properties/ev-properties-view.h:
495         * shell/eggfindbar.c:
496         * shell/eggfindbar.h:
497         * shell/ev-application.c:
498         * shell/ev-application.h:
499         * shell/ev-jobs.h:
500         * shell/ev-message-area.h:
501         * shell/ev-navigation-action.c:
502         * shell/ev-navigation-action.h:
503         * shell/ev-open-recent-action.c:
504         * shell/ev-open-recent-action.h:
505         * shell/ev-page-action-widget.c:
506         * shell/ev-page-action.c:
507         * shell/ev-page-action.h:
508         * shell/ev-page-cache.h:
509         * shell/ev-password-view.h:
510         * shell/ev-password.h:
511         * shell/ev-pixbuf-cache.h:
512         * shell/ev-properties-fonts.c:
513         * shell/ev-sidebar-attachments.c:
514         * shell/ev-sidebar-links.c:
515         * shell/ev-sidebar-links.h:
516         * shell/ev-sidebar-thumbnails.c:
517         * shell/ev-sidebar-thumbnails.h:
518         * shell/ev-sidebar.c:
519         * shell/ev-sidebar.h:
520         * shell/ev-stock-icons.c:
521         * shell/ev-tooltip.h:
522         * shell/ev-view.c:
523         * shell/ev-view.h:
524         * shell/ev-window.c:
525         * shell/ev-window.h:
526         * shell/main.c:
527
528         More #include cleanups. Again: reordering, single gtk.h
529         includes and other stuff.
530
531 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
532
533         * shell/eggfindbar.c:
534         * shell/ev-application.c:
535         * shell/ev-message-area.c:
536         * shell/ev-navigation-action.c:
537         * shell/ev-open-recent-action.c:
538         * shell/ev-page-action-widget.c:
539         * shell/ev-page-action.c:
540         * shell/ev-password-view.c:
541         * shell/ev-properties-dialog.c:
542         * shell/ev-properties-fonts.c:
543         * shell/ev-sidebar-attachments.c:
544         * shell/ev-sidebar-page.c:
545         * shell/ev-sidebar-thumbnails.c:
546         * shell/ev-stock-icons.c:
547         * shell/ev-tooltip.c:
548         * shell/ev-view.c:
549         * shell/ev-window.c:
550         * shell/main.c:
551
552         Cleanup many #include statements: reorder so that a
553         generic-to-specific order is used, use single gtk.h
554         includes, and some other cleanups.
555
556 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
557
558         * shell/ev-jobs.h:
559
560         Add gio header.
561         
562 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
563
564         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
565         (ev_document_fc_mutex_trylock):
566         * shell/Makefile.am:
567         * shell/ev-job-queue.[ch]:
568         * shell/ev-job-scheduler.[ch]:
569         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
570         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
571         (ev_job_run), (ev_job_cancel), (ev_job_failed),
572         (ev_job_failed_from_error), (ev_job_succeeded),
573         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
574         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
575         (ev_job_links_class_init), (ev_job_render_init),
576         (notify_page_ready), (ev_job_render_page_ready),
577         (ev_job_render_run), (ev_job_render_class_init),
578         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
579         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
580         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
581         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
582         (ev_job_save_dispose), (ev_job_save_run),
583         (ev_job_save_class_init), (ev_job_print_init),
584         (ev_job_print_dispose), (ev_job_print_run),
585         (ev_job_print_class_init):
586         * shell/ev-page-cache.c:
587         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
588         (check_job_size_and_unref), (move_one_job),
589         (copy_job_to_job_info), (add_job),
590         (ev_pixbuf_cache_add_jobs_if_needed):
591         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
592         (job_fonts_finished_cb), (job_fonts_updated_cb),
593         (ev_properties_fonts_set_document):
594         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
595         (ev_sidebar_links_set_document):
596         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
597         (ev_sidebar_thumbnails_set_document),
598         (ev_sidebar_thumbnails_clear_job):
599         * shell/ev-view-private.h:
600         * shell/ev-view.c:
601         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
602         (ev_window_refresh_window_thumbnail), (password_dialog_response),
603         (ev_window_clear_load_job), (ev_window_clear_reload_job),
604         (ev_window_load_job_cb), (ev_window_reload_job_cb),
605         (window_open_file_copy_ready_cb), (ev_window_open_uri),
606         (ev_window_reload_document), (ev_window_clear_save_job),
607         (ev_window_save_job_cb), (file_save_dialog_response_cb),
608         (ev_window_clear_print_job), (ev_window_print_job_cb),
609         (ev_window_print_dialog_response_cb):
610         * shell/main.c: (main):
611
612         Rework the jobs system in order to make it simpler and more
613         extensible. It allows to run jobs in the main loop instead of
614         using a thread when it's appropriate like the fonts job. Now it's
615         also possible to cancel jobs that are currently running. 
616         
617 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
618
619         * libdocument/ev-debug.c: (profile_init):
620
621         Create the hash table also when profiling service is enabled for
622         all sections.
623         
624 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
625
626         * libdocument/ev-debug.[ch]: (ev_profiler_start),
627         (ev_profiler_stop):
628         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
629         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
630         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
631         (ev_job_print_run):
632         * shell/main.c: (main):
633
634         Add a profile mode available when debug is enabled. Add profilers
635         in ev-jobs.
636         
637 2008-07-23  Götz Waschk <waschk@mandriva.org>
638
639         * configure.ac: Correctly build desktop file. Fixes
640         bug #544237.
641
642 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
643
644         * configure.ac:
645         
646         Update for release 2.23.5.
647
648 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
649
650         * NEWS:
651
652         Update NEWS for 2.23.5 release.
653         
654 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
655
656         * shell/ev-window.c: (ev_window_state_event),
657         (ev_window_class_init):
658
659         Intercept window manager's fullscreen request in order to run/stop
660         fullscreen mode. Fixes bug #493541.
661         
662 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
663
664         * shell/ev-window.c: (find_bar_visibility_changed_cb):
665
666         Restart the job search when the find bar is opened for the second
667         time. Fixes bug #531956.
668         
669 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
670
671         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
672         (get_document_from_uri):
673
674         Make sure we always return a valid error struct when
675         get_document_from_uri fails. Fixes nautilus crash, see bug
676         #542548.
677         
678 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
679
680         * libdocument/ev-transition-effect.c
681         (ev_transition_effect_type_get_type),
682         (ev_transition_effect_alignment_get_type),
683         (ev_transition_effect_direction_get_type):
684         
685         Fixes bug #542924. Makes enums static to fix Solaris build.
686
687 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
688
689         * shell/ev-view.c: (ev_view_key_press_event):
690
691         Add '.' keybinding for blanking the screen in presentation
692         mode. Fixes bug #542001.
693         
694 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
695
696         * libdocument/ev-document-misc.c:
697         (ev_document_misc_pixbuf_from_surface):
698
699         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
700         #540950.
701         
702 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
703
704         * backend/comics/comics-document.c (comics_document_load):
705         * backend/comics/comicsdocument.evince-backend.in:
706         * configure.ac:
707         * thumbnailer/evince-thumbnailer-comics.schemas.in:
708         
709         Added support for 7-zip based cb7 comic book. Patch by
710         Kartik Rustagi. Fixes bug #532312.
711
712 2008-06-24  Bastien Nocera  <hadess@hadess.net>
713
714         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
715         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
716         Fixes bug #539972.
717
718 2008-06-24  Bastien Nocera  <hadess@hadess.net>
719
720         * shell/Makefile.am:
721         * shell/ev-application.c (ev_application_init),
722         (ev_application_get_media_keys):
723         * shell/ev-application.h:
724         * shell/ev-marshal.list:
725         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
726         (proxy_destroy), (on_media_player_key_pressed),
727         (ev_media_player_keys_init), (ev_media_player_keys_focused),
728         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
729         * shell/ev-media-player-keys.h:
730         * shell/ev-window.c (ev_window_go_previous_page),
731         (ev_window_go_next_page), (ev_window_go_first_page),
732         (ev_window_go_last_page), (ev_window_start_presentation),
733         (ev_window_dispose), (view_actions_focus_in_cb):
734         * shell/ev-window.h: When building with D-Bus support, listen
735         for multimedia key events from gnome-settings-daemon. This allows
736         to go to the next/previous/first/last pages using, respectively,
737         Next/Previous/Rewing/Fast Forward. The Play button is used to start
738         a presentation. Fixes bug #539971.
739
740 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
741
742         * configure.ac:
743         
744         Update for release 2.23.4.
745
746 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
747
748         * NEWS:
749
750         Update news for 2.23.4 release.
751         
752 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
753
754         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
755         * shell/ev-sidebar-thumbnails.c:
756         (ev_sidebar_thumbnails_set_loading_icon),
757         (ev_sidebar_thumbnails_refresh):
758         * shell/ev-window.c: (ev_window_error_message),
759         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
760         (ev_window_set_document):
761
762         Do not crash opening documents with no pages and show a warning
763         message in the message area. Fixes bugs #537574 and #171588.
764         
765 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
766
767         * shell/Makefile.am:
768         * shell/ev-file-monitor.[ch]:
769         * shell/ev-window.c: (ev_window_document_changed),
770         (ev_window_clear_reload_job), (ev_window_load_job_cb),
771         (ev_window_reload_job_cb), (ev_window_open_uri),
772         (ev_window_reload_document), (ev_window_cmd_view_reload),
773         (ev_window_dispose):
774
775         Automaticly reload the document when the file has changed on
776         disk. Bug #304249.
777         
778 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
779
780         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
781         * libdocument/ev-image.c: (ev_image_save_tmp):
782         * libdocument/ev-module.c: (ev_module_load):
783         * shell/ev-application.c: (ev_application_shutdown),
784         (ev_application_get_print_settings):
785         * shell/ev-sidebar-attachments.c:
786         (ev_sidebar_attachments_button_press),
787         (ev_sidebar_attachments_drag_data_get):
788         * shell/ev-window.c: (window_save_file_copy_ready_cb),
789         (ev_window_print_finished), (ev_window_print_send),
790         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
791         (ev_window_preview_print_finished), (ev_window_do_preview_print),
792         (ev_window_cmd_preview_print):
793         * shell/main.c: (load_files_remote):
794         Fix some build warnings under GCC 4.3.0. (#537535).
795
796 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
797
798         * shell/ev-jobs.c: (ev_job_render_dispose):
799
800         Fix a crash in debug mode. Patch by Daniel M German.
801         
802 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
803
804         * shell/ev-window.c:
805
806         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
807         
808 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
809
810         * shell/ev-window.c: (ev_window_print_send),
811         (ev_window_do_preview_print):
812
813         Use the window title as print job name instead of just
814         "evince-print". Fixes bug #534493.
815         
816 2008-05-19  Frederic Peters  <fpeters@0d.be>
817
818         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
819         Bug #533897.
820
821 2008-05-19  Frederic Peters  <fpeters@0d.be>
822
823         * help/reference/Makefile.am: added missing libevmountoperation to
824         gtkdoc-scanobj libraries.  Bug #533896.
825
826 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
827
828         * properties/ev-properties-view.c (get_default_user_units):
829         Fixes check for default units string translation. Bug #533323.
830
831 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
832
833         * backend/impress/iksemel.c (sax_core): Fix a free() that should
834         be an iks_free(). Fix an array overflow in the XML parser that
835         would occur whenever the number of attributes in a tag was greater
836         than 0 and divisible by 6. Fixes GNOME bug #530852.
837
838 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
839
840         * backend/djvu/djvu-document-private.h:
841         * backend/djvu/djvu-links.c:
842         * backend/djvu/djvu-text.c:
843         * backend/djvu/djvu-document.c: (djvu_handle_events),
844         (djvu_wait_for_message), (djvu_document_load),
845         (document_get_page_size), (djvu_document_render),
846         (djvu_document_thumbnails_get_thumbnail),
847         (djvu_document_file_exporter_end):
848
849         Make sure load job doesn't finish successfully when the document
850         is not successfully decoded by libdjvu. Fixes bug #530202.
851         
852 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
853
854         * configure.ac:
855         * libdocument/Makefile.am:
856         * libdocument/ev-debug.[ch]:
857         * libdocument/ev-document.c:
858         * shell/ev-jobs.c: (ev_job_links_dispose),
859         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
860         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
861         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
862         (ev_job_render_page_ready), (ev_job_render_run),
863         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
864         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
865         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
866         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
867         (ev_job_print_new), (ev_job_print_run):
868         * shell/main.c: (main):
869
870         Add debug mode based on gedit code. Add debug messages in
871         ev-jobs.
872         
873 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
874
875         * libdocument/ev-document-factory.c: (get_document_from_uri):
876
877         Fix memory leak.
878         
879 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
880
881         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
882         (get_mime_type_from_data), (get_document_from_uri),
883         (ev_document_factory_get_document):
884         
885         Improved error message about file opening failture.
886         Bug #529129.
887
888 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
889
890         * data/evince-toolbar.xml:
891         
892         Allow to add SaveAs to toolbar.
893
894 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
895
896         * shell/ev-view-private.h:
897         * shell/ev-view.[ch]: (ev_view_button_release_event),
898         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
899         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
900         (ev_view_update_primary_selection), (clear_link_selected),
901         (ev_view_copy_link_address):
902         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
903
904         Update also the primary selection when copying a link
905         address. Fixes bug #520855.
906         
907 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
908
909         * libdocument/ev-document-factory.c: (get_document_from_uri):
910
911         Use the pixbuf backend only when the mime type is not supported by
912         any of the other backend so that tiff documents, for instance, are
913         handled by the tiff backend instead of the pixbuf backend. fixes
914         bug #520290.
915         
916 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
917
918         * cut-n-paste/Makefile.am:
919
920         Add evmountoperation to subdirs list.
921         
922 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
923
924         * configure.ac:
925
926         Fix libspectre check in configure script. Fixes bug #528549.
927         
928 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
929
930         * configure.ac:
931         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
932         * shell/Makefile.am:
933         * shell/ev-window.c: (ev_window_load_remote_failed),
934         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
935
936         Add GtkMountOperation (renamed to avoid conflicts) to be able to
937         open documents in remote locations that are not mounted.
938         
939 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
940
941         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
942         (bitmap_convert_msb8):
943         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
944         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
945
946         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
947         
948 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
949
950         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
951         (ev_job_render_new), (ev_job_render_set_selection_info),
952         (ev_job_render_run):
953         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
954         (check_job_size_and_unref),
955         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
956         (add_job), (ev_pixbuf_cache_get_selection_surface):
957
958         Create the render context needed for rendering a page in the render
959         thread so that we don't block the main thread. Simplify
960         EvJobRender API.
961         
962 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
963
964         * libdocument/Makefile.am:
965         * libdocument/ev-page.[ch]:
966         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
967         (ev_render_context_new), (ev_render_context_set_page):
968         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
969         (ev_form_field_finalize), (ev_form_field_class_init):
970         * libdocument/ev-document-forms.[ch]:
971         (ev_document_forms_get_form_fields):
972         * libdocument/ev-document.[ch]: (ev_document_get_page),
973         (ev_document_get_page_size), (ev_document_get_page_label):
974         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
975         (ev_job_render_run), (ev_job_thumbnail_new),
976         (ev_job_thumbnail_run), (ev_job_print_run):
977         * shell/ev-page-cache.c: (ev_page_cache_new):
978         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
979         (check_job_size_and_unref), (add_job):
980         * shell/ev-sidebar-thumbnails.c: (add_range):
981         * shell/ev-view.c: (ev_view_form_field_get_region),
982         (ev_view_form_field_button_create_widget),
983         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
984         (ev_view_handle_form_field), (ev_view_size_allocate),
985         (get_selected_text):
986         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
987         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
988         (pdf_document_get_page), (pdf_document_get_page_label),
989         (pdf_document_render), (pdf_document_get_info),
990         (pdf_document_document_iface_init),
991         (pdf_document_thumbnails_get_thumbnail),
992         (pdf_document_thumbnails_get_dimensions),
993         (pdf_document_file_exporter_do_page),
994         (pdf_selection_render_selection),
995         (pdf_selection_get_selected_text),
996         (pdf_selection_get_selection_region),
997         (pdf_selection_get_selection_map),
998         (pdf_document_forms_get_form_fields),
999         (pdf_document_forms_form_field_text_get_text),
1000         (pdf_document_forms_form_field_text_set_text),
1001         (pdf_document_forms_form_field_button_set_state),
1002         (pdf_document_forms_form_field_button_get_state),
1003         (pdf_document_forms_form_field_choice_get_item),
1004         (pdf_document_forms_form_field_choice_get_n_items),
1005         (pdf_document_forms_form_field_choice_is_item_selected),
1006         (pdf_document_forms_form_field_choice_select_item),
1007         (pdf_document_forms_form_field_choice_toggle_item),
1008         (pdf_document_forms_form_field_choice_unselect_all),
1009         (pdf_document_forms_form_field_choice_set_text),
1010         (pdf_document_forms_form_field_choice_get_text):
1011         * backend/ps/ev-spectre.c: (ps_document_get_page),
1012         (ps_document_get_page_size), (ps_document_get_page_label),
1013         (ps_document_render), (ps_document_document_iface_init),
1014         (ps_document_file_exporter_do_page):
1015         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
1016         (tiff_document_render), (tiff_document_render_pixbuf),
1017         (tiff_document_file_exporter_do_page):
1018         * backend/pixbuf/pixbuf-document.c:
1019         (pixbuf_document_get_page_size):
1020         * backend/comics/comics-document.c:
1021         (comics_document_get_page_size), (comics_document_render_pixbuf):
1022         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
1023         (djvu_document_render), (djvu_selection_get_selected_text),
1024         (djvu_document_thumbnails_get_thumbnail),
1025         (djvu_document_file_exporter_do_page),
1026         (djvu_document_find_get_result):
1027         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
1028         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
1029         (dvi_document_thumbnails_get_thumbnail),
1030         (dvi_document_file_exporter_do_page):
1031         * backend/impress/impress-document.c:
1032         (impress_document_get_page_size),
1033         (impress_document_render_pixbuf):
1034         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1035
1036         Add EvPage so that we can hold a reference to the backend
1037         page. Form fields keep now a reference to the poppler page
1038         improving performance since we don't have to create/destroy the
1039         poppler field for every form operation. This will be needed for
1040         annotations too.
1041         
1042 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1043
1044         * data/evince-ui.xml:
1045         * shell/ev-window.c:
1046
1047         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
1048         
1049 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1050
1051         * configure.ac:
1052         * backend/ps/Makefile.am:
1053
1054         Remove gs stuff from ps backend.
1055         
1056 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1057
1058         * configure.ac:
1059         * backend/pdf/ev-poppler.cc:
1060
1061         Bump poppler requirement to 0.8.0.
1062         
1063 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1064
1065         * NEWS:
1066         * configure.ac:
1067
1068         Update for release 2.22.1.1
1069
1070 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1071
1072         * configure.ac:
1073
1074         Fix build (again) when poppler version is 0.6
1075         
1076 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1077
1078         * backend/djvu/djvu-links.c: (build_tree):
1079
1080         Make sure link title is a valid utf8 string. Fixes bug #526517.
1081         
1082 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1083
1084         * configure.ac:
1085
1086         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
1087         #526799.
1088         
1089 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1090
1091         * configure.ac:
1092         
1093         Update for release 2.22.1.
1094
1095 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1096
1097         * NEWS:
1098
1099         Update for upcoming release.
1100
1101 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1102
1103         * configure.ac:
1104         * backend/dvi/dvidocument.evince-backend.in:
1105
1106         Add compressed dvi to the list of supported mime types. Patch by
1107         Ed Catmur. Fixes bug #307087.
1108
1109 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1110
1111         * shell/ev-jobs.c: (ev_job_print_get_page_list):
1112
1113         Fix a crash when printing a range that doesn't specify the start or
1114         end page. Fixes bug #524288.
1115
1116 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1117
1118         * shell/ev-window.c: (ev_window_cmd_continuous),
1119         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
1120         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
1121         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
1122         (ev_window_run_presentation), (ev_window_stop_presentation),
1123         (ev_window_cmd_view_presentation),
1124         (ev_window_cmd_leave_fullscreen),
1125         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
1126
1127         Do not unfullscreen and fullscreen again the window when changing
1128         from fullscreen to presentation mode and vice versa. Fixes bug
1129         #524112.
1130         
1131 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1132
1133         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
1134
1135         Do not crash when thumbnail failed to render in PS backend. Fixes
1136         bug #525015.
1137         
1138 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1139
1140         * shell/ev-window.c: (window_open_file_copy_ready_cb),
1141         (ev_window_load_file_remote), (ev_window_open_uri):
1142
1143         Handle errors when opening remote files.
1144         
1145 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1146
1147         * shell/ev-page-action.c: (ev_page_action_grab_focus):
1148
1149         Only grab the focus for the current visible proxy widget. Fixes
1150         bug #521224.
1151         
1152 2008-03-30  Emil Soleyman  <emil@nishra.com>
1153
1154         * shell/ev-window.c: (launch_external_uri):
1155         
1156         Reuse g_app_info_launch_default_for_uri to
1157         save some code and fix bug #525009.
1158
1159 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1160
1161         * shell/ev-window.c (image_save_dialog_response_cb):
1162
1163         Use g_str_has_suffix. See bug #523069.
1164
1165 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1166
1167         * configure.ac:
1168
1169         Add a configure option to enable/diable DBus. Patch by Rémi
1170         Cardona. Fixes bug 521797.
1171
1172 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1173
1174         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1175
1176         Fix printing in documents with rotated pages. Patch by Eugen
1177         Dedu. Fixes bug #512648.
1178         
1179 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1180
1181         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
1182         (ev_link_from_action):
1183
1184         Fix warning messages.
1185         
1186 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1187
1188         * shell/ev-window.c: (image_save_dialog_response_cb):
1189
1190         Do not append the extension to filename when saving an image
1191         if the filename alredy contains the extension. Fixes bug #523069.
1192         
1193 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1194
1195         * shell/ev-view.[ch]: (ev_view_find_cancel):
1196         * shell/ev-window.c: (find_bar_close_cb):
1197
1198         Cancel the find operation when the find bar is closed. Fixes bug
1199         #508845.
1200         
1201 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1202
1203         * backend/ps/psdocument.evince-backend.in:
1204
1205         Make ps backend module resident. Fixes bug #520607.
1206         
1207 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1208
1209         * shell/ev-jobs.c: (ev_job_print_run):
1210
1211         Invert collate action in order to work as expected, fix reverse
1212         printing so that it doesn't start with a blank page and fix number
1213         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1214         
1215 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1216
1217         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1218
1219         Fix build with poppler <= 0.7.2
1220         
1221 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1222
1223         * libdocument/ev-document-misc.c:
1224         (ev_document_misc_surface_from_pixbuf):
1225
1226         Fix selections with poppler-splash.
1227         
1228 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1229
1230         * configure.ac:
1231         * backend/pdf/ev-poppler.cc:
1232
1233         Fix build with poppler >= 0.7.2
1234         
1235 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1236
1237         * configure.ac:
1238         
1239         Update for release 2.22.0
1240
1241 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1242
1243         * NEWS:
1244
1245         Update for upcoming release.
1246
1247 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1248
1249         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1250
1251         Bug 495107 – Handle print dialog responses correctly
1252
1253         Correctly handle print dialog response. Properly fixes
1254         the above mentioned bug.
1255
1256 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1257
1258         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1259
1260         Make sure print job is only run when the print button is
1261         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1262         
1263 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1264
1265         * backend/pdf/pdfdocument.evince-backend.in:
1266         * libdocument/ev-backends-manager.c:
1267         (ev_backends_manager_load_backend),
1268         (ev_backends_manager_get_document):
1269         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1270
1271         Allow making backend modules resident. This is needed only for
1272         some backends like pdf to avoid registering glib types more than
1273         once.
1274         
1275 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1276
1277         * backend/comics/comics-document.c:
1278         * backend/djvu/djvu-document.c:
1279         * backend/impress/impress-document.c:
1280         * backend/pdf/ev-poppler.cc:
1281         * backend/pixbuf/pixbuf-document.c:
1282         * backend/ps/ev-spectre.c:
1283         * backend/ps/ps-document.c:
1284         * backend/tiff/tiff-document.c:
1285         * libdocument/ev-document.h:
1286         * properties/ev-properties-main.c:
1287
1288         Use g_type_module_add_interface instead of
1289         g_type_add_interface_static. Fixes bug #519679.
1290         
1291 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1292
1293         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1294         Added. Returns whether the animation has everything necessary to run.
1295         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1296         is ready just because it's been created. Fixes #519106.
1297         (draw_one_page): Do not show the "Loading..." text in presentation
1298         mode, there was a slim probability that this could happen.
1299
1300 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1301
1302         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1303
1304         Duplicate mime_type string before freeing it so that it doesn't
1305         always fail when getting mime type from uri. Fixes bug #518874.
1306         
1307 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1308
1309         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1310
1311         Fix a crash when a choice form field doesn't have any item
1312         selected. Fixes bug #518831
1313         
1314 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1315
1316         * shell/ev-window.c (ev_window_clear_temp_file):
1317         Use g_file_has_prefix instead of renamed
1318         g_file_contains_file.
1319
1320         * configure.ac:
1321         Require new glib for above change.
1322         
1323 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1324
1325         * libdocument/ev-image.c: (ev_image_finalize),
1326         (ev_image_save_tmp):
1327
1328         Return a real uri instead of a filename when saving an
1329         image. Fixes images drag an drop from evince to nautilus. 
1330         
1331 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1332
1333         * backend/pdf/ev-poppler.cc:
1334         (pdf_document_images_get_image_mapping):
1335
1336         Return the image list in the right order. Fixes bug #516237.
1337         
1338 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1339
1340         * backend/impress/impress-document.c:
1341         (impress_document_thumbnails_get_thumbnail):
1342
1343         Remove unused variable to avoid a compiler warning.
1344
1345 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1346
1347         * configure.ac:
1348         
1349         Update for release 2.21.91.
1350
1351 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1352
1353         * configure.ac:
1354         * shell/Makefile.am:
1355         * shell/ev-application.[ch]:
1356         * shell/ev-sidebar-links.c:
1357         * shell/ev-utils.[ch]:
1358         * shell/ev-window.[ch]:
1359
1360         Remove libgnomeprint support. Fixes bug #512370.
1361         
1362 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1363
1364         * thumbnailer/evince-thumbnailer.c: (main):
1365
1366         Initialize glib type system before using it. Fixes bug #513934.
1367         
1368 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1369
1370         * properties/ev-properties-main.c:
1371
1372         Add missing #include.
1373         
1374 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1375
1376         * configure.ac:
1377         * backend/djvu/djvu-document.c: (djvu_document_render):
1378         * backend/tiff/tiff-document.c: (tiff_document_render):
1379
1380         Use the new cairo function cairo_format_stride_for_width when
1381         available. Fixes bug #482720.
1382
1383 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1384
1385         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1386         (get_mime_type_from_data), (get_document_from_uri):
1387
1388         Use g_content_type_guess() only when slow is true in
1389         get_document_from_uri(). Fix several memory leaks.
1390         
1391 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1392
1393         * libdocument/ev-document-factory.c:
1394         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1395         (get_document_from_uri):
1396
1397         Use g_content_type_guess () to get mimetype for files.
1398         Bug #510401.
1399
1400 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1401
1402         * thumbnailer/Makefile.am:
1403
1404         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1405         
1406 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1407
1408         * configure.ac:
1409
1410         Fix build with --without-libgnome. Fixes bug #512771.
1411         
1412 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1413
1414         * backend/dvi/Makefile.am: Install only dvi
1415         module. Fixes bug #512718.
1416
1417 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1418
1419         * properties/ev-properties-main.c: (nautilus_module_initialize):
1420         
1421         Initialize backends in properties tab. Fixes bug
1422         #512720.
1423
1424 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1425
1426         * properties/Makefile.am: No need to link with 
1427         libraries. Fixes bug #512719.
1428
1429 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1430
1431         * NEWS:
1432         * configure.ac:
1433         
1434         Update for release 2.21.90.
1435
1436 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1437
1438         * shell/ev-window.c: (ev_window_cmd_escape):
1439
1440         Fix compile warning.
1441         
1442 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1443
1444         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1445
1446         Fix printing in dvi backend when filename contains white
1447         espaces. Fixes bug #502839.
1448         
1449 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1450
1451         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1452         (screensaver_disable_x11):
1453         * shell/Makefile.am:
1454         * shell/xdg-user-dir-lookup.c: Removed
1455         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1456         * shell/ev-view.c: (ev_view_presentation_transition_start):
1457         * shell/ev-window.c: (ev_window_cmd_file_open),
1458         (ev_window_cmd_save_as), (presentation_set_timeout):
1459
1460         Remove #ifdefs that are no longer needed.
1461         
1462 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1463
1464         * shell/ev-view.[ch]: (ev_view_button_release_event),
1465         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1466         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1467         (ev_window_cmd_escape):
1468
1469         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1470         
1471 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1472
1473         * configure.ac:
1474         * backend/comics/comics-document.c: (comics_document_load):
1475         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1476         (ev_attachment_set_property), (ev_attachment_init),
1477         (ev_attachment_save), (ev_attachment_launch_app),
1478         (ev_attachment_open):
1479         * libdocument/ev-document-factory.c: (get_document_from_uri):
1480         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1481         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1482         * shell/ev-jobs.c:
1483         * shell/ev-password.c: (ev_password_dialog_set_property),
1484         (ev_password_dialog_save_password):
1485         * shell/ev-sidebar-attachments.c:
1486         (ev_sidebar_attachments_drag_data_get):
1487         * shell/ev-window-title.c: (get_filename_from_uri):
1488         * shell/ev-window.c: (ev_window_clear_temp_file),
1489         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1490         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1491         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1492         (launch_external_uri), (image_save_dialog_response_cb),
1493         (attachment_save_dialog_response_cb):
1494         * shell/main.c: (load_files), (load_files_remote), (main):
1495         * thumbnailer/evince-thumbnailer.c: (main):
1496
1497         Port to gio and drop gnome-vfs dependency. Fixes bug
1498         #510401. Based on patch by Cosimo Cecchi.
1499         
1500 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1501
1502         * NEWS:
1503
1504         Fixed formatting inconsistencies (spaces vs. tabs)
1505
1506 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1507
1508         * shell/ev-window.c:
1509
1510         Use top/up/bottom/down arrows instead of
1511         first/left/last/right in the toolbar and menu actions.
1512         This fixes issues with RTL languages and is visually
1513         consistent with the page view. Fixes bug #170081.
1514
1515 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1516
1517         * NEWS:
1518
1519         Fixed some inaccuracies pointed out by Carlos Garcia
1520         Campos.
1521
1522 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1523
1524         * NEWS:
1525         * data/evince.schemas.in:
1526         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1527
1528         Override PDF restrictions by default. Fixes bug #382700.
1529
1530 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1531
1532         * NEWS: Updated for upcoming release
1533
1534 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1535
1536         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1537
1538         Fix memory leak.
1539         
1540 2008-01-23  Gil Forcada <gilforcada@guifi.net>
1541
1542         * shell/ev-window.c: (register_custom_actions):
1543         
1544         Added comment for translators
1545
1546 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1547
1548         * shell/ev-view.c: (ev_view_button_release_event):
1549
1550         Do not create the idle function for kinetic scrolling if we are
1551         not in a drag operation.
1552
1553 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1554
1555         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1556         (ev_view_button_press_event), (ev_view_motion_notify_event),
1557         (ev_view_button_release_event):
1558
1559         Restore cursor after autoscrolling. Fixes bug #509958.
1560
1561 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1562
1563         * configure.ac:
1564         * backend/pdf/ev-poppler.cc:
1565         (pdf_document_images_get_image_mapping),
1566         (pdf_document_images_get_image),
1567         (pdf_document_document_images_iface_init):
1568         * libdocument/ev-document-images.[ch]:
1569         (ev_document_images_get_image_mapping),
1570         (ev_document_images_get_image):
1571         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
1572         (ev_image_get_id), (ev_image_save_tmp):
1573         * shell/ev-jobs.c: (ev_job_render_run):
1574         * shell/ev-view.c: (ev_view_drag_data_get):
1575         * shell/ev-window.c: (image_save_dialog_response_cb),
1576         (ev_view_popup_cmd_copy_image):
1577
1578         Do not render images when rendering the page but on demand. It
1579         reduces the memory comsumption.
1580         
1581 2008-01-18  Marcelo Lira  <setanta@gmail.com>
1582
1583         * configure.a:
1584         * shell/ev-password.c:
1585
1586         Make gnome-keyring optional. Fixes bug #509676.
1587         
1588 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1589
1590         * shell/ev-pixbuf-cache.c: (add_job):
1591
1592         Initialize include_images variable as FALSE instead of TRUE.
1593         
1594 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1595
1596         * configure.ac:
1597         * cut-n-paste/Makefile.am:
1598         * cut-n-paste/fileformatchooser/Makefile.am:
1599         * cut-n-paste/fileformatchooser/egg-macros.h:
1600         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
1601         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
1602         * shell/Makefile.am:
1603         * shell/ev-utils.c:
1604         (file_chooser_dialog_add_writable_pixbuf_formats),
1605         (get_gdk_pixbuf_format_by_extension):
1606         * shell/ev-utils.h:
1607         * shell/ev-window.c: (ev_window_error_message),
1608         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
1609         
1610         Simplify image format selection on save.
1611
1612 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1613
1614         * shell/ev-view.c: (ev_view_scroll_event):
1615         
1616         Repair gorizontal scrolling with shift. Fixes
1617         bug #483412.
1618
1619 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1620         
1621         * MAINTAINERS:
1622
1623         Fix formatting issues.
1624         
1625 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1626
1627         * backend/comics/comics-document.c: (comics_regex_quote):
1628         
1629         Don't overquote special chars except of '. See bug 
1630         502500. Thanks to Tom Parker.
1631
1632 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1633
1634         * MAINTAINERS:
1635         
1636         Added Nickolay and Carlos, since they're doing most of
1637         the releases nowadays.
1638
1639 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1640
1641         * properties/Makefile.am:
1642
1643         Get the nautilus extension dir properly instead of using
1644         a hack. Fixes bug #505359.
1645
1646 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1647
1648         * properties/Makefile.am:
1649         
1650         Install nautilus extension into new place. See bug
1651         #505359. Thanks to Matthias Clasen, Brian Pepple and
1652         Damien Carbery.
1653
1654 2008-01-13  Djihed Afifi  <djihed@gmail.com>
1655
1656         * shell/ev-window.c: (ev_window_get_recent_file_label):
1657         
1658         RTL marker in recent file list. See bug #509076.
1659
1660 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1661
1662         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
1663         * shell/ev-window.c: (image_save_dialog_response_cb):
1664
1665         Fix compile warnings due to unused variables.
1666         
1667 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1668
1669         * configure.ac:
1670         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
1671         * backend/ps/ev-spectre.c: (ps_document_render):
1672
1673         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
1674
1675 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1676
1677         * shell/ev-transition-animation.c (ev_transition_animation_fade)
1678         (ev_transition_animation_paint): Implement "fade" effect.
1679
1680 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1681
1682         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
1683         (ev_transition_animation_paint): Implement "uncover" effect.
1684
1685 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1686
1687         * shell/ev-transition-animation.c (ev_transition_animation_cover)
1688         (ev_transition_animation_paint): Implement "cover" effect.
1689
1690 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1691
1692         * shell/ev-transition-animation.c (ev_transition_animation_push)
1693         (ev_transition_animation_paint): Implement "push" effect.
1694
1695 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1696
1697         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
1698         (ev_transition_animation_paint): Implement "dissolve" effect.
1699
1700 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1701
1702         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
1703         (ev_transition_animation_paint): Implement "wipe" effect.
1704
1705 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1706
1707         * shell/ev-transition-animation.c (ev_transition_animation_box)
1708         (ev_transition_animation_paint): Implement "box" effect.
1709
1710 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1711
1712         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
1713         (ev_transition_animation_paint): Implement "blinds" effect.
1714
1715 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1716
1717         * shell/ev-transition-animation.c (ev_transition_animation_split)
1718         (ev_transition_animation_paint): Implement "split" effect.
1719
1720 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1721
1722         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
1723         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
1724         (ev_view_transition_animation_start) 
1725         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
1726         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
1727         (ev_view_next_page) (ev_view_previous_page):
1728         
1729         Use EvTransitionAnimation to drive page changes in the presentation
1730         mode, the animation will wait to start until both the origin and 
1731         destination page surfaces are available. Fixes #458460.
1732
1733         (draw_loading_text):
1734
1735         Remove workaround for bug #320352, it's now fixed properly.
1736
1737
1738 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1739
1740         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
1741         will contain the implementations for page transition animations, at
1742         the moment it just has the "replace" effect.
1743         * shell/Makefile.am: Added these files to build.
1744
1745 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1746
1747         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
1748         animations.
1749         * shell/Makefile.am: Added these files to build.
1750
1751 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1752
1753         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
1754         implementation to get_effect() in EvDocumentTransitionIface.
1755
1756 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1757
1758         * libdocument/ev-transition-effect.[ch]: New files, define a page
1759         transition effect, at the moment it maps PopplerPageTransition to a
1760         GObject.
1761         * libdocument/Makefile.am: Added these files to build.
1762         * libdocument/ev-document-transition.[ch]
1763         (ev_document_transition_get_effect): New method, gets the
1764         EvTransitionEffect returned by the interface implementation, with
1765         fallback to the "replace" effect.
1766
1767 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
1768
1769         * configure.ac:
1770         * cut-n-paste/Makefile.am:
1771         * cut-n-paste/fileformatchooser/Makefile.am:
1772         * cut-n-paste/fileformatchooser/egg-macros.h:
1773         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
1774         * shell/Makefile.am:
1775         * shell/ev-window.c: (image_save_dialog_response_cb),
1776         (ev_view_popup_cmd_save_image_as):
1777
1778         Allow exporting images in any format supported by
1779         GdkPixbuf. Fixes bug #500209.
1780         
1781 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1782
1783         * backend/pixbuf/pixbuf-document.c:
1784
1785         More warnings fixed.
1786         
1787 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1788
1789         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
1790         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
1791         * backend/djvu/djvu-text.h:
1792         * backend/tiff/tiff-document.c: (tiff_document_render):
1793
1794         Fix compile warnings.
1795         
1796 2007-12-28  Christian Persch  <chpe@gnome.org>
1797
1798         * **/*.c: Include config.h. Bug #504721.
1799
1800 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1801
1802         * configure.ac:
1803         * Makefile.am:
1804         * po/POTFILES.in:
1805         * backend/comics/Makefile.am:
1806         * backend/comics/comics-document.[ch]:
1807         * backend/comics/comicsdocument.evince-backend.in:
1808         * backend/djvu/Makefile.am:
1809         * backend/djvu/djvu-document.[ch]:
1810         * backend/djvu/djvudocument.evince-backend.in:
1811         * backend/dvi/Makefile.am:
1812         * backend/dvi/dvi-document.[c]:
1813         * backend/dvi/dvidocument.evince-backend.in:
1814         * backend/impress/Makefile.am:
1815         * backend/impress/impress-document.[ch]:
1816         * backend/impress/impressdocument.evince-backend.in:
1817         * backend/pdf/Makefile.am:
1818         * backend/pdf/ev-poppler.cc:
1819         * backend/pdf/ev-poppler.h:
1820         * backend/pdf/pdfdocument.evince-backend.in:
1821         * backend/pixbuf/Makefile.am:
1822         * backend/pixbuf/pixbuf-document.[ch]:
1823         * backend/pixbuf/pixbufdocument.evince-backend.in:
1824         * backend/ps/Makefile.am:
1825         * backend/ps/ev-spectre.[ch]:
1826         * backend/ps/ps-document.[ch]:
1827         * backend/ps/psdocument.evince-backend.in:
1828         * backend/tiff/Makefile.am:
1829         * backend/tiff/tiff-document.[ch]:
1830         * backend/tiff/tiffdocument.evince-backend.in:
1831         * libdocument/Makefile.am:
1832         * libdocument/ev-backends-manager.[ch]:
1833         * libdocument/ev-module.[ch]:
1834         * libdocument/ev-document.h:
1835         * libdocument/ev-document-factory.[ch]:
1836         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
1837         (get_compression_from_mime_type), (get_document_from_uri),
1838         (ev_document_factory_get_document), (file_filter_add_mime_types),
1839         (ev_document_factory_add_filters):
1840         * shell/Makefile.am:
1841         * shell/ev-window-title.c: (get_filename_from_uri):
1842         * shell/main.c: (main):
1843         * thumbnailer/Makefile.am:
1844         * thumbnailer/evince-thumbnailer.c: (main):
1845
1846         Plugin system for backends. Fixes bug #351348.
1847         
1848 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1849
1850         * shell/ev-view-private.h:
1851         * shell/ev-view.c: (ev_view_drag_update_momentum),
1852         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
1853         (ev_view_button_release_event), (ev_view_destroy):
1854         
1855         Kinetic scrolling implemented as requested in
1856         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
1857
1858 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1859
1860         * data/evince-toolbar.xml:
1861         * data/evince-ui.xml:
1862         * shell/ev-view-private.h:
1863         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1864         (ev_view_button_press_event), (ev_view_motion_notify_event),
1865         (ev_view_button_release_event), (ev_view_init),
1866         (ev_view_autoscroll_cb), (ev_view_autoscroll),
1867         (ev_view_set_cursor):
1868         * shell/ev-view.h:
1869         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
1870         (ev_window_cmd_view_autoscroll):
1871         
1872         Autoscroll feature with the context menu. Fixes bug 
1873         #323670. Thanks to David Turner <cillian64@googlemail.com>.
1874
1875 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1876
1877         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
1878
1879         Disconnect also page-ready signal when removing a job because the
1880         page size has changed. Thanks to kripken
1881         <kripkensteiner@gmail.com>.
1882
1883 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1884
1885         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
1886         
1887         Scroll pages in page entry with mouse wheel. Fixes bug
1888         #324122. Thanks to David Turner <cillian64@googlemail.com>.
1889
1890 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1891
1892         * backend/dvi/Makefile.am:
1893         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
1894         (mdvi_cairo_device_init):
1895         * backend/dvi/mdvi-lib/common.h:
1896         * backend/dvi/mdvi-lib/mdvi.h:
1897         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
1898         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
1899         (mdvi_build_path_from_cwd):
1900
1901         Add ps specials support in dvi backend when libspectre is
1902         present. Fixes bug #386005.
1903         
1904 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1905
1906         * configure.ac:
1907         * backend/ps/Makefile.am:
1908         * backend/ps/ev-spectre.[ch]:
1909         
1910         Use libspectre, if available, for the ps backend. Fixes bugs
1911         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
1912
1913 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
1914         
1915         * backend/comics/comics-document.c: (comics_document_load):
1916         
1917         Cygwin build issue fix.
1918
1919 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1920
1921         * shell/ev-view.c: (ev_view_set_zoom):
1922
1923         Do not limit the minimum zoom factor when sizing mode is best bit
1924         or fit width. Fixes bug #503805.
1925         
1926 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1927
1928         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
1929         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
1930         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
1931         (ev_link_dest_get_property), (ev_link_dest_set_property),
1932         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
1933         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
1934         (ev_link_dest_new_fitr):
1935         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
1936         (goto_fith_dest), (goto_xyz_dest):
1937
1938         Do not change left, top and zoom values when they are null in PDF
1939         destinations. Fixes bug #460658.
1940         
1941 2007-12-10  Christian Persch  <chpe@gnome.org>
1942
1943         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
1944         (ev_view_accessible_class_init),
1945         (ev_view_accessible_idle_do_action),
1946         (ev_view_accessible_action_do_action),
1947         (ev_view_accessible_action_get_description),
1948         (ev_view_accessible_action_set_description),
1949         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
1950         (ev_view_accessible_factory_init),
1951         (ev_view_accessible_factory_get_accessible_type):
1952         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
1953         private data, and G_DEFINE_TYPE. Bug #502843.
1954
1955 2007-12-08  Christian Persch  <chpe@gnome.org>
1956
1957         * shell/ev-metadata-manager.c: (item_free),
1958         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1959         (value_free), (parse_value), (parseItem),
1960         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1961         (save_values): Use GSlice to allocate small amounts of memory. Bug
1962         #475972.
1963
1964 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1965
1966         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1967
1968         Restore cursor to normal after a drag operation. Fixes bug
1969         #501603.
1970         
1971 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1972
1973         * NEWS:
1974         * configure.ac:
1975         
1976         Update for release 2.21.1
1977
1978 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1979
1980         * configure.ac:
1981         * cut-n-paste/gedit-message-area/Makefile.am:
1982         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1983         * shell/Makefile.am:
1984         * shell/ev-message-area.[ch]:
1985         * shell/ev-window.c: (ev_window_set_message_area),
1986         (ev_window_error_message_response_cb), (ev_window_error_message),
1987         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
1988         (ev_window_save_job_cb), (image_save_dialog_response_cb),
1989         (ev_attachment_popup_cmd_open_attachment),
1990         (attachment_save_dialog_response_cb), (ev_window_set_document),
1991         (ev_window_init):
1992
1993         Use a message area instead of a popup dialog for error
1994         notifications. Fixes bug #337495.
1995         
1996 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1997
1998         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
1999         (ev_window_run_fullscreen):
2000
2001         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
2002         
2003 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2004
2005         * ev-sidebar-thumbnails.c: (update_visible_range),
2006         (ev_sidebar_thumbnails_refresh),
2007         (ev_sidebar_thumbnails_set_document),
2008         (ev_sidebar_thumbnails_support_document):
2009
2010         Show thumbnails for documents with one page. Fixes bug #358751.
2011         
2012 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2013
2014         * shell/ev-window.c:
2015         (ev_window_load_print_settings_from_metadata),
2016         (ev_window_save_print_settings), (ev_window_print_finished),
2017         (ev_window_print_range):
2018
2019         Print settings that are specific to the document are now saved per
2020         document in the metadata file. Fixes bug #488806.
2021         
2022 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
2023
2024         * backend/tiff/tiff-document.c: (tiff_document_render):
2025
2026         Tiff documents were rendered with wrong colors. Fixes bug #497279.
2027         
2028 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2029
2030         * shell/ev-application.[ch]: (get_find_string_from_args),
2031         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2032         (ev_application_open_uri_list):
2033         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
2034         * shell/ev-window.[ch]: (ev_window_load_job_cb),
2035         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2036         (ev_window_cmd_recent_file_activate),
2037         (ev_window_open_recent_action_item_activated),
2038         (ev_window_print_send), (open_remote_link):
2039         * shell/main.c: (arguments_parse):
2040
2041         Add a command line option for search. Fixes bug #497710.
2042         
2043 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
2044
2045         * shell/ev-jobs.c: (ev_job_print_new):
2046
2047         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
2048         
2049 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2050
2051         * data/evince-toolbar.xml:
2052         * shell/Makefile.am:
2053         * shell/ev-application.c: (ev_application_init):
2054         * shell/ev-open-recent-action.[ch]:
2055         * shell/ev-window.c:
2056         (ev_window_open_recent_action_item_activated),
2057         (register_custom_actions):
2058
2059         Add an expander to the open toolbar item which pops up a dropdown
2060         menu with the recently used documents. Fixes bug #487215.
2061         
2062 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2063
2064         * shell/ev-window.c: (ev_window_open_uri),
2065         (ev_window_cmd_view_reload):
2066
2067         Do not jump to the first page when reloading by running evince
2068         from the command line. Fixes bug #490847.
2069         
2070 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2071
2072         * shell/ev-window.c: (ev_window_cmd_help_contents):
2073
2074         Plugged memory leak when help file is not found. Fixes bug
2075         #490762.
2076         
2077 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2078
2079         * configure.ac:
2080
2081         Enable djvu, dvi and comics backends by default. Fixes bug
2082         #437121.
2083         
2084 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2085
2086         * configure.ac:
2087         * cut-n-paste/Makefile.am:
2088         * cut-n-paste/recent-files/*: Removed
2089         * help/reference/Makefile.am:
2090         * shell/Makefile.am:
2091         * shell/ev-application.[ch]: (ev_application_shutdown),
2092         (ev_application_init):
2093         * shell/ev-window.c: (ev_window_add_recent),
2094         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
2095
2096         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
2097         
2098 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
2099
2100         * shell/ev-window.c: (launch_external_uri):
2101
2102         Let GnomeVFS check the URL, this allow more URL (like mailto:),
2103         and report error if the URL is not supported (#489910).
2104
2105 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2106
2107         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2108         (pdf_document_file_exporter_begin_page),
2109         (pdf_document_file_exporter_end_page):
2110
2111         Fix printing with poppler splash backend. Fixes bug #489774.
2112         
2113 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2114
2115         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2116         * shell/ev-print-job.c: (ev_print_job_class_init):
2117
2118         Fix a crash when printing with the gnome-print dialog. Fixes bug
2119         #488939.
2120         
2121 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
2122
2123         * backend/pixbuf/pixbuf-document.c:
2124
2125         Fix an implicit function definition warning (#487655)
2126
2127 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2128
2129         * shell/ev-window.c:
2130
2131         Fix conflicting shortcut for view sade pane and presentation.
2132         
2133 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2134
2135         * backend/pdf/ev-poppler.cc:
2136         (pdf_document_file_exporter_begin_page),
2137         (pdf_document_file_exporter_do_page),
2138         (pdf_document_file_exporter_end_page),
2139         (pdf_document_file_exporter_iface_init):
2140         * libdocument/ev-file-exporter.[ch]:
2141         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
2142         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2143         (ev_job_print_run):
2144
2145         When printing multiple pages per sheet in reverse option, do not
2146         invert the order of the pages in every sheet, but the order of the
2147         sheets. Do not print blank pages when page range is invalid. Fixes
2148         bugs #484857 and #485521.
2149         
2150 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2151
2152         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2153         (ev_job_print_run):
2154         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2155
2156         Respect ranges order when printing more than one range in random
2157         order.
2158         
2159 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
2160
2161         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
2162         (ev_window_setup_document), (ev_window_rotation_changed_cb):
2163
2164         Rotate also the window icon when document is rotated. Fixes bug
2165         #474681.
2166         
2167 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2168
2169         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
2170         (pdf_document_forms_get_form_fields):
2171
2172         Silently ignore unknown form fields. Fixes bug #482654. Patch by
2173         Matthias Drochner.
2174         
2175 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2176
2177         * configure.ac:
2178         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2179
2180         Use poppler_page_render_for_printing() instead of
2181         poppler_page_render() if available when exporting to a ps or pdf
2182         file. Fixes bug #476627.
2183         
2184 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2185
2186         * shell/ev-window.c: (ev_window_run_fullscreen):
2187
2188         Do not show the toolbar in fullscreen mode if the main toolbar is
2189         not visible. Fixes bug #483048.
2190         
2191 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2192
2193         * shell/ev-view.c: (ev_view_button_press_event):
2194
2195         Give priority to form fields over images when deciding whether a
2196         button press event is over an image or form field. It allows edit
2197         form fields when they are over a background image. Fixes bug
2198         #477841.
2199         
2200 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2201
2202         * NEWS:
2203         * configure.ac:
2204         
2205         Update for release 2.20.0
2206
2207 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2208
2209         * backend/pdf/ev-poppler.cc:
2210
2211         Remove #ifdef HAVE_FORMS, so that forms support works again.
2212
2213 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2214
2215         * configure.ac:
2216         * data/evince.desktop.in.in:
2217         
2218         Fixes desktop file issues. See bug #473471.
2219
2220 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2221
2222         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2223         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2224         (ev_job_queue_remove_job):
2225         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2226         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2227         * shell/ev-window.c: (ev_window_clear_save_job),
2228         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2229         (ev_window_dispose):
2230
2231         Move save a copy task to its own job so that it's carried out in a
2232         thread avoiding another lock in the main thread. Use
2233         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2234         can be saved to a pathin another file system. Fixes bug #456891.
2235         
2236 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2237
2238         * NEWS:
2239         * configure.ac:
2240         
2241         Update for release 2.19.92
2242
2243 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2244
2245         * configure.ac:
2246         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2247         (pdf_selection_get_selection_region),
2248         (pdf_selection_get_selection_map),
2249         (ev_form_field_from_poppler_field):
2250
2251         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2252         and triple click selections are enabled again now.
2253
2254 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2255
2256         * shell/ev-window.c: (ev_window_add_history):
2257
2258         Make sure not to use the history with documents not supporting
2259         links. Fixes bug #468954.
2260
2261 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2262
2263         * shell/ev-window.c: (ev_window_load_job_cb):
2264
2265         Restart the search when reloading a document with the find bar
2266         visible. Fixes bug #461962.
2267
2268 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2269
2270         * shell/ev-window.c: (setup_document_from_metadata),
2271         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2272
2273         Do not jump to the first page when reloading a document from the
2274         last page.
2275
2276 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2277
2278         * shell/ev-window.c: (update_chrome_flag),
2279         (setup_sidebar_from_metadata),
2280         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2281         (ev_window_cmd_edit_find_next),
2282         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2283         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2284         (find_bar_close_cb), (view_actions_focus_in_cb):
2285
2286         Do not update visibility when changing a chrome flag so that it's
2287         possible to update several flags and update visibility only once
2288         for all of them.
2289
2290 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2291
2292         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2293
2294         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2295         supported by gtk+. Fixes bug #460907.
2296
2297 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2298
2299         * shell/ev-view.c: (view_update_range_and_current_page):
2300
2301         Make sure current-page <= end-page in continuous mode. Fixes bug
2302         #454950.
2303
2304 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2305
2306         * backend/pdf/ev-poppler.cc: (build_tree):
2307
2308         Ignore outline items without a title. Fixes bug #453913.
2309
2310 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2311
2312         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2313         (ev_view_button_release_event), (ev_view_leave_notify_event):
2314
2315         Use always drag mouse cursor during a drag operation. Fixes bug
2316         #470564.
2317
2318 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2319
2320         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2321         (pdf_selection_get_selection_region),
2322         (pdf_selection_get_selection_map):
2323
2324         Temporarily disable double and triple selections since it depends on
2325         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2326         released and the update of the external dependency minimal version
2327         approved.
2328
2329 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2330
2331         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2332         (pdf_document_file_exporter_do_page):
2333         * libdocument/ev-file-exporter.h:
2334         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2335         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2336
2337         Actually fix printing regressions. Remove orientation from
2338         EvPrintContext since it's redundant.
2339
2340 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2341
2342         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2343         * backend/impress/impress-document.c:
2344         (impress_document_document_iface_init):
2345         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2346         * backend/djvu/djvu-document.c:
2347         (djvu_document_document_iface_init),
2348         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2349         * backend/tiff/tiff-document.c:
2350         (tiff_document_document_iface_init):
2351         * backend/pixbuf/pixbuf-document.c:
2352         (pixbuf_document_document_iface_init):
2353         * backend/comics/comics-document.c:
2354         (comics_document_document_iface_init):
2355         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2356         (pdf_selection_render_selection),
2357         (pdf_selection_get_selected_text),
2358         (pdf_selection_get_selection_region),
2359         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2360         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2361         (ev_selection_get_selection_region),
2362         (ev_selection_get_selection_map):
2363         * libdocument/ev-document.[ch]:
2364         * shell/ev-pixbuf-cache.[ch]: (add_job),
2365         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2366         * shell/ev-view-private.h:
2367         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2368         (ev_job_render_run):
2369         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2370         * shell/ev-view.c: (start_selection_for_event),
2371         (ev_view_button_press_event), (ev_view_drag_data_get),
2372         (ev_view_drag_data_received), (ev_view_button_release_event),
2373         (compute_new_selection_text), (compute_selections),
2374         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2375         (ev_view_primary_get_cb):
2376
2377         Add support for double and triple click selections.
2378
2379 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2380
2381         * NEWS:
2382         * configure.ac:
2383
2384         Update for release 2.19.4
2385
2386 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2387
2388         * shell/ev-view-private.h:
2389         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2390         (ev_view_set_highlight_search):
2391         * shell/ev-view.h:
2392         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2393         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2394         (find_bar_visibility_changed_cb):
2395         
2396         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2397
2398 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2399
2400         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2401         (pdf_document_file_exporter_begin),
2402         (pdf_document_file_exporter_do_page):
2403         * shell/ev-jobs.c: (ev_job_print_run):
2404         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2405
2406         Create always a portrait cairo surface and rotate when needed for
2407         landscape. It fixes printing problems in real printers.
2408
2409 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2410
2411         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2412         * libdocument/ev-file-exporter.[ch]:
2413         (ev_file_exporter_get_capabilities):
2414         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2415         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2416
2417         Adjust number of pages per row according to page orientation when
2418         printing 2 or 6 pages per sheet.
2419
2420 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2421
2422         * shell/ev-window.c: (ev_window_print_send):
2423
2424         Reset also cups setting to 1 when printing multiple pages per
2425         sheet. Fixes bug #468853.
2426
2427 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2428
2429         * libdocument/ev-document-misc.c:
2430         (ev_document_misc_surface_rotate_and_scale):
2431
2432         Use directly cairo_surface_get_content() when creating a similar
2433         surface as suggested by Jeff Muizelaar. Thanks again.
2434
2435 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2436
2437         * backend/djvu/djvu-document.c: (djvu_document_render):
2438         * backend/tiff/tiff-document.c: (tiff_document_render):
2439         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2440         * libdocument/ev-document-misc.c:
2441         (ev_document_misc_surface_from_pixbuf),
2442         (ev_document_misc_surface_rotate_and_scale):
2443
2444         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2445         creating page surfaces. Fixes bug #453123. Thank you very much to
2446         Jeff Muizelaar <jeff@infidigm.net>.
2447
2448 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2449
2450         * shell/ev-page-cache.c: (ev_page_cache_new),
2451         (ev_page_cache_get_thumbnail_size):
2452         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2453         (ev_sidebar_thumbnails_set_loading_icon):
2454
2455         Also store in page-cache the dimensions of the thumbnails so that
2456         they can be used to create the correct loading icon in the side
2457         pane. Fixes bug #466857.
2458
2459 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2460
2461         * backend/pdf/ev-poppler.cc:
2462         (pdf_document_thumbnails_get_thumbnail):
2463
2464         Fix thumbnails rotation in pdf documents that include embedded 
2465         thumbnails.
2466
2467 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2468
2469         * backend/pdf/ev-poppler.cc:
2470
2471         Don't use #ifdef in macro expansion. Some compilers don't
2472         like that. Closes bug #467042.
2473
2474 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2475
2476         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2477         
2478         Fixes memory leak in djvu backend.
2479
2480 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2481
2482         * data/icons/32x32/Makefile.am:
2483         * data/icons/32x32/actions/Makefile.am:
2484         * data/icons/32x32/actions/view-page-cont.svg:
2485         * data/icons/32x32/actions/view-page-facing.svg:
2486         * data/icons/48x48/Makefile.am:
2487         * data/icons/48x48/actions/Makefile.am:
2488         * data/icons/48x48/actions/view-page-cont.svg:
2489         * data/icons/48x48/actions/view-page-facing.svg:
2490         
2491         Icons for a new sizes.
2492
2493 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2494
2495         * shell/ev-page-cache.c: (build_height_to_page),
2496         (ev_page_cache_get_height_to_page):
2497         
2498         Fixes invalid read, see bug #466401.
2499
2500 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2501
2502         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2503         (set_drag_cursor):
2504         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2505         (configure_item_cursor), (new_pixbuf_from_widget):
2506
2507         Fix multihead problems in toolbar editor. Fixes bug #382055.
2508
2509 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2510
2511         * shell/ev-window.c: (ev_window_cmd_file_open),
2512         (ev_window_cmd_save_as):
2513
2514         Use g_get_user_special_dir when available instead of
2515         xdg_user_dir_lookup.
2516
2517 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2518
2519         * MAINTAINERS:
2520         
2521         Updated according to request on desktop-devel.
2522
2523 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2524
2525         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2526
2527         Do not use cairo_rectangle and cairo_clip since we are
2528         not using cairo_fill but cairo_paint. Use the same cairo context
2529         for every page in the same expose event.
2530
2531 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2532
2533         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2534         leak.
2535
2536 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2537
2538         * configure.ac:
2539         * NEWS:
2540
2541         Release 0.9.3
2542
2543 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2544
2545         * libdocument/ev-document-info.h:
2546         * libdocument/ev-document.h:
2547         * shell/ev-page-action.h:
2548         * shell/ev-sidebar-links.h:
2549
2550         Fix a headers problem with ev-link
2551         
2552         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
2553         * shell/ev-view-private.h:
2554         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2555         (get_link_area), (ev_view_query_tooltip),
2556         (ev_view_leave_notify_event), (ev_view_destroy),
2557         (ev_view_class_init):
2558
2559         Use new gtk tooltips when available instead of ev-tooltip.
2560         
2561 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2562
2563         * shell/ev-window.c: (update_chrome_visibility),
2564         (ev_window_sidebar_visibility_changed_cb):
2565
2566         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
2567         
2568 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2569
2570         * shell/ev-navigation-action.c:
2571         (ev_navigation_action_history_changed),
2572         (ev_navigation_action_set_history):
2573         * shell/ev-navigation-action-widget.c:
2574         (ev_navigation_action_widget_init):
2575         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2576
2577         Fix compile warnings.
2578         
2579 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2580
2581         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2582         (egg_editable_toolbar_dispose):
2583
2584         Fix memory leak.
2585         
2586 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2587
2588         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2589         (screensaver_disable_x11):
2590         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2591         * shell/ev-window.c: (presentation_set_timeout):
2592         * shell/ev-view.c: (ev_view_presentation_transition_start):
2593
2594         Use g_timeout_add_seconds instead of g_timeout_add when
2595         available.
2596         
2597 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2598
2599         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
2600
2601         Set horizontal scrollbar policy to AUTOMATIC instead of
2602         NEVER. Workaround for bug #449462.
2603         
2604 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2605
2606         * shell/ev-jobs.c: (ev_job_render_page_ready):
2607
2608         Add page_ready callback to main loop with high priority and hold
2609         a reference to job during idle.
2610         
2611 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2612
2613         * configure.ac:
2614         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2615         (pdf_document_file_exporter_begin),
2616         (pdf_document_file_exporter_do_page),
2617         (pdf_document_file_exporter_get_capabilities):
2618         * libdocument/ev-file-exporter.h:
2619         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2620         * shell/ev-window.c: (ev_window_print_send),
2621         (ev_window_print_dialog_response_cb):
2622
2623         Allow printing multiple pages per sheet. Fixes bug #395573.
2624         
2625 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2626
2627         * shell/ev-view.c: (tip_from_link):
2628         
2629         Check for NULL, fixes bug #460862.
2630
2631 2007-07-29  Christian Persch  <chpe@gnome.org>
2632
2633         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
2634         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2635         (ev_window_cmd_preview_print):
2636         
2637         Fixes bug #437681 - blocks while enumerating printers.
2638
2639 2007-07-29  Christian Persch  <chpe@gnome.org>
2640
2641         * shell/ev-window.c: (ev_window_screen_changed):
2642         
2643         Don't use deprecated gtk+ function. See bug #460909.
2644
2645 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2646
2647         * shell/ev-utils.c: (get_num_monitors):
2648         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2649
2650         Do not use display before initializing it. Remove compile
2651         warnings.
2652
2653 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
2654
2655         * shell/ev-view.c: (ev_view_class_init):
2656         
2657         Unix-like hjkl bindings added. See bug #458111.
2658
2659 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
2660
2661         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
2662         * shell/ev-utils.h:
2663         * shell/ev-view.c: (ev_view_set_zoom_for_size),
2664         (ev_view_update_view_size):
2665         * shell/ev-view.h:
2666         * shell/ev-window.c: (ev_window_update_actions),
2667         (setup_view_from_metadata), (ev_window_screen_changed),
2668         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
2669         (zoom_control_changed_cb):
2670         * shell/ev-window.h:
2671         
2672         Reorganizes utility functions.
2673
2674 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2675
2676         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2677         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2678         (add_job), (ev_pixbuf_cache_get_surface),
2679         (ev_pixbuf_cache_get_link_mapping),
2680         (ev_pixbuf_cache_get_image_mapping),
2681         (ev_pixbuf_cache_get_form_field_mapping),
2682         (ev_pixbuf_cache_get_text_mapping):
2683         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
2684         (notify_page_ready), (ev_job_render_page_ready),
2685         (ev_job_render_run):
2686
2687         Add page_ready signal to notify that page is ready as soon as
2688         possible even if other page elements like links, forms, images or
2689         text mapping are not ready yet.
2690
2691 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2692
2693         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
2694         (dvi_document_file_exporter_do_page),
2695         (dvi_document_file_exporter_get_capabilities),
2696         (dvi_document_file_exporter_iface_init):
2697         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
2698         (ps_document_file_exporter_do_page),
2699         (ps_document_file_exporter_get_capabilities),
2700         (ps_document_file_exporter_iface_init):
2701         * backend/djvu/djvu-document.c:
2702         (djvu_document_file_exporter_begin),
2703         (djvu_document_file_exporter_end),
2704         (djvu_document_file_exporter_get_capabilities),
2705         (djvu_document_file_exporter_iface_init):
2706         * backend/tiff/tiff-document.c:
2707         (tiff_document_file_exporter_begin),
2708         (tiff_document_file_exporter_get_capabilities),
2709         (tiff_document_document_file_exporter_iface_init):
2710         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2711         (pdf_document_file_exporter_do_page),
2712         (pdf_document_file_exporter_get_capabilities),
2713         (pdf_document_file_exporter_iface_init):
2714         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
2715         (ev_file_exporter_get_capabilities):
2716         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
2717         (idle_print_handler), (ev_print_job_print):
2718         * shell/ev-jobs.c: (ev_job_print_run):
2719         * shell/ev-window.c: (ev_window_print_send),
2720         (ev_window_print_range):
2721
2722         Use capabilities to know which options should be offered by the
2723         print dialog depending on the document backend.
2724
2725 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2726
2727         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2728
2729         Give priority to forms over text to set the cursor.
2730
2731 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2732
2733         * shell/ev-view-private.h:
2734         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2735         (ev_view_leave_notify_event), (ev_view_finalize),
2736         (ev_view_get_property), (ev_view_class_init):
2737
2738         Use IBEAM cursor for text form fields and NORMAL cursor for read
2739         only fields. Remove unused status attribute.
2740
2741 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2742
2743         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2744
2745         Update region for current selected items also for checkbox
2746         buttons, since they can behave as radio buttons when they are in a
2747         set.
2748
2749 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2750
2751         * configure.ac:
2752         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2753
2754         Get max length of text form fields.
2755
2756 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2757
2758         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2759         * libdocument/ev-form-field.h:
2760         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
2761
2762         Fix build with current poppler cvs head.
2763
2764 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2765
2766         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2767         * shell/eggfindbar.c: (egg_find_bar_init):
2768
2769         Fix build with gtk+ >= 2.11.5 due to gtktooltips
2770         deprecation. Fixes bug #455667
2771
2772 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2773
2774         * NEWS:
2775         * configure.ac:
2776         
2777         Update for release 0.9.2
2778
2779 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2780
2781         * shell/ev-view.c: (ev_view_form_field_text_save),
2782         (ev_view_form_field_choice_save):
2783
2784         Fix a crash when closing whith a form widget visible.
2785
2786 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2787
2788         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2789
2790         Update also the region of the current selected button when
2791         clicking on another button if they are radio buttons.
2792
2793 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2794
2795         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
2796         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
2797         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
2798         (ev_pixbuf_cache_get_link_mapping),
2799         (ev_pixbuf_cache_get_image_mapping),
2800         (ev_pixbuf_cache_get_form_field_mapping),
2801         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
2802         * shell/ev-view.c: (ev_view_form_field_get_region),
2803         (ev_view_form_field_button_create_widget),
2804         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2805         (job_finished_cb):
2806
2807         Redraw only form field region instead of the whole page when
2808         reloading a page to show changes on the form field.
2809
2810 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2811
2812         * shell/ev-view.c: (ev_view_form_field_choice_save):
2813
2814         Fix selection of first item in list form fields.
2815
2816 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2817
2818         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
2819         (ev_pixbuf_cache_reload_page),
2820         (ev_pixbuf_cache_get_form_field_mapping):
2821
2822         Some refactoring to avoid duplicated code.
2823
2824 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2825
2826         * configure.ac:
2827         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
2828         (ev_form_field_from_poppler_field),
2829         (pdf_document_forms_get_form_fields),
2830         (pdf_document_forms_form_field_text_get_text),
2831         (pdf_document_forms_form_field_text_set_text),
2832         (pdf_document_forms_form_field_button_set_state),
2833         (pdf_document_forms_form_field_button_get_state),
2834         (pdf_document_forms_form_field_choice_get_item),
2835         (pdf_document_forms_form_field_choice_get_n_items),
2836         (pdf_document_forms_form_field_choice_is_item_selected),
2837         (pdf_document_forms_form_field_choice_select_item),
2838         (pdf_document_forms_form_field_choice_toggle_item),
2839         (pdf_document_forms_form_field_choice_unselect_all),
2840         (pdf_document_forms_form_field_choice_set_text),
2841         (pdf_document_forms_form_field_choice_get_text),
2842         (pdf_document_document_forms_iface_init):
2843         * libdocument/Makefile.am:
2844         * libdocument/ev-form-field.[ch]:
2845         * libdocument/ev-document-forms.[ch]:
2846         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2847         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2848         (add_job), (ev_pixbuf_cache_reload_page),
2849         (ev_pixbuf_cache_get_form_field_mapping):
2850         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
2851         * shell/ev-view-private.h:
2852         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
2853         (ev_view_handle_cursor_over_xy),
2854         (ev_view_get_form_field_at_location),
2855         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
2856         (ev_view_form_field_button_create_widget),
2857         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
2858         (ev_view_form_field_text_create_widget),
2859         (ev_view_form_field_choice_save),
2860         (ev_view_form_field_choice_changed),
2861         (ev_view_form_field_choice_create_widget),
2862         (ev_view_handle_form_field), (ev_view_size_allocate),
2863         (ev_view_realize), (draw_end_presentation_page),
2864         (ev_view_button_press_event), (ev_view_remove_all),
2865         (ev_view_motion_notify_event), (ev_view_key_press_event),
2866         (ev_view_enter_notify_event), (highlight_find_results),
2867         (draw_loading_text), (draw_one_page), (ev_view_destroy),
2868         (ev_view_class_init), (page_changed_cb),
2869         (on_adjustment_value_changed), (ev_view_set_presentation),
2870         (merge_selection_region), (ev_view_set_cursor),
2871         (ev_view_reset_presentation_state):
2872         
2873         Merge evince-forms branch.
2874
2875 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
2876
2877         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
2878
2879         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
2880         This script also updates itself from libegg
2881
2882         * cut-n-paste/toolbar-editor/egg*:
2883         Run update-toolbareditor-from-libegg.sh so we are in sync again with
2884         libegg
2885
2886 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
2887
2888         * shell/ev-window.c:
2889         
2890         Adds a nice icon to page action during toolbar editing.
2891         See bug #452872.
2892
2893 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2894
2895         * data/evince-toolbar.xml:
2896         * shell/ev-window.c:
2897         
2898         Let user add a presentation and fullscreen icons on toolbar.
2899         See bug #449734.
2900
2901 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
2902
2903         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
2904
2905         new script to keep in sync with toolbareditor in libegg
2906
2907         * cut-n-paste/toolbar-editor/*: 
2908
2909         Run update-toolbareditor-from-libegg so we are in sync again. 
2910         Fixes bug #452850.
2911         
2912
2913 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2914
2915         * shell/ev-sidebar-links.c: (job_finished_callback):
2916
2917         Do not connect selection changed signal more than once. Fixes bug
2918         #349433.
2919
2920 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2921
2922         * shell/ev-window.c: (ev_window_view_sidebar_cb):
2923
2924         Do not change sidebar chrome flag when pressing F9 key in
2925         presentation mode.
2926
2927 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2928
2929         * backend/pdf/ev-poppler.cc:
2930         (pdf_document_thumbnails_get_dimensions):
2931
2932         Make sure thumbnails width and height is not <= 0. Fixes a crash
2933         with some pdf documents which have really small pages.
2934
2935 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
2936
2937         * shell/main.c: (main):
2938
2939         Fixes program description translation issue.
2940         Bug #450148.
2941
2942 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
2943
2944         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
2945
2946         Do not change current page when returning from black/white mode
2947         in presentation. Fixes bug #415032.
2948
2949 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2950
2951         * NEWS:
2952         * configure.ac:
2953         
2954         Update for release 0.9.1
2955
2956 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
2957
2958         * backend/dvi/dvi-document.c:
2959         (dvi_document_finalize),
2960         (dvi_document_file_exporter_format_supported),
2961         (dvi_document_file_exporter_begin),
2962         (dvi_document_file_exporter_do_page),
2963         (dvi_document_file_exporter_end),
2964         (dvi_document_file_exporter_iface_init), (dvi_document_init):
2965         
2966         PDF exporter for dvi documents. Fixes bug #441319.
2967
2968 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2969
2970         * shell/ev-window.c: (ev_window_clear_print_job):
2971
2972         Clear gtk print job when job has finished. Fixes bug #447612.
2973
2974 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2975
2976         * shell/ev-window.c: (ev_window_print_send),
2977         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2978
2979         Add preview button to print dialog. Fixes bug #445419.
2980
2981 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2982
2983         * backend/dvi/Makefile.am:
2984         * backend/dvi/pixbuf-device.[ch]: Removed
2985         * backend/dvi/cairo-device.[ch]: Added
2986         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
2987         * backend/dvi/dvi-document.c: (dvi_document_load),
2988         (dvi_document_render), (dvi_document_finalize),
2989         (dvi_document_thumbnails_get_thumbnail), (parse_color),
2990         (dvi_document_do_color_special):
2991         * libdocument/ev-document-misc.[ch]:
2992         (ev_document_misc_pixbuf_from_surface):
2993
2994         Port dvi backend to cairo and fix a problem with colors. 
2995
2996 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2997
2998         * shell/ev-view.c: (draw_one_page):
2999
3000         Draw only visible region.
3001
3002 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3003
3004         * backend/djvu/djvu-document.c: (djvu_document_render):
3005
3006         Fix rotation in djvu backend.
3007
3008 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3009
3010         * shell/ev-pixbuf-cache.c: (job_finished_cb),
3011         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
3012         (ev_pixbuf_cache_get_image_mapping),
3013         (ev_pixbuf_cache_get_text_mapping):
3014
3015         Redraw view every time we have a new surface. Fixes bug #443587.
3016
3017 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3018
3019         * libdocument/ev-document.c: (ev_document_info_free):
3020
3021         Fix memory leaks.
3022
3023 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3024
3025         * backend/dvi/dvi-document.c: (dvi_document_render),
3026         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
3027         * backend/impress/impress-document.c:
3028         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3029         (impress_document_render), (impress_document_document_iface_init),
3030         (impress_document_thumbnails_get_thumbnail):
3031         * backend/djvu/djvu-document-private.h:
3032         * backend/djvu/djvu-document.c: (djvu_document_render),
3033         (djvu_document_finalize), (djvu_document_document_iface_init),
3034         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
3035         * backend/tiff/tiff-document.c: (tiff_document_render),
3036         (tiff_document_render_pixbuf),
3037         (tiff_document_document_iface_init):
3038         * backend/pdf/ev-poppler.cc: (pdf_document_render),
3039         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
3040         (pdf_selection_render_selection):
3041         * backend/comics/comics-document.c:
3042         (comics_document_render_pixbuf), (comics_document_render),
3043         (comics_document_document_iface_init):
3044         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
3045         (pixbuf_document_document_iface_init):
3046         * libdocument/ev-document-misc.[ch]:
3047         (ev_document_misc_surface_from_pixbuf),
3048         (ev_document_misc_surface_rotate_and_scale):
3049         * libdocument/ev-document.[ch]: (ev_document_render):
3050         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
3051         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3052         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3053         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
3054         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
3055         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
3056         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
3057         (render_finished_cb), (ev_job_render_run):
3058         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
3059         (merge_selection_region):
3060
3061         Use cairo image surfaces instead of GDK pixbufs for drawing pages
3062         and selections.
3063
3064 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3065
3066         * shell/ev-window-title.c: (ev_window_title_update):
3067
3068         Fix memory leak.
3069
3070 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3071
3072         * shell/ev-view.c: (draw_loading_text):
3073
3074         Show loading text centered. Fixes bug #433061
3075
3076 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3077
3078         * shell/ev-sidebar-thumbnails.c:
3079         (ev_sidebar_thumbnails_set_loading_icon):
3080
3081         Remove a mutex in the main thread that blocks the UI in heavy
3082         documents.
3083
3084 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3085
3086         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
3087
3088         Set points_set to TRUE so that selections don't disappear after a
3089         zoom change.
3090
3091 2007-06-07  Michael Monreal  <infernux@web.de>
3092
3093         * data/icons/16x16/actions/Makefile.am:
3094         * data/icons/16x16/actions/zoom.svg:
3095         * data/icons/22x22/actions/Makefile.am:
3096         * data/icons/22x22/actions/zoom.svg:
3097         * data/icons/24x24/actions/Makefile.am:
3098         * shell/ev-stock-icons.c:
3099         * shell/ev-stock-icons.h:
3100         * shell/ev-window.c:
3101         
3102         Zoom icon artwork. See bug #444795.
3103
3104 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3105
3106         * shell/ev-metadata-manager.c: Remove extraneous function
3107         (Closes: #444386)
3108
3109 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3110
3111         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3112         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
3113         (ev_metadata_manager_set), (ev_metadata_manager_save):
3114         Simplify the timeout, no need for modified anymore
3115
3116 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3117
3118         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
3119         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3120         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3121         (ev_metadata_manager_save): Adapted patch from Arjan van de
3122         Ven (arjan@linux.intel.com) to avoid the timeout running all the
3123         time, saves on power (Closes: #443851)
3124
3125 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3126
3127         * configure.ac:
3128         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
3129         (pdf_selection_render_selection), (pdf_document_get_page_duration):
3130
3131         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
3132
3133 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3134
3135         * shell/ev-window.c: (ev_window_add_history):
3136
3137         Check if history is NULL
3138
3139 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3140
3141         * libdocument/ev-image.c: (ev_image_finalize):
3142         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
3143         * libdocument/ev-attachment.c: (ev_attachment_finalize):
3144         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
3145         (ev_tmp_uri_unlink):
3146
3147         Add functions to delete temporary files created by evince in a safe
3148         way.
3149
3150         * shell/ev-window.c: (ev_window_clear_local_uri),
3151         (open_xfer_update_progress_callback),
3152         (save_xfer_update_progress_callback), (ev_window_save_remote),
3153         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
3154         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3155         (attachment_save_dialog_response_cb),
3156         (ev_attachment_popup_cmd_save_attachment_as):
3157
3158         Allow saving a copy of a document, image or attachment to a remote
3159         location. Fixes bug #440754. 
3160
3161 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3162
3163         * configure.ac:
3164         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
3165
3166         Fix build with current poppler from cvs head. 
3167
3168 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
3169
3170         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
3171
3172         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
3173         directory exists.
3174
3175 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3176
3177         * shell/ev-sidebar.c: (ev_sidebar_add_page):
3178         * shell/ev-window.c:
3179
3180         Change sidebar ordering. Fixes bug #439939.
3181
3182 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
3183
3184         * backend/comics/Makefile.am:
3185         
3186         Fixes build with --without-libgnome.
3187
3188 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3189         
3190         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3191
3192         Update cursor and tooltip on page change and view scroll. Fixes bug
3193         #439217.
3194
3195 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3196
3197         * NEWS:
3198         * configure.ac:
3199         
3200         Update for release 0.9.0
3201
3202 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3203
3204         * backend/djvu/djvu-document-private.h:
3205         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3206         (djvu_document_finalize),
3207         (djvu_document_file_exporter_format_supported),
3208         (djvu_document_file_exporter_begin),
3209         (djvu_document_file_exporter_do_page),
3210         (djvu_document_file_exporter_end),
3211         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3212         
3213         Implemented printing with djvu. Bug #437998.
3214
3215 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3216
3217         * backend/impress/zip.c:
3218         Add missing ulong definition.
3219
3220         * backend/ps/ps-interpreter.c:
3221         Add missing headers.
3222
3223         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3224
3225 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3226
3227         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3228
3229         Add missing call to parent class dispose method. 
3230
3231 2007-05-12  Ross Burton  <ross@openedhand.com>
3232
3233         * shell/main.c:
3234         Sync keybindings manually when building without libgnome
3235         (#437925).
3236
3237 2007-05-12  Ross Burton  <ross@openedhand.com>
3238
3239         * shell/ev-window.c:
3240         Respect the screen when opening help (#437866).
3241
3242 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3243
3244         * data/evince-ui.xml:
3245         * shell/ev-application.[ch]: (get_print_settings_from_args),
3246         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3247         (ev_application_open_uri_list):
3248         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3249         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3250         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3251         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3252         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3253         (ev_window_dispose):
3254         * shell/main.c: (arguments_parse):
3255
3256         Add print button in preview mode. Fixes bug #396475. 
3257
3258 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3259
3260         * cut-n-paste/zoom-control/ephy-zoom.h:
3261         
3262         Fixes zoom level factors. See bug #408119 for details.
3263
3264 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3265
3266         * backend/comics/comics-document.c: (comics_regex_quote),
3267         (extract_argv):
3268         
3269         Correctly quote symbols. Fixes crash in the bug
3270         #415370.
3271
3272 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3273
3274         * shell/ev-navigation-action-widget.c:
3275         (ev_navigation_action_widget_init),
3276         (ev_navigation_action_widget_class_init),
3277         (ev_navigation_action_widget_button_press_event):
3278         
3279         Connect to button-press event on correct widget. Fixes
3280         bug #431988
3281
3282 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3283
3284         * shell/ev-application.c: (ev_application_open_window),
3285         (ev_application_add_icon_path_for_screen),
3286         (ev_application_open_uri_at_dest):
3287         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3288         * shell/ev-navigation-action.c: (build_menu):
3289         
3290         Add app-specific icons to our icon theme. Fixes bug
3291         #425508.
3292
3293 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3294
3295         * shell/ev-history.c: (ev_history_class_init),
3296         (ev_history_add_link):
3297         * shell/ev-history.h:
3298         * shell/ev-navigation-action.c:
3299         (ev_navigation_action_history_changed),
3300         (ev_navigation_action_set_history), (build_menu),
3301         (ev_navigation_action_finalize):
3302         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3303         
3304         Make navigation action unsensitive instead of showing
3305         menu with unsensitive word. Fixes bug #417392.
3306
3307 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3308
3309         * shell/ev-application.[ch]: (ev_application_shutdown),
3310         (ev_application_get_print_settings),
3311         (ev_application_set_print_settings):
3312         * shell/ev-window.c:
3313
3314         Remember print settings. Fixes bug #349102. 
3315
3316 2007-05-08  Christian Persch  <chpe@gnome.org>
3317
3318         * configure.ac:
3319         * properties/ev-properties-view.c:
3320
3321         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3322         Bug #382438.
3323
3324 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3325
3326         * configure.ac:
3327         * properties/ev-properties-view.c: (ev_regular_paper_size):
3328
3329         Use gtk+ builtin paper list to identify the document's paper size.
3330         Fixes bug #382438. 
3331
3332 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3333
3334         * configure.ac:
3335
3336         Fix build when compiling with thumbnailer and libgnome support. 
3337
3338 2007-05-04  Ross Burton  <ross@openedhand.com>
3339
3340         * configure.ac:
3341         Add --without-libgnome, check for libgnome and libgnomeui
3342         separately, and add them to the symbols as required.
3343
3344         * libdocument/ev-file-helpers.c:
3345         When building without libgnome, use g_get_user_config_dir instead
3346         of gnome_user_dir_get.
3347
3348         * shell/ev-application.c:
3349         When building without libgnome, don't use session management.
3350
3351         * shell/main.c:
3352         When building without libgnome, don't use GnomeProgram or
3353         initialise the authentication manager.
3354
3355         This fixes #328842.
3356
3357 2007-05-04  Ross Burton  <ross@openedhand.com>
3358
3359         * shell/ev-window.c:
3360         Don't use libgnome to open help, instead call Yelp directly.
3361
3362 2007-05-04  Ross Burton  <ross@openedhand.com>
3363
3364         * shell/ev-sidebar-attachments.c:
3365         Don't use libgnome to lookup icons for MIME types, instead copy
3366         code from GTK+ to do it manually.
3367
3368 2007-05-04  Ross Burton  <ross@openedhand.com>
3369
3370         * configure.ac:
3371         Add libxml to the dependencies for SHELL_CORE (#435818).
3372
3373 2007-05-02  Ross Burton  <ross@openedhand.com>
3374
3375         * configure.ac:
3376         * Makefile.am:
3377         Add --disable-thumbnailer (#434825)
3378
3379 2007-05-02  Ross Burton  <ross@openedhand.com>
3380
3381         * shell/ev-window.c:
3382         Add missing includes, fix indentation.
3383
3384         * shell/main.c:
3385         Fix indentation.
3386
3387 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3388
3389         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3390         ev_application_open_uri_at_dest instead of ev_application_open_uri
3391         preventing new document always being opened in a new window even if there
3392         is an empty window.
3393
3394 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3395
3396         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3397         (egg_recent_view_uimanager_finalize):
3398         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3399         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3400         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3401         (ev_pixbuf_cache_dispose):
3402         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3403         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3404         
3405         Add missing chain to parent class methods. Fixes
3406         bug #433128.
3407
3408 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3409
3410         * data/Makefile.am (update-icon-cache): Updates
3411         gtk-update-icon-cache in uninstall-hook.
3412
3413 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3414
3415         * shell/ev-window.c: (ev_window_setup_document),
3416         (ev_window_set_document), (ev_window_load_job_cb):
3417         * shell/ev-view.c: (setup_caches):
3418         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3419
3420         Start rendering pages before any other jobs. 
3421
3422 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3423
3424         * shell/ev-window.c: (ev_window_stop_fullscreen),
3425         (ev_window_stop_presentation):
3426
3427         Update chrome visibility before window unfullscreen. 
3428
3429 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3430
3431         * data/Makefile.am:
3432         * data/evince-ui.xml:
3433         * shell/ev-stock-icons.[ch]:
3434         * shell/ev-application.[ch]: (ev_application_shutdown),
3435         (ev_application_init), (ev_application_get_toolbars_model):
3436         * shell/ev-window.c: (update_chrome_visibility),
3437         (fullscreen_toolbar_setup_item_properties),
3438         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3439         (ev_window_run_presentation), (ev_window_stop_presentation),
3440         (ev_window_run_preview), (ev_window_screen_changed),
3441         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3442         (ev_window_dispose), (ev_window_init):
3443
3444         Make fullscreen toolbar always visible. Do not use egg toolbars for
3445         fullscreen and preview modes since such toolbars are not editables.
3446         Fixes bugs #300278, #338910 and #316188.  
3447
3448 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3449
3450         * shell/ev-application.c:
3451         * shell/ev-job-queue.c:
3452         * shell/ev-metadata-manager.c:
3453         * shell/ev-stock-icons.c:
3454         * shell/ev-window.c:
3455         * shell/main.c:
3456         
3457         Developers documentation updated.
3458
3459 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3460
3461         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3462
3463         Check whether uri is valid before launching it. Fixes bug #427664.
3464
3465 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3466
3467         * shell/ev-window.c:
3468
3469         Change key accelerator for Open a Copy menu entry which is in conflict
3470         with Close. Fixes bug #427321.
3471
3472 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3473
3474         * NEWS:
3475         * configure.ac:
3476         
3477         Update for release 0.8.1
3478
3479 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3480
3481         * shell/ev-window.c: (setup_size_from_metadata):
3482         
3483         Do not make window bigger than screen. Fixes bug 
3484         #388985.
3485
3486 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3487
3488         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3489         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3490
3491         Use default resolution when it's not provided by document. Fixes bug
3492         #408762.
3493
3494 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3495
3496         * configure.ac:
3497         * thumbnailer/Makefile.am:
3498         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3499         * thumbnailer/evince-thumbnailer.schemas.in:
3500         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3501
3502         Add support for ps, eps and compressed documents thumbnails. Do not
3503         ignore size parameter. 
3504
3505 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3506
3507         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3508         (dvi_document_do_color_special):
3509         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3510
3511         Implement font color specials in the DVI backend. Fixes bug #303651.
3512
3513 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3514
3515         Fixup the previous commit:
3516
3517         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3518         * shell/xdg-user-dir-lookup.c: Make the function non-static
3519         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3520
3521 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3522
3523         * shell/ev-window.c (file_open_dialog_response_cb): Use
3524         the xdg-user-dirs DOCUMENTS folder as default folder when
3525         opening a file chooser.  (#424858)
3526
3527         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3528         xdg-user-dirs.
3529
3530 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3531
3532         * shell/ev-window.c: (ev_window_load_job_cb):
3533
3534         Do not setup view from metadata on preview mode. 
3535
3536 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3537
3538         * shell/main.c:
3539
3540         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
3541
3542 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3543
3544         * shell/ev-view.c: (ev_view_primary_get_cb):
3545
3546         Check pointer != NULL before using it. Fixes bug #416841. 
3547
3548 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3549
3550         * NEWS:
3551         * configure.ac:
3552         
3553         Release 0.8.0
3554
3555 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3556
3557         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3558
3559         Do not render thumbnails when sidebar thumbnail page is not visible
3560         at startup. Fixes bug #416447. 
3561
3562 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
3563
3564         * data/evince.desktop.in.in:
3565
3566         "Application" is not a valid category in the freedesktop specification.
3567
3568 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3569
3570         * libdocument/ev-file-helpers.[ch]: (compression_run),
3571         (ev_file_uncompress), (ev_file_compress):
3572         * shell/ev-window.c: (file_save_dialog_response_cb):
3573
3574         Save document compressed when saving a copy of a compressed document.
3575         Fixes bug #334542.
3576
3577 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3578
3579         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
3580
3581         Allow deleting in goto window entry in presentation mode. 
3582
3583 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
3584
3585         * Makefile.am: Dist MAINTAINERS.
3586
3587 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3588
3589         * shell/ev-window.c: (ev_window_update_actions):
3590
3591         Fix zoom shortcut keys when searching. Fixes bug #409828.
3592
3593 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3594
3595         * shell/ev-window.c: (ev_window_setup_document):
3596
3597         Fix crash when loading documents with only one page. 
3598
3599 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3600
3601         * backend/dvi/dvi-document.c:
3602         (dvi_document_thumbnails_get_dimensions),
3603         (dvi_document_thumbnails_get_thumbnail):
3604         * backend/impress/impress-document.c:
3605         (impress_document_thumbnails_get_thumbnail),
3606         (impress_document_thumbnails_get_dimensions):
3607         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
3608         (ps_document_thumbnails_get_dimensions):
3609         * backend/djvu/djvu-document.c:
3610         (djvu_document_thumbnails_get_dimensions),
3611         (djvu_document_thumbnails_get_thumbnail):
3612         * backend/tiff/tiff-document.c:
3613         (tiff_document_thumbnails_get_thumbnail),
3614         (tiff_document_thumbnails_get_dimensions):
3615         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
3616         (pdf_document_thumbnails_get_thumbnail),
3617         (pdf_document_thumbnails_get_dimensions):
3618         * backend/comics/comics-document.c:
3619         (comics_document_thumbnails_get_thumbnail),
3620         (comics_document_thumbnails_get_dimensions):
3621         * backend/pixbuf/pixbuf-document.c:
3622         (pixbuf_document_thumbnails_get_thumbnail),
3623         (pixbuf_document_thumbnails_get_dimensions):
3624         * libdocument/ev-document-thumbnails.[ch]:
3625         (ev_document_thumbnails_get_thumbnail),
3626         (ev_document_thumbnails_get_dimensions):
3627         * libdocument/ev-document-misc.[ch]:
3628         (ev_document_misc_get_thumbnail_frame):
3629         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
3630         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3631         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
3632         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
3633         (ev_sidebar_thumbnails_refresh):
3634         * shell/ev-window.c: (ev_window_setup_document):
3635         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3636
3637         Use an EvRenderContext for rendering thumbnails instead of a suggested
3638         width, so that different sized pages get sized proportionally.
3639
3640 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3641
3642         * shell/ev-view.c: (ev_view_button_press_event),
3643         (ev_view_key_press_event):
3644
3645         Fix critical warnings when there is no document loaded. 
3646
3647 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3648
3649         * shell/ev-page-action-widget.c:
3650         * shell/ev-navigation-action.c:
3651         * shell/ev-window.c:
3652
3653         Fix compile warnings. 
3654
3655 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3656
3657         * backend/djvu/djvu-text.h:
3658         * backend/djvu/djvu-document.c:
3659         * backend/djvu/djvu-text-page.c:
3660         * backend/djvu/djvu-links.c:
3661         * backend/djvu/djvu-text-page.h:
3662         * backend/djvu/djvu-text.c:
3663         
3664         Fix build on Mac. Fixes bug #392186. Patch by
3665         <ephraim_owns@hotmail.com>
3666
3667 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3668
3669         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3670
3671         Restore cairo context before rendering every page when printing a PDF
3672         document into a PDF file. 
3673
3674 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3675
3676         * backend/ps/gstypes.h:
3677         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
3678         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
3679         (ps_document_thumbnails_get_thumbnail):
3680
3681         Handle PostScript page orientation. Fixes bug #318568.
3682
3683 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3684
3685         * backend/ps/Makefile.am:
3686         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
3687         (document_load), (ps_document_load), (save_document),
3688         (save_page_list), (ps_document_get_n_pages),
3689         (ps_document_get_page_size), (ps_document_get_info),
3690         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
3691         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
3692         (ps_document_thumbnails_get_thumbnail),
3693         (ps_document_thumbnails_get_dimensions),
3694         (ps_document_document_thumbnails_iface_init):
3695         * backend/ps/ps.[ch]: (psgetpagebox):
3696         * backend/ps/ps-interpreter.[ch]:
3697
3698         Add support for thumbnails in ps backend. Fixes bug #164755. 
3699
3700 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3701
3702         * NEWS:
3703         * configure.ac:
3704         
3705         Release 0.7.2
3706
3707 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3708
3709         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
3710         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
3711         (ev_window_dispose):
3712
3713         Use document thumbnail as window icon. Fixes bug #384442.
3714
3715 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
3716
3717         * configure.ac:
3718
3719         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
3720         duplicated adding application/x-bzpostscript instead. 
3721
3722 2007-02-11  Tom Parker  <palfrey@tevp.net>
3723
3724         * backend/ps/ps-document.c: (document_load):
3725
3726         Check return value of psscan before trying
3727         to use it. Fixes bug #372414.
3728
3729 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3730
3731         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3732
3733         Fix invalid free in ev-page-cache. Fixes bug #404745.
3734
3735 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3736
3737         * test/Makefile.am:
3738         * test/test3.py:
3739         
3740         Added reload test case.
3741
3742 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3743
3744         * po/POTFILES.in:
3745         * backend/djvu/djvu-document.c: (djvu_document_load):
3746
3747         Check whether there are missing files in indirect multipage djvu
3748         documents. Fixes bug #361683. 
3749
3750 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3751
3752         * test/Makefile.am:
3753         * test/test-mime.bin:
3754         * test/test3.py:
3755         
3756         Added test for slow mime type
3757
3758 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3759
3760         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3761
3762         Add some checks and call parent_class->finalize. Fixes bug #404745.
3763
3764 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3765
3766         * shell/ev-navigation-action.c: (connect_proxy):
3767         
3768         Fixes dropdown history menu. Thanks a lot Carlos!
3769
3770 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3771
3772         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
3773
3774         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
3775         bug #373715.
3776
3777 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3778
3779         * backend/ps/ps.c: (psscan):
3780
3781         Fix memory leak. 
3782
3783 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3784
3785         * configure.ac:
3786         * libdocument/ev-file-helpers.c: 
3787
3788         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
3789
3790 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3791
3792         * configure.ac:
3793         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
3794         (ps_interpreter_start), (document_load), (save_document),
3795         (save_page_list):
3796         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
3797         * libdocument/ev-document-factory.c:
3798         (ev_document_factory_get_from_mime), (get_document_from_uri),
3799         (free_uncompressed_uri), (ev_document_factory_get_document):
3800         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
3801
3802         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
3803
3804 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3805
3806         * libdocument/ev-document.h:
3807
3808         Fix typo in function name. 
3809
3810 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3811
3812         * backend/ps/ps-document.c: (ps_interpreter_finished),
3813         (ps_interpreter_start), (ps_interpreter_failed):
3814
3815         Handle ghostscript interpreter crashes. 
3816
3817 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3818
3819         * shell/ev-window.c: (ev_window_open_uri),
3820         (window_configure_event_cb):
3821
3822         Setup window size and position before showing it. Fixes bug #401711.
3823
3824 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3825
3826         * backend/ps/Makefile.am:
3827         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
3828         (ps_document_dispose), (ps_document_class_init),
3829         (ps_interpreter_input), (ps_interpreter_output),
3830         (ps_interpreter_error), (setup_interpreter_env),
3831         (ps_interpreter_start), (ps_interpreter_stop),
3832         (ps_interpreter_failed), (ps_interpreter_is_ready),
3833         (check_filecompressed), (document_load), (ps_document_load),
3834         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
3835         (ps_document_widget_event), (send_ps), (ps_document_next_page),
3836         (render_page):
3837
3838         Rework ps-document. Code cleanups, remove deprecated code. 
3839
3840 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3841
3842         * shell/ev-view.c: (ev_view_button_press_event):
3843
3844         Do not start an image drag and drop operation when pointer is on 
3845         text, so that we can select text when the whole background is an
3846         image. 
3847
3848 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3849
3850         * shell/ev-window.c: (ev_window_update_actions): 
3851
3852         Disable all zoom related actions during presentation mode. 
3853
3854 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
3855
3856         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
3857
3858         Do not zoom in or out on presentation mode. Fixes bug #401305.
3859
3860 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3861
3862         * shell/ev-navigation-action.c: (connect_proxy),
3863         (create_menu_item), (ev_navigation_action_class_init):
3864         
3865         Correctly show menu and fix crash when navigaton 
3866         action is out of toolbar visible area.
3867
3868 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3869
3870         * data/Makefile.am:
3871         * data/evince.1:
3872         
3873         Added man file
3874
3875 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3876
3877         * help/reference/* :
3878         * configure.ac:
3879         
3880         Added gtk-doc based documentation for Evince.
3881         Still in initial state but I hope it will
3882         grow.
3883         
3884         * configure.ac:
3885         
3886         Lower dbus requirement to 0.70
3887
3888 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3889
3890         * shell/ev-window.c: (ev_window_add_history):
3891
3892         Fix memory leak. 
3893
3894 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3895
3896         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
3897         * shell/ev-view.h:
3898         * shell/ev-window.c: (ev_window_add_history):
3899         
3900         Correctly handle named destination links
3901
3902 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3903
3904         * NOTES:
3905         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
3906         * backend/pdf/ev-poppler.cc:
3907         * libdocument/ev-document-links.h:
3908         * libdocument/ev-link.c: (ev_link_get_page):
3909         * libdocument/ev-link.h:
3910         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
3911         (ev_history_add_link):
3912         * shell/ev-history.h:
3913         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3914         (new_history_menu_item), (build_menu):
3915         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3916         * shell/ev-sidebar-links.c: (create_loading_model),
3917         (print_section_cb), (ev_sidebar_links_construct),
3918         (fill_page_labels), (update_page_callback_foreach),
3919         (update_page_callback), (job_finished_callback):
3920         * shell/ev-view.c: (ev_view_handle_link):
3921         * shell/ev-window.c: (ev_window_find_chapter),
3922         (ev_window_add_history), (view_handle_link_cb),
3923         (history_changed_cb):
3924         
3925         Implements another history variant
3926
3927 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3928
3929         * shell/ev-window.c: (view_external_link_cb):
3930         * shell/ev-view.c: (ev_view_button_release_event):
3931
3932         Open links in new window when clicking with middle button. 
3933
3934 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3935
3936         * shell/ev-navigation-action.c: (new_history_menu_item):
3937         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3938         * shell/ev-view.c: (ev_view_handle_link):
3939         * shell/ev-window.c:
3940         
3941         Store link before jump, not the destination. For me it 
3942         seems like more natural history behavior.
3943
3944 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3945
3946         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3947         (ev_navigation_action_class_init):
3948         * shell/ev-navigation-action.h:
3949         * shell/ev-page-action.c: (activate_cb):
3950         * shell/ev-page-cache.c: (ev_page_cache_class_init),
3951         (ev_page_cache_set_current_page_history):
3952         * shell/ev-page-cache.h:
3953         * shell/ev-sidebar-thumbnails.c:
3954         (ev_sidebar_tree_selection_changed),
3955         (ev_sidebar_icon_selection_changed), (page_changed_cb):
3956         * shell/ev-view-private.h:
3957         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
3958         * shell/ev-view.h:
3959         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
3960         (ev_window_setup_document), (ev_window_load_job_cb):
3961         * shell/ev-window.h:
3962         
3963         History finally works as expected.
3964
3965 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3966
3967         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
3968
3969         Do not update links treeview if it doesn't have a model assigned yet. 
3970
3971 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3972
3973         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
3974         (ev_sidebar_links_class_init), (update_page_callback):
3975
3976         Do not update links treeview when sidepane is not visible. 
3977
3978 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3979
3980         * shell/ev-marshal.list:
3981         * shell/ev-page-action.c: (activate_cb),
3982         (ev_page_action_class_init):
3983         * shell/ev-page-action.h:
3984         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
3985         * shell/ev-window.c:
3986         
3987         Remove activate_link signal, not required.
3988
3989 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3990
3991         * shell/ev-navigation-action.c: (build_menu):
3992         
3993         Reorder menu items and build menu with fixed length.
3994
3995 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
3996
3997         * shell/ev-view.c: (get_selected_text):
3998         
3999         Normalize text to fix ligatures problem. See bug
4000         #341947 for details.
4001
4002 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4003
4004         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4005
4006         Fix memory leak in ev-page-cache. 
4007
4008 2007-01-25  Tom Parker <palfrey@tevp.net>
4009
4010         * backend/impress/impress-document.c: (impress_document_load),
4011         (impress_document_finalize), (impress_document_init):
4012         * properties/ev-properties-main.c: (ev_properties_get_pages):
4013         
4014         Correctly handle impress document errors. Fixes nautilus
4015         crash in property page #370491.
4016
4017 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4018
4019         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4020         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4021         (ev_job_queue_remove_job):
4022         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
4023         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
4024         (ev_job_load_run):
4025         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
4026         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
4027         (ev_window_load_job_cb), (xfer_update_progress_callback),
4028         (ev_window_open_uri), (ev_window_dispose):
4029         * shell/main.c: (main):
4030
4031         Do file transfer asynchronously in the main thread instead of
4032         synchronously in the load thread. Fixes bugs #399694, #398307 and
4033         #343542.
4034
4035 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4036
4037         * shell/ev-jobs.c: (ev_job_xfer_run):
4038
4039         Load the document with the font-config lock held. 
4040
4041 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4042
4043         * backend/ps/ps-document.c: (start_interpreter):
4044
4045         Fix memory leaks in ps backend. 
4046
4047 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4048
4049         * backend/impress/impress-document.c:
4050         (impress_document_render_pixbuf):
4051
4052         Do not acquire fontconfig lock in impress backend, since it is using
4053         the main loop for rendering. 
4054
4055 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4056
4057         * po/POTFILES.in: 
4058
4059         Remove mdvi files that shouldn't be translated. 
4060
4061 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4062
4063         * shell/ev-view-private.h:
4064         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
4065         (ev_view_set_zoom):
4066
4067         Render "loading..." text into a cairo surface instead of directly into
4068         the window so that fontconfig lock is only needed once and UI is not
4069         blocked. Change text color to #9B9B9B. Fixes bug #397356.
4070
4071 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4072
4073         * shell/ev-stock-icons.c: (ev_stock_icons_init):
4074         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4075
4076         Use icon theme associated with the window screen rather than default. 
4077
4078 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4079
4080         * configure.ac:
4081
4082         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
4083
4084 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4085
4086         * data/icons/*/apps/evince.*:
4087
4088         Move Evince icons under new apps directory.
4089
4090         * data/icons/*/actions/*:
4091
4092         Add new custom themeable Evince icons: view-page-continuous, 
4093         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
4094         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
4095
4096         * configure.ac:
4097
4098         Add new directories to AC_CONFIG_FILES.
4099
4100         * shell/ev-stock-icons.c:
4101         * shell/ev-stock-icons.h:
4102
4103         Use new custom themeable icons.
4104
4105 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4106
4107         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4108
4109         Do not draw white background page in presentation mode. 
4110
4111 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
4112
4113         * shell/ev-view.c: Remove unused gnome-vfs include.
4114
4115 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4116
4117         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
4118         
4119         Format string is corrected, fixes bug #397129.
4120
4121 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4122
4123         * shell/ev-window.c: (ev_window_setup_recent):
4124
4125         Do not include in recent menu inexistent documents. Fixes
4126         bug #339171.
4127
4128 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4129
4130         * po/POTFILES.skip: 
4131
4132         Update POTFILES.skip file according to current source tree. 
4133
4134 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4135
4136         * shell/ev-window.c: (file_save_dialog_response_cb):
4137
4138         Do Save a copy in atomic way. Fixes bug #328266. 
4139
4140 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4141
4142         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
4143
4144         Keep selected cell always visible in index treeview.
4145
4146 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4147         
4148         * shell/ev-view.c: (ev_view_size_allocate):
4149
4150         Restore horizontal scrollbar after switching to/from fullscreen
4151         or presentation mode. Fixes bug #331728.
4152
4153 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4154
4155         * shell/ev-view-private.h:
4156         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
4157         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
4158         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
4159         (ev_view_can_zoom_out):
4160
4161         Use max and min scale values in the view iby taking dpi into account. 
4162
4163 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4164
4165         * configure.ac:
4166         * NEWS:
4167
4168         Release 0.7.1
4169
4170 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4171
4172         * shell/ev-window.c: (ev_window_print_send):
4173
4174         Send print job to printer with some settings set to default values,
4175         since we have already exported to a file according to such settings
4176         and they could be taken twice by some printers. 
4177
4178 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4179
4180         * shell/ev-jobs.c: (ev_job_xfer_run):
4181         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4182
4183         Show main window and load document with the font-config lock held. 
4184
4185 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4186
4187         * configure.ac:
4188         * shell/ev-application.c: (ev_application_register_service):
4189         * shell/main.c: (load_files_remote):
4190
4191         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4192
4193 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4194
4195         * doc/debugging.txt:
4196         
4197         Remove obsolete documentation.
4198
4199 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4200
4201         * Makefile.am:
4202         * backend/Makefile.am:
4203         * backend/comics/Makefile.am:
4204         * backend/djvu/Makefile.am:
4205         * backend/dvi/Makefile.am:
4206         * backend/ev-async-renderer.c:
4207         * backend/ev-async-renderer.h:
4208         * backend/ev-attachment.c:
4209         * backend/ev-attachment.h:
4210         * backend/ev-backend-marshal.c:
4211         * backend/ev-document-factory.c:
4212         * backend/ev-document-factory.h:
4213         * backend/ev-document-find.c:
4214         * backend/ev-document-find.h:
4215         * backend/ev-document-fonts.c:
4216         * backend/ev-document-fonts.h:
4217         * backend/ev-document-images.c:
4218         * backend/ev-document-images.h:
4219         * backend/ev-document-info.h:
4220         * backend/ev-document-links.c:
4221         * backend/ev-document-links.h:
4222         * backend/ev-document-misc.c:
4223         * backend/ev-document-misc.h:
4224         * backend/ev-document-security.c:
4225         * backend/ev-document-security.h:
4226         * backend/ev-document-thumbnails.c:
4227         * backend/ev-document-thumbnails.h:
4228         * backend/ev-document-transition.c:
4229         * backend/ev-document-transition.h:
4230         * backend/ev-document.c:
4231         * backend/ev-document.h:
4232         * backend/ev-file-exporter.c:
4233         * backend/ev-file-exporter.h:
4234         * backend/ev-image.c:
4235         * backend/ev-image.h:
4236         * backend/ev-link-action.c:
4237         * backend/ev-link-action.h:
4238         * backend/ev-link-dest.c:
4239         * backend/ev-link-dest.h:
4240         * backend/ev-link.c:
4241         * backend/ev-link.h:
4242         * backend/ev-render-context.c:
4243         * backend/ev-render-context.h:
4244         * backend/ev-selection.c:
4245         * backend/ev-selection.h:
4246         * backend/impress/Makefile.am:
4247         * backend/pdf/Makefile.am:
4248         * backend/pixbuf/Makefile.am:
4249         * backend/ps/Makefile.am:
4250         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4251         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4252         (start_interpreter), (stop_interpreter), (document_load),
4253         (ps_document_next_page), (render_page):
4254         * backend/tiff/Makefile.am:
4255         * comics/Makefile.am:
4256         * comics/comics-document.c:
4257         * comics/comics-document.h:
4258         * configure.ac:
4259         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4260         * djvu/Makefile.am:
4261         * djvu/djvu-document-private.h:
4262         * djvu/djvu-document.c:
4263         * djvu/djvu-document.h:
4264         * djvu/djvu-links.c:
4265         * djvu/djvu-links.h:
4266         * djvu/djvu-text-page.c:
4267         * djvu/djvu-text-page.h:
4268         * djvu/djvu-text.c:
4269         * djvu/djvu-text.h:
4270         * dvi/Makefile.am:
4271         * dvi/dvi-document.c:
4272         * dvi/dvi-document.h:
4273         * dvi/fonts.c:
4274         * dvi/fonts.h:
4275         * dvi/mdvi-lib/Makefile.am:
4276         * dvi/mdvi-lib/afmparse.c:
4277         * dvi/mdvi-lib/afmparse.h:
4278         * dvi/mdvi-lib/bitmap.c:
4279         * dvi/mdvi-lib/bitmap.h:
4280         * dvi/mdvi-lib/color.c:
4281         * dvi/mdvi-lib/color.h:
4282         * dvi/mdvi-lib/common.c:
4283         * dvi/mdvi-lib/common.h:
4284         * dvi/mdvi-lib/defaults.h:
4285         * dvi/mdvi-lib/dvimisc.c:
4286         * dvi/mdvi-lib/dviopcodes.h:
4287         * dvi/mdvi-lib/dviread.c:
4288         * dvi/mdvi-lib/files.c:
4289         * dvi/mdvi-lib/font.c:
4290         * dvi/mdvi-lib/fontmap.c:
4291         * dvi/mdvi-lib/fontmap.h:
4292         * dvi/mdvi-lib/fontsrch.c:
4293         * dvi/mdvi-lib/gf.c:
4294         * dvi/mdvi-lib/hash.c:
4295         * dvi/mdvi-lib/hash.h:
4296         * dvi/mdvi-lib/list.c:
4297         * dvi/mdvi-lib/mdvi.h:
4298         * dvi/mdvi-lib/pagesel.c:
4299         * dvi/mdvi-lib/paper.c:
4300         * dvi/mdvi-lib/paper.h:
4301         * dvi/mdvi-lib/pk.c:
4302         * dvi/mdvi-lib/private.h:
4303         * dvi/mdvi-lib/setup.c:
4304         * dvi/mdvi-lib/sp-epsf.c:
4305         * dvi/mdvi-lib/special.c:
4306         * dvi/mdvi-lib/sysdeps.h:
4307         * dvi/mdvi-lib/t1.c:
4308         * dvi/mdvi-lib/tfm.c:
4309         * dvi/mdvi-lib/tfmfile.c:
4310         * dvi/mdvi-lib/tt.c:
4311         * dvi/mdvi-lib/util.c:
4312         * dvi/mdvi-lib/vf.c:
4313         * dvi/pixbuf-device.c:
4314         * dvi/pixbuf-device.h:
4315         * impress/Makefile.am:
4316         * impress/common.h:
4317         * impress/document.c:
4318         * impress/f_oasis.c:
4319         * impress/f_oo13.c:
4320         * impress/iksemel.c:
4321         * impress/iksemel.h:
4322         * impress/imposter.h:
4323         * impress/impress-document.c:
4324         * impress/impress-document.h:
4325         * impress/internal.h:
4326         * impress/r_back.c:
4327         * impress/r_draw.c:
4328         * impress/r_geometry.c:
4329         * impress/r_gradient.c:
4330         * impress/r_style.c:
4331         * impress/r_text.c:
4332         * impress/render.c:
4333         * impress/render.h:
4334         * impress/zip.c:
4335         * impress/zip.h:
4336         * lib/Makefile.am:
4337         * lib/ev-debug.c:
4338         * lib/ev-debug.h:
4339         * lib/ev-file-helpers.c:
4340         * lib/ev-file-helpers.h:
4341         * lib/ev-gui.c:
4342         * lib/ev-gui.h:
4343         * lib/ev-tooltip.c:
4344         * lib/ev-tooltip.h:
4345         * libdocument/Makefile.am:
4346         * libdocument/ev-file-helpers.c:
4347         * pdf/Makefile.am:
4348         * pdf/ev-poppler.cc:
4349         * pdf/ev-poppler.h:
4350         * pixbuf/Makefile.am:
4351         * pixbuf/pixbuf-document.c:
4352         * pixbuf/pixbuf-document.h:
4353         * properties/Makefile.am:
4354         * ps/Makefile.am:
4355         * ps/gsdefaults.c:
4356         * ps/gsdefaults.h:
4357         * ps/gsio.c:
4358         * ps/gsio.h:
4359         * ps/gstypes.h:
4360         * ps/ps-document.c:
4361         * ps/ps-document.h:
4362         * ps/ps.c:
4363         * ps/ps.h:
4364         * shell/Makefile.am:
4365         * shell/ev-application.h:
4366         * shell/ev-sidebar-links.c:
4367         * shell/ev-sidebar-links.h:
4368         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4369         (ev_gui_menu_position_tree_selection):
4370         * shell/ev-utils.h:
4371         * shell/ev-view.c: (ev_view_finalize):
4372         * shell/ev-window.c:
4373         * shell/main.c: (main):
4374         * thumbnailer/Makefile.am:
4375         * tiff/Makefile.am:
4376         * tiff/tiff-document.c:
4377         * tiff/tiff-document.h:
4378         * tiff/tiff2ps.c:
4379         * tiff/tiff2ps.h:
4380         
4381         Reorganize source tree.
4382
4383 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4384
4385         * backend/ev-document-factory.c:
4386
4387         Do not include ev-poppler.h when pdf is disabled. 
4388
4389 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4390
4391         * configure.ac:
4392         * data/evince-ui.xml:
4393         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4394         (pdf_document_document_images_iface_init):
4395         * backend/Makefile.am:
4396         * backend/ev-document-images.[ch]:
4397         * backend/ev-image.[ch]:
4398         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4399         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4400         (ev_job_xfer_run):
4401         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4402         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4403         (ev_pixbuf_cache_get_image_mapping):
4404         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4405         (view_menu_popup_cb), (ev_window_dispose),
4406         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4407         (ev_view_popup_cmd_copy_image):
4408         * shell/ev-view-private.h:
4409         * shell/ev-view.c: (ev_view_get_image_at_location),
4410         (ev_view_do_popup_menu), (ev_view_popup_menu),
4411         (ev_view_button_press_event), (ev_view_drag_data_get),
4412         (ev_view_drag_motion), (ev_view_drag_data_received),
4413         (ev_view_motion_notify_event), (ev_view_button_release_event),
4414         (ev_view_finalize), (ev_view_class_init):
4415
4416         Add image handling support. Fixes bugs #310008 and #325047. Images
4417         selection is not supported yet. 
4418
4419 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4420
4421         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4422         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4423         (ev_view_init):
4424
4425         Move view drag and drop stuff to ev-view.
4426
4427 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4428
4429         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4430         * shell/ev-view.c: (clear_selection): 
4431
4432         Clear selection also in pixbuf cache.
4433
4434 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4435
4436         * data/evince.desktop.in.in:
4437         
4438         Change icon name in desktop file. See bug #390734
4439         for details.
4440
4441 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4442
4443         * thumbnailer/Makefile.am:
4444
4445         Use top_builddir instead top_srcdir for generated schema
4446         file installation. Fixes bug #390161.
4447
4448 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4449
4450         * configure.ac:
4451         * backend/Makefile.am:
4452         * backend/ev-document-transition.[ch]:
4453         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4454         (pdf_document_page_transition_iface_init):
4455         * shell/ev-view-private.h:
4456         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4457         (ev_view_set_presentation), (transition_next_page),
4458         (ev_view_presentation_transition_stop),
4459         (ev_view_presentation_transition_start), (ev_view_next_page):
4460
4461         Add page transition support in presentation mode. At the moment only
4462         page duration is supported, but not transition effects. Fixes bug
4463         #309815.
4464
4465 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4466
4467         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4468
4469         Run find_link_dest with document lock held, since it's called by links
4470         thread and main thread at the same time. 
4471
4472 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4473
4474         * shell/ev-view.c: (goto_dest):
4475
4476         Update page-cache when page is changed by the view, so that
4477         page-changed signal is emitted. 
4478
4479 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4480
4481         * test/test1.py:
4482         * test/test2.py:
4483
4484         Use C locale in tests. 
4485
4486 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4487
4488         * shell/ev-window.c: (ev_window_run_presentation):
4489         * shell/ev-view-private.h:
4490         * shell/ev-view.c: (ev_view_set_presentation):
4491
4492         Restore zoom settings when back from presentation mode. 
4493
4494 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4495
4496         * shell/ev-window.c: (ev_window_run_presentation):
4497
4498         Always use "best fit" zoom in presentation mode.
4499         Fixes bug #389195.
4500
4501 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4502
4503         * shell/ev-view.c: (ev_view_goto_window_create):
4504
4505         Show "Jump to page" label in the page jumping popup in
4506         presentation mode instead of just a GtkEntry.
4507
4508 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4509
4510         * shell/ev-window.c: (launch_external_uri):
4511
4512         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4513         #378085.
4514
4515 2006-12-22  Elijah Newren  <newren gmail com>
4516
4517         * configure.ac: explicitly check for libxml2.  Fixes #388795
4518
4519 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4520
4521         * shell/ev-view-private.h:
4522         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4523         (ev_view_goto_window_delete_event), (key_is_numeric),
4524         (ev_view_goto_window_key_press_event),
4525         (ev_view_goto_window_button_press_event),
4526         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4527         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4528         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4529
4530         Allow jumping to another page by typing a page number in presentation
4531         mode. It uses a popup window with an entry. Fixes bug #353625.
4532
4533 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4534
4535         * configure.ac:
4536         * properties/ev-properties-view.c: (ev_get_default_user_units),
4537         (ev_regular_paper_size):
4538         
4539         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4540         to Damien Carbery <damien.carbery@sun.com> and
4541         Yevgen Muntyan <muntyan@tamu.edu>.
4542
4543 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4544
4545         * shell/ev-window.c: (setup_document_from_metadata):
4546
4547         Make sure Evince doesn't restore the view on the last
4548         page when a document is reopened. Fixes bug #383381.
4549
4550 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
4551
4552         * shell/ev-view.c: (draw_loading_text):
4553
4554         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
4555
4556 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4557
4558         * configure.ac:
4559         * NEWS:
4560
4561         Release 0.7.0
4562
4563 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4564
4565         * configure.ac:
4566         * pdf/ev-poppler.cc: (pdf_print_context_free),
4567         (pdf_document_file_exporter_begin),
4568         (pdf_document_file_exporter_do_page):
4569
4570         Make cairo-pdf depedency optional. 
4571
4572 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4573
4574         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
4575
4576         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
4577
4578 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4579
4580         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
4581         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
4582         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
4583         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
4584         * shell/ev-view.c: (draw_loading_text):
4585         * shell/ev-window.c: (ev_window_cmd_file_properties):
4586
4587         Use an specific lock for FontConfig. Hopefully it fixes some crashes
4588         related to using FontConfig from different threads.
4589         
4590 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4591
4592         * shell/ev-view.c: (draw_loading_text):
4593
4594         Acquire lock document when drawing "Loading..." text so that only one
4595         thread will use FontConfig at the same time. Fixes bug #374750.
4596
4597 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4598
4599         * shell/ev-page-action.[ch]: (activate_cb):
4600         * shell/ev-window.c: (activate_label_cb):
4601
4602         Check if text inserted in page entry is a valid page number when it
4603         doesn't match to any document page label. Fixes bug #383165.
4604
4605 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
4606         * shell/ev-window.c:
4607
4608         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
4609         available with GTK < 2.10. Added an ifdef to avoid compilation
4610         error.
4611
4612 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4613
4614         * configure.ac:
4615         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
4616
4617         Fix ps backend in multihead systems.
4618
4619 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4620
4621         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
4622         * shell/ev-window.c: (ev_window_get_screen_dpi),
4623         (ev_window_update_actions), (setup_view_from_metadata),
4624         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
4625
4626         Take screen DPI into account when zooming. Fixes bug #318285.
4627
4628 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4629
4630         * data/Makefile.am:
4631
4632         Cleaned up/slightly refactored Makefile.am. Added GConf
4633         schemas uninstallation as well.
4634
4635 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4636
4637         * Makefile.am:
4638         * test/Makefile.am:
4639
4640         Fight with autotools to fix make check. Make distcheck
4641         works fine as well now!
4642
4643 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4644
4645         * shell/ev-view.c: (draw_end_presentation_page):
4646
4647         Corrected "end of presentation" string.
4648
4649 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4650
4651         * shell/ev-view.c: (ev_view_key_press_event):
4652
4653         Correctly propagate key press event so that up/down keys
4654         work as expected (correct behaviour was broken by
4655         black/white screen key bindings for presentations).
4656
4657 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4658
4659         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
4660         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
4661         (pdf_document_find_get_progress), (pdf_selection_render_selection),
4662         (pdf_selection_get_selection_region),
4663         (pdf_selection_get_selection_map):
4664
4665         Add "static" to some private functions. 
4666
4667 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
4668
4669         * lib/ev-tooltip.h:
4670         * properties/ev-properties-view.h:
4671         * shell/ev-jobs.h:
4672         * shell/ev-properties-dialog.h:
4673         * shell/ev-properties-fonts.h:
4674         * shell/ev-sidebar-links.h:
4675         * shell/ev-sidebar-thumbnails.h:
4676         * shell/ev-sidebar.h:
4677         * shell/ev-window.h:
4678         
4679         Fixes CHACK type in class casts. See bug #385343
4680         for details.
4681
4682 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4683
4684         * shell/ev-view-private.h:
4685         * shell/ev-view.c: (draw_end_presentation_page),
4686         (ev_view_expose_event), (ev_view_key_press_event),
4687         (ev_view_class_init), (ev_view_init):
4688
4689         Blank screen in presentation mode when pressing 'b' (filling with
4690         black) or 'w' (filling with white) keys. Fixes bug #358132.
4691
4692 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
4693
4694         * data/evince-toolbar.xml:
4695         * shell/ev-window.c:
4696         
4697         Use stock icon for Select All action. Fixes
4698         bug #382652.
4699
4700 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
4701
4702         * shell/ev-view.c: (get_doc_point_from_offset),
4703         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
4704
4705         Add links support in rotated documents. Fixes bug #343733.
4706
4707 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4708
4709         * shell/ev-view-private.h:
4710         * shell/ev-view.c: (draw_end_presentation_page),
4711         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
4712
4713         Show a blank page after the last page in presentation mode with a
4714         message indicating that presentation has finished and how to exit. 
4715
4716 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4717
4718         * shell/ev-window.c: (fullscreen_timeout_cb):
4719
4720         Hide cursor after a while in presentation mode. 
4721
4722 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4723
4724         * backend/ev-document-info.h:
4725         * data/evince-properties.glade:
4726         * pdf/ev-poppler.cc:
4727         * properties/ev-properties-view.c: (ev_regular_paper_size),
4728         (ev_properties_view_set_info):
4729         * ps/ps-document.c: (ps_document_get_info):
4730
4731         Adds a paper size field to the properties dialog. Fixes
4732         bug #307315. Patch by Kasper Svendsen (with some i18n
4733         changes done by me).
4734
4735 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4736
4737         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4738         (screensaver_init_dbus), (totem_scrsaver_new),
4739         (totem_scrsaver_init):
4740         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4741         * shell/ev-application.c: (ev_application_register_service),
4742         (ev_application_screensaver_enable),
4743         (ev_application_screensaver_disable):
4744         * shell/ev-application.h:
4745         * shell/ev-window.c: (ev_window_run_presentation),
4746         (ev_window_stop_presentation), (build_comments_string),
4747         (ev_window_init):
4748         
4749         Move screensaver handling to application. No more
4750         message on startup.
4751
4752 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4753
4754         * configure.ac:
4755         * backend/Makefile.am:
4756         * backend/ev-file-exporter.[ch]:
4757         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
4758         * ps/ps-document.c: (ps_document_file_exporter_*):
4759         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
4760         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4761         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4762         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4763
4764         Allow printing to PDF when suppoted by the backend.
4765         
4766 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4767
4768         * shell/ev-window.c: (build_comments_string):
4769
4770         Use always "Document Viewer" in about dialog. 
4771
4772 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4773
4774         * djvu/djvu-document.c: (djvu_document_get_page_size):
4775
4776         Display a warning message when get_pageinfo fails. 
4777
4778 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
4779
4780         * Makefile.am:
4781         * backend/Makefile.am:
4782         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4783         * configure.ac:
4784         * shell/ev-window.c: (build_comments_string):
4785         
4786         Make pdf compilation optional. See bug #38007.
4787
4788 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4789
4790         * ps/ps.c: (get_next_text):
4791
4792         Fix CVE-2006-5864.
4793
4794 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4795
4796         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
4797         * shell/ev-navigation-action.c: (connect_proxy),
4798         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4799         
4800         Do not call g_type_class_peek_parent twice.
4801
4802 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4803
4804         * configure.ac:
4805         * data/icons/24x24/.cvsignore:
4806         * data/icons/24x24/Makefile.am:
4807         * data/icons/24x24/evince.png:
4808         * data/icons/Makefile.am:
4809         
4810         Add 24x24 icon. Thanks to 
4811         Michael Monreal <infernux@web.de>.
4812
4813 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4814
4815         * configure.ac: Fix typo in configure.ac. Thanks
4816         to dmacks@netspace.org for notification.
4817
4818 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4819
4820         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4821         
4822         Drop dbus include, fixes compilation with older dbus.
4823
4824 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4825
4826         * configure.ac:
4827         * cut-n-paste/Makefile.am:
4828         * cut-n-paste/totem-screensaver/.cvsignore
4829         * cut-n-paste/totem-screensaver/Makefile.am:
4830         * cut-n-paste/totem-screensaver/README:
4831         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4832         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4833         * shell/Makefile.am:
4834         * shell/ev-window.c: (ev_window_run_presentation),
4835         (ev_window_stop_presentation), (ev_window_cmd_help_about),
4836         (ev_window_init):
4837
4838         Implemented screensaver enabling/disabling for
4839         presentation mode (not fullscreen mode). Code stolen
4840         from Totem (with some minor tweaks). Fixes bug #338889.
4841
4842 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4843
4844         * configure.ac:
4845
4846         Bump gnome-icon-theme requirements. We use the rotation
4847         icons that appeared recently.
4848
4849 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4850
4851         * shell/ev-history.c: (ev_history_add_page):
4852         * shell/ev-history.h:
4853         * shell/ev-window.c: (page_changed_cb):
4854         
4855         Use page labels instead of numbers.
4856
4857 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4858
4859         * data/evince-toolbar.xml:
4860         * po/POTFILES.in:
4861         * shell/Makefile.am:
4862         * shell/ev-navigation-action-widget.c:
4863         (ev_navigation_action_widget_init),
4864         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
4865         (menu_detacher), (ev_navigation_action_widget_set_menu),
4866         (menu_position_func), (popup_menu_under_arrow),
4867         (ev_navigation_action_widget_toggled),
4868         (ev_navigation_action_widget_button_press_event):
4869         * shell/ev-navigation-action-widget.h:
4870         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
4871         (ev_navigation_action_set_window), (activate_menu_item_cb),
4872         (new_history_menu_item), (new_empty_history_menu_item),
4873         (build_menu), (menu_activated_cb), (connect_proxy),
4874         (create_tool_item), (ev_navigation_action_init),
4875         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4876         * shell/ev-navigation-action.h:
4877         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
4878         (ev_page_action_widget_set_page_cache),
4879         (ev_page_action_widget_finalize),
4880         (ev_page_action_widget_class_init), (match_selected_cb),
4881         (display_completion_text), (match_completion), (build_new_tree_cb),
4882         (get_filter_model_from_model),
4883         (ev_page_action_widget_update_model):
4884         * shell/ev-page-action-widget.h:
4885         * shell/ev-page-action.c: (activate_link_cb), (update_model),
4886         (connect_proxy):
4887         * shell/ev-page-action.h:
4888         * shell/ev-stock-icons.c:
4889         * shell/ev-stock-icons.h:
4890         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4891         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
4892         (register_custom_actions):
4893         * shell/main.c:
4894         
4895         Preliminary history implementation
4896
4897 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4898
4899         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
4900         (dvi_document_class_init), (dvi_document_init_params):
4901         * dvi/mdvi-lib/font.c: (font_reference):
4902         
4903         Add reference to subfont. Fixes bug #374277.
4904
4905 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4906
4907         * shell/ev-window.c: (ev_window_create_tmp_symlink),
4908         (ev_window_cmd_file_open_copy_at_dest):
4909
4910         Fix a race condition when creating symlink. Increase the counter
4911         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
4912         Mathias Hasselmann).
4913
4914 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4915
4916         * backend/Makefile.am:
4917         * backend/ev-attachment.c: (ev_attachment_open):
4918         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
4919         (ev_tmp_dir), (ev_tmp_filename):
4920         * shell/ev-sidebar-attachments.c:
4921         (ev_sidebar_attachments_drag_data_get):
4922         * shell/ev-window.c: (ev_window_clear_temp_file):
4923
4924         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
4925         in ensure_dir_exists. Abort without crashing when we can't create
4926         user's directory.
4927
4928 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4929
4930         * data/evince-ui.xml:
4931         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4932         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
4933         (ev_window_cmd_file_open_copy_at_dest),
4934         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
4935         (ev_view_popup_cmd_open_link_new_window):
4936
4937         Allow opening a copy of the current document in a new window. Fixes bug
4938         #357472
4939
4940 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4941
4942         * data/evince-toolbar.xml:
4943         
4944         Add rotate right and rotate left to available items for toolbar.
4945         
4946         * data/evince-ui.xml:
4947         * shell/ev-window.c: (ev_window_init):
4948         
4949         Customize toolbar with right click. Fixes bug #372451.
4950
4951 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
4952
4953         * shell/ev-window.c: 
4954         
4955         Use "object-rotate-{left,right}" stock icons. Fixes 
4956         bug #373863.
4957
4958 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4959
4960         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
4961         (ev_application_open_uri_at_dest), (ev_application_open_uri):
4962         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
4963         (ev_window_open_uri):
4964         * shell/main.c: (arguments_parse):
4965
4966         Remove temp file created when evince is used by GTK+ in
4967         preview mode. Fixes bug #365282. 
4968
4969 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4970
4971         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4972         
4973         Fixes bug #372474 - Side pane disabled when entering 
4974         and leaving fullscreen mode.
4975
4976 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4977
4978         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
4979         * data/Makefile.am:
4980         * data/evince-preview-toolbar.xml:
4981         * data/evince-toolbar.xml:
4982         * shell/ev-application.c: (ev_application_shutdown),
4983         (ev_application_init), (ev_application_get_toolbars_model):
4984         * shell/ev-application.h:
4985         * shell/ev-window.c: (update_chrome_visibility),
4986         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
4987         (ev_window_cmd_edit_toolbar), (ev_window_init):
4988         
4989         Fixes bug #364364 - toolbar editor shows zoom actions again.
4990
4991 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4992
4993         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4994
4995         Do not take margins into consideration for paper size when printing.
4996         Really fixes bug #350491.
4997
4998 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4999
5000         * data/evince-ui.xml:
5001         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
5002         (ev_window_cmd_file_print_setup),
5003         (ev_window_print_dialog_response_cb),
5004         (ev_window_setup_action_sensitivity):
5005
5006         Add page setup settings for printing. Fixes bugs #363860 and #350491.
5007
5008 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5009
5010         * shell/ev-window.c: (ev_window_print_range):
5011
5012         Revert my previuos commit, since printing to PDF is not supported by
5013         evince yet. 
5014
5015 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5016
5017         * shell/ev-window.c: (ev_window_print_range):
5018
5019         Enable print to a PDF. Fixes bug #332121.
5020
5021 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5022
5023         * shell/ev-application-service.xml:
5024         * shell/ev-application.[ch]: (ev_application_open_window),
5025         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
5026         (ev_application_open_uri), (ev_application_open_uri_list):
5027         * shell/ev-window.c: (file_open_dialog_response_cb),
5028         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
5029         (drag_data_received_cb), (open_remote_link):
5030         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
5031
5032         Add support for multiscreen systems. Fixes bug #316206.
5033
5034 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5035
5036         * shell/ev-jobs.[ch]: (ev_job_print_new),
5037         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
5038         (ev_job_print_do_page):
5039         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
5040
5041         Allow printing only odd/even pages. Fixes bug #367289.
5042
5043 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5044
5045         * test/test1.py:
5046         * test/test2.py:
5047
5048         Re-add locale settings to test files.
5049
5050 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5051
5052         * data/evince-ui.xml:
5053         * shell/ev-window.c: (set_action_properties):
5054         
5055         Removed garbage from code and ui.
5056
5057 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5058
5059         * shell/ev-window.c: (ev_window_cmd_help_about):
5060
5061         Shamelessly add my name to the list of contributors.
5062
5063 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5064
5065         * test/test1.py:
5066         * test/test2.py:
5067
5068         Cleaned up the dogtail scripts.
5069
5070 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5071
5072         * shell/ev-view.c: (draw_loading_text): Don't render
5073         "loading..." text in presentation mode. Temporary
5074         workaround for bug #320352.
5075
5076 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5077
5078         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5079         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5080
5081         Use print settings scale, copies, collate and reverse which were
5082         ignored. Fixes bug #359032.
5083
5084 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5085
5086         * configure.ac:
5087         * data/evince-password.glade:
5088         * test/Makefile.am:
5089         * test/test-encrypt.pdf:
5090         * test/test-links.pdf:
5091         * test/test1.py:
5092         * test/test2.py:
5093
5094         Add automated UI tests for evince with dogtail. See
5095         bug #300948.    
5096
5097 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5098
5099         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
5100
5101         Hide fullscreen toolbar when switching to another desktop workspace.
5102         Fixes bug #338871
5103
5104 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5105
5106         * shell/ev-window-title.c: 
5107         
5108         Test for .dvi in title of pdf documents.
5109
5110 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5111
5112         * shell/ev-view.c: (ev_view_scroll):
5113
5114         Page Up/Down should do page jumps in "Best fit" mode.
5115         If a user has explicitly chosen to view exactly one page
5116         at a time, scrolling just a part of the page when
5117         pressing Page Up/Down is not right. Fixes bug #323107.
5118
5119 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5120
5121         * NEWS:
5122         * configure.ac:
5123         
5124         Update for 0.6.1
5125
5126 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5127
5128         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
5129         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
5130         
5131         Correctly disconnect from job signals on destroy.
5132
5133 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5134
5135         * shell/ev-view-private.h:
5136         * shell/ev-view.c: (view_set_adjustment_values),
5137         (view_update_range_and_current_page),
5138         (ensure_rectangle_is_visible), (ev_view_size_allocate):
5139         
5140         Fixes bug #343199, current page now follows find page.
5141
5142 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
5143
5144         * backend/ev-document-factory.c:
5145         * configure.ac:
5146         Assigned OpenDocument presenation MIME type to the
5147         Impress backend. Added some missing (but harmless)
5148         #ifdefs in the document factory as well to make things
5149         consistent again. Fixes bug #360658.
5150
5151 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
5152
5153         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
5154         * backend/ev-document-find.c: (ev_document_find_get_type):
5155         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
5156         * backend/ev-document-links.c: (ev_document_links_get_type):
5157         * backend/ev-document-security.c: (ev_document_security_get_type):
5158         * backend/ev-document-thumbnails.c:
5159         (ev_document_thumbnails_get_type):
5160         * backend/ev-document.c: (ev_document_get_type):
5161         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
5162         * backend/ev-selection.c: (ev_selection_get_type):
5163         * cut-n-paste/recent-files/egg-recent-model.c:
5164         (egg_recent_model_get_type):
5165         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5166         (egg_recent_view_uimanager_get_type):
5167         * cut-n-paste/recent-files/egg-recent-view.c:
5168         (egg_recent_view_get_type):
5169         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5170         (egg_editable_toolbar_get_type):
5171         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5172         (egg_toolbar_editor_get_type):
5173         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5174         (egg_toolbars_model_get_type):
5175         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5176         (egg_tree_multi_drag_source_get_type):
5177         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5178         (ephy_zoom_action_get_type):
5179         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5180         (ephy_zoom_control_get_type):
5181         * impress/r_back.c: (_imp_fill_back):
5182         * properties/ev-properties-main.c:
5183         (ev_properties_plugin_register_type):
5184         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
5185         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
5186         (ev_view_accessible_factory_get_type):
5187
5188         Reduce relocations. Bug #360616.
5189
5190 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5191
5192         * backend/ev-document-factory.c:
5193         (ev_document_factory_get_document):
5194         
5195         Load document even if extension is wrong.
5196
5197 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5198
5199         * shell/ev-metadata-manager.c: (save_values):
5200         * shell/ev-window.c: (setup_size_from_metadata),
5201         (setup_view_from_metadata), (ev_window_setup_document),
5202         (ev_window_xfer_job_cb), (window_configure_event_cb):
5203         
5204         Set size according to the document size/page size ratio.
5205         That should correct rather wierd behaviour of the previous
5206         commit.
5207
5208 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5209
5210         * shell/ev-window.c: (setup_view_from_metadata):
5211         
5212         Set size for new windows from previous window size.
5213         See bugs #354968 and #168450 for details. Thanks
5214         to Meik Hellmund.
5215
5216 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5217
5218         * djvu/djvu-links.c: (build_tree):
5219
5220         Fix memory leak.
5221
5222 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5223
5224         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5225         
5226         Don't make sidebar close button insensitive. Fixes
5227         bug #357871.
5228
5229 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5230
5231         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5232         (ev_window_set_view_accels_sensitivity):
5233         
5234         Don't enable Slash on documents which don't support
5235         find. Fixes bug #358648.
5236
5237 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5238
5239         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5240         open dialog fall back to the current document uri if the
5241         filechooser hasn't been used before. Fixes bug #356980.
5242
5243 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5244
5245         * shell/ev-window.c: (ev_window_setup_recent), 
5246         (ev_window_get_recent_file_label):
5247
5248         Escape underscores in filenames of recent file items.
5249
5250 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5251
5252         * configure.ac:
5253         
5254         Bumped poppler requirements, really 0.5.3 is very 
5255         buggy, now we require 0.5.4.
5256
5257 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5258
5259         * djvu/Makefile.am:
5260         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5261         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5262         (djvu_document_document_links_iface_init):
5263         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5264         (number_from_string_10), (get_djvu_link_dest),
5265         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5266         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5267         (djvu_links_get_links), (djvu_links_find_link_dest),
5268         (djvu_links_get_links_model):
5269         * djvu/djvu-links.h:
5270         
5271         Add support for links and bookmarks in djvu documents. Thanks
5272         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5273         patch.
5274
5275 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5276
5277         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5278         
5279         Reopen should reload document. Fixes 
5280         bug 327951.
5281
5282 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5283
5284         * configure.ac:
5285         * data/Makefile.am:
5286         * data/evince-16.png:
5287         * data/evince-22.png:
5288         * data/evince.png:
5289         * data/evince.svg:
5290         * data/icons/16x16/Makefile.am:
5291         * data/icons/16x16/evince.png:
5292         * data/icons/22x22/Makefile.am:
5293         * data/icons/22x22/evince.png:
5294         * data/icons/48x48/Makefile.am:
5295         * data/icons/48x48/evince.png:
5296         * data/icons/Makefile.am:
5297         * data/icons/scalable/Makefile.am:
5298         * data/icons/scalable/evince.svg:
5299         
5300         Install icons with correct names. Fixes
5301         bug #354429.
5302
5303 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5304
5305         * shell/ev-view.c: (ev_view_button_release_event):
5306
5307         Don't open links with middle mouse button. Fixes bug #353649
5308
5309 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5310
5311         * NEWS:
5312         * configure.ac:
5313         
5314         Update for release 0.6.0
5315
5316 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5317
5318         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5319         Implement Close named action. Patch by Carlos Garcia Campos.
5320
5321 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5322
5323         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5324         
5325         Don't clear link mapping on copy_job_to_job_info. Fixes
5326         bug 346168.
5327
5328 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5329
5330         * shell/main.c: (main):
5331
5332         Revert my previous commit, gnome_program_init owns the option context.
5333         Fix another memory leak in main. Both caught by Christian Persch. 
5334
5335 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5336
5337         * shell/main.c: (main):
5338
5339         Fix memory leak.
5340
5341 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5342
5343         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5344
5345         Fix crash when opening a pdf with password protection. 
5346
5347 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5348
5349         * pdf/ev-poppler.cc: (pdf_document_search_free):
5350
5351         Fix memory leak. 
5352
5353 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5354
5355         * backend/ev-document-factory.c:
5356         (ev_document_factory_get_document):
5357         * tiff/tiff-document.c: (tiff_document_finalize):
5358         
5359         More correct handling of document loading. Fixes
5360         bug #349043.
5361
5362 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5363
5364         * backend/ev-attachment.c: (ev_attachment_save):
5365
5366         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5367         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5368
5369 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5370         
5371         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5372         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5373
5374 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5375
5376         * shell/ev-sidebar-thumbnails.c:
5377
5378         Do not render thumbnails unless thumbnails page is active in the
5379         sidebar.
5380
5381 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5382
5383         * shell/ev-properties-dialog.c:
5384
5385         Fix dialogue spacing. Bug #351370.
5386
5387 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5388
5389         * configure.ac:
5390
5391         Use lowercase gettext catalog file names (evince.mo
5392         instead of Evince.mo)
5393
5394 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5395
5396         * shell/ev-sidebar-attachments.c:
5397
5398         GtkIconTheme is now screen safe too. Fixes bug #350878
5399
5400 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5401
5402         * shell/ev-window.c:
5403
5404         GtkRecent manager is now screen safe. Fixes bug #350145
5405
5406 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5407
5408         * shell/ev-sidebar.c: (ev_sidebar_init):
5409         
5410         Make sidebar close icon smaller. Fix for bug 350177.
5411         See also bugs 350176 and 165770.
5412
5413 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5414
5415         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5416
5417         Ignore zoom for xyz destinations when it's <= 1, keeping user
5418         preferences instead. Set correct sizing-mode for fith and fitv
5419         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5420
5421 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5422
5423         * NEWS:
5424         * configure.ac:
5425         
5426         Update for release 0.5.5
5427
5428 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5429         
5430         * shell/ev-window.c: (ev_window_cmd_escape)
5431
5432         Escape unfocus page entry. Fixes bug #345809.
5433
5434 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5435
5436         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5437         (build_tree), (pdf_document_links_get_links),
5438         (pdf_document_links_find_link_dest):
5439         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5440         (goto_xyz_dest):
5441
5442         Convert from PDF style coordinates to X style coordinates in the
5443         backend rather than in the view. Fixes bug #338440
5444
5445 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5446
5447         * shell/ev-window.c:
5448         
5449         Remove Ctrl+Shift+T shortcut for toolbars. See
5450         the bug #350098.
5451
5452 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5453
5454         * configure.ac:
5455
5456         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5457         of this. 
5458
5459 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5460
5461         * configure.ac:
5462         * cut-n-paste/Makefile.am:
5463         * data/evince-ui.xml:
5464         * shell/Makefile.am:
5465         * shell/ev-application.[ch]:
5466         * shell/ev-window.c:
5467
5468         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5469         #349273
5470
5471 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5472
5473         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5474         findbar code: s/help/search/
5475
5476 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5477
5478         * shell/ev-window.c: (setup_document_from_metadata),
5479         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5480         (setup_view_from_metadata):
5481         
5482         Fix memory leaks.
5483
5484 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5485
5486         * autogen.sh, configure.ac: 
5487         
5488         Update automake usage. See bug 349292.
5489
5490 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5491
5492         * shell/eggfindbar.c: (egg_find_bar_class_init),
5493         (entry_activate_callback), (egg_find_bar_init),
5494         (egg_find_bar_set_status_text):
5495         * shell/eggfindbar.h:
5496         
5497         Unify Evince findbar with Epiphany. Nice patch
5498         from Fabricio Silva <silva@crans.org> and
5499         Frederic Peters <fpeters@entrouvert.com>. See
5500         bug #339966 for details.
5501
5502 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5503
5504         * data/evince.desktop.in.in:
5505         
5506         Correct information for bugzilla. Thanks to
5507         Olaf Vitters, see bug #348855.
5508
5509 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5510
5511         * shell/ev-jobs.[ch]:
5512         * shell/ev-sidebar-links.c:
5513         * shell/ev-window.[ch]:
5514
5515         GtkPrintJob doesn't support print ranges or current page, so we export
5516         to a ps file now when printing ranges or current page.
5517
5518 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5519
5520         * pdf/ev-poppler.cc:
5521         * shell/ev-window.c: (do_action_named):
5522
5523         We should be more clear about bugzilla. See the
5524         poppler bug #7623.
5525
5526 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5527
5528         * configure.ac:
5529         * shell/Makefile.am:
5530         * shell/ev-job-queue.c:
5531         * shell/ev-jobs.[ch]:
5532         * shell/ev-sidebar-links.c:
5533         * shell/ev-window.[ch]:
5534         
5535         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5536         #348422
5537
5538 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5539
5540         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5541         * shell/ev-application-service.xml:
5542         * shell/ev-application.[ch]:
5543         * shell/ev-jobs.[ch]:
5544         * shell/ev-window.[ch]: (ev_window_run_preview):
5545         * shell/main.c: 
5546
5547         Add preview mode to use evince as a printing previewer. It also adds
5548         other command line options for fullscreen and presentation modes.
5549         Fixes bugs #347822, #317031
5550
5551 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5552
5553         * NEWS:
5554         * configure.ac:
5555         
5556         Update for release 0.5.4
5557
5558 2006-07-11  Bastien Nocera <hadess@hadess.net>
5559
5560         * Makefile.am:
5561         * backend/Makefile.am:
5562         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5563         * backend/ev-document-factory.h:
5564         * configure.ac:
5565         * impress/.cvsignore:
5566         * impress/Makefile.am:
5567         * impress/common.h:
5568         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
5569         (imp_get_page), (imp_next_page), (imp_prev_page),
5570         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
5571         * impress/f_oasis.c: (render_object), (render_page),
5572         (get_geometry), (_imp_oasis_load):
5573         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
5574         (_imp_oo13_load):
5575         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
5576         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
5577         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
5578         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
5579         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
5580         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
5581         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
5582         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
5583         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
5584         (iks_new_within), (iks_insert), (iks_insert_cdata),
5585         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
5586         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
5587         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
5588         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
5589         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
5590         (iks_cdata), (iks_cdata_size), (iks_has_children),
5591         (iks_has_attribs), (escape_size), (my_strcat), (escape),
5592         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
5593         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
5594         (iks_tree), (iks_load), (iks_save):
5595         * impress/iksemel.h:
5596         * impress/imposter.h:
5597         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
5598         (imp_render_draw_bezier_real), (imp_render_get_size),
5599         (imp_render_set_fg_color), (imp_render_draw_line),
5600         (imp_render_draw_rect), (imp_render_draw_polygon),
5601         (imp_render_draw_arc), (imp_render_draw_bezier),
5602         (imp_render_open_image), (imp_render_get_image_size),
5603         (imp_render_scale_image), (imp_render_draw_image),
5604         (imp_render_close_image), (imp_render_markup),
5605         (imp_render_get_text_size), (imp_render_draw_text),
5606         (impress_document_load), (impress_document_save),
5607         (impress_document_get_n_pages), (impress_document_get_page_size),
5608         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
5609         (impress_document_finalize), (impress_document_class_init),
5610         (impress_document_can_get_text), (impress_document_get_info),
5611         (impress_document_document_iface_init),
5612         (impress_document_thumbnails_get_thumbnail),
5613         (impress_document_thumbnails_get_dimensions),
5614         (impress_document_document_thumbnails_iface_init),
5615         (impress_document_init):
5616         * impress/impress-document.h:
5617         * impress/internal.h:
5618         * impress/r_back.c: (_imp_fill_back):
5619         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
5620         (_imp_draw_image), (_imp_tile_image):
5621         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
5622         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
5623         (r_polyline):
5624         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
5625         (r_draw_gradient_complex), (r_draw_gradient):
5626         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
5627         (r_get_bullet):
5628         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
5629         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
5630         (r_text):
5631         * impress/render.c: (imp_create_context), (imp_context_set_page),
5632         (imp_context_set_step), (imp_render), (imp_delete_context):
5633         * impress/render.h:
5634         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
5635         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
5636         (zip_load_xml), (zip_get_size), (zip_load):
5637         * impress/zip.h:
5638         * shell/ev-utils.c:
5639         
5640         New backend to support impress slides. Fixes bug #30867.
5641
5642 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
5643
5644         * shell/ev-utils.c: (using_postscript_printer):
5645         
5646         Fixes crash when print using PAPI backend,
5647         bug #345012.
5648
5649 2006-06-09  Pat Rondon  <pmr@patrondon.org>
5650
5651         * shell/ev-jobs.c: (ev_job_xfer_run):
5652         * shell/ev-window.c: (password_dialog_response),
5653         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
5654         (ev_window_dispose):
5655         Fixes bug #344160: if the xfer job doesn't complete
5656         because a password is required, reload the existing
5657         instance instead of creating a new one.
5658
5659 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5660
5661         * shell/main.c: (main): Call gdk_threads_init. Thus
5662         we'll avoid errors in auth dialog. Fix for the bug
5663         #343347.
5664
5665 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5666
5667         * configure.ac: Advertise pixbuf support, fix
5668         for the bug 343317.
5669
5670 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5671
5672         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
5673         (ev_sidebar_thumbnails_set_document):
5674         
5675         Update sidebar thumbnails after reloading.
5676
5677 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5678
5679         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
5680         * shell/ev-jobs.h:
5681         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
5682         (ev_window_cmd_view_reload), (ev_window_init):
5683         
5684         Don't crash on reload. Fix for the bug #343167.
5685
5686 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5687
5688         * shell/ev-jobs.c: (ev_job_render_run):
5689         
5690         Check for document links.
5691
5692 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5693
5694         * backend/ev-attachment.c: (ev_attachment_save),
5695         (ev_attachment_launch_app), (ev_attachment_open):
5696         * backend/ev-document-factory.c: (get_document_from_uri):
5697         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5698         (egg_recent_view_uimanager_set_list):
5699         * ps/ps-document.c: (check_filecompressed), (document_load),
5700         (ps_document_load):
5701         * shell/ev-metadata-manager.c: (load_values):
5702         * shell/ev-password.c: (ev_password_dialog_set_property):
5703         * shell/ev-view.c: (tip_from_link):
5704         * shell/ev-window.c: (file_save_dialog_response_cb),
5705         (ev_window_print_dialog_response_cb):
5706         
5707         Use consistent quoting style. Fix for the bug #320285.
5708
5709 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5710
5711         * shell/ev-jobs.c: (ev_job_xfer_run):
5712         * shell/main.c: (load_files):
5713                 
5714         Open links with anchors. Fix for the bug #339836.
5715
5716 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5717
5718         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
5719         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
5720         (ev_link_dest_set_property), (ev_link_dest_finalize),
5721         (ev_link_dest_class_init), (ev_link_dest_new_named),
5722         (ev_link_dest_new_page_label):
5723         * backend/ev-link-dest.h:
5724         * shell/ev-application.c: (ev_application_open_uri):
5725         * shell/ev-view.c: (goto_dest):
5726         * shell/ev-window.c:
5727         * shell/ev-window.h:
5728         
5729         Fix page-label command line option. Bug #342070.
5730
5731 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5732
5733         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5734         
5735         Don't show highlight rects if page can't be showed. Fix for 
5736         the bug #342076
5737
5738 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5739
5740         * shell/ev-window.c: (setup_sidebar_from_metadata),
5741         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
5742         
5743         Setup sidebar from metadata even if there is no document
5744         loaded. Fix for the bug #342807.
5745
5746 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5747
5748         * cut-n-paste/toolbar-editor/Makefile.am:
5749         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5750         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
5751         (find_action), (drag_data_delete_cb), (drag_begin_cb),
5752         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
5753         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
5754         (popup_context_menu_cb), (button_press_event_cb),
5755         (configure_item_sensitivity), (configure_item_cursor),
5756         (configure_item_tooltip), (connect_widget_signals),
5757         (action_sensitive_cb), (create_item_from_action),
5758         (create_item_from_position), (toolbar_drag_data_received_cb),
5759         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5760         (toolbar_drag_leave_cb), (configure_drag_dest),
5761         (toggled_visibility_cb), (toolbar_visibility_refresh),
5762         (create_dock), (toolbar_changed_cb), (unparent_fixed),
5763         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5764         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
5765         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
5766         (egg_editable_toolbar_dispose),
5767         (egg_editable_toolbar_set_ui_manager),
5768         (egg_editable_toolbar_get_selected),
5769         (egg_editable_toolbar_set_selected), (set_edit_mode),
5770         (egg_editable_toolbar_set_property),
5771         (egg_editable_toolbar_get_property),
5772         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
5773         (egg_editable_toolbar_new_with_model),
5774         (egg_editable_toolbar_get_edit_mode),
5775         (egg_editable_toolbar_set_edit_mode),
5776         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
5777         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
5778         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5779         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
5780         (item_added_or_removed_cb), (toolbar_removed_cb),
5781         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
5782         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
5783         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
5784         (editor_create_item_from_name), (append_table),
5785         (update_editor_sheet), (egg_toolbar_editor_init):
5786         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5787         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5788         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
5789         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
5790         (toolbar_node_free), (egg_toolbars_model_get_flags),
5791         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
5792         (egg_toolbars_model_get_name), (impl_add_item),
5793         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
5794         (parse_data_list), (parse_item_list), (parse_toolbars),
5795         (egg_toolbars_model_load_toolbars), (parse_available_list),
5796         (parse_names), (egg_toolbars_model_load_names),
5797         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
5798         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
5799         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
5800         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
5801         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
5802         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
5803         (egg_toolbars_model_set_types), (fill_avail_array),
5804         (egg_toolbars_model_get_name_avail),
5805         (egg_toolbars_model_get_name_flags),
5806         (egg_toolbars_model_set_name_flags):
5807         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5808         * cut-n-paste/toolbar-editor/eggintl.h:
5809         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5810         (egg_tree_multi_drag_source_get_type),
5811         (egg_tree_multi_drag_source_row_draggable),
5812         (egg_tree_multi_drag_source_drag_data_delete),
5813         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
5814         (egg_tree_multi_drag_button_release_event), (selection_foreach),
5815         (path_list_free), (set_context_data), (get_context_data),
5816         (get_info), (egg_tree_multi_drag_drag_data_get),
5817         (egg_tree_multi_drag_motion_event),
5818         (egg_tree_multi_drag_button_press_event),
5819         (egg_tree_multi_drag_add_drag_support):
5820         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
5821         * shell/ev-application.c: (ev_application_init),
5822         (ev_application_save_toolbars_model):
5823         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
5824         (ev_window_cmd_edit_toolbar), (ev_window_init):
5825         
5826         Sync toolbareditor with epiphany and libegg
5827
5828 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5829
5830         * configure.ac: 
5831
5832         Depend on poppler 0.5.2
5833
5834 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5835
5836         * shell/ev-jobs.c: (ev_job_render_run):
5837         
5838         Check if document supports links iterface.
5839
5840 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5841
5842         * NEWS:
5843         * configure.ac:
5844         
5845         Update for release 0.5.3
5846
5847 2006-05-13  Michael Plump  <plumpy@skylab.org>
5848
5849         * configure.ac:
5850         * shell/Makefile.am:
5851         * shell/main.c: (main):
5852         
5853         Port to GOption command line parsing. Fix for the 
5854         bug #327518
5855
5856 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5857
5858         * shell/ev-window.c: (ev_window_cmd_help_about):
5859         
5860         Do not wrap license. Fix for the bug #309460.
5861
5862 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5863
5864         * configure.ac:
5865         * properties/ev-properties-main.c: (ev_properties_get_pages):
5866         * shell/ev-application.c: (ev_application_open_window),
5867         (ev_application_open_uri_at_dest):
5868         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5869         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
5870         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
5871         * shell/ev-utils.c: (save_print_config_to_file):
5872         * shell/ev-window.c: (ev_window_cmd_save_as),
5873         (ev_attachment_popup_cmd_save_attachment_as):
5874         * shell/main.c: (load_files_remote):
5875         
5876         Bump requirements to gtk 2.8 and drop all ifdefs used.
5877
5878 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5879
5880         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5881         * shell/ev-window.c: (ev_window_init):
5882         
5883         Show attachments page.
5884
5885 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5886
5887         * po/POTFILES.in:
5888         * shell/ev-attachment-bar.c:
5889         * shell/ev-attachment-bar.h:
5890         * shell/ev-sidebar-attachments.c:
5891         (ev_sidebar_attachments_icon_cache_add),
5892         (icon_theme_get_pixbuf_from_mime_type),
5893         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
5894         (ev_sidebar_attachments_icon_cache_refresh),
5895         (ev_sidebar_attachments_get_attachment_at_pos),
5896         (ev_sidebar_attachments_popup_menu_show),
5897         (ev_sidebar_attachments_popup_menu),
5898         (ev_sidebar_attachments_button_press),
5899         (ev_sidebar_attachments_update_icons),
5900         (ev_sidebar_attachments_drag_data_get),
5901         (ev_sidebar_attachments_get_property),
5902         (ev_sidebar_attachments_destroy),
5903         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
5904         (ev_sidebar_attachments_new),
5905         (ev_sidebar_attachments_set_document),
5906         (ev_sidebar_attachments_support_document),
5907         (ev_sidebar_attachments_get_label),
5908         (ev_sidebar_attachments_page_iface_init):
5909         * shell/ev-sidebar-attachments.h:
5910         * shell/ev-window.c: (update_chrome_visibility),
5911         (setup_sidebar_from_metadata), (ev_window_setup_document),
5912         (ev_window_sidebar_current_page_changed_cb),
5913         (attachment_bar_menu_popup_cb), (ev_window_init):
5914         
5915         Move attachments bar to sidebar.
5916
5917 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5918
5919         * pdf/ev-poppler.cc:
5920         * shell/ev-application.[ch]:
5921         * shell/main.c:
5922
5923         Fix some memory leaks.
5924
5925 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5926
5927         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5928
5929         Change the properties dialog response to
5930         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
5931         will make the dialog go away when the user presses
5932         enter. With gtk+ >= 2.9 this will happen anyway, but for
5933         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
5934         escape by default. Fixes bug #340539. See also bug
5935         #101293 for the gtk+ part.
5936
5937 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
5938
5939         * shell/ev-view.c (tip_from_action_named): Replace some strings
5940         that were wrong. Closes #340970.
5941
5942 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5943
5944         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5945
5946         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
5947         #341049
5948
5949 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5950
5951         * djvu/Makefile.am:
5952         * dvi/Makefile.am:
5953         * dvi/mdvi-lib/Makefile.am:
5954         * properties/Makefile.am:
5955         * ps/Makefile.am:
5956         * shell/Makefile.am:
5957         * thumbnailer/Makefile.am:
5958         
5959         Due to broken libtool that is unable to track dependencies
5960         of noinst libraries we are forced to explicitely point
5961         libraries for binary. Fix for the bug #333334.
5962
5963 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5964
5965         * data/evince.desktop.in.in:
5966         * shell/ev-view.c: (view_update_range_and_current_page),
5967         (ev_view_next_page), (ev_view_previous_page):
5968         * shell/ev-window.c: (update_chrome_visibility),
5969         (setup_sidebar_from_metadata), (ev_window_setup_document),
5970         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
5971         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5972         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
5973         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5974         (ev_window_stop_presentation), (ev_window_focus_in_event),
5975         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
5976         (ev_window_init):
5977         * thumbnailer/Makefile.am:
5978         
5979         Update fullscreen and presentation timeout handling. Hide
5980         cursor in presentation after timeout. Fix for the bugs
5981         #136359 and #336981.
5982
5983 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5984
5985         * backend/ev-link-action.[ch]:
5986         * pdf/ev-poppler.cc: (ev_link_from_action):
5987         * shell/ev-view-private.h:
5988         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
5989         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
5990
5991         Add support for Named Action links
5992
5993 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5994
5995         * backend/Makefile.am:
5996         * backend/ev-document-links.[ch]:
5997         * backend/ev-document.[ch]:
5998         * backend/ev-link-action.[ch]:
5999         * backend/ev-link-dest.[ch]:
6000         * backend/ev-link.[ch]:
6001         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
6002         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
6003         * shell/ev-page-action.c: (build_new_tree_cb):
6004         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
6005         (links_page_num_func), (update_page_callback):
6006         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
6007         (tip_from_link):
6008         * shell/ev-jobs.c:
6009         * shell/ev-window.[ch]: (ev_window_open_uri),
6010         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
6011         * shell/ev-application.[ch]: (ev_application_open_window),
6012         (ev_application_open_uri):
6013
6014         Rework links system, it adds support for remote links now and it makes
6015         easier to add new kinds of actions and destinations. Fixes bug #317292
6016
6017 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6018
6019         * data/Makefile.am:
6020         * data/evince.png:
6021         * data/evince-16.png:
6022         * data/evince-22.png:
6023         * data/evince.svg:
6024         * shell/main.c: (main):
6025         
6026         Evince use it's own icon. Fix for the bug #313392.
6027
6028         * shell/ev-window.c: (fullscreen_timeout_cb),
6029         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6030         (ev_window_cmd_help_about), (ev_window_dispose):
6031         
6032         Simplify fullscreen timeout code.
6033
6034 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
6035
6036         * backend/ev-attachment.c: 
6037         * shell/ev-attachment-bar.c:
6038         * shell/ev-window.c:
6039
6040         Allow multiple selection of attachments
6041
6042 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6043
6044         * shell/ev-view.c: (view_update_range_and_current_page),
6045         (ev_view_scroll):
6046         
6047         Fix for the bug #312573 – Optimal selection of current 
6048         page among visible pages.
6049
6050 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6051
6052         * configure.ac:
6053         * djvu/Makefile.am:
6054         * djvu/djvu-text.h:
6055         
6056         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
6057         for the bug 339868.
6058
6059 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
6060
6061         * configure.ac: Fix the LINGUAS stuff here too so it builds.
6062
6063 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6064
6065         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
6066         dictated by the GNOME HIG. Fixes bug #339235.
6067
6068 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6069
6070         * data/evince-ui.xml:
6071         * shell/ev-view.c: (ev_view_can_find_previous):
6072         * shell/ev-view.h:
6073         * shell/ev-window.c: (ev_window_update_actions),
6074         (ev_window_cmd_edit_find_previous):
6075
6076         Add support for "Find Previous" as dictated by the GNOME HIG. A
6077         menu item is added and some glue code to make it all work is added
6078         to various files.
6079
6080 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6081
6082         * configure.ac: Award myself the "useless use of cat" award.
6083
6084 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6085
6086         * po/LINGUAS: New file listing all supported languages.
6087
6088         * configure.in: Use po/LINGUAS instead of including all languages
6089         directly in this file. See the wiki for more information:
6090         http://live.gnome.org/GnomeGoals/PoLinguas
6091
6092 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6093
6094         * backend/ev-document-factory.c:
6095
6096         Do not load the document twice when there isn't errors
6097
6098 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6099
6100         * backend/ev-attachment.c: 
6101
6102         Fix a crash when there isn't a default application to open an
6103         attachment
6104
6105 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6106
6107         * backend/ev-attachment.[ch]:
6108         * shell/ev-attachment-bar.[ch]:
6109
6110         Added missing files. 
6111
6112 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6113
6114         * backend/Makefile.am:
6115         * data/evince-ui.xml:
6116         * backend/ev-attachment.[ch]:
6117         * backend/ev-document.[ch]: (ev_document_has_attachments),
6118         (ev_document_get_attachments):
6119         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
6120         (attachment_save_to_buffer), (pdf_document_get_attachments),
6121         (pdf_document_document_iface_init):
6122         * shell/Makefile.am:
6123         * shell/ev-attachment-bar.[ch]:
6124         * shell/ev-window.c:
6125
6126         Add support for PDF attachments. Fixes bug #325143
6127
6128 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6129
6130         * backend/ev-document-factory.c: (get_document_from_uri),
6131         (ev_document_factory_get_document):
6132         * backend/ev-document-factory.h:
6133         * properties/ev-properties-main.c: (ev_properties_get_pages):
6134         * shell/Makefile.am:
6135         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
6136         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
6137         (ev_job_queue_remove_job):
6138         * shell/ev-job-queue.h:
6139         * shell/ev-job-xfer.c:
6140         * shell/ev-job-xfer.h:
6141         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
6142         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
6143         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
6144         (ev_job_xfer_run):
6145         * shell/ev-jobs.h:
6146         * shell/ev-window.c: (ev_window_is_empty),
6147         (password_dialog_response), (ev_window_clear_xfer_job),
6148         (ev_window_xfer_job_cb), (ev_window_open_uri),
6149         (ev_window_cmd_focus_page_selector),
6150         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
6151         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6152         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6153         (ev_window_dispose):
6154         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6155         
6156         * Cleanup mime type detection on document load. Fix for the
6157         bug #336448.
6158
6159 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6160
6161         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6162         
6163         Fix crash on exit, described in the bug #336825.
6164
6165 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6166
6167         * backend/ev-document-factory.c:
6168         (ev_document_factory_get_from_mime),
6169         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
6170         (ev_document_factory_get_document),
6171         (file_filter_add_mime_list_and_free),
6172         (ev_document_factory_add_filters):
6173         * backend/ev-document-factory.h:
6174         * properties/ev-properties-main.c: (ev_properties_get_pages):
6175         * shell/Makefile.am:
6176         * shell/ev-application.c:
6177         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6178         * shell/ev-window.c: (ev_window_cmd_file_open),
6179         (ev_window_cmd_save_as):
6180         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6181         
6182         Rework factory functions so they are placed now in a single 
6183         file ev-document-factory.c
6184
6185 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6186
6187         * shell/ev-window.c: (update_chrome_visibility):
6188         
6189         Fix for the bug 166566 - don't show menubar in fullscreen
6190         mode.
6191
6192 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6193
6194         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6195
6196 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6197
6198         * shell/ev-view.c: (ev_view_expose_event):
6199         
6200         More correctly draw loading text when document
6201         is empty.
6202
6203 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6204
6205         * shell/ev-view.c: (ev_view_scroll):
6206         
6207         Fix for the bug #334854, page down and page up switch
6208         pages in presentation mode.
6209
6210 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6211
6212         * shell/ev-window.c: (ev_window_set_action_sensitive),
6213         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6214         (ev_window_set_view_accels_sensitivity),
6215         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6216         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6217         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6218         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6219         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6220         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6221         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6222         (view_actions_focus_in_cb), (ev_window_init):
6223         
6224         Fix for the bug #333902, now it's possible to search
6225         words with slash.
6226
6227 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6228
6229         * configure.ac: Added Breton translation.
6230         * po/br.po: Added Breton translation.
6231
6232 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6233
6234         * shell/ev-window-title (ev_window_title_update):
6235
6236         Fix memory leak in window title. Fixes bug #333944
6237
6238 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6239
6240         * shell/ev-metadata-manager.c (parseItem):
6241
6242         Fix memory leaks. Fixes bug #333945
6243
6244 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6245         
6246         * NEWS, configure.ac, TODO:
6247         
6248         Update for release 0.5.2.
6249
6250 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6251
6252         * shell/ev-view.c: (view_update_range_and_current_page),
6253         (page_changed_cb):
6254         
6255         Don't jump on scrolling, fix for the bug #333127.
6256
6257 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6258
6259         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6260         
6261         Scroll by one page in presentation mode. Fix for the bug
6262         #332993.
6263
6264 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6265
6266         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6267
6268 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6269
6270         * configure.ac  Added lv in ALL_LINGUAS line.
6271
6272 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6273         
6274         * NEWS, configure.ac:
6275         
6276         Update for release 0.5.1
6277
6278 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6279
6280         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6281         * backend/ev-document-misc.h:
6282         * shell/ev-view.c: (draw_one_page):
6283         
6284          Clairfy what page the toolbar page number applies to. Fix
6285          for the bug #328102.
6286
6287 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6288
6289         * shell/ev-view-private.h:
6290         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6291         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6292         (ev_view_search_changed):
6293         * shell/ev-view.h:
6294         * shell/ev-window.c: (find_bar_search_changed_cb):
6295         
6296         Dont't jump to find result if window was scrolled during search.
6297         Fix for the bug #313266.
6298
6299 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6300
6301         * shell/eggfindbar.c: (egg_find_bar_class_init):
6302         * shell/eggfindbar.h:
6303         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6304         * shell/ev-view-private.h:
6305         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6306         (ev_view_class_init), (ev_sizing_mode_get_type),
6307         (ev_scroll_type_get_type):
6308         * shell/ev-view.h:
6309         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6310         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6311         (ev_window_init):
6312         
6313         Fix for the bug 319133 - Find entry should allow text scroll.
6314
6315 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6316
6317         * shell/ev-view-private.h:
6318         * shell/ev-view.c: (view_update_range_and_current_page),
6319         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6320         (ev_view_set_document), (update_find_status_message),
6321         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6322         (ev_view_find_previous):
6323         
6324         Fix for the bug #319137. Search now takes account for scrolling.
6325
6326 2006-02-19  Michael Hofmann <mh21@piware.de>
6327
6328         * configure.ac:
6329         * djvu/Makefile.am:
6330         * djvu/djvu-document-private.h:
6331         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6332         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6333         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6334         (djvu_document_can_get_text), (djvu_document_get_text),
6335         (djvu_document_document_iface_init),
6336         (djvu_document_thumbnails_get_thumbnail),
6337         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6338         (djvu_document_find_get_result),
6339         (djvu_document_find_page_has_results),
6340         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6341         (djvu_document_find_iface_init):
6342         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6343         (djvu_text_page_selection), (djvu_text_page_limits_process),
6344         (djvu_text_page_limits), (djvu_text_page_copy),
6345         (djvu_text_page_position), (djvu_text_page_union),
6346         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6347         (djvu_text_page_box), (djvu_text_page_append_text),
6348         (djvu_text_page_search), (djvu_text_page_prepare_search),
6349         (djvu_text_page_new), (djvu_text_page_free):
6350         * djvu/djvu-text-page.h:
6351         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6352         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6353         (djvu_text_n_results), (djvu_text_has_results),
6354         (djvu_text_get_result), (djvu_text_get_progress):
6355         * djvu/djvu-text.h:
6356         
6357         Text search in djvu. Fix for the bug #303415.
6358
6359 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6360
6361         * configure.ac:
6362         * shell/ev-window.c: (ev_window_cmd_save_as):
6363         
6364         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6365         Thanks to Gary Coady <gary@lyranthe.org>
6366
6367 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6368
6369         * shell/ev-print-job.c: (idle_print_handler):
6370         
6371         Inverse order printing, bug #320919.
6372
6373 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6374
6375         * data/evince-toolbar.xml:
6376         * shell/ev-window.c:
6377         
6378         Allow to add sidebar checkbutton on toolbar. Fix
6379         for the bug #144577.
6380
6381 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6382
6383         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6384         
6385         Add checks that have sense for empty ps document.
6386
6387 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6388
6389         * configure.ac: Include PS in mime types list. 
6390
6391 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6392
6393         * configure.ac:
6394         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6395         * ps/gsdefaults.h:
6396         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6397         
6398         Runtime check for gs interpreter. Fix for the bug #320868.
6399         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6400
6401 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6402
6403         * shell/ev-application.c: 
6404
6405         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6406         dbus>=0.60, so that the request is not queued. 
6407
6408 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6409
6410         * configure.ac:
6411         * shell/Makefile.am:
6412         * shell/ev-sidebar-links.c: (print_section_cb):
6413         * shell/ev-utils.c:
6414         * shell/ev-utils.h:
6415         * shell/ev-window.c: (update_action_sensitivity),
6416         (ev_window_close_dialogs), (ev_window_print):
6417         * shell/ev-window.h:
6418         
6419         Make printing support optional. Patch from Eduardo de Barros Lima
6420         <eduardo.lima@indt.org.br> for the bug #330546.
6421
6422 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6423
6424         * shell/ev-view-private.h:
6425         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6426         (ev_view_set_document):
6427         * shell/ev-view.h:
6428         * shell/ev-window.c: (ev_window_load_job_cb),
6429         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6430         (ev_window_init):
6431
6432         Draw Loading message during xfer job. Fix for the bug #329495.
6433
6434 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6435
6436         * comics/comics-document.c: (comics_regex_quote),
6437         (comics_document_load), (extract_argv):
6438         
6439         Correcly quote regexp before passing it to unzip.
6440
6441 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6442
6443         * shell/ev-page-cache.c: (build_height_to_page),
6444         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6445         (ev_page_cache_get_dual_even_left):
6446         * shell/ev-page-cache.h:
6447         * shell/ev-view.c: (view_update_range_and_current_page),
6448         (get_page_y_offset), (get_page_extents):
6449         
6450         Place even pages to the left if document has less then
6451         two pages. Fix for the bug #328856.
6452
6453 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6454
6455         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6456         
6457         Correct comics scheme. This make evince create thumbnails
6458         for comic books. Fix for the bug 329088.
6459
6460 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6461
6462         * data/evince-password.glade: Don't explicitly set
6463         invisible_char to the current default value in case
6464         the default changes; let GTK+ do its magic.
6465
6466 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6467
6468         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6469         real filename to tmp filename since often document
6470         type is determined by extension.
6471
6472 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6473
6474         * shell/ev-view.c: (add_scroll_binding_keypad),
6475         (ev_view_binding_activated), (ev_view_class_init):
6476         
6477         Add keybindings for percision-scrolling of display area. 
6478         Fix for the bug #314072.
6479
6480 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6481
6482         * data/evince.desktop.in.in:
6483         
6484         Add GTK to the list of categories. Fix for the bug #328034.
6485
6486 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6487
6488         * shell/ev-application.c: (ev_application_shutdown),
6489         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6490         * shell/ev-application.h:
6491         * shell/ev-window.c: (file_open_dialog_response_cb),
6492         (ev_window_cmd_file_open):
6493         
6494         Save last uri in file chooser dialog. Fix for the bug #327950.
6495
6496 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6497
6498         * NEWS:
6499         * README:
6500         
6501         Final update for release 0.5.0
6502         
6503         * shell/Makefile.am:
6504         
6505         Remove disable deprecated until we'll require libgnome-2.13.7
6506         and port to GOption argument parsing. See bug 327518.
6507
6508 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6509
6510         * comics/comics-document.c: (comics_document_save):
6511         * djvu/djvu-document.c: (djvu_document_save):
6512         * dvi/dvi-document.c: (dvi_document_save):
6513         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6514         * lib/ev-file-helpers.h:
6515         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6516         * tiff/tiff-document.c: (tiff_document_save):
6517         
6518         Use common save function for backends.
6519
6520 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6521
6522         * backend/ev-document-types.c:
6523         
6524         Fix crash on saving pixbuf.
6525
6526 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6527
6528         * cut-n-paste/recent-files/egg-recent-item.c:
6529         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6530         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6531         (parse_info_free), (valid_element), (start_element_handler),
6532         (end_element_handler), (text_handler), (egg_recent_model_filter),
6533         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6534         (egg_recent_model_monitor), (egg_recent_model_read),
6535         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6536         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6537         (egg_recent_model_set_property), (egg_recent_model_class_init),
6538         (egg_recent_model_init), (egg_recent_model_add_full),
6539         (egg_recent_model_delete), (egg_recent_model_get_list),
6540         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6541         (egg_recent_model_set_filter_mime_types),
6542         (egg_recent_model_clear_group_filter),
6543         (egg_recent_model_set_filter_groups),
6544         (egg_recent_model_clear_scheme_filter),
6545         (egg_recent_model_set_filter_uri_schemes),
6546         (egg_recent_model_remove_expired):
6547         * cut-n-paste/recent-files/egg-recent-util.c:
6548         (egg_recent_util_get_icon):
6549         * cut-n-paste/recent-files/egg-recent-util.h:
6550         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6551         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
6552         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
6553         (egg_recent_view_uimanager_set_property),
6554         (egg_recent_view_uimanager_get_property),
6555         (egg_recent_view_uimanager_class_init),
6556         (egg_recent_view_uimanager_init),
6557         (egg_recent_view_uimanager_set_label_width),
6558         (egg_recent_view_uimanager_get_label_width):
6559         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6560         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6561         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6562         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6563         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6564         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6565         
6566         Update from libegg.
6567
6568 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6569
6570         * shell/ev-page-cache.c: (build_height_to_page),
6571         (ev_page_cache_get_height_to_page):
6572         * shell/ev-page-cache.h:
6573         * shell/ev-view.c: (view_update_range_and_current_page),
6574         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
6575         (ev_view_previous_page):
6576         
6577         Dual mode places even pages to the left. Fix for the bug #309393.
6578
6579         * shell/ev-view.h:
6580         * shell/ev-window.c: (update_action_sensitivity),
6581         (setup_view_from_metadata), (view_menu_popup_cb):
6582         
6583         Don't restore presentation in empty windows, more intelligent
6584         next page behaviour in dual mode.
6585
6586         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6587         (ev_pixbuf_cache_clear_job_sizes):
6588         
6589         Cleanup job callback on removal. Fix for the bug #325886.
6590
6591 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6592
6593         * ps/ps.c: (psscan):
6594         
6595         Commit workaround Mozilla problem. Fix for the bug #325919
6596         
6597         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
6598         (save_item):
6599         
6600         Fix for year 2038 problem.
6601
6602 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6603
6604         * shell/ev-window.c: (setup_document_from_metadata),
6605         (ev_window_cmd_view_reload):
6606
6607         Clamp page recieved from metadata in valid values. Fix
6608         for the bug #325986.
6609
6610 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6611
6612         * MAINTAINERS: 
6613         Add MAINTAINERS as requested on desktop-devel-list.
6614
6615 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6616
6617         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
6618         (mime_type_supported_by_gdk_pixbuf),
6619         (ev_document_factory_get_mime_types),
6620         (ev_document_factory_get_all_mime_types):
6621         
6622         Don't add pixbuf mime types if pixbuf backend is disabled.
6623         
6624         * shell/ev-application.c: (ev_application_get_uri_window):
6625         
6626         Fix for the bug 325815 - unhandled MIME type message doesn't 
6627         appear a second time. 
6628         
6629         * shell/ev-document-types.c: (ev_document_types_add_filters):
6630         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
6631         (password_dialog_response), (ev_window_popup_password_dialog),
6632         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6633         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6634         (ev_window_run_presentation), (ev_window_stop_presentation),
6635         (save_sizing_mode), (ev_window_zoom_changed_cb),
6636         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6637         (ev_window_dual_mode_changed_cb),
6638         (ev_window_sidebar_current_page_changed_cb),
6639         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6640         (window_state_event_cb), (window_configure_event_cb):
6641         
6642         Cleanup additional uris holded by EvWindow.
6643
6644 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6645
6646         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
6647         (ev_view_can_previous_page), (ev_view_can_next_page):
6648         * shell/ev-view.h:
6649         * shell/ev-window.c: (update_action_sensitivity):
6650         
6651         Two page scrolling with Space and PageUp in dual mode. Second fix 
6652         for the bug #316608.
6653
6654 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6655
6656         * shell/ev-view.c: (scroll_to_current_page):
6657         
6658         Correctly clamp adjustment value. Fix for the bug
6659         #325808.
6660
6661 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6662
6663         * shell/ev-sidebar-links.c: (print_section_cb):
6664         * shell/ev-window.c: (ev_window_get_uri),
6665         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
6666         (ev_window_print_dialog_response_cb), (ev_window_print_range),
6667         (ev_window_dispose):
6668         
6669         Make print dialog non-modal. Fix for the bug #325622.
6670
6671 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6672
6673         * shell/ev-metadata-manager.c:
6674         * shell/ev-utils.c: (using_pdf_printer),
6675         (using_postscript_printer), (load_print_config_from_file),
6676         (save_print_config_to_file):
6677         * shell/ev-utils.h:
6678         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
6679         (update_sidebar_visibility), (setup_sidebar_from_metadata),
6680         (setup_view_from_metadata), (ev_window_setup_document),
6681         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6682         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6683         (ev_window_run_presentation), (ev_window_stop_presentation),
6684         (save_sizing_mode), (ev_window_zoom_changed_cb),
6685         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6686         (ev_window_dual_mode_changed_cb),
6687         (ev_window_sidebar_current_page_changed_cb),
6688         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6689         (window_state_event_cb), (window_configure_event_cb),
6690         (ev_window_init):
6691         
6692         Setting saving behaviour fixes.
6693
6694 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6695
6696         * configure.ac:
6697         
6698         Make antialiasing gs options better and allow
6699         to change them during configure. Fix for the 
6700         bug #319049.
6701
6702 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6703
6704         * shell/ev-window.c: (setup_view_from_metadata):
6705         
6706         Remember if last window was maximized. Fix for the
6707         bug #323797.
6708
6709 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
6710
6711         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
6712
6713 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6714
6715         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
6716         * shell/ev-page-action.c: (build_new_tree_cb):
6717         * shell/ev-sidebar-links.c: (links_page_num_func),
6718         (update_page_callback_foreach), (update_page_callback):
6719         * shell/ev-view.c: (scroll_to_current_page):
6720         
6721         Fix for the bug #325067 with more intelligent selection
6722         of current link in sidebar. Make sidebar handle links
6723         of FITR-like type more correctly.
6724
6725         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6726         (dvi_pixbuf_put_pixel):
6727         
6728         Fix memory consumtion with disabled alpha channel.
6729
6730 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6731
6732         * data/evince-ui.xml:
6733         * shell/ev-window.c: (view_menu_popup_cb),
6734         (ev_popup_cmd_open_link), (ev_window_init):
6735         
6736         Update context menu for internal links. Fix for the bug
6737         #325066.
6738
6739 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6740
6741         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
6742         
6743         Bind context menu to keyboard also. Fix for the bug
6744         #325065.
6745
6746 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6747
6748         * shell/ev-view.c: (selection_scroll_timeout_cb):
6749         
6750         Horizontal scroll on selection also.
6751
6752 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6753
6754         * shell/ev-metadata-manager.c: (parse_value):
6755         * shell/ev-view.c: (goto_xyz_link):
6756         
6757         Correct zoom setup and metadata save broken in 
6758         some locales.
6759
6760 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6761
6762         * shell/ev-view-private.h:
6763         * shell/ev-view.c: (scroll_to_current_page),
6764         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
6765         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
6766         (page_changed_cb), (ev_view_set_continuous),
6767         (ev_view_set_dual_page), (ev_view_set_presentation):
6768         
6769         Delay scroll until allocation to correctly position page. Fix
6770         for the bug #317334.
6771
6772 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6773
6774         * NEWS:
6775         * configure.ac:
6776         
6777         Update NEWS and require poppler 0.5.0.
6778
6779 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
6780         
6781         * data/evince-ui.xml:
6782         * shell/ev-view-private.h:
6783         * shell/ev-view.c: (ev_view_get_link_at_location),
6784         (handle_link_over_xy), (ev_view_button_press_event),
6785         (ev_view_button_release_event), (ev_view_class_init):
6786         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
6787         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
6788         (ev_window_init):
6789         
6790         Implement right-click context menu.
6791
6792 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6793
6794         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6795         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
6796         (mdvi_pixbuf_device_render):
6797         * pdf/ev-poppler.cc:
6798
6799         Don't generate thumbnails with alpha. See bug #324077.
6800         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
6801
6802 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6803
6804         * shell/ev-window.c: (setup_chrome_from_metadata):
6805         
6806         Fix typo that was hiding toolbar.
6807
6808 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6809
6810         * shell/ev-view-private.h:
6811         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
6812         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
6813         (ev_view_button_release_event), (ev_view_destroy):
6814         
6815         Small cleanup and autoscrolling during selection. Thanks to 
6816         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
6817
6818 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
6819
6820         * configure.ac:
6821         
6822         Correctly check for comics option.
6823
6824 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
6825         * Makefile.am:
6826         * configure.ac:
6827         * backend/Makefile.am:
6828         * backend/ev-document-factory.c:
6829         * shell/ev-document-types.c:
6830
6831         Included option in configure to make ps backend 
6832         compilation optional with --disable-ps.
6833
6834 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6835
6836         * backend/ev-document-factory.c:
6837         * comics/Makefile.am:
6838         * comics/comics-document.c: (comics_document_load):
6839         * comics/ev-cbr-mime.xml:
6840         * configure.ac:
6841         
6842         Comics mime types are added to shared-mime-info CVS. Now
6843         we don't need to install our own mime types.
6844
6845 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6846
6847         * shell/ev-window.c:
6848         
6849         Add shortcut for "save a copy" menu entry. Fix for
6850         the bug #324582.
6851
6852 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6853
6854         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6855         (job_finished_cb), (new_selection_pixbuf_needed),
6856         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6857         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
6858         
6859         Rework selection job info logic and fix critical warning.
6860
6861 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
6862
6863         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
6864
6865 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
6866
6867         * data/evince-ui.xml:
6868         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6869         
6870         Enter as shortcut key for next page. Fix for the bug
6871         #321394.
6872
6873 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
6874
6875         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
6876
6877 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6878
6879         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6880         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6881         (new_selection_pixbuf_needed),
6882         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6883         (clear_job_selection):
6884         
6885         Too early for 0.5. Pixbuf cache code cleaned a bit.
6886
6887 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6888
6889         * NEWS:
6890         * configure.ac:
6891         
6892         Release 0.5.0 preparation
6893
6894 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6895
6896         * comics/Makefile.am:
6897         * configure.ac:
6898         * shell/ev-document-types.c: (ev_document_types_add_filters):
6899         
6900         More advanced handling of custom mime type installation.
6901
6902 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6903
6904         * data/evince.schemas.in:
6905         * shell/ev-metadata-manager.c: (value_free),
6906         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
6907         (ev_metadata_manager_get), (ev_metadata_manager_set):
6908         * shell/ev-metadata-manager.h:
6909         * shell/ev-window.c: (update_chrome_flag),
6910         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
6911         (setup_document_from_metadata), (setup_chrome_from_metadata),
6912         (setup_sidebar_from_metadata), (setup_view_from_metadata),
6913         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
6914         (ev_window_view_toolbar_cb),
6915         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
6916         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
6917         
6918         Save last document settings and reuse them for new documents.
6919
6920 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6921
6922         * Makefile.am:
6923         * backend/Makefile.am:
6924         * backend/ev-document-factory.c:
6925         * backend/ev-document-factory.h:
6926         * comics/Makefile.am:
6927         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
6928         (comics_document_load), (comics_document_save),
6929         (comics_document_get_n_pages), (comics_document_get_page_size),
6930         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
6931         (comics_document_class_init), (comics_document_can_get_text),
6932         (comics_document_get_info), (comics_document_document_iface_init),
6933         (comics_document_init), (get_supported_image_extensions),
6934         (comics_document_thumbnails_get_geometry),
6935         (comics_document_thumbnails_get_thumbnail),
6936         (comics_document_thumbnails_get_dimensions),
6937         (comics_document_document_thumbnails_iface_init), (extract_argv):
6938         * comics/comics-document.h:
6939         * comics/ev-cbr-mime.xml:
6940         * configure.ac:
6941         * po/POTFILES.in:
6942         * shell/ev-application.c: (ev_application_register_service):
6943         * shell/ev-document-types.c: (ev_document_types_add_filters):
6944         * thumbnailer/Makefile.am:
6945         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6946         
6947         New CBR/CBZ backend for comic books.
6948
6949 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6950
6951         * shell/main.c: (load_files_remote):
6952
6953         Thanks to Robert McQueen <robot101@debian.org>. Dbus
6954         warning on startup of second instance is fixed. It
6955         is bug #320353.
6956
6957 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6958
6959         * shell/ev-window.c: (ev_window_finalize):
6960         
6961         Fix double free that cause crash.
6962
6963 2005-10-29  Bastien Nocera <hadess@hadess.net>
6964
6965         * tiff/tiff-document.c: (tiff_document_load):
6966         
6967         Fix memory leak.
6968
6969 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6970
6971         * po/POTFILES.in:
6972         * shell/Makefile.am:
6973         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
6974         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
6975         (ev_view_accessible_get_text),
6976         (ev_view_accessible_get_character_at_offset),
6977         (ev_view_accessible_get_text_before_offset),
6978         (ev_view_accessible_get_text_at_offset),
6979         (ev_view_accessible_get_text_after_offset),
6980         (ev_view_accessible_get_character_count),
6981         (ev_view_accessible_get_caret_offset),
6982         (ev_view_accessible_set_caret_offset),
6983         (ev_view_accessible_get_run_attributes),
6984         (ev_view_accessible_get_default_attributes),
6985         (ev_view_accessible_get_character_extents),
6986         (ev_view_accessible_get_offset_at_point),
6987         (ev_view_accessible_get_n_selections),
6988         (ev_view_accessible_get_selection),
6989         (ev_view_accessible_add_selection),
6990         (ev_view_accessible_remove_selection),
6991         (ev_view_accessible_set_selection),
6992         (ev_view_accessible_text_iface_init),
6993         (ev_view_accessible_idle_do_action),
6994         (ev_view_accessible_action_do_action),
6995         (ev_view_accessible_action_get_n_actions),
6996         (ev_view_accessible_action_get_description),
6997         (ev_view_accessible_action_get_name),
6998         (ev_view_accessible_action_set_description),
6999         (ev_view_accessible_action_iface_init),
7000         (ev_view_accessible_get_type), (ev_view_accessible_new),
7001         (ev_view_accessible_factory_get_accessible_type),
7002         (ev_view_accessible_factory_create_accessible),
7003         (ev_view_accessible_factory_class_init),
7004         (ev_view_accessible_factory_get_type):
7005         * shell/ev-view-accessible.h:
7006         * shell/ev-view-private.h:
7007         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
7008         * shell/ev-view.h:
7009         
7010         Initial accessibility support.
7011
7012 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
7013
7014         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
7015
7016 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
7017
7018         * shell/ev-print-job.c: (idle_print_handler):
7019         
7020         Fix for bug Bug 318916: Printing multiple pages.
7021
7022 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
7023
7024         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
7025
7026 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7027
7028         * pdf/ev-poppler.cc:
7029         
7030         Thumnail dimensions unified with other backends.
7031         
7032         * shell/ev-window-title.c: (ev_window_title_update):
7033         
7034         Fix warning.
7035
7036 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7037
7038         * data/ev-stock-zoom-fit-width.png:
7039         
7040         Remove unused file.
7041
7042 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7043
7044         * configure.ac:
7045         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
7046         (djvu_document_finalize):
7047         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
7048         (dvi_document_finalize):
7049         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
7050         (pixbuf_document_save), (pixbuf_document_finalize):
7051         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
7052         (tiff_document_finalize):
7053         
7054         Save a copy implemented for various backends.
7055
7056 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
7057
7058         * configure.ac:
7059         
7060         Don't link with ltiff if tiff is disabled.
7061
7062 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7063
7064         * pdf/GDKSplashOutputDev.cc:
7065         * pdf/GDKSplashOutputDev.h:
7066         * pdf/Thumb.cc:
7067         * pdf/Thumb.h:
7068         * pdf/pdf-document.cc:
7069         * pdf/pdf-document.h:
7070         * pdf/test-gdk-output-dev.cc:
7071         
7072         Remove old unused files.
7073
7074 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7075
7076         * shell/ev-window.c: (ev_window_setup_document):
7077         
7078         Fixed warnings on reload and probably crash reason.
7079
7080 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7081
7082         * properties/ev-properties-view.c:
7083         (ev_properties_view_format_date):
7084         
7085         Check if date is invalid. Fix for bug 318134.
7086
7087 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
7088
7089         * shell/ev-window-title.c:
7090         
7091         Add .indd files (Adobe Indesign) to the list of "bad
7092         extensions".
7093
7094 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7095
7096         * data/evince-ui.xml:
7097         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7098         
7099         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
7100
7101 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7102
7103         * shell/ev-window.c: (launch_link), (launch_external_uri),
7104         (view_external_link_cb):
7105
7106         URL-escape link before passing it to gnome_vfs_url_show.
7107
7108 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7109
7110         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
7111         there isn't text selected.
7112
7113 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
7114
7115         * shell/ev-view.c: (handle_link_over_xy):
7116
7117         Check tooltip is valid utf8 before showing it
7118
7119 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7120
7121         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
7122
7123 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7124
7125         * shell/ev-window-title.c: (ev_window_title_update):
7126
7127         Guard against using g_strstrip on NULL. Fixes bug #317291.
7128
7129 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7130
7131         * pdf/ev-poppler.cc:
7132
7133         Show title even for unknown links
7134
7135 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7136
7137         * shell/ev-window-title.c: (ev_window_title_update):
7138
7139         Strip the title string
7140
7141 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7142
7143         * shell/ev-window-title.c:
7144
7145         Add .rtf to the bad extensions list
7146
7147 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7148
7149         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
7150         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
7151
7152         Ignore link coordinates if they are outside page bounds
7153
7154 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7155
7156         * backend/ev-link.c: (ev_link_type_get_type),
7157         (ev_link_get_filename), (ev_link_get_params),
7158         (ev_link_get_property), (ev_link_set_property),
7159         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
7160         * backend/ev-link.h:
7161         * pdf/ev-poppler.cc:
7162         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
7163         * shell/ev-window.c: (launch_link), (view_external_link_cb),
7164         (ev_window_init):
7165
7166         Implement launch links. Delegate external link opening to
7167         the window.
7168
7169 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7170
7171         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
7172         (ev_link_get_right), (ev_link_get_property),
7173         (ev_link_set_property), (ev_link_class_init),
7174         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
7175         * backend/ev-link.h:
7176         * pdf/ev-poppler.cc:
7177         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
7178
7179         Implement fitr links
7180
7181 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7182
7183         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
7184         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
7185         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7186         (ev_view_size_request_continuous),
7187         (ev_view_size_request_dual_page),
7188         (ev_view_size_request_single_page), (ev_view_size_allocate),
7189         (ev_view_zoom_for_size_continuous_and_dual_page),
7190         (ev_view_zoom_for_size_continuous),
7191         (ev_view_zoom_for_size_dual_page),
7192         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7193         (ev_sizing_mode_get_type):
7194         * shell/ev-view.h:
7195         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7196
7197         Do not use modes for link, we need to calculate size ad hoc.
7198         Still not perfect because of the usual scrollbar issues grrr.
7199
7200 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7201
7202         * backend/ev-link.c: (ev_link_type_get_type),
7203         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7204         * backend/ev-link.h:
7205         * pdf/ev-poppler.cc:
7206         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7207         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7208         (ev_view_size_request_continuous),
7209         (ev_view_size_request_dual_page),
7210         (ev_view_size_request_single_page), (ev_view_size_allocate),
7211         (zoom_for_size_fit_height),
7212         (ev_view_zoom_for_size_continuous_and_dual_page),
7213         (ev_view_zoom_for_size_continuous),
7214         (ev_view_zoom_for_size_dual_page),
7215         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7216         (ev_sizing_mode_get_type):
7217         * shell/ev-view.h:
7218         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7219
7220         Implement FIT_HEIGHT mode (only for links).
7221         Implement FITH links
7222
7223 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7224
7225         * shell/ev-window-title.c: (get_filename_from_uri),
7226         (ev_window_title_sanitize_extension), (ev_window_title_update),
7227         (ev_window_title_set_document), (ev_window_title_set_uri),
7228         (ev_window_title_free):
7229         * shell/ev-window-title.h:
7230         * shell/ev-window.c: (ev_window_setup_document),
7231         (ev_window_popup_password_dialog):
7232
7233         Refactor window title building while fixing it for
7234         password documents.
7235
7236 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7237
7238         * pdf/ev-poppler.cc:
7239
7240         Escape link title before setting it in the model
7241
7242 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7243
7244         * shell/ev-application.c: (removed_from_session), (save_session),
7245         (init_session), (ev_application_get_empty_window),
7246         (ev_application_init), (ev_application_get_windows):
7247         * shell/ev-application.h:
7248         * shell/ev-window.c: (ev_window_finalize):
7249
7250         Add a function to retrieve window list and share it where
7251         necessary.
7252         Implement session handling, works pretty well thanks to the
7253         metadata system.
7254
7255 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7256
7257         * shell/ev-password.c: (ev_password_item_created_callback),
7258         (ev_password_dialog_save_password):
7259         
7260         Fix for bug 316972. Use async gnome-keyring API.
7261
7262 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7263
7264         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7265         Remove unused unrealize handler. Add scroll handling to
7266         ev_view_scroll_event for presentation mode (bug #316708),
7267         and fix the event state checks there.
7268
7269 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7270
7271         * shell/ev-page-action.c: (page_changed_cb):
7272
7273         "marco, maybe we should be crazy and jump right to 6! :)"
7274
7275         Bryan Clark, Sep 2005
7276
7277 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7278
7279         * ps/ps-document.c: (save_document), (ps_document_save),
7280         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7281         (ps_document_ps_export_end):
7282
7283         Fix unstructured documents save and print
7284
7285 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7286
7287         * shell/ev-application.c: (ev_application_open_uri):
7288
7289         Fix window size persistance
7290
7291 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7292
7293         * shell/ev-view.c: (ev_view_button_release_event):
7294
7295         Based on a patch from carlosgc@gnome.org. Mouse buttons
7296         switch pages in presentation mode.
7297
7298 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7299
7300         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7301
7302         Dont cast to int before scaling
7303
7304 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7305
7306         * backend/ev-link.c: (ev_link_type_get_type),
7307         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7308         (ev_link_new_page_fith):
7309         * backend/ev-link.h:
7310         * pdf/ev-poppler.cc:
7311         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7312
7313         Implement FIT and FITH links
7314
7315 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7316
7317         * pdf/ev-poppler.cc:
7318
7319         Return 0 results when search is not in progress.
7320
7321         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7322         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7323
7324         Update menu sensitivity when cancelling search
7325
7326 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7327
7328         * shell/ev-view.c: (ev_view_can_find_next):
7329
7330         Take all pages in consideration, not just current one
7331
7332 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7333
7334         * shell/ev-page-cache.c:
7335         * shell/ev-page-cache.h:
7336         * shell/ev-view.c: (ev_view_binding_activated),
7337         (ev_view_next_page), (ev_view_previous_page),
7338         (ev_sizing_mode_get_type):
7339         * shell/ev-view.h:
7340         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7341         (ev_window_cmd_go_next_page):
7342
7343         Move page next/previous functions from page chace to
7344         view and change it to move by 2 page steps in dual mode.
7345
7346 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7347
7348         * shell/ev-window.c: (update_sidebar_visibility),
7349         (setup_sidebar_from_metadata), (ev_window_setup_document),
7350         (setup_view_from_metadata):
7351
7352         Show the index by default when there is one     
7353
7354 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7355
7356         * shell/ev-window-title.c: (ev_window_title_set_document):
7357
7358         Missing null check
7359
7360 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7361
7362         * shell/ev-view.c: (view_update_range_and_current_page):
7363         
7364         Allow display of last odd page in dual view. Fix for 316347.
7365
7366 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7367
7368         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7369         
7370         Make close button default. Fix for 316383.
7371
7372 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7373
7374         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7375         
7376         Mark close button as default. Fix for 316381.
7377
7378 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7379
7380         * backend/ev-link.c: (ev_link_class_init):
7381
7382         Allow negative doubles in left/top properties
7383
7384 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7385
7386         * shell/ev-window.c:
7387
7388         Remove a bunch of strings that was used only
7389         by the statusbar.
7390
7391 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7392
7393         * shell/ev-window-title.c: (get_filename_from_uri),
7394         (ev_window_title_set_document):
7395
7396         When title has a confusing extension, show also
7397         the document filename inside ()
7398
7399 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7400
7401         * shell/Makefile.am:
7402         * shell/ev-window-title.c: (ev_window_title_new),
7403         (ev_window_title_update), (ev_window_title_set_type),
7404         (ev_window_title_set_document), (ev_window_title_free):
7405         * shell/ev-window-title.h:
7406         * shell/ev-window.c: (ev_window_setup_document),
7407         (password_dialog_response), (ev_window_popup_password_dialog),
7408         (ev_window_dispose), (ev_window_init):
7409
7410         Factor out and cleanup window title code
7411
7412 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7413
7414         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7415         (unable_to_load):
7416
7417         Make dialog transient so it doesnt block other windows
7418
7419 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7420
7421         * pdf/ev-poppler.cc:
7422         
7423         Fix pdf thumbnails rendering.
7424
7425 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7426
7427         * shell/ev-window.c: (fullscreen_set_timeout):
7428         
7429         Increase timeout to hide full screen popup. Bug 
7430         316123. 
7431
7432 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7433
7434         * data/evince.schemas.in:
7435         * shell/ev-window.c: (update_action_sensitivity):
7436
7437         Allow the user to override document restrictions. Fix for bug
7438         305818.
7439
7440 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7441
7442         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7443         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7444         (ev_window_class_init): Fix multihead behaviour of fullscreen
7445         toolbar popup. Fixes bug #315451.
7446
7447 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7448
7449         * configure.ac:
7450         * data/evince-password.glade:
7451         * shell/ev-password.c: (ev_password_dialog_set_property),
7452         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7453         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7454         (ev_password_dialog_entry_changed_cb),
7455         (ev_password_dialog_entry_activated_cb),
7456         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7457         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7458         (ev_password_dialog_set_bad_pass):
7459         * shell/ev-password.h:
7460         * shell/ev-window.c: (password_dialog_response),
7461         (ev_window_popup_password_dialog):
7462         
7463         Support for gnome-keyring for encrypted PDF's.
7464
7465 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7466
7467         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7468         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7469         (ev_view_enter_notify_event), (ev_view_class_init):
7470         
7471         More precise handling of enter_notify/leave_notify events
7472         in EvView. Fix for bug 315470.
7473
7474 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7475
7476         * shell/ev-window.c: (fullscreen_timeout_cb),
7477         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7478         (ev_window_dispose):
7479
7480         leak fix: unref fullscreen_timeout_source before clearing it
7481
7482 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7483
7484         * configure.ac, dvi/mdvi/Makefile.am: 
7485         
7486         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7487
7488 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7489
7490         * backend/ev-link.c: (ev_link_new_page_xyz):
7491         * pdf/ev-poppler.cc:
7492         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7493
7494         Fix some bugs with xyz links, respect zoom
7495
7496 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7497
7498         * shell/ev-window.c: (page_changed_cb),
7499         (setup_document_from_metadata), (update_sidebar_visibility),
7500         (setup_view_from_metadata), (ev_window_run_fullscreen),
7501         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7502         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7503         (ev_window_dual_mode_changed_cb),
7504         (ev_window_sidebar_current_page_changed_cb):
7505
7506         null check uri before setting and getting metadata
7507
7508 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7509
7510         * dvi/Makefile.am:
7511         * properties/Makefile.am:
7512         * shell/Makefile.am:
7513         * thumbnailer/Makefile.am:
7514
7515         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7516
7517 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7518
7519         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7520         (selection_changed_callback):
7521         * shell/ev-sidebar-links.h:
7522
7523         Add a signal for link activation.
7524
7525         * shell/ev-view.c: (ev_view_goto_link),
7526         (ev_view_button_release_event):
7527         * shell/ev-view.h:
7528         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7529         (ev_window_init):
7530
7531         Implement the signal so that we can handle all link types.
7532
7533         * shell/ev-page-cache.c:
7534
7535         Remove unused set_link function
7536
7537 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7538
7539         * lib/ev-tooltip.c: (ev_tooltip_set_position):
7540
7541         Add some space from the cursor, hardcoded but I couldnt
7542         find a better way.
7543
7544 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7545
7546         * lib/ev-tooltip.c:
7547
7548         Use mozilla style vs gtk style, way better for links.
7549
7550         * shell/ev-view.c: (ev_view_motion_notify_event),
7551         (ev_view_destroy), (ev_view_init):
7552
7553         Deactive tooltip when the link hovered is changed.
7554
7555 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7556
7557         * backend/ev-document.h:
7558         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
7559         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
7560         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7561         (ev_link_new_page), (ev_link_new_page_xyz):
7562         * backend/ev-link.h:
7563         * pdf/ev-poppler.cc:
7564         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
7565         (go_to_link), (tip_from_link):
7566
7567         Implement xyz links, still not functional. Links are a total
7568         mess, will need to refactor and bugfix a lot :(
7569
7570 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
7571
7572         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
7573
7574 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
7575
7576         * data/evince-ui.xml:
7577         * data/evince.schemas.in:
7578         * shell/Makefile.am:
7579         * shell/ev-window.c: (update_chrome_visibility),
7580         (password_dialog_response), (ev_window_load_job_cb),
7581         (ev_window_xfer_job_cb), (ev_window_open_uri),
7582         (ev_window_class_init), (set_chrome_actions), (load_chrome),
7583         (ev_window_init):
7584
7585         Remove the statusbar. This regress loading feedback, need to
7586         check with Bryan what we want to do there...
7587
7588 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7589
7590         * lib/ev-tooltip.c: (ev_tooltip_init):
7591
7592         Fix tooltip border and size handling
7593
7594 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7595
7596         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
7597         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
7598         (ev_tooltip_timeout), (ev_tooltip_activate),
7599         (ev_tooltip_deactivate):
7600         * lib/ev-tooltip.h:
7601         * shell/ev-view.c: (ev_view_motion_notify_event):
7602
7603         Delay popup showing. Mirror gtk logic/times.
7604
7605 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
7606
7607         * lib/Makefile.am:
7608         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
7609         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
7610         (ev_tooltip_set_text), (ev_tooltip_set_position):
7611         * lib/ev-tooltip.h:
7612
7613         Simple widget to show tooltips at a custom position
7614
7615         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
7616         (ev_view_destroy):
7617
7618         Use it for links. First go, needs work
7619
7620 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
7621
7622         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
7623         HIG fixes.  Use title capitalization for window title. Use 12 
7624         pixels of space between the dialog's vbox and action area.
7625
7626 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7627
7628         * shell/ev-window.c: (file_open_dialog_response_cb),
7629         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
7630         (ev_window_cmd_save_as):
7631
7632         Make file pickers not modal and refactor code some
7633
7634 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7635
7636         * shell/ev-sidebar.h:
7637         * shell/ev-sidebar.c: (ev_sidebar_set_property),
7638         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
7639         (ev_sidebar_class_init), (ev_sidebar_select_page),
7640         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
7641         (ev_sidebar_set_page):
7642
7643         Add a current page property and allow to get/set it
7644
7645         * shell/ev-window.c: (setup_view_from_metadata),
7646         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
7647
7648         Persist current sidebar page per document
7649
7650 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7651
7652         * data/evince.schemas.in:
7653         * shell/ev-window.c: (update_chrome_visibility),
7654         (setup_document_from_metadata), (update_sidebar_visibility),
7655         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
7656         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7657         (ev_window_run_presentation), (ev_window_stop_presentation),
7658         (ev_window_view_sidebar_cb),
7659         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
7660         (load_chrome), (ev_window_init):
7661
7662         Persist size/visibility of sidebar per document
7663
7664 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
7665
7666         * shell/ev-view.c (draw_loading_text): Draw loading text.
7667
7668 2005-09-02  Dan Damian  <dand@gnome.ro>
7669
7670         * configure.in: Added "ro" to ALL_LINGUAS.
7671
7672 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7673
7674         * shell/ev-view.c: (clear_caches):
7675
7676         ev_page_cache_get doesnt return a reference,
7677         dont try to unref it.
7678
7679 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7680
7681         * shell/main.c: (load_files_remote):
7682
7683         Fix timestamp parameter with dbus <= 0.33
7684
7685 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
7686
7687         * data/evince.schemas.in:
7688
7689         Add missing full stop
7690
7691 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
7692
7693         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
7694         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
7695
7696         Plug some memory leaks
7697
7698 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
7699
7700         * configure.ac:
7701         * lib/ev-debug.c: (trap_handler):
7702
7703         Check for execinfo.h and use it only if it exists.
7704         Ported from Epiphany (bug #314776).
7705
7706 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
7707
7708         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
7709
7710 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
7711
7712         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
7713         * po/id.po      : Added Indonesian translation
7714
7715 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
7716
7717         * shell/main.c:
7718         * shell/ev-application.c: Last minute GTK-2.6 fixes.
7719         * NEWS: Release 0.4.0
7720
7721 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
7722
7723         * configure.ac: catch another gtk+-2.8ism
7724         * shell/main.c: Make work with gtk+-2.6
7725
7726 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
7727
7728         * shell/ev-application-service.xml: Add 'timestamp' argument to
7729           ev_application_open_window and ev_application_open_uri methods.
7730
7731         * shell/ev-application.h: Add 'timestamp' argument to
7732           ev_application_open_window, ev_application_open_uri,
7733           and ev_application_open_uri_list functions.
7734
7735         * shell/ev-application.c (ev_application_open_window,
7736           ev_application_open_uri, ev_application_open_uri_list): Change
7737           functions that show/present windows to use a timestamp if one
7738           is passed in.
7739
7740         * shell/ev-window.c (ev_window_cmd_file_open,
7741           ev_window_cmd_recent_file_activate, drag_data_received_cb):
7742         * shell/main.c (load_files): Modify calls to ev_application to
7743           include GDK_CURRENT_TIME as timestamp.
7744
7745         * shell/main.c (load_files_remote): Obtain timestamp for client
7746           instance from GDK and pass to server instance so new windows are
7747           focused properly.  Fix dbus_g_proxy_call() calls by including second
7748           G_TYPE_INVALID.
7749           
7750         Closes bug #314475.
7751
7752 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
7753
7754         * shell/ev-window.c (ev_window_finalize): Check for
7755         avail. EvWindows when quiting to handle the finalize better,
7756         #314497
7757
7758 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7759         
7760         * properties/ev-properties-view.c: 
7761         
7762         Set textdomain to libglade. Fixes translation problem in property page.
7763
7764 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7765
7766         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7767         * dvi/Makefile.am:
7768         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
7769         * dvi/mdvi-lib/Makefile.am:
7770         
7771         Fix rotation of thumbnails, ported to new API. Moved library
7772         dependencies earlier, probably it will fix linkage problem.
7773
7774 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
7775
7776         * backend/ev-document-misc.c:
7777         (ev_document_misc_get_thumbnail_frame):
7778         * backend/ev-document-misc.h:
7779         * configure.ac:
7780         * pdf/ev-poppler.cc:
7781         * shell/Makefile.am:
7782         * shell/ev-sidebar-thumbnails.c: (add_range),
7783         (ev_sidebar_thumbnails_set_loading_icon),
7784         (ev_sidebar_thumbnails_refresh),
7785         (ev_sidebar_thumbnails_set_document):
7786         * shell/ev-sidebar-thumbnails.h:
7787         * shell/ev-view.c: (ev_view_motion_notify_event),
7788         (ev_view_set_property), (ev_view_get_property),
7789         (ev_view_class_init), (ev_view_set_rotation):
7790         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7791         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
7792         (ev_window_init):
7793         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
7794         Redo rotation (again).  prepare for 0.4.0
7795
7796 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
7797
7798         * configure.ac: Bump poppler requirement to 0.4.1.
7799
7800         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
7801         argument to poppler_page_render_selection() call.
7802
7803 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7804
7805         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
7806         (djvu_document_thumbnails_get_thumbnail):
7807         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
7808         (dvi_document_thumbnails_get_thumbnail):
7809         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
7810         (pixbuf_document_thumbnails_get_thumbnail):
7811         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
7812         
7813         Update rotation direction of backends to fit with pdf and ps.
7814
7815 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
7816
7817         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
7818         * backend/ev-async-renderer.h:
7819         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
7820         (setup_page), (ps_document_get_page_size),
7821         (ps_async_renderer_render_pixbuf):
7822         * ps/ps-document.h:
7823         * shell/ev-jobs.c: (ev_job_render_run):
7824
7825         Fix orientation in the postscript document
7826
7827 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
7828
7829         * pdf/ev-poppler.cc:
7830         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
7831         * shell/ev-view.c: (highlight_find_results):
7832
7833         Adapt to the new poppler rotation API. Fix text maps on landscape
7834         documents.
7835
7836 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
7837
7838         * shell/ev-view.c (compute_new_selection_text): get the correct
7839         region when selecting in modes other than continuous.
7840
7841 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7842
7843         * shell/main.c (main): remove redundant g_warnings.
7844
7845 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7846
7847         * shell/Makefile.am: Don't include autogenerated
7848         file ev-application-service.h into distribution, since
7849         it causes dbus crash. Fix for bugs 313724 and 313443. 
7850
7851 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7852
7853         * configure.ac: Fix sed expression for FreeBSD. Thanks
7854         to Joe Marcus Clark <marcus@freebsd.org>
7855         
7856         * shell/eggfindbar.c: (entry_activate_callback),
7857         (entry_changed_callback), (egg_find_bar_init),
7858         (egg_find_bar_set_search_string):
7859         
7860         Made findbar buttons unsensitive if there is no text in
7861         entry. Fix for the bug 313285.
7862
7863 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
7864
7865         * ps/ps-document.c: Use g_filename_display_name for displaying
7866         filenames and revert string freeze breackage
7867
7868 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
7869
7870         * NEWS:
7871         * configure.ac:
7872
7873         Update for 0.3.4
7874
7875         * shell/Makefile.am:
7876
7877         Add ev-application-service.xml to extra dist
7878
7879         * shell/ev-view.c: (find_page_at_location):
7880
7881         Remove unused function (fix warning)
7882
7883 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7884
7885         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
7886         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
7887         
7888         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
7889         bug 313623.
7890
7891 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7892
7893         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
7894         * shell/ev-window.c:
7895         Fix build warnings
7896
7897 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7898
7899         * configure.ac: Update script to get dbus version.
7900         Fix for the bug #313443.
7901
7902 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7903
7904         * shell/ev-window.c: (ev_window_cmd_escape):
7905         
7906         Return focus back to view on escape. Fix for bug 313295.
7907
7908 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7909
7910         * shell/ev-window.c: (update_window_title),
7911         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
7912         (ev_window_cmd_save_as):
7913         
7914         Correct conversion from uri to displayable string. Fix for
7915         bug 313296.
7916
7917 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7918
7919         * ps/ps-document.c: convert filename to utf8 when there is an error
7920         loading document. Fixes #309915
7921
7922 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
7923
7924         * configure.ac:
7925
7926         We depend on poppler 0.4.0
7927
7928 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
7929
7930         * configure.ac:
7931         * NEWS: Release 0.3.3.
7932         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
7933
7934 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
7935
7936         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
7937         add a couple missing mnemonics to menu items, use title 
7938         capitalization for menu items and window titles, and add 
7939         ellipsis to open menu item.     
7940
7941 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
7942
7943         * pdf/ev-poppler.cc:
7944         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
7945         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
7946         (ev_view_get_rotation):
7947         * shell/ev-view.h:
7948         * shell/ev-window.c: (setup_view_from_metadata),
7949         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
7950         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
7951         disk.
7952
7953 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
7954
7955         * configure.ac: Added tr to ALL_LINGUAS
7956
7957 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7958
7959         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
7960         requires several clicks to find word. Thanks to 
7961         Colin Slater <kiltedtaco@gmail.com>.
7962
7963 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
7964
7965         * data/evince.desktop.in.in: Hide menu entry and
7966         rename it to "Document Viewer". Fix for bug 
7967         #312399.
7968
7969 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
7970
7971         * shell/ev-page-action.c (ev_page_action_class_init): 
7972
7973         Point to the correct function in constructor of the
7974         activate_label signal
7975
7976 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
7977
7978         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7979         * shell/ev-jobs.h: Make thread safe.
7980
7981 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7982
7983         * shell/ev-view.c: (view_update_range_and_current_page):
7984         Don't update page range if we are scrolling to some document
7985         point.
7986
7987 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7988
7989         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
7990         when getting max_page_width, fix drawing in dual mode.
7991
7992 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
7993
7994         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
7995         getting the area for select_all.
7996
7997 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
7998
7999         * backend/ev-selection.c: (ev_selection_render_selection):
8000         * backend/ev-selection.h:
8001         * pdf/ev-poppler.cc:
8002         * shell/ev-jobs.c: (ev_job_render_new):
8003         * shell/ev-jobs.h:
8004         * shell/ev-pixbuf-cache.c: (get_selection_colors),
8005         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
8006         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
8007         (ev_view_class_init):
8008
8009         Change selection color on focus in and focus out events.  Also,
8010         poppler now uses GdkColor for specifying the selection colors, so
8011         drop some awkward conversion code.
8012
8013 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
8014
8015         * configure.ac: Added Hebrew translation
8016
8017 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
8018
8019         * NOTES:
8020         * backend/ev-selection.c: (ev_selection_render_selection):
8021         * backend/ev-selection.h:
8022         * pdf/ev-poppler.cc:
8023         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
8024         (ev_job_render_run):
8025         * shell/ev-jobs.h:
8026         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8027         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
8028         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
8029         (ev_pixbuf_cache_style_changed),
8030         (ev_pixbuf_cache_get_selection_pixbuf),
8031         (ev_pixbuf_cache_set_selection_list),
8032         (ev_pixbuf_cache_get_selection_list):
8033         * shell/ev-pixbuf-cache.h:
8034         * shell/ev-utils.c: (ev_print_region_contents):
8035         * shell/ev-utils.h:
8036         * shell/ev-view.c: (ev_view_queue_draw_page),
8037         (selection_update_idle_cb), (ev_view_motion_notify_event),
8038         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
8039         (setup_caches), (ev_view_find_next), (merge_selection_region),
8040         (selection_free):
8041         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
8042
8043         Clean up selection to be much smoother!
8044
8045 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
8046
8047         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
8048         to poppler_page_render_selection().
8049
8050 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8051
8052         * ps/ps-document.c: (save_page_list): Use
8053         unzipped document when printing. Thanks to 
8054         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
8055         311016.
8056
8057 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8058
8059         * shell/ev-window.c: (update_action_sensitivity):
8060         
8061         Disable print and save respect to lockdown gconf keys. Fix
8062         for 312342.
8063
8064 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8065
8066         * configure.ac:
8067         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
8068         (write_to_temp_file), (ev_file_set_contents):
8069         * shell/ev-utils.h:
8070         * shell/ev-window.c: (save_print_config_to_file):
8071         
8072         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
8073         Fix for bug 312238
8074
8075 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
8076
8077         * shell/ev-window.c: (load_print_config_from_file),
8078         (save_print_config_to_file), (ev_window_print_range):
8079
8080         Persist the print settings. Fixes bug #311578.
8081
8082 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8083
8084         * djvu/djvu-document.c: (djvu_document_get_page_size),
8085         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
8086         (djvu_document_thumbnails_get_thumbnail):
8087         * dvi/dvi-document.c: (dvi_document_get_page_size),
8088         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
8089         (dvi_document_thumbnails_get_dimensions),
8090         (dvi_document_thumbnails_get_thumbnail):
8091         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
8092         (pixbuf_document_render_pixbuf),
8093         (pixbuf_document_document_iface_init),
8094         (pixbuf_document_thumbnails_get_thumbnail):
8095         
8096         Update backends to make them build with new rotation system.
8097
8098 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8099
8100         * help/C/figures/evince_start_window.png:
8101         
8102         Update documentation image from Luca Ferretti <elle.uca@libero.it>
8103
8104 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
8105
8106         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
8107         * shell/ev-pixbuf-cache.h:
8108         * shell/ev-sidebar-thumbnails.c:
8109         (ev_sidebar_thumbnails_get_property), (add_range),
8110         (adjustment_changed_cb):
8111         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
8112         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
8113         we were thumbnailing the entire docment on startup, slowing us
8114         down hugely. 
8115
8116 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
8117
8118         * shell/ev-page-cache.c: (ev_page_cache_new):
8119         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
8120         == 0, fixes #310306.
8121
8122 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8123
8124         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
8125         (ev_view_rotate_left):
8126
8127         Account rotation in doc_rect_to_view_rect.
8128         Ensure rotation doesnt go out of bounds.
8129
8130 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8131
8132         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8133
8134         Correct and cleanup w/h swapping
8135
8136 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8137
8138         * backend/ev-document-thumbnails.c:
8139         (ev_document_thumbnails_get_thumbnail):
8140         * backend/ev-document-thumbnails.h:
8141         * backend/ev-document.c:
8142         * backend/ev-document.h:
8143         * backend/ev-render-context.c: (ev_render_context_new),
8144         (ev_render_context_set_rotation):
8145         * backend/ev-render-context.h:
8146         * pdf/ev-poppler.cc:
8147         * ps/ps-document.c: (ps_document_document_iface_init):
8148         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8149         * shell/ev-jobs.h:
8150         * shell/ev-page-cache.c: (build_height_to_page),
8151         (ev_page_cache_new), (ev_page_cache_get_size),
8152         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8153         (ev_page_cache_get_height_to_page):
8154         * shell/ev-page-cache.h:
8155         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8156         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8157         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
8158         (ev_pixbuf_cache_get_selection_pixbuf):
8159         * shell/ev-pixbuf-cache.h:
8160         * shell/ev-print-job.c: (idle_print_handler):
8161         * shell/ev-sidebar-thumbnails.c: (add_range):
8162         * shell/ev-view.c: (view_update_range_and_current_page),
8163         (get_page_y_offset), (get_page_extents),
8164         (ev_view_size_request_continuous_dual_page),
8165         (ev_view_size_request_continuous),
8166         (ev_view_size_request_dual_page),
8167         (ev_view_size_request_single_page), (draw_one_page),
8168         (ev_view_set_rotation), (ev_view_rotate_right),
8169         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8170         (ev_view_zoom_for_size_continuous_and_dual_page),
8171         (ev_view_zoom_for_size_continuous),
8172         (ev_view_zoom_for_size_dual_page),
8173         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8174         (ev_view_select_all):
8175         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8176         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
8177         (tiff_document_document_iface_init),
8178         (tiff_document_thumbnails_get_thumbnail):
8179
8180         Use rotation rather than orientation. It's easier and enough
8181         for our needs.
8182
8183 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8184
8185         * shell/ev-page-cache.c: (build_height_to_page),
8186         (ev_page_cache_new), (ev_page_cache_get_size),
8187         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8188         (ev_page_cache_get_height_to_page):
8189         * shell/ev-page-cache.h:
8190         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8191         (ev_view_size_request_continuous_dual_page),
8192         (ev_view_size_request_continuous),
8193         (ev_view_zoom_for_size_continuous_and_dual_page),
8194         (ev_view_zoom_for_size_continuous):
8195
8196         Make the page cache aware of page orientation.
8197
8198 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8199
8200         * backend/ev-document-thumbnails.c:
8201         (ev_document_thumbnails_get_thumbnail):
8202         * backend/ev-document-thumbnails.h:
8203         * backend/ev-document.c:
8204         * backend/ev-document.h:
8205         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8206         * backend/ev-ps-exporter.h:
8207         * pdf/ev-poppler.cc:
8208         * ps/ps-document.c: (ps_document_document_iface_init),
8209         (ps_document_ps_export_do_page):
8210         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8211         * shell/ev-jobs.h:
8212         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8213         (ev_page_cache_get):
8214         * shell/ev-page-cache.h:
8215         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8216         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8217         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8218         * shell/ev-pixbuf-cache.h:
8219         * shell/ev-print-job.c: (idle_print_handler):
8220         * shell/ev-sidebar-thumbnails.c: (add_range):
8221         * shell/ev-view.c: (view_update_range_and_current_page),
8222         (get_page_extents), (ev_view_size_request_dual_page),
8223         (ev_view_size_request_single_page), (draw_one_page),
8224         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8225         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8226         (ev_view_zoom_for_size_dual_page),
8227         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8228         (ev_view_select_all):
8229         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8230         * tiff/tiff-document.c: (tiff_document_get_page_size),
8231         (tiff_document_get_orientation), (rotate_pixbuf),
8232         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8233         (tiff_document_thumbnails_get_thumbnail),
8234         (tiff_document_ps_export_do_page), (tiff_document_init):
8235
8236         Really make use of the orientation bit of the render context.
8237         Use the render context in a few more places in the backend API.
8238         This regress orientation, but now it's done right. Will try to
8239         fix it up asap...
8240
8241 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8242
8243         * shell/ev-view.c: (ensure_rectangle_is_visible):
8244
8245         Patch by Nickolay V. Shmyrev to fix find flickering
8246
8247 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8248
8249         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8250         duplex parameters to ::begin.
8251
8252         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8253         * shell/ev-print-job.c (idle_print_handler): 
8254         * ps/ps-document.c (ps_document_ps_export_begin): 
8255         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8256         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8257         implementations. Poppler backend needs poppler cvs. Rest has
8258         unchanged behavior.
8259
8260 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8261
8262         * shell/ev-window.c (using_pdf_printer): new function.
8263         (ev_window_print_range): print a less techy message if someone
8264         tries to print to PDF.
8265
8266 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8267
8268         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8269         from "unknown font" string. Bug #311431
8270
8271 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8272
8273         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8274
8275 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8276
8277         Bug #311280
8278         
8279         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8280         name for PopplerFontTypes
8281         (pdf_document_fonts_fill_model): add font type to the detail column
8282
8283         * backend/ev-document-fonts.h: added
8284         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8285
8286         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8287         font name and font details, add a little markup.
8288         (ev_properties_fonts_init): use the new cell data func, specify ypad
8289         property for the cell renderer.
8290         (ev_properties_fonts_set_document): add the details column.
8291
8292 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8293
8294         * configure.ac: Added "pl" to ALL_LINGUAS.
8295
8296 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8297
8298         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8299
8300 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8301
8302         * help/ChangeLog: Started this for translations of manual.
8303         * configure.ac, autogen.sh, .cvsignore: Migrated to
8304         gnome-doc-utils. Patch in bug #311222.
8305
8306 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8307
8308         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8309         #ifdef this away to fix an unused-function warning.
8310
8311 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8312
8313         * configure.ac: Added 'gl' to ALL_LINGUAS.
8314
8315 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8316
8317         * configure.ac: Added ne in ALL_LINGUAS
8318         
8319 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8320
8321         * shell/ev-view.c: (ev_view_leave_notify_event):
8322         
8323         Clear status message when pointer leaves view. Fix for bug
8324         #310818 
8325
8326 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8327
8328         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8329
8330 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8331
8332         * shell/ev-view.c: (ev_view_leave_notify_event),
8333         (ev_view_class_init):
8334         
8335         Set cursor to normal then leaving view.
8336
8337 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8338
8339         * configure.ac:
8340         
8341         Fix required djvulibre version.
8342
8343 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8344
8345         *configure.ac: Hindi (hi) language added
8346
8347 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8348
8349         *configure.ac: Punjabi (pa) Language added
8350
8351 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8352
8353         * data/evince-ui.xml, shell/ev-window.c:
8354         
8355         Add keypad accelerators for zooming. Fix for bug 308128.
8356
8357 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8358
8359         * Makefile.am:
8360         * backend/Makefile.am:
8361         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8362         * configure.ac:
8363         * shell/ev-document-types.c: (ev_document_types_add_filters):
8364
8365         Allow to enable/disable the pixbuf backend.
8366         Default to off for now. If we want it enabled we should
8367         really put mime types in the desktop, implement properties etc.
8368
8369         * properties/evince-properties.c:
8370
8371         Initialize error to NULL.
8372         Check error is not NULL before freeing.
8373
8374 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8375
8376         * shell/ev-window.c:
8377
8378         Use F5 as presentation accell
8379
8380 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8381
8382         * shell/ev-window.c: (update_chrome_visibility),
8383         (ev_window_create_fullscreen_popup), (ev_window_init):
8384
8385         Do not leak the fullscreen toolbar
8386
8387 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8388
8389         * shell/ev-window.c: (view_actions_focus_in_cb),
8390         (view_actions_focus_out_cb):
8391
8392         These has a return value! Fix totally random focus
8393         issues we was seeing.
8394
8395 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8396
8397         * shell/main.c: (load_files_remote):
8398
8399         Allow open more than one file
8400
8401 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8402
8403         * shell/main.c: (load_files_remote):
8404
8405         Fix for dbus 0.33. bug #309975
8406
8407 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8408
8409         * properties/ev-properties-main.c: (ev_properties_get_pages):
8410
8411         Actually return NULL for types we dont support
8412
8413 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8414
8415         * po/POTFILES.in:
8416
8417         Remove empty lines.
8418
8419 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8420
8421         * backend/ev-document-factory.c:
8422         (ev_document_factory_get_document):
8423
8424         Do not try to create the object if type
8425         is invalid.
8426
8427 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8428
8429         * ps/ps-document.c: (ps_document_dispose),
8430         (ps_async_renderer_render_pixbuf):
8431         * ps/ps-document.h:
8432
8433         Do not leak the target window
8434
8435 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8436
8437         * shell/ev-application.c: (ev_application_init):
8438
8439         Let tbe check file existence for us.
8440         Add a comment about eggrecent mime filter.
8441
8442 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8443
8444         * data/evince-ui.xml:
8445         * shell/ev-application.c: (ev_application_shutdown),
8446         (ev_application_init), (ev_application_get_toolbars_model),
8447         (ev_application_get_recent_model),
8448         (ev_application_save_toolbars_model):
8449         * shell/ev-application.h:
8450         * shell/ev-window.c: (ev_window_add_recent),
8451         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8452         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8453         (ev_window_init):
8454
8455         Use common toolbar and recent models for all windows.
8456         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8457
8458 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8459
8460         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8461         successfully check for gtk_icon_view_get_visible_range.
8462
8463 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8464
8465         * djvu/Makefile.am:
8466         * dvi/Makefile.am:
8467         
8468         Fix djvu and dvi backend build.
8469
8470 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8471
8472         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8473         (new_separator_pixbuf):
8474
8475         Don't leak windows.
8476
8477 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8478
8479         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8480
8481         HIGification of toolbar editor dialogue.
8482
8483 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8484
8485         * configure.ac:
8486         * shell/Makefile.am:
8487
8488         Ever build metadata manager since it's just
8489         disabled at runtime now.
8490
8491 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8492
8493         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8494         (ev_metadata_manager_get), (ev_metadata_manager_set):
8495         * shell/ev-metadata-manager.h:
8496
8497         Add an _init functions that enabled metadata management
8498         at runtime.
8499
8500         * shell/ev-window.c: (page_changed_cb),
8501         (setup_document_from_metadata), (ev_window_setup_document),
8502         (setup_view_from_metadata), (ev_window_open_uri),
8503         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8504         (ev_window_run_presentation), (ev_window_stop_presentation),
8505         (save_sizing_mode), (ev_window_zoom_changed_cb),
8506         (ev_window_continuous_changed_cb),
8507         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8508         (window_configure_event_cb):
8509
8510         Remove all ugly metadata define since we deal with it
8511         at runtime now.
8512
8513         * shell/main.c: (load_files_remote), (main):
8514
8515         Add support for dbus cvs head. Hopefully didnt break one
8516         of the other versions now!
8517
8518         If we dont get a response from the dbus server just
8519         give up with it and not enable metadata.
8520
8521 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8522
8523         * Makefile.am:
8524         * backend/Makefile.am:
8525         * configure.ac:
8526         * cut-n-paste/recent-files/Makefile.am:
8527         * cut-n-paste/toolbar-editor/Makefile.am:
8528         * cut-n-paste/zoom-control/Makefile.am:
8529         * lib/Makefile.am:
8530         * pdf/Makefile.am:
8531         * pixbuf/Makefile.am:
8532         * properties/Makefile.am:
8533         * ps/Makefile.am:
8534         * shell/Makefile.am:
8535         * thumbnailer/Makefile.am:
8536         * tiff/Makefile.am:
8537
8538         Make frontends depend on just libev.
8539         Rework and group CFLAGS/LIBS definitions.
8540         Cleanups.
8541
8542 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8543
8544         * shell/ev-window:
8545
8546         do not unnecessarily save zoom
8547
8548         * configure.ac:
8549         * lib/ev-file-helpers.c: (ev_dot_dir):
8550         * shell/Makefile.am:
8551         * shell/dummy.cc:
8552
8553         Some cleanups
8554
8555 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8556
8557         * configure.ac:
8558         
8559         Remove unnecessary dependencies
8560
8561 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8562
8563         * properties/Makefile.am:
8564         * thumbnailer/Makefile.am:
8565         * tiff/Makefile.am:
8566
8567         Some more cleanups. Was really necessary
8568         but I probably introduced bugs, feel free
8569         to flame :)
8570
8571 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8572
8573         * backend/Makefile.am:
8574         * configure.ac:
8575         * cut-n-paste/recent-files/Makefile.am:
8576         * cut-n-paste/toolbar-editor/Makefile.am:
8577         * cut-n-paste/zoom-control/Makefile.am:
8578         * lib/Makefile.am:
8579         * pdf/Makefile.am:
8580         * pixbuf/Makefile.am:
8581         * properties/Makefile.am:
8582         * ps/Makefile.am:
8583         * shell/Makefile.am:
8584         * thumbnailer/Makefile.am:
8585         * tiff/Makefile.am:
8586
8587         Use gnome-common macros when possible.
8588         Cleanup dependencies.
8589         Actually disable deprecated where possible.
8590
8591 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8592
8593         * Makefile.am:
8594         * backend/Makefile.am:
8595         * properties/Makefile.am:
8596         * shell/Makefile.am:
8597         * thumbnailer/Makefile.am:
8598
8599         This should solve the circular dep without
8600         requiring dir reorg!
8601
8602         * shell/ev-window.c: (setup_view_from_metadata):
8603
8604         Never restore window size/position when the
8605         window is already visible.
8606
8607 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8608
8609         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
8610
8611         Return a boolean from timeout func. Fix ported from gedit.
8612
8613 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
8614
8615         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
8616
8617 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
8618
8619         * shell/ev-document-types.c: set "All Documents" as default filter in
8620         open dialog
8621
8622 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
8623
8624         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
8625         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
8626         (ev_metadata_manager_set_boolean): fix value/val thinko.
8627
8628 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8629
8630         * shell/ev-window.c: (setup_view_from_metadata),
8631         (window_state_event_cb), (window_configure_event_cb),
8632         (ev_window_init):
8633
8634         Remember window position and maximized state
8635
8636 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8637
8638         * configure.ac:
8639
8640         Fix DBUS configure checks.
8641
8642         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
8643         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
8644         (ev_metadata_manager_set_boolean):
8645
8646         Plug mem leaks.
8647
8648         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
8649         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8650         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
8651         (ev_window_continuous_changed_cb),
8652         (ev_window_dual_mode_changed_cb), (ev_window_new):
8653
8654         Fix the build without DBUS.
8655
8656 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8657
8658         * shell/ev-metadata-manager.c: (parse_value), (save_values),
8659         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
8660         (ev_metadata_manager_set_string),
8661         (ev_metadata_manager_set_boolean):
8662         * shell/ev-metadata-manager.h:
8663
8664         Add support for some more types
8665
8666         * shell/ev-view.c: (scroll_to_current_page),
8667         (ev_view_get_continuous), (ev_view_set_continuous),
8668         (ev_view_get_dual_page):
8669         * shell/ev-view.h:
8670         * shell/ev-window.c: (page_changed_cb),
8671         (setup_document_from_metadata), (ev_window_setup_document),
8672         (setup_view_from_metadata), (ev_window_open_uri),
8673         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8674         (ev_window_run_presentation), (ev_window_stop_presentation),
8675         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
8676         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
8677         (ev_window_update_dual_page_action),
8678         (ev_window_continuous_changed_cb),
8679         (ev_window_dual_mode_changed_cb), (ev_window_init):
8680
8681         Remember a bunch of view/document properties. Prolly some
8682         are still missing but it's getting interesting.
8683
8684 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
8685
8686         * configure.ac: check if dbus-binding-tool is installed. Not the
8687         case on current Ubuntu breezy, it seems.
8688
8689 2005-07-05  Luca Ferretti <elle.uca@libero.it>
8690
8691         * data/evince.desktop.in.in:
8692         
8693         Allow open uri lists and add TryExec field.
8694
8695 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8696
8697         * configure.ac:
8698
8699         Enable dbus when available, do not require a configure
8700         option.
8701
8702 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8703
8704         * configure.ac:
8705
8706         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
8707         disabled.
8708
8709 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
8710         Marco Pesenti Gritti  <mpg@redhat.com>
8711
8712         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
8713         
8714         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
8715         functions to the format required by dbus
8716
8717         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
8718         errors. Use the RPC parameters in the expected way
8719
8720 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8721
8722         * Makefile.am:
8723         * properties/Makefile.am:
8724         * properties/ev-properties-main.c: (ev_properties_get_pages):
8725
8726         Support all mime types
8727
8728         * shell/Makefile.am:
8729         * thumbnailer/Makefile.am:
8730         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
8731         (evince_thumbnail_pngenc_get):
8732
8733         Use the document factory
8734
8735 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8736
8737         * backend/Makefile.am:
8738         * backend/ev-document-factory.c:
8739         (mime_type_supported_by_gdk_pixbuf),
8740         (ev_document_type_get_from_mime),
8741         (ev_document_factory_get_document),
8742         (ev_document_factory_get_backend),
8743         (ev_document_factory_get_mime_types),
8744         (ev_document_factory_get_all_mime_types):
8745         * backend/ev-document-factory.h:
8746         * shell/Makefile.am:
8747         * shell/ev-document-types.c: (get_document_from_uri),
8748         (ev_document_types_get_document),
8749         (file_filter_add_mime_list_and_free),
8750         (ev_document_types_add_filters):
8751         * shell/ev-document-types.h:
8752         * shell/ev-job-xfer.c: (ev_job_xfer_run):
8753         * shell/ev-properties-dialog.c:
8754         (ev_properties_dialog_set_document):
8755         * shell/ev-window.c: (ev_window_cmd_file_open),
8756         (ev_window_cmd_save_as):
8757         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8758
8759         Rework document types managing to avoid code duplication
8760         and actually abstract from backend implementations.
8761         Also provide a minimal factory api that can be used by
8762         thumbnailer/properties.
8763
8764 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8765
8766         * properties/ev-properties-view.c: (ev_properties_view_set_info):
8767         Plug a mem leak.
8768         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8769         HIG spacings.
8770
8771 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8772
8773         * shell/ev-properties-dialog.c
8774         (ev_properties_dialog_set_document): only call
8775         ev_properties_fonts_set_document() if the document implements the
8776         fonts interface
8777
8778 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8779
8780         * configure.ac:
8781         * properties/Makefile.am:
8782         * properties/ev-properties-view.c:
8783         (ev_properties_view_register_type):
8784         * properties/ev-properties-view.h:
8785         * properties/ev-properties-main.h:
8786
8787         Implement nautilus plugin for properties.
8788         Works only for pdf atm, I need to rework the
8789         document types stuff to get this to work
8790         for all backends...
8791
8792 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8793
8794         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
8795         (ev_properties_fonts_set_document): use
8796         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
8797
8798 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8799
8800         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
8801         them
8802         (PlaceImage, tiff2ps_process_page): use
8803         g_ascii_dtostr to convert floats to strings in a locale-safe way.
8804
8805
8806 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8807
8808         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
8809         (main): to call gnome_authentication_manager_init. Should fix
8810         Bug #308510
8811
8812         * configure.ac: that requires libgnomeui 2.6.0.
8813
8814 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8815
8816         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8817         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
8818         use the new tiff2ps interfaces
8819
8820         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
8821         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
8822
8823         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
8824         structure instead of global variables.  Remove use of static
8825         variables in functions.
8826
8827 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
8828
8829         * shell/ev-page-action.c: unref the completion after setting it to the
8830         entry
8831
8832 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8833
8834         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
8835         postscript files
8836
8837 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8838
8839         * shell/ev-window.c (update_action_sensitivity): disable
8840         File->Print if the document does not implement the ps exporter
8841         interface
8842
8843 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
8844
8845         * Makefile.am:
8846         * configure.ac:
8847         * data/evince-properties.glade:
8848         * properties/.cvsignore:
8849         * properties/Makefile.am:
8850         * properties/ev-properties-view.c: (ev_properties_view_dispose),
8851         (ev_properties_view_class_init), (ev_properties_view_format_date),
8852         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
8853         (ev_properties_view_init), (ev_properties_view_new):
8854         * properties/ev-properties-view.h:
8855         * shell/Makefile.am:
8856         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
8857         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
8858         (ev_properties_dialog_new):
8859         * shell/ev-properties-dialog.h:
8860         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
8861         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
8862         (update_progress_label), (job_fonts_finished_cb),
8863         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
8864         * shell/ev-properties-fonts.h:
8865         * shell/ev-properties.c:
8866         * shell/ev-properties.h:
8867         * shell/ev-window.c: (ev_window_setup_document),
8868         (ev_window_cmd_file_properties):
8869
8870         Split the properties pages in two different objects, depend
8871         only on the backend where possible, use widgets instead
8872         of gobject for the glade part, reimplement the dialog
8873         itself with gtk.
8874         I need this to implement nautilus properties page.
8875
8876 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
8877
8878         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8879         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
8880         (tiff_document_document_ps_exporter_iface_init): implement the ps
8881         exporter interface for tiff documents
8882
8883         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
8884         libtiff to implement TIFF postscript export
8885
8886         * tiff/tiff2ps.h: added a header file for external tiff2ps
8887         functions.
8888
8889         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
8890         tiff2ps.h
8891
8892 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8893
8894         * shell/ev-view.c: (scroll_to_current_page),
8895         (ev_view_set_fullscreen), (ev_view_set_presentation):
8896         
8897         Scroll to current page when exit from presentation
8898
8899 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8900
8901         * shell/ev-window.c: (update_document_mode),
8902         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8903         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
8904         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
8905         
8906         Exit from fullscreen mode when switch to presentation. Fix for
8907         bug 309365
8908
8909 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8910
8911         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
8912         return NULL if the document does not implement the selection
8913         interface.
8914
8915 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8916
8917         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
8918         reported height by using the resolution aspect ratio
8919         (tiff_document_render_pixbuf): scale the pixbuf using the
8920         resolution aspect ratio
8921
8922 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8923
8924         * configure.ac:
8925         
8926         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
8927         <kiltedaco@gmail.com>
8928         
8929         * djvu/djvu-document.c: (djvu_document_get_orientation),
8930         (djvu_document_set_orientation), (djvu_document_get_page_size),
8931         (rotate_pixbuf), (djvu_document_render_pixbuf),
8932         (djvu_document_document_iface_init):
8933         * dvi/dvi-document.c: (dvi_document_get_orientation),
8934         (dvi_document_set_orientation), (dvi_document_get_page_size),
8935         (rotate_pixbuf), (dvi_document_render_pixbuf),
8936         (dvi_document_document_iface_init):
8937         
8938         Dvi and djvu backends are ported to new API
8939
8940 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
8941
8942         * backend/ev-selection.c: (ev_selection_get_selection_region),
8943         (ev_selection_get_selection_map):
8944         * backend/ev-selection.h:
8945         * pdf/ev-poppler.cc:
8946         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8947         * shell/ev-jobs.h:
8948         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8949         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8950         (ev_pixbuf_cache_get_text_mapping):
8951         * shell/ev-pixbuf-cache.h:
8952         * shell/ev-view.c: (location_in_text),
8953         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
8954         support to EvView.  Now we can see where we can select!  Sweet!
8955
8956 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8957
8958         * shell/ev-view.c (ev_view_button_press_event): Fix
8959         event->y + view->scroll_x typo.
8960
8961 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8962
8963         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
8964         sub-GdkPixbuf instead of passing dest_x and dest_y.
8965         
8966         * shell/ev-view.c: (view_point_to_doc_point),
8967         (view_rect_to_doc_rect), (ev_view_button_press_event),
8968         (ev_view_motion_notify_event), (compute_new_selection_rect),
8969         (gdk_rectangle_point_in), (compute_new_selection_text),
8970         (compute_selections): Update selection code to keep the selection
8971         around as two points and not as a normalized rectangle, and fix
8972         page level selection in two-column mode.
8973
8974 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
8975
8976         * shell/ev-window.c: (window_configure_event_cb): 
8977         
8978         Fix compilation
8979         
8980 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8981
8982         * pdf/ev-poppler.cc:
8983
8984         Fix compilation
8985
8986 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8987
8988         * shell/Makefile.am:
8989         * shell/ev-metadata-manager.c: (item_free),
8990         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
8991         (parse_value), (parseItem), (load_values),
8992         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
8993         (save_values), (save_item), (get_oldest), (resize_items),
8994         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
8995         * shell/ev-metadata-manager.h:
8996
8997         Metadata manager from gedit but modified to use GValue, so that
8998         we dont need to keep converting from strings.
8999
9000         * configure.ac:
9001
9002         ENABLE_METADATA conditional, on when dbus is on
9003
9004         * shell/ev-application.c: (ev_application_open_uri):
9005
9006         Show the window after load so that we can initialize
9007         window size before it's showed.
9008
9009         * shell/ev-window.c: (ev_window_setup_from_metadata),
9010         (ev_window_open_uri), (window_configure_event_cb),
9011         (ev_window_init):
9012
9013         Save and load metadata information about window size.
9014         Not yet keeping states in account.
9015
9016         * shell/main.c: (main):
9017
9018         Shutdown metadata manager.
9019
9020 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9021
9022         * shell/ev-application-service.xml:
9023         * configure.ac:
9024         * shell/Makefile.am:
9025         * shell/ev-application.c:
9026         * shell/ev-application.h:
9027         * shell/ev-window.c:
9028         * shell/ev-window.h:
9029         * shell/main.c:
9030
9031         Add an optional dbus interface (--enable-dbus).
9032         Rework application code, mainly to be easier to
9033         use "remotely".
9034         Do not open multiple windows with the same document,
9035         spatial evince!
9036
9037 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
9038
9039         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
9040         pixbuf iff it exists.
9041
9042 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
9043
9044         * shell/*:
9045         * backend/ev-render-context.[ch]:
9046         * backend/ev-selection.[ch]:
9047
9048         Massive changes.  We now support text selection of pdfs, and not
9049         just rectangular selection.  This is pretty broken still, but I
9050         want to get something into CVS.
9051
9052 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9053
9054         * pdf/ev-poppler.cc:
9055         
9056         Fix for Bug 309080: crash on window close.
9057         
9058         * shell/ev-page-action.c: (page_changed_cb):
9059         
9060         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
9061         jensgr@gmx.net (Jens Granseuer).
9062
9063 2005-06-25  Marcel Telka  <marcel@telka.sk>
9064
9065         * configure.in (ALL_LINGUAS): Added sk.
9066
9067 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
9068
9069         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
9070         not a document open
9071
9072 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9073
9074         * NEWS:
9075         * configure.ac:
9076
9077         Release 0.3.2
9078
9079         * cut-n-paste/recent-files/Makefile.am:
9080
9081         Fix make distcheck
9082
9083 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9084
9085         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
9086         (pixbuf_document_set_orientation), (rotate_pixbuf),
9087         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
9088         (pixbuf_document_document_iface_init), (pixbuf_document_init):
9089
9090         Implement rotation and cleanup the code a bit.
9091
9092         * tiff/tiff-document.c: (tiff_document_get_page_size),
9093         (tiff_document_get_orientation), (tiff_document_set_orientation),
9094         (rotate_pixbuf), (tiff_document_render_pixbuf),
9095         (tiff_document_document_iface_init), (tiff_document_init):
9096
9097         Implement rotation. Was the quicker solution for the release
9098         but we really need to share this code in the shell.
9099
9100 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9101
9102         * pdf/ev-poppler.cc:
9103
9104         Enable rotation, require poppler cvs. Fix a leak.
9105
9106 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9107
9108         * shell/ev-window.c: (update_action_sensitivity):
9109         
9110         Make properties unsensitive if document backend doesn't provide
9111         any info
9112
9113 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9114
9115         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
9116         (bitmap_flip_horizontally), (bitmap_flip_vertically),
9117         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
9118         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
9119         (bitmap_flip_rotate_counter_clockwise):
9120         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
9121         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
9122         (buff_gets):
9123         * dvi/mdvi-lib/common.h:
9124         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
9125         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
9126         (opendvi), (mdvi_reload), (mdvi_init_context),
9127         (mdvi_destroy_context), (mdvi_dopage), (special):
9128         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
9129         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
9130         (file_hash_free), (register_encoding), (parse_spec),
9131         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
9132         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
9133         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
9134         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
9135         (mdvi_register_font_type), (mdvi_unregister_font_type),
9136         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
9137         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
9138         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
9139         (mdvi_hash_destroy_key), (mdvi_hash_reset):
9140         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
9141         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
9142         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
9143         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
9144         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9145         * dvi/mdvi-lib/special.c: (mdvi_register_special),
9146         (mdvi_unregister_special), (mdvi_flush_specials):
9147         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
9148         (t1_font_remove):
9149         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
9150         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
9151         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
9152         (free_font_metrics), (flush_font_metrics):
9153         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
9154         (tt_font_remove):
9155         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
9156         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
9157         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
9158         (dstring_insert), (dstring_new), (dstring_reset):
9159         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
9160         
9161         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
9162         avoid conflict with libtool on FC4
9163         
9164         * shell/ev-window.c: (ev_window_cmd_help_about):
9165         
9166         Update copyright year. Fix for bug 308828.
9167
9168 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9169
9170         * shell/ev-view.c: (add_scroll_binding_keypad),
9171         (ev_view_binding_activated), (ev_view_class_init),
9172         (on_adjustment_value_changed):
9173         
9174         Bug 170874: Arrow keys switch pages in presentation mode
9175
9176 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9177
9178         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
9179         
9180         Fix for Bug 308265: Sidebar dissappears coming out of 
9181         Presentation mode
9182
9183 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9184
9185         * shell/ev-application.c: (ev_application_open):
9186         * shell/ev-document-types.c: (ev_document_types_add_filters),
9187         (ev_document_types_add_filters_for_type):
9188         * shell/ev-document-types.h:
9189         * shell/ev-window.c: (ev_window_cmd_save_as):
9190         
9191         Suggest basename as template when saving, provide filters
9192         for save dialog. It's bug 308402
9193
9194 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9195
9196         * pdf/ev-poppler.cc:
9197         * shell/ev-sidebar-links.c: (job_finished_callback):
9198         * shell/ev-view.c: (update_find_status_message):
9199         
9200         Some leaks fixed
9201
9202 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9203
9204         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9205         (egg_recent_view_uimanager_set_list):
9206
9207         Fix buglet in !show_numbers case.
9208
9209 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9210
9211         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9212         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9213
9214         Use pango ellipsisation.
9215
9216         * pdf/ev-poppler.cc:
9217
9218         Fix refcount leak, from nsh.
9219
9220 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9221
9222         * cut-n-paste/recent-files/Makefile.am:
9223         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9224         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9225         
9226         Removed EggRecentViewGtk
9227         
9228         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9229         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9230         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9231         (ev_window_setup_recent):
9232         
9233         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9234         with other projects
9235
9236 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9237
9238         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9239         (egg_recent_view_gtk_finalize):
9240
9241         Fix memory leak
9242
9243         * cut-n-paste/toolbar-editor/Makefile.am:
9244         
9245         Fix location of cursor icon.
9246         
9247         * pdf/ev-poppler.cc:
9248         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9249         (display_completion_text), (match_completion):
9250         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9251         (selection_changed_callback), (create_loading_model),
9252         (print_section_cb), (links_page_num_func),
9253         (update_page_callback_foreach):
9254         * shell/ev-window.c: (ev_window_dispose):
9255         
9256         Small memory fixes. Links model now store objects instead
9257         of pointers to improve memory management. 
9258
9259 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9260
9261         * shell/ev-window.c: (zoom_control_changed_cb):
9262         
9263         Fix update of zoom control (bug 308268).
9264
9265 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9266
9267         * shell/ev-properties.c (set_property): escape the text correctly.
9268         Handles non-UTF-8 properties and escaped properties.  Also, sets
9269         the text to "<i>None</i>" if the property isn't set.
9270
9271         * data/evince-properties.glade: Change the label to be ellipsized,
9272         and give it a minimum size.
9273
9274 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9275
9276         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9277         * shell/ev-sidebar-links.c: (create_loading_model):
9278         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9279         * shell/ev-view.c: (ev_view_set_document):
9280         * shell/ev-window.c: (ev_window_dispose):
9281         
9282         Various small fixes, mostly memory leaks. Thanks to valgrind.
9283
9284 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9285
9286         * ps/ps-document.c: remove the locale.h include again ;-). And
9287         kill the (bogus) setlocale/savelocale business.
9288
9289 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9290
9291         * ps/ps-document.c:
9292         
9293         Include locale.h to fix build
9294         
9295         * shell/ev-sidebar.c:
9296         
9297         Remove unnecessary includes
9298
9299 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9300
9301         * dvi/dvi-document.c: (dvi_document_load):
9302         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9303         * po/POTFILES.in:
9304         
9305         Check for incorrect dvi files. Fix parsing dvi on AMD64
9306         platform. Thanks to tester@tester.ca (Olivier Crete).
9307
9308 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9309
9310         * shell/ev-page-action.c: (match_selected_cb),
9311         (display_completion_text), (match_completion), (update_model):
9312         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9313         (expand_open_links):
9314         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9315         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9316         (ev_sidebar_set_document):
9317         * shell/ev-window.c: (ev_window_xfer_job_cb),
9318         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9319         
9320         Fixed lot's of memory leaks, for example, memory leak on reload, 
9321         described in bug 307793.
9322
9323 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9324
9325         * pdf/ev-poppler.cc:
9326         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9327         (update_visible_range), (adjustment_changed_cb),
9328         (ev_sidebar_thumbnails_fill_model),
9329         (ev_sidebar_thumbnails_refresh),
9330         (ev_sidebar_tree_selection_changed),
9331         (ev_sidebar_icon_selection_changed),
9332         (ev_sidebar_thumbnails_use_icon_view),
9333         (ev_sidebar_thumbnails_set_document):
9334         * shell/ev-sidebar-thumbnails.h:
9335         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9336         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9337
9338         Refresh thumbnails when changing orientation. Not fully
9339         working yet becuase of a sidebar bug.
9340
9341         Set page orientation to poppler page everywhere. This sucks
9342         really need to fix poppler.
9343
9344 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9345
9346         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9347         (egg_recent_view_gtk_new_menu_item),
9348         (egg_recent_view_gtk_set_property),
9349         (egg_recent_view_gtk_get_property),
9350         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9351         (egg_recent_view_gtk_set_tooltip_func),
9352         (egg_recent_view_gtk_set_label_width),
9353         (egg_recent_view_gtk_get_label_width):
9354         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9355
9356         Sync with libegg (ellipsize labels)
9357
9358 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9359
9360         * data/evince-ui.xml:
9361         * shell/ev-window.c: (ev_window_cmd_go_forward),
9362         (ev_window_cmd_go_backward):
9363         
9364         Shift + PageUp moves 10 Pages. Fix for 306125
9365
9366 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9367
9368         * pdf/ev-poppler.cc:
9369
9370         Add a flag to check if orientation has been overriden
9371
9372 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9373
9374         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9375         field if necessary.
9376
9377         * ps/ps.h: add creator field to document.
9378
9379         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9380         set creator field.
9381
9382 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9383
9384         * data/evince-properties.glade:
9385         * shell/ev-properties.c: (ev_properties_set_document):
9386
9387         s/PDF Version/Format
9388
9389 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9390
9391         * shell/ev-properties.c: (ev_properties_set_document):
9392
9393         Remove unnecessary translations
9394
9395 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9396
9397         * cut-n-paste/toolbar-editor/Makefile.am:
9398
9399         Correct library name    
9400
9401 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9402
9403         * configure.ac:
9404         * cut-n-paste/recent-files/egg-recent-model.c:
9405         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9406         (egg_recent_model_unlock_file):
9407         * cut-n-paste/recent-files/egg-recent-util.c:
9408         (egg_recent_util_get_unique_id):
9409         * cut-n-paste/recent-files/update-from-egg.sh:
9410         * cut-n-paste/toolbar-editor/Makefile.am:
9411         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9412         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9413         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9414         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9415         (egg_toolbars_model_get_type):
9416         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9417
9418         Better makefile for toolbar editor and update everything
9419         to latest libegg.
9420
9421 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9422
9423         * shell/ev-window.c: (update_document_mode):
9424
9425         Prefer presentation mode when the document
9426         require fullscreen.
9427
9428 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9429
9430         * data/evince-ui.xml:
9431         * shell/ev-window.c:
9432
9433         Add control-equal for zooming
9434
9435 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9436
9437         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9438
9439 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9440
9441         * backend/ev-document.c: (ev_document_get_orientation):
9442         * backend/ev-document.h:
9443         * pdf/ev-poppler.cc:
9444         * ps/ps-document.c: (ps_document_get_orientation),
9445         (ps_document_set_orientation), (ps_document_document_iface_init):
9446
9447         Add a get_orientation api. Improve set_orientation.
9448
9449         * data/evince-ui.xml:
9450         * shell/ev-view.c: (ev_view_set_orientation),
9451         (ev_view_rotate_right), (ev_view_rotate_left):
9452         * shell/ev-view.h:
9453         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9454         (ev_window_cmd_edit_rotate_right):
9455
9456         Better ui for changing document orientation
9457
9458 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9459
9460         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9461         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9462         * shell/ev-sidebar-links.h:
9463         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9464         (ev_sidebar_page_iface_init):
9465         * shell/ev-sidebar-page.h:
9466         * shell/ev-sidebar-thumbnails.c:
9467         (ev_sidebar_thumbnails_get_property),
9468         (ev_sidebar_thumbnails_class_init),
9469         (ev_sidebar_thumbnails_set_document):
9470         * shell/ev-sidebar-thumbnails.h:
9471         * shell/ev-view.c: (ev_view_motion_notify_event):
9472         * shell/ev-window.c: (update_chrome_visibility),
9473         (ev_window_cmd_focus_page_selector),
9474         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9475         (sidebar_page_main_widget_update_cb), (ev_window_init):
9476         
9477         Autoraise toolbar on GoToPage binding and fix bindings in
9478         EvSidebarThumbnails page.
9479
9480 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9481
9482         * shell/ev-properties.c: (update_progress_label):
9483
9484         Hide the progress label when finished; bug #307697.
9485
9486 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9487
9488         * pdf/ev-poppler.cc:
9489
9490         Enable is_open for links, you will need poppler cvs
9491
9492         * shell/ev-properties.c: (job_fonts_finished_cb):
9493
9494         Get a lock on the document when filling the tree view
9495
9496 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9497
9498         * backend/ev-document-links.h:
9499         * pdf/ev-poppler.cc:
9500         * shell/ev-sidebar-links.c: (create_loading_model),
9501         (expand_open_links), (job_finished_callback):
9502
9503         Expand links when specified by the document.
9504         Depend on a poppler api (defined out for now)
9505
9506 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9507
9508         * shell/ev-properties.c: (ev_properties_dispose),
9509         (ev_properties_class_init), (dialog_destroy_cb),
9510         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9511         (ev_properties_set_document), (ev_properties_new),
9512         (ev_properties_show):
9513         * shell/ev-properties.h:
9514
9515         Make it an object, cleanup the code, api to show it as transient
9516         and to set the document.
9517
9518         * shell/ev-window.c: (ev_window_setup_document),
9519         (ev_window_cmd_file_properties):
9520
9521         Adapt to EvProperties changes, do not show multiple
9522         times, update it when document changes.
9523
9524 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9525
9526         * ps/gstypes.h:
9527         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9528         (ps_document_set_orientation), (ps_document_document_iface_init):
9529         * ps/ps-document.h:
9530
9531         Implement orientation here too
9532
9533         * shell/ev-properties.c: (ev_properties_new):
9534         * data/evince-properties.glade:
9535
9536         Hide the fonts page for backends that doesnt
9537         support it.     
9538
9539 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9540
9541         * backend/ev-document.c: (ev_document_set_orientation):
9542         * backend/ev-document.h:
9543         * pdf/ev-poppler.cc:
9544
9545         Add orientation api. Currently poppler api is not optimal,
9546         we need to set orientation every time we _get a page.
9547         I will try to fix that at some point.
9548
9549         * data/evince-ui.xml:
9550         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
9551         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
9552
9553         Add orientation menu items
9554
9555         * shell/ev-page-cache.c: (ev_page_cache_clear):
9556         * shell/ev-page-cache.h:
9557
9558         Add api to clear the cache
9559
9560         * shell/ev-view.c: (setup_caches), (clear_caches),
9561         (ev_view_set_document), (ev_view_zoom_out),
9562         (ev_view_set_orientation):
9563         * shell/ev-view.h:
9564
9565         Implement orientation changing
9566
9567 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
9568
9569         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
9570         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
9571         * backend/ev-document-fonts.h:
9572
9573         Separate scan and fill so that we can incrementally fill from
9574         the main thread. Add a progress api.
9575
9576         * data/evince-properties.glade:
9577         * pdf/ev-poppler.cc:
9578         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
9579         * shell/ev-jobs.h:
9580         * shell/ev-properties.c: (update_progress_label),
9581         (job_fonts_finished_cb), (setup_fonts_view):
9582
9583         Incrementally feel the list and show the progress
9584         percentage in a label like acrobat does.
9585
9586         You are going to need poppler cvs
9587
9588 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
9589
9590         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
9591         * backend/ev-document-fonts.h:
9592         * pdf/ev-poppler.cc:
9593
9594         Make fonts model fill incrementally.
9595
9596         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
9597         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
9598         (ev_job_queue_remove_job):
9599         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
9600         (ev_job_fonts_new), (ev_job_fonts_run):
9601         * shell/ev-jobs.h:
9602
9603         New job for fonts scanning
9604
9605         * shell/ev-properties.c: (job_fonts_finished_cb),
9606         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
9607         * shell/ev-properties.h:
9608         * shell/ev-window.c: (ev_window_cmd_file_properties):
9609
9610         Incrementally feel the treeview using the new job. Show Loading...
9611         message until scanning is completed.
9612
9613         Hopefully I didnt break the build without the poppler patch.
9614
9615 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9616
9617         * shell/ev-application.c: (ev_application_open):
9618         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
9619         (ev_document_type_get_type), (ev_document_type_lookup):
9620         * shell/ev-document-types.h:
9621         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
9622         * shell/ev-job-xfer.h:
9623         * shell/ev-window.c: (ev_window_clear_local_uri),
9624         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
9625         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
9626         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9627         
9628         Transfer remote documents to tmp directory to display them later.
9629
9630 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
9631
9632         * backend/ev-document-info.h:
9633         * shell/ev-properties.c: (ev_properties_new):
9634
9635         s/GTime*/GTime. Not sure why we was using a pointer
9636         at all there!
9637
9638 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
9639
9640         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
9641         situations.  That situation is that you're using GTK+-HEAD with
9642         the patch at #306726 is applied, and you have a document with <
9643         1500 pages in it.  It's not quite as uniformly nice as the
9644         TreeView, but should be better in the long run.
9645
9646         I'm pretty sure I guarded against breaking compilation with
9647         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
9648         I missed some.
9649
9650         * shell/ev-window.c (ev_window_init): We don't have our tree/list
9651         widget yet, so I commented that code out
9652         enable_view_actions_for_widget() for now.  Need to figure this
9653         out.
9654
9655         * shell/ev-page-action.c (match_selected_cb): emit the right
9656         signals.  Our cool C-l completion now works.
9657
9658 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9659
9660         * backend/Makefile.am:
9661         * backend/ev-document-fonts.c:
9662         * backend/ev-document-links.c:
9663         * backend/ev-document.c: (ev_document_load):
9664         * backend/ev-document.h:
9665         * backend/ev-job-queue.c:
9666         * backend/ev-job-queue.h:
9667         * backend/ev-jobs.c:
9668         * backend/ev-jobs.h:
9669         * backend/ev-page-cache.c:
9670         * backend/ev-page-cache.h:
9671
9672         EvPageCache and EvJobs are moved to shell.
9673
9674         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
9675         (ev_tmp_filename):
9676         * lib/ev-file-helpers.h:
9677         
9678         New helper to work with temporary files
9679         
9680         * shell/Makefile.am:
9681         * shell/ev-application.c: (ev_application_open):
9682         * shell/ev-application.h:
9683         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
9684         (remove_job_from_async_queue), (add_job_to_async_queue),
9685         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
9686         (handle_job), (search_for_jobs_unlocked),
9687         (no_jobs_available_unlocked), (ev_render_thread),
9688         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9689         (ev_job_queue_add_job), (move_job_async), (move_job),
9690         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9691         * shell/ev-job-queue.h:
9692         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
9693         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
9694         * shell/ev-job-xfer.h:
9695         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9696         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9697         (ev_job_links_class_init), (ev_job_render_init),
9698         (ev_job_render_dispose), (ev_job_render_class_init),
9699         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9700         (ev_job_thumbnail_class_init), (ev_job_load_init),
9701         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
9702         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9703         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
9704         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
9705         * shell/ev-jobs.h:
9706         * shell/ev-page-action.c: (ev_page_action_set_document):
9707         * shell/ev-page-cache.c: (ev_page_cache_init),
9708         (ev_page_cache_class_init), (ev_page_cache_finalize),
9709         (ev_page_cache_new), (ev_page_cache_get_n_pages),
9710         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9711         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
9712         (ev_page_cache_get_title), (ev_page_cache_get_size),
9713         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9714         (ev_page_cache_get_height_to_page),
9715         (ev_page_cache_get_max_label_chars),
9716         (ev_page_cache_get_page_label),
9717         (ev_page_cache_has_nonnumeric_page_labels),
9718         (ev_page_cache_get_info), (ev_page_cache_next_page),
9719         (ev_page_cache_prev_page), (ev_page_cache_get):
9720         * shell/ev-page-cache.h:
9721         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
9722         (ev_pixbuf_cache_clear_job_sizes),
9723         (ev_pixbuf_cache_add_jobs_if_needed),
9724         (ev_pixbuf_cache_set_page_range):
9725         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
9726         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
9727         * shell/ev-sidebar-thumbnails.c:
9728         (ev_sidebar_tree_selection_changed),
9729         (ev_sidebar_thumbnails_set_document):
9730         * shell/ev-statusbar.c: (ev_statusbar_destroy),
9731         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
9732         (ev_statusbar_get_context_id), (ev_statusbar_push),
9733         (ev_statusbar_pop), (ev_statusbar_set_maximized),
9734         (ev_statusbar_pulse), (ev_statusbar_show_progress),
9735         (ev_statusbar_set_progress):
9736         * shell/ev-statusbar.h:
9737         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
9738         (ev_view_find_previous):
9739         * shell/ev-window.c: (ev_window_is_empty),
9740         (ev_window_setup_document), (password_dialog_response),
9741         (ev_window_clear_jobs), (ev_window_load_job_cb),
9742         (ev_window_xfer_job_cb), (ev_window_open_uri),
9743         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
9744         (ev_window_print), (ev_window_print_range),
9745         (ev_window_state_event), (ev_window_cmd_view_reload),
9746         (menu_item_select_cb), (menu_item_deselect_cb),
9747         (view_status_changed_cb), (ev_window_dispose),
9748         (drag_data_received_cb), (ev_window_init):
9749         * shell/ev-window.h:
9750         * shell/main.c: (load_files):
9751         
9752         New statusbar to show progress on idle. Two new jobs - 
9753         xfer job and load job to load document in background. And update
9754         of page_cache clients to new location of code.
9755
9756 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
9757
9758         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
9759         selection in open dialog. It also remembers the last visited directory 
9760         in the current session.
9761
9762 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9763
9764         * shell/ev-properties.c: (ev_properties_new):
9765         * shell/ev-properties.h:
9766         * shell/ev-window.c: (ev_window_cmd_file_properties):
9767         
9768         Get document info from page cache instead of document itself.
9769         This should fix crash related to race conditions described in
9770         bug 306545.
9771
9772 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9773
9774         * ps/ps-document.c: (ps_document_init),
9775         (send_ps), (get_page_box), (output), (catchPipe), (input),
9776         (stop_interpreter), (file_length), (file_readable),
9777         (check_filecompressedb), (ps_document_enable_interpreter),
9778         (document_load), (ps_async_renderer_render_pixbuf):
9779         * ps/ps-document.h:
9780
9781         Big cleanup of the ps code
9782
9783 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9784
9785         * backend/Makefile.am:
9786         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
9787         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
9788         * backend/ev-async-renderer.h:
9789
9790         Add an async renderer interface (method + callback) which
9791         is useful for backends like ps.
9792
9793         * backend/ev-job-queue.c: (remove_job_from_async_queue),
9794         (add_job_to_async_queue), (job_finished_cb), (handle_job),
9795         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9796         (ev_job_queue_add_job), (move_job_async), (move_job),
9797         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9798
9799         Add queues for async renderer, these are executed on the
9800         main thread.
9801
9802         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
9803         (ev_job_render_run):
9804         * backend/ev-jobs.h:
9805
9806         If the backend support async renderer interface use it.
9807
9808         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9809         (setup_pixmap), (ps_document_get_type),
9810         (ps_async_renderer_render_pixbuf),
9811         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
9812
9813         Implement async renderer interface.
9814
9815 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9816
9817         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
9818
9819         Cleanup links job on exit.
9820
9821 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9822
9823         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9824         (drag_data_get_cb), (drag_data_received_cb):
9825         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9826         (drag_data_get_cb), (parse_item_list),
9827         (egg_toolbar_editor_load_actions):
9828         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9829         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
9830         (parse_item_list), (parse_toolbars):
9831         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9832         (dvi_pixbuf_put_pixel):
9833         
9834         Fix gcc 4.0 warnings
9835
9836 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9837
9838         * ps/ps-document.c: (start_interpreter):
9839
9840         Fix warning when loading ps
9841
9842 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9843
9844         * ps/ps-document.c: (output):
9845
9846         Fix crash when priting gs error messages.
9847
9848 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9849
9850         * backend/ev-page-cache.c: (_ev_page_cache_new):
9851         * backend/ev-page-cache.h:
9852
9853         Use a const to return title so that we dont double
9854         free it. Small cleanup and fix a leak.
9855
9856         * shell/ev-window.c: (update_window_title):
9857
9858         strdup value from get_title.
9859
9860 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9861
9862         * shell/ev-sidebar-links.c: (job_finished_callback),
9863         (ev_sidebar_links_set_document):
9864
9865         Cleanup the old job when changing document
9866
9867 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9868
9869         * shell/ev-stock-icons.c:
9870         * shell/ev-stock-icons.h:
9871         * shell/ev-window.c:
9872         
9873         Add stock icons for actions that can appear in toolbar. Fix for
9874         bug 306566.
9875
9876 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9877
9878         * backend/ev-page-cache.c: (ev_page_cache_finalize),
9879         (_ev_page_cache_new), (ev_page_cache_get_max_width),
9880         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
9881         * backend/ev-page-cache.h:
9882         * shell/ev-view.c: (scroll_to_current_page),
9883         (view_update_range_and_current_page), (get_page_y_offset),
9884         (get_page_extents), (ev_view_size_request_continuous_dual_page),
9885         (ev_view_size_request_continuous),
9886         (ev_view_zoom_for_size_continuous_and_dual_page),
9887         (ev_view_zoom_for_size_continuous):
9888         
9889         More compact EvView layout in document with pages of different size.
9890
9891 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
9892
9893         * shell/ev-window.c (ev_window_cmd_file_properties): fix
9894         compilation.
9895
9896 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9897
9898         * shell/ev-view.c: (view_set_adjustment_values):
9899         * shell/ev-window.c: (ev_window_cmd_file_properties):
9900         
9901         A bit different fix for rounding problem but it has no
9902         problems on startup. Make properties window transient to parent.
9903
9904 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9905
9906         * pdf/ev-poppler.cc:
9907         
9908         More commenting of font stuff.
9909
9910 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9911
9912         * pdf/ev-poppler.cc:
9913
9914         Comment out some more fonts stuff. Should really
9915         work without the poppler patch now.
9916
9917 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9918
9919         * pdf/ev-poppler.cc:
9920
9921         Adapt to api change
9922
9923 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9924
9925         * data/evince-properties.glade:
9926         * pdf/ev-poppler.cc:
9927         * shell/ev-properties.c: (setup_fonts_view):
9928
9929         Set the column title. Show the dialog only
9930         once everything is setup.
9931         Getting font info can be very slow... will
9932         prolly need to make this threaded too.
9933
9934 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9935
9936         * backend/Makefile.am:
9937         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
9938         (ev_document_fonts_get_fonts_model):
9939         * backend/ev-document-fonts.h:
9940         * data/evince-properties.glade:
9941         * pdf/ev-poppler.cc:
9942         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
9943         * shell/ev-properties.h:
9944         * shell/ev-window.c: (ev_window_cmd_file_properties):
9945
9946         Implement fonts list. Defined out for now, since it depends
9947         on a not yet committed poppler patch.
9948
9949 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
9950
9951         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
9952         page + 1.
9953
9954         * shell/ev-window.c: Make sure we add the timeout when we get a
9955         focus-in event.
9956
9957         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
9958         adjustment->value before calculating the zoom factor to average
9959         out all of our rounding errors.  The page no longer 'drifts' when
9960         resizing.
9961
9962 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9963
9964         * data/evince-properties.glade:
9965         * shell/ev-properties.c: (ev_properties_format_date),
9966         (set_property):
9967         
9968         Labels don't expand when the dialogue is resized.
9969         strftime result needs to be converted to UTF-8. Thanks
9970         to Christian Persch <chpe@gnome.org>.
9971
9972 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9973
9974         * data/evince-properties.glade:
9975
9976         Hide the fonts tab
9977
9978 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9979
9980         * backend/ev-document-info.h:
9981         * backend/ev-document.c: (ev_document_info_free):
9982         * data/evince-properties.glade:
9983         * pdf/ev-poppler.cc:
9984         * ps/ps-document.c: (ps_document_get_info):
9985         * shell/ev-properties.c: (ev_properties_format_date),
9986         (set_property), (ev_properties_new):
9987         * shell/ev-properties.h:
9988         * shell/ev-window.c: (ev_window_cmd_file_properties):
9989
9990         Rework properties code to take only EvPropertyInfo
9991         in the constructor so that it can be useful for
9992         nautilus plugin too.
9993
9994         Deal with backends that doesnt support some properties.
9995         Make set property code generic.
9996
9997 2005-06-04  Christian Persch <chpe@gnome.org>
9998
9999         * data/evince-properties.glade:
10000
10001         fix spacings, make resizeable, and make data labels
10002         selectable + ellipsised
10003
10004 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
10005
10006         * backend/ev-document-info.h:
10007         * data/Makefile.am:
10008         * data/evince-ui.xml:
10009         * pdf/ev-poppler.cc:
10010         * shell/Makefile.am:
10011         * shell/ev-window.c: (update_action_sensitivity),
10012         (ev_window_cmd_file_properties):
10013
10014         Initial go at file properties. Patch by
10015         Emil Soleyman-Zomalan <emil@soleyman.com>.
10016         Needs love see #169583
10017
10018 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
10019
10020         * ps/ps-document.c: (output):
10021         * ps/ps.c: (psscan):
10022
10023         Try to render even if psscan fails.
10024
10025 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10026
10027         * ps/ps.c: (psscan), (pscopydoc):
10028
10029         Port buffered reading code from gv
10030
10031 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10032
10033         * ps/ps-document.c: (interpreter_message), (output):
10034
10035         Do not fail on interpreter messages
10036
10037 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10038
10039         * backend/ev-document-misc.c:
10040         (ev_document_misc_get_thumbnail_frame):
10041
10042         Pages can be 0 x 0, dont assert on this case
10043
10044 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10045
10046         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10047         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
10048
10049         Correctly manage our reference on document. Finally the reload
10050         huge leak is gone...
10051
10052 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10053
10054         * ps/ps-document.c: (ps_document_dispose):
10055
10056         Forgot to chain it to the parent. Thanks chpe.
10057
10058 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10059
10060         * ps/ps-document.c: (ps_document_dispose),
10061         (ps_document_class_init), (stop_interpreter), (document_load):
10062
10063         Cleanup dispose a bit. Dont leak the whole pixmap.
10064
10065 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10066
10067         * pdf/ev-poppler.cc:
10068
10069         Release the poppler document on dispose
10070
10071 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10072
10073         * shell/ev-view.c: (ev_view_set_document):
10074
10075         Release ref on the pixbuf cache when changing
10076         document.
10077
10078 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10079
10080         * ps/ps-document.c: (ps_document_get_info):
10081
10082         Fix a double free
10083
10084 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10085
10086         * backend/ev-page-cache.c: (ev_page_cache_init),
10087         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
10088         * backend/ev-page-cache.h:
10089         * shell/ev-page-action.c: (page_changed_cb):
10090         
10091         Set page action entry width depending on labels width. Fix
10092         for bug 305202.
10093
10094 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
10095
10096         * backend/ev-link.c: (ev_link_class_init):
10097
10098         Allow -1 as page value (error)
10099
10100 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10101
10102         * shell/ev-sidebar-thumbnails.c:
10103         (ev_sidebar_thumbnails_set_document):
10104         * shell/ev-view.c: (scroll_to_current_page),
10105         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
10106         (page_changed_cb), (on_adjustment_value_changed),
10107         (ev_view_set_document):
10108
10109         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
10110         Fix bug 305377
10111
10112 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10113
10114         * configure.ac:
10115         * djvu/djvu-document.c: (djvu_document_get_page_size):
10116
10117         Require djvulibre CVS. Now djvu loading is much faster. Fix for
10118         bug 301993.
10119
10120 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
10121
10122         * shell/ev-view.c (draw_one_page): modify the expose handling to
10123         get the shadows.
10124
10125         * shell/ev-window.c (update_action_sensitivity): Respect
10126         permissions field.  Kowtow to the man.
10127
10128         * pdf/ev-poppler.cc: Get the permissions field.
10129
10130         * tiff/*c: Make a tiny bit more robust.
10131
10132 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10133
10134         * djvu/djvu-document.c:
10135         
10136         Pop messages from djvu context message queue.
10137
10138 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10139
10140         * configure.ac, Makefile.am, shell/Makefile.am:
10141         * tiff/Makefile.am, shell/ev-document-types.c:
10142         
10143         Cleanup tiff configure checks. Fix for bug 305218.
10144
10145 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
10146
10147         * configure.ac: Added "uk" to ALL_LINGUAS.
10148
10149 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10150
10151         * cut-n-paste/zoom-control/ephy-zoom.c:
10152         (ephy_zoom_get_changed_zoom_level):
10153         * cut-n-paste/zoom-control/ephy-zoom.h:
10154         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
10155         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
10156         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10157         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
10158         (zoom_control_changed_cb), (ev_window_init):
10159         
10160         Fix minor points related to moving best fit up. Introduce
10161         "zoom" property and make zoom control change it's value on
10162         notify::zoom signals. Fix for 305080.
10163
10164 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10165
10166         * data/evince-ui.xml:
10167         * shell/ev-window.c: (set_view_actions_sensitivity):
10168         
10169         Use + and - as accels for zoom in and zoom out. Fix for 305001.
10170
10171 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10172
10173         * configure.ac:
10174
10175         Depends on poppler 0.3.2
10176
10177 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10178
10179         * cut-n-paste/recent-files/egg-recent-item.c:
10180         (egg_recent_item_get_short_name):
10181         * cut-n-paste/toolbar-editor/Makefile.am:
10182         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10183         (new_pixbuf_from_widget):
10184         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10185         * cut-n-paste/toolbar-editor/egg-marshal.c:
10186         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10187         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10188
10189         Sync
10190
10191 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10192
10193         * tiff/tiff-document.c: Rough TIFF backend.
10194
10195 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10196
10197         * NEWS:
10198         * configure.ac:
10199         * cut-n-paste/toolbar-editor/Makefile.am:
10200
10201         Release 0.3.1
10202
10203 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10204
10205         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10206         (ev_view_find_next), (ev_view_find_previous):
10207
10208         Remove the locks around get_n_results   
10209
10210 2005-05-21  Juerg Billeter  <j@bitron.ch>
10211
10212         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10213
10214         Pass correct number of pages to poppler.
10215
10216 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10217
10218         * configure.ac:
10219         * data/Makefile.am:
10220         * data/evince.desktop.in: 
10221         * data/evince.desktop.in.in:
10222         * po/POTFILES.in:
10223         
10224         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10225
10226 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10227
10228         * shell/ev-view.c: (view_update_adjustments),
10229         (view_set_adjustment_values): cast adjustmen->value to (int)
10230         before using it.  Otherwise, we get off by a pixel in some
10231         situations.
10232
10233         (draw_one_page): Draw the border on expose.
10234
10235 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10236
10237         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10238         adjustment when the mode changes, #304923
10239
10240 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10241
10242         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10243         flickering on resize but still use gdk_window_scroll on
10244         scrolling
10245
10246 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10247
10248         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10249         option, #170458
10250
10251 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10252
10253         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10254         second page on page_changed if possible, #304669
10255
10256 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10257
10258         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10259         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10260
10261 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10262
10263         * .cvsignore:
10264         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10265         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10266         (ev_view_zoom_for_size_presentation),
10267         (ev_view_zoom_for_size_continuous_and_dual_page),
10268         (ev_view_zoom_for_size_continuous),
10269         (ev_view_zoom_for_size_dual_page),
10270         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10271         * shell/ev-view.h:
10272         * shell/ev-window.c: (update_view_size),
10273         (ev_window_sizing_mode_changed_cb):
10274
10275         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10276         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10277         an infinite loop, #304769
10278
10279
10280 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10281
10282         * data/evince-ui.xml:
10283         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10284         * shell/ev-window.c: (set_view_actions_sensitivity):
10285
10286         Make PgUp/Down behave like Space
10287
10288 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10289
10290         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10291         * backend/ev-ps-exporter.h:
10292         * pdf/ev-poppler.cc:
10293         * ps/ps-document.c: (ps_document_ps_export_begin):
10294         * shell/ev-print-job.c: (idle_print_handler):
10295
10296         Adapt to new poppler api
10297
10298 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10299
10300         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10301         (ephy_zoom_control_init):
10302
10303         Translate zoom levels
10304
10305 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10306
10307         * cut-n-paste/zoom-control/ephy-zoom.c:
10308         (ephy_zoom_get_zoom_level_index):
10309
10310         Fix current zoom -> zoom control match
10311
10312 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10313
10314         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10315         rather than the scrolled_window that it's in. Fixes bug #304655.
10316
10317 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10318
10319         * shell/ev-view.c: (view_update_adjustments),
10320         (view_set_adjustment_values), (view_update_range_and_current_page),
10321         (view_scroll_to_page), (set_scroll_adjustment),
10322         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10323         (ev_view_scroll), (ev_view_scroll_view),
10324         (ensure_rectangle_is_visible), (find_page_at_location),
10325         (get_link_at_location), (go_to_link), (status_message_from_link),
10326         (ev_view_size_request_continuous_dual_page),
10327         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10328         (ev_view_unrealize), (ev_view_expose_event),
10329         (ev_view_button_press_event), (ev_view_motion_notify_event),
10330         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10331         (draw_rubberband), (highlight_find_results), (draw_one_page),
10332         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10333         (ev_view_init), (find_changed_cb), (page_changed_cb),
10334         (on_adjustment_value_changed), (ev_view_new),
10335         (ev_view_set_document), (ev_view_set_zoom),
10336         (ev_view_set_continuous), (ev_view_set_dual_page),
10337         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10338         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10339         (ev_view_zoom_for_size_presentation),
10340         (ev_view_zoom_for_size_continuous_dual_page),
10341         (ev_view_zoom_for_size_continuous),
10342         (ev_view_zoom_for_size_dual_page),
10343         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10344         (ev_view_get_status), (ev_view_set_status),
10345         (update_find_status_message), (ev_view_get_find_status),
10346         (ev_view_set_find_status), (jump_to_find_result),
10347         (jump_to_find_page), (compute_selections), (clear_selection),
10348         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10349         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10350         (ev_view_update_primary_selection),
10351         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10352         * shell/ev-view.h:
10353         * shell/ev-window.c: (ev_window_open_page_label),
10354         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10355         (ev_window_init):
10356         * shell/ev-window.h:
10357         * shell/main.c: (load_files):
10358
10359         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10360         when resizing.  Remove the bin_window().  Also, patch from James
10361         Bowes to fix command line page, #300641
10362         
10363 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10364
10365         * data/evince-ui.xml:
10366         * shell/ev-view.c:
10367         * shell/ev-view.h:
10368         * shell/ev-window.c: (update_action_sensitivity):
10369
10370         Get rid of View->Normal Size, it's just confusing
10371
10372 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10373
10374         * backend/ev-document-info.h:
10375         * backend/ev-document.c: (ev_document_info_free): Free the
10376         EvDocumentInfo.
10377
10378         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10379         (clear_range), (add_range), (update_visible_range),
10380         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10381         (ev_sidebar_thumbnails_set_document):
10382         * shell/ev-window.c: (ev_window_setup_document): Only render the
10383         visible thumbnails.  It takes an instant to render, but it uses
10384         much less memory.
10385
10386 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10387
10388         * shell/ev-sidebar-links.c: (popup_menu_cb):
10389
10390         Select first item
10391
10392 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10393
10394         * lib/Makefile.am:
10395         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10396         (button_press_cb), (ev_sidebar_links_construct):
10397
10398         Show the popup menu also on keybindings
10399
10400 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10401
10402         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10403         * shell/ev-window.h:
10404
10405         Expose api to print a range (with dialog). Make private _print use
10406         it.
10407
10408         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10409         (ev_sidebar_links_construct):
10410
10411         Show a print context menu on linkx, it prints the selected
10412         section.
10413
10414 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10415
10416         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10417         button.
10418
10419 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10420
10421         * AUTHORS:
10422
10423         Update
10424
10425         * shell/ev-window.c: (build_comments_string),
10426         (ev_window_cmd_help_about):
10427
10428         Show poppler version/backend and authors
10429
10430 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10431
10432         * cut-n-paste/zoom-control/ephy-zoom.c:
10433         (ephy_zoom_get_zoom_level_index):
10434         * cut-n-paste/zoom-control/ephy-zoom.h:
10435
10436         Move the best fit items at the top of the list
10437
10438 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10439
10440         * shell/ev-marshal.list:
10441         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10442         (activate_cb), (match_selected_cb), (activate_link_cb),
10443         (connect_proxy), (ev_page_action_class_init):
10444         * shell/ev-page-action.h:
10445
10446         Use signals to notify action activation. Hopefully
10447         I did not break completion since I cant test...
10448
10449         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10450         (register_custom_actions):
10451
10452         Connect to page selector actions and also grab focus on
10453         the view when activated.
10454
10455 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10456
10457         * pdf/ev-poppler.cc:
10458         * backend/ev-page-cache.c: make page size calculation consistent
10459         and set it to (int)( width * scale + 0.5).  This makes the weird
10460         line going through the middle of the page go away.
10461
10462         * shell/ev-view.c: move painting the background page after
10463         checking the expose area covers us.
10464
10465 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10466
10467         * data/evince-password.glade:
10468         
10469         Mark labels as not translatable. Fix for bug 302842.
10470
10471 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10472
10473         * configure.ac: Added "es" to ALL_LINGUAS.
10474
10475 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10476
10477         * data/evince-toolbar.xml:
10478         * shell/ev-window.c: (update_action_sensitivity),
10479         (ev_window_setup_document), (ev_window_set_page_mode),
10480         (ev_window_init):
10481
10482         Remove some leftover code from jrb first continous
10483         attempt. Use the new actions, we still need good icons
10484         though...
10485
10486 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10487
10488         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10489
10490         Update label when connecting proxy. Fix a warning with NULL
10491         page_cache.
10492
10493 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10494
10495         * data/evince-ui.xml:
10496         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10497         * shell/ev-page-action.h:
10498         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10499
10500         Add mnemonic for edit toolbar.
10501         ctrl+l focus the page entry.
10502
10503 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10504
10505         * lib/Makefile.am:
10506         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10507         (ev_window_init):
10508         * shell/main.c: (main):
10509
10510         Put the toolbar xml in evince own dot dir
10511
10512 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10513
10514         * shell/ev-window.c: (ev_window_init):
10515
10516         Make the toolbar not removable
10517
10518 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10519
10520         * data/evince-ui.xml:
10521         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10522         * shell/ev-sidebar-links.h:
10523         * shell/ev-sidebar-thumbnails.c:
10524         (ev_sidebar_thumbnails_get_treeview):
10525         * shell/ev-sidebar-thumbnails.h:
10526         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10527         (ev_view_class_init):
10528         * shell/ev-view.h:
10529         * shell/ev-window.c: (update_action_sensitivity),
10530         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10531         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10532         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10533         (ev_window_init):
10534
10535         This is evil... Make space/backspace global accelerators but
10536         enable them only for some widgets (sidebars and view).
10537         I dont like it, but I dont know a better way... :/
10538
10539 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10540
10541         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10542         (ev_page_action_widget_finalize),
10543         (ev_page_action_widget_class_init), (update_page_cache):
10544
10545         Keep a weak reference on proxy->page_cache so that we
10546         dont try to disconnect the signal if the object is already
10547         gone. Maybe there is a better way to cleanup reference handling
10548         in page action though...
10549
10550 2005-05-10  Juerg Billeter  <j@bitron.ch>
10551
10552         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10553         * backend/ev-ps-exporter.h:
10554         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
10555         * ps/ps-document.c: (ps_document_ps_export_begin):
10556         
10557         Change api to pass print range to ps_exporter_begin. The pdf backend
10558         requires this information.
10559         
10560         * shell/ev-print-job.c: (idle_print_handler):
10561         
10562         Adapt to api change
10563
10564 2005-05-10  Juerg Billeter  <j@bitron.ch>
10565
10566         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10567         (idle_print_handler)
10568         * shell/ev-window.c: (ev_window_print):
10569
10570         Support printing page range, based on patch by Amaury Jacquot
10571
10572 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10573
10574         * data/evince-toolbar.xml:
10575
10576         Add zoom control to available items
10577
10578 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10579
10580         * shell/ev-window.c: (update_action_sensitivity):
10581
10582         Set slash action insensitive when appropriate
10583
10584 2005-05-10  Christian Persch <chpe@gnome.org>
10585
10586         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
10587
10588         Fix warning on the overflow menu
10589
10590 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10591
10592         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
10593
10594         Check for uri correctness/existence
10595
10596 2005-05-09  Juerg Billeter  <j@bitron.ch>
10597
10598         * shell/ev-window.c: (using_postscript_printer):
10599
10600         LPD printers use postscript, too
10601
10602 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10603
10604         * shell/ev-window.c: (register_custom_actions):
10605
10606         The zoom one is actually sort of useful,
10607         put it back
10608
10609 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10610
10611         * shell/ev-window.c: (register_custom_actions):
10612
10613         Hide page/zoom controls from overflow, they
10614         are useless.
10615
10616 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10617
10618         * cut-n-paste/update-from-egg.sh:
10619         
10620         Share it between all cut-n-paste subdirs
10621
10622         * cut-n-paste/recent-files/Makefile.am:
10623
10624         Fix to use "global" update-from-egg.sh
10625
10626         * cut-n-paste/recent-files/egg-recent-model.c:
10627         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
10628         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10629         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
10630         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
10631
10632         Update from libegg
10633
10634         * cut-n-paste/toolbar-editor/Makefile.am:
10635
10636         Fix to use "global" update-from-egg.sh
10637
10638         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10639
10640         Update from libegg
10641
10642 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
10643
10644         * configure.ac:
10645         * cut-n-paste/Makefile.am:
10646         * cut-n-paste/recent-files/Makefile.am:
10647         * cut-n-paste/toolbar-editor/.cvsignore:
10648         * cut-n-paste/toolbar-editor/Makefile.am:
10649         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10650         (egg_editable_toolbar_get_type), (get_toolbar_position),
10651         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
10652         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
10653         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
10654         (set_item_drag_source), (create_item_from_action), (create_item),
10655         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
10656         (popup_toolbar_context_menu_cb), (free_dragged_item),
10657         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
10658         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
10659         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
10660         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
10661         (item_added_cb), (item_removed_cb),
10662         (egg_editable_toolbar_construct),
10663         (egg_editable_toolbar_disconnect_model),
10664         (egg_editable_toolbar_deconstruct),
10665         (egg_editable_toolbar_set_model),
10666         (egg_editable_toolbar_set_ui_manager),
10667         (egg_editable_toolbar_set_property),
10668         (egg_editable_toolbar_get_property),
10669         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
10670         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
10671         (egg_editable_toolbar_new_with_model),
10672         (egg_editable_toolbar_get_edit_mode),
10673         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
10674         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
10675         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
10676         (new_pixbuf_from_widget), (new_separator_pixbuf),
10677         (update_separator_image), (style_set_cb),
10678         (_egg_editable_toolbar_new_separator_image),
10679         (egg_editable_toolbar_get_model):
10680         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10681         * cut-n-paste/toolbar-editor/egg-marshal.c:
10682         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10683         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
10684         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
10685         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
10686         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
10687         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
10688         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
10689         (editor_drag_data_delete_cb), (drag_data_get_cb),
10690         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
10691         (editor_create_item), (update_editor_sheet), (setup_editor),
10692         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
10693         (parse_item_list), (model_has_action), (update_actions_list),
10694         (egg_toolbar_editor_load_actions):
10695         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
10696         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10697         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
10698         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
10699         (toolbars_item_new), (free_toolbar_node), (free_item_node),
10700         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
10701         (egg_toolbars_model_add_separator), (impl_add_item),
10702         (parse_item_list), (egg_toolbars_model_add_toolbar),
10703         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
10704         (impl_get_item_data), (impl_get_item_type),
10705         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
10706         (egg_toolbars_model_init), (free_toolbar),
10707         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
10708         (egg_toolbars_model_remove_toolbar),
10709         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
10710         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
10711         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
10712         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
10713         (egg_toolbars_model_get_item_data),
10714         (egg_toolbars_model_get_item_type):
10715         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10716         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10717         * data/Makefile.am:
10718         * data/evince-toolbar.xml:
10719         * data/evince-ui.xml:
10720         * data/hand-open.png:
10721         * po/POTFILES.in:
10722         * shell/Makefile.am:
10723         * shell/ev-window.c: (update_chrome_visibility),
10724         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
10725         (ev_window_dispose), (ev_window_init):
10726
10727         Implement epiphany like toolbar editor. Based on patch by
10728         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10729
10730 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10731
10732         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
10733
10734         Use set_cursor instead of set_selection, so that
10735         the keyboard focus moves too.
10736
10737 2005-05-09  Aleksey Kliger <akliger@gmail.com>
10738
10739         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
10740
10741         Fix infinite loop when loading Type1 fonts
10742
10743 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10744
10745         * data/evince-ui.xml:
10746         * shell/ev-window.c:
10747
10748         Slash -> Find
10749
10750 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
10751
10752         * configure.ac:
10753
10754         Make --disable really disable
10755
10756 2005-05-07  Juerg Billeter  <j@bitron.ch>
10757
10758         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
10759
10760         Compare page labels even without has_labels set, fixes setting page
10761         with entry
10762
10763 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10764
10765         * shell/ev-view.c: (ev_view_create_invisible_cursor),
10766         (ev_view_set_cursor), (ev_view_button_press_event),
10767         (ev_view_motion_notify_event), (ev_view_button_release_event),
10768         (ev_view_init):
10769
10770         Implement middle button scrolling. Based on a patch
10771         by Tommi Komulainen <tommi.komulainen@iki.fi>.
10772
10773 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
10774
10775         * shell/ev-document-types.c: (get_slow_mime_type),
10776         (get_document_type_from_mime), (ev_document_type_lookup):
10777         * shell/ev-document-types.h:
10778
10779         Change api to lookup from uri. Do fast lookup first, if the
10780         type is unknown try with data sniffing.
10781
10782         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
10783         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10784
10785         Adapt to api change
10786
10787 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10788
10789         * thumbnailer/Makefile.am:
10790
10791         Fix distcheck
10792
10793 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10794
10795         * NEWS:
10796         * configure.ac:
10797
10798         Release 0.3.0
10799
10800         * data/evince-ui.xml:
10801
10802         Hide presentation mode for now
10803
10804         * shell/ev-view.c: (highlight_find_results):
10805
10806         Show current find selection only on current page
10807
10808 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10809
10810         * shell/ev-view.c: (ev_view_select_all):
10811
10812         Compute size of the actual page, not of
10813         the current one.
10814
10815 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10816
10817         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
10818         (view_rect_to_doc_rect), (compute_selections),
10819         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
10820         (ev_view_copy), (ev_view_primary_get_cb),
10821         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
10822         (ev_view_button_press_event), (ev_view_motion_notify_event),
10823         (ev_view_button_release_event), (page_changed_cb):
10824
10825         Fix text selection
10826
10827 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10828
10829         * shell/ev-view.c: (compute_border), (get_page_extents),
10830         (doc_rect_to_view_rect), (highlight_find_results),
10831         (ev_view_bin_expose), (ev_view_select_all),
10832         (ev_view_motion_notify_event), (update_find_status_message),
10833         (jump_to_find_result), (jump_to_find_page):
10834
10835         First go at fixing search, still buggy
10836
10837 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
10838
10839         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
10840         dropdown box and button at the top of the sidebar.
10841
10842 2005-05-02  James Bowes  <bowes@cs.dal.ca>
10843
10844         * configure.ac: Output zoom-control Makefile.
10845         * cut-n-paste/Makefile.am: build zoom-control subdir.
10846         * cut-n-paste/zoom-control/ephy-zoom-action.c:
10847         * cut-n-paste/zoom-control/ephy-zoom-action.h:
10848         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10849         * cut-n-paste/zoom-control/ephy-zoom-control.h:
10850         * cut-n-paste/zoom-control/ephy-zoom.c:
10851         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
10852         from epiphany, and modified to add a separator into the menu.
10853         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
10854         * data/evince-ui.xml: Replace old zoom toolbar actions with new
10855         zoom-control action.
10856         * shell/Makefile.am: Include zoom-control flags.
10857         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
10858         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
10859         (ev_view_zoom_for_size_presentation),
10860         (ev_view_zoom_for_size_continuous_and_dual_page),
10861         (ev_view_zoom_for_size_continuous),
10862         (ev_view_zoom_for_size_dual_page),
10863         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
10864         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
10865         ev_view_get_zoom and ev_view_get_sizing_mode.
10866         * shell/ev-view.h:
10867         * shell/ev-window.c: (update_action_sensitivity),
10868         (update_sizing_buttons), (zoom_control_changed_cb),
10869         (register_custom_actions): Initialize and use the zoom-control 
10870         widget.
10871
10872 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
10873
10874         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
10875         preview cache back to 1.  Don't know when it got set to 0.
10876         
10877         * shell/ev-view.c: (compute_border), (ev_view_realize),
10878         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
10879         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
10880         (ev_view_get_fullscreen), (ev_view_set_presentation),
10881         (ev_view_get_presentation), (ev_view_set_sizing_mode),
10882         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
10883         * shell/ev-view.h:
10884         * shell/ev-window.c:
10885         (update_chrome_visibility),
10886         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10887         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10888         (update_document_mode), (ev_window_update_fullscreen_action),
10889         (ev_window_fullscreen), (ev_window_unfullscreen),
10890         (ev_window_cmd_view_fullscreen),
10891         (ev_window_update_presentation_action),
10892         (ev_window_run_presentation), (ev_window_stop_presentation),
10893         (ev_window_cmd_view_presentation), (ev_window_state_event),
10894         (ev_window_focus_in_event), (ev_window_focus_out_event),
10895         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
10896         * data/evince-ui.xml: Initial presentation mode.  We should
10897         probably hide this until it's done, as it's quite rough.  Also,
10898         change full-screen to fullscreen and add two getters to EvView.
10899
10900 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10901
10902         * shell/ev-page-action.c: (update_page_cache),
10903         (ev_page_action_dispose):
10904         * shell/ev-window.c: (destroy_fullscreen_popup),
10905         (ev_window_create_fullscreen_popup):
10906
10907         Use connect_object rather than explicitly
10908         disconnect on dispose.
10909
10910 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10911
10912         * shell/ev-page-action.c: (update_page_cache),
10913         (ev_page_action_dispose):
10914
10915 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10916
10917         * backend/ev-page-cache.c: (_ev_page_cache_new),
10918         (ev_page_cache_set_page_label),
10919         (ev_page_cache_has_nonnumeric_page_labels):
10920         * backend/ev-page-cache.h:
10921         * shell/ev-page-action.c: (update_pages_label):
10922         
10923         If all page labels are numeric, fallback to default
10924         way to display number of pages. See bug 173185.
10925
10926 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10927
10928         * shell/ev-page-action.c: (ev_page_action_dispose):
10929         * shell/ev-view.c: (view_update_range_and_current_page):
10930         * shell/ev-window.c: (ev_window_dispose):
10931         
10932         Set page on scroll in continuous mode. Fixes bug 301986.
10933         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
10934
10935 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
10936
10937         * configure.ac:
10938
10939         Require poppler 0.3.0
10940
10941 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10942         
10943         * shell/Makefile.am, configure.ac: Fix build problems
10944         with t1lib. Bug 301996.
10945
10946 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10947
10948         * shell/ev-view.c: (ev_view_scroll_event):
10949         
10950         Scroll up increase zoom
10951
10952 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10953
10954         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
10955         (ev_view_set_sizing_mode),
10956         (ev_view_zoom_for_size_continuous_and_dual_page),
10957         (ev_view_zoom_for_size_continuous):
10958         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10959         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
10960         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
10961         (ev_window_init):
10962
10963         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
10964         Fix for 165473 and 165472.
10965
10966 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10967
10968         * po/POTFILES.in:
10969         * thumbnailer/Makefile.am:
10970         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
10971         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
10972         * thumbnailer/evince-thumbnailer.schemas.in:
10973         
10974         Make thumbnailer schemas translatable. Fix for bug 301773
10975         
10976         * thumbnailer/evince-thumbnailer-djvu.schemas:
10977         * thumbnailer/evince-thumbnailer-dvi.schemas:
10978         * thumbnailer/evince-thumbnailer.schemas:
10979
10980         Removed files
10981
10982 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
10983
10984         * shell/ev-view.c (ev_view_init): forgot to set this.
10985
10986 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
10987
10988         * shell/ev-view.c: (find_page_at_location),
10989         (get_link_at_location),
10990         (ev_view_set_show_border), (ev_view_set_spacing),
10991         (ev_view_zoom_for_size_continuous_and_dual_page),
10992         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
10993         Also, add a quick fix measuring of widths.  Also, removed
10994         ev_view_set_spacing and ev_view_set_show_border.
10995         
10996         * shell/ev-window.c: (ev_window_unfullscreen),
10997         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
10998
10999 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11000
11001         * shell/ev-view.c: (view_update_range_and_current_page),
11002         (page_changed_cb):
11003         
11004         Fix crash on exit and scrolling to page in continuous view.
11005
11006 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
11007
11008         * TODO:
11009         * backend/ev-page-cache.c: (_ev_page_cache_new),
11010         (ev_page_cache_get_max_width_size),
11011         (ev_page_cache_get_max_height_size):
11012         * backend/ev-page-cache.h:
11013         * data/evince-ui.xml:
11014         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
11015         * shell/ev-view.c: (view_update_adjustments),
11016         (view_update_range_and_current_page), (get_bounding_box_size),
11017         (ev_view_size_request_continuous_and_dual_page),
11018         (ev_view_size_request_continuous),
11019         (ev_view_size_request_dual_page),
11020         (ev_view_size_request_single_page), (ev_view_size_request),
11021         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
11022         (ev_view_bin_expose), (ev_view_expose_event),
11023         (ev_view_set_property), (ev_view_get_property),
11024         (ev_view_class_init), (ev_view_init), (ev_view_new),
11025         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
11026         (ev_view_set_dual_page), (ev_view_set_full_screen),
11027         (ev_view_set_presentation), (ev_view_set_sizing_mode),
11028         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
11029         (ev_view_zoom_out), (zoom_for_size_fit_width),
11030         (zoom_for_size_best_fit),
11031         (ev_view_zoom_for_size_continuous_and_dual_page),
11032         (ev_view_zoom_for_size_continuous),
11033         (ev_view_zoom_for_size_dual_page),
11034         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11035         (ev_view_show_cursor), (ev_sizing_mode_get_type):
11036         * shell/ev-view.h:
11037         * shell/ev-window.c: (update_action_sensitivity),
11038         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11039         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11040         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
11041         (ev_window_cmd_view_zoom_out), (update_view_size),
11042         (ev_window_set_sizing_mode), (ev_window_init):
11043
11044         Add Continuous and Dual page modes.
11045
11046 2005-04-23  James Bowes  <bowes@cs.dal.ca>
11047
11048         * dvi/dvi-document.c: (dvi_document_load),
11049         (dvi_document_thumbnails_get_thumbnail),
11050         (dvi_document_init_params): Fix up some mixups between
11051         width and height to correct thumbnail rendering.
11052
11053 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11054
11055         * dvi/mdvi-lib/private.h:
11056         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
11057         
11058         Suppess output for kpathsea during font generation. Thanks to
11059         James Bowes
11060
11061 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
11062
11063         * NEWS:
11064         * configure.ac:
11065
11066         Release 0.2.1
11067
11068         * Makefile.am: fix distcheck.
11069
11070 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11071
11072         * shell/ev-sidebar-links.c: (selection_changed_callback),
11073         (update_page_callback), (row_activated_callback),
11074         (job_finished_callback), (ev_sidebar_links_set_document):
11075         
11076         Fix for bug #169901. Double click on links expands tree.
11077
11078 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
11079
11080         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
11081         hard-coded style. Fix for bug 170111
11082
11083 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
11084
11085         * shell/ev-view.c (highlight_find_results): Remove unnecessary
11086         locking.
11087
11088 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11089
11090         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
11091
11092 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
11093
11094         * pdf/ev-poppler.cc:
11095         * shell/ev-view.c: (highlight_find_results):
11096
11097         Fix find on single page documents
11098
11099 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11100
11101         * data/evince.schemas.in: fix for bug 301390
11102
11103 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11104
11105         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
11106         (ev_view_zoom_out), (ev_view_zoom_normal):
11107         * shell/ev-view.h:
11108         * shell/ev-window.c: (update_action_sensitivity),
11109         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11110         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
11111         (ev_window_cmd_view_normal_size):
11112
11113         Fix normal size zoom. Make zoom in/zoom out unsensitive when
11114         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
11115         better than oom. 
11116
11117 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11118
11119         * configure.ac:
11120
11121         Depend on 2.57, 2.59 doesnt seem to be necessary
11122
11123 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11124
11125         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
11126         (create_tool_item):
11127
11128         Put back total number of pages as (1 of 1234)
11129
11130 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
11131
11132         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
11133         remove the job.
11134
11135         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
11136         function.  This helps debugging.
11137
11138 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11139
11140         * djvu/djvu-document.c: (djvu_document_class_init),
11141         (djvu_document_get_info), (djvu_document_document_iface_init):
11142         * dvi/dvi-document.c: (dvi_document_class_init),
11143         (dvi_document_get_info), (dvi_document_document_iface_init):
11144
11145         Dummy implementation of get_info method for dvi and
11146         djvu. Fix crashes with those backends
11147
11148 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
11149
11150         * data/evince.desktop.in:
11151
11152         Add application/x-gzpostscript
11153
11154 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11155
11156         * data/evince.schemas.in: Added real long descriptions, 
11157         closes bug 172496 
11158
11159         * README: Added actual text, closes bug 171869
11160
11161 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11162
11163         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11164
11165         Thumbnail page 0
11166
11167 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11168
11169         * backend/ev-document-info.h:
11170
11171         s/GDate */GDate so we can just use g_free
11172
11173 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11174
11175         * shell/ev-window.c: (update_document_mode),
11176         (ev_window_setup_document):
11177
11178         Show the window in fullscreen when specified by
11179         the document
11180
11181 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11182
11183         * backend/ev-document.c: (ev_document_class_init),
11184         (ev_document_get_info), (ev_document_render_pixbuf):
11185         * backend/ev-document.h:
11186         * backend/ev-page-cache.c: (_ev_page_cache_new):
11187         * pdf/ev-poppler.cc:
11188         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11189         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11190         * ps/ps-document.c: (ps_document_class_init), (document_load),
11191         (ps_document_get_info), (ps_document_document_iface_init):
11192
11193         Remove get_title from the interface, we can just use document info
11194
11195 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11196
11197         * backend/Makefile.am:
11198         * backend/ev-document.c: (ev_document_render_get_info):
11199         * backend/ev-document.h:
11200         * pdf/ev-poppler.cc:
11201
11202         Initial support for document info. Based on jrb patch.
11203
11204 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11205
11206         * shell/ev-window.c: (ev_window_state_event),
11207         (ev_window_class_init), (ev_window_init):
11208         
11209         Doesn't show resize grip when maximized. See bug #301053
11210
11211 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11212
11213         * po/POTFILES.in:
11214         
11215         ev-sidebar-thumbnails now has translatable labels
11216         
11217         * shell/Makefile.am:
11218         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11219         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11220         (ev_sidebar_links_page_iface_init):
11221         * shell/ev-sidebar-links.h:
11222         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11223         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11224         (ev_sidebar_page_get_label):
11225         * shell/ev-sidebar-page.h:
11226         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11227         (ev_sidebar_thumbnails_set_document),
11228         (ev_sidebar_thumbnails_support_document),
11229         (ev_sidebar_thumbnails_get_label),
11230         (ev_sidebar_thumbnails_page_iface_init):
11231         * shell/ev-sidebar-thumbnails.h:
11232         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11233         (ev_sidebar_set_document):
11234         * shell/ev-sidebar.h:
11235         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11236         
11237         Small rework of sidebar code. Now sidebar pages should implement
11238         EvSidebarPage interface. That makes page management in EvSidebar
11239         easier. See bug #164811 for details
11240
11241 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11242
11243         * shell/ev-application.c: (ev_application_open):
11244         * shell/ev-document-types.c:
11245         
11246         Fix build error and small problem with application exit
11247
11248 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11249
11250         * thumbnailer/Makefile.am:
11251         * thumbnailer/evince-thumbnailer-djvu.schemas:
11252         * thumbnailer/evince-thumbnailer-dvi.schemas:
11253         
11254         Conditionally install schemas for djvu/dvi thumbnailer
11255
11256 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11257
11258         * shell/ev-document-types.h: 
11259         * shell/ev-document-types.c: 
11260         New files, handling the mapping from mimetypes to backends
11261         
11262         * shell/ev-window.c: 
11263         * thumbnailer/evince-thumbnailer.c:     
11264         Use the ev-document-types code
11265         
11266         * shell/Makefile.am: 
11267         Added new convenience library libevbackendfactory_la, containing
11268         the new mimetype->backend logic; moved the backends into it.
11269
11270         * thumbnailer/Makefile.am:
11271         Make the thumbnailer link with the libevbackend.la convenience
11272         library, rather than having a duplicate of the backend logic here.
11273
11274 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11275
11276         * shell/ev-stock-icons.c: constify some vars.
11277         * shell/ev-window.c: ditto.
11278
11279 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11280
11281         * ps/ps-document.c (get_page_orientation):
11282
11283         Respect document orientation 
11284
11285 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11286
11287         * djvu/Makefile.am:
11288         * dvi/Makefile.am:
11289         * shell/Makefile.am:
11290         
11291         Move library dependencies to components.
11292         
11293         * shell/ev-window.c: (update_window_title),
11294         (start_loading_document):
11295         
11296         Fix display of uris with spaces. Bug 168358.
11297
11298 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11299
11300         * shell/ev-sidebar-links.c: (selection_changed_cb):
11301         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11302         (ev_view_button_release_event), (ev_view_set_document):
11303         * shell/ev-view.h:
11304         * shell/ev-window.c: (find_bar_search_changed_cb):
11305         * shell/ev-window.h: Minor cleanups removing some dead code.
11306
11307 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11308
11309         * backend/ev-page-cache.c: (_ev_page_cache_new):
11310         
11311         Set current page to 0 if document has pages.
11312
11313 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11314
11315         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11316
11317         Initialize GError to NULL, fix a crash when loading fails.
11318
11319 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11320
11321         * shell/ev-window.c: (update_view_size):
11322
11323         Calculate shadow size only when there is actually
11324         a shadow.
11325
11326 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11327
11328         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11329         * shell/ev-view.h:
11330
11331         Allow setting view spacing, default to 0
11332
11333         * shell/ev-window.c: (ev_window_unfullscreen),
11334         (ev_window_cmd_view_fullscreen), (ev_window_init):
11335
11336         Remove spacing in fullscreen mode
11337
11338 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11339
11340         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11341         (ev_view_size_request), (expose_bin_window),
11342         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11343         * shell/ev-view.h:
11344         * shell/ev-window.c: (ev_window_unfullscreen),
11345         (ev_window_cmd_view_fullscreen):
11346
11347         Do not draw the border in fulscreen
11348
11349 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11350
11351         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11352         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11353         (find_page_at_location), (page_changed_cb):
11354
11355         Rework border calculation, so that I can more easily disable it.
11356         Code somewhat cleaner too.
11357
11358 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11359
11360         * backend/ev-page-cache.c: (ev_page_cache_init),
11361         (_ev_page_cache_new):
11362
11363         Remove some assertions, documents can have 0 pages.
11364         Make initial current page -1.
11365
11366         * shell/ev-page-action.c: (page_changed_cb):
11367
11368         Show "" if current page is -1
11369
11370         * shell/ev-window.c: (update_action_sensitivity),
11371         (ev_window_setup_document):
11372
11373         When document has 0 pages do not set the view
11374         and make nearly everything insensitive.
11375
11376 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11377
11378         * shell/ev-page-view.c:
11379         * shell/ev-page-view.h:
11380
11381         Remove unused files.
11382         
11383         * shell/ev-sidebar-thumbnails.c:
11384         (ev_sidebar_thumbnails_set_document):
11385         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11386         (ev_sidebar_supports_document):
11387         * shell/ev-sidebar.h:
11388         * shell/ev-window.c: (ev_window_setup_document):
11389         
11390         Doesn't show thumbnails if document has 1 page. Make
11391         sidebar menu entries sensitive only if if they have 
11392         sense. Fix bug 164811. 
11393
11394 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11395
11396         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11397         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11398         (ev_view_zoom_out), (ev_view_set_size):
11399
11400         Rework sizing to deal with documents with not uniform page
11401         size.
11402
11403 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11404
11405         * backend/ev-page-cache.c: (_ev_page_cache_new):
11406
11407         Fix several page size caching bugs
11408
11409 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11410
11411         * shell/ev-window.c: (set_action_properties):
11412
11413         Make all toolbar items translatable
11414
11415 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11416
11417         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11418         (save_page_list), (ps_document_save),
11419         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11420         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11421         (ps_document_ps_exporter_iface_init):
11422         * ps/ps-document.h:
11423
11424         Based on a patch by J�rg Billeter <j@bitron.ch>
11425         
11426         Implement print and save a copy for the ps backend.
11427
11428 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11429
11430         * backend/ev-document.h:
11431         * djvu/djvu-document.c: (djvu_document_can_get_text),
11432         (djvu_document_document_iface_init):
11433         * dvi/dvi-document.c: (dvi_document_can_get_text),
11434         (dvi_document_document_iface_init):
11435         * pdf/ev-poppler.cc:
11436         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11437         (pixbuf_document_document_iface_init):
11438         * ps/ps-document.c: (ps_document_can_get_text),
11439         (ps_document_document_iface_init):
11440         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11441         * shell/ev-window.c: (update_action_sensitivity):
11442
11443         Fix the crash when trying to copy in backends that doesnt
11444         support it. We can implement a better solution once we
11445         do real text selection.
11446
11447 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11448
11449         * data/evince-ui.xml:
11450         * shell/ev-window.c: (ev_window_cmd_escape):
11451         
11452         Work around the Escape conflict (find bar and unfullscreen)
11453
11454 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11455
11456         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11457         
11458         Fix for #300233. Next page correctly handles document end.
11459         
11460         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11461         (ev_sidebar_thumbnails_class_init),
11462         (ev_sidebar_thumbnails_set_document),
11463         (ev_sidebar_thumbnails_clear_job),
11464         (ev_sidebar_thumbnails_clear_model):
11465         
11466         Cleanup thumbnail jobs on document changes.
11467         
11468         * shell/ev-view.c: (add_scroll_binding_keypad),
11469         (add_scroll_binding_shifted), (ev_view_class_init):
11470         
11471         Shift + Space scrolls up. Fix for #173184
11472         
11473         * shell/ev-window.c: (ev_window_open_page),
11474         (ev_window_cmd_view_reload):
11475         
11476         Fix reload (Bug #300094)
11477
11478 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11479
11480         
11481         * dvi/mdvi-lib/assoc.c:
11482         * dvi/mdvi-lib/assoc.h: Removed garbage files
11483         
11484         * dvi/mdvi-lib/bitmap.c:
11485         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11486         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11487         * dvi/mdvi-lib/color.h: Antialias of rules
11488         
11489         * dvi/mdvi-lib/common.h:
11490         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11491         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11492         * dvi/mdvi-lib/files.c:
11493         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11494         * dvi/mdvi-lib/mdvi.h:
11495         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11496         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11497         * dvi/mdvi-lib/util.c: Fix compile warnings
11498         
11499         * dvi/dvi-document.c:
11500         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11501         (dvi_document_thumbnails_get_thumbnail),
11502         (dvi_document_document_thumbnails_iface_init):
11503         * dvi/mdvi-lib/Makefile.am:
11504         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11505         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11506         
11507         Dvi backend now renders thumbnails
11508
11509 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11510
11511         * shell/main.c: (main): 
11512         
11513         Save accelerators on exit. Fixes bug #172095.
11514
11515 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11516
11517         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11518         update priority" comment.
11519
11520         * backend/ev-job-queue.c: Give a way to change priority.
11521
11522 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11523
11524         * shell/ev-page-action.c: Fix logic.
11525
11526 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11527
11528         * shell/ev-view.c: (ev_view_can_find_next):
11529         * shell/ev-window.c: (ev_window_setup_document):
11530
11531         Check that the document supports find
11532
11533 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11534
11535         * data/evince-ui.xml:
11536         * shell/ev-view.c: (ev_view_can_find_next):
11537         * shell/ev-view.h:
11538         * shell/ev-window.c: (update_action_sensitivity),
11539         (find_changed_cb), (ev_window_setup_document),
11540         (ev_window_cmd_edit_find_next):
11541
11542         Add Edit->Find Next
11543
11544 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11545
11546         * pdf/ev-poppler.cc:
11547         * shell/ev-print-job.c: (idle_print_handler):
11548
11549         Make printing work again
11550
11551 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
11552
11553         * shell/ev-page-action.h:
11554         * shell/ev-page-action.c: (ev_page_action_widget_init),
11555         (ev_page_action_widget_class_init), (page_changed_cb),
11556         (create_tool_item), (update_page_cache), (build_new_tree_cb),
11557         (get_filter_model_from_model), (match_selected_cb),
11558         (display_completion_text), (match_completion), (update_model),
11559         (connect_proxy), (ev_page_action_set_property),
11560         (ev_page_action_get_property), (ev_page_action_set_document),
11561         (ev_page_action_set_model), (ev_page_action_class_init): Big
11562         reworking to make completions work iff we have >= GTK-2.7.0
11563                 
11564         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
11565         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
11566         (job_finished_cb): We now have a 'model' property that is set when
11567         the links are loaded.  This can be caught with "notify::model"
11568
11569         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
11570         listen for the model to be set, and propagate it to the action.
11571
11572 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11573
11574         * cut-n-paste/recent-files/egg-recent-item.c:
11575         (egg_recent_item_set_uri), (make_valid_utf8),
11576         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
11577         * cut-n-paste/recent-files/egg-recent-item.h:
11578         
11579         Update egg-recent from libegg. This should fix long
11580         startup problem. For details see
11581         http://bugzilla.gnome.org/show_bug.cgi?id=160531
11582
11583 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11584
11585         * cut-n-paste/recent-files/Makefile.am:
11586         * data/evince-ui.xml, shell/Makefile.am:
11587         * shell/ev-application.c, shell/ev-application.h:
11588         * shell/ev-window.c: Recent files support.
11589         
11590         * configure.ac: Added "ru" to ALL_LINGUAS.
11591         
11592         * dvju: new backend to support DJVU files.
11593         * dvi: new backend to support DVI.
11594
11595         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
11596         * ev-application.c: Support for new backends.
11597         
11598         * help, ev-window.c, main.c shell/Makefile.am: 
11599         Evince user documentation.
11600
11601 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11602
11603         * po/POTFILES.in:
11604         * shell/ev-window.c:
11605         * thumbnailer/evince-thumbnailer.c:
11606
11607         s/pdf-document/ev-poppler
11608
11609 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11610
11611         * NEWS:
11612         * configure.ac:
11613
11614         Release 0.2.0
11615
11616         * ps/ps-document.c: (setup_pixmap):
11617
11618         Remove debug code
11619
11620 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
11621
11622         * backend/ev-page-cache.c (ev_page_cache_next_page): 
11623         * shell/ev-window.c (ev_window_cmd_go_next_page) 
11624         (ev_window_cmd_go_first_page): Fix of by one errors.
11625
11626 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11627
11628         * ps/ps-document.c: (get_page_box):
11629
11630         Fix page size calculation
11631
11632 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11633
11634         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11635         (ps_document_cleanup), (setup_pixmap), (get_page_box),
11636         (get_page_orientation), (setup_page), (document_load),
11637         (ps_document_get_page_size), (render_pixbuf_idle):
11638         * ps/ps-document.h:
11639
11640         More refactoring to adapt to EvDocument changes
11641
11642 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11643
11644         * ps/ps-document.c: (start_interpreter):
11645
11646         Actually add alpha args
11647
11648 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11649
11650         * pdf/ev-poppler.cc:
11651
11652         Make clipboard work again
11653
11654 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
11655
11656         Make searching work again.
11657         
11658         * backend/ev-document.c:
11659         * backend/ev-document.h:
11660         * backend/ev-document-find.c:
11661         * backend/ev-document-find.h: Change EvDocumentIface so we no
11662         longer store the current page or zoom level in the document.  The
11663         consequence is that all calls that operate on the current page now
11664         instead take the page number as an extra argument, and all
11665         coordinates are now doubles in document coordinate system.
11666
11667         * pdf/ev-poppler.cc:
11668         * pixbuf/pixbuf-document.c:
11669         * ps/ps-document.c: Update backends accordingly.
11670
11671 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
11672
11673         * autogen.sh:
11674
11675         Add required gettext version
11676
11677 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
11678
11679         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
11680         make F1 bring up non-existent help.
11681
11682         * shell/eggfindbar.c: Patch from Christian Persch to sync to
11683         epiphany's find bar, #167477
11684
11685         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
11686         <emil@nishra.com> to add space-bar scrolling, 
11687
11688         * shell/ev-window.c (static GtkActionEntry entries): add default
11689         keybinding for Help (F1)
11690         Fixes #171068
11691
11692         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
11693         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
11694         170110
11695
11696 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
11697
11698         * Makefile.am: 
11699         * pixbuf/pixbuf-document.c: 
11700
11701         Got pixbuf backend working again
11702
11703 2005-04-01  Steve Murphy  <murf@e-tools.com>
11704
11705         * configure.in: Added "rw" to ALL_LINGUAS.
11706
11707 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
11708
11709         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
11710         model types, noticed by Martin Kretzschmar.
11711
11712 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
11713
11714         * pdf/ev-poppler.cc: Implement search based on
11715         poppler_page_find_text().  Currently a bit crude since we remember
11716         all matches from all pages.  Also, we grab the big document lock
11717         when we search since searching changes the underlying stream and
11718         thus conflicts with the rendering thread.
11719         
11720         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11721         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
11722         (ev_view_find_previous): Fix some page indexes to be 0 based,
11723         offset rubber band by view offset,
11724
11725 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
11726
11727         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
11728
11729 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
11730
11731         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
11732         completely because I didn't understand GtkActions.  I should
11733         read Marco's code more carefully in the future.
11734
11735         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
11736         function
11737
11738 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
11739
11740         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
11741         PopplerRectangle change from poppler CVS.
11742
11743 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
11744
11745         * backend/ev-document.c: (ev_document_get_page_label):
11746         * backend/ev-document.h:
11747         * backend/ev-page-cache.c: (_ev_page_cache_new),
11748         (ev_page_cache_get_page_label):
11749         * backend/ev-page-cache.h:
11750         * pdf/ev-poppler.cc:
11751         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
11752         (links_page_num_func):
11753         * shell/ev-sidebar-thumbnails.c:
11754         (ev_sidebar_thumbnails_set_document):
11755         * shell/ev-view.c: (status_message_from_link),
11756         (ev_view_motion_notify_event):
11757         * shell/ev-window.c: (document_supports_sidebar): Add in page
11758         label support.  It's not perfect yet, but it's the first 'feature'
11759         in a while.
11760         Also, fix a bogus comment noticed by crispin. 
11761
11762 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
11763
11764         * Makefile.am: Remove pixbuf backend for now
11765
11766         * configure.ac: Require poppler-glib instead of just poppler.
11767
11768         * backend/ev-document-thumbnails.h: Add a comment
11769
11770         * backend/ev-document.h:
11771         * backend/ev-document.c: (ev_document_class_init),
11772         (ev_document_load), (ev_document_get_link),
11773         (ev_document_get_links): Remove 3 methods and add get_links.
11774         Also, made 0 based.
11775
11776         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
11777         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
11778
11779         * backend/ev-link.c: (ev_link_set_title),
11780         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
11781         (ev_link_mapping_find):
11782         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
11783         
11784         * backend/ev-page-cache.c: (ev_page_cache_init),
11785         (_ev_page_cache_new), (ev_page_cache_set_current_page),
11786         (ev_page_cache_get_size), (ev_page_cache_next_page),
11787         (ev_page_cache_prev_page): Fix to be 0 based.
11788
11789         * pdf/Makefile.am: 
11790         * pdf/ev-poppler.h:
11791         * pdf/ev-poppler.cc: New backend.
11792         
11793         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
11794         (ps_document_get_page), (ps_document_document_iface_init):
11795
11796         * shell/ev-pixbuf-cache.h:
11797         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11798         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
11799         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
11800         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
11801         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
11802         Fix up code to grab a page cache per each doc.  Also, fix to be 0
11803         based.
11804         
11805         * shell/ev-sidebar-thumbnails.c:
11806         (ev_sidebar_tree_selection_changed), (page_changed_cb),
11807         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
11808
11809         * shell/ev-view.c: (status_message_from_link),
11810         (find_page_at_location), (get_link_at_location),
11811         (ev_view_motion_notify_event), (ev_view_button_release_event),
11812         (ev_view_init): Use the new link code.  Fix to be 0 based.
11813
11814         * shell/ev-window.c: (update_action_sensitivity),
11815         (document_supports_sidebar): 0 based.
11816
11817 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
11818
11819         * pdf/pdf-document.cc: Patch from Fernando Herrera
11820         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
11821         *blush*
11822
11823 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
11824
11825         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
11826         1 to the page, as this seems to be 1 based.  I thought we has this
11827         fixed.  grump.
11828
11829 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
11830
11831         * TODO:
11832         * backend/Makefile.am:
11833         * backend/ev-document-links.c:
11834         (ev_document_links_has_document_links),
11835         (ev_document_links_get_links_model):
11836         * backend/ev-document-links.h:
11837         * backend/ev-document.c: (ev_document_get_page_cache),
11838         (ev_document_get_doc_mutex), (ev_document_load),
11839         (ev_document_save), (ev_document_get_title),
11840         (ev_document_get_n_pages), (ev_document_set_page),
11841         (ev_document_get_page), (ev_document_set_target),
11842         (ev_document_set_scale), (ev_document_set_page_offset),
11843         (ev_document_get_page_size), (ev_document_get_text),
11844         (ev_document_get_link), (ev_document_render),
11845         (ev_document_render_pixbuf), (ev_document_scale_changed):
11846         * backend/ev-document.h:
11847         * backend/ev-job-queue.c: (remove_object_from_queue),
11848         (notify_finished), (handle_job), (search_for_jobs_unlocked),
11849         (no_jobs_available_unlocked), (ev_render_thread),
11850         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
11851         (ev_job_queue_remove_job):
11852         * backend/ev-job-queue.h:
11853         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11854         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11855         (ev_job_links_class_init), (ev_job_render_init),
11856         (ev_job_render_dispose), (ev_job_render_class_init),
11857         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11858         (ev_job_thumbnail_class_init), (ev_job_finished),
11859         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11860         (ev_job_render_run), (ev_job_thumbnail_new),
11861         (ev_job_thumbnail_run):
11862         * backend/ev-jobs.h:
11863         * backend/ev-link.c:
11864         * backend/ev-link.h:
11865         * backend/ev-page-cache.c: (ev_page_cache_init),
11866         (ev_page_cache_class_init), (ev_page_cache_finalize),
11867         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
11868         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11869         (ev_page_cache_set_link), (ev_page_cache_get_title),
11870         (ev_page_cache_get_size), (ev_page_cache_next_page),
11871         (ev_page_cache_prev_page):
11872         * backend/ev-page-cache.h:
11873         * pdf/pdf-document.cc:
11874         * ps/gsdefaults.c:
11875         * ps/gsdefaults.h:
11876         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11877         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
11878         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
11879         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
11880         (is_interpreter_ready), (output), (catchPipe), (input),
11881         (start_interpreter), (check_filecompressed), (compute_dimensions),
11882         (ps_document_enable_interpreter), (document_load),
11883         (ps_document_next_page), (render_page), (ps_document_set_page),
11884         (ps_document_set_scale), (render_pixbuf_idle),
11885         (ps_document_render_pixbuf), (ps_document_document_iface_init):
11886         * ps/ps-document.h:
11887         * shell/Makefile.am:
11888         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11889         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
11890         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
11891         (ev_pixbuf_cache_new), (job_finished_cb),
11892         (check_job_size_and_unref), (move_one_job),
11893         (ev_pixbuf_cache_update_range), (find_job_cache),
11894         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
11895         (ev_pixbuf_cache_add_jobs_if_needed),
11896         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
11897         * shell/ev-pixbuf-cache.h:
11898         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11899         (idle_print_handler):
11900         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11901         (selection_changed_cb), (create_loading_model),
11902         (ev_sidebar_links_construct), (links_page_num_func),
11903         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
11904         (update_page_callback), (job_finished_cb),
11905         (ev_sidebar_links_set_document):
11906         * shell/ev-sidebar-thumbnails.c:
11907         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
11908         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
11909         (page_changed_cb), (thumbnail_job_completed_callback),
11910         (ev_sidebar_thumbnails_set_document):
11911         * shell/ev-sidebar-thumbnails.h:
11912         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11913         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
11914         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
11915         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
11916         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
11917         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
11918         (ev_view_button_release_event), (ev_view_scroll_view),
11919         (ev_view_class_init), (ev_view_init), (update_find_status_message),
11920         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
11921         (ev_view_new), (job_finished_cb), (page_changed_cb),
11922         (ev_view_set_document), (go_to_link), (ev_view_zoom),
11923         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
11924         (ev_view_find_previous):
11925         * shell/ev-view.h:
11926         * shell/ev-window.c: (update_action_sensitivity),
11927         (ev_window_open_page), (update_window_title), (update_total_pages),
11928         (page_changed_cb), (ev_window_setup_document),
11929         (password_dialog_response), (ev_window_cmd_save_as),
11930         (ev_window_print), (ev_window_cmd_go_previous_page),
11931         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
11932         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
11933         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
11934         * shell/main.c: (main):
11935
11936         Merge evince-threads branch
11937
11938 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
11939
11940         * configure.ac: Added "lt" to ALL_LINGUAS.
11941
11942 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
11943
11944         * NEWS:
11945         * configure.ac:
11946
11947         Release 0.1.9
11948
11949 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
11950
11951         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11952
11953         Fix here also the thumbnails 1-basedness :)
11954
11955 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11956
11957         * NEWS:
11958         * configure.ac:
11959
11960         Release 0.1.8
11961
11962 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11963
11964         * pdf/pdf-document.cc:
11965         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
11966         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
11967
11968         Fix the mess we did with thumbnails and 1-basedness
11969
11970 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
11971
11972         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
11973
11974 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
11975
11976         * NEWS:
11977         * configure.ac:
11978
11979         Release 0.1.7
11980
11981 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
11982
11983         * ps/Makefile.am:
11984         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
11985         (gtk_gs_defaults_get_alpha_parameters),
11986         (gtk_gs_defaults_get_ungzip_cmd),
11987         (gtk_gs_defaults_get_unbzip2_cmd):
11988         * ps/gsdefaults.h:
11989         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11990         (ps_document_get_orientation), (document_load),
11991         (ps_document_goto_page), (ps_document_set_page_size):
11992         * ps/ps-document.h:
11993
11994         Some more sanitization of the ps backend. Remove a lot
11995         of unused code and do not base our defaults on ggv
11996         preferences (ugh!)
11997
11998 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
11999
12000         * thumbnailer/evince-thumbnailer.schemas:
12001         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12002         (main): add -s option for thumbnail size.
12003
12004 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
12005
12006         * configure.ac:
12007
12008         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
12009         remove it.
12010
12011 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12012
12013         * pdf/pdf-document.cc:
12014
12015         Remove 4 pixels of useless border from the
12016         thumbnail.
12017
12018 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12019
12020         * backend/ev-document-thumbnails.c:
12021         (ev_document_thumbnails_get_thumbnail):
12022         * backend/ev-document-thumbnails.h:
12023
12024         Rework API a bit. Add a border flag and
12025         change sizing logic (now the size we specify
12026         applies to the bigger dimension).
12027
12028         * pdf/pdf-document.cc:
12029         * pixbuf/pixbuf-document.c:
12030         (pixbuf_document_thumbnails_get_thumbnail):
12031         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
12032         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12033
12034         Adapt to the new API and do not draw a border for nautilus
12035         thumbnailer.
12036
12037 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
12038
12039         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12040         take thumbnails from page "0" instead of "1". Added a copyright header.
12041
12042 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
12043
12044         * ps/ps-document.c: (set_up_page), (start_interpreter):
12045
12046         Make it C89 compliant
12047
12048 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
12049
12050         * Makefile.am:
12051         * configure.ac:
12052         * pdf/.cvsignore:
12053         * pdf/pdf-document.cc:
12054         * thumbnailer/Makefile.am:
12055         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12056         (main):
12057         * thumbnailer/evince-thumbnailer.schemas:
12058         * thumbnailer/pdf-icon.png:
12059
12060         Add a nautilus thumbnailer.
12061         Based on patch by Fernando Herrera <fherrera@onirica.com>.
12062
12063 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
12064
12065         * NEWS:
12066         * configure.ac:
12067         * po/POTFILES.in:
12068
12069         Release 0.1.6
12070
12071 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
12072
12073         Use poppler instead of including xpdf source code.  Poppler is a
12074         fork of xpdf to build it as a shared library. See
12075         http://freedesktop.org/wiki/Software/poppler.
12076
12077         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
12078         xpdf fork.
12079         
12080         * pdf/Makefile.am: Build libpdfdocument.a here.
12081         
12082         * pdf/GDKSplashOutputDev.cc:
12083         * pdf/GDKSplashOutputDev.h:
12084         * pdf/GnomeVFSStream.cc:
12085         * pdf/GnomeVFSStream.h:
12086         * pdf-document.cc:
12087         * pdf-document.h:
12088         * test-gdk-output-dev.cc
12089         * Thumb.cc:
12090         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
12091         against poppler.
12092
12093 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12094
12095         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
12096
12097         Clear idle stack before unsetting the document
12098
12099 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12100
12101         * ps/ps-document.c: (ps_document_widget_event),
12102         (ps_document_set_target), (ps_document_finalize),
12103         (ps_document_get_page):
12104
12105         Disconnect the widget event signal on finalize.
12106         Some code cleanups.
12107
12108 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12109
12110         * ps/ps-document.c: (set_up_page):
12111
12112         If there is no bpixmap create one, even if size
12113         is not changed.
12114
12115 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12116
12117         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
12118         (set_up_page), (document_load), (ps_document_set_zoom):
12119
12120         Default page is 0. Calculate size even when we have no
12121         target yet.
12122
12123 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
12124
12125         * shell/ev-sidebar.c: expand the selection widget to be always as
12126         wide as the sidebar
12127
12128 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12129
12130         * shell/ev-sidebar-thumbnails.c:
12131         (ev_sidebar_thumbnails_set_document):
12132
12133         Clear the list store when setting document
12134
12135 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12136
12137         * shell/ev-page-action.c: (update_entry), (sync_entry),
12138         (activate_cb), (entry_size_request_cb), (create_tool_item),
12139         (connect_proxy):
12140
12141         Use an entry for the page control instead of spinbuttons
12142
12143 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12144
12145         * data/evince.schemas.in:
12146
12147         Correct confusing string
12148
12149 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
12150
12151         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
12152         for real.  Gosh, how long has this been broken.
12153
12154         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
12155         check for a NULL link.  We crash otherwise.
12156
12157 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
12158
12159         * NEWS:
12160         * configure.ac:
12161
12162         Release 0.1.5
12163
12164 2005-02-25  Sebastien Bacher  <seb128@debian.org>
12165
12166         * configure.ac: add the french translation.
12167
12168 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12169
12170         * shell/ev-window.c:
12171
12172         Remove unused header -> fix distcheck
12173
12174 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12175
12176         * shell/ev-window.c: (update_window_title),
12177         (ev_window_popup_password_dialog):
12178
12179         Unescape filename for display
12180
12181 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12182
12183         * pdf/xpdf/pdf-document.cc:
12184
12185         In get_page_size deal with rotation. Also
12186         cleanup the function a bit.
12187
12188 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12189
12190         * pdf/xpdf/pdf-document.cc:
12191
12192         Fix crash when opening in new window
12193
12194 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12195
12196         * configure.ac:
12197
12198         Check ghostscript >= 7
12199
12200 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12201
12202         * shell/ev-window.c:
12203
12204         Make page width the default sizing mode
12205
12206 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12207         Marco Pesenti Gritti <marco@gnome.org>
12208
12209         * shell/ev-window.c: Remember the sidebar size
12210
12211         * data/evince.schemas.in: Add a new gconf key to store the size of
12212         the sidebar
12213
12214 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12215
12216         * data/evince-ui.xml:
12217         * shell/ev-window.c: (update_action_sensitivity),
12218         (ev_window_cmd_view_reload):
12219         
12220         Add a "Reload" action and menu entry
12221
12222 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12223
12224         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12225         iff the type doesn't support thumbnailing and indexing.
12226
12227 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12228
12229         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12230
12231 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12232
12233         * pdf/splash/Splash.cc:
12234
12235         Port fix for a crasher from kde bug
12236         http://bugs.kde.org/show_bug.cgi?id=97131
12237
12238 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12239
12240         * pdf/xpdf/pdf-document.cc:
12241
12242         Return a link even if it's of an unrecognized
12243         type. Otherwise we go in an infinte cycle.
12244
12245 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12246
12247         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12248         (size_allocate_cb), (ev_window_set_sizing_mode):
12249
12250         Update size when switching mode
12251
12252 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12253
12254         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12255         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12256         (ev_window_cmd_view_normal_size):
12257
12258         Fix size toggle buttons behavior
12259
12260 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12261
12262         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12263         (doc_rect_to_view_rect), (ev_view_size_allocate),
12264         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12265         (scale_changed_callback):
12266
12267         Do not cache offsets in size_allocate.
12268
12269 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12270
12271         * shell/ev-view.c: (ev_view_size_allocate):
12272
12273         Calculate offsets before calling the parent
12274         class (which does a redraw)
12275
12276 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12277
12278         * pdf/xpdf/pdf-document.cc:
12279
12280         Fix a crasher on exit. Unused code, put a TODO
12281
12282 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12283
12284         * backend/ev-document.c: (ev_document_class_init),
12285         (ev_document_page_changed), (ev_document_scale_changed):
12286         * backend/ev-document.h:
12287
12288         Separate page/scale notifications
12289
12290         * pdf/xpdf/pdf-document.cc:
12291
12292         Emit the new signals.
12293         Do not display the pdf page in _render, do it
12294         when scale/page are requested.
12295
12296         * ps/ps-document.c: (ps_document_set_zoom),
12297         (ps_document_widget_event):
12298         * ps/ps-document.h:
12299
12300         Emit the new signals.
12301
12302         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12303         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12304         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12305         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12306         * shell/ev-view.h:
12307         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12308         (ev_window_cmd_view_page_width), (size_allocate_cb),
12309         (ev_window_set_sizing_mode):
12310
12311         Rework sizing to be pixel based.
12312         There are bugs but should be already way better.
12313
12314 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12315
12316         * shell/ev-window.c: (ev_window_init):
12317
12318         Do not allow to shrink sidebar smaller then
12319         child requisition
12320
12321 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12322
12323         * shell/ev-sidebar.[ch]
12324         * shell/ev-window.c:
12325
12326         Improved sidebar widget. Fixes #166683
12327
12328 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12329
12330         * shell/ev-view.c (update_find_status_message): Give translators
12331         more flexibility with ngettext plural handling.
12332
12333 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12334
12335         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12336         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12337         page when we get the page size.
12338
12339 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12340
12341         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12342
12343         ps pages are 0 based, convert 
12344
12345 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12346
12347         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12348
12349         Initialize correct parent class. Set GError on document load
12350
12351 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12352
12353         * pdf/xpdf/pdf-document.cc:
12354
12355         Fixup selection offset calculation
12356
12357         * shell/ev-view.c: (view_rect_to_doc_rect),
12358         (doc_rect_to_view_rect), (ev_view_size_allocate),
12359         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12360         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12361
12362         Store selection as document relative, so that zooming
12363         and offset changing doesnt break it.
12364
12365 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12366
12367         * shell/ev-view.c: (ev_view_best_fit):
12368
12369         Do not try to best fit if the view is not realized
12370
12371 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12372           
12373         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12374
12375 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12376
12377         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12378
12379 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12380
12381         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12382         the popup window.  That prevents it resizing when in full screen
12383         mode.
12384
12385         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12386         multiple rerenders.  This pretty much sucks.
12387
12388         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12389         rest of the toolbar.
12390
12391 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12392
12393         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12394
12395 2005-02-17  Alexander Shopov  <ash@contact.bg>
12396
12397         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12398
12399 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12400
12401         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12402
12403 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12404
12405         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12406         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12407         (set_document_page), (document_changed_callback),
12408         (ev_view_set_document), (ev_view_find_previous),
12409         (ev_view_hide_cursor), (ev_view_show_cursor):
12410         * shell/ev-view.h:
12411         * shell/ev-window.c: (update_chrome_visibility),
12412         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12413         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12414         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12415         (ev_window_unfullscreen):
12416         * shell/main.c: (main):
12417
12418         Automatically hide the fullscreen button.
12419         Patch by Kristian Høgsberg <krh@redhat.com>
12420
12421 2005-02-16  Vincent Noel  <vnoel@cox.net>
12422
12423         * shell/main.c (main): Specify an icon for the window. Patch by
12424         Jaap A. Haitsma. Fixes #166177.
12425
12426 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12427
12428         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12429
12430 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12431
12432         * backend/ev-document-misc.h:
12433         * backend/ev-document-misc.c:
12434         (ev_document_misc_get_page_border_size),
12435         (ev_document_misc_paint_one_page): New function to canonicalize
12436         sizing/painting a border.
12437
12438         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12439         used.
12440
12441         * pdf/xpdf/pdf-document.cc: use new function
12442
12443         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12444         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12445         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12446         shell/ev-window.c: (update_sizing_buttons),
12447         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12448         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12449         (ev_window_cmd_view_page_width), (size_allocate_cb),
12450         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12451         and "fit width" values act as toggle buttons so they stay
12452         toggled.  It's not 100% perfect, and it's a little slow, but it's
12453         good enough to commit I think.
12454
12455 2005-02-15  David Lodge  <dave@cirt.net>
12456
12457         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12458
12459 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12460
12461         * shell/ev-window.c (update_window_title): replace newlines in
12462         the title by spaces. Bug #166107.
12463
12464 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12465
12466         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12467         parameters providing allocation width and height without
12468         scrollbars and width of a possible vertical scrollbar. With this
12469         additional information the functions can work as
12470         intended. Unfortunately they're not idempotent. We should
12471         transform these commands to toggles. Fixes Bug #164976
12472         Initial patch by Stephane Loeuillet, then heavily modified.
12473
12474         * shell/ev-view.h: update prototypes.
12475
12476         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12477         (ev_window_cmd_view_page_width): provide EvView fit functions with
12478         all the information they need. Formulas to calculate this
12479         information taken from GtkScrolledWindow.
12480
12481 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12482
12483         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12484         created a thumbnail, the list store is updated to know
12485         that the thumbnail is set. Fixes bug #166792
12486
12487 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12488
12489         * shell/ev-window.c: fixed typo, closes bug 166897
12490
12491         * TODO: updated TODO with bug numbers that are relevant
12492
12493 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12494
12495         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12496
12497 2005-02-09  Vincent Noel  <vnoel@cox.net>
12498
12499         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12500         and "Next" toolbar buttons as important to make them stand out.
12501
12502 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12503
12504         * lib/ev-debug.c:
12505         * lib/ev-debug.h:
12506         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12507         (start_interpreter), (stop_interpreter), (document_load),
12508         (ps_document_next_page), (ps_document_goto_page),
12509         (ps_document_set_page_size), (ps_document_widget_event),
12510         (ps_document_render):
12511         * shell/ev-page-view.c: (ev_page_view_dispose):
12512         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12513
12514         Fix compilation on non-gcc platforms
12515
12516 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12517
12518         * NEWS:
12519         * configure.ac:
12520
12521         Release 0.1.4
12522
12523         * pdf/xpdf/Catalog.cc:
12524         * pdf/xpdf/XRef.cc:
12525
12526         Fix the fix for CAN-2004-0888
12527
12528 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12529
12530         * data/Makefile.am:
12531         * data/evince-ui.xml:
12532         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12533         * shell/ev-stock-icons.h:
12534         * shell/ev-window.c: (update_action_sensitivity),
12535         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12536         (set_action_properties):
12537
12538         Improve toolbar layout/icons
12539
12540 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
12541
12542         * pdf/xpdf/pdf-document.cc:
12543
12544         Add warnings about unimplemented/unknown link
12545         types.
12546
12547 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12548
12549         * ps/ps-document.c: (set_up_page):
12550
12551         Log gs property
12552
12553 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12554
12555         * ps/ps-document.c: (start_interpreter):
12556
12557         Log gs env var
12558
12559 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12560
12561         * shell/ev-page-view.c: (ev_page_view_dispose):
12562         * shell/ev-view.c: (ev_view_finalize):
12563         * shell/ev-window.c: (ev_window_setup_document),
12564         (ev_window_dispose), (ev_window_init):
12565
12566         Solve more refs issues.
12567
12568         I commented out the page_view initialization for now:
12569         it was never destroyed (because it's never added
12570         to a container). Because of that we was leaking
12571         gs processes. Couldnt think to a clean fix.
12572         We need to figure this out, password view has the
12573         same issue probably.
12574
12575 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12576
12577         * ps/ps-document.c: (ps_document_finalize),
12578         (ps_document_get_n_pages), (ps_document_get_page):
12579
12580         Some cleanups, stop the interpreter on finalize
12581
12582         * shell/ev-page-view.c: (ev_page_view_dispose),
12583         (ev_page_view_class_init):
12584
12585         Release our reference on the document
12586
12587 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12588
12589         * Makefile.am:
12590         * configure.ac:
12591         * doc/debugging.txt:
12592         * lib/.cvsignore:
12593         * lib/Makefile.am:
12594         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
12595         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
12596         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
12597         * lib/ev-debug.h:
12598
12599         Add debugging helpers
12600
12601         * ps/Makefile.am:
12602         * ps/ps-document.c: (set_up_page), (start_interpreter),
12603         (stop_interpreter), (document_load), (ps_document_next_page),
12604         (ps_document_goto_page), (ps_document_set_page_size),
12605         (ps_document_widget_event), (ps_document_render):
12606         * shell/Makefile.am:
12607         * shell/ev-view.c: (expose_bin_window):
12608         * shell/main.c: (main):
12609
12610         Add some logs
12611         
12612 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12613
12614         * ps/ps-document.c: (ps_document_widget_event):
12615
12616         Initialize message_window, this should make ps
12617         rendering really work! (Never noticed because I was
12618         testing with a ps that is causing gs to exit every time!)
12619
12620 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
12621
12622         * data/evince.schemas.in: updated simple error in applyto closing tag
12623
12624 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
12625
12626         * Makefile.am:
12627         * configure.ac:
12628         * data/.cvsignore:
12629         * data/Makefile.am:
12630         * data/evince-ui.xml:
12631         A data/evince.schemas.in:
12632         * po/POTFILES.in:
12633         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12634         * shell/ev-stock-icons.h:
12635         * shell/ev-window.c: (update_chrome_visibility),
12636         (update_chrome_flag), (ev_window_cmd_edit_find),
12637         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
12638         (ev_window_unfullscreen), (ev_window_focus_in_event),
12639         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
12640         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
12641         (ev_window_view_sidebar_cb), (find_bar_close_cb),
12642         (ev_window_dispose), (ev_window_class_init),
12643         (set_action_properties), (set_chrome_actions), (load_chrome),
12644         (ev_window_init):
12645
12646         Implement fullscreen mode changes from bug #164776.
12647         Also implement persistent chrome toggles.
12648
12649 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
12650
12651         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
12652
12653 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12654
12655         * NEWS:
12656         * configure.ac:
12657         * shell/ev-view.c:
12658
12659         Add another check for find interface
12660
12661         Release 0.1.3
12662
12663 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12664
12665         * shell/ev-application.c: (ev_application_open):
12666         * shell/ev-window.c: (ev_window_open):
12667
12668         Open gzipped ps documents
12669
12670 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12671
12672         * TODO:
12673         * shell/ev-view.c: (set_document_page):
12674
12675         Clamp page number, dont try to move to
12676         not existant pages.
12677
12678 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12679
12680         * backend/ev-document-find.c: (ev_document_find_changed):
12681         * backend/ev-document-find.h:
12682         * pdf/xpdf/pdf-document.cc:
12683         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
12684         * shell/ev-window.c: (find_bar_search_changed_cb):
12685
12686         Fix several bugs with find
12687
12688 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
12689
12690         * shell/ev-sidebar-thumbnails.c
12691         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
12692         document. Prevents warning from scroll_to_cell.
12693
12694 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
12695
12696         * configure.ac: Add «nb» to ALL_LINGUAS too.
12697
12698 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
12699
12700         * NOTES: New file with some random thoughts.
12701
12702         * TODO: Update.
12703
12704         * backend/ev-document-misc.c:
12705         (ev_document_misc_get_page_border_size): New function to
12706         canonicalize shadow drawing sizes.  Possibly goofy.
12707
12708         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
12709         (ev_view_best_fit), (ev_view_fit_width):
12710         * pdf/xpdf/pdf-document.cc:
12711         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12712         * ps/ps-document.c: (ps_document_get_page_size):
12713         * backend/ev-document-misc.h:
12714         * backend/ev-document.c: (ev_document_get_page_size):
12715         * backend/ev-document.h: get_page_size now takes a page number
12716         parameter.  Made all the backends/frontends honor it.
12717
12718         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
12719         see.  Doesn't work yet.
12720
12721         * shell/Makefile.am:
12722         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
12723         Doesn't do anything yet.
12724
12725         * shell/ev-sidebar-thumbnails.c:
12726         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
12727         [0..n_pages-1]
12728
12729         * shell/ev-window.c: (update_action_sensitivity),
12730         (ev_window_setup_document), (ev_window_set_page_mode),
12731         (ev_window_page_mode_cb), (ev_window_init): Clean up the
12732         view-swapping code a bit so we can have multiple views on a
12733         document.  Add the multi-page view, though it can't be turned on
12734         yet.
12735
12736 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12737
12738         * shell/ev-application.c: (ev_application_open):
12739         * shell/ev-view.c: (expose_bin_window):
12740         * shell/ev-window.c: (ev_window_open):
12741
12742         Support eps and check document supports find
12743         before drawing highlightings in expose.
12744
12745 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12746
12747         * pixbuf/pixbuf-document.c:
12748         (pixbuf_document_thumbnails_get_dimensions),
12749         (pixbuf_document_document_thumbnails_iface_init):
12750
12751         implement get_dimensions
12752
12753 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12754
12755         * NEWS:
12756         * configure.ac:
12757
12758         Release 0.1.2
12759
12760 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12761
12762         * shell/ev-view.c: (set_document_page):
12763
12764         Scroll at the top of the page when changing page
12765
12766 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12767
12768         * shell/ev-view.c: (ev_view_motion_notify_event):
12769
12770         Do not redraw unnecessarily
12771
12772 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12773
12774         * pdf/xpdf/pdf-document.cc:
12775         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12776         (expose_bin_window), (find_changed_cb):
12777
12778         Yay! find works now... Now to find bugs...
12779
12780 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12781
12782         * backend/ev-document-find.c: (ev_document_find_base_init),
12783         (ev_document_find_changed):
12784         * backend/ev-document-find.h:
12785         * pdf/xpdf/pdf-document.cc:
12786         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12787         (expose_bin_window), (ev_view_init), (set_document_page),
12788         (ensure_rectangle_is_visible), (jump_to_find_result),
12789         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
12790         (ev_view_find_next), (ev_view_find_previous):
12791         * shell/ev-view.h:
12792         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
12793
12794         More work on find implementation, mostly there now
12795
12796 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
12797
12798         * backend/ev-backend-marshalers.list:
12799         * backend/ev-document-find.c: (ev_document_find_base_init),
12800         (ev_document_find_cancel), (ev_document_find_page_has_results),
12801         (ev_document_find_get_n_results), (ev_document_find_get_result),
12802         (ev_document_find_get_progress), (ev_document_find_changed):
12803         * backend/ev-document-find.h:
12804
12805         Enanche the find interface to be really able to do
12806         multi page find.
12807
12808         * pdf/xpdf/pdf-document.cc:
12809
12810         Implement
12811
12812         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
12813         (expose_bin_window), (ev_view_init),
12814         (ev_view_get_find_status_message), (find_changed_cb),
12815         (ev_view_set_document), (set_document_page):
12816
12817         Adapt to the new interface. A few things are regressed sorry,
12818         I will finish it soon.
12819
12820 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
12821
12822         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
12823         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
12824         ev_sidebar_thumbnails_parent_class variable, don't define another
12825         parent_class variable.
12826
12827         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
12828         (ev_page_action_class_init): ditto.
12829
12830         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
12831         (pixbuf_document_class_init): ditto.
12832
12833         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
12834         ditto.
12835
12836         * .cvsignore: ignore various valgrind output files.
12837
12838 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12839
12840         * data/evince-ui.xml:
12841         * shell/Makefile.am:
12842         * shell/ev-history.c:
12843         * shell/ev-history.h:
12844         * shell/ev-navigation-action.c:
12845         * shell/ev-navigation-action.h:
12846         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
12847         (ev_view_set_page), (ev_view_fit_width):
12848         * shell/ev-view.h:
12849         * shell/ev-window.c: (update_action_sensitivity),
12850         (ev_window_setup_document), (register_custom_actions):
12851
12852         Kill session history
12853
12854 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12855
12856         * shell/ev-window.c: (update_action_sensitivity):
12857
12858         Fix inverted up/down buttons
12859
12860 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
12861
12862         * shell/ev-sidebar-thumbnails.c
12863         (ev_sidebar_thumbnails_select_page): make sure the selected
12864         thumbnail stays visible.
12865
12866 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
12867
12868         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
12869         scrolled window for Federico.
12870
12871 2005-01-26  Ole Laursen  <olau@hardworking.dk>
12872
12873         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
12874
12875 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
12876
12877         * configure.ac:
12878         * pdf/splash/SplashFTFontEngine.cc:
12879
12880         Fix CID fonts with freetype 2.1.9
12881
12882 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
12883
12884         * TODO: added item for desktop icon thumbnailer
12885
12886 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
12887
12888         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
12889         unloaded docs when the title is accessed.
12890
12891         * shell/ev-password-view.[hc]: New widget for displaying password
12892         state.
12893
12894         * shell/ev-window.[ch]: Refactor password handling code to handle
12895         the new view.
12896
12897 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
12898
12899         * NEWS:
12900         * configure.ac:
12901         * data/Makefile.am:
12902
12903         Release 0.1.1
12904
12905 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12906
12907         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
12908         ignore page offset here, to make search results independent of it,
12909
12910         * shell/ev-view.c (expose_bin_window): but take offsets into
12911         account here. Bug #164932
12912
12913         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
12914         scale at the right time. Bug #164996
12915
12916 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
12917
12918         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
12919         fix the problem. Now I just removed the Adobe font names and hope
12920         that the URW fonts are always in outline format. Bug #164934
12921
12922         * shell/ev-window.c (update_window_title): empty titles are
12923         useless, use filename in that case too.
12924
12925         * NEWS: Add some content.
12926
12927 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
12928
12929         * TODO: added one more TODO item and a TODONE section :)
12930
12931 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12932
12933         * ps/ps-document.h: add page_[xy]_offset fields.
12934
12935         * ps/ps-document.c (ps_document_set_page_offset)
12936         (ps_document_render): Keep offset in consideration in a few
12937         places. Bug #164752 "postscript documents are not centered in
12938         window"
12939
12940         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
12941         s/gpdf/evince/. Spotted by Stephane Loeuillet.
12942
12943         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
12944         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
12945         stub out missing methods for complete EvDocument implementation.
12946         Fixes segfaults with Save A Copy and Copy actions.
12947
12948         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
12949         (ps_document_document_iface_init): ditto.
12950         
12951 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12952
12953         * data/.cvsignore:
12954         * data/Makefile.am:
12955         * data/evince.desktop.in:
12956
12957         Add desktop file
12958
12959 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12960
12961         * shell/ev-view.c: (ev_view_button_press_event),
12962         (ev_view_motion_notify_event):
12963
12964         Make selection work in any direction
12965
12966 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12967
12968         * TODO:
12969         * shell/ev-window.c: (set_short_labels), (ev_window_init):
12970
12971         Use shorter labels for some of the toolbars items
12972
12973 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12974
12975         * pdf/xpdf/pdf-document.cc:
12976
12977         Check the links info is initialized before
12978         using it. Should fix a crash on startup.
12979
12980 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12981
12982         * pixbuf/pixbuf-document.c
12983         (pixbuf_document_thumbnails_get_dimensions): force floating point
12984         division to calculate page_ratio. Fixes crash with landscape
12985         format pixbufs.
12986
12987 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
12988
12989         * shell/ev-view.c (ev_view_realize): make the bg color darker.
12990
12991 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
12992
12993         * shell/ev-view.c (set_document_page): unset has_selection when
12994         the page changes.
12995         (set_document_page): handle paper size changes when the page
12996         changes (test with Free Culture, page 2).
12997
12998 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12999
13000         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
13001         (expose_bin_window), (ev_view_class_init), (ev_view_init):
13002
13003         Use normal style color for the widget background and
13004         draw a black box around the page.
13005
13006 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13007
13008         * pdf/xpdf/pdf-document.cc:
13009
13010         Keep offset in consideration in a few places
13011
13012         * shell/ev-view.c: (expose_bin_window):
13013
13014         Set the offsets so that the document is ever centered
13015
13016 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
13017
13018         * TODO: Added TODO items and finished off the first todo item
13019
13020         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
13021         reflect current authors
13022
13023 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13024
13025         * pdf/xpdf/pdf-document.cc:
13026         * shell/ev-view.c: (ev_view_set_cursor),
13027         (ev_view_motion_notify_event), (document_changed_callback),
13028         (set_document_page):
13029
13030         Show a wait cursor while the page is rendering
13031
13032 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13033
13034         * shell/ev-sidebar-thumbnails.c:
13035         (ev_sidebar_tree_selection_changed),
13036         (ev_sidebar_thumbnails_select_page):
13037         * shell/ev-sidebar-thumbnails.h:
13038         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
13039         (ev_view_can_go_forward):
13040         * shell/ev-window.c: (ev_window_open_page),
13041         (ev_window_setup_document), (update_current_page),
13042         (view_page_changed_cb), (ev_window_init):
13043         * shell/ev-window.h:
13044
13045         Ensure thumbnails selection, toolbar page control and
13046         current page are in sync.
13047
13048 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
13049
13050         * pdf/xpdf/XRef.cc:
13051
13052         Fix CAN-2005-0064
13053
13054 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
13055
13056         * backend/Makefile.am:
13057         * backend/ev-document-links.h:
13058         * backend/ev-document-security.c: (ev_document_security_get_type),
13059         (ev_document_security_has_document_security),
13060         (ev_document_security_set_password):
13061         * backend/ev-document-security.h:
13062         * backend/ev-document.c: (ev_document_error_quark):
13063         * backend/ev-document.h:
13064         * data/Makefile.am:
13065         * data/evince-password.glade:
13066         * pdf/xpdf/pdf-document.cc:
13067         * shell/Makefile.am:
13068         * shell/ev-password.c: (ev_password_set_bad_password_label),
13069         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
13070         (ev_password_dialog_get_password),
13071         (ev_password_dialog_set_bad_pass):
13072         * shell/ev-password.h:
13073         * shell/ev-window.c: (ev_window_get_attribute),
13074         (ev_window_set_property), (update_action_sensitivity),
13075         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
13076         (ev_window_setup_document), (ev_window_get_password),
13077         (ev_window_open), (ev_window_cmd_save_as),
13078         (using_postscript_printer), (ev_window_print),
13079         (find_not_supported_dialog), (ev_window_cmd_edit_find),
13080         (update_fullscreen_popup), (ev_window_fullscreen),
13081         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13082         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
13083         (menu_item_select_cb), (find_bar_search_changed_cb),
13084         (ev_window_dispose), (ev_window_init):
13085
13086         Add initial support for password-supported dialogs.  This could be
13087         a lot cooler, but it'll do for now.
13088
13089 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
13090
13091         * pdf/xpdf/pdf-document.cc:
13092         * shell/ev-view.c: (status_message_from_link),
13093         (ev_view_set_status), (ev_view_set_cursor),
13094         (ev_view_motion_notify_event), (ev_view_init):
13095         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
13096
13097         Fix bugs in the links implementation and change cursor
13098         when hovering a link.
13099
13100 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
13101
13102         * viewer/.cvsignore: added cvsignore file for viewer directory
13103
13104         * TODO: created TODO document
13105
13106 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
13107
13108         * shell/ev-view.h:
13109         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
13110         new functions to help with implementation of sensitivity code
13111         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13112         of all actions that might require it.  Fixes a crash when you
13113         click on the Zoom actions in a window lacking a document.
13114
13115 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
13116
13117         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13118         of the Find action
13119
13120 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13121
13122         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
13123         (pixbuf_document_document_iface_init):
13124         * ps/ps-document.c: (ps_document_get_link),
13125         (ps_document_document_iface_init):
13126         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
13127         (status_message_from_link), (ev_view_set_status),
13128         (ev_view_set_find_status), (ev_view_motion_notify_event),
13129         (ev_view_button_release_event), (ev_view_set_property),
13130         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
13131         (ev_view_get_find_status_message), (update_find_results),
13132         (ev_view_get_status), (ev_view_get_find_status):
13133         * shell/ev-view.h:
13134         * shell/ev-window.c: (view_status_changed_cb),
13135         (view_find_status_changed_cb), (ev_window_init):
13136
13137         View status message support, use it to show the links.
13138         Needs work...
13139
13140 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13141
13142         * backend/ev-document.c: (ev_document_get_link):
13143         * backend/ev-document.h:
13144         * pdf/xpdf/pdf-document.cc:
13145         * shell/ev-application.c: (ev_application_open):
13146         * shell/ev-application.h:
13147         * shell/ev-sidebar-links.c: (selection_changed_cb):
13148         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
13149         (ev_view_go_to_link):
13150
13151         Add support for document links
13152
13153 2005-01-13  Anders Carlsson  <andersca@gnome.org>
13154
13155         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
13156         (create_tool_item):
13157         Set the spin button limits correctly.
13158         
13159         * shell/ev-sidebar-thumbnails.c:
13160         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
13161         Support changing pages by clicking on the thumbnails.
13162         
13163 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13164
13165         * pixbuf/pixbuf-document.c:
13166         (pixbuf_document_thumbnails_get_dimensions),
13167         (pixbuf_document_document_thumbnails_iface_init):
13168
13169         implement get_dimensions
13170
13171 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13172
13173         * ps/ps-document.c: (ps_document_goto_page):
13174
13175         Fix page switching on multipage documents
13176
13177 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
13178
13179         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13180         
13181         check for NULL before assigning to width and height parameters
13182
13183 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13184
13185         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
13186         (pixbuf_document_set_property), (pixbuf_document_get_property):
13187
13188         implement get/set properties
13189
13190 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13191
13192         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13193         
13194         return NULL instead of "Unknown", letting the title get set to
13195         the filename when the pdf has no title.
13196
13197 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13198
13199         * ps/ps-document.c: (ps_document_get_page_count),
13200         (ps_document_goto_page):
13201
13202 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13203
13204         * shell/ev-history.c: (ev_history_get_property),
13205         (ev_history_set_property), (ev_history_class_init),
13206         (ev_history_add_page), (ev_history_set_current_index):
13207         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13208         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13209         (ev_navigation_action_finalize):
13210         * shell/ev-navigation-action.h:
13211         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13212         (ev_view_go_forward), (ev_view_get_find_status_message),
13213         (history_index_changed_cb), (ev_view_set_history):
13214         * shell/ev-view.h:
13215         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13216         (update_current_page), (register_custom_actions):
13217
13218         Implement history dropdowns
13219
13220 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13221
13222         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13223         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13224         (ev_view_go_forward):
13225         * shell/ev-window.c: (register_custom_actions):
13226
13227         Fix several history bugs
13228
13229 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13230
13231         * configure.ac: Add «nb» to ALL_LINGUAS.
13232
13233 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13234
13235         * backend/Makefile.am:
13236         * backend/ev-bookmark.c:
13237         * backend/ev-bookmark.h:
13238         * backend/ev-document-bookmarks.c:
13239         * backend/ev-document-bookmarks.h:
13240         * backend/ev-document-links.c: (ev_document_links_get_type),
13241         (ev_document_links_has_document_links),
13242         (ev_document_links_begin_read), (ev_document_links_get_link),
13243         (ev_document_links_get_child), (ev_document_links_next),
13244         (ev_document_links_free_iter):
13245         * backend/ev-document-links.h:
13246         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13247         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13248         (ev_link_get_link_type), (ev_link_set_link_type),
13249         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13250         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13251         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13252         (ev_link_new_external):
13253         * backend/ev-link.h:
13254         * pdf/xpdf/pdf-document.cc:
13255         * shell/Makefile.am:
13256         * shell/ev-application.c: (ev_application_open_link):
13257         * shell/ev-application.h:
13258         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13259         (ev_history_get_link_nth):
13260         * shell/ev-history.h:
13261         * shell/ev-sidebar-bookmarks.c:
13262         * shell/ev-sidebar-bookmarks.h:
13263         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13264         (ev_sidebar_links_class_init), (selection_changed_cb),
13265         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13266         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13267         (do_one_iteration), (populate_links_idle),
13268         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13269         * shell/ev-sidebar-links.h:
13270         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13271         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13272         (go_to_index):
13273         * shell/ev-view.h:
13274         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13275         * shell/ev-window.h:
13276
13277         Rename bookmark to link, and use "Index" for the sidebar panel.
13278
13279 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13280
13281         * shell/Makefile.am:
13282         * shell/ev-application.c: (ev_application_open_bookmark):
13283         * shell/ev-application.h:
13284         * shell/ev-history.c: (ev_history_init), (free_links_list),
13285         (ev_history_finalize), (ev_history_class_init),
13286         (ev_history_add_link), (ev_history_add_page),
13287         (ev_history_get_link_nth), (ev_history_get_n_links),
13288         (ev_history_get_current_index), (ev_history_set_current_index),
13289         (ev_history_new):
13290         * shell/ev-history.h:
13291         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13292         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13293         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13294         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13295         (ev_view_set_page):
13296         * shell/ev-view.h:
13297         * shell/ev-window.c: (ev_window_open_bookmark),
13298         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13299         (goto_page_cb), (register_custom_actions):
13300         * shell/ev-window.h:
13301
13302         Initial history implementation. Needs work.
13303
13304 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13305
13306         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13307
13308 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13309
13310         * cut-n-paste/recent-files/egg-recent-item.c:
13311         * cut-n-paste/recent-files/egg-recent-item.h:
13312         * cut-n-paste/recent-files/egg-recent-model.c:
13313         * cut-n-paste/recent-files/egg-recent-util.c:
13314         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13315         * cut-n-paste/recent-files/egg-recent-view.c:
13316
13317         Update
13318
13319 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13320
13321         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13322         (fillGlyph, fillImageMask, drawImage):
13323         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13324         pdf/splash/SplashTypes.h:
13325         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13326         packed mode for Splash.
13327
13328         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13329         RGB8 packed mode, eliminates the pixbuf data creation loop.
13330
13331         * shell/ev-print-job.c (ev_print_job_finalize)
13332         (ev_print_job_set_property, ev_print_job_get_property)
13333         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13334         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13335         (print_closure_finalize, ev_print_job_print): implement
13336         printing (for backends with EvPsExporter)
13337
13338         * shell/ev_print_job.h: update prototypes.
13339
13340         * shell/ev-window.c (ev_window_print): unref print job after
13341         printing.
13342
13343         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13344         unless the document implements the EvDocumentFind interface.
13345
13346 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13347
13348         * configure.ac: Added ja to ALL_LINGUAS.
13349
13350 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13351
13352         * pdf/xpdf/pdf-document.cc:
13353
13354         add a FIXME. We should probably not allocate
13355         a bookmark object every time
13356
13357 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13358
13359         * shell/ev-application.c: (ev_application_open),
13360         (ev_application_open_bookmark):
13361         * shell/ev-application.h:
13362         
13363         Add a way to open bookmarks
13364
13365         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13366         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13367         (ev_bookmark_set_property), (ev_bookmark_class_init),
13368         (ev_bookmark_new_title), (ev_bookmark_new_link),
13369         (ev_bookmark_new_external):
13370
13371         Support for external uris, better constructors.
13372
13373         * backend/ev-bookmark.h:
13374         * pdf/xpdf/pdf-document.cc:
13375         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13376
13377         Handle external uris
13378
13379 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13380
13381         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13382         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13383
13384         Hook up bookmarks navigation
13385
13386 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13387
13388         * backend/Makefile.am:
13389         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13390         (ev_bookmark_get_title), (ev_bookmark_set_title),
13391         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13392         (ev_bookmark_get_page), (ev_bookmark_set_page),
13393         (ev_bookmark_get_property), (ev_bookmark_set_property),
13394         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13395         (ev_bookmark_new):
13396         * backend/ev-bookmark.h:
13397         * backend/ev-document-bookmarks.c:
13398         (ev_document_bookmarks_get_bookmark):
13399         * backend/ev-document-bookmarks.h:
13400         * pdf/xpdf/pdf-document.cc:
13401         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13402
13403         Add a bookmark object to the backend and use it instead of get_values
13404
13405 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13406
13407         * data/evince-ui.xml:
13408
13409         Cleanup and add select all.
13410
13411         * shell/ev-view.c: (ev_view_select_all),
13412         (ev_view_button_press_event):
13413         * shell/ev-view.h:
13414         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13415
13416         Add select all.
13417         Clear selection on click.
13418
13419 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13420
13421         * shell/ev-sidebar-thumbnails.c
13422         (ev_sidebar_thumbnails_set_document): forgot to unref the
13423         loading_icon.
13424
13425 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13426
13427         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13428         at the visible page, not just linearly.  This makes it look fast.
13429
13430 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13431
13432         * backend/ev-document-misc.c
13433         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13434         white.
13435         * backend/ev-document-thumbnails.h: New interface to get the size
13436         of a page.
13437
13438 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13439
13440         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13441         make dist works
13442
13443 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13444
13445         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13446         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13447         things up a bit.
13448
13449         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13450
13451 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13452
13453         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13454         fonts. Should fix font problems on systems that have the base
13455         fonts in bitmap format. Reported by James Henstridge
13456         <james@jamesh.id.au>.
13457
13458 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13459
13460         * pdf/xpdf/Gfx.cc:
13461         * pdf/xpdf/GfxState.cc:
13462
13463         Fix for CAN-2004-1125
13464
13465 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13466
13467         * shell/ev-view.c: (ev_view_copy):
13468         * shell/ev-view.h:
13469         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13470
13471         Implement Edit->Copy
13472
13473 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13474
13475         * backend/ev-document.c: (ev_document_get_text):
13476         * backend/ev-document.h:
13477         * pdf/xpdf/pdf-document.cc:
13478         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13479         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13480         (ev_view_update_primary_selection), (ev_view_button_press_event),
13481         (ev_view_motion_notify_event), (ev_view_button_release_event):
13482
13483         Beginnings of clipboard support. Incomplete but primary sort
13484         of work.
13485
13486 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13487
13488         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13489         (expose_bin_window):
13490
13491         Nicer rubberband drawing, from GtkIconView.
13492
13493 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13494
13495         * backend/ev-document.c: (ev_document_save):
13496         * backend/ev-document.h:
13497         * data/evince-ui.xml:
13498         * pdf/xpdf/pdf-document.cc:
13499         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13500
13501         Implement "Save a copy..." menu item
13502
13503 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13504
13505         * shell/ev-view.c: (ev_view_zoom):
13506
13507         Queue a resize when zoom changes
13508
13509 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13510
13511         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13512         shadows.
13513
13514         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13515         thumbnails..
13516
13517 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13518
13519         * pdf/xpdf/pdf-document.cc
13520         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13521
13522 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13523
13524         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13525         It's slow, but I'll speed it up next!
13526
13527 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13528
13529         * shell/main.c (load_files):
13530
13531         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13532         from the command line and because it seems more appropriate.
13533
13534 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13535
13536         * data/evince-ui.xml:
13537         * shell/ev-window.c: (update_action_sensitivity),
13538         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13539
13540         s/next page/page down
13541         s/previous page/page up
13542
13543 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13544
13545         * data/evince-ui.xml:
13546
13547         Change the layout to match clarkbw design.
13548
13549         * shell/Makefile.am:
13550         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
13551         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
13552         (ev_navigation_action_finalize),
13553         (ev_navigation_action_set_property),
13554         (ev_navigation_action_get_property),
13555         (ev_navigation_action_class_init):
13556         * shell/ev-navigation-action.h:
13557
13558         Implement clarkbw toolbar navigation controls (incomplete)
13559
13560         * shell/ev-page-action.c: (update_label), (update_spin),
13561         (value_changed_cb), (create_tool_item), (connect_proxy),
13562         (ev_page_action_init), (ev_page_action_finalize),
13563         (ev_page_action_set_property), (ev_page_action_get_property),
13564         (ev_page_action_set_current_page),
13565         (ev_page_action_set_total_pages), (ev_page_action_class_init):
13566         * shell/ev-page-action.h:
13567
13568         Implement a page switcher in the toolbar
13569
13570         * shell/ev-view.c: (ev_view_scroll_view):
13571         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13572         (update_current_page), (view_page_changed_cb), (goto_page_cb),
13573         (register_custom_actions), (ev_window_init):
13574
13575         Change page on PageUp/Down.
13576
13577 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
13578
13579         * pdf/xpdf/pdf-document.cc
13580         (pdf_document_thumbnails_get_thumbnail): initial stab at
13581         implementing thumbnail support for pdfs.  It only does documents
13582         with precached pdfs now.
13583
13584 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
13585
13586         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
13587         thumbnail code into a time-based idle as well.  Also, turn off the
13588         shadow temporarily as it's really slow.
13589
13590 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13591
13592         * backend/ev-document.c: (ev_document_class_init):
13593         * pdf/xpdf/pdf-document.cc:
13594         * shell/ev-window.c: (ev_window_open):
13595
13596         Fix document title bugs and fallback to
13597         filename when not available.
13598
13599 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13600
13601         * backend/ev-document.c: (ev_document_get_type),
13602         (ev_document_class_init), (ev_document_load),
13603         (ev_document_get_title):
13604         * backend/ev-document.h:
13605         * pdf/xpdf/pdf-document.cc:
13606         * ps/ps-document.c: (ps_document_set_property),
13607         (ps_document_get_property), (ps_document_class_init),
13608         (document_load):
13609         * ps/ps-document.h:
13610         * ps/ps.h:
13611         * shell/ev-window.c: (update_window_title), (ev_window_open),
13612         (ev_window_init):
13613
13614         Initial support for document title. Not working yet.
13615
13616 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13617
13618         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
13619
13620         Grab focus on the view when clicking it
13621
13622 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13623
13624         * shell/ev-marshal.list:
13625         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
13626         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
13627
13628         Add key bindings to the view. Now if the focus would work
13629         right...
13630
13631 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13632
13633         * Makefile.am:
13634         * backend/Makefile.am:
13635         * data/Makefile.am:
13636         * dvi/Makefile.am:
13637         * dvi/dvilib/Makefile.am:
13638         * pdf/xpdf/Makefile.am:
13639         * po/POTFILES.in:
13640         * ps/Makefile.am:
13641
13642         Fix distcheck
13643
13644 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13645
13646         * shell/ev-view.c: (ev_view_realize):
13647
13648         Fix mouse wheel scrolling
13649
13650 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13651
13652         * ps/Makefile.am:
13653         * ps/gstypes.h:
13654         * ps/gtkgs.c:
13655         * ps/gtkgs.h:
13656         * ps/ps-document.c: (catchPipe), (ps_document_init),
13657         (ps_document_class_init), (ps_document_cleanup),
13658         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
13659         (set_up_page), (close_pipe), (is_interpreter_ready),
13660         (interpreter_failed), (output), (input), (start_interpreter),
13661         (stop_interpreter), (file_length), (file_readable),
13662         (check_filecompressed), (check_pdf), (compute_xdpi),
13663         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
13664         (ps_document_get_type), (ps_document_emit_error_msg),
13665         (document_load), (ps_document_next_page),
13666         (ps_document_get_current_page), (ps_document_get_page_count),
13667         (ps_document_goto_page), (ps_document_set_page_size),
13668         (ps_document_zoom_to_fit), (ps_document_set_zoom),
13669         (ps_document_load), (ps_document_get_n_pages),
13670         (ps_document_set_page), (ps_document_get_page),
13671         (ps_document_widget_event), (ps_document_set_target),
13672         (ps_document_set_scale), (ps_document_set_page_offset),
13673         (ps_document_get_page_size), (ps_document_render),
13674         (ps_document_document_iface_init):
13675         * ps/ps-document.h:
13676         * ps/ps.c:
13677         * shell/ev-window.c: (ev_window_open):
13678
13679         Rename GtkGS to PSDocument
13680
13681 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13682
13683         * ps/gtkgs.c: (gtk_gs_class_init):
13684         * ps/gtkgs.h:
13685
13686         Some more leftover...
13687
13688 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13689
13690         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
13691         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
13692         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
13693         * ps/gtkgs.h:
13694
13695         Remove unused code and make a lot of stuff private
13696
13697 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13698
13699         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
13700         (gtk_gs_defaults_changed):
13701         * ps/gsdefaults.h:
13702         * ps/gtkgs.c:
13703         * ps/gtkgs.h:
13704         * ps/ps.h:
13705
13706         Cleanup headers dependencies
13707
13708 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13709
13710         * ps/Makefile.am:
13711         * ps/ggvutils.c:
13712         * ps/ggvutils.h:
13713         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
13714         * ps/gsdefaults.h:
13715         * ps/gtkgs.c: (file_length), (file_readable),
13716         (check_filecompressed), (check_pdf), (gtk_gs_load),
13717         (gtk_gs_get_postscript):
13718
13719         Get rid of ggvutils
13720
13721 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13722
13723         * ps/ggvutils.c:
13724         * ps/ggvutils.h:
13725         * ps/gsio.h:
13726         * ps/gtkgs.c: (gtk_gs_set_zoom):
13727
13728         Cleanups
13729
13730 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13731
13732         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
13733
13734         Ensure the page is rerendered when changing zoom
13735
13736 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13737
13738         * backend/ev-document.c: (ev_document_base_init),
13739         (ev_document_changed):
13740         * backend/ev-document.h:
13741
13742         Add a changed event that is emitted when the page content
13743         changes. This is necessary to deal with the fact that
13744         in ps backend rendering happen asycrounously.
13745         This makes the ps backend mostly work.
13746
13747         * pdf/xpdf/pdf-document.cc:
13748
13749         Emit changed event
13750
13751         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
13752         (ps_document_set_target):
13753
13754         Emit changed event
13755
13756         * shell/ev-view.c: (document_changed_callback),
13757         (ev_view_set_document), (ev_view_set_page):
13758
13759         Redraw on the changed signal
13760
13761 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
13762
13763         * configure.ac: Added pt_BR to ALL_LINGUAS.
13764
13765 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
13766
13767         * backend/ev-document-bookmarks.c:
13768         (ev_document_bookmarks_get_child): *
13769         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
13770         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
13771         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
13772         (ev_sidebar_bookmarks_destroy),
13773         (ev_sidebar_bookmarks_class_init),
13774         (ev_sidebar_bookmarks_construct), (stack_data_free),
13775         (do_one_iteration), (populate_bookmarks_idle),
13776         (ev_sidebar_bookmarks_clear_document),
13777         (ev_sidebar_bookmarks_set_document): *
13778         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
13779         (ev_sidebar_add_page),
13780         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
13781         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
13782         it displays both the topics and the page numbers.
13783
13784 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
13785
13786         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
13787         toggle.
13788         * shell/ev-window.c (toggle_entries): Set sidebar default value to
13789         visible.
13790
13791 2004-12-23  Adam Weinberger  <adamw@gnome.org>
13792
13793         * configure.ac: Added en_CA to ALL_LINGUAS.
13794
13795 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13796
13797         * ChangeLog: replace bottom of this ChangeLog (merged history of
13798         ggv and gpdf; where all paths were wrong and most of the files are
13799         not even in this tree) with ChangeLog (from arch) of the shell
13800         code.
13801
13802 2004-12-23  Havoc Pennington  <hp@redhat.com>
13803
13804         * shell/ev-window.c: hook up potentially-questionable "find
13805         results status text" feature - something involving the sidebar or
13806         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
13807         might be better in the end.
13808
13809         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
13810         with corresponding signal when it should be updated
13811
13812         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
13813
13814 2004-12-22  Havoc Pennington  <hp@redhat.com>
13815
13816         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
13817         find stuff on other pages, sort of (only returns one result on
13818         invisible pages, to show they have results; updates full results
13819         for a page when you view it). Currently repaints the current page
13820         every time a new result is found on any page, which isn't so nice.
13821
13822 2004-12-22  Havoc Pennington  <hp@redhat.com>
13823
13824         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
13825         the document doesn't support find (better ideas?)
13826         (find_bar_search_changed_cb): handle missing document or document
13827         that doesn't support find
13828
13829         * pdf/xpdf/pdf-document.cc: port to implement the new
13830         EvDocumentFindIface
13831
13832         * backend/ev-document-find.c: create a new interface for searching
13833
13834         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
13835
13836 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13837
13838         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
13839         libevbackend.la.
13840
13841         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
13842         EvPrintJob constructor arguments.
13843
13844         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
13845         for documents that can export PostScript (page by page).
13846
13847         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
13848         
13849         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
13850         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
13851         (pdf_document_ps_exporter_iface_init:
13852         Implement EvPSExporter.
13853
13854         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
13855
13856 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13857
13858         * backend/Makefile.am:
13859         * backend/ev-document-thumbnails.c:
13860         (ev_document_thumbnails_get_type),
13861         (ev_document_thumbnails_get_thumbnail):
13862         * backend/ev-document-thumbnails.h:
13863         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13864         (pixbuf_document_thumbnails_get_thumbnail),
13865         (pixbuf_document_document_thumbnails_iface_init):
13866         * shell/Makefile.am:
13867         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
13868         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
13869         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
13870         * shell/ev-sidebar-thumbnails.h:
13871         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
13872         (ev_sidebar_set_document):
13873         * shell/ev-utils.c: (gaussian), (create_blur_filter),
13874         (create_shadow), (ev_pixbuf_add_shadow):
13875         * shell/ev-utils.h:
13876         Add thumbnail support.
13877         
13878 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13879
13880         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
13881         (using_postscript_printer): Set up a print dialog for "PostScript
13882         injection" method.
13883
13884         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
13885         EvPrintJob.
13886
13887         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
13888
13889 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13890
13891         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
13892         (ps_document_set_target), (ps_document_get_page_size),
13893         (ps_document_render):
13894         * ps/gtkgs.h:
13895
13896         Fix a few bugs
13897
13898 2004-12-22  Christian Rose  <menthos@menthos.com>
13899
13900         * configure.ac: Added "sv" to ALL_LINGUAS.
13901
13902 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
13903
13904         * backend/ev-document-bookmarks.[ch]: new interface to indicate
13905         document supports bookmarks.
13906
13907 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13908
13909         * ps/ggvutils.c: (ggv_file_readable):
13910         * ps/ggvutils.h:
13911         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
13912         (gtk_gs_get_postscript):
13913
13914         Remove unused utils
13915
13916 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13917
13918         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
13919         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
13920         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
13921         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
13922         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
13923         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
13924         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13925         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13926         (gtk_gs_set_antialiasing), (ps_document_load),
13927         (ps_document_render):
13928         * ps/gtkgs.h:
13929
13930         Another check point for the ps backend. Now I can get it to show
13931         pages!
13932
13933 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
13934
13935         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
13936         document setting code.
13937
13938 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13939
13940         * shell/eggfindbar.c: (entry_activate_callback):
13941         Animate the next button when activate is pressed.
13942         
13943 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13944
13945         * shell/ev-window.c: (ev_window_cmd_edit_find),
13946         (update_fullscreen_popup), (ev_window_fullscreen),
13947         (ev_window_unfullscreen), (ev_window_state_event_cb),
13948         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
13949         Fix bugs in fullscreen code.
13950         
13951 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13952
13953         * Makefile.am:
13954         * configure.ac:
13955         * pixbuf/Makefile.am:
13956         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13957         (pixbuf_document_load), (pixbuf_document_get_n_pages),
13958         (pixbuf_document_set_page), (pixbuf_document_get_page),
13959         (pixbuf_document_set_target), (pixbuf_document_set_scale),
13960         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
13961         (pixbuf_document_render), (pixbuf_document_begin_find),
13962         (pixbuf_document_end_find), (pixbuf_document_finalize),
13963         (pixbuf_document_class_init),
13964         (pixbuf_document_document_iface_init), (pixbuf_document_init):
13965         * pixbuf/pixbuf-document.h:
13966         * shell/Makefile.am:
13967         * shell/ev-application.c: (ev_application_open):
13968         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
13969         (ev_window_open):
13970         Add pixbuf backend.
13971         
13972 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
13973
13974         * Makefile.am: 
13975         * dvi/dvilib/Makefile.am:
13976         * dvi/Makefile.am:
13977         * configure.ac: Auto*ify dvi and dvi/dvilib
13978
13979         * dvi/Makefile: Remove from CVS
13980         
13981         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
13982         confusion.
13983
13984         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
13985         
13986         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
13987         
13988 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13989
13990         * ps/Makefile.am:
13991         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
13992         (gtk_gs_value_adjustment_changed), (compute_size),
13993         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
13994         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
13995         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13996         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13997         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
13998         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
13999         (ps_document_load), (ps_document_get_n_pages),
14000         (ps_document_set_page), (ps_document_get_page),
14001         (ps_document_set_target), (ps_document_set_scale),
14002         (ps_document_set_page_offset), (ps_document_get_page_size),
14003         (ps_document_render), (ps_document_begin_find),
14004         (ps_document_end_find), (ps_document_document_iface_init):
14005         * ps/gtkgs.h:
14006         * shell/Makefile.am:
14007         * shell/ev-window.c: (ev_window_open):
14008
14009         Some work to integrate gtkgs with EvDocument
14010
14011 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14012
14013         * shell/ev-window.c: (update_fullscreen_popup),
14014         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
14015         (exit_fullscreen_button_clicked_cb),
14016         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
14017         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14018         (ev_window_state_event_cb), (ev_window_init):
14019         Add fullscreen support from Epiphany.
14020         
14021 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14022
14023         * data/ev-stock-zoom-fit-width.png: fit-width
14024         stock icon from gpdf.
14025         
14026         * shell/ev-stock-icons.[ch]: copied from gpdf.
14027         
14028         * shell/main.c: (main): init stock icons.
14029         
14030         * shell/ev-window.c: use the fit-width icon.
14031         
14032         * data/evince-ui.xml: add zooming toolbar items.
14033
14034 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14035
14036         * shell/ev-view.c: 
14037         (ev_view_best_fit), (ev_view_fit_width): because
14038         get_page_size() returns the scaled page size, we
14039         need to calculate the scale factor relative to
14040         the previous scale factor. Should really just
14041         add get_real_page_size().
14042
14043 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14044
14045         * shell/ev-view.[ch]:
14046         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
14047         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
14048         add zooming.
14049         
14050         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
14051         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
14052         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
14053         hook it up.
14054         
14055         * pdf/xpdf/pdf-document.cc:
14056         (pdf_document_begin_find),
14057         (pdf_document_end_find): make static.
14058
14059 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14060
14061         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
14062
14063         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
14064         names to fontconfig patterns.
14065         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
14066
14067         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
14068         setupBaseFontsFc.
14069
14070 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14071
14072         * Makefile.am:
14073         * configure.ac:
14074         * ps/Makefile.am:
14075         * ps/ggvutils.c:
14076         * ps/ggvutils.h:
14077         * ps/gsdefaults.c:
14078         * ps/gsdefaults.h:
14079         * ps/gsio.c:
14080         * ps/gsio.h:
14081         * ps/gtkgs.c:
14082         * ps/gtkgs.h:
14083         * ps/ps.c:
14084         * ps/ps.h:
14085
14086         Import ggv backend. Not hooked up yet.
14087
14088 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14089
14090         * shell/main.c: (load_files), (main): load files
14091         from the command line.
14092
14093 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14094
14095         * configure.ac: don't require bonobo.
14096         
14097         * cut-n-paste/recent-files/*: kill bonobo recent
14098         view.
14099
14100         * shell/ev-window.c:
14101         (ev_window_is_empty): upd.
14102         (unable_to_load), (ev_window_open): load backend
14103         based on the mime type.
14104
14105 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14106
14107         * backend/.cvsignore: ignore generated marshalers source.
14108
14109         * shell/main.c (main): this is not epiphany.
14110
14111 2004-12-22  Havoc Pennington  <hp@redhat.com>
14112
14113         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
14114         (expose_bin_window): draw find highlights
14115
14116         * shell/ev-window.c (find_bar_search_changed_cb): implement 
14117         
14118         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
14119         (pdf_document_end_find): implement this interface
14120
14121         * backend/ev-document.c (ev_document_found): add this to emit
14122         signal
14123
14124 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
14125
14126         * data/evince-ui.xml: Add a few more toolbar items.
14127
14128         * shell/ev-window.c: Hook up page navigation toolbar 
14129         items.
14130
14131         * shell/ev-view.[ch]: add ev_view_set/get_page and 
14132         a page-changed signal.
14133
14134         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
14135         Add ev_document_get_page().
14136
14137         * shell/ev-window.c: Sensitize/desensitize navigation
14138         actions.
14139
14140 2004-12-21  Havoc Pennington  <hp@redhat.com>
14141
14142         * backend/ev-backend-marshal.c,
14143         backend/ev-backend-marshalers.list, backend/Makefile.am: add
14144         marshaler-generator thingy. I'm sure there's a better way to do
14145         this in the modern world.
14146
14147         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
14148         end_find methods and "found" signal.
14149
14150         * configure.ac: find glib-genmarshal
14151
14152 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
14153
14154         * shell/ev-sidebar.c: Construct an actual sidebar.
14155         * shell/ev-sidebar-bookmarks.[ch]:
14156         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
14157
14158 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
14159
14160         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
14161         Redo size handling.
14162         
14163         * shell/ev-view.c: Track the size from the document.
14164
14165 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
14166
14167         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
14168         constructor assumes ownership of the string passed in.
14169         
14170         * shell/ev-window.c (ev_window_open): Destroy the error
14171         dialog once we've displayed it.
14172
14173 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
14174
14175         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
14176         a bit, it works! (sort of)
14177
14178         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
14179         Move to .cc since we need to use C++ in the implementation.
14180
14181         * shell/dummy.cc: Add a CC file to force evince
14182         to be linked as a C++ program.
14183
14184 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
14185
14186         * shell/ev-view.[ch]: Start of content-area widget.
14187
14188         * shell/ev-window.c: Create a EvView, update it
14189         as we change documents.
14190
14191         * shell/Makefile.am shell/ev-marshal.list: Add
14192         generated marshalers.
14193
14194 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14195
14196         * Makefile.am (SUBDIRS): move shell.
14197
14198 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14199
14200         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14201         .a to libtool convenience libraries.
14202
14203         * shell/ev-window.c (ev_window_open): Hard code loading
14204         a PDF document.
14205         
14206         * backend/ev-document.h: Add a boolean return to load(),
14207         fix GError * to GError **.
14208
14209         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14210         object for a PDF backend EvDocument.
14211
14212 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14213
14214         * dvi/*: New directory with the beginning of a .dvi backend.
14215
14216 2004-12-21  Havoc Pennington  <hp@redhat.com>
14217
14218         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14219         previous/next instead of back/forward
14220
14221 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14222
14223         * backend/ev-document.[ch]: Fix a couple of problems so
14224         it compile.
14225
14226 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14227
14228         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14229         to backend/ directory, rename EvViewer to EvDocument.
14230
14231 2004-12-21  Havoc Pennington  <hp@redhat.com>
14232
14233         * shell/ev-window.c: hook up the find bar widget; now we just need
14234         a document to find things in
14235
14236         * shell/eggfindbar.c: a find bar widget
14237
14238 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14239
14240         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14241
14242 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14243
14244         * pdf/**: Import of xpdf code from gpdf. 
14245
14246         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14247
14248         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14249         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14250         Fix FreeType includes.
14251
14252         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14253         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14254         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14255         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14256         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14257         Include xpdfconfig.h
14258         
14259 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14260
14261         * shell/ev-window.c (ev_window_dispose): dispose can be called
14262         multiple times.
14263
14264 2004-12-21  Havoc Pennington  <hp@redhat.com>
14265
14266         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14267         rather than Evince
14268
14269         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14270         items; really they should be synced with the strings, etc. from
14271         current gpdf, but just getting the boring typing out of the way 
14272
14273 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14274
14275         * po/POTFILES.in:
14276         * shell/ev-application.c: (window_destroy_cb):
14277         * shell/ev-window.c:
14278         * shell/main.c: (main):
14279
14280         Actually show the window...
14281
14282 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14283
14284         * Makefile.am:
14285         * shell/Makefile.am:
14286         * shell/ev-application.c: (ev_application_class_init):
14287         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14288
14289         Make it build again
14290
14291 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14292
14293         Import to gnome cvs.
14294         
14295         * Remove copies of gpdf and ggv trees.
14296         * Rip out all the recursive configure code.
14297         * Remove bonobo machinery.
14298         * viewer/*: GInterfaces that backends should/can implement.
14299
14300 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14301
14302         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14303         typo
14304
14305 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14306
14307         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14308         (ev_application_finalize, ev_application_class_init)
14309         (ev_application_init): use GType instance private data for priv.
14310
14311         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14312         (ev_window_finalize, ev_window_class_init)
14313         (ev_window_init): ditto.
14314
14315 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14316
14317         * shell/ev-application.c (ev_application_new_window): make public
14318         (ev_application_show_initial_window): kill.
14319
14320         * shell/ev-application.h: update prototypes.
14321
14322         * shell/main.cc (main): inline ev_application_show_initial_window.
14323
14324 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14325
14326         * shell/ev-application.c (ev_application_new_window): impl.
14327         (ev_application_show_initial_window): use it.
14328         (is_window_empty, ev_application_get_empty_window): returns an
14329         existing empty window or a new one.
14330         (ev_application_open): from ev_window_cmd_file_open.
14331
14332         * shell/ev-application.h: update prototypes
14333
14334         * shell/ev-window.c (ev_window_is_empty): impl.
14335         (ev_window_open): make public.
14336         (ev_window_cmd_file_open): use ev_application_open
14337
14338         * shell/ev-window.h: update prototypes, remove unused.
14339
14340 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14341
14342         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14343         move destroy handler out of here...
14344
14345         * shell/ev-application.c, shell/ev-application.h: ...into this new
14346         class. Also handles initial window creation.
14347
14348         * shell/main.cc (main): use EvApplication to create initial
14349         window.
14350
14351 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14352
14353         * Makefile.am (SUBDIRS): add cut-n-paste
14354
14355         * cut-n-paste/Makefile.am: add
14356
14357         * configure.ac: generate Makefiles in cut-n-paste
14358
14359 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14360
14361         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14362         (ev_window_class_init): install ev_window_dispose.
14363
14364 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14365
14366         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14367         char (gchar looks stupid).
14368
14369 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14370
14371         * po/de.po: updated German translation.
14372
14373 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14374
14375         * configure.ac: add more pkg-config library checks for gnome-vfs,
14376         bonobo etc.
14377
14378         * gpdf/configure.in: temporarily disable libpaper
14379         checks. Otherwise I'd have to add the checks for the shell, too.
14380
14381 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14382
14383         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14384         and * file filters to the file choose.
14385
14386 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14387
14388         * po/de.po: Updated German translation.
14389
14390 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14391
14392         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14393
14394 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14395
14396         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14397
14398         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14399         (ev_window_init): implement those menuitems.
14400
14401 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14402
14403         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14404
14405         * shell/ev-window.c (ev_window_init): use the toolbar.
14406
14407 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14408
14409         * shell/ev-window.c (ev_window_init): use menu translations
14410
14411 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14412
14413         * configure.ac: add "de" to ALL_LINGUAS.
14414
14415         * po/de.po: add German translation.
14416
14417 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14418
14419         * Makefile.am (SUBDIRS): add po
14420
14421         * configure.ac: check intltool, glib-gettext etc, generate
14422         po/Makefile.in
14423
14424         * po, po/POTFILES.in, po/POTFILES.skip: new.
14425
14426 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14427
14428         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14429         already use (#ifdef ENABLE_NLS)
14430
14431         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14432         pointer indirection thinko.
14433
14434         * shell/main.c: include gi18n.h for bindtextdomain etc.
14435
14436 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14437
14438         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14439         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14440         tooltips for menu items in the statusbar.
14441
14442 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14443
14444         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14445         pkgdatadir drop UIDIR
14446
14447 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14448
14449         * data/evince-ui.xml: Add File->Open menu item
14450
14451         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14452         chooser), hook it up in the ui manager.
14453
14454 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14455
14456         * shell/ev-window.c: fix Help->About tooltip.
14457
14458 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14459
14460         * configure.ac: set CFLAGS for libevprivate.
14461
14462         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14463         definitions, factory etc.
14464
14465         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14466
14467         * shell/Makefile.am: link against libevprivate.a.
14468
14469         * shell/ev-window.c (entries): add stock icon to Help->About.
14470
14471         * shell/main.c (main): init stock icon code.
14472
14473 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14474
14475         * lib/recent-files: egg recent files code
14476
14477         * lib/Makefile.am: add.
14478
14479         * Makefile.am: add lib subdir.
14480
14481         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14482         set CFLAGS for recent-files.
14483
14484 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14485
14486         * configure.ac: disable -ansi and -pedantic gcc flags. They
14487         disable POSIX stuff in stdio.h, but egg-recent uses them.
14488
14489 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14490
14491         * configure.ac: add --disable-deprecated flag (defaults to on in
14492         "cvs" builds).
14493
14494         * shell/Makefile.am (INCLUDES): use it.
14495
14496 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14497
14498         * shell/main.c: add missing #include.
14499
14500         * shell/ev-window.c: fix for pedantic gcc.
14501         (ev_window_cmd_help_about): split license into paragraphs for
14502         translators and pedantic compilers.
14503
14504 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14505
14506         * configure.ac: add more warning flags if compiling with gcc from
14507         cvs (or explicitly requested with --enable-more-warnings).
14508
14509 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14510
14511         * data/evince-ui.xml: add File and File->Close menu.
14512
14513         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14514         (ev_window_destroy): quit after destroy.
14515         (ev_window_class_init): override GtkObject::destroy.
14516         (entries): install close_window callback.
14517
14518 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14519
14520         * Makefile.am (SUBDIRS): add data subdir.
14521
14522         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14523         gtk+ 2.5.0 for GtkAboutDialog.
14524
14525         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14526         main window.
14527
14528         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14529
14530         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14531         manager.
14532         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14533
14534 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14535
14536         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14537
14538 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14539
14540         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14541
14542 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14543
14544         * shell/*: Added shell directory boilerplate, build it.
14545
14546 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14547
14548         * configure.ac, Makefile.am: Added top-level configure.ac and
14549         Makefile.am