]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Add GimpCellRendererToggle from gimp slightly modified to fit our needs.
[evince.git] / ChangeLog
1 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * configure.ac:
4         * cut-n-paste/Makefile.am:
5         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
6         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
7         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
8
9         Add GimpCellRendererToggle from gimp slightly modified to fit our
10         needs. 
11         
12 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
13
14         * configure.ac:
15         * backend/pdf/ev-poppler.cc:
16
17         Implement layers interface in PDF backend.
18         
19 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
20
21         * libdocument/Makefile.am:
22         * libdocument/ev-document-layers.[ch]:
23         * libdocument/ev-layer.[ch]:
24
25         Add optional content (layers) interface.
26         
27 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
28
29         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
30         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
31
32         Removes unused code.
33
34 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
35
36         * NEWS:
37         * configure.ac:
38
39         Update for 2.25.1 release
40
41 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
42
43         * shell/ev-window.c:
44
45         Fix build with GTK+ < 2.14
46
47 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
48
49         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
50         
51         Makes menu label translatable. Fixes bug #559129.
52
53 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
54
55         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
56         (t1_transform_font):
57         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
58         
59         More renames of warning to mdvi_warning in follow up to the
60         fix of the bug #553369. Fix for the bug #559257 by
61         Tuxce <tuxce.net@gmail.com>.
62         
63 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
64
65         * shell/ev-application.c: (ev_application_init_session):
66         * shell/main.c: (main):
67
68         Move the egg_set_desktop_file() call to main and remove
69         gtk_window_set_default_icon_name() since it's already called by
70         egg_set_desktop_file()
71         
72 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
73
74         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
75
76         Initialize GError to NULL.
77         
78 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
79
80         * shell/ev-window.c: (window_save_file_copy_ready_cb),
81         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
82         (ev_window_preview_print_finished), (launch_action):
83
84         Do not use popup dialogs to show error messages anymore, use the
85         message area instead.
86         
87 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
88
89         * shell/ev-window.c: (ev_window_error_message),
90         (ev_window_warning_message), (ev_window_set_document),
91         (ev_window_load_job_cb), (ev_window_load_remote_failed),
92         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
93         (ev_window_cmd_help_contents), (launch_external_uri),
94         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
95         (ev_attachment_popup_cmd_open_attachment),
96         (attachment_save_dialog_response_cb):
97
98         Use a message format (with printf()-style) in
99         ev_window_error_message and ev_window_warning_message.
100
101 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
102
103         * shell/ev-window.c: (ev_window_error_message),
104         (ev_window_warning_message), (ev_window_set_document),
105         (ev_window_load_job_cb), (ev_window_load_remote_failed),
106         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
107         (ev_window_cmd_help_contents), (launch_external_uri),
108         (image_save_dialog_response_cb),
109         (ev_attachment_popup_cmd_open_attachment),
110         (attachment_save_dialog_response_cb):
111
112         Change ev_window_error_message and ev_window_warning_message to
113         receive a EvWindow instead of a GtkWindow. It's more consistent
114         and avoids unneeded casts.
115         
116 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
117
118         * shell/ev-window.c: (ev_window_cmd_help_contents):
119
120         Use gtk_show_uri() when availale to display help contents.
121         
122 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
123
124         * configure.ac:
125         * backend/pdf/ev-poppler.cc:
126         * properties/ev-properties-view.c:
127         * shell/Makefile.am:
128         * shell/ev-tooltip.[ch]: Removed
129         * shell/ev-view-private.h
130         * shell/eggfindbar.c:
131         * shell/ev-application.c:
132         * shell/ev-open-recent-action.c:
133         * shell/ev-sidebar-thumbnails.c:
134         * shell/ev-view.c:
135         * shell/ev-window.c:
136
137         Bump GTK+ requirement to 2.12.
138         
139 2008-10-27 Christian Persch <chpe@gnome.org>
140
141         * backend/djvu/djvu-document.c
142         * backend/dvi/cairo-device.c
143         * cut-n-paste/evmountoperation/ev-mount-operation.h
144         * cut-n-paste/gedit-message-area/gedit-message-area.h
145         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
146         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
147         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
148         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
149         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
150         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
151         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
152         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
153         * cut-n-paste/zoom-control/ephy-zoom-action.c
154         * cut-n-paste/zoom-control/ephy-zoom-action.h
155         * cut-n-paste/zoom-control/ephy-zoom-control.c
156         * cut-n-paste/zoom-control/ephy-zoom-control.h
157         * libdocument/ev-async-renderer.h
158         * libdocument/ev-document-factory.c
159         * libdocument/ev-document-misc.h
160         * libdocument/ev-image.h
161         * libdocument/ev-selection.h
162         * shell/ev-properties-fonts.h
163         * shell/ev-stock-icons.h
164         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
165         directly. Bug #558064.
166
167 2008-10-27 Christian Persch <chpe@gnome.org>
168
169         * cut-and-paste/smclient/*: Update from libegg.
170
171 2008-10-27 Christian Persch <chpe@gnome.org>
172
173         * backend/djvu/djvu-document.c
174         * backend/ps/ev-spectre.c
175         * shell/ev-jobs.c: Use printf safely. Bug #558066.
176
177 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
178
179         * shell/ev-view.c (ev_view_change_page),
180         (ev_view_transition_animation_finish),
181         (ev_view_transition_animation_cancel), (page_changed_cb),
182         (ev_view_set_presentation), (ev_view_next_page),
183         (ev_view_previous_page):
184         
185         Cancel the animation without scheduling transition start
186         and proceed to the next page to fix bug #516749.
187
188 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
189
190         * NEWS:
191         * configure.ac:
192
193         Update for release 2.24.1
194         
195 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
196
197         * shell/ev-window.c: (ev_window_cmd_view_presentation):
198
199         Disable toggle function of F5 when in presentation mode. Patch by
200         Dave Neary. Fixes bug #556162.
201         
202 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
203
204         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
205         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
206         (ev_sidebar_thumbnails_fill_model),
207         (ev_sidebar_thumbnails_refresh),
208         (ev_sidebar_thumbnails_set_document):
209
210         Instead of using only one loading icon for thumbnails based on the
211         size of the first page, create an icon for every different page
212         size. Fixes bug #556264.
213         
214 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
215
216         * shell/ev-page-cache.c: (ev_page_cache_finalize):
217
218         Fix memory leak.
219         
220 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
221
222         * shell/ev-window-title.c (ev_window_title_sanitize_title):
223
224         Removes bad prefixes from window title. Patch by 
225         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
226         
227 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
228
229         * shell/ev-window.c: (launch_external_uri):
230
231         Do not consider mailto links as http uris. Fixes bug #555801.
232         
233 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
234
235         * shell/ev-view.c: (merge_selection_region), (clear_selection):
236
237         Fix memory leak. Fixes bug #555134.
238         
239 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
240
241         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
242
243         Emit the job finished signal when the job is handled before the
244         page_ready callback.
245         
246 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
247
248         * shell/ev-window.c: (launch_action):
249
250         Use GdkAppLaunchContext when available to launch external
251         applications.
252         
253 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
254
255         * shell/ev-window.c: (launch_action):
256
257         Fix launching external applications for launch actions which seems
258         to be broken since the gio port. Fixes bug #554500.
259         
260 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
261
262         * backend/dvi/Makefile.am:
263         * backend/dvi/cairo-device.c:
264         * backend/dvi/dvi-document.c:
265         * backend/dvi/mdvi-lib/Makefile.am:
266
267         Fix several compile warnings in the dvi backend.
268         
269 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
270
271         * backend/dvi/mdvi-lib/common.h:
272         * backend/dvi/mdvi-lib/dviread.c:
273         * backend/dvi/mdvi-lib/font.c:
274         * backend/dvi/mdvi-lib/fontmap.c:
275         * backend/dvi/mdvi-lib/fontsrch.c:
276         * backend/dvi/mdvi-lib/gf.c:
277         * backend/dvi/mdvi-lib/pagesel.c:
278         * backend/dvi/mdvi-lib/pk.c:
279         * backend/dvi/mdvi-lib/sp-epsf.c:
280         * backend/dvi/mdvi-lib/special.c:
281         * backend/dvi/mdvi-lib/tfm.c:
282         * backend/dvi/mdvi-lib/tfmfile.c:
283         * backend/dvi/mdvi-lib/util.c:
284         * backend/dvi/mdvi-lib/vf.c:
285
286         Rename error as mdvi_error to avoid symbol conflicts with the libc
287         error. Rename also message, crash, fatal and warning for
288         consistency. Fixes bug #553369.
289         
290 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
291
292         * backend/dvi/dvi-document.c: (dvi_document_load):
293
294         Fix memory leak.
295         
296 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
297
298         * backend/dvi/dvi-document.c:
299
300         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
301         G_IMPLEMENT_INTERFACE.
302         
303 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
304
305         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
306
307         Make sure copy_job_page_and_selection_to_job_info is always called
308         before copy_job_to_job_info. Fixes bug #552382.
309         
310 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
311
312         * NEWS:
313         * configure.ac:
314
315         Update for release 2.24.0
316         
317 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
318
319         * shell/ev-window.c: (launch_external_uri):
320
321         Use GdkAppLaunchContext when available to launch external uris.
322         
323 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
324
325         * shell/ev-window.c: (launch_external_uri):
326
327         Use the message area to show errors when lauching external uris
328         instead of a popup window.
329         
330 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
331
332         * shell/ev-window.c: (launch_external_uri):
333
334         Assume invalid uris are http uris. Fixes bug #552071.
335         
336 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
337
338         * NEWS:
339         * configure.ac:
340
341         Update for release 2.23.92.
342         
343 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
344
345         * shell/eggfindbar.c: (egg_find_bar_class_init):
346
347         Allow page scrolling with PageUp/PageDown keys when find bar is
348         active. Fixes bug #529833.
349         
350 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
351
352         * shell/ev-view-private.h:
353         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
354         (ev_view_scroll), (ev_view_class_init):
355         * shell/ev-view-accessible.c:
356         (ev_view_accessible_action_do_action):
357         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
358         (ev_window_cmd_scroll_backward):
359
360         Use GtkScrollType instead of EvScrollType.
361         
362 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
363
364         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
365         
366         Patch for case unsensitive page label match by Michael Lee.
367         See bug #550136.
368         
369         * shell/ev-page-action.c (create_tool_item):    
370         * test/Makefile.am:
371         * test/test1.py:
372         * test/test4.py:
373         * test/test5.py:
374         
375         Added test for the above and updated other tests.
376
377 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
378
379         * shell/ev-window.c: (image_save_dialog_response_cb):
380
381         Do not append the file extension twice when saving an image.
382         
383 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
384
385         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
386
387         Remove an invalid ifdef.
388         
389 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
390
391         * shell/ev-view.c: (ev_view_motion_notify_event):
392
393         Make sure the cursor is correctly restored after showing the right
394         click menu.
395         
396 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
397
398         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
399         (ev_attachment_open):
400         * shell/ev-sidebar-attachments.c:
401         (ev_sidebar_attachments_button_press):
402         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
403
404         Use GdkAppLaunchContext when available to open attachments.
405         
406 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
407
408         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
409
410         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
411         by Eric Piel.
412         
413 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
414
415         * shell/ev-application.c: (ev_application_get_media_keys):
416         * shell/ev-media-player-keys.[ch]:
417         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
418         (ev_media_player_keys_grab_keys),
419         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
420         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
421         * shell/ev-window.[ch]: (ev_window_dispose),
422         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
423         (ev_window_init):
424
425         Clean up the media player keys stuff.
426         
427 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
428
429         * NEWS:
430         * configure.ac:
431
432         Update for release 2.23.91.
433         
434 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
435
436         * cut-n-paste/smclient/eggsmclient-xsmp.c:
437         (sm_client_xsmp_set_initial_properties):
438
439         Fix memory leak.
440         
441 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
442
443         * shell/ev-application.c: (ev_application_open_window),
444         (ev_application_open_uri_at_dest):
445
446         Make sure evince starts up in the right workspace when resuming a
447         previous session.
448         
449 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
450
451         * shell/ev-application.[ch]: (ev_application_open_window),
452         (ev_application_add_icon_path_for_screen),
453         (ev_application_open_uri_at_dest):
454
455         Fix window manager warnings shown in ~/.xsession-errors
456         
457 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
458
459         * configure.ac:
460         * cut-n-paste/Makefile.am:
461         * cut-n-paste/smclient/Makefile.am:
462         * cut-n-paste/smclient/eggdesktopfile.[ch]:
463         * cut-n-paste/smclient/eggsmclient-private.h:
464         * cut-n-paste/smclient/eggsmclient-xsmp.c:
465         * cut-n-paste/smclient/eggsmclient.[ch]:
466
467         EggSMClient copied from libegg
468
469         * libdocument/ev-file-helpers.c: (ev_dot_dir):
470         * shell/Makefile.am:
471         * shell/ev-application.[ch]: (ev_application_load_session),
472         (smclient_save_state_cb), (smclient_quit_cb),
473         (ev_application_init_session), (ev_application_shutdown),
474         (ev_application_init):
475         * shell/main.c: (main):
476
477         Use EggSMClient instead of gnome-client and remove libgnome and
478         libgnomeui dependencies.
479         
480 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
481
482         * shell/main.c: (main):
483
484         Remove gnome_authentication_manager_init.
485         
486 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
487
488         * shell/ev-view.c: (ev_view_goto_window_create):
489
490         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
491         since it's now deprecated.
492         
493 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
494
495         * backend/djvu/Makefile.am:
496         * backend/djvu/djvu-document-private.h:
497         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
498         (djvu_document_find_iface_init):
499         * backend/djvu/djvu-text-page.[ch]:
500         * backend/djvu/djvu-text.[ch]: Removed
501         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
502         (pdf_document_find_iface_init):
503         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
504         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
505         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
506         (ev_job_find_get_n_results), (ev_job_find_get_progress),
507         (ev_job_find_has_results), (ev_job_find_get_results):
508         * shell/ev-view-private.h:
509         * shell/ev-view.[ch]: (ev_view_expose_event),
510         (highlight_find_results), (ev_view_finalize),
511         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
512         (ev_view_set_document), (ev_view_find_get_n_results),
513         (ev_view_find_get_result), (jump_to_find_result),
514         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
515         (ev_view_find_previous), (ev_view_find_search_changed),
516         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
517         * shell/ev-window.c: (ev_window_update_actions),
518         (page_changed_cb), (ev_window_setup_document),
519         (ev_window_update_find_status_message),
520         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
521         (ev_window_clear_find_job), (find_bar_close_cb),
522         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
523         (ev_window_dispose), (ev_window_init):
524
525         Rework find interface. The find logic has been moved from backends
526         to the shell avoiding a lot of duplicated code in the backends and
527         making easier to implement the find interface in the backends.
528         
529 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
530
531         * backend/pdf/ev-poppler.cc:
532         (pdf_document_thumbnails_get_dimensions):
533
534         Make sure thumbnail size returned by the PDF is actually
535         valid. Fixes bug #548462.
536         
537 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
538
539         * shell/ev-window.c: (ev_window_setup_document),
540         (ev_window_set_document), (ev_window_dispose):
541
542         Remove the idle function for setting the document up when the
543         window is destroyed. Fixes bug #549163.
544         
545 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
546
547         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
548         (ev_job_attachments_dispose), (ev_job_attachments_run),
549         (ev_job_attachments_class_init), (ev_job_attachments_new):
550         * shell/ev-sidebar-attachments.c:
551         (ev_sidebar_attachments_set_document):
552
553         Add a new job to get the attachments in a thread with the document
554         lock held. Fixes bug #548653.
555         
556 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
557
558         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
559         (tiff_document_document_iface_init):
560
561         Implement document_get_page_label in tiff backend.
562         
563 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
564
565         * backend/tiff/tiff-document.c: (tiff_document_render):
566
567         Handle document orientation in tiff backend. Fixes bug #548444.
568         
569 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
570
571         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
572
573         Do not crash when adjustment page size is 0. Fixes bug #547440.
574         
575 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
576
577         * cut-n-paste/evmountoperation/ev-mount-operation.c:
578
579         Sync with current GTK+.
580         
581 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
582
583         * configure.ac:
584         
585         Update for release 2.23.6.
586
587 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
588
589         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
590         (ev_job_load_set_password):
591         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
592         * shell/ev-window.c: (password_dialog_response),
593         (ev_window_load_job_cb):
594
595         Fix loading encrypted documents since I broke it with the jobs
596         rework.
597         
598 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
599
600         * NEWS:
601
602         Update NEWS for 2.23.6 release.
603         
604 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
605
606         * backend/impress/impress-document.c:
607         * backend/impress/render.h:
608         * libdocument/ev-document-factory.c:
609         * libdocument/ev-document-factory.h:
610         * libdocument/ev-document-links.h:
611         * libdocument/ev-document-misc.c:
612         * libdocument/ev-document-misc.h:
613         * properties/ev-properties-main.c:
614         * properties/ev-properties-view.c:
615         * properties/ev-properties-view.h:
616         * shell/eggfindbar.c:
617         * shell/eggfindbar.h:
618         * shell/ev-application.c:
619         * shell/ev-application.h:
620         * shell/ev-jobs.h:
621         * shell/ev-message-area.h:
622         * shell/ev-navigation-action.c:
623         * shell/ev-navigation-action.h:
624         * shell/ev-open-recent-action.c:
625         * shell/ev-open-recent-action.h:
626         * shell/ev-page-action-widget.c:
627         * shell/ev-page-action.c:
628         * shell/ev-page-action.h:
629         * shell/ev-page-cache.h:
630         * shell/ev-password-view.h:
631         * shell/ev-password.h:
632         * shell/ev-pixbuf-cache.h:
633         * shell/ev-properties-fonts.c:
634         * shell/ev-sidebar-attachments.c:
635         * shell/ev-sidebar-links.c:
636         * shell/ev-sidebar-links.h:
637         * shell/ev-sidebar-thumbnails.c:
638         * shell/ev-sidebar-thumbnails.h:
639         * shell/ev-sidebar.c:
640         * shell/ev-sidebar.h:
641         * shell/ev-stock-icons.c:
642         * shell/ev-tooltip.h:
643         * shell/ev-view.c:
644         * shell/ev-view.h:
645         * shell/ev-window.c:
646         * shell/ev-window.h:
647         * shell/main.c:
648
649         More #include cleanups. Again: reordering, single gtk.h
650         includes and other stuff.
651
652 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
653
654         * shell/eggfindbar.c:
655         * shell/ev-application.c:
656         * shell/ev-message-area.c:
657         * shell/ev-navigation-action.c:
658         * shell/ev-open-recent-action.c:
659         * shell/ev-page-action-widget.c:
660         * shell/ev-page-action.c:
661         * shell/ev-password-view.c:
662         * shell/ev-properties-dialog.c:
663         * shell/ev-properties-fonts.c:
664         * shell/ev-sidebar-attachments.c:
665         * shell/ev-sidebar-page.c:
666         * shell/ev-sidebar-thumbnails.c:
667         * shell/ev-stock-icons.c:
668         * shell/ev-tooltip.c:
669         * shell/ev-view.c:
670         * shell/ev-window.c:
671         * shell/main.c:
672
673         Cleanup many #include statements: reorder so that a
674         generic-to-specific order is used, use single gtk.h
675         includes, and some other cleanups.
676
677 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
678
679         * shell/ev-jobs.h:
680
681         Add gio header.
682         
683 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
684
685         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
686         (ev_document_fc_mutex_trylock):
687         * shell/Makefile.am:
688         * shell/ev-job-queue.[ch]:
689         * shell/ev-job-scheduler.[ch]:
690         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
691         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
692         (ev_job_run), (ev_job_cancel), (ev_job_failed),
693         (ev_job_failed_from_error), (ev_job_succeeded),
694         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
695         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
696         (ev_job_links_class_init), (ev_job_render_init),
697         (notify_page_ready), (ev_job_render_page_ready),
698         (ev_job_render_run), (ev_job_render_class_init),
699         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
700         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
701         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
702         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
703         (ev_job_save_dispose), (ev_job_save_run),
704         (ev_job_save_class_init), (ev_job_print_init),
705         (ev_job_print_dispose), (ev_job_print_run),
706         (ev_job_print_class_init):
707         * shell/ev-page-cache.c:
708         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
709         (check_job_size_and_unref), (move_one_job),
710         (copy_job_to_job_info), (add_job),
711         (ev_pixbuf_cache_add_jobs_if_needed):
712         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
713         (job_fonts_finished_cb), (job_fonts_updated_cb),
714         (ev_properties_fonts_set_document):
715         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
716         (ev_sidebar_links_set_document):
717         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
718         (ev_sidebar_thumbnails_set_document),
719         (ev_sidebar_thumbnails_clear_job):
720         * shell/ev-view-private.h:
721         * shell/ev-view.c:
722         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
723         (ev_window_refresh_window_thumbnail), (password_dialog_response),
724         (ev_window_clear_load_job), (ev_window_clear_reload_job),
725         (ev_window_load_job_cb), (ev_window_reload_job_cb),
726         (window_open_file_copy_ready_cb), (ev_window_open_uri),
727         (ev_window_reload_document), (ev_window_clear_save_job),
728         (ev_window_save_job_cb), (file_save_dialog_response_cb),
729         (ev_window_clear_print_job), (ev_window_print_job_cb),
730         (ev_window_print_dialog_response_cb):
731         * shell/main.c: (main):
732
733         Rework the jobs system in order to make it simpler and more
734         extensible. It allows to run jobs in the main loop instead of
735         using a thread when it's appropriate like the fonts job. Now it's
736         also possible to cancel jobs that are currently running. 
737         
738 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
739
740         * libdocument/ev-debug.c: (profile_init):
741
742         Create the hash table also when profiling service is enabled for
743         all sections.
744         
745 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
746
747         * libdocument/ev-debug.[ch]: (ev_profiler_start),
748         (ev_profiler_stop):
749         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
750         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
751         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
752         (ev_job_print_run):
753         * shell/main.c: (main):
754
755         Add a profile mode available when debug is enabled. Add profilers
756         in ev-jobs.
757         
758 2008-07-23  Götz Waschk <waschk@mandriva.org>
759
760         * configure.ac: Correctly build desktop file. Fixes
761         bug #544237.
762
763 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
764
765         * configure.ac:
766         
767         Update for release 2.23.5.
768
769 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
770
771         * NEWS:
772
773         Update NEWS for 2.23.5 release.
774         
775 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
776
777         * shell/ev-window.c: (ev_window_state_event),
778         (ev_window_class_init):
779
780         Intercept window manager's fullscreen request in order to run/stop
781         fullscreen mode. Fixes bug #493541.
782         
783 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
784
785         * shell/ev-window.c: (find_bar_visibility_changed_cb):
786
787         Restart the job search when the find bar is opened for the second
788         time. Fixes bug #531956.
789         
790 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
791
792         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
793         (get_document_from_uri):
794
795         Make sure we always return a valid error struct when
796         get_document_from_uri fails. Fixes nautilus crash, see bug
797         #542548.
798         
799 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
800
801         * libdocument/ev-transition-effect.c
802         (ev_transition_effect_type_get_type),
803         (ev_transition_effect_alignment_get_type),
804         (ev_transition_effect_direction_get_type):
805         
806         Fixes bug #542924. Makes enums static to fix Solaris build.
807
808 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
809
810         * shell/ev-view.c: (ev_view_key_press_event):
811
812         Add '.' keybinding for blanking the screen in presentation
813         mode. Fixes bug #542001.
814         
815 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
816
817         * libdocument/ev-document-misc.c:
818         (ev_document_misc_pixbuf_from_surface):
819
820         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
821         #540950.
822         
823 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
824
825         * backend/comics/comics-document.c (comics_document_load):
826         * backend/comics/comicsdocument.evince-backend.in:
827         * configure.ac:
828         * thumbnailer/evince-thumbnailer-comics.schemas.in:
829         
830         Added support for 7-zip based cb7 comic book. Patch by
831         Kartik Rustagi. Fixes bug #532312.
832
833 2008-06-24  Bastien Nocera  <hadess@hadess.net>
834
835         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
836         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
837         Fixes bug #539972.
838
839 2008-06-24  Bastien Nocera  <hadess@hadess.net>
840
841         * shell/Makefile.am:
842         * shell/ev-application.c (ev_application_init),
843         (ev_application_get_media_keys):
844         * shell/ev-application.h:
845         * shell/ev-marshal.list:
846         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
847         (proxy_destroy), (on_media_player_key_pressed),
848         (ev_media_player_keys_init), (ev_media_player_keys_focused),
849         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
850         * shell/ev-media-player-keys.h:
851         * shell/ev-window.c (ev_window_go_previous_page),
852         (ev_window_go_next_page), (ev_window_go_first_page),
853         (ev_window_go_last_page), (ev_window_start_presentation),
854         (ev_window_dispose), (view_actions_focus_in_cb):
855         * shell/ev-window.h: When building with D-Bus support, listen
856         for multimedia key events from gnome-settings-daemon. This allows
857         to go to the next/previous/first/last pages using, respectively,
858         Next/Previous/Rewing/Fast Forward. The Play button is used to start
859         a presentation. Fixes bug #539971.
860
861 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
862
863         * configure.ac:
864         
865         Update for release 2.23.4.
866
867 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
868
869         * NEWS:
870
871         Update news for 2.23.4 release.
872         
873 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
874
875         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
876         * shell/ev-sidebar-thumbnails.c:
877         (ev_sidebar_thumbnails_set_loading_icon),
878         (ev_sidebar_thumbnails_refresh):
879         * shell/ev-window.c: (ev_window_error_message),
880         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
881         (ev_window_set_document):
882
883         Do not crash opening documents with no pages and show a warning
884         message in the message area. Fixes bugs #537574 and #171588.
885         
886 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
887
888         * shell/Makefile.am:
889         * shell/ev-file-monitor.[ch]:
890         * shell/ev-window.c: (ev_window_document_changed),
891         (ev_window_clear_reload_job), (ev_window_load_job_cb),
892         (ev_window_reload_job_cb), (ev_window_open_uri),
893         (ev_window_reload_document), (ev_window_cmd_view_reload),
894         (ev_window_dispose):
895
896         Automaticly reload the document when the file has changed on
897         disk. Bug #304249.
898         
899 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
900
901         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
902         * libdocument/ev-image.c: (ev_image_save_tmp):
903         * libdocument/ev-module.c: (ev_module_load):
904         * shell/ev-application.c: (ev_application_shutdown),
905         (ev_application_get_print_settings):
906         * shell/ev-sidebar-attachments.c:
907         (ev_sidebar_attachments_button_press),
908         (ev_sidebar_attachments_drag_data_get):
909         * shell/ev-window.c: (window_save_file_copy_ready_cb),
910         (ev_window_print_finished), (ev_window_print_send),
911         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
912         (ev_window_preview_print_finished), (ev_window_do_preview_print),
913         (ev_window_cmd_preview_print):
914         * shell/main.c: (load_files_remote):
915         Fix some build warnings under GCC 4.3.0. (#537535).
916
917 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
918
919         * shell/ev-jobs.c: (ev_job_render_dispose):
920
921         Fix a crash in debug mode. Patch by Daniel M German.
922         
923 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
924
925         * shell/ev-window.c:
926
927         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
928         
929 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
930
931         * shell/ev-window.c: (ev_window_print_send),
932         (ev_window_do_preview_print):
933
934         Use the window title as print job name instead of just
935         "evince-print". Fixes bug #534493.
936         
937 2008-05-19  Frederic Peters  <fpeters@0d.be>
938
939         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
940         Bug #533897.
941
942 2008-05-19  Frederic Peters  <fpeters@0d.be>
943
944         * help/reference/Makefile.am: added missing libevmountoperation to
945         gtkdoc-scanobj libraries.  Bug #533896.
946
947 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
948
949         * properties/ev-properties-view.c (get_default_user_units):
950         Fixes check for default units string translation. Bug #533323.
951
952 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
953
954         * backend/impress/iksemel.c (sax_core): Fix a free() that should
955         be an iks_free(). Fix an array overflow in the XML parser that
956         would occur whenever the number of attributes in a tag was greater
957         than 0 and divisible by 6. Fixes GNOME bug #530852.
958
959 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
960
961         * backend/djvu/djvu-document-private.h:
962         * backend/djvu/djvu-links.c:
963         * backend/djvu/djvu-text.c:
964         * backend/djvu/djvu-document.c: (djvu_handle_events),
965         (djvu_wait_for_message), (djvu_document_load),
966         (document_get_page_size), (djvu_document_render),
967         (djvu_document_thumbnails_get_thumbnail),
968         (djvu_document_file_exporter_end):
969
970         Make sure load job doesn't finish successfully when the document
971         is not successfully decoded by libdjvu. Fixes bug #530202.
972         
973 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
974
975         * configure.ac:
976         * libdocument/Makefile.am:
977         * libdocument/ev-debug.[ch]:
978         * libdocument/ev-document.c:
979         * shell/ev-jobs.c: (ev_job_links_dispose),
980         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
981         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
982         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
983         (ev_job_render_page_ready), (ev_job_render_run),
984         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
985         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
986         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
987         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
988         (ev_job_print_new), (ev_job_print_run):
989         * shell/main.c: (main):
990
991         Add debug mode based on gedit code. Add debug messages in
992         ev-jobs.
993         
994 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
995
996         * libdocument/ev-document-factory.c: (get_document_from_uri):
997
998         Fix memory leak.
999         
1000 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1001
1002         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1003         (get_mime_type_from_data), (get_document_from_uri),
1004         (ev_document_factory_get_document):
1005         
1006         Improved error message about file opening failture.
1007         Bug #529129.
1008
1009 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
1010
1011         * data/evince-toolbar.xml:
1012         
1013         Allow to add SaveAs to toolbar.
1014
1015 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1016
1017         * shell/ev-view-private.h:
1018         * shell/ev-view.[ch]: (ev_view_button_release_event),
1019         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
1020         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
1021         (ev_view_update_primary_selection), (clear_link_selected),
1022         (ev_view_copy_link_address):
1023         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
1024
1025         Update also the primary selection when copying a link
1026         address. Fixes bug #520855.
1027         
1028 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1029
1030         * libdocument/ev-document-factory.c: (get_document_from_uri):
1031
1032         Use the pixbuf backend only when the mime type is not supported by
1033         any of the other backend so that tiff documents, for instance, are
1034         handled by the tiff backend instead of the pixbuf backend. fixes
1035         bug #520290.
1036         
1037 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1038
1039         * cut-n-paste/Makefile.am:
1040
1041         Add evmountoperation to subdirs list.
1042         
1043 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1044
1045         * configure.ac:
1046
1047         Fix libspectre check in configure script. Fixes bug #528549.
1048         
1049 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1050
1051         * configure.ac:
1052         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
1053         * shell/Makefile.am:
1054         * shell/ev-window.c: (ev_window_load_remote_failed),
1055         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
1056
1057         Add GtkMountOperation (renamed to avoid conflicts) to be able to
1058         open documents in remote locations that are not mounted.
1059         
1060 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1061
1062         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
1063         (bitmap_convert_msb8):
1064         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
1065         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
1066
1067         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
1068         
1069 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1070
1071         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1072         (ev_job_render_new), (ev_job_render_set_selection_info),
1073         (ev_job_render_run):
1074         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1075         (check_job_size_and_unref),
1076         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1077         (add_job), (ev_pixbuf_cache_get_selection_surface):
1078
1079         Create the render context needed for rendering a page in the render
1080         thread so that we don't block the main thread. Simplify
1081         EvJobRender API.
1082         
1083 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1084
1085         * libdocument/Makefile.am:
1086         * libdocument/ev-page.[ch]:
1087         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
1088         (ev_render_context_new), (ev_render_context_set_page):
1089         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
1090         (ev_form_field_finalize), (ev_form_field_class_init):
1091         * libdocument/ev-document-forms.[ch]:
1092         (ev_document_forms_get_form_fields):
1093         * libdocument/ev-document.[ch]: (ev_document_get_page),
1094         (ev_document_get_page_size), (ev_document_get_page_label):
1095         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1096         (ev_job_render_run), (ev_job_thumbnail_new),
1097         (ev_job_thumbnail_run), (ev_job_print_run):
1098         * shell/ev-page-cache.c: (ev_page_cache_new):
1099         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1100         (check_job_size_and_unref), (add_job):
1101         * shell/ev-sidebar-thumbnails.c: (add_range):
1102         * shell/ev-view.c: (ev_view_form_field_get_region),
1103         (ev_view_form_field_button_create_widget),
1104         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1105         (ev_view_handle_form_field), (ev_view_size_allocate),
1106         (get_selected_text):
1107         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
1108         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
1109         (pdf_document_get_page), (pdf_document_get_page_label),
1110         (pdf_document_render), (pdf_document_get_info),
1111         (pdf_document_document_iface_init),
1112         (pdf_document_thumbnails_get_thumbnail),
1113         (pdf_document_thumbnails_get_dimensions),
1114         (pdf_document_file_exporter_do_page),
1115         (pdf_selection_render_selection),
1116         (pdf_selection_get_selected_text),
1117         (pdf_selection_get_selection_region),
1118         (pdf_selection_get_selection_map),
1119         (pdf_document_forms_get_form_fields),
1120         (pdf_document_forms_form_field_text_get_text),
1121         (pdf_document_forms_form_field_text_set_text),
1122         (pdf_document_forms_form_field_button_set_state),
1123         (pdf_document_forms_form_field_button_get_state),
1124         (pdf_document_forms_form_field_choice_get_item),
1125         (pdf_document_forms_form_field_choice_get_n_items),
1126         (pdf_document_forms_form_field_choice_is_item_selected),
1127         (pdf_document_forms_form_field_choice_select_item),
1128         (pdf_document_forms_form_field_choice_toggle_item),
1129         (pdf_document_forms_form_field_choice_unselect_all),
1130         (pdf_document_forms_form_field_choice_set_text),
1131         (pdf_document_forms_form_field_choice_get_text):
1132         * backend/ps/ev-spectre.c: (ps_document_get_page),
1133         (ps_document_get_page_size), (ps_document_get_page_label),
1134         (ps_document_render), (ps_document_document_iface_init),
1135         (ps_document_file_exporter_do_page):
1136         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
1137         (tiff_document_render), (tiff_document_render_pixbuf),
1138         (tiff_document_file_exporter_do_page):
1139         * backend/pixbuf/pixbuf-document.c:
1140         (pixbuf_document_get_page_size):
1141         * backend/comics/comics-document.c:
1142         (comics_document_get_page_size), (comics_document_render_pixbuf):
1143         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
1144         (djvu_document_render), (djvu_selection_get_selected_text),
1145         (djvu_document_thumbnails_get_thumbnail),
1146         (djvu_document_file_exporter_do_page),
1147         (djvu_document_find_get_result):
1148         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
1149         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
1150         (dvi_document_thumbnails_get_thumbnail),
1151         (dvi_document_file_exporter_do_page):
1152         * backend/impress/impress-document.c:
1153         (impress_document_get_page_size),
1154         (impress_document_render_pixbuf):
1155         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1156
1157         Add EvPage so that we can hold a reference to the backend
1158         page. Form fields keep now a reference to the poppler page
1159         improving performance since we don't have to create/destroy the
1160         poppler field for every form operation. This will be needed for
1161         annotations too.
1162         
1163 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1164
1165         * data/evince-ui.xml:
1166         * shell/ev-window.c:
1167
1168         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
1169         
1170 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1171
1172         * configure.ac:
1173         * backend/ps/Makefile.am:
1174
1175         Remove gs stuff from ps backend.
1176         
1177 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1178
1179         * configure.ac:
1180         * backend/pdf/ev-poppler.cc:
1181
1182         Bump poppler requirement to 0.8.0.
1183         
1184 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1185
1186         * NEWS:
1187         * configure.ac:
1188
1189         Update for release 2.22.1.1
1190
1191 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1192
1193         * configure.ac:
1194
1195         Fix build (again) when poppler version is 0.6
1196         
1197 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1198
1199         * backend/djvu/djvu-links.c: (build_tree):
1200
1201         Make sure link title is a valid utf8 string. Fixes bug #526517.
1202         
1203 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1204
1205         * configure.ac:
1206
1207         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
1208         #526799.
1209         
1210 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1211
1212         * configure.ac:
1213         
1214         Update for release 2.22.1.
1215
1216 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1217
1218         * NEWS:
1219
1220         Update for upcoming release.
1221
1222 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1223
1224         * configure.ac:
1225         * backend/dvi/dvidocument.evince-backend.in:
1226
1227         Add compressed dvi to the list of supported mime types. Patch by
1228         Ed Catmur. Fixes bug #307087.
1229
1230 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1231
1232         * shell/ev-jobs.c: (ev_job_print_get_page_list):
1233
1234         Fix a crash when printing a range that doesn't specify the start or
1235         end page. Fixes bug #524288.
1236
1237 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1238
1239         * shell/ev-window.c: (ev_window_cmd_continuous),
1240         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
1241         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
1242         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
1243         (ev_window_run_presentation), (ev_window_stop_presentation),
1244         (ev_window_cmd_view_presentation),
1245         (ev_window_cmd_leave_fullscreen),
1246         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
1247
1248         Do not unfullscreen and fullscreen again the window when changing
1249         from fullscreen to presentation mode and vice versa. Fixes bug
1250         #524112.
1251         
1252 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1253
1254         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
1255
1256         Do not crash when thumbnail failed to render in PS backend. Fixes
1257         bug #525015.
1258         
1259 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1260
1261         * shell/ev-window.c: (window_open_file_copy_ready_cb),
1262         (ev_window_load_file_remote), (ev_window_open_uri):
1263
1264         Handle errors when opening remote files.
1265         
1266 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1267
1268         * shell/ev-page-action.c: (ev_page_action_grab_focus):
1269
1270         Only grab the focus for the current visible proxy widget. Fixes
1271         bug #521224.
1272         
1273 2008-03-30  Emil Soleyman  <emil@nishra.com>
1274
1275         * shell/ev-window.c: (launch_external_uri):
1276         
1277         Reuse g_app_info_launch_default_for_uri to
1278         save some code and fix bug #525009.
1279
1280 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1281
1282         * shell/ev-window.c (image_save_dialog_response_cb):
1283
1284         Use g_str_has_suffix. See bug #523069.
1285
1286 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1287
1288         * configure.ac:
1289
1290         Add a configure option to enable/diable DBus. Patch by Rémi
1291         Cardona. Fixes bug 521797.
1292
1293 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1294
1295         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1296
1297         Fix printing in documents with rotated pages. Patch by Eugen
1298         Dedu. Fixes bug #512648.
1299         
1300 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1301
1302         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
1303         (ev_link_from_action):
1304
1305         Fix warning messages.
1306         
1307 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1308
1309         * shell/ev-window.c: (image_save_dialog_response_cb):
1310
1311         Do not append the extension to filename when saving an image
1312         if the filename alredy contains the extension. Fixes bug #523069.
1313         
1314 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1315
1316         * shell/ev-view.[ch]: (ev_view_find_cancel):
1317         * shell/ev-window.c: (find_bar_close_cb):
1318
1319         Cancel the find operation when the find bar is closed. Fixes bug
1320         #508845.
1321         
1322 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1323
1324         * backend/ps/psdocument.evince-backend.in:
1325
1326         Make ps backend module resident. Fixes bug #520607.
1327         
1328 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1329
1330         * shell/ev-jobs.c: (ev_job_print_run):
1331
1332         Invert collate action in order to work as expected, fix reverse
1333         printing so that it doesn't start with a blank page and fix number
1334         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1335         
1336 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1337
1338         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1339
1340         Fix build with poppler <= 0.7.2
1341         
1342 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1343
1344         * libdocument/ev-document-misc.c:
1345         (ev_document_misc_surface_from_pixbuf):
1346
1347         Fix selections with poppler-splash.
1348         
1349 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1350
1351         * configure.ac:
1352         * backend/pdf/ev-poppler.cc:
1353
1354         Fix build with poppler >= 0.7.2
1355         
1356 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1357
1358         * configure.ac:
1359         
1360         Update for release 2.22.0
1361
1362 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1363
1364         * NEWS:
1365
1366         Update for upcoming release.
1367
1368 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1369
1370         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1371
1372         Bug 495107 – Handle print dialog responses correctly
1373
1374         Correctly handle print dialog response. Properly fixes
1375         the above mentioned bug.
1376
1377 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1378
1379         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1380
1381         Make sure print job is only run when the print button is
1382         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1383         
1384 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1385
1386         * backend/pdf/pdfdocument.evince-backend.in:
1387         * libdocument/ev-backends-manager.c:
1388         (ev_backends_manager_load_backend),
1389         (ev_backends_manager_get_document):
1390         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1391
1392         Allow making backend modules resident. This is needed only for
1393         some backends like pdf to avoid registering glib types more than
1394         once.
1395         
1396 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1397
1398         * backend/comics/comics-document.c:
1399         * backend/djvu/djvu-document.c:
1400         * backend/impress/impress-document.c:
1401         * backend/pdf/ev-poppler.cc:
1402         * backend/pixbuf/pixbuf-document.c:
1403         * backend/ps/ev-spectre.c:
1404         * backend/ps/ps-document.c:
1405         * backend/tiff/tiff-document.c:
1406         * libdocument/ev-document.h:
1407         * properties/ev-properties-main.c:
1408
1409         Use g_type_module_add_interface instead of
1410         g_type_add_interface_static. Fixes bug #519679.
1411         
1412 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1413
1414         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1415         Added. Returns whether the animation has everything necessary to run.
1416         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1417         is ready just because it's been created. Fixes #519106.
1418         (draw_one_page): Do not show the "Loading..." text in presentation
1419         mode, there was a slim probability that this could happen.
1420
1421 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1422
1423         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1424
1425         Duplicate mime_type string before freeing it so that it doesn't
1426         always fail when getting mime type from uri. Fixes bug #518874.
1427         
1428 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1429
1430         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1431
1432         Fix a crash when a choice form field doesn't have any item
1433         selected. Fixes bug #518831
1434         
1435 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1436
1437         * shell/ev-window.c (ev_window_clear_temp_file):
1438         Use g_file_has_prefix instead of renamed
1439         g_file_contains_file.
1440
1441         * configure.ac:
1442         Require new glib for above change.
1443         
1444 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1445
1446         * libdocument/ev-image.c: (ev_image_finalize),
1447         (ev_image_save_tmp):
1448
1449         Return a real uri instead of a filename when saving an
1450         image. Fixes images drag an drop from evince to nautilus. 
1451         
1452 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1453
1454         * backend/pdf/ev-poppler.cc:
1455         (pdf_document_images_get_image_mapping):
1456
1457         Return the image list in the right order. Fixes bug #516237.
1458         
1459 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1460
1461         * backend/impress/impress-document.c:
1462         (impress_document_thumbnails_get_thumbnail):
1463
1464         Remove unused variable to avoid a compiler warning.
1465
1466 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1467
1468         * configure.ac:
1469         
1470         Update for release 2.21.91.
1471
1472 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1473
1474         * configure.ac:
1475         * shell/Makefile.am:
1476         * shell/ev-application.[ch]:
1477         * shell/ev-sidebar-links.c:
1478         * shell/ev-utils.[ch]:
1479         * shell/ev-window.[ch]:
1480
1481         Remove libgnomeprint support. Fixes bug #512370.
1482         
1483 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1484
1485         * thumbnailer/evince-thumbnailer.c: (main):
1486
1487         Initialize glib type system before using it. Fixes bug #513934.
1488         
1489 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1490
1491         * properties/ev-properties-main.c:
1492
1493         Add missing #include.
1494         
1495 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1496
1497         * configure.ac:
1498         * backend/djvu/djvu-document.c: (djvu_document_render):
1499         * backend/tiff/tiff-document.c: (tiff_document_render):
1500
1501         Use the new cairo function cairo_format_stride_for_width when
1502         available. Fixes bug #482720.
1503
1504 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1505
1506         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1507         (get_mime_type_from_data), (get_document_from_uri):
1508
1509         Use g_content_type_guess() only when slow is true in
1510         get_document_from_uri(). Fix several memory leaks.
1511         
1512 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1513
1514         * libdocument/ev-document-factory.c:
1515         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1516         (get_document_from_uri):
1517
1518         Use g_content_type_guess () to get mimetype for files.
1519         Bug #510401.
1520
1521 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1522
1523         * thumbnailer/Makefile.am:
1524
1525         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1526         
1527 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1528
1529         * configure.ac:
1530
1531         Fix build with --without-libgnome. Fixes bug #512771.
1532         
1533 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1534
1535         * backend/dvi/Makefile.am: Install only dvi
1536         module. Fixes bug #512718.
1537
1538 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1539
1540         * properties/ev-properties-main.c: (nautilus_module_initialize):
1541         
1542         Initialize backends in properties tab. Fixes bug
1543         #512720.
1544
1545 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1546
1547         * properties/Makefile.am: No need to link with 
1548         libraries. Fixes bug #512719.
1549
1550 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1551
1552         * NEWS:
1553         * configure.ac:
1554         
1555         Update for release 2.21.90.
1556
1557 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1558
1559         * shell/ev-window.c: (ev_window_cmd_escape):
1560
1561         Fix compile warning.
1562         
1563 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1564
1565         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1566
1567         Fix printing in dvi backend when filename contains white
1568         espaces. Fixes bug #502839.
1569         
1570 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1571
1572         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1573         (screensaver_disable_x11):
1574         * shell/Makefile.am:
1575         * shell/xdg-user-dir-lookup.c: Removed
1576         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1577         * shell/ev-view.c: (ev_view_presentation_transition_start):
1578         * shell/ev-window.c: (ev_window_cmd_file_open),
1579         (ev_window_cmd_save_as), (presentation_set_timeout):
1580
1581         Remove #ifdefs that are no longer needed.
1582         
1583 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1584
1585         * shell/ev-view.[ch]: (ev_view_button_release_event),
1586         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1587         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1588         (ev_window_cmd_escape):
1589
1590         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1591         
1592 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1593
1594         * configure.ac:
1595         * backend/comics/comics-document.c: (comics_document_load):
1596         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1597         (ev_attachment_set_property), (ev_attachment_init),
1598         (ev_attachment_save), (ev_attachment_launch_app),
1599         (ev_attachment_open):
1600         * libdocument/ev-document-factory.c: (get_document_from_uri):
1601         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1602         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1603         * shell/ev-jobs.c:
1604         * shell/ev-password.c: (ev_password_dialog_set_property),
1605         (ev_password_dialog_save_password):
1606         * shell/ev-sidebar-attachments.c:
1607         (ev_sidebar_attachments_drag_data_get):
1608         * shell/ev-window-title.c: (get_filename_from_uri):
1609         * shell/ev-window.c: (ev_window_clear_temp_file),
1610         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1611         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1612         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1613         (launch_external_uri), (image_save_dialog_response_cb),
1614         (attachment_save_dialog_response_cb):
1615         * shell/main.c: (load_files), (load_files_remote), (main):
1616         * thumbnailer/evince-thumbnailer.c: (main):
1617
1618         Port to gio and drop gnome-vfs dependency. Fixes bug
1619         #510401. Based on patch by Cosimo Cecchi.
1620         
1621 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1622
1623         * NEWS:
1624
1625         Fixed formatting inconsistencies (spaces vs. tabs)
1626
1627 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1628
1629         * shell/ev-window.c:
1630
1631         Use top/up/bottom/down arrows instead of
1632         first/left/last/right in the toolbar and menu actions.
1633         This fixes issues with RTL languages and is visually
1634         consistent with the page view. Fixes bug #170081.
1635
1636 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1637
1638         * NEWS:
1639
1640         Fixed some inaccuracies pointed out by Carlos Garcia
1641         Campos.
1642
1643 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1644
1645         * NEWS:
1646         * data/evince.schemas.in:
1647         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1648
1649         Override PDF restrictions by default. Fixes bug #382700.
1650
1651 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1652
1653         * NEWS: Updated for upcoming release
1654
1655 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1656
1657         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1658
1659         Fix memory leak.
1660         
1661 2008-01-23  Gil Forcada <gilforcada@guifi.net>
1662
1663         * shell/ev-window.c: (register_custom_actions):
1664         
1665         Added comment for translators
1666
1667 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1668
1669         * shell/ev-view.c: (ev_view_button_release_event):
1670
1671         Do not create the idle function for kinetic scrolling if we are
1672         not in a drag operation.
1673
1674 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1675
1676         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1677         (ev_view_button_press_event), (ev_view_motion_notify_event),
1678         (ev_view_button_release_event):
1679
1680         Restore cursor after autoscrolling. Fixes bug #509958.
1681
1682 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1683
1684         * configure.ac:
1685         * backend/pdf/ev-poppler.cc:
1686         (pdf_document_images_get_image_mapping),
1687         (pdf_document_images_get_image),
1688         (pdf_document_document_images_iface_init):
1689         * libdocument/ev-document-images.[ch]:
1690         (ev_document_images_get_image_mapping),
1691         (ev_document_images_get_image):
1692         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
1693         (ev_image_get_id), (ev_image_save_tmp):
1694         * shell/ev-jobs.c: (ev_job_render_run):
1695         * shell/ev-view.c: (ev_view_drag_data_get):
1696         * shell/ev-window.c: (image_save_dialog_response_cb),
1697         (ev_view_popup_cmd_copy_image):
1698
1699         Do not render images when rendering the page but on demand. It
1700         reduces the memory comsumption.
1701         
1702 2008-01-18  Marcelo Lira  <setanta@gmail.com>
1703
1704         * configure.a:
1705         * shell/ev-password.c:
1706
1707         Make gnome-keyring optional. Fixes bug #509676.
1708         
1709 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1710
1711         * shell/ev-pixbuf-cache.c: (add_job):
1712
1713         Initialize include_images variable as FALSE instead of TRUE.
1714         
1715 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1716
1717         * configure.ac:
1718         * cut-n-paste/Makefile.am:
1719         * cut-n-paste/fileformatchooser/Makefile.am:
1720         * cut-n-paste/fileformatchooser/egg-macros.h:
1721         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
1722         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
1723         * shell/Makefile.am:
1724         * shell/ev-utils.c:
1725         (file_chooser_dialog_add_writable_pixbuf_formats),
1726         (get_gdk_pixbuf_format_by_extension):
1727         * shell/ev-utils.h:
1728         * shell/ev-window.c: (ev_window_error_message),
1729         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
1730         
1731         Simplify image format selection on save.
1732
1733 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1734
1735         * shell/ev-view.c: (ev_view_scroll_event):
1736         
1737         Repair gorizontal scrolling with shift. Fixes
1738         bug #483412.
1739
1740 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1741         
1742         * MAINTAINERS:
1743
1744         Fix formatting issues.
1745         
1746 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1747
1748         * backend/comics/comics-document.c: (comics_regex_quote):
1749         
1750         Don't overquote special chars except of '. See bug 
1751         502500. Thanks to Tom Parker.
1752
1753 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1754
1755         * MAINTAINERS:
1756         
1757         Added Nickolay and Carlos, since they're doing most of
1758         the releases nowadays.
1759
1760 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1761
1762         * properties/Makefile.am:
1763
1764         Get the nautilus extension dir properly instead of using
1765         a hack. Fixes bug #505359.
1766
1767 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1768
1769         * properties/Makefile.am:
1770         
1771         Install nautilus extension into new place. See bug
1772         #505359. Thanks to Matthias Clasen, Brian Pepple and
1773         Damien Carbery.
1774
1775 2008-01-13  Djihed Afifi  <djihed@gmail.com>
1776
1777         * shell/ev-window.c: (ev_window_get_recent_file_label):
1778         
1779         RTL marker in recent file list. See bug #509076.
1780
1781 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1782
1783         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
1784         * shell/ev-window.c: (image_save_dialog_response_cb):
1785
1786         Fix compile warnings due to unused variables.
1787         
1788 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1789
1790         * configure.ac:
1791         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
1792         * backend/ps/ev-spectre.c: (ps_document_render):
1793
1794         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
1795
1796 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1797
1798         * shell/ev-transition-animation.c (ev_transition_animation_fade)
1799         (ev_transition_animation_paint): Implement "fade" effect.
1800
1801 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1802
1803         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
1804         (ev_transition_animation_paint): Implement "uncover" effect.
1805
1806 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1807
1808         * shell/ev-transition-animation.c (ev_transition_animation_cover)
1809         (ev_transition_animation_paint): Implement "cover" effect.
1810
1811 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1812
1813         * shell/ev-transition-animation.c (ev_transition_animation_push)
1814         (ev_transition_animation_paint): Implement "push" effect.
1815
1816 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1817
1818         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
1819         (ev_transition_animation_paint): Implement "dissolve" effect.
1820
1821 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1822
1823         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
1824         (ev_transition_animation_paint): Implement "wipe" effect.
1825
1826 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1827
1828         * shell/ev-transition-animation.c (ev_transition_animation_box)
1829         (ev_transition_animation_paint): Implement "box" effect.
1830
1831 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1832
1833         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
1834         (ev_transition_animation_paint): Implement "blinds" effect.
1835
1836 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1837
1838         * shell/ev-transition-animation.c (ev_transition_animation_split)
1839         (ev_transition_animation_paint): Implement "split" effect.
1840
1841 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1842
1843         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
1844         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
1845         (ev_view_transition_animation_start) 
1846         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
1847         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
1848         (ev_view_next_page) (ev_view_previous_page):
1849         
1850         Use EvTransitionAnimation to drive page changes in the presentation
1851         mode, the animation will wait to start until both the origin and 
1852         destination page surfaces are available. Fixes #458460.
1853
1854         (draw_loading_text):
1855
1856         Remove workaround for bug #320352, it's now fixed properly.
1857
1858
1859 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1860
1861         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
1862         will contain the implementations for page transition animations, at
1863         the moment it just has the "replace" effect.
1864         * shell/Makefile.am: Added these files to build.
1865
1866 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1867
1868         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
1869         animations.
1870         * shell/Makefile.am: Added these files to build.
1871
1872 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1873
1874         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
1875         implementation to get_effect() in EvDocumentTransitionIface.
1876
1877 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1878
1879         * libdocument/ev-transition-effect.[ch]: New files, define a page
1880         transition effect, at the moment it maps PopplerPageTransition to a
1881         GObject.
1882         * libdocument/Makefile.am: Added these files to build.
1883         * libdocument/ev-document-transition.[ch]
1884         (ev_document_transition_get_effect): New method, gets the
1885         EvTransitionEffect returned by the interface implementation, with
1886         fallback to the "replace" effect.
1887
1888 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
1889
1890         * configure.ac:
1891         * cut-n-paste/Makefile.am:
1892         * cut-n-paste/fileformatchooser/Makefile.am:
1893         * cut-n-paste/fileformatchooser/egg-macros.h:
1894         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
1895         * shell/Makefile.am:
1896         * shell/ev-window.c: (image_save_dialog_response_cb),
1897         (ev_view_popup_cmd_save_image_as):
1898
1899         Allow exporting images in any format supported by
1900         GdkPixbuf. Fixes bug #500209.
1901         
1902 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1903
1904         * backend/pixbuf/pixbuf-document.c:
1905
1906         More warnings fixed.
1907         
1908 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1909
1910         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
1911         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
1912         * backend/djvu/djvu-text.h:
1913         * backend/tiff/tiff-document.c: (tiff_document_render):
1914
1915         Fix compile warnings.
1916         
1917 2007-12-28  Christian Persch  <chpe@gnome.org>
1918
1919         * **/*.c: Include config.h. Bug #504721.
1920
1921 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1922
1923         * configure.ac:
1924         * Makefile.am:
1925         * po/POTFILES.in:
1926         * backend/comics/Makefile.am:
1927         * backend/comics/comics-document.[ch]:
1928         * backend/comics/comicsdocument.evince-backend.in:
1929         * backend/djvu/Makefile.am:
1930         * backend/djvu/djvu-document.[ch]:
1931         * backend/djvu/djvudocument.evince-backend.in:
1932         * backend/dvi/Makefile.am:
1933         * backend/dvi/dvi-document.[c]:
1934         * backend/dvi/dvidocument.evince-backend.in:
1935         * backend/impress/Makefile.am:
1936         * backend/impress/impress-document.[ch]:
1937         * backend/impress/impressdocument.evince-backend.in:
1938         * backend/pdf/Makefile.am:
1939         * backend/pdf/ev-poppler.cc:
1940         * backend/pdf/ev-poppler.h:
1941         * backend/pdf/pdfdocument.evince-backend.in:
1942         * backend/pixbuf/Makefile.am:
1943         * backend/pixbuf/pixbuf-document.[ch]:
1944         * backend/pixbuf/pixbufdocument.evince-backend.in:
1945         * backend/ps/Makefile.am:
1946         * backend/ps/ev-spectre.[ch]:
1947         * backend/ps/ps-document.[ch]:
1948         * backend/ps/psdocument.evince-backend.in:
1949         * backend/tiff/Makefile.am:
1950         * backend/tiff/tiff-document.[ch]:
1951         * backend/tiff/tiffdocument.evince-backend.in:
1952         * libdocument/Makefile.am:
1953         * libdocument/ev-backends-manager.[ch]:
1954         * libdocument/ev-module.[ch]:
1955         * libdocument/ev-document.h:
1956         * libdocument/ev-document-factory.[ch]:
1957         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
1958         (get_compression_from_mime_type), (get_document_from_uri),
1959         (ev_document_factory_get_document), (file_filter_add_mime_types),
1960         (ev_document_factory_add_filters):
1961         * shell/Makefile.am:
1962         * shell/ev-window-title.c: (get_filename_from_uri):
1963         * shell/main.c: (main):
1964         * thumbnailer/Makefile.am:
1965         * thumbnailer/evince-thumbnailer.c: (main):
1966
1967         Plugin system for backends. Fixes bug #351348.
1968         
1969 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1970
1971         * shell/ev-view-private.h:
1972         * shell/ev-view.c: (ev_view_drag_update_momentum),
1973         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
1974         (ev_view_button_release_event), (ev_view_destroy):
1975         
1976         Kinetic scrolling implemented as requested in
1977         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
1978
1979 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1980
1981         * data/evince-toolbar.xml:
1982         * data/evince-ui.xml:
1983         * shell/ev-view-private.h:
1984         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1985         (ev_view_button_press_event), (ev_view_motion_notify_event),
1986         (ev_view_button_release_event), (ev_view_init),
1987         (ev_view_autoscroll_cb), (ev_view_autoscroll),
1988         (ev_view_set_cursor):
1989         * shell/ev-view.h:
1990         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
1991         (ev_window_cmd_view_autoscroll):
1992         
1993         Autoscroll feature with the context menu. Fixes bug 
1994         #323670. Thanks to David Turner <cillian64@googlemail.com>.
1995
1996 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1997
1998         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
1999
2000         Disconnect also page-ready signal when removing a job because the
2001         page size has changed. Thanks to kripken
2002         <kripkensteiner@gmail.com>.
2003
2004 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2005
2006         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
2007         
2008         Scroll pages in page entry with mouse wheel. Fixes bug
2009         #324122. Thanks to David Turner <cillian64@googlemail.com>.
2010
2011 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2012
2013         * backend/dvi/Makefile.am:
2014         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
2015         (mdvi_cairo_device_init):
2016         * backend/dvi/mdvi-lib/common.h:
2017         * backend/dvi/mdvi-lib/mdvi.h:
2018         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
2019         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
2020         (mdvi_build_path_from_cwd):
2021
2022         Add ps specials support in dvi backend when libspectre is
2023         present. Fixes bug #386005.
2024         
2025 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2026
2027         * configure.ac:
2028         * backend/ps/Makefile.am:
2029         * backend/ps/ev-spectre.[ch]:
2030         
2031         Use libspectre, if available, for the ps backend. Fixes bugs
2032         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
2033
2034 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2035         
2036         * backend/comics/comics-document.c: (comics_document_load):
2037         
2038         Cygwin build issue fix.
2039
2040 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2041
2042         * shell/ev-view.c: (ev_view_set_zoom):
2043
2044         Do not limit the minimum zoom factor when sizing mode is best bit
2045         or fit width. Fixes bug #503805.
2046         
2047 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2048
2049         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
2050         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
2051         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
2052         (ev_link_dest_get_property), (ev_link_dest_set_property),
2053         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
2054         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
2055         (ev_link_dest_new_fitr):
2056         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
2057         (goto_fith_dest), (goto_xyz_dest):
2058
2059         Do not change left, top and zoom values when they are null in PDF
2060         destinations. Fixes bug #460658.
2061         
2062 2007-12-10  Christian Persch  <chpe@gnome.org>
2063
2064         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
2065         (ev_view_accessible_class_init),
2066         (ev_view_accessible_idle_do_action),
2067         (ev_view_accessible_action_do_action),
2068         (ev_view_accessible_action_get_description),
2069         (ev_view_accessible_action_set_description),
2070         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
2071         (ev_view_accessible_factory_init),
2072         (ev_view_accessible_factory_get_accessible_type):
2073         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
2074         private data, and G_DEFINE_TYPE. Bug #502843.
2075
2076 2007-12-08  Christian Persch  <chpe@gnome.org>
2077
2078         * shell/ev-metadata-manager.c: (item_free),
2079         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2080         (value_free), (parse_value), (parseItem),
2081         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2082         (save_values): Use GSlice to allocate small amounts of memory. Bug
2083         #475972.
2084
2085 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2086
2087         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2088
2089         Restore cursor to normal after a drag operation. Fixes bug
2090         #501603.
2091         
2092 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2093
2094         * NEWS:
2095         * configure.ac:
2096         
2097         Update for release 2.21.1
2098
2099 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2100
2101         * configure.ac:
2102         * cut-n-paste/gedit-message-area/Makefile.am:
2103         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
2104         * shell/Makefile.am:
2105         * shell/ev-message-area.[ch]:
2106         * shell/ev-window.c: (ev_window_set_message_area),
2107         (ev_window_error_message_response_cb), (ev_window_error_message),
2108         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
2109         (ev_window_save_job_cb), (image_save_dialog_response_cb),
2110         (ev_attachment_popup_cmd_open_attachment),
2111         (attachment_save_dialog_response_cb), (ev_window_set_document),
2112         (ev_window_init):
2113
2114         Use a message area instead of a popup dialog for error
2115         notifications. Fixes bug #337495.
2116         
2117 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2118
2119         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
2120         (ev_window_run_fullscreen):
2121
2122         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
2123         
2124 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2125
2126         * ev-sidebar-thumbnails.c: (update_visible_range),
2127         (ev_sidebar_thumbnails_refresh),
2128         (ev_sidebar_thumbnails_set_document),
2129         (ev_sidebar_thumbnails_support_document):
2130
2131         Show thumbnails for documents with one page. Fixes bug #358751.
2132         
2133 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2134
2135         * shell/ev-window.c:
2136         (ev_window_load_print_settings_from_metadata),
2137         (ev_window_save_print_settings), (ev_window_print_finished),
2138         (ev_window_print_range):
2139
2140         Print settings that are specific to the document are now saved per
2141         document in the metadata file. Fixes bug #488806.
2142         
2143 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
2144
2145         * backend/tiff/tiff-document.c: (tiff_document_render):
2146
2147         Tiff documents were rendered with wrong colors. Fixes bug #497279.
2148         
2149 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2150
2151         * shell/ev-application.[ch]: (get_find_string_from_args),
2152         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2153         (ev_application_open_uri_list):
2154         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
2155         * shell/ev-window.[ch]: (ev_window_load_job_cb),
2156         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2157         (ev_window_cmd_recent_file_activate),
2158         (ev_window_open_recent_action_item_activated),
2159         (ev_window_print_send), (open_remote_link):
2160         * shell/main.c: (arguments_parse):
2161
2162         Add a command line option for search. Fixes bug #497710.
2163         
2164 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
2165
2166         * shell/ev-jobs.c: (ev_job_print_new):
2167
2168         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
2169         
2170 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2171
2172         * data/evince-toolbar.xml:
2173         * shell/Makefile.am:
2174         * shell/ev-application.c: (ev_application_init):
2175         * shell/ev-open-recent-action.[ch]:
2176         * shell/ev-window.c:
2177         (ev_window_open_recent_action_item_activated),
2178         (register_custom_actions):
2179
2180         Add an expander to the open toolbar item which pops up a dropdown
2181         menu with the recently used documents. Fixes bug #487215.
2182         
2183 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2184
2185         * shell/ev-window.c: (ev_window_open_uri),
2186         (ev_window_cmd_view_reload):
2187
2188         Do not jump to the first page when reloading by running evince
2189         from the command line. Fixes bug #490847.
2190         
2191 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2192
2193         * shell/ev-window.c: (ev_window_cmd_help_contents):
2194
2195         Plugged memory leak when help file is not found. Fixes bug
2196         #490762.
2197         
2198 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2199
2200         * configure.ac:
2201
2202         Enable djvu, dvi and comics backends by default. Fixes bug
2203         #437121.
2204         
2205 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2206
2207         * configure.ac:
2208         * cut-n-paste/Makefile.am:
2209         * cut-n-paste/recent-files/*: Removed
2210         * help/reference/Makefile.am:
2211         * shell/Makefile.am:
2212         * shell/ev-application.[ch]: (ev_application_shutdown),
2213         (ev_application_init):
2214         * shell/ev-window.c: (ev_window_add_recent),
2215         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
2216
2217         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
2218         
2219 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
2220
2221         * shell/ev-window.c: (launch_external_uri):
2222
2223         Let GnomeVFS check the URL, this allow more URL (like mailto:),
2224         and report error if the URL is not supported (#489910).
2225
2226 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2227
2228         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2229         (pdf_document_file_exporter_begin_page),
2230         (pdf_document_file_exporter_end_page):
2231
2232         Fix printing with poppler splash backend. Fixes bug #489774.
2233         
2234 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2235
2236         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2237         * shell/ev-print-job.c: (ev_print_job_class_init):
2238
2239         Fix a crash when printing with the gnome-print dialog. Fixes bug
2240         #488939.
2241         
2242 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
2243
2244         * backend/pixbuf/pixbuf-document.c:
2245
2246         Fix an implicit function definition warning (#487655)
2247
2248 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2249
2250         * shell/ev-window.c:
2251
2252         Fix conflicting shortcut for view sade pane and presentation.
2253         
2254 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2255
2256         * backend/pdf/ev-poppler.cc:
2257         (pdf_document_file_exporter_begin_page),
2258         (pdf_document_file_exporter_do_page),
2259         (pdf_document_file_exporter_end_page),
2260         (pdf_document_file_exporter_iface_init):
2261         * libdocument/ev-file-exporter.[ch]:
2262         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
2263         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2264         (ev_job_print_run):
2265
2266         When printing multiple pages per sheet in reverse option, do not
2267         invert the order of the pages in every sheet, but the order of the
2268         sheets. Do not print blank pages when page range is invalid. Fixes
2269         bugs #484857 and #485521.
2270         
2271 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2272
2273         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2274         (ev_job_print_run):
2275         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2276
2277         Respect ranges order when printing more than one range in random
2278         order.
2279         
2280 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
2281
2282         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
2283         (ev_window_setup_document), (ev_window_rotation_changed_cb):
2284
2285         Rotate also the window icon when document is rotated. Fixes bug
2286         #474681.
2287         
2288 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2289
2290         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
2291         (pdf_document_forms_get_form_fields):
2292
2293         Silently ignore unknown form fields. Fixes bug #482654. Patch by
2294         Matthias Drochner.
2295         
2296 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2297
2298         * configure.ac:
2299         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2300
2301         Use poppler_page_render_for_printing() instead of
2302         poppler_page_render() if available when exporting to a ps or pdf
2303         file. Fixes bug #476627.
2304         
2305 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2306
2307         * shell/ev-window.c: (ev_window_run_fullscreen):
2308
2309         Do not show the toolbar in fullscreen mode if the main toolbar is
2310         not visible. Fixes bug #483048.
2311         
2312 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2313
2314         * shell/ev-view.c: (ev_view_button_press_event):
2315
2316         Give priority to form fields over images when deciding whether a
2317         button press event is over an image or form field. It allows edit
2318         form fields when they are over a background image. Fixes bug
2319         #477841.
2320         
2321 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2322
2323         * NEWS:
2324         * configure.ac:
2325         
2326         Update for release 2.20.0
2327
2328 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2329
2330         * backend/pdf/ev-poppler.cc:
2331
2332         Remove #ifdef HAVE_FORMS, so that forms support works again.
2333
2334 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2335
2336         * configure.ac:
2337         * data/evince.desktop.in.in:
2338         
2339         Fixes desktop file issues. See bug #473471.
2340
2341 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2342
2343         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2344         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2345         (ev_job_queue_remove_job):
2346         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2347         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2348         * shell/ev-window.c: (ev_window_clear_save_job),
2349         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2350         (ev_window_dispose):
2351
2352         Move save a copy task to its own job so that it's carried out in a
2353         thread avoiding another lock in the main thread. Use
2354         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2355         can be saved to a pathin another file system. Fixes bug #456891.
2356         
2357 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2358
2359         * NEWS:
2360         * configure.ac:
2361         
2362         Update for release 2.19.92
2363
2364 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2365
2366         * configure.ac:
2367         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2368         (pdf_selection_get_selection_region),
2369         (pdf_selection_get_selection_map),
2370         (ev_form_field_from_poppler_field):
2371
2372         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2373         and triple click selections are enabled again now.
2374
2375 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2376
2377         * shell/ev-window.c: (ev_window_add_history):
2378
2379         Make sure not to use the history with documents not supporting
2380         links. Fixes bug #468954.
2381
2382 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2383
2384         * shell/ev-window.c: (ev_window_load_job_cb):
2385
2386         Restart the search when reloading a document with the find bar
2387         visible. Fixes bug #461962.
2388
2389 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2390
2391         * shell/ev-window.c: (setup_document_from_metadata),
2392         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2393
2394         Do not jump to the first page when reloading a document from the
2395         last page.
2396
2397 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2398
2399         * shell/ev-window.c: (update_chrome_flag),
2400         (setup_sidebar_from_metadata),
2401         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2402         (ev_window_cmd_edit_find_next),
2403         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2404         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2405         (find_bar_close_cb), (view_actions_focus_in_cb):
2406
2407         Do not update visibility when changing a chrome flag so that it's
2408         possible to update several flags and update visibility only once
2409         for all of them.
2410
2411 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2412
2413         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2414
2415         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2416         supported by gtk+. Fixes bug #460907.
2417
2418 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2419
2420         * shell/ev-view.c: (view_update_range_and_current_page):
2421
2422         Make sure current-page <= end-page in continuous mode. Fixes bug
2423         #454950.
2424
2425 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2426
2427         * backend/pdf/ev-poppler.cc: (build_tree):
2428
2429         Ignore outline items without a title. Fixes bug #453913.
2430
2431 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2432
2433         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2434         (ev_view_button_release_event), (ev_view_leave_notify_event):
2435
2436         Use always drag mouse cursor during a drag operation. Fixes bug
2437         #470564.
2438
2439 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2440
2441         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2442         (pdf_selection_get_selection_region),
2443         (pdf_selection_get_selection_map):
2444
2445         Temporarily disable double and triple selections since it depends on
2446         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2447         released and the update of the external dependency minimal version
2448         approved.
2449
2450 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2451
2452         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2453         (pdf_document_file_exporter_do_page):
2454         * libdocument/ev-file-exporter.h:
2455         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2456         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2457
2458         Actually fix printing regressions. Remove orientation from
2459         EvPrintContext since it's redundant.
2460
2461 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2462
2463         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2464         * backend/impress/impress-document.c:
2465         (impress_document_document_iface_init):
2466         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2467         * backend/djvu/djvu-document.c:
2468         (djvu_document_document_iface_init),
2469         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2470         * backend/tiff/tiff-document.c:
2471         (tiff_document_document_iface_init):
2472         * backend/pixbuf/pixbuf-document.c:
2473         (pixbuf_document_document_iface_init):
2474         * backend/comics/comics-document.c:
2475         (comics_document_document_iface_init):
2476         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2477         (pdf_selection_render_selection),
2478         (pdf_selection_get_selected_text),
2479         (pdf_selection_get_selection_region),
2480         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2481         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2482         (ev_selection_get_selection_region),
2483         (ev_selection_get_selection_map):
2484         * libdocument/ev-document.[ch]:
2485         * shell/ev-pixbuf-cache.[ch]: (add_job),
2486         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2487         * shell/ev-view-private.h:
2488         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2489         (ev_job_render_run):
2490         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2491         * shell/ev-view.c: (start_selection_for_event),
2492         (ev_view_button_press_event), (ev_view_drag_data_get),
2493         (ev_view_drag_data_received), (ev_view_button_release_event),
2494         (compute_new_selection_text), (compute_selections),
2495         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2496         (ev_view_primary_get_cb):
2497
2498         Add support for double and triple click selections.
2499
2500 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2501
2502         * NEWS:
2503         * configure.ac:
2504
2505         Update for release 2.19.4
2506
2507 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2508
2509         * shell/ev-view-private.h:
2510         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2511         (ev_view_set_highlight_search):
2512         * shell/ev-view.h:
2513         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2514         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2515         (find_bar_visibility_changed_cb):
2516         
2517         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2518
2519 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2520
2521         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2522         (pdf_document_file_exporter_begin),
2523         (pdf_document_file_exporter_do_page):
2524         * shell/ev-jobs.c: (ev_job_print_run):
2525         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2526
2527         Create always a portrait cairo surface and rotate when needed for
2528         landscape. It fixes printing problems in real printers.
2529
2530 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2531
2532         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2533         * libdocument/ev-file-exporter.[ch]:
2534         (ev_file_exporter_get_capabilities):
2535         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2536         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2537
2538         Adjust number of pages per row according to page orientation when
2539         printing 2 or 6 pages per sheet.
2540
2541 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2542
2543         * shell/ev-window.c: (ev_window_print_send):
2544
2545         Reset also cups setting to 1 when printing multiple pages per
2546         sheet. Fixes bug #468853.
2547
2548 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2549
2550         * libdocument/ev-document-misc.c:
2551         (ev_document_misc_surface_rotate_and_scale):
2552
2553         Use directly cairo_surface_get_content() when creating a similar
2554         surface as suggested by Jeff Muizelaar. Thanks again.
2555
2556 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2557
2558         * backend/djvu/djvu-document.c: (djvu_document_render):
2559         * backend/tiff/tiff-document.c: (tiff_document_render):
2560         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2561         * libdocument/ev-document-misc.c:
2562         (ev_document_misc_surface_from_pixbuf),
2563         (ev_document_misc_surface_rotate_and_scale):
2564
2565         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2566         creating page surfaces. Fixes bug #453123. Thank you very much to
2567         Jeff Muizelaar <jeff@infidigm.net>.
2568
2569 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2570
2571         * shell/ev-page-cache.c: (ev_page_cache_new),
2572         (ev_page_cache_get_thumbnail_size):
2573         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2574         (ev_sidebar_thumbnails_set_loading_icon):
2575
2576         Also store in page-cache the dimensions of the thumbnails so that
2577         they can be used to create the correct loading icon in the side
2578         pane. Fixes bug #466857.
2579
2580 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2581
2582         * backend/pdf/ev-poppler.cc:
2583         (pdf_document_thumbnails_get_thumbnail):
2584
2585         Fix thumbnails rotation in pdf documents that include embedded 
2586         thumbnails.
2587
2588 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2589
2590         * backend/pdf/ev-poppler.cc:
2591
2592         Don't use #ifdef in macro expansion. Some compilers don't
2593         like that. Closes bug #467042.
2594
2595 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2596
2597         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2598         
2599         Fixes memory leak in djvu backend.
2600
2601 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2602
2603         * data/icons/32x32/Makefile.am:
2604         * data/icons/32x32/actions/Makefile.am:
2605         * data/icons/32x32/actions/view-page-cont.svg:
2606         * data/icons/32x32/actions/view-page-facing.svg:
2607         * data/icons/48x48/Makefile.am:
2608         * data/icons/48x48/actions/Makefile.am:
2609         * data/icons/48x48/actions/view-page-cont.svg:
2610         * data/icons/48x48/actions/view-page-facing.svg:
2611         
2612         Icons for a new sizes.
2613
2614 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2615
2616         * shell/ev-page-cache.c: (build_height_to_page),
2617         (ev_page_cache_get_height_to_page):
2618         
2619         Fixes invalid read, see bug #466401.
2620
2621 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2622
2623         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2624         (set_drag_cursor):
2625         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2626         (configure_item_cursor), (new_pixbuf_from_widget):
2627
2628         Fix multihead problems in toolbar editor. Fixes bug #382055.
2629
2630 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2631
2632         * shell/ev-window.c: (ev_window_cmd_file_open),
2633         (ev_window_cmd_save_as):
2634
2635         Use g_get_user_special_dir when available instead of
2636         xdg_user_dir_lookup.
2637
2638 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2639
2640         * MAINTAINERS:
2641         
2642         Updated according to request on desktop-devel.
2643
2644 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2645
2646         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2647
2648         Do not use cairo_rectangle and cairo_clip since we are
2649         not using cairo_fill but cairo_paint. Use the same cairo context
2650         for every page in the same expose event.
2651
2652 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2653
2654         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2655         leak.
2656
2657 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2658
2659         * configure.ac:
2660         * NEWS:
2661
2662         Release 0.9.3
2663
2664 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2665
2666         * libdocument/ev-document-info.h:
2667         * libdocument/ev-document.h:
2668         * shell/ev-page-action.h:
2669         * shell/ev-sidebar-links.h:
2670
2671         Fix a headers problem with ev-link
2672         
2673         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
2674         * shell/ev-view-private.h:
2675         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2676         (get_link_area), (ev_view_query_tooltip),
2677         (ev_view_leave_notify_event), (ev_view_destroy),
2678         (ev_view_class_init):
2679
2680         Use new gtk tooltips when available instead of ev-tooltip.
2681         
2682 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2683
2684         * shell/ev-window.c: (update_chrome_visibility),
2685         (ev_window_sidebar_visibility_changed_cb):
2686
2687         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
2688         
2689 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2690
2691         * shell/ev-navigation-action.c:
2692         (ev_navigation_action_history_changed),
2693         (ev_navigation_action_set_history):
2694         * shell/ev-navigation-action-widget.c:
2695         (ev_navigation_action_widget_init):
2696         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2697
2698         Fix compile warnings.
2699         
2700 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2701
2702         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2703         (egg_editable_toolbar_dispose):
2704
2705         Fix memory leak.
2706         
2707 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2708
2709         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2710         (screensaver_disable_x11):
2711         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2712         * shell/ev-window.c: (presentation_set_timeout):
2713         * shell/ev-view.c: (ev_view_presentation_transition_start):
2714
2715         Use g_timeout_add_seconds instead of g_timeout_add when
2716         available.
2717         
2718 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2719
2720         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
2721
2722         Set horizontal scrollbar policy to AUTOMATIC instead of
2723         NEVER. Workaround for bug #449462.
2724         
2725 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2726
2727         * shell/ev-jobs.c: (ev_job_render_page_ready):
2728
2729         Add page_ready callback to main loop with high priority and hold
2730         a reference to job during idle.
2731         
2732 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2733
2734         * configure.ac:
2735         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2736         (pdf_document_file_exporter_begin),
2737         (pdf_document_file_exporter_do_page),
2738         (pdf_document_file_exporter_get_capabilities):
2739         * libdocument/ev-file-exporter.h:
2740         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2741         * shell/ev-window.c: (ev_window_print_send),
2742         (ev_window_print_dialog_response_cb):
2743
2744         Allow printing multiple pages per sheet. Fixes bug #395573.
2745         
2746 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2747
2748         * shell/ev-view.c: (tip_from_link):
2749         
2750         Check for NULL, fixes bug #460862.
2751
2752 2007-07-29  Christian Persch  <chpe@gnome.org>
2753
2754         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
2755         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2756         (ev_window_cmd_preview_print):
2757         
2758         Fixes bug #437681 - blocks while enumerating printers.
2759
2760 2007-07-29  Christian Persch  <chpe@gnome.org>
2761
2762         * shell/ev-window.c: (ev_window_screen_changed):
2763         
2764         Don't use deprecated gtk+ function. See bug #460909.
2765
2766 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2767
2768         * shell/ev-utils.c: (get_num_monitors):
2769         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2770
2771         Do not use display before initializing it. Remove compile
2772         warnings.
2773
2774 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
2775
2776         * shell/ev-view.c: (ev_view_class_init):
2777         
2778         Unix-like hjkl bindings added. See bug #458111.
2779
2780 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
2781
2782         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
2783         * shell/ev-utils.h:
2784         * shell/ev-view.c: (ev_view_set_zoom_for_size),
2785         (ev_view_update_view_size):
2786         * shell/ev-view.h:
2787         * shell/ev-window.c: (ev_window_update_actions),
2788         (setup_view_from_metadata), (ev_window_screen_changed),
2789         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
2790         (zoom_control_changed_cb):
2791         * shell/ev-window.h:
2792         
2793         Reorganizes utility functions.
2794
2795 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2796
2797         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2798         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2799         (add_job), (ev_pixbuf_cache_get_surface),
2800         (ev_pixbuf_cache_get_link_mapping),
2801         (ev_pixbuf_cache_get_image_mapping),
2802         (ev_pixbuf_cache_get_form_field_mapping),
2803         (ev_pixbuf_cache_get_text_mapping):
2804         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
2805         (notify_page_ready), (ev_job_render_page_ready),
2806         (ev_job_render_run):
2807
2808         Add page_ready signal to notify that page is ready as soon as
2809         possible even if other page elements like links, forms, images or
2810         text mapping are not ready yet.
2811
2812 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2813
2814         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
2815         (dvi_document_file_exporter_do_page),
2816         (dvi_document_file_exporter_get_capabilities),
2817         (dvi_document_file_exporter_iface_init):
2818         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
2819         (ps_document_file_exporter_do_page),
2820         (ps_document_file_exporter_get_capabilities),
2821         (ps_document_file_exporter_iface_init):
2822         * backend/djvu/djvu-document.c:
2823         (djvu_document_file_exporter_begin),
2824         (djvu_document_file_exporter_end),
2825         (djvu_document_file_exporter_get_capabilities),
2826         (djvu_document_file_exporter_iface_init):
2827         * backend/tiff/tiff-document.c:
2828         (tiff_document_file_exporter_begin),
2829         (tiff_document_file_exporter_get_capabilities),
2830         (tiff_document_document_file_exporter_iface_init):
2831         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2832         (pdf_document_file_exporter_do_page),
2833         (pdf_document_file_exporter_get_capabilities),
2834         (pdf_document_file_exporter_iface_init):
2835         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
2836         (ev_file_exporter_get_capabilities):
2837         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
2838         (idle_print_handler), (ev_print_job_print):
2839         * shell/ev-jobs.c: (ev_job_print_run):
2840         * shell/ev-window.c: (ev_window_print_send),
2841         (ev_window_print_range):
2842
2843         Use capabilities to know which options should be offered by the
2844         print dialog depending on the document backend.
2845
2846 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2847
2848         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2849
2850         Give priority to forms over text to set the cursor.
2851
2852 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2853
2854         * shell/ev-view-private.h:
2855         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2856         (ev_view_leave_notify_event), (ev_view_finalize),
2857         (ev_view_get_property), (ev_view_class_init):
2858
2859         Use IBEAM cursor for text form fields and NORMAL cursor for read
2860         only fields. Remove unused status attribute.
2861
2862 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2863
2864         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2865
2866         Update region for current selected items also for checkbox
2867         buttons, since they can behave as radio buttons when they are in a
2868         set.
2869
2870 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2871
2872         * configure.ac:
2873         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2874
2875         Get max length of text form fields.
2876
2877 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2878
2879         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2880         * libdocument/ev-form-field.h:
2881         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
2882
2883         Fix build with current poppler cvs head.
2884
2885 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2886
2887         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2888         * shell/eggfindbar.c: (egg_find_bar_init):
2889
2890         Fix build with gtk+ >= 2.11.5 due to gtktooltips
2891         deprecation. Fixes bug #455667
2892
2893 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2894
2895         * NEWS:
2896         * configure.ac:
2897         
2898         Update for release 0.9.2
2899
2900 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2901
2902         * shell/ev-view.c: (ev_view_form_field_text_save),
2903         (ev_view_form_field_choice_save):
2904
2905         Fix a crash when closing whith a form widget visible.
2906
2907 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2908
2909         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2910
2911         Update also the region of the current selected button when
2912         clicking on another button if they are radio buttons.
2913
2914 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2915
2916         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
2917         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
2918         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
2919         (ev_pixbuf_cache_get_link_mapping),
2920         (ev_pixbuf_cache_get_image_mapping),
2921         (ev_pixbuf_cache_get_form_field_mapping),
2922         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
2923         * shell/ev-view.c: (ev_view_form_field_get_region),
2924         (ev_view_form_field_button_create_widget),
2925         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2926         (job_finished_cb):
2927
2928         Redraw only form field region instead of the whole page when
2929         reloading a page to show changes on the form field.
2930
2931 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2932
2933         * shell/ev-view.c: (ev_view_form_field_choice_save):
2934
2935         Fix selection of first item in list form fields.
2936
2937 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2938
2939         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
2940         (ev_pixbuf_cache_reload_page),
2941         (ev_pixbuf_cache_get_form_field_mapping):
2942
2943         Some refactoring to avoid duplicated code.
2944
2945 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2946
2947         * configure.ac:
2948         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
2949         (ev_form_field_from_poppler_field),
2950         (pdf_document_forms_get_form_fields),
2951         (pdf_document_forms_form_field_text_get_text),
2952         (pdf_document_forms_form_field_text_set_text),
2953         (pdf_document_forms_form_field_button_set_state),
2954         (pdf_document_forms_form_field_button_get_state),
2955         (pdf_document_forms_form_field_choice_get_item),
2956         (pdf_document_forms_form_field_choice_get_n_items),
2957         (pdf_document_forms_form_field_choice_is_item_selected),
2958         (pdf_document_forms_form_field_choice_select_item),
2959         (pdf_document_forms_form_field_choice_toggle_item),
2960         (pdf_document_forms_form_field_choice_unselect_all),
2961         (pdf_document_forms_form_field_choice_set_text),
2962         (pdf_document_forms_form_field_choice_get_text),
2963         (pdf_document_document_forms_iface_init):
2964         * libdocument/Makefile.am:
2965         * libdocument/ev-form-field.[ch]:
2966         * libdocument/ev-document-forms.[ch]:
2967         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2968         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2969         (add_job), (ev_pixbuf_cache_reload_page),
2970         (ev_pixbuf_cache_get_form_field_mapping):
2971         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
2972         * shell/ev-view-private.h:
2973         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
2974         (ev_view_handle_cursor_over_xy),
2975         (ev_view_get_form_field_at_location),
2976         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
2977         (ev_view_form_field_button_create_widget),
2978         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
2979         (ev_view_form_field_text_create_widget),
2980         (ev_view_form_field_choice_save),
2981         (ev_view_form_field_choice_changed),
2982         (ev_view_form_field_choice_create_widget),
2983         (ev_view_handle_form_field), (ev_view_size_allocate),
2984         (ev_view_realize), (draw_end_presentation_page),
2985         (ev_view_button_press_event), (ev_view_remove_all),
2986         (ev_view_motion_notify_event), (ev_view_key_press_event),
2987         (ev_view_enter_notify_event), (highlight_find_results),
2988         (draw_loading_text), (draw_one_page), (ev_view_destroy),
2989         (ev_view_class_init), (page_changed_cb),
2990         (on_adjustment_value_changed), (ev_view_set_presentation),
2991         (merge_selection_region), (ev_view_set_cursor),
2992         (ev_view_reset_presentation_state):
2993         
2994         Merge evince-forms branch.
2995
2996 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
2997
2998         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
2999
3000         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3001         This script also updates itself from libegg
3002
3003         * cut-n-paste/toolbar-editor/egg*:
3004         Run update-toolbareditor-from-libegg.sh so we are in sync again with
3005         libegg
3006
3007 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
3008
3009         * shell/ev-window.c:
3010         
3011         Adds a nice icon to page action during toolbar editing.
3012         See bug #452872.
3013
3014 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3015
3016         * data/evince-toolbar.xml:
3017         * shell/ev-window.c:
3018         
3019         Let user add a presentation and fullscreen icons on toolbar.
3020         See bug #449734.
3021
3022 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
3023
3024         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
3025
3026         new script to keep in sync with toolbareditor in libegg
3027
3028         * cut-n-paste/toolbar-editor/*: 
3029
3030         Run update-toolbareditor-from-libegg so we are in sync again. 
3031         Fixes bug #452850.
3032         
3033
3034 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3035
3036         * shell/ev-sidebar-links.c: (job_finished_callback):
3037
3038         Do not connect selection changed signal more than once. Fixes bug
3039         #349433.
3040
3041 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3042
3043         * shell/ev-window.c: (ev_window_view_sidebar_cb):
3044
3045         Do not change sidebar chrome flag when pressing F9 key in
3046         presentation mode.
3047
3048 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3049
3050         * backend/pdf/ev-poppler.cc:
3051         (pdf_document_thumbnails_get_dimensions):
3052
3053         Make sure thumbnails width and height is not <= 0. Fixes a crash
3054         with some pdf documents which have really small pages.
3055
3056 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
3057
3058         * shell/main.c: (main):
3059
3060         Fixes program description translation issue.
3061         Bug #450148.
3062
3063 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
3064
3065         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3066
3067         Do not change current page when returning from black/white mode
3068         in presentation. Fixes bug #415032.
3069
3070 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3071
3072         * NEWS:
3073         * configure.ac:
3074         
3075         Update for release 0.9.1
3076
3077 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
3078
3079         * backend/dvi/dvi-document.c:
3080         (dvi_document_finalize),
3081         (dvi_document_file_exporter_format_supported),
3082         (dvi_document_file_exporter_begin),
3083         (dvi_document_file_exporter_do_page),
3084         (dvi_document_file_exporter_end),
3085         (dvi_document_file_exporter_iface_init), (dvi_document_init):
3086         
3087         PDF exporter for dvi documents. Fixes bug #441319.
3088
3089 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3090
3091         * shell/ev-window.c: (ev_window_clear_print_job):
3092
3093         Clear gtk print job when job has finished. Fixes bug #447612.
3094
3095 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3096
3097         * shell/ev-window.c: (ev_window_print_send),
3098         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3099
3100         Add preview button to print dialog. Fixes bug #445419.
3101
3102 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3103
3104         * backend/dvi/Makefile.am:
3105         * backend/dvi/pixbuf-device.[ch]: Removed
3106         * backend/dvi/cairo-device.[ch]: Added
3107         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
3108         * backend/dvi/dvi-document.c: (dvi_document_load),
3109         (dvi_document_render), (dvi_document_finalize),
3110         (dvi_document_thumbnails_get_thumbnail), (parse_color),
3111         (dvi_document_do_color_special):
3112         * libdocument/ev-document-misc.[ch]:
3113         (ev_document_misc_pixbuf_from_surface):
3114
3115         Port dvi backend to cairo and fix a problem with colors. 
3116
3117 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3118
3119         * shell/ev-view.c: (draw_one_page):
3120
3121         Draw only visible region.
3122
3123 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3124
3125         * backend/djvu/djvu-document.c: (djvu_document_render):
3126
3127         Fix rotation in djvu backend.
3128
3129 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3130
3131         * shell/ev-pixbuf-cache.c: (job_finished_cb),
3132         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
3133         (ev_pixbuf_cache_get_image_mapping),
3134         (ev_pixbuf_cache_get_text_mapping):
3135
3136         Redraw view every time we have a new surface. Fixes bug #443587.
3137
3138 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3139
3140         * libdocument/ev-document.c: (ev_document_info_free):
3141
3142         Fix memory leaks.
3143
3144 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3145
3146         * backend/dvi/dvi-document.c: (dvi_document_render),
3147         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
3148         * backend/impress/impress-document.c:
3149         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3150         (impress_document_render), (impress_document_document_iface_init),
3151         (impress_document_thumbnails_get_thumbnail):
3152         * backend/djvu/djvu-document-private.h:
3153         * backend/djvu/djvu-document.c: (djvu_document_render),
3154         (djvu_document_finalize), (djvu_document_document_iface_init),
3155         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
3156         * backend/tiff/tiff-document.c: (tiff_document_render),
3157         (tiff_document_render_pixbuf),
3158         (tiff_document_document_iface_init):
3159         * backend/pdf/ev-poppler.cc: (pdf_document_render),
3160         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
3161         (pdf_selection_render_selection):
3162         * backend/comics/comics-document.c:
3163         (comics_document_render_pixbuf), (comics_document_render),
3164         (comics_document_document_iface_init):
3165         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
3166         (pixbuf_document_document_iface_init):
3167         * libdocument/ev-document-misc.[ch]:
3168         (ev_document_misc_surface_from_pixbuf),
3169         (ev_document_misc_surface_rotate_and_scale):
3170         * libdocument/ev-document.[ch]: (ev_document_render):
3171         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
3172         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3173         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3174         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
3175         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
3176         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
3177         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
3178         (render_finished_cb), (ev_job_render_run):
3179         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
3180         (merge_selection_region):
3181
3182         Use cairo image surfaces instead of GDK pixbufs for drawing pages
3183         and selections.
3184
3185 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3186
3187         * shell/ev-window-title.c: (ev_window_title_update):
3188
3189         Fix memory leak.
3190
3191 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3192
3193         * shell/ev-view.c: (draw_loading_text):
3194
3195         Show loading text centered. Fixes bug #433061
3196
3197 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3198
3199         * shell/ev-sidebar-thumbnails.c:
3200         (ev_sidebar_thumbnails_set_loading_icon):
3201
3202         Remove a mutex in the main thread that blocks the UI in heavy
3203         documents.
3204
3205 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3206
3207         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
3208
3209         Set points_set to TRUE so that selections don't disappear after a
3210         zoom change.
3211
3212 2007-06-07  Michael Monreal  <infernux@web.de>
3213
3214         * data/icons/16x16/actions/Makefile.am:
3215         * data/icons/16x16/actions/zoom.svg:
3216         * data/icons/22x22/actions/Makefile.am:
3217         * data/icons/22x22/actions/zoom.svg:
3218         * data/icons/24x24/actions/Makefile.am:
3219         * shell/ev-stock-icons.c:
3220         * shell/ev-stock-icons.h:
3221         * shell/ev-window.c:
3222         
3223         Zoom icon artwork. See bug #444795.
3224
3225 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3226
3227         * shell/ev-metadata-manager.c: Remove extraneous function
3228         (Closes: #444386)
3229
3230 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3231
3232         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3233         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
3234         (ev_metadata_manager_set), (ev_metadata_manager_save):
3235         Simplify the timeout, no need for modified anymore
3236
3237 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3238
3239         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
3240         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3241         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3242         (ev_metadata_manager_save): Adapted patch from Arjan van de
3243         Ven (arjan@linux.intel.com) to avoid the timeout running all the
3244         time, saves on power (Closes: #443851)
3245
3246 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3247
3248         * configure.ac:
3249         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
3250         (pdf_selection_render_selection), (pdf_document_get_page_duration):
3251
3252         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
3253
3254 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3255
3256         * shell/ev-window.c: (ev_window_add_history):
3257
3258         Check if history is NULL
3259
3260 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3261
3262         * libdocument/ev-image.c: (ev_image_finalize):
3263         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
3264         * libdocument/ev-attachment.c: (ev_attachment_finalize):
3265         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
3266         (ev_tmp_uri_unlink):
3267
3268         Add functions to delete temporary files created by evince in a safe
3269         way.
3270
3271         * shell/ev-window.c: (ev_window_clear_local_uri),
3272         (open_xfer_update_progress_callback),
3273         (save_xfer_update_progress_callback), (ev_window_save_remote),
3274         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
3275         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3276         (attachment_save_dialog_response_cb),
3277         (ev_attachment_popup_cmd_save_attachment_as):
3278
3279         Allow saving a copy of a document, image or attachment to a remote
3280         location. Fixes bug #440754. 
3281
3282 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3283
3284         * configure.ac:
3285         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
3286
3287         Fix build with current poppler from cvs head. 
3288
3289 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
3290
3291         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
3292
3293         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
3294         directory exists.
3295
3296 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3297
3298         * shell/ev-sidebar.c: (ev_sidebar_add_page):
3299         * shell/ev-window.c:
3300
3301         Change sidebar ordering. Fixes bug #439939.
3302
3303 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
3304
3305         * backend/comics/Makefile.am:
3306         
3307         Fixes build with --without-libgnome.
3308
3309 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3310         
3311         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3312
3313         Update cursor and tooltip on page change and view scroll. Fixes bug
3314         #439217.
3315
3316 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3317
3318         * NEWS:
3319         * configure.ac:
3320         
3321         Update for release 0.9.0
3322
3323 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3324
3325         * backend/djvu/djvu-document-private.h:
3326         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3327         (djvu_document_finalize),
3328         (djvu_document_file_exporter_format_supported),
3329         (djvu_document_file_exporter_begin),
3330         (djvu_document_file_exporter_do_page),
3331         (djvu_document_file_exporter_end),
3332         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3333         
3334         Implemented printing with djvu. Bug #437998.
3335
3336 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3337
3338         * backend/impress/zip.c:
3339         Add missing ulong definition.
3340
3341         * backend/ps/ps-interpreter.c:
3342         Add missing headers.
3343
3344         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3345
3346 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3347
3348         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3349
3350         Add missing call to parent class dispose method. 
3351
3352 2007-05-12  Ross Burton  <ross@openedhand.com>
3353
3354         * shell/main.c:
3355         Sync keybindings manually when building without libgnome
3356         (#437925).
3357
3358 2007-05-12  Ross Burton  <ross@openedhand.com>
3359
3360         * shell/ev-window.c:
3361         Respect the screen when opening help (#437866).
3362
3363 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3364
3365         * data/evince-ui.xml:
3366         * shell/ev-application.[ch]: (get_print_settings_from_args),
3367         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3368         (ev_application_open_uri_list):
3369         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3370         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3371         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3372         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3373         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3374         (ev_window_dispose):
3375         * shell/main.c: (arguments_parse):
3376
3377         Add print button in preview mode. Fixes bug #396475. 
3378
3379 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3380
3381         * cut-n-paste/zoom-control/ephy-zoom.h:
3382         
3383         Fixes zoom level factors. See bug #408119 for details.
3384
3385 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3386
3387         * backend/comics/comics-document.c: (comics_regex_quote),
3388         (extract_argv):
3389         
3390         Correctly quote symbols. Fixes crash in the bug
3391         #415370.
3392
3393 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3394
3395         * shell/ev-navigation-action-widget.c:
3396         (ev_navigation_action_widget_init),
3397         (ev_navigation_action_widget_class_init),
3398         (ev_navigation_action_widget_button_press_event):
3399         
3400         Connect to button-press event on correct widget. Fixes
3401         bug #431988
3402
3403 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3404
3405         * shell/ev-application.c: (ev_application_open_window),
3406         (ev_application_add_icon_path_for_screen),
3407         (ev_application_open_uri_at_dest):
3408         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3409         * shell/ev-navigation-action.c: (build_menu):
3410         
3411         Add app-specific icons to our icon theme. Fixes bug
3412         #425508.
3413
3414 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3415
3416         * shell/ev-history.c: (ev_history_class_init),
3417         (ev_history_add_link):
3418         * shell/ev-history.h:
3419         * shell/ev-navigation-action.c:
3420         (ev_navigation_action_history_changed),
3421         (ev_navigation_action_set_history), (build_menu),
3422         (ev_navigation_action_finalize):
3423         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3424         
3425         Make navigation action unsensitive instead of showing
3426         menu with unsensitive word. Fixes bug #417392.
3427
3428 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3429
3430         * shell/ev-application.[ch]: (ev_application_shutdown),
3431         (ev_application_get_print_settings),
3432         (ev_application_set_print_settings):
3433         * shell/ev-window.c:
3434
3435         Remember print settings. Fixes bug #349102. 
3436
3437 2007-05-08  Christian Persch  <chpe@gnome.org>
3438
3439         * configure.ac:
3440         * properties/ev-properties-view.c:
3441
3442         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3443         Bug #382438.
3444
3445 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3446
3447         * configure.ac:
3448         * properties/ev-properties-view.c: (ev_regular_paper_size):
3449
3450         Use gtk+ builtin paper list to identify the document's paper size.
3451         Fixes bug #382438. 
3452
3453 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3454
3455         * configure.ac:
3456
3457         Fix build when compiling with thumbnailer and libgnome support. 
3458
3459 2007-05-04  Ross Burton  <ross@openedhand.com>
3460
3461         * configure.ac:
3462         Add --without-libgnome, check for libgnome and libgnomeui
3463         separately, and add them to the symbols as required.
3464
3465         * libdocument/ev-file-helpers.c:
3466         When building without libgnome, use g_get_user_config_dir instead
3467         of gnome_user_dir_get.
3468
3469         * shell/ev-application.c:
3470         When building without libgnome, don't use session management.
3471
3472         * shell/main.c:
3473         When building without libgnome, don't use GnomeProgram or
3474         initialise the authentication manager.
3475
3476         This fixes #328842.
3477
3478 2007-05-04  Ross Burton  <ross@openedhand.com>
3479
3480         * shell/ev-window.c:
3481         Don't use libgnome to open help, instead call Yelp directly.
3482
3483 2007-05-04  Ross Burton  <ross@openedhand.com>
3484
3485         * shell/ev-sidebar-attachments.c:
3486         Don't use libgnome to lookup icons for MIME types, instead copy
3487         code from GTK+ to do it manually.
3488
3489 2007-05-04  Ross Burton  <ross@openedhand.com>
3490
3491         * configure.ac:
3492         Add libxml to the dependencies for SHELL_CORE (#435818).
3493
3494 2007-05-02  Ross Burton  <ross@openedhand.com>
3495
3496         * configure.ac:
3497         * Makefile.am:
3498         Add --disable-thumbnailer (#434825)
3499
3500 2007-05-02  Ross Burton  <ross@openedhand.com>
3501
3502         * shell/ev-window.c:
3503         Add missing includes, fix indentation.
3504
3505         * shell/main.c:
3506         Fix indentation.
3507
3508 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3509
3510         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3511         ev_application_open_uri_at_dest instead of ev_application_open_uri
3512         preventing new document always being opened in a new window even if there
3513         is an empty window.
3514
3515 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3516
3517         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3518         (egg_recent_view_uimanager_finalize):
3519         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3520         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3521         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3522         (ev_pixbuf_cache_dispose):
3523         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3524         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3525         
3526         Add missing chain to parent class methods. Fixes
3527         bug #433128.
3528
3529 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3530
3531         * data/Makefile.am (update-icon-cache): Updates
3532         gtk-update-icon-cache in uninstall-hook.
3533
3534 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3535
3536         * shell/ev-window.c: (ev_window_setup_document),
3537         (ev_window_set_document), (ev_window_load_job_cb):
3538         * shell/ev-view.c: (setup_caches):
3539         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3540
3541         Start rendering pages before any other jobs. 
3542
3543 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3544
3545         * shell/ev-window.c: (ev_window_stop_fullscreen),
3546         (ev_window_stop_presentation):
3547
3548         Update chrome visibility before window unfullscreen. 
3549
3550 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3551
3552         * data/Makefile.am:
3553         * data/evince-ui.xml:
3554         * shell/ev-stock-icons.[ch]:
3555         * shell/ev-application.[ch]: (ev_application_shutdown),
3556         (ev_application_init), (ev_application_get_toolbars_model):
3557         * shell/ev-window.c: (update_chrome_visibility),
3558         (fullscreen_toolbar_setup_item_properties),
3559         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3560         (ev_window_run_presentation), (ev_window_stop_presentation),
3561         (ev_window_run_preview), (ev_window_screen_changed),
3562         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3563         (ev_window_dispose), (ev_window_init):
3564
3565         Make fullscreen toolbar always visible. Do not use egg toolbars for
3566         fullscreen and preview modes since such toolbars are not editables.
3567         Fixes bugs #300278, #338910 and #316188.  
3568
3569 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3570
3571         * shell/ev-application.c:
3572         * shell/ev-job-queue.c:
3573         * shell/ev-metadata-manager.c:
3574         * shell/ev-stock-icons.c:
3575         * shell/ev-window.c:
3576         * shell/main.c:
3577         
3578         Developers documentation updated.
3579
3580 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3581
3582         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3583
3584         Check whether uri is valid before launching it. Fixes bug #427664.
3585
3586 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3587
3588         * shell/ev-window.c:
3589
3590         Change key accelerator for Open a Copy menu entry which is in conflict
3591         with Close. Fixes bug #427321.
3592
3593 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3594
3595         * NEWS:
3596         * configure.ac:
3597         
3598         Update for release 0.8.1
3599
3600 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3601
3602         * shell/ev-window.c: (setup_size_from_metadata):
3603         
3604         Do not make window bigger than screen. Fixes bug 
3605         #388985.
3606
3607 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3608
3609         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3610         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3611
3612         Use default resolution when it's not provided by document. Fixes bug
3613         #408762.
3614
3615 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3616
3617         * configure.ac:
3618         * thumbnailer/Makefile.am:
3619         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3620         * thumbnailer/evince-thumbnailer.schemas.in:
3621         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3622
3623         Add support for ps, eps and compressed documents thumbnails. Do not
3624         ignore size parameter. 
3625
3626 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3627
3628         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3629         (dvi_document_do_color_special):
3630         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3631
3632         Implement font color specials in the DVI backend. Fixes bug #303651.
3633
3634 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3635
3636         Fixup the previous commit:
3637
3638         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3639         * shell/xdg-user-dir-lookup.c: Make the function non-static
3640         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3641
3642 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3643
3644         * shell/ev-window.c (file_open_dialog_response_cb): Use
3645         the xdg-user-dirs DOCUMENTS folder as default folder when
3646         opening a file chooser.  (#424858)
3647
3648         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3649         xdg-user-dirs.
3650
3651 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3652
3653         * shell/ev-window.c: (ev_window_load_job_cb):
3654
3655         Do not setup view from metadata on preview mode. 
3656
3657 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3658
3659         * shell/main.c:
3660
3661         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
3662
3663 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3664
3665         * shell/ev-view.c: (ev_view_primary_get_cb):
3666
3667         Check pointer != NULL before using it. Fixes bug #416841. 
3668
3669 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3670
3671         * NEWS:
3672         * configure.ac:
3673         
3674         Release 0.8.0
3675
3676 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3677
3678         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3679
3680         Do not render thumbnails when sidebar thumbnail page is not visible
3681         at startup. Fixes bug #416447. 
3682
3683 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
3684
3685         * data/evince.desktop.in.in:
3686
3687         "Application" is not a valid category in the freedesktop specification.
3688
3689 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3690
3691         * libdocument/ev-file-helpers.[ch]: (compression_run),
3692         (ev_file_uncompress), (ev_file_compress):
3693         * shell/ev-window.c: (file_save_dialog_response_cb):
3694
3695         Save document compressed when saving a copy of a compressed document.
3696         Fixes bug #334542.
3697
3698 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3699
3700         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
3701
3702         Allow deleting in goto window entry in presentation mode. 
3703
3704 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
3705
3706         * Makefile.am: Dist MAINTAINERS.
3707
3708 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3709
3710         * shell/ev-window.c: (ev_window_update_actions):
3711
3712         Fix zoom shortcut keys when searching. Fixes bug #409828.
3713
3714 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3715
3716         * shell/ev-window.c: (ev_window_setup_document):
3717
3718         Fix crash when loading documents with only one page. 
3719
3720 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3721
3722         * backend/dvi/dvi-document.c:
3723         (dvi_document_thumbnails_get_dimensions),
3724         (dvi_document_thumbnails_get_thumbnail):
3725         * backend/impress/impress-document.c:
3726         (impress_document_thumbnails_get_thumbnail),
3727         (impress_document_thumbnails_get_dimensions):
3728         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
3729         (ps_document_thumbnails_get_dimensions):
3730         * backend/djvu/djvu-document.c:
3731         (djvu_document_thumbnails_get_dimensions),
3732         (djvu_document_thumbnails_get_thumbnail):
3733         * backend/tiff/tiff-document.c:
3734         (tiff_document_thumbnails_get_thumbnail),
3735         (tiff_document_thumbnails_get_dimensions):
3736         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
3737         (pdf_document_thumbnails_get_thumbnail),
3738         (pdf_document_thumbnails_get_dimensions):
3739         * backend/comics/comics-document.c:
3740         (comics_document_thumbnails_get_thumbnail),
3741         (comics_document_thumbnails_get_dimensions):
3742         * backend/pixbuf/pixbuf-document.c:
3743         (pixbuf_document_thumbnails_get_thumbnail),
3744         (pixbuf_document_thumbnails_get_dimensions):
3745         * libdocument/ev-document-thumbnails.[ch]:
3746         (ev_document_thumbnails_get_thumbnail),
3747         (ev_document_thumbnails_get_dimensions):
3748         * libdocument/ev-document-misc.[ch]:
3749         (ev_document_misc_get_thumbnail_frame):
3750         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
3751         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3752         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
3753         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
3754         (ev_sidebar_thumbnails_refresh):
3755         * shell/ev-window.c: (ev_window_setup_document):
3756         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3757
3758         Use an EvRenderContext for rendering thumbnails instead of a suggested
3759         width, so that different sized pages get sized proportionally.
3760
3761 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3762
3763         * shell/ev-view.c: (ev_view_button_press_event),
3764         (ev_view_key_press_event):
3765
3766         Fix critical warnings when there is no document loaded. 
3767
3768 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3769
3770         * shell/ev-page-action-widget.c:
3771         * shell/ev-navigation-action.c:
3772         * shell/ev-window.c:
3773
3774         Fix compile warnings. 
3775
3776 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3777
3778         * backend/djvu/djvu-text.h:
3779         * backend/djvu/djvu-document.c:
3780         * backend/djvu/djvu-text-page.c:
3781         * backend/djvu/djvu-links.c:
3782         * backend/djvu/djvu-text-page.h:
3783         * backend/djvu/djvu-text.c:
3784         
3785         Fix build on Mac. Fixes bug #392186. Patch by
3786         <ephraim_owns@hotmail.com>
3787
3788 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3789
3790         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3791
3792         Restore cairo context before rendering every page when printing a PDF
3793         document into a PDF file. 
3794
3795 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3796
3797         * backend/ps/gstypes.h:
3798         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
3799         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
3800         (ps_document_thumbnails_get_thumbnail):
3801
3802         Handle PostScript page orientation. Fixes bug #318568.
3803
3804 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3805
3806         * backend/ps/Makefile.am:
3807         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
3808         (document_load), (ps_document_load), (save_document),
3809         (save_page_list), (ps_document_get_n_pages),
3810         (ps_document_get_page_size), (ps_document_get_info),
3811         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
3812         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
3813         (ps_document_thumbnails_get_thumbnail),
3814         (ps_document_thumbnails_get_dimensions),
3815         (ps_document_document_thumbnails_iface_init):
3816         * backend/ps/ps.[ch]: (psgetpagebox):
3817         * backend/ps/ps-interpreter.[ch]:
3818
3819         Add support for thumbnails in ps backend. Fixes bug #164755. 
3820
3821 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3822
3823         * NEWS:
3824         * configure.ac:
3825         
3826         Release 0.7.2
3827
3828 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3829
3830         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
3831         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
3832         (ev_window_dispose):
3833
3834         Use document thumbnail as window icon. Fixes bug #384442.
3835
3836 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
3837
3838         * configure.ac:
3839
3840         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
3841         duplicated adding application/x-bzpostscript instead. 
3842
3843 2007-02-11  Tom Parker  <palfrey@tevp.net>
3844
3845         * backend/ps/ps-document.c: (document_load):
3846
3847         Check return value of psscan before trying
3848         to use it. Fixes bug #372414.
3849
3850 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3851
3852         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3853
3854         Fix invalid free in ev-page-cache. Fixes bug #404745.
3855
3856 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3857
3858         * test/Makefile.am:
3859         * test/test3.py:
3860         
3861         Added reload test case.
3862
3863 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3864
3865         * po/POTFILES.in:
3866         * backend/djvu/djvu-document.c: (djvu_document_load):
3867
3868         Check whether there are missing files in indirect multipage djvu
3869         documents. Fixes bug #361683. 
3870
3871 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3872
3873         * test/Makefile.am:
3874         * test/test-mime.bin:
3875         * test/test3.py:
3876         
3877         Added test for slow mime type
3878
3879 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3880
3881         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3882
3883         Add some checks and call parent_class->finalize. Fixes bug #404745.
3884
3885 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3886
3887         * shell/ev-navigation-action.c: (connect_proxy):
3888         
3889         Fixes dropdown history menu. Thanks a lot Carlos!
3890
3891 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3892
3893         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
3894
3895         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
3896         bug #373715.
3897
3898 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3899
3900         * backend/ps/ps.c: (psscan):
3901
3902         Fix memory leak. 
3903
3904 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3905
3906         * configure.ac:
3907         * libdocument/ev-file-helpers.c: 
3908
3909         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
3910
3911 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3912
3913         * configure.ac:
3914         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
3915         (ps_interpreter_start), (document_load), (save_document),
3916         (save_page_list):
3917         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
3918         * libdocument/ev-document-factory.c:
3919         (ev_document_factory_get_from_mime), (get_document_from_uri),
3920         (free_uncompressed_uri), (ev_document_factory_get_document):
3921         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
3922
3923         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
3924
3925 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3926
3927         * libdocument/ev-document.h:
3928
3929         Fix typo in function name. 
3930
3931 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3932
3933         * backend/ps/ps-document.c: (ps_interpreter_finished),
3934         (ps_interpreter_start), (ps_interpreter_failed):
3935
3936         Handle ghostscript interpreter crashes. 
3937
3938 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3939
3940         * shell/ev-window.c: (ev_window_open_uri),
3941         (window_configure_event_cb):
3942
3943         Setup window size and position before showing it. Fixes bug #401711.
3944
3945 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3946
3947         * backend/ps/Makefile.am:
3948         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
3949         (ps_document_dispose), (ps_document_class_init),
3950         (ps_interpreter_input), (ps_interpreter_output),
3951         (ps_interpreter_error), (setup_interpreter_env),
3952         (ps_interpreter_start), (ps_interpreter_stop),
3953         (ps_interpreter_failed), (ps_interpreter_is_ready),
3954         (check_filecompressed), (document_load), (ps_document_load),
3955         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
3956         (ps_document_widget_event), (send_ps), (ps_document_next_page),
3957         (render_page):
3958
3959         Rework ps-document. Code cleanups, remove deprecated code. 
3960
3961 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3962
3963         * shell/ev-view.c: (ev_view_button_press_event):
3964
3965         Do not start an image drag and drop operation when pointer is on 
3966         text, so that we can select text when the whole background is an
3967         image. 
3968
3969 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3970
3971         * shell/ev-window.c: (ev_window_update_actions): 
3972
3973         Disable all zoom related actions during presentation mode. 
3974
3975 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
3976
3977         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
3978
3979         Do not zoom in or out on presentation mode. Fixes bug #401305.
3980
3981 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3982
3983         * shell/ev-navigation-action.c: (connect_proxy),
3984         (create_menu_item), (ev_navigation_action_class_init):
3985         
3986         Correctly show menu and fix crash when navigaton 
3987         action is out of toolbar visible area.
3988
3989 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3990
3991         * data/Makefile.am:
3992         * data/evince.1:
3993         
3994         Added man file
3995
3996 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3997
3998         * help/reference/* :
3999         * configure.ac:
4000         
4001         Added gtk-doc based documentation for Evince.
4002         Still in initial state but I hope it will
4003         grow.
4004         
4005         * configure.ac:
4006         
4007         Lower dbus requirement to 0.70
4008
4009 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4010
4011         * shell/ev-window.c: (ev_window_add_history):
4012
4013         Fix memory leak. 
4014
4015 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4016
4017         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
4018         * shell/ev-view.h:
4019         * shell/ev-window.c: (ev_window_add_history):
4020         
4021         Correctly handle named destination links
4022
4023 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4024
4025         * NOTES:
4026         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
4027         * backend/pdf/ev-poppler.cc:
4028         * libdocument/ev-document-links.h:
4029         * libdocument/ev-link.c: (ev_link_get_page):
4030         * libdocument/ev-link.h:
4031         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
4032         (ev_history_add_link):
4033         * shell/ev-history.h:
4034         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4035         (new_history_menu_item), (build_menu):
4036         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4037         * shell/ev-sidebar-links.c: (create_loading_model),
4038         (print_section_cb), (ev_sidebar_links_construct),
4039         (fill_page_labels), (update_page_callback_foreach),
4040         (update_page_callback), (job_finished_callback):
4041         * shell/ev-view.c: (ev_view_handle_link):
4042         * shell/ev-window.c: (ev_window_find_chapter),
4043         (ev_window_add_history), (view_handle_link_cb),
4044         (history_changed_cb):
4045         
4046         Implements another history variant
4047
4048 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4049
4050         * shell/ev-window.c: (view_external_link_cb):
4051         * shell/ev-view.c: (ev_view_button_release_event):
4052
4053         Open links in new window when clicking with middle button. 
4054
4055 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4056
4057         * shell/ev-navigation-action.c: (new_history_menu_item):
4058         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4059         * shell/ev-view.c: (ev_view_handle_link):
4060         * shell/ev-window.c:
4061         
4062         Store link before jump, not the destination. For me it 
4063         seems like more natural history behavior.
4064
4065 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4066
4067         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4068         (ev_navigation_action_class_init):
4069         * shell/ev-navigation-action.h:
4070         * shell/ev-page-action.c: (activate_cb):
4071         * shell/ev-page-cache.c: (ev_page_cache_class_init),
4072         (ev_page_cache_set_current_page_history):
4073         * shell/ev-page-cache.h:
4074         * shell/ev-sidebar-thumbnails.c:
4075         (ev_sidebar_tree_selection_changed),
4076         (ev_sidebar_icon_selection_changed), (page_changed_cb):
4077         * shell/ev-view-private.h:
4078         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
4079         * shell/ev-view.h:
4080         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
4081         (ev_window_setup_document), (ev_window_load_job_cb):
4082         * shell/ev-window.h:
4083         
4084         History finally works as expected.
4085
4086 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4087
4088         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
4089
4090         Do not update links treeview if it doesn't have a model assigned yet. 
4091
4092 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4093
4094         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
4095         (ev_sidebar_links_class_init), (update_page_callback):
4096
4097         Do not update links treeview when sidepane is not visible. 
4098
4099 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4100
4101         * shell/ev-marshal.list:
4102         * shell/ev-page-action.c: (activate_cb),
4103         (ev_page_action_class_init):
4104         * shell/ev-page-action.h:
4105         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
4106         * shell/ev-window.c:
4107         
4108         Remove activate_link signal, not required.
4109
4110 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4111
4112         * shell/ev-navigation-action.c: (build_menu):
4113         
4114         Reorder menu items and build menu with fixed length.
4115
4116 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
4117
4118         * shell/ev-view.c: (get_selected_text):
4119         
4120         Normalize text to fix ligatures problem. See bug
4121         #341947 for details.
4122
4123 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4124
4125         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4126
4127         Fix memory leak in ev-page-cache. 
4128
4129 2007-01-25  Tom Parker <palfrey@tevp.net>
4130
4131         * backend/impress/impress-document.c: (impress_document_load),
4132         (impress_document_finalize), (impress_document_init):
4133         * properties/ev-properties-main.c: (ev_properties_get_pages):
4134         
4135         Correctly handle impress document errors. Fixes nautilus
4136         crash in property page #370491.
4137
4138 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4139
4140         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4141         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4142         (ev_job_queue_remove_job):
4143         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
4144         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
4145         (ev_job_load_run):
4146         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
4147         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
4148         (ev_window_load_job_cb), (xfer_update_progress_callback),
4149         (ev_window_open_uri), (ev_window_dispose):
4150         * shell/main.c: (main):
4151
4152         Do file transfer asynchronously in the main thread instead of
4153         synchronously in the load thread. Fixes bugs #399694, #398307 and
4154         #343542.
4155
4156 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4157
4158         * shell/ev-jobs.c: (ev_job_xfer_run):
4159
4160         Load the document with the font-config lock held. 
4161
4162 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4163
4164         * backend/ps/ps-document.c: (start_interpreter):
4165
4166         Fix memory leaks in ps backend. 
4167
4168 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4169
4170         * backend/impress/impress-document.c:
4171         (impress_document_render_pixbuf):
4172
4173         Do not acquire fontconfig lock in impress backend, since it is using
4174         the main loop for rendering. 
4175
4176 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4177
4178         * po/POTFILES.in: 
4179
4180         Remove mdvi files that shouldn't be translated. 
4181
4182 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4183
4184         * shell/ev-view-private.h:
4185         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
4186         (ev_view_set_zoom):
4187
4188         Render "loading..." text into a cairo surface instead of directly into
4189         the window so that fontconfig lock is only needed once and UI is not
4190         blocked. Change text color to #9B9B9B. Fixes bug #397356.
4191
4192 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4193
4194         * shell/ev-stock-icons.c: (ev_stock_icons_init):
4195         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4196
4197         Use icon theme associated with the window screen rather than default. 
4198
4199 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4200
4201         * configure.ac:
4202
4203         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
4204
4205 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4206
4207         * data/icons/*/apps/evince.*:
4208
4209         Move Evince icons under new apps directory.
4210
4211         * data/icons/*/actions/*:
4212
4213         Add new custom themeable Evince icons: view-page-continuous, 
4214         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
4215         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
4216
4217         * configure.ac:
4218
4219         Add new directories to AC_CONFIG_FILES.
4220
4221         * shell/ev-stock-icons.c:
4222         * shell/ev-stock-icons.h:
4223
4224         Use new custom themeable icons.
4225
4226 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4227
4228         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4229
4230         Do not draw white background page in presentation mode. 
4231
4232 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
4233
4234         * shell/ev-view.c: Remove unused gnome-vfs include.
4235
4236 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4237
4238         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
4239         
4240         Format string is corrected, fixes bug #397129.
4241
4242 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4243
4244         * shell/ev-window.c: (ev_window_setup_recent):
4245
4246         Do not include in recent menu inexistent documents. Fixes
4247         bug #339171.
4248
4249 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4250
4251         * po/POTFILES.skip: 
4252
4253         Update POTFILES.skip file according to current source tree. 
4254
4255 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4256
4257         * shell/ev-window.c: (file_save_dialog_response_cb):
4258
4259         Do Save a copy in atomic way. Fixes bug #328266. 
4260
4261 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4262
4263         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
4264
4265         Keep selected cell always visible in index treeview.
4266
4267 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4268         
4269         * shell/ev-view.c: (ev_view_size_allocate):
4270
4271         Restore horizontal scrollbar after switching to/from fullscreen
4272         or presentation mode. Fixes bug #331728.
4273
4274 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4275
4276         * shell/ev-view-private.h:
4277         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
4278         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
4279         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
4280         (ev_view_can_zoom_out):
4281
4282         Use max and min scale values in the view iby taking dpi into account. 
4283
4284 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4285
4286         * configure.ac:
4287         * NEWS:
4288
4289         Release 0.7.1
4290
4291 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4292
4293         * shell/ev-window.c: (ev_window_print_send):
4294
4295         Send print job to printer with some settings set to default values,
4296         since we have already exported to a file according to such settings
4297         and they could be taken twice by some printers. 
4298
4299 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4300
4301         * shell/ev-jobs.c: (ev_job_xfer_run):
4302         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4303
4304         Show main window and load document with the font-config lock held. 
4305
4306 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4307
4308         * configure.ac:
4309         * shell/ev-application.c: (ev_application_register_service):
4310         * shell/main.c: (load_files_remote):
4311
4312         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4313
4314 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4315
4316         * doc/debugging.txt:
4317         
4318         Remove obsolete documentation.
4319
4320 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4321
4322         * Makefile.am:
4323         * backend/Makefile.am:
4324         * backend/comics/Makefile.am:
4325         * backend/djvu/Makefile.am:
4326         * backend/dvi/Makefile.am:
4327         * backend/ev-async-renderer.c:
4328         * backend/ev-async-renderer.h:
4329         * backend/ev-attachment.c:
4330         * backend/ev-attachment.h:
4331         * backend/ev-backend-marshal.c:
4332         * backend/ev-document-factory.c:
4333         * backend/ev-document-factory.h:
4334         * backend/ev-document-find.c:
4335         * backend/ev-document-find.h:
4336         * backend/ev-document-fonts.c:
4337         * backend/ev-document-fonts.h:
4338         * backend/ev-document-images.c:
4339         * backend/ev-document-images.h:
4340         * backend/ev-document-info.h:
4341         * backend/ev-document-links.c:
4342         * backend/ev-document-links.h:
4343         * backend/ev-document-misc.c:
4344         * backend/ev-document-misc.h:
4345         * backend/ev-document-security.c:
4346         * backend/ev-document-security.h:
4347         * backend/ev-document-thumbnails.c:
4348         * backend/ev-document-thumbnails.h:
4349         * backend/ev-document-transition.c:
4350         * backend/ev-document-transition.h:
4351         * backend/ev-document.c:
4352         * backend/ev-document.h:
4353         * backend/ev-file-exporter.c:
4354         * backend/ev-file-exporter.h:
4355         * backend/ev-image.c:
4356         * backend/ev-image.h:
4357         * backend/ev-link-action.c:
4358         * backend/ev-link-action.h:
4359         * backend/ev-link-dest.c:
4360         * backend/ev-link-dest.h:
4361         * backend/ev-link.c:
4362         * backend/ev-link.h:
4363         * backend/ev-render-context.c:
4364         * backend/ev-render-context.h:
4365         * backend/ev-selection.c:
4366         * backend/ev-selection.h:
4367         * backend/impress/Makefile.am:
4368         * backend/pdf/Makefile.am:
4369         * backend/pixbuf/Makefile.am:
4370         * backend/ps/Makefile.am:
4371         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4372         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4373         (start_interpreter), (stop_interpreter), (document_load),
4374         (ps_document_next_page), (render_page):
4375         * backend/tiff/Makefile.am:
4376         * comics/Makefile.am:
4377         * comics/comics-document.c:
4378         * comics/comics-document.h:
4379         * configure.ac:
4380         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4381         * djvu/Makefile.am:
4382         * djvu/djvu-document-private.h:
4383         * djvu/djvu-document.c:
4384         * djvu/djvu-document.h:
4385         * djvu/djvu-links.c:
4386         * djvu/djvu-links.h:
4387         * djvu/djvu-text-page.c:
4388         * djvu/djvu-text-page.h:
4389         * djvu/djvu-text.c:
4390         * djvu/djvu-text.h:
4391         * dvi/Makefile.am:
4392         * dvi/dvi-document.c:
4393         * dvi/dvi-document.h:
4394         * dvi/fonts.c:
4395         * dvi/fonts.h:
4396         * dvi/mdvi-lib/Makefile.am:
4397         * dvi/mdvi-lib/afmparse.c:
4398         * dvi/mdvi-lib/afmparse.h:
4399         * dvi/mdvi-lib/bitmap.c:
4400         * dvi/mdvi-lib/bitmap.h:
4401         * dvi/mdvi-lib/color.c:
4402         * dvi/mdvi-lib/color.h:
4403         * dvi/mdvi-lib/common.c:
4404         * dvi/mdvi-lib/common.h:
4405         * dvi/mdvi-lib/defaults.h:
4406         * dvi/mdvi-lib/dvimisc.c:
4407         * dvi/mdvi-lib/dviopcodes.h:
4408         * dvi/mdvi-lib/dviread.c:
4409         * dvi/mdvi-lib/files.c:
4410         * dvi/mdvi-lib/font.c:
4411         * dvi/mdvi-lib/fontmap.c:
4412         * dvi/mdvi-lib/fontmap.h:
4413         * dvi/mdvi-lib/fontsrch.c:
4414         * dvi/mdvi-lib/gf.c:
4415         * dvi/mdvi-lib/hash.c:
4416         * dvi/mdvi-lib/hash.h:
4417         * dvi/mdvi-lib/list.c:
4418         * dvi/mdvi-lib/mdvi.h:
4419         * dvi/mdvi-lib/pagesel.c:
4420         * dvi/mdvi-lib/paper.c:
4421         * dvi/mdvi-lib/paper.h:
4422         * dvi/mdvi-lib/pk.c:
4423         * dvi/mdvi-lib/private.h:
4424         * dvi/mdvi-lib/setup.c:
4425         * dvi/mdvi-lib/sp-epsf.c:
4426         * dvi/mdvi-lib/special.c:
4427         * dvi/mdvi-lib/sysdeps.h:
4428         * dvi/mdvi-lib/t1.c:
4429         * dvi/mdvi-lib/tfm.c:
4430         * dvi/mdvi-lib/tfmfile.c:
4431         * dvi/mdvi-lib/tt.c:
4432         * dvi/mdvi-lib/util.c:
4433         * dvi/mdvi-lib/vf.c:
4434         * dvi/pixbuf-device.c:
4435         * dvi/pixbuf-device.h:
4436         * impress/Makefile.am:
4437         * impress/common.h:
4438         * impress/document.c:
4439         * impress/f_oasis.c:
4440         * impress/f_oo13.c:
4441         * impress/iksemel.c:
4442         * impress/iksemel.h:
4443         * impress/imposter.h:
4444         * impress/impress-document.c:
4445         * impress/impress-document.h:
4446         * impress/internal.h:
4447         * impress/r_back.c:
4448         * impress/r_draw.c:
4449         * impress/r_geometry.c:
4450         * impress/r_gradient.c:
4451         * impress/r_style.c:
4452         * impress/r_text.c:
4453         * impress/render.c:
4454         * impress/render.h:
4455         * impress/zip.c:
4456         * impress/zip.h:
4457         * lib/Makefile.am:
4458         * lib/ev-debug.c:
4459         * lib/ev-debug.h:
4460         * lib/ev-file-helpers.c:
4461         * lib/ev-file-helpers.h:
4462         * lib/ev-gui.c:
4463         * lib/ev-gui.h:
4464         * lib/ev-tooltip.c:
4465         * lib/ev-tooltip.h:
4466         * libdocument/Makefile.am:
4467         * libdocument/ev-file-helpers.c:
4468         * pdf/Makefile.am:
4469         * pdf/ev-poppler.cc:
4470         * pdf/ev-poppler.h:
4471         * pixbuf/Makefile.am:
4472         * pixbuf/pixbuf-document.c:
4473         * pixbuf/pixbuf-document.h:
4474         * properties/Makefile.am:
4475         * ps/Makefile.am:
4476         * ps/gsdefaults.c:
4477         * ps/gsdefaults.h:
4478         * ps/gsio.c:
4479         * ps/gsio.h:
4480         * ps/gstypes.h:
4481         * ps/ps-document.c:
4482         * ps/ps-document.h:
4483         * ps/ps.c:
4484         * ps/ps.h:
4485         * shell/Makefile.am:
4486         * shell/ev-application.h:
4487         * shell/ev-sidebar-links.c:
4488         * shell/ev-sidebar-links.h:
4489         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4490         (ev_gui_menu_position_tree_selection):
4491         * shell/ev-utils.h:
4492         * shell/ev-view.c: (ev_view_finalize):
4493         * shell/ev-window.c:
4494         * shell/main.c: (main):
4495         * thumbnailer/Makefile.am:
4496         * tiff/Makefile.am:
4497         * tiff/tiff-document.c:
4498         * tiff/tiff-document.h:
4499         * tiff/tiff2ps.c:
4500         * tiff/tiff2ps.h:
4501         
4502         Reorganize source tree.
4503
4504 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4505
4506         * backend/ev-document-factory.c:
4507
4508         Do not include ev-poppler.h when pdf is disabled. 
4509
4510 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4511
4512         * configure.ac:
4513         * data/evince-ui.xml:
4514         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4515         (pdf_document_document_images_iface_init):
4516         * backend/Makefile.am:
4517         * backend/ev-document-images.[ch]:
4518         * backend/ev-image.[ch]:
4519         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4520         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4521         (ev_job_xfer_run):
4522         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4523         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4524         (ev_pixbuf_cache_get_image_mapping):
4525         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4526         (view_menu_popup_cb), (ev_window_dispose),
4527         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4528         (ev_view_popup_cmd_copy_image):
4529         * shell/ev-view-private.h:
4530         * shell/ev-view.c: (ev_view_get_image_at_location),
4531         (ev_view_do_popup_menu), (ev_view_popup_menu),
4532         (ev_view_button_press_event), (ev_view_drag_data_get),
4533         (ev_view_drag_motion), (ev_view_drag_data_received),
4534         (ev_view_motion_notify_event), (ev_view_button_release_event),
4535         (ev_view_finalize), (ev_view_class_init):
4536
4537         Add image handling support. Fixes bugs #310008 and #325047. Images
4538         selection is not supported yet. 
4539
4540 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4541
4542         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4543         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4544         (ev_view_init):
4545
4546         Move view drag and drop stuff to ev-view.
4547
4548 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4549
4550         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4551         * shell/ev-view.c: (clear_selection): 
4552
4553         Clear selection also in pixbuf cache.
4554
4555 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4556
4557         * data/evince.desktop.in.in:
4558         
4559         Change icon name in desktop file. See bug #390734
4560         for details.
4561
4562 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4563
4564         * thumbnailer/Makefile.am:
4565
4566         Use top_builddir instead top_srcdir for generated schema
4567         file installation. Fixes bug #390161.
4568
4569 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4570
4571         * configure.ac:
4572         * backend/Makefile.am:
4573         * backend/ev-document-transition.[ch]:
4574         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4575         (pdf_document_page_transition_iface_init):
4576         * shell/ev-view-private.h:
4577         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4578         (ev_view_set_presentation), (transition_next_page),
4579         (ev_view_presentation_transition_stop),
4580         (ev_view_presentation_transition_start), (ev_view_next_page):
4581
4582         Add page transition support in presentation mode. At the moment only
4583         page duration is supported, but not transition effects. Fixes bug
4584         #309815.
4585
4586 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4587
4588         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4589
4590         Run find_link_dest with document lock held, since it's called by links
4591         thread and main thread at the same time. 
4592
4593 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4594
4595         * shell/ev-view.c: (goto_dest):
4596
4597         Update page-cache when page is changed by the view, so that
4598         page-changed signal is emitted. 
4599
4600 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4601
4602         * test/test1.py:
4603         * test/test2.py:
4604
4605         Use C locale in tests. 
4606
4607 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4608
4609         * shell/ev-window.c: (ev_window_run_presentation):
4610         * shell/ev-view-private.h:
4611         * shell/ev-view.c: (ev_view_set_presentation):
4612
4613         Restore zoom settings when back from presentation mode. 
4614
4615 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4616
4617         * shell/ev-window.c: (ev_window_run_presentation):
4618
4619         Always use "best fit" zoom in presentation mode.
4620         Fixes bug #389195.
4621
4622 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4623
4624         * shell/ev-view.c: (ev_view_goto_window_create):
4625
4626         Show "Jump to page" label in the page jumping popup in
4627         presentation mode instead of just a GtkEntry.
4628
4629 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4630
4631         * shell/ev-window.c: (launch_external_uri):
4632
4633         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4634         #378085.
4635
4636 2006-12-22  Elijah Newren  <newren gmail com>
4637
4638         * configure.ac: explicitly check for libxml2.  Fixes #388795
4639
4640 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4641
4642         * shell/ev-view-private.h:
4643         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4644         (ev_view_goto_window_delete_event), (key_is_numeric),
4645         (ev_view_goto_window_key_press_event),
4646         (ev_view_goto_window_button_press_event),
4647         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4648         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4649         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4650
4651         Allow jumping to another page by typing a page number in presentation
4652         mode. It uses a popup window with an entry. Fixes bug #353625.
4653
4654 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4655
4656         * configure.ac:
4657         * properties/ev-properties-view.c: (ev_get_default_user_units),
4658         (ev_regular_paper_size):
4659         
4660         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4661         to Damien Carbery <damien.carbery@sun.com> and
4662         Yevgen Muntyan <muntyan@tamu.edu>.
4663
4664 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4665
4666         * shell/ev-window.c: (setup_document_from_metadata):
4667
4668         Make sure Evince doesn't restore the view on the last
4669         page when a document is reopened. Fixes bug #383381.
4670
4671 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
4672
4673         * shell/ev-view.c: (draw_loading_text):
4674
4675         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
4676
4677 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4678
4679         * configure.ac:
4680         * NEWS:
4681
4682         Release 0.7.0
4683
4684 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4685
4686         * configure.ac:
4687         * pdf/ev-poppler.cc: (pdf_print_context_free),
4688         (pdf_document_file_exporter_begin),
4689         (pdf_document_file_exporter_do_page):
4690
4691         Make cairo-pdf depedency optional. 
4692
4693 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4694
4695         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
4696
4697         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
4698
4699 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4700
4701         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
4702         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
4703         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
4704         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
4705         * shell/ev-view.c: (draw_loading_text):
4706         * shell/ev-window.c: (ev_window_cmd_file_properties):
4707
4708         Use an specific lock for FontConfig. Hopefully it fixes some crashes
4709         related to using FontConfig from different threads.
4710         
4711 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4712
4713         * shell/ev-view.c: (draw_loading_text):
4714
4715         Acquire lock document when drawing "Loading..." text so that only one
4716         thread will use FontConfig at the same time. Fixes bug #374750.
4717
4718 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4719
4720         * shell/ev-page-action.[ch]: (activate_cb):
4721         * shell/ev-window.c: (activate_label_cb):
4722
4723         Check if text inserted in page entry is a valid page number when it
4724         doesn't match to any document page label. Fixes bug #383165.
4725
4726 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
4727         * shell/ev-window.c:
4728
4729         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
4730         available with GTK < 2.10. Added an ifdef to avoid compilation
4731         error.
4732
4733 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4734
4735         * configure.ac:
4736         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
4737
4738         Fix ps backend in multihead systems.
4739
4740 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4741
4742         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
4743         * shell/ev-window.c: (ev_window_get_screen_dpi),
4744         (ev_window_update_actions), (setup_view_from_metadata),
4745         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
4746
4747         Take screen DPI into account when zooming. Fixes bug #318285.
4748
4749 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4750
4751         * data/Makefile.am:
4752
4753         Cleaned up/slightly refactored Makefile.am. Added GConf
4754         schemas uninstallation as well.
4755
4756 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4757
4758         * Makefile.am:
4759         * test/Makefile.am:
4760
4761         Fight with autotools to fix make check. Make distcheck
4762         works fine as well now!
4763
4764 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4765
4766         * shell/ev-view.c: (draw_end_presentation_page):
4767
4768         Corrected "end of presentation" string.
4769
4770 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4771
4772         * shell/ev-view.c: (ev_view_key_press_event):
4773
4774         Correctly propagate key press event so that up/down keys
4775         work as expected (correct behaviour was broken by
4776         black/white screen key bindings for presentations).
4777
4778 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4779
4780         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
4781         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
4782         (pdf_document_find_get_progress), (pdf_selection_render_selection),
4783         (pdf_selection_get_selection_region),
4784         (pdf_selection_get_selection_map):
4785
4786         Add "static" to some private functions. 
4787
4788 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
4789
4790         * lib/ev-tooltip.h:
4791         * properties/ev-properties-view.h:
4792         * shell/ev-jobs.h:
4793         * shell/ev-properties-dialog.h:
4794         * shell/ev-properties-fonts.h:
4795         * shell/ev-sidebar-links.h:
4796         * shell/ev-sidebar-thumbnails.h:
4797         * shell/ev-sidebar.h:
4798         * shell/ev-window.h:
4799         
4800         Fixes CHACK type in class casts. See bug #385343
4801         for details.
4802
4803 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4804
4805         * shell/ev-view-private.h:
4806         * shell/ev-view.c: (draw_end_presentation_page),
4807         (ev_view_expose_event), (ev_view_key_press_event),
4808         (ev_view_class_init), (ev_view_init):
4809
4810         Blank screen in presentation mode when pressing 'b' (filling with
4811         black) or 'w' (filling with white) keys. Fixes bug #358132.
4812
4813 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
4814
4815         * data/evince-toolbar.xml:
4816         * shell/ev-window.c:
4817         
4818         Use stock icon for Select All action. Fixes
4819         bug #382652.
4820
4821 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
4822
4823         * shell/ev-view.c: (get_doc_point_from_offset),
4824         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
4825
4826         Add links support in rotated documents. Fixes bug #343733.
4827
4828 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4829
4830         * shell/ev-view-private.h:
4831         * shell/ev-view.c: (draw_end_presentation_page),
4832         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
4833
4834         Show a blank page after the last page in presentation mode with a
4835         message indicating that presentation has finished and how to exit. 
4836
4837 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4838
4839         * shell/ev-window.c: (fullscreen_timeout_cb):
4840
4841         Hide cursor after a while in presentation mode. 
4842
4843 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4844
4845         * backend/ev-document-info.h:
4846         * data/evince-properties.glade:
4847         * pdf/ev-poppler.cc:
4848         * properties/ev-properties-view.c: (ev_regular_paper_size),
4849         (ev_properties_view_set_info):
4850         * ps/ps-document.c: (ps_document_get_info):
4851
4852         Adds a paper size field to the properties dialog. Fixes
4853         bug #307315. Patch by Kasper Svendsen (with some i18n
4854         changes done by me).
4855
4856 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4857
4858         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4859         (screensaver_init_dbus), (totem_scrsaver_new),
4860         (totem_scrsaver_init):
4861         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4862         * shell/ev-application.c: (ev_application_register_service),
4863         (ev_application_screensaver_enable),
4864         (ev_application_screensaver_disable):
4865         * shell/ev-application.h:
4866         * shell/ev-window.c: (ev_window_run_presentation),
4867         (ev_window_stop_presentation), (build_comments_string),
4868         (ev_window_init):
4869         
4870         Move screensaver handling to application. No more
4871         message on startup.
4872
4873 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4874
4875         * configure.ac:
4876         * backend/Makefile.am:
4877         * backend/ev-file-exporter.[ch]:
4878         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
4879         * ps/ps-document.c: (ps_document_file_exporter_*):
4880         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
4881         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4882         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4883         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4884
4885         Allow printing to PDF when suppoted by the backend.
4886         
4887 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4888
4889         * shell/ev-window.c: (build_comments_string):
4890
4891         Use always "Document Viewer" in about dialog. 
4892
4893 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4894
4895         * djvu/djvu-document.c: (djvu_document_get_page_size):
4896
4897         Display a warning message when get_pageinfo fails. 
4898
4899 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
4900
4901         * Makefile.am:
4902         * backend/Makefile.am:
4903         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4904         * configure.ac:
4905         * shell/ev-window.c: (build_comments_string):
4906         
4907         Make pdf compilation optional. See bug #38007.
4908
4909 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4910
4911         * ps/ps.c: (get_next_text):
4912
4913         Fix CVE-2006-5864.
4914
4915 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4916
4917         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
4918         * shell/ev-navigation-action.c: (connect_proxy),
4919         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4920         
4921         Do not call g_type_class_peek_parent twice.
4922
4923 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4924
4925         * configure.ac:
4926         * data/icons/24x24/.cvsignore:
4927         * data/icons/24x24/Makefile.am:
4928         * data/icons/24x24/evince.png:
4929         * data/icons/Makefile.am:
4930         
4931         Add 24x24 icon. Thanks to 
4932         Michael Monreal <infernux@web.de>.
4933
4934 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4935
4936         * configure.ac: Fix typo in configure.ac. Thanks
4937         to dmacks@netspace.org for notification.
4938
4939 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4940
4941         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4942         
4943         Drop dbus include, fixes compilation with older dbus.
4944
4945 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4946
4947         * configure.ac:
4948         * cut-n-paste/Makefile.am:
4949         * cut-n-paste/totem-screensaver/.cvsignore
4950         * cut-n-paste/totem-screensaver/Makefile.am:
4951         * cut-n-paste/totem-screensaver/README:
4952         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4953         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4954         * shell/Makefile.am:
4955         * shell/ev-window.c: (ev_window_run_presentation),
4956         (ev_window_stop_presentation), (ev_window_cmd_help_about),
4957         (ev_window_init):
4958
4959         Implemented screensaver enabling/disabling for
4960         presentation mode (not fullscreen mode). Code stolen
4961         from Totem (with some minor tweaks). Fixes bug #338889.
4962
4963 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4964
4965         * configure.ac:
4966
4967         Bump gnome-icon-theme requirements. We use the rotation
4968         icons that appeared recently.
4969
4970 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4971
4972         * shell/ev-history.c: (ev_history_add_page):
4973         * shell/ev-history.h:
4974         * shell/ev-window.c: (page_changed_cb):
4975         
4976         Use page labels instead of numbers.
4977
4978 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4979
4980         * data/evince-toolbar.xml:
4981         * po/POTFILES.in:
4982         * shell/Makefile.am:
4983         * shell/ev-navigation-action-widget.c:
4984         (ev_navigation_action_widget_init),
4985         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
4986         (menu_detacher), (ev_navigation_action_widget_set_menu),
4987         (menu_position_func), (popup_menu_under_arrow),
4988         (ev_navigation_action_widget_toggled),
4989         (ev_navigation_action_widget_button_press_event):
4990         * shell/ev-navigation-action-widget.h:
4991         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
4992         (ev_navigation_action_set_window), (activate_menu_item_cb),
4993         (new_history_menu_item), (new_empty_history_menu_item),
4994         (build_menu), (menu_activated_cb), (connect_proxy),
4995         (create_tool_item), (ev_navigation_action_init),
4996         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4997         * shell/ev-navigation-action.h:
4998         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
4999         (ev_page_action_widget_set_page_cache),
5000         (ev_page_action_widget_finalize),
5001         (ev_page_action_widget_class_init), (match_selected_cb),
5002         (display_completion_text), (match_completion), (build_new_tree_cb),
5003         (get_filter_model_from_model),
5004         (ev_page_action_widget_update_model):
5005         * shell/ev-page-action-widget.h:
5006         * shell/ev-page-action.c: (activate_link_cb), (update_model),
5007         (connect_proxy):
5008         * shell/ev-page-action.h:
5009         * shell/ev-stock-icons.c:
5010         * shell/ev-stock-icons.h:
5011         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5012         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
5013         (register_custom_actions):
5014         * shell/main.c:
5015         
5016         Preliminary history implementation
5017
5018 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5019
5020         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
5021         (dvi_document_class_init), (dvi_document_init_params):
5022         * dvi/mdvi-lib/font.c: (font_reference):
5023         
5024         Add reference to subfont. Fixes bug #374277.
5025
5026 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5027
5028         * shell/ev-window.c: (ev_window_create_tmp_symlink),
5029         (ev_window_cmd_file_open_copy_at_dest):
5030
5031         Fix a race condition when creating symlink. Increase the counter
5032         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
5033         Mathias Hasselmann).
5034
5035 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5036
5037         * backend/Makefile.am:
5038         * backend/ev-attachment.c: (ev_attachment_open):
5039         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
5040         (ev_tmp_dir), (ev_tmp_filename):
5041         * shell/ev-sidebar-attachments.c:
5042         (ev_sidebar_attachments_drag_data_get):
5043         * shell/ev-window.c: (ev_window_clear_temp_file):
5044
5045         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
5046         in ensure_dir_exists. Abort without crashing when we can't create
5047         user's directory.
5048
5049 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5050
5051         * data/evince-ui.xml:
5052         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5053         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
5054         (ev_window_cmd_file_open_copy_at_dest),
5055         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
5056         (ev_view_popup_cmd_open_link_new_window):
5057
5058         Allow opening a copy of the current document in a new window. Fixes bug
5059         #357472
5060
5061 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5062
5063         * data/evince-toolbar.xml:
5064         
5065         Add rotate right and rotate left to available items for toolbar.
5066         
5067         * data/evince-ui.xml:
5068         * shell/ev-window.c: (ev_window_init):
5069         
5070         Customize toolbar with right click. Fixes bug #372451.
5071
5072 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
5073
5074         * shell/ev-window.c: 
5075         
5076         Use "object-rotate-{left,right}" stock icons. Fixes 
5077         bug #373863.
5078
5079 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5080
5081         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
5082         (ev_application_open_uri_at_dest), (ev_application_open_uri):
5083         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
5084         (ev_window_open_uri):
5085         * shell/main.c: (arguments_parse):
5086
5087         Remove temp file created when evince is used by GTK+ in
5088         preview mode. Fixes bug #365282. 
5089
5090 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5091
5092         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5093         
5094         Fixes bug #372474 - Side pane disabled when entering 
5095         and leaving fullscreen mode.
5096
5097 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5098
5099         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
5100         * data/Makefile.am:
5101         * data/evince-preview-toolbar.xml:
5102         * data/evince-toolbar.xml:
5103         * shell/ev-application.c: (ev_application_shutdown),
5104         (ev_application_init), (ev_application_get_toolbars_model):
5105         * shell/ev-application.h:
5106         * shell/ev-window.c: (update_chrome_visibility),
5107         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
5108         (ev_window_cmd_edit_toolbar), (ev_window_init):
5109         
5110         Fixes bug #364364 - toolbar editor shows zoom actions again.
5111
5112 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5113
5114         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5115
5116         Do not take margins into consideration for paper size when printing.
5117         Really fixes bug #350491.
5118
5119 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5120
5121         * data/evince-ui.xml:
5122         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
5123         (ev_window_cmd_file_print_setup),
5124         (ev_window_print_dialog_response_cb),
5125         (ev_window_setup_action_sensitivity):
5126
5127         Add page setup settings for printing. Fixes bugs #363860 and #350491.
5128
5129 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5130
5131         * shell/ev-window.c: (ev_window_print_range):
5132
5133         Revert my previuos commit, since printing to PDF is not supported by
5134         evince yet. 
5135
5136 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5137
5138         * shell/ev-window.c: (ev_window_print_range):
5139
5140         Enable print to a PDF. Fixes bug #332121.
5141
5142 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5143
5144         * shell/ev-application-service.xml:
5145         * shell/ev-application.[ch]: (ev_application_open_window),
5146         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
5147         (ev_application_open_uri), (ev_application_open_uri_list):
5148         * shell/ev-window.c: (file_open_dialog_response_cb),
5149         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
5150         (drag_data_received_cb), (open_remote_link):
5151         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
5152
5153         Add support for multiscreen systems. Fixes bug #316206.
5154
5155 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5156
5157         * shell/ev-jobs.[ch]: (ev_job_print_new),
5158         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
5159         (ev_job_print_do_page):
5160         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
5161
5162         Allow printing only odd/even pages. Fixes bug #367289.
5163
5164 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5165
5166         * test/test1.py:
5167         * test/test2.py:
5168
5169         Re-add locale settings to test files.
5170
5171 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5172
5173         * data/evince-ui.xml:
5174         * shell/ev-window.c: (set_action_properties):
5175         
5176         Removed garbage from code and ui.
5177
5178 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5179
5180         * shell/ev-window.c: (ev_window_cmd_help_about):
5181
5182         Shamelessly add my name to the list of contributors.
5183
5184 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5185
5186         * test/test1.py:
5187         * test/test2.py:
5188
5189         Cleaned up the dogtail scripts.
5190
5191 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5192
5193         * shell/ev-view.c: (draw_loading_text): Don't render
5194         "loading..." text in presentation mode. Temporary
5195         workaround for bug #320352.
5196
5197 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5198
5199         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5200         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5201
5202         Use print settings scale, copies, collate and reverse which were
5203         ignored. Fixes bug #359032.
5204
5205 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5206
5207         * configure.ac:
5208         * data/evince-password.glade:
5209         * test/Makefile.am:
5210         * test/test-encrypt.pdf:
5211         * test/test-links.pdf:
5212         * test/test1.py:
5213         * test/test2.py:
5214
5215         Add automated UI tests for evince with dogtail. See
5216         bug #300948.    
5217
5218 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5219
5220         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
5221
5222         Hide fullscreen toolbar when switching to another desktop workspace.
5223         Fixes bug #338871
5224
5225 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5226
5227         * shell/ev-window-title.c: 
5228         
5229         Test for .dvi in title of pdf documents.
5230
5231 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5232
5233         * shell/ev-view.c: (ev_view_scroll):
5234
5235         Page Up/Down should do page jumps in "Best fit" mode.
5236         If a user has explicitly chosen to view exactly one page
5237         at a time, scrolling just a part of the page when
5238         pressing Page Up/Down is not right. Fixes bug #323107.
5239
5240 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5241
5242         * NEWS:
5243         * configure.ac:
5244         
5245         Update for 0.6.1
5246
5247 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5248
5249         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
5250         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
5251         
5252         Correctly disconnect from job signals on destroy.
5253
5254 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5255
5256         * shell/ev-view-private.h:
5257         * shell/ev-view.c: (view_set_adjustment_values),
5258         (view_update_range_and_current_page),
5259         (ensure_rectangle_is_visible), (ev_view_size_allocate):
5260         
5261         Fixes bug #343199, current page now follows find page.
5262
5263 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
5264
5265         * backend/ev-document-factory.c:
5266         * configure.ac:
5267         Assigned OpenDocument presenation MIME type to the
5268         Impress backend. Added some missing (but harmless)
5269         #ifdefs in the document factory as well to make things
5270         consistent again. Fixes bug #360658.
5271
5272 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
5273
5274         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
5275         * backend/ev-document-find.c: (ev_document_find_get_type):
5276         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
5277         * backend/ev-document-links.c: (ev_document_links_get_type):
5278         * backend/ev-document-security.c: (ev_document_security_get_type):
5279         * backend/ev-document-thumbnails.c:
5280         (ev_document_thumbnails_get_type):
5281         * backend/ev-document.c: (ev_document_get_type):
5282         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
5283         * backend/ev-selection.c: (ev_selection_get_type):
5284         * cut-n-paste/recent-files/egg-recent-model.c:
5285         (egg_recent_model_get_type):
5286         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5287         (egg_recent_view_uimanager_get_type):
5288         * cut-n-paste/recent-files/egg-recent-view.c:
5289         (egg_recent_view_get_type):
5290         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5291         (egg_editable_toolbar_get_type):
5292         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5293         (egg_toolbar_editor_get_type):
5294         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5295         (egg_toolbars_model_get_type):
5296         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5297         (egg_tree_multi_drag_source_get_type):
5298         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5299         (ephy_zoom_action_get_type):
5300         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5301         (ephy_zoom_control_get_type):
5302         * impress/r_back.c: (_imp_fill_back):
5303         * properties/ev-properties-main.c:
5304         (ev_properties_plugin_register_type):
5305         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
5306         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
5307         (ev_view_accessible_factory_get_type):
5308
5309         Reduce relocations. Bug #360616.
5310
5311 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5312
5313         * backend/ev-document-factory.c:
5314         (ev_document_factory_get_document):
5315         
5316         Load document even if extension is wrong.
5317
5318 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5319
5320         * shell/ev-metadata-manager.c: (save_values):
5321         * shell/ev-window.c: (setup_size_from_metadata),
5322         (setup_view_from_metadata), (ev_window_setup_document),
5323         (ev_window_xfer_job_cb), (window_configure_event_cb):
5324         
5325         Set size according to the document size/page size ratio.
5326         That should correct rather wierd behaviour of the previous
5327         commit.
5328
5329 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5330
5331         * shell/ev-window.c: (setup_view_from_metadata):
5332         
5333         Set size for new windows from previous window size.
5334         See bugs #354968 and #168450 for details. Thanks
5335         to Meik Hellmund.
5336
5337 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5338
5339         * djvu/djvu-links.c: (build_tree):
5340
5341         Fix memory leak.
5342
5343 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5344
5345         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5346         
5347         Don't make sidebar close button insensitive. Fixes
5348         bug #357871.
5349
5350 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5351
5352         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5353         (ev_window_set_view_accels_sensitivity):
5354         
5355         Don't enable Slash on documents which don't support
5356         find. Fixes bug #358648.
5357
5358 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5359
5360         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5361         open dialog fall back to the current document uri if the
5362         filechooser hasn't been used before. Fixes bug #356980.
5363
5364 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5365
5366         * shell/ev-window.c: (ev_window_setup_recent), 
5367         (ev_window_get_recent_file_label):
5368
5369         Escape underscores in filenames of recent file items.
5370
5371 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5372
5373         * configure.ac:
5374         
5375         Bumped poppler requirements, really 0.5.3 is very 
5376         buggy, now we require 0.5.4.
5377
5378 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5379
5380         * djvu/Makefile.am:
5381         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5382         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5383         (djvu_document_document_links_iface_init):
5384         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5385         (number_from_string_10), (get_djvu_link_dest),
5386         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5387         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5388         (djvu_links_get_links), (djvu_links_find_link_dest),
5389         (djvu_links_get_links_model):
5390         * djvu/djvu-links.h:
5391         
5392         Add support for links and bookmarks in djvu documents. Thanks
5393         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5394         patch.
5395
5396 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5397
5398         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5399         
5400         Reopen should reload document. Fixes 
5401         bug 327951.
5402
5403 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5404
5405         * configure.ac:
5406         * data/Makefile.am:
5407         * data/evince-16.png:
5408         * data/evince-22.png:
5409         * data/evince.png:
5410         * data/evince.svg:
5411         * data/icons/16x16/Makefile.am:
5412         * data/icons/16x16/evince.png:
5413         * data/icons/22x22/Makefile.am:
5414         * data/icons/22x22/evince.png:
5415         * data/icons/48x48/Makefile.am:
5416         * data/icons/48x48/evince.png:
5417         * data/icons/Makefile.am:
5418         * data/icons/scalable/Makefile.am:
5419         * data/icons/scalable/evince.svg:
5420         
5421         Install icons with correct names. Fixes
5422         bug #354429.
5423
5424 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5425
5426         * shell/ev-view.c: (ev_view_button_release_event):
5427
5428         Don't open links with middle mouse button. Fixes bug #353649
5429
5430 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5431
5432         * NEWS:
5433         * configure.ac:
5434         
5435         Update for release 0.6.0
5436
5437 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5438
5439         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5440         Implement Close named action. Patch by Carlos Garcia Campos.
5441
5442 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5443
5444         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5445         
5446         Don't clear link mapping on copy_job_to_job_info. Fixes
5447         bug 346168.
5448
5449 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5450
5451         * shell/main.c: (main):
5452
5453         Revert my previous commit, gnome_program_init owns the option context.
5454         Fix another memory leak in main. Both caught by Christian Persch. 
5455
5456 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5457
5458         * shell/main.c: (main):
5459
5460         Fix memory leak.
5461
5462 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5463
5464         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5465
5466         Fix crash when opening a pdf with password protection. 
5467
5468 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5469
5470         * pdf/ev-poppler.cc: (pdf_document_search_free):
5471
5472         Fix memory leak. 
5473
5474 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5475
5476         * backend/ev-document-factory.c:
5477         (ev_document_factory_get_document):
5478         * tiff/tiff-document.c: (tiff_document_finalize):
5479         
5480         More correct handling of document loading. Fixes
5481         bug #349043.
5482
5483 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5484
5485         * backend/ev-attachment.c: (ev_attachment_save):
5486
5487         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5488         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5489
5490 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5491         
5492         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5493         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5494
5495 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5496
5497         * shell/ev-sidebar-thumbnails.c:
5498
5499         Do not render thumbnails unless thumbnails page is active in the
5500         sidebar.
5501
5502 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5503
5504         * shell/ev-properties-dialog.c:
5505
5506         Fix dialogue spacing. Bug #351370.
5507
5508 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5509
5510         * configure.ac:
5511
5512         Use lowercase gettext catalog file names (evince.mo
5513         instead of Evince.mo)
5514
5515 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5516
5517         * shell/ev-sidebar-attachments.c:
5518
5519         GtkIconTheme is now screen safe too. Fixes bug #350878
5520
5521 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5522
5523         * shell/ev-window.c:
5524
5525         GtkRecent manager is now screen safe. Fixes bug #350145
5526
5527 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5528
5529         * shell/ev-sidebar.c: (ev_sidebar_init):
5530         
5531         Make sidebar close icon smaller. Fix for bug 350177.
5532         See also bugs 350176 and 165770.
5533
5534 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5535
5536         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5537
5538         Ignore zoom for xyz destinations when it's <= 1, keeping user
5539         preferences instead. Set correct sizing-mode for fith and fitv
5540         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5541
5542 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5543
5544         * NEWS:
5545         * configure.ac:
5546         
5547         Update for release 0.5.5
5548
5549 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5550         
5551         * shell/ev-window.c: (ev_window_cmd_escape)
5552
5553         Escape unfocus page entry. Fixes bug #345809.
5554
5555 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5556
5557         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5558         (build_tree), (pdf_document_links_get_links),
5559         (pdf_document_links_find_link_dest):
5560         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5561         (goto_xyz_dest):
5562
5563         Convert from PDF style coordinates to X style coordinates in the
5564         backend rather than in the view. Fixes bug #338440
5565
5566 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5567
5568         * shell/ev-window.c:
5569         
5570         Remove Ctrl+Shift+T shortcut for toolbars. See
5571         the bug #350098.
5572
5573 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5574
5575         * configure.ac:
5576
5577         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5578         of this. 
5579
5580 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5581
5582         * configure.ac:
5583         * cut-n-paste/Makefile.am:
5584         * data/evince-ui.xml:
5585         * shell/Makefile.am:
5586         * shell/ev-application.[ch]:
5587         * shell/ev-window.c:
5588
5589         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5590         #349273
5591
5592 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5593
5594         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5595         findbar code: s/help/search/
5596
5597 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5598
5599         * shell/ev-window.c: (setup_document_from_metadata),
5600         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5601         (setup_view_from_metadata):
5602         
5603         Fix memory leaks.
5604
5605 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5606
5607         * autogen.sh, configure.ac: 
5608         
5609         Update automake usage. See bug 349292.
5610
5611 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5612
5613         * shell/eggfindbar.c: (egg_find_bar_class_init),
5614         (entry_activate_callback), (egg_find_bar_init),
5615         (egg_find_bar_set_status_text):
5616         * shell/eggfindbar.h:
5617         
5618         Unify Evince findbar with Epiphany. Nice patch
5619         from Fabricio Silva <silva@crans.org> and
5620         Frederic Peters <fpeters@entrouvert.com>. See
5621         bug #339966 for details.
5622
5623 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5624
5625         * data/evince.desktop.in.in:
5626         
5627         Correct information for bugzilla. Thanks to
5628         Olaf Vitters, see bug #348855.
5629
5630 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5631
5632         * shell/ev-jobs.[ch]:
5633         * shell/ev-sidebar-links.c:
5634         * shell/ev-window.[ch]:
5635
5636         GtkPrintJob doesn't support print ranges or current page, so we export
5637         to a ps file now when printing ranges or current page.
5638
5639 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5640
5641         * pdf/ev-poppler.cc:
5642         * shell/ev-window.c: (do_action_named):
5643
5644         We should be more clear about bugzilla. See the
5645         poppler bug #7623.
5646
5647 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5648
5649         * configure.ac:
5650         * shell/Makefile.am:
5651         * shell/ev-job-queue.c:
5652         * shell/ev-jobs.[ch]:
5653         * shell/ev-sidebar-links.c:
5654         * shell/ev-window.[ch]:
5655         
5656         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5657         #348422
5658
5659 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5660
5661         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5662         * shell/ev-application-service.xml:
5663         * shell/ev-application.[ch]:
5664         * shell/ev-jobs.[ch]:
5665         * shell/ev-window.[ch]: (ev_window_run_preview):
5666         * shell/main.c: 
5667
5668         Add preview mode to use evince as a printing previewer. It also adds
5669         other command line options for fullscreen and presentation modes.
5670         Fixes bugs #347822, #317031
5671
5672 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5673
5674         * NEWS:
5675         * configure.ac:
5676         
5677         Update for release 0.5.4
5678
5679 2006-07-11  Bastien Nocera <hadess@hadess.net>
5680
5681         * Makefile.am:
5682         * backend/Makefile.am:
5683         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5684         * backend/ev-document-factory.h:
5685         * configure.ac:
5686         * impress/.cvsignore:
5687         * impress/Makefile.am:
5688         * impress/common.h:
5689         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
5690         (imp_get_page), (imp_next_page), (imp_prev_page),
5691         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
5692         * impress/f_oasis.c: (render_object), (render_page),
5693         (get_geometry), (_imp_oasis_load):
5694         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
5695         (_imp_oo13_load):
5696         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
5697         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
5698         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
5699         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
5700         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
5701         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
5702         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
5703         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
5704         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
5705         (iks_new_within), (iks_insert), (iks_insert_cdata),
5706         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
5707         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
5708         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
5709         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
5710         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
5711         (iks_cdata), (iks_cdata_size), (iks_has_children),
5712         (iks_has_attribs), (escape_size), (my_strcat), (escape),
5713         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
5714         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
5715         (iks_tree), (iks_load), (iks_save):
5716         * impress/iksemel.h:
5717         * impress/imposter.h:
5718         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
5719         (imp_render_draw_bezier_real), (imp_render_get_size),
5720         (imp_render_set_fg_color), (imp_render_draw_line),
5721         (imp_render_draw_rect), (imp_render_draw_polygon),
5722         (imp_render_draw_arc), (imp_render_draw_bezier),
5723         (imp_render_open_image), (imp_render_get_image_size),
5724         (imp_render_scale_image), (imp_render_draw_image),
5725         (imp_render_close_image), (imp_render_markup),
5726         (imp_render_get_text_size), (imp_render_draw_text),
5727         (impress_document_load), (impress_document_save),
5728         (impress_document_get_n_pages), (impress_document_get_page_size),
5729         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
5730         (impress_document_finalize), (impress_document_class_init),
5731         (impress_document_can_get_text), (impress_document_get_info),
5732         (impress_document_document_iface_init),
5733         (impress_document_thumbnails_get_thumbnail),
5734         (impress_document_thumbnails_get_dimensions),
5735         (impress_document_document_thumbnails_iface_init),
5736         (impress_document_init):
5737         * impress/impress-document.h:
5738         * impress/internal.h:
5739         * impress/r_back.c: (_imp_fill_back):
5740         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
5741         (_imp_draw_image), (_imp_tile_image):
5742         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
5743         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
5744         (r_polyline):
5745         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
5746         (r_draw_gradient_complex), (r_draw_gradient):
5747         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
5748         (r_get_bullet):
5749         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
5750         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
5751         (r_text):
5752         * impress/render.c: (imp_create_context), (imp_context_set_page),
5753         (imp_context_set_step), (imp_render), (imp_delete_context):
5754         * impress/render.h:
5755         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
5756         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
5757         (zip_load_xml), (zip_get_size), (zip_load):
5758         * impress/zip.h:
5759         * shell/ev-utils.c:
5760         
5761         New backend to support impress slides. Fixes bug #30867.
5762
5763 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
5764
5765         * shell/ev-utils.c: (using_postscript_printer):
5766         
5767         Fixes crash when print using PAPI backend,
5768         bug #345012.
5769
5770 2006-06-09  Pat Rondon  <pmr@patrondon.org>
5771
5772         * shell/ev-jobs.c: (ev_job_xfer_run):
5773         * shell/ev-window.c: (password_dialog_response),
5774         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
5775         (ev_window_dispose):
5776         Fixes bug #344160: if the xfer job doesn't complete
5777         because a password is required, reload the existing
5778         instance instead of creating a new one.
5779
5780 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5781
5782         * shell/main.c: (main): Call gdk_threads_init. Thus
5783         we'll avoid errors in auth dialog. Fix for the bug
5784         #343347.
5785
5786 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5787
5788         * configure.ac: Advertise pixbuf support, fix
5789         for the bug 343317.
5790
5791 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5792
5793         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
5794         (ev_sidebar_thumbnails_set_document):
5795         
5796         Update sidebar thumbnails after reloading.
5797
5798 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5799
5800         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
5801         * shell/ev-jobs.h:
5802         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
5803         (ev_window_cmd_view_reload), (ev_window_init):
5804         
5805         Don't crash on reload. Fix for the bug #343167.
5806
5807 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5808
5809         * shell/ev-jobs.c: (ev_job_render_run):
5810         
5811         Check for document links.
5812
5813 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5814
5815         * backend/ev-attachment.c: (ev_attachment_save),
5816         (ev_attachment_launch_app), (ev_attachment_open):
5817         * backend/ev-document-factory.c: (get_document_from_uri):
5818         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5819         (egg_recent_view_uimanager_set_list):
5820         * ps/ps-document.c: (check_filecompressed), (document_load),
5821         (ps_document_load):
5822         * shell/ev-metadata-manager.c: (load_values):
5823         * shell/ev-password.c: (ev_password_dialog_set_property):
5824         * shell/ev-view.c: (tip_from_link):
5825         * shell/ev-window.c: (file_save_dialog_response_cb),
5826         (ev_window_print_dialog_response_cb):
5827         
5828         Use consistent quoting style. Fix for the bug #320285.
5829
5830 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5831
5832         * shell/ev-jobs.c: (ev_job_xfer_run):
5833         * shell/main.c: (load_files):
5834                 
5835         Open links with anchors. Fix for the bug #339836.
5836
5837 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5838
5839         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
5840         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
5841         (ev_link_dest_set_property), (ev_link_dest_finalize),
5842         (ev_link_dest_class_init), (ev_link_dest_new_named),
5843         (ev_link_dest_new_page_label):
5844         * backend/ev-link-dest.h:
5845         * shell/ev-application.c: (ev_application_open_uri):
5846         * shell/ev-view.c: (goto_dest):
5847         * shell/ev-window.c:
5848         * shell/ev-window.h:
5849         
5850         Fix page-label command line option. Bug #342070.
5851
5852 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5853
5854         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5855         
5856         Don't show highlight rects if page can't be showed. Fix for 
5857         the bug #342076
5858
5859 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5860
5861         * shell/ev-window.c: (setup_sidebar_from_metadata),
5862         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
5863         
5864         Setup sidebar from metadata even if there is no document
5865         loaded. Fix for the bug #342807.
5866
5867 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5868
5869         * cut-n-paste/toolbar-editor/Makefile.am:
5870         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5871         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
5872         (find_action), (drag_data_delete_cb), (drag_begin_cb),
5873         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
5874         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
5875         (popup_context_menu_cb), (button_press_event_cb),
5876         (configure_item_sensitivity), (configure_item_cursor),
5877         (configure_item_tooltip), (connect_widget_signals),
5878         (action_sensitive_cb), (create_item_from_action),
5879         (create_item_from_position), (toolbar_drag_data_received_cb),
5880         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5881         (toolbar_drag_leave_cb), (configure_drag_dest),
5882         (toggled_visibility_cb), (toolbar_visibility_refresh),
5883         (create_dock), (toolbar_changed_cb), (unparent_fixed),
5884         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5885         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
5886         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
5887         (egg_editable_toolbar_dispose),
5888         (egg_editable_toolbar_set_ui_manager),
5889         (egg_editable_toolbar_get_selected),
5890         (egg_editable_toolbar_set_selected), (set_edit_mode),
5891         (egg_editable_toolbar_set_property),
5892         (egg_editable_toolbar_get_property),
5893         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
5894         (egg_editable_toolbar_new_with_model),
5895         (egg_editable_toolbar_get_edit_mode),
5896         (egg_editable_toolbar_set_edit_mode),
5897         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
5898         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
5899         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5900         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
5901         (item_added_or_removed_cb), (toolbar_removed_cb),
5902         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
5903         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
5904         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
5905         (editor_create_item_from_name), (append_table),
5906         (update_editor_sheet), (egg_toolbar_editor_init):
5907         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5908         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5909         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
5910         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
5911         (toolbar_node_free), (egg_toolbars_model_get_flags),
5912         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
5913         (egg_toolbars_model_get_name), (impl_add_item),
5914         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
5915         (parse_data_list), (parse_item_list), (parse_toolbars),
5916         (egg_toolbars_model_load_toolbars), (parse_available_list),
5917         (parse_names), (egg_toolbars_model_load_names),
5918         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
5919         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
5920         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
5921         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
5922         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
5923         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
5924         (egg_toolbars_model_set_types), (fill_avail_array),
5925         (egg_toolbars_model_get_name_avail),
5926         (egg_toolbars_model_get_name_flags),
5927         (egg_toolbars_model_set_name_flags):
5928         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5929         * cut-n-paste/toolbar-editor/eggintl.h:
5930         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5931         (egg_tree_multi_drag_source_get_type),
5932         (egg_tree_multi_drag_source_row_draggable),
5933         (egg_tree_multi_drag_source_drag_data_delete),
5934         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
5935         (egg_tree_multi_drag_button_release_event), (selection_foreach),
5936         (path_list_free), (set_context_data), (get_context_data),
5937         (get_info), (egg_tree_multi_drag_drag_data_get),
5938         (egg_tree_multi_drag_motion_event),
5939         (egg_tree_multi_drag_button_press_event),
5940         (egg_tree_multi_drag_add_drag_support):
5941         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
5942         * shell/ev-application.c: (ev_application_init),
5943         (ev_application_save_toolbars_model):
5944         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
5945         (ev_window_cmd_edit_toolbar), (ev_window_init):
5946         
5947         Sync toolbareditor with epiphany and libegg
5948
5949 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5950
5951         * configure.ac: 
5952
5953         Depend on poppler 0.5.2
5954
5955 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5956
5957         * shell/ev-jobs.c: (ev_job_render_run):
5958         
5959         Check if document supports links iterface.
5960
5961 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5962
5963         * NEWS:
5964         * configure.ac:
5965         
5966         Update for release 0.5.3
5967
5968 2006-05-13  Michael Plump  <plumpy@skylab.org>
5969
5970         * configure.ac:
5971         * shell/Makefile.am:
5972         * shell/main.c: (main):
5973         
5974         Port to GOption command line parsing. Fix for the 
5975         bug #327518
5976
5977 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5978
5979         * shell/ev-window.c: (ev_window_cmd_help_about):
5980         
5981         Do not wrap license. Fix for the bug #309460.
5982
5983 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5984
5985         * configure.ac:
5986         * properties/ev-properties-main.c: (ev_properties_get_pages):
5987         * shell/ev-application.c: (ev_application_open_window),
5988         (ev_application_open_uri_at_dest):
5989         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5990         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
5991         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
5992         * shell/ev-utils.c: (save_print_config_to_file):
5993         * shell/ev-window.c: (ev_window_cmd_save_as),
5994         (ev_attachment_popup_cmd_save_attachment_as):
5995         * shell/main.c: (load_files_remote):
5996         
5997         Bump requirements to gtk 2.8 and drop all ifdefs used.
5998
5999 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6000
6001         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6002         * shell/ev-window.c: (ev_window_init):
6003         
6004         Show attachments page.
6005
6006 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6007
6008         * po/POTFILES.in:
6009         * shell/ev-attachment-bar.c:
6010         * shell/ev-attachment-bar.h:
6011         * shell/ev-sidebar-attachments.c:
6012         (ev_sidebar_attachments_icon_cache_add),
6013         (icon_theme_get_pixbuf_from_mime_type),
6014         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
6015         (ev_sidebar_attachments_icon_cache_refresh),
6016         (ev_sidebar_attachments_get_attachment_at_pos),
6017         (ev_sidebar_attachments_popup_menu_show),
6018         (ev_sidebar_attachments_popup_menu),
6019         (ev_sidebar_attachments_button_press),
6020         (ev_sidebar_attachments_update_icons),
6021         (ev_sidebar_attachments_drag_data_get),
6022         (ev_sidebar_attachments_get_property),
6023         (ev_sidebar_attachments_destroy),
6024         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
6025         (ev_sidebar_attachments_new),
6026         (ev_sidebar_attachments_set_document),
6027         (ev_sidebar_attachments_support_document),
6028         (ev_sidebar_attachments_get_label),
6029         (ev_sidebar_attachments_page_iface_init):
6030         * shell/ev-sidebar-attachments.h:
6031         * shell/ev-window.c: (update_chrome_visibility),
6032         (setup_sidebar_from_metadata), (ev_window_setup_document),
6033         (ev_window_sidebar_current_page_changed_cb),
6034         (attachment_bar_menu_popup_cb), (ev_window_init):
6035         
6036         Move attachments bar to sidebar.
6037
6038 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6039
6040         * pdf/ev-poppler.cc:
6041         * shell/ev-application.[ch]:
6042         * shell/main.c:
6043
6044         Fix some memory leaks.
6045
6046 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6047
6048         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6049
6050         Change the properties dialog response to
6051         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
6052         will make the dialog go away when the user presses
6053         enter. With gtk+ >= 2.9 this will happen anyway, but for
6054         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
6055         escape by default. Fixes bug #340539. See also bug
6056         #101293 for the gtk+ part.
6057
6058 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
6059
6060         * shell/ev-view.c (tip_from_action_named): Replace some strings
6061         that were wrong. Closes #340970.
6062
6063 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6064
6065         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6066
6067         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
6068         #341049
6069
6070 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6071
6072         * djvu/Makefile.am:
6073         * dvi/Makefile.am:
6074         * dvi/mdvi-lib/Makefile.am:
6075         * properties/Makefile.am:
6076         * ps/Makefile.am:
6077         * shell/Makefile.am:
6078         * thumbnailer/Makefile.am:
6079         
6080         Due to broken libtool that is unable to track dependencies
6081         of noinst libraries we are forced to explicitely point
6082         libraries for binary. Fix for the bug #333334.
6083
6084 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6085
6086         * data/evince.desktop.in.in:
6087         * shell/ev-view.c: (view_update_range_and_current_page),
6088         (ev_view_next_page), (ev_view_previous_page):
6089         * shell/ev-window.c: (update_chrome_visibility),
6090         (setup_sidebar_from_metadata), (ev_window_setup_document),
6091         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
6092         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6093         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
6094         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6095         (ev_window_stop_presentation), (ev_window_focus_in_event),
6096         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
6097         (ev_window_init):
6098         * thumbnailer/Makefile.am:
6099         
6100         Update fullscreen and presentation timeout handling. Hide
6101         cursor in presentation after timeout. Fix for the bugs
6102         #136359 and #336981.
6103
6104 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6105
6106         * backend/ev-link-action.[ch]:
6107         * pdf/ev-poppler.cc: (ev_link_from_action):
6108         * shell/ev-view-private.h:
6109         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
6110         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
6111
6112         Add support for Named Action links
6113
6114 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
6115
6116         * backend/Makefile.am:
6117         * backend/ev-document-links.[ch]:
6118         * backend/ev-document.[ch]:
6119         * backend/ev-link-action.[ch]:
6120         * backend/ev-link-dest.[ch]:
6121         * backend/ev-link.[ch]:
6122         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
6123         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
6124         * shell/ev-page-action.c: (build_new_tree_cb):
6125         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
6126         (links_page_num_func), (update_page_callback):
6127         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
6128         (tip_from_link):
6129         * shell/ev-jobs.c:
6130         * shell/ev-window.[ch]: (ev_window_open_uri),
6131         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
6132         * shell/ev-application.[ch]: (ev_application_open_window),
6133         (ev_application_open_uri):
6134
6135         Rework links system, it adds support for remote links now and it makes
6136         easier to add new kinds of actions and destinations. Fixes bug #317292
6137
6138 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6139
6140         * data/Makefile.am:
6141         * data/evince.png:
6142         * data/evince-16.png:
6143         * data/evince-22.png:
6144         * data/evince.svg:
6145         * shell/main.c: (main):
6146         
6147         Evince use it's own icon. Fix for the bug #313392.
6148
6149         * shell/ev-window.c: (fullscreen_timeout_cb),
6150         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6151         (ev_window_cmd_help_about), (ev_window_dispose):
6152         
6153         Simplify fullscreen timeout code.
6154
6155 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
6156
6157         * backend/ev-attachment.c: 
6158         * shell/ev-attachment-bar.c:
6159         * shell/ev-window.c:
6160
6161         Allow multiple selection of attachments
6162
6163 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6164
6165         * shell/ev-view.c: (view_update_range_and_current_page),
6166         (ev_view_scroll):
6167         
6168         Fix for the bug #312573 – Optimal selection of current 
6169         page among visible pages.
6170
6171 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6172
6173         * configure.ac:
6174         * djvu/Makefile.am:
6175         * djvu/djvu-text.h:
6176         
6177         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
6178         for the bug 339868.
6179
6180 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
6181
6182         * configure.ac: Fix the LINGUAS stuff here too so it builds.
6183
6184 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6185
6186         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
6187         dictated by the GNOME HIG. Fixes bug #339235.
6188
6189 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6190
6191         * data/evince-ui.xml:
6192         * shell/ev-view.c: (ev_view_can_find_previous):
6193         * shell/ev-view.h:
6194         * shell/ev-window.c: (ev_window_update_actions),
6195         (ev_window_cmd_edit_find_previous):
6196
6197         Add support for "Find Previous" as dictated by the GNOME HIG. A
6198         menu item is added and some glue code to make it all work is added
6199         to various files.
6200
6201 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6202
6203         * configure.ac: Award myself the "useless use of cat" award.
6204
6205 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6206
6207         * po/LINGUAS: New file listing all supported languages.
6208
6209         * configure.in: Use po/LINGUAS instead of including all languages
6210         directly in this file. See the wiki for more information:
6211         http://live.gnome.org/GnomeGoals/PoLinguas
6212
6213 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6214
6215         * backend/ev-document-factory.c:
6216
6217         Do not load the document twice when there isn't errors
6218
6219 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6220
6221         * backend/ev-attachment.c: 
6222
6223         Fix a crash when there isn't a default application to open an
6224         attachment
6225
6226 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6227
6228         * backend/ev-attachment.[ch]:
6229         * shell/ev-attachment-bar.[ch]:
6230
6231         Added missing files. 
6232
6233 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6234
6235         * backend/Makefile.am:
6236         * data/evince-ui.xml:
6237         * backend/ev-attachment.[ch]:
6238         * backend/ev-document.[ch]: (ev_document_has_attachments),
6239         (ev_document_get_attachments):
6240         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
6241         (attachment_save_to_buffer), (pdf_document_get_attachments),
6242         (pdf_document_document_iface_init):
6243         * shell/Makefile.am:
6244         * shell/ev-attachment-bar.[ch]:
6245         * shell/ev-window.c:
6246
6247         Add support for PDF attachments. Fixes bug #325143
6248
6249 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6250
6251         * backend/ev-document-factory.c: (get_document_from_uri),
6252         (ev_document_factory_get_document):
6253         * backend/ev-document-factory.h:
6254         * properties/ev-properties-main.c: (ev_properties_get_pages):
6255         * shell/Makefile.am:
6256         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
6257         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
6258         (ev_job_queue_remove_job):
6259         * shell/ev-job-queue.h:
6260         * shell/ev-job-xfer.c:
6261         * shell/ev-job-xfer.h:
6262         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
6263         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
6264         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
6265         (ev_job_xfer_run):
6266         * shell/ev-jobs.h:
6267         * shell/ev-window.c: (ev_window_is_empty),
6268         (password_dialog_response), (ev_window_clear_xfer_job),
6269         (ev_window_xfer_job_cb), (ev_window_open_uri),
6270         (ev_window_cmd_focus_page_selector),
6271         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
6272         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6273         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6274         (ev_window_dispose):
6275         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6276         
6277         * Cleanup mime type detection on document load. Fix for the
6278         bug #336448.
6279
6280 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6281
6282         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6283         
6284         Fix crash on exit, described in the bug #336825.
6285
6286 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6287
6288         * backend/ev-document-factory.c:
6289         (ev_document_factory_get_from_mime),
6290         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
6291         (ev_document_factory_get_document),
6292         (file_filter_add_mime_list_and_free),
6293         (ev_document_factory_add_filters):
6294         * backend/ev-document-factory.h:
6295         * properties/ev-properties-main.c: (ev_properties_get_pages):
6296         * shell/Makefile.am:
6297         * shell/ev-application.c:
6298         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6299         * shell/ev-window.c: (ev_window_cmd_file_open),
6300         (ev_window_cmd_save_as):
6301         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6302         
6303         Rework factory functions so they are placed now in a single 
6304         file ev-document-factory.c
6305
6306 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6307
6308         * shell/ev-window.c: (update_chrome_visibility):
6309         
6310         Fix for the bug 166566 - don't show menubar in fullscreen
6311         mode.
6312
6313 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6314
6315         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6316
6317 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6318
6319         * shell/ev-view.c: (ev_view_expose_event):
6320         
6321         More correctly draw loading text when document
6322         is empty.
6323
6324 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6325
6326         * shell/ev-view.c: (ev_view_scroll):
6327         
6328         Fix for the bug #334854, page down and page up switch
6329         pages in presentation mode.
6330
6331 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6332
6333         * shell/ev-window.c: (ev_window_set_action_sensitive),
6334         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6335         (ev_window_set_view_accels_sensitivity),
6336         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6337         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6338         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6339         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6340         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6341         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6342         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6343         (view_actions_focus_in_cb), (ev_window_init):
6344         
6345         Fix for the bug #333902, now it's possible to search
6346         words with slash.
6347
6348 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6349
6350         * configure.ac: Added Breton translation.
6351         * po/br.po: Added Breton translation.
6352
6353 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6354
6355         * shell/ev-window-title (ev_window_title_update):
6356
6357         Fix memory leak in window title. Fixes bug #333944
6358
6359 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6360
6361         * shell/ev-metadata-manager.c (parseItem):
6362
6363         Fix memory leaks. Fixes bug #333945
6364
6365 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6366         
6367         * NEWS, configure.ac, TODO:
6368         
6369         Update for release 0.5.2.
6370
6371 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6372
6373         * shell/ev-view.c: (view_update_range_and_current_page),
6374         (page_changed_cb):
6375         
6376         Don't jump on scrolling, fix for the bug #333127.
6377
6378 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6379
6380         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6381         
6382         Scroll by one page in presentation mode. Fix for the bug
6383         #332993.
6384
6385 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6386
6387         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6388
6389 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6390
6391         * configure.ac  Added lv in ALL_LINGUAS line.
6392
6393 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6394         
6395         * NEWS, configure.ac:
6396         
6397         Update for release 0.5.1
6398
6399 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6400
6401         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6402         * backend/ev-document-misc.h:
6403         * shell/ev-view.c: (draw_one_page):
6404         
6405          Clairfy what page the toolbar page number applies to. Fix
6406          for the bug #328102.
6407
6408 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6409
6410         * shell/ev-view-private.h:
6411         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6412         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6413         (ev_view_search_changed):
6414         * shell/ev-view.h:
6415         * shell/ev-window.c: (find_bar_search_changed_cb):
6416         
6417         Dont't jump to find result if window was scrolled during search.
6418         Fix for the bug #313266.
6419
6420 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6421
6422         * shell/eggfindbar.c: (egg_find_bar_class_init):
6423         * shell/eggfindbar.h:
6424         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6425         * shell/ev-view-private.h:
6426         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6427         (ev_view_class_init), (ev_sizing_mode_get_type),
6428         (ev_scroll_type_get_type):
6429         * shell/ev-view.h:
6430         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6431         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6432         (ev_window_init):
6433         
6434         Fix for the bug 319133 - Find entry should allow text scroll.
6435
6436 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6437
6438         * shell/ev-view-private.h:
6439         * shell/ev-view.c: (view_update_range_and_current_page),
6440         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6441         (ev_view_set_document), (update_find_status_message),
6442         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6443         (ev_view_find_previous):
6444         
6445         Fix for the bug #319137. Search now takes account for scrolling.
6446
6447 2006-02-19  Michael Hofmann <mh21@piware.de>
6448
6449         * configure.ac:
6450         * djvu/Makefile.am:
6451         * djvu/djvu-document-private.h:
6452         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6453         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6454         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6455         (djvu_document_can_get_text), (djvu_document_get_text),
6456         (djvu_document_document_iface_init),
6457         (djvu_document_thumbnails_get_thumbnail),
6458         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6459         (djvu_document_find_get_result),
6460         (djvu_document_find_page_has_results),
6461         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6462         (djvu_document_find_iface_init):
6463         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6464         (djvu_text_page_selection), (djvu_text_page_limits_process),
6465         (djvu_text_page_limits), (djvu_text_page_copy),
6466         (djvu_text_page_position), (djvu_text_page_union),
6467         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6468         (djvu_text_page_box), (djvu_text_page_append_text),
6469         (djvu_text_page_search), (djvu_text_page_prepare_search),
6470         (djvu_text_page_new), (djvu_text_page_free):
6471         * djvu/djvu-text-page.h:
6472         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6473         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6474         (djvu_text_n_results), (djvu_text_has_results),
6475         (djvu_text_get_result), (djvu_text_get_progress):
6476         * djvu/djvu-text.h:
6477         
6478         Text search in djvu. Fix for the bug #303415.
6479
6480 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6481
6482         * configure.ac:
6483         * shell/ev-window.c: (ev_window_cmd_save_as):
6484         
6485         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6486         Thanks to Gary Coady <gary@lyranthe.org>
6487
6488 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6489
6490         * shell/ev-print-job.c: (idle_print_handler):
6491         
6492         Inverse order printing, bug #320919.
6493
6494 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6495
6496         * data/evince-toolbar.xml:
6497         * shell/ev-window.c:
6498         
6499         Allow to add sidebar checkbutton on toolbar. Fix
6500         for the bug #144577.
6501
6502 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6503
6504         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6505         
6506         Add checks that have sense for empty ps document.
6507
6508 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6509
6510         * configure.ac: Include PS in mime types list. 
6511
6512 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6513
6514         * configure.ac:
6515         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6516         * ps/gsdefaults.h:
6517         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6518         
6519         Runtime check for gs interpreter. Fix for the bug #320868.
6520         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6521
6522 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6523
6524         * shell/ev-application.c: 
6525
6526         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6527         dbus>=0.60, so that the request is not queued. 
6528
6529 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6530
6531         * configure.ac:
6532         * shell/Makefile.am:
6533         * shell/ev-sidebar-links.c: (print_section_cb):
6534         * shell/ev-utils.c:
6535         * shell/ev-utils.h:
6536         * shell/ev-window.c: (update_action_sensitivity),
6537         (ev_window_close_dialogs), (ev_window_print):
6538         * shell/ev-window.h:
6539         
6540         Make printing support optional. Patch from Eduardo de Barros Lima
6541         <eduardo.lima@indt.org.br> for the bug #330546.
6542
6543 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6544
6545         * shell/ev-view-private.h:
6546         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6547         (ev_view_set_document):
6548         * shell/ev-view.h:
6549         * shell/ev-window.c: (ev_window_load_job_cb),
6550         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6551         (ev_window_init):
6552
6553         Draw Loading message during xfer job. Fix for the bug #329495.
6554
6555 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6556
6557         * comics/comics-document.c: (comics_regex_quote),
6558         (comics_document_load), (extract_argv):
6559         
6560         Correcly quote regexp before passing it to unzip.
6561
6562 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6563
6564         * shell/ev-page-cache.c: (build_height_to_page),
6565         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6566         (ev_page_cache_get_dual_even_left):
6567         * shell/ev-page-cache.h:
6568         * shell/ev-view.c: (view_update_range_and_current_page),
6569         (get_page_y_offset), (get_page_extents):
6570         
6571         Place even pages to the left if document has less then
6572         two pages. Fix for the bug #328856.
6573
6574 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6575
6576         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6577         
6578         Correct comics scheme. This make evince create thumbnails
6579         for comic books. Fix for the bug 329088.
6580
6581 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6582
6583         * data/evince-password.glade: Don't explicitly set
6584         invisible_char to the current default value in case
6585         the default changes; let GTK+ do its magic.
6586
6587 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6588
6589         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6590         real filename to tmp filename since often document
6591         type is determined by extension.
6592
6593 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6594
6595         * shell/ev-view.c: (add_scroll_binding_keypad),
6596         (ev_view_binding_activated), (ev_view_class_init):
6597         
6598         Add keybindings for percision-scrolling of display area. 
6599         Fix for the bug #314072.
6600
6601 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6602
6603         * data/evince.desktop.in.in:
6604         
6605         Add GTK to the list of categories. Fix for the bug #328034.
6606
6607 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6608
6609         * shell/ev-application.c: (ev_application_shutdown),
6610         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6611         * shell/ev-application.h:
6612         * shell/ev-window.c: (file_open_dialog_response_cb),
6613         (ev_window_cmd_file_open):
6614         
6615         Save last uri in file chooser dialog. Fix for the bug #327950.
6616
6617 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6618
6619         * NEWS:
6620         * README:
6621         
6622         Final update for release 0.5.0
6623         
6624         * shell/Makefile.am:
6625         
6626         Remove disable deprecated until we'll require libgnome-2.13.7
6627         and port to GOption argument parsing. See bug 327518.
6628
6629 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6630
6631         * comics/comics-document.c: (comics_document_save):
6632         * djvu/djvu-document.c: (djvu_document_save):
6633         * dvi/dvi-document.c: (dvi_document_save):
6634         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6635         * lib/ev-file-helpers.h:
6636         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6637         * tiff/tiff-document.c: (tiff_document_save):
6638         
6639         Use common save function for backends.
6640
6641 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6642
6643         * backend/ev-document-types.c:
6644         
6645         Fix crash on saving pixbuf.
6646
6647 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6648
6649         * cut-n-paste/recent-files/egg-recent-item.c:
6650         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6651         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6652         (parse_info_free), (valid_element), (start_element_handler),
6653         (end_element_handler), (text_handler), (egg_recent_model_filter),
6654         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6655         (egg_recent_model_monitor), (egg_recent_model_read),
6656         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6657         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6658         (egg_recent_model_set_property), (egg_recent_model_class_init),
6659         (egg_recent_model_init), (egg_recent_model_add_full),
6660         (egg_recent_model_delete), (egg_recent_model_get_list),
6661         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6662         (egg_recent_model_set_filter_mime_types),
6663         (egg_recent_model_clear_group_filter),
6664         (egg_recent_model_set_filter_groups),
6665         (egg_recent_model_clear_scheme_filter),
6666         (egg_recent_model_set_filter_uri_schemes),
6667         (egg_recent_model_remove_expired):
6668         * cut-n-paste/recent-files/egg-recent-util.c:
6669         (egg_recent_util_get_icon):
6670         * cut-n-paste/recent-files/egg-recent-util.h:
6671         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6672         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
6673         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
6674         (egg_recent_view_uimanager_set_property),
6675         (egg_recent_view_uimanager_get_property),
6676         (egg_recent_view_uimanager_class_init),
6677         (egg_recent_view_uimanager_init),
6678         (egg_recent_view_uimanager_set_label_width),
6679         (egg_recent_view_uimanager_get_label_width):
6680         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6681         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6682         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6683         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6684         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6685         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6686         
6687         Update from libegg.
6688
6689 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6690
6691         * shell/ev-page-cache.c: (build_height_to_page),
6692         (ev_page_cache_get_height_to_page):
6693         * shell/ev-page-cache.h:
6694         * shell/ev-view.c: (view_update_range_and_current_page),
6695         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
6696         (ev_view_previous_page):
6697         
6698         Dual mode places even pages to the left. Fix for the bug #309393.
6699
6700         * shell/ev-view.h:
6701         * shell/ev-window.c: (update_action_sensitivity),
6702         (setup_view_from_metadata), (view_menu_popup_cb):
6703         
6704         Don't restore presentation in empty windows, more intelligent
6705         next page behaviour in dual mode.
6706
6707         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6708         (ev_pixbuf_cache_clear_job_sizes):
6709         
6710         Cleanup job callback on removal. Fix for the bug #325886.
6711
6712 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6713
6714         * ps/ps.c: (psscan):
6715         
6716         Commit workaround Mozilla problem. Fix for the bug #325919
6717         
6718         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
6719         (save_item):
6720         
6721         Fix for year 2038 problem.
6722
6723 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6724
6725         * shell/ev-window.c: (setup_document_from_metadata),
6726         (ev_window_cmd_view_reload):
6727
6728         Clamp page recieved from metadata in valid values. Fix
6729         for the bug #325986.
6730
6731 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6732
6733         * MAINTAINERS: 
6734         Add MAINTAINERS as requested on desktop-devel-list.
6735
6736 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6737
6738         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
6739         (mime_type_supported_by_gdk_pixbuf),
6740         (ev_document_factory_get_mime_types),
6741         (ev_document_factory_get_all_mime_types):
6742         
6743         Don't add pixbuf mime types if pixbuf backend is disabled.
6744         
6745         * shell/ev-application.c: (ev_application_get_uri_window):
6746         
6747         Fix for the bug 325815 - unhandled MIME type message doesn't 
6748         appear a second time. 
6749         
6750         * shell/ev-document-types.c: (ev_document_types_add_filters):
6751         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
6752         (password_dialog_response), (ev_window_popup_password_dialog),
6753         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6754         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6755         (ev_window_run_presentation), (ev_window_stop_presentation),
6756         (save_sizing_mode), (ev_window_zoom_changed_cb),
6757         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6758         (ev_window_dual_mode_changed_cb),
6759         (ev_window_sidebar_current_page_changed_cb),
6760         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6761         (window_state_event_cb), (window_configure_event_cb):
6762         
6763         Cleanup additional uris holded by EvWindow.
6764
6765 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6766
6767         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
6768         (ev_view_can_previous_page), (ev_view_can_next_page):
6769         * shell/ev-view.h:
6770         * shell/ev-window.c: (update_action_sensitivity):
6771         
6772         Two page scrolling with Space and PageUp in dual mode. Second fix 
6773         for the bug #316608.
6774
6775 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6776
6777         * shell/ev-view.c: (scroll_to_current_page):
6778         
6779         Correctly clamp adjustment value. Fix for the bug
6780         #325808.
6781
6782 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6783
6784         * shell/ev-sidebar-links.c: (print_section_cb):
6785         * shell/ev-window.c: (ev_window_get_uri),
6786         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
6787         (ev_window_print_dialog_response_cb), (ev_window_print_range),
6788         (ev_window_dispose):
6789         
6790         Make print dialog non-modal. Fix for the bug #325622.
6791
6792 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6793
6794         * shell/ev-metadata-manager.c:
6795         * shell/ev-utils.c: (using_pdf_printer),
6796         (using_postscript_printer), (load_print_config_from_file),
6797         (save_print_config_to_file):
6798         * shell/ev-utils.h:
6799         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
6800         (update_sidebar_visibility), (setup_sidebar_from_metadata),
6801         (setup_view_from_metadata), (ev_window_setup_document),
6802         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6803         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6804         (ev_window_run_presentation), (ev_window_stop_presentation),
6805         (save_sizing_mode), (ev_window_zoom_changed_cb),
6806         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6807         (ev_window_dual_mode_changed_cb),
6808         (ev_window_sidebar_current_page_changed_cb),
6809         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6810         (window_state_event_cb), (window_configure_event_cb),
6811         (ev_window_init):
6812         
6813         Setting saving behaviour fixes.
6814
6815 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6816
6817         * configure.ac:
6818         
6819         Make antialiasing gs options better and allow
6820         to change them during configure. Fix for the 
6821         bug #319049.
6822
6823 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6824
6825         * shell/ev-window.c: (setup_view_from_metadata):
6826         
6827         Remember if last window was maximized. Fix for the
6828         bug #323797.
6829
6830 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
6831
6832         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
6833
6834 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6835
6836         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
6837         * shell/ev-page-action.c: (build_new_tree_cb):
6838         * shell/ev-sidebar-links.c: (links_page_num_func),
6839         (update_page_callback_foreach), (update_page_callback):
6840         * shell/ev-view.c: (scroll_to_current_page):
6841         
6842         Fix for the bug #325067 with more intelligent selection
6843         of current link in sidebar. Make sidebar handle links
6844         of FITR-like type more correctly.
6845
6846         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6847         (dvi_pixbuf_put_pixel):
6848         
6849         Fix memory consumtion with disabled alpha channel.
6850
6851 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6852
6853         * data/evince-ui.xml:
6854         * shell/ev-window.c: (view_menu_popup_cb),
6855         (ev_popup_cmd_open_link), (ev_window_init):
6856         
6857         Update context menu for internal links. Fix for the bug
6858         #325066.
6859
6860 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6861
6862         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
6863         
6864         Bind context menu to keyboard also. Fix for the bug
6865         #325065.
6866
6867 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6868
6869         * shell/ev-view.c: (selection_scroll_timeout_cb):
6870         
6871         Horizontal scroll on selection also.
6872
6873 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6874
6875         * shell/ev-metadata-manager.c: (parse_value):
6876         * shell/ev-view.c: (goto_xyz_link):
6877         
6878         Correct zoom setup and metadata save broken in 
6879         some locales.
6880
6881 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6882
6883         * shell/ev-view-private.h:
6884         * shell/ev-view.c: (scroll_to_current_page),
6885         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
6886         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
6887         (page_changed_cb), (ev_view_set_continuous),
6888         (ev_view_set_dual_page), (ev_view_set_presentation):
6889         
6890         Delay scroll until allocation to correctly position page. Fix
6891         for the bug #317334.
6892
6893 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6894
6895         * NEWS:
6896         * configure.ac:
6897         
6898         Update NEWS and require poppler 0.5.0.
6899
6900 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
6901         
6902         * data/evince-ui.xml:
6903         * shell/ev-view-private.h:
6904         * shell/ev-view.c: (ev_view_get_link_at_location),
6905         (handle_link_over_xy), (ev_view_button_press_event),
6906         (ev_view_button_release_event), (ev_view_class_init):
6907         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
6908         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
6909         (ev_window_init):
6910         
6911         Implement right-click context menu.
6912
6913 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6914
6915         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6916         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
6917         (mdvi_pixbuf_device_render):
6918         * pdf/ev-poppler.cc:
6919
6920         Don't generate thumbnails with alpha. See bug #324077.
6921         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
6922
6923 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6924
6925         * shell/ev-window.c: (setup_chrome_from_metadata):
6926         
6927         Fix typo that was hiding toolbar.
6928
6929 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6930
6931         * shell/ev-view-private.h:
6932         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
6933         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
6934         (ev_view_button_release_event), (ev_view_destroy):
6935         
6936         Small cleanup and autoscrolling during selection. Thanks to 
6937         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
6938
6939 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
6940
6941         * configure.ac:
6942         
6943         Correctly check for comics option.
6944
6945 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
6946         * Makefile.am:
6947         * configure.ac:
6948         * backend/Makefile.am:
6949         * backend/ev-document-factory.c:
6950         * shell/ev-document-types.c:
6951
6952         Included option in configure to make ps backend 
6953         compilation optional with --disable-ps.
6954
6955 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6956
6957         * backend/ev-document-factory.c:
6958         * comics/Makefile.am:
6959         * comics/comics-document.c: (comics_document_load):
6960         * comics/ev-cbr-mime.xml:
6961         * configure.ac:
6962         
6963         Comics mime types are added to shared-mime-info CVS. Now
6964         we don't need to install our own mime types.
6965
6966 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6967
6968         * shell/ev-window.c:
6969         
6970         Add shortcut for "save a copy" menu entry. Fix for
6971         the bug #324582.
6972
6973 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6974
6975         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6976         (job_finished_cb), (new_selection_pixbuf_needed),
6977         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6978         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
6979         
6980         Rework selection job info logic and fix critical warning.
6981
6982 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
6983
6984         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
6985
6986 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
6987
6988         * data/evince-ui.xml:
6989         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6990         
6991         Enter as shortcut key for next page. Fix for the bug
6992         #321394.
6993
6994 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
6995
6996         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
6997
6998 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6999
7000         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7001         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7002         (new_selection_pixbuf_needed),
7003         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7004         (clear_job_selection):
7005         
7006         Too early for 0.5. Pixbuf cache code cleaned a bit.
7007
7008 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7009
7010         * NEWS:
7011         * configure.ac:
7012         
7013         Release 0.5.0 preparation
7014
7015 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7016
7017         * comics/Makefile.am:
7018         * configure.ac:
7019         * shell/ev-document-types.c: (ev_document_types_add_filters):
7020         
7021         More advanced handling of custom mime type installation.
7022
7023 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7024
7025         * data/evince.schemas.in:
7026         * shell/ev-metadata-manager.c: (value_free),
7027         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
7028         (ev_metadata_manager_get), (ev_metadata_manager_set):
7029         * shell/ev-metadata-manager.h:
7030         * shell/ev-window.c: (update_chrome_flag),
7031         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
7032         (setup_document_from_metadata), (setup_chrome_from_metadata),
7033         (setup_sidebar_from_metadata), (setup_view_from_metadata),
7034         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
7035         (ev_window_view_toolbar_cb),
7036         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
7037         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
7038         
7039         Save last document settings and reuse them for new documents.
7040
7041 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7042
7043         * Makefile.am:
7044         * backend/Makefile.am:
7045         * backend/ev-document-factory.c:
7046         * backend/ev-document-factory.h:
7047         * comics/Makefile.am:
7048         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
7049         (comics_document_load), (comics_document_save),
7050         (comics_document_get_n_pages), (comics_document_get_page_size),
7051         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
7052         (comics_document_class_init), (comics_document_can_get_text),
7053         (comics_document_get_info), (comics_document_document_iface_init),
7054         (comics_document_init), (get_supported_image_extensions),
7055         (comics_document_thumbnails_get_geometry),
7056         (comics_document_thumbnails_get_thumbnail),
7057         (comics_document_thumbnails_get_dimensions),
7058         (comics_document_document_thumbnails_iface_init), (extract_argv):
7059         * comics/comics-document.h:
7060         * comics/ev-cbr-mime.xml:
7061         * configure.ac:
7062         * po/POTFILES.in:
7063         * shell/ev-application.c: (ev_application_register_service):
7064         * shell/ev-document-types.c: (ev_document_types_add_filters):
7065         * thumbnailer/Makefile.am:
7066         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7067         
7068         New CBR/CBZ backend for comic books.
7069
7070 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7071
7072         * shell/main.c: (load_files_remote):
7073
7074         Thanks to Robert McQueen <robot101@debian.org>. Dbus
7075         warning on startup of second instance is fixed. It
7076         is bug #320353.
7077
7078 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7079
7080         * shell/ev-window.c: (ev_window_finalize):
7081         
7082         Fix double free that cause crash.
7083
7084 2005-10-29  Bastien Nocera <hadess@hadess.net>
7085
7086         * tiff/tiff-document.c: (tiff_document_load):
7087         
7088         Fix memory leak.
7089
7090 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7091
7092         * po/POTFILES.in:
7093         * shell/Makefile.am:
7094         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
7095         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
7096         (ev_view_accessible_get_text),
7097         (ev_view_accessible_get_character_at_offset),
7098         (ev_view_accessible_get_text_before_offset),
7099         (ev_view_accessible_get_text_at_offset),
7100         (ev_view_accessible_get_text_after_offset),
7101         (ev_view_accessible_get_character_count),
7102         (ev_view_accessible_get_caret_offset),
7103         (ev_view_accessible_set_caret_offset),
7104         (ev_view_accessible_get_run_attributes),
7105         (ev_view_accessible_get_default_attributes),
7106         (ev_view_accessible_get_character_extents),
7107         (ev_view_accessible_get_offset_at_point),
7108         (ev_view_accessible_get_n_selections),
7109         (ev_view_accessible_get_selection),
7110         (ev_view_accessible_add_selection),
7111         (ev_view_accessible_remove_selection),
7112         (ev_view_accessible_set_selection),
7113         (ev_view_accessible_text_iface_init),
7114         (ev_view_accessible_idle_do_action),
7115         (ev_view_accessible_action_do_action),
7116         (ev_view_accessible_action_get_n_actions),
7117         (ev_view_accessible_action_get_description),
7118         (ev_view_accessible_action_get_name),
7119         (ev_view_accessible_action_set_description),
7120         (ev_view_accessible_action_iface_init),
7121         (ev_view_accessible_get_type), (ev_view_accessible_new),
7122         (ev_view_accessible_factory_get_accessible_type),
7123         (ev_view_accessible_factory_create_accessible),
7124         (ev_view_accessible_factory_class_init),
7125         (ev_view_accessible_factory_get_type):
7126         * shell/ev-view-accessible.h:
7127         * shell/ev-view-private.h:
7128         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
7129         * shell/ev-view.h:
7130         
7131         Initial accessibility support.
7132
7133 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
7134
7135         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
7136
7137 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
7138
7139         * shell/ev-print-job.c: (idle_print_handler):
7140         
7141         Fix for bug Bug 318916: Printing multiple pages.
7142
7143 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
7144
7145         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
7146
7147 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7148
7149         * pdf/ev-poppler.cc:
7150         
7151         Thumnail dimensions unified with other backends.
7152         
7153         * shell/ev-window-title.c: (ev_window_title_update):
7154         
7155         Fix warning.
7156
7157 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7158
7159         * data/ev-stock-zoom-fit-width.png:
7160         
7161         Remove unused file.
7162
7163 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7164
7165         * configure.ac:
7166         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
7167         (djvu_document_finalize):
7168         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
7169         (dvi_document_finalize):
7170         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
7171         (pixbuf_document_save), (pixbuf_document_finalize):
7172         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
7173         (tiff_document_finalize):
7174         
7175         Save a copy implemented for various backends.
7176
7177 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
7178
7179         * configure.ac:
7180         
7181         Don't link with ltiff if tiff is disabled.
7182
7183 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7184
7185         * pdf/GDKSplashOutputDev.cc:
7186         * pdf/GDKSplashOutputDev.h:
7187         * pdf/Thumb.cc:
7188         * pdf/Thumb.h:
7189         * pdf/pdf-document.cc:
7190         * pdf/pdf-document.h:
7191         * pdf/test-gdk-output-dev.cc:
7192         
7193         Remove old unused files.
7194
7195 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7196
7197         * shell/ev-window.c: (ev_window_setup_document):
7198         
7199         Fixed warnings on reload and probably crash reason.
7200
7201 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7202
7203         * properties/ev-properties-view.c:
7204         (ev_properties_view_format_date):
7205         
7206         Check if date is invalid. Fix for bug 318134.
7207
7208 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
7209
7210         * shell/ev-window-title.c:
7211         
7212         Add .indd files (Adobe Indesign) to the list of "bad
7213         extensions".
7214
7215 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7216
7217         * data/evince-ui.xml:
7218         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7219         
7220         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
7221
7222 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7223
7224         * shell/ev-window.c: (launch_link), (launch_external_uri),
7225         (view_external_link_cb):
7226
7227         URL-escape link before passing it to gnome_vfs_url_show.
7228
7229 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7230
7231         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
7232         there isn't text selected.
7233
7234 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
7235
7236         * shell/ev-view.c: (handle_link_over_xy):
7237
7238         Check tooltip is valid utf8 before showing it
7239
7240 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7241
7242         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
7243
7244 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7245
7246         * shell/ev-window-title.c: (ev_window_title_update):
7247
7248         Guard against using g_strstrip on NULL. Fixes bug #317291.
7249
7250 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7251
7252         * pdf/ev-poppler.cc:
7253
7254         Show title even for unknown links
7255
7256 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7257
7258         * shell/ev-window-title.c: (ev_window_title_update):
7259
7260         Strip the title string
7261
7262 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7263
7264         * shell/ev-window-title.c:
7265
7266         Add .rtf to the bad extensions list
7267
7268 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7269
7270         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
7271         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
7272
7273         Ignore link coordinates if they are outside page bounds
7274
7275 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7276
7277         * backend/ev-link.c: (ev_link_type_get_type),
7278         (ev_link_get_filename), (ev_link_get_params),
7279         (ev_link_get_property), (ev_link_set_property),
7280         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
7281         * backend/ev-link.h:
7282         * pdf/ev-poppler.cc:
7283         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
7284         * shell/ev-window.c: (launch_link), (view_external_link_cb),
7285         (ev_window_init):
7286
7287         Implement launch links. Delegate external link opening to
7288         the window.
7289
7290 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7291
7292         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
7293         (ev_link_get_right), (ev_link_get_property),
7294         (ev_link_set_property), (ev_link_class_init),
7295         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
7296         * backend/ev-link.h:
7297         * pdf/ev-poppler.cc:
7298         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
7299
7300         Implement fitr links
7301
7302 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7303
7304         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
7305         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
7306         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7307         (ev_view_size_request_continuous),
7308         (ev_view_size_request_dual_page),
7309         (ev_view_size_request_single_page), (ev_view_size_allocate),
7310         (ev_view_zoom_for_size_continuous_and_dual_page),
7311         (ev_view_zoom_for_size_continuous),
7312         (ev_view_zoom_for_size_dual_page),
7313         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7314         (ev_sizing_mode_get_type):
7315         * shell/ev-view.h:
7316         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7317
7318         Do not use modes for link, we need to calculate size ad hoc.
7319         Still not perfect because of the usual scrollbar issues grrr.
7320
7321 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7322
7323         * backend/ev-link.c: (ev_link_type_get_type),
7324         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7325         * backend/ev-link.h:
7326         * pdf/ev-poppler.cc:
7327         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7328         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7329         (ev_view_size_request_continuous),
7330         (ev_view_size_request_dual_page),
7331         (ev_view_size_request_single_page), (ev_view_size_allocate),
7332         (zoom_for_size_fit_height),
7333         (ev_view_zoom_for_size_continuous_and_dual_page),
7334         (ev_view_zoom_for_size_continuous),
7335         (ev_view_zoom_for_size_dual_page),
7336         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7337         (ev_sizing_mode_get_type):
7338         * shell/ev-view.h:
7339         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7340
7341         Implement FIT_HEIGHT mode (only for links).
7342         Implement FITH links
7343
7344 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7345
7346         * shell/ev-window-title.c: (get_filename_from_uri),
7347         (ev_window_title_sanitize_extension), (ev_window_title_update),
7348         (ev_window_title_set_document), (ev_window_title_set_uri),
7349         (ev_window_title_free):
7350         * shell/ev-window-title.h:
7351         * shell/ev-window.c: (ev_window_setup_document),
7352         (ev_window_popup_password_dialog):
7353
7354         Refactor window title building while fixing it for
7355         password documents.
7356
7357 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7358
7359         * pdf/ev-poppler.cc:
7360
7361         Escape link title before setting it in the model
7362
7363 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7364
7365         * shell/ev-application.c: (removed_from_session), (save_session),
7366         (init_session), (ev_application_get_empty_window),
7367         (ev_application_init), (ev_application_get_windows):
7368         * shell/ev-application.h:
7369         * shell/ev-window.c: (ev_window_finalize):
7370
7371         Add a function to retrieve window list and share it where
7372         necessary.
7373         Implement session handling, works pretty well thanks to the
7374         metadata system.
7375
7376 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7377
7378         * shell/ev-password.c: (ev_password_item_created_callback),
7379         (ev_password_dialog_save_password):
7380         
7381         Fix for bug 316972. Use async gnome-keyring API.
7382
7383 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7384
7385         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7386         Remove unused unrealize handler. Add scroll handling to
7387         ev_view_scroll_event for presentation mode (bug #316708),
7388         and fix the event state checks there.
7389
7390 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7391
7392         * shell/ev-page-action.c: (page_changed_cb):
7393
7394         "marco, maybe we should be crazy and jump right to 6! :)"
7395
7396         Bryan Clark, Sep 2005
7397
7398 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7399
7400         * ps/ps-document.c: (save_document), (ps_document_save),
7401         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7402         (ps_document_ps_export_end):
7403
7404         Fix unstructured documents save and print
7405
7406 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7407
7408         * shell/ev-application.c: (ev_application_open_uri):
7409
7410         Fix window size persistance
7411
7412 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7413
7414         * shell/ev-view.c: (ev_view_button_release_event):
7415
7416         Based on a patch from carlosgc@gnome.org. Mouse buttons
7417         switch pages in presentation mode.
7418
7419 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7420
7421         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7422
7423         Dont cast to int before scaling
7424
7425 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7426
7427         * backend/ev-link.c: (ev_link_type_get_type),
7428         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7429         (ev_link_new_page_fith):
7430         * backend/ev-link.h:
7431         * pdf/ev-poppler.cc:
7432         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7433
7434         Implement FIT and FITH links
7435
7436 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7437
7438         * pdf/ev-poppler.cc:
7439
7440         Return 0 results when search is not in progress.
7441
7442         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7443         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7444
7445         Update menu sensitivity when cancelling search
7446
7447 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7448
7449         * shell/ev-view.c: (ev_view_can_find_next):
7450
7451         Take all pages in consideration, not just current one
7452
7453 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7454
7455         * shell/ev-page-cache.c:
7456         * shell/ev-page-cache.h:
7457         * shell/ev-view.c: (ev_view_binding_activated),
7458         (ev_view_next_page), (ev_view_previous_page),
7459         (ev_sizing_mode_get_type):
7460         * shell/ev-view.h:
7461         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7462         (ev_window_cmd_go_next_page):
7463
7464         Move page next/previous functions from page chace to
7465         view and change it to move by 2 page steps in dual mode.
7466
7467 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7468
7469         * shell/ev-window.c: (update_sidebar_visibility),
7470         (setup_sidebar_from_metadata), (ev_window_setup_document),
7471         (setup_view_from_metadata):
7472
7473         Show the index by default when there is one     
7474
7475 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7476
7477         * shell/ev-window-title.c: (ev_window_title_set_document):
7478
7479         Missing null check
7480
7481 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7482
7483         * shell/ev-view.c: (view_update_range_and_current_page):
7484         
7485         Allow display of last odd page in dual view. Fix for 316347.
7486
7487 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7488
7489         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7490         
7491         Make close button default. Fix for 316383.
7492
7493 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7494
7495         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7496         
7497         Mark close button as default. Fix for 316381.
7498
7499 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7500
7501         * backend/ev-link.c: (ev_link_class_init):
7502
7503         Allow negative doubles in left/top properties
7504
7505 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7506
7507         * shell/ev-window.c:
7508
7509         Remove a bunch of strings that was used only
7510         by the statusbar.
7511
7512 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7513
7514         * shell/ev-window-title.c: (get_filename_from_uri),
7515         (ev_window_title_set_document):
7516
7517         When title has a confusing extension, show also
7518         the document filename inside ()
7519
7520 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7521
7522         * shell/Makefile.am:
7523         * shell/ev-window-title.c: (ev_window_title_new),
7524         (ev_window_title_update), (ev_window_title_set_type),
7525         (ev_window_title_set_document), (ev_window_title_free):
7526         * shell/ev-window-title.h:
7527         * shell/ev-window.c: (ev_window_setup_document),
7528         (password_dialog_response), (ev_window_popup_password_dialog),
7529         (ev_window_dispose), (ev_window_init):
7530
7531         Factor out and cleanup window title code
7532
7533 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7534
7535         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7536         (unable_to_load):
7537
7538         Make dialog transient so it doesnt block other windows
7539
7540 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7541
7542         * pdf/ev-poppler.cc:
7543         
7544         Fix pdf thumbnails rendering.
7545
7546 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7547
7548         * shell/ev-window.c: (fullscreen_set_timeout):
7549         
7550         Increase timeout to hide full screen popup. Bug 
7551         316123. 
7552
7553 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7554
7555         * data/evince.schemas.in:
7556         * shell/ev-window.c: (update_action_sensitivity):
7557
7558         Allow the user to override document restrictions. Fix for bug
7559         305818.
7560
7561 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7562
7563         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7564         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7565         (ev_window_class_init): Fix multihead behaviour of fullscreen
7566         toolbar popup. Fixes bug #315451.
7567
7568 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7569
7570         * configure.ac:
7571         * data/evince-password.glade:
7572         * shell/ev-password.c: (ev_password_dialog_set_property),
7573         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7574         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7575         (ev_password_dialog_entry_changed_cb),
7576         (ev_password_dialog_entry_activated_cb),
7577         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7578         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7579         (ev_password_dialog_set_bad_pass):
7580         * shell/ev-password.h:
7581         * shell/ev-window.c: (password_dialog_response),
7582         (ev_window_popup_password_dialog):
7583         
7584         Support for gnome-keyring for encrypted PDF's.
7585
7586 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7587
7588         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7589         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7590         (ev_view_enter_notify_event), (ev_view_class_init):
7591         
7592         More precise handling of enter_notify/leave_notify events
7593         in EvView. Fix for bug 315470.
7594
7595 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7596
7597         * shell/ev-window.c: (fullscreen_timeout_cb),
7598         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7599         (ev_window_dispose):
7600
7601         leak fix: unref fullscreen_timeout_source before clearing it
7602
7603 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7604
7605         * configure.ac, dvi/mdvi/Makefile.am: 
7606         
7607         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7608
7609 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7610
7611         * backend/ev-link.c: (ev_link_new_page_xyz):
7612         * pdf/ev-poppler.cc:
7613         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7614
7615         Fix some bugs with xyz links, respect zoom
7616
7617 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7618
7619         * shell/ev-window.c: (page_changed_cb),
7620         (setup_document_from_metadata), (update_sidebar_visibility),
7621         (setup_view_from_metadata), (ev_window_run_fullscreen),
7622         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7623         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7624         (ev_window_dual_mode_changed_cb),
7625         (ev_window_sidebar_current_page_changed_cb):
7626
7627         null check uri before setting and getting metadata
7628
7629 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7630
7631         * dvi/Makefile.am:
7632         * properties/Makefile.am:
7633         * shell/Makefile.am:
7634         * thumbnailer/Makefile.am:
7635
7636         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7637
7638 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7639
7640         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7641         (selection_changed_callback):
7642         * shell/ev-sidebar-links.h:
7643
7644         Add a signal for link activation.
7645
7646         * shell/ev-view.c: (ev_view_goto_link),
7647         (ev_view_button_release_event):
7648         * shell/ev-view.h:
7649         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7650         (ev_window_init):
7651
7652         Implement the signal so that we can handle all link types.
7653
7654         * shell/ev-page-cache.c:
7655
7656         Remove unused set_link function
7657
7658 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7659
7660         * lib/ev-tooltip.c: (ev_tooltip_set_position):
7661
7662         Add some space from the cursor, hardcoded but I couldnt
7663         find a better way.
7664
7665 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7666
7667         * lib/ev-tooltip.c:
7668
7669         Use mozilla style vs gtk style, way better for links.
7670
7671         * shell/ev-view.c: (ev_view_motion_notify_event),
7672         (ev_view_destroy), (ev_view_init):
7673
7674         Deactive tooltip when the link hovered is changed.
7675
7676 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7677
7678         * backend/ev-document.h:
7679         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
7680         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
7681         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7682         (ev_link_new_page), (ev_link_new_page_xyz):
7683         * backend/ev-link.h:
7684         * pdf/ev-poppler.cc:
7685         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
7686         (go_to_link), (tip_from_link):
7687
7688         Implement xyz links, still not functional. Links are a total
7689         mess, will need to refactor and bugfix a lot :(
7690
7691 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
7692
7693         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
7694
7695 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
7696
7697         * data/evince-ui.xml:
7698         * data/evince.schemas.in:
7699         * shell/Makefile.am:
7700         * shell/ev-window.c: (update_chrome_visibility),
7701         (password_dialog_response), (ev_window_load_job_cb),
7702         (ev_window_xfer_job_cb), (ev_window_open_uri),
7703         (ev_window_class_init), (set_chrome_actions), (load_chrome),
7704         (ev_window_init):
7705
7706         Remove the statusbar. This regress loading feedback, need to
7707         check with Bryan what we want to do there...
7708
7709 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7710
7711         * lib/ev-tooltip.c: (ev_tooltip_init):
7712
7713         Fix tooltip border and size handling
7714
7715 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7716
7717         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
7718         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
7719         (ev_tooltip_timeout), (ev_tooltip_activate),
7720         (ev_tooltip_deactivate):
7721         * lib/ev-tooltip.h:
7722         * shell/ev-view.c: (ev_view_motion_notify_event):
7723
7724         Delay popup showing. Mirror gtk logic/times.
7725
7726 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
7727
7728         * lib/Makefile.am:
7729         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
7730         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
7731         (ev_tooltip_set_text), (ev_tooltip_set_position):
7732         * lib/ev-tooltip.h:
7733
7734         Simple widget to show tooltips at a custom position
7735
7736         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
7737         (ev_view_destroy):
7738
7739         Use it for links. First go, needs work
7740
7741 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
7742
7743         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
7744         HIG fixes.  Use title capitalization for window title. Use 12 
7745         pixels of space between the dialog's vbox and action area.
7746
7747 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7748
7749         * shell/ev-window.c: (file_open_dialog_response_cb),
7750         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
7751         (ev_window_cmd_save_as):
7752
7753         Make file pickers not modal and refactor code some
7754
7755 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7756
7757         * shell/ev-sidebar.h:
7758         * shell/ev-sidebar.c: (ev_sidebar_set_property),
7759         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
7760         (ev_sidebar_class_init), (ev_sidebar_select_page),
7761         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
7762         (ev_sidebar_set_page):
7763
7764         Add a current page property and allow to get/set it
7765
7766         * shell/ev-window.c: (setup_view_from_metadata),
7767         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
7768
7769         Persist current sidebar page per document
7770
7771 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7772
7773         * data/evince.schemas.in:
7774         * shell/ev-window.c: (update_chrome_visibility),
7775         (setup_document_from_metadata), (update_sidebar_visibility),
7776         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
7777         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7778         (ev_window_run_presentation), (ev_window_stop_presentation),
7779         (ev_window_view_sidebar_cb),
7780         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
7781         (load_chrome), (ev_window_init):
7782
7783         Persist size/visibility of sidebar per document
7784
7785 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
7786
7787         * shell/ev-view.c (draw_loading_text): Draw loading text.
7788
7789 2005-09-02  Dan Damian  <dand@gnome.ro>
7790
7791         * configure.in: Added "ro" to ALL_LINGUAS.
7792
7793 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7794
7795         * shell/ev-view.c: (clear_caches):
7796
7797         ev_page_cache_get doesnt return a reference,
7798         dont try to unref it.
7799
7800 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7801
7802         * shell/main.c: (load_files_remote):
7803
7804         Fix timestamp parameter with dbus <= 0.33
7805
7806 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
7807
7808         * data/evince.schemas.in:
7809
7810         Add missing full stop
7811
7812 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
7813
7814         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
7815         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
7816
7817         Plug some memory leaks
7818
7819 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
7820
7821         * configure.ac:
7822         * lib/ev-debug.c: (trap_handler):
7823
7824         Check for execinfo.h and use it only if it exists.
7825         Ported from Epiphany (bug #314776).
7826
7827 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
7828
7829         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
7830
7831 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
7832
7833         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
7834         * po/id.po      : Added Indonesian translation
7835
7836 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
7837
7838         * shell/main.c:
7839         * shell/ev-application.c: Last minute GTK-2.6 fixes.
7840         * NEWS: Release 0.4.0
7841
7842 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
7843
7844         * configure.ac: catch another gtk+-2.8ism
7845         * shell/main.c: Make work with gtk+-2.6
7846
7847 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
7848
7849         * shell/ev-application-service.xml: Add 'timestamp' argument to
7850           ev_application_open_window and ev_application_open_uri methods.
7851
7852         * shell/ev-application.h: Add 'timestamp' argument to
7853           ev_application_open_window, ev_application_open_uri,
7854           and ev_application_open_uri_list functions.
7855
7856         * shell/ev-application.c (ev_application_open_window,
7857           ev_application_open_uri, ev_application_open_uri_list): Change
7858           functions that show/present windows to use a timestamp if one
7859           is passed in.
7860
7861         * shell/ev-window.c (ev_window_cmd_file_open,
7862           ev_window_cmd_recent_file_activate, drag_data_received_cb):
7863         * shell/main.c (load_files): Modify calls to ev_application to
7864           include GDK_CURRENT_TIME as timestamp.
7865
7866         * shell/main.c (load_files_remote): Obtain timestamp for client
7867           instance from GDK and pass to server instance so new windows are
7868           focused properly.  Fix dbus_g_proxy_call() calls by including second
7869           G_TYPE_INVALID.
7870           
7871         Closes bug #314475.
7872
7873 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
7874
7875         * shell/ev-window.c (ev_window_finalize): Check for
7876         avail. EvWindows when quiting to handle the finalize better,
7877         #314497
7878
7879 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7880         
7881         * properties/ev-properties-view.c: 
7882         
7883         Set textdomain to libglade. Fixes translation problem in property page.
7884
7885 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7886
7887         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7888         * dvi/Makefile.am:
7889         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
7890         * dvi/mdvi-lib/Makefile.am:
7891         
7892         Fix rotation of thumbnails, ported to new API. Moved library
7893         dependencies earlier, probably it will fix linkage problem.
7894
7895 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
7896
7897         * backend/ev-document-misc.c:
7898         (ev_document_misc_get_thumbnail_frame):
7899         * backend/ev-document-misc.h:
7900         * configure.ac:
7901         * pdf/ev-poppler.cc:
7902         * shell/Makefile.am:
7903         * shell/ev-sidebar-thumbnails.c: (add_range),
7904         (ev_sidebar_thumbnails_set_loading_icon),
7905         (ev_sidebar_thumbnails_refresh),
7906         (ev_sidebar_thumbnails_set_document):
7907         * shell/ev-sidebar-thumbnails.h:
7908         * shell/ev-view.c: (ev_view_motion_notify_event),
7909         (ev_view_set_property), (ev_view_get_property),
7910         (ev_view_class_init), (ev_view_set_rotation):
7911         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7912         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
7913         (ev_window_init):
7914         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
7915         Redo rotation (again).  prepare for 0.4.0
7916
7917 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
7918
7919         * configure.ac: Bump poppler requirement to 0.4.1.
7920
7921         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
7922         argument to poppler_page_render_selection() call.
7923
7924 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7925
7926         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
7927         (djvu_document_thumbnails_get_thumbnail):
7928         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
7929         (dvi_document_thumbnails_get_thumbnail):
7930         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
7931         (pixbuf_document_thumbnails_get_thumbnail):
7932         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
7933         
7934         Update rotation direction of backends to fit with pdf and ps.
7935
7936 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
7937
7938         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
7939         * backend/ev-async-renderer.h:
7940         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
7941         (setup_page), (ps_document_get_page_size),
7942         (ps_async_renderer_render_pixbuf):
7943         * ps/ps-document.h:
7944         * shell/ev-jobs.c: (ev_job_render_run):
7945
7946         Fix orientation in the postscript document
7947
7948 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
7949
7950         * pdf/ev-poppler.cc:
7951         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
7952         * shell/ev-view.c: (highlight_find_results):
7953
7954         Adapt to the new poppler rotation API. Fix text maps on landscape
7955         documents.
7956
7957 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
7958
7959         * shell/ev-view.c (compute_new_selection_text): get the correct
7960         region when selecting in modes other than continuous.
7961
7962 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7963
7964         * shell/main.c (main): remove redundant g_warnings.
7965
7966 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7967
7968         * shell/Makefile.am: Don't include autogenerated
7969         file ev-application-service.h into distribution, since
7970         it causes dbus crash. Fix for bugs 313724 and 313443. 
7971
7972 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7973
7974         * configure.ac: Fix sed expression for FreeBSD. Thanks
7975         to Joe Marcus Clark <marcus@freebsd.org>
7976         
7977         * shell/eggfindbar.c: (entry_activate_callback),
7978         (entry_changed_callback), (egg_find_bar_init),
7979         (egg_find_bar_set_search_string):
7980         
7981         Made findbar buttons unsensitive if there is no text in
7982         entry. Fix for the bug 313285.
7983
7984 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
7985
7986         * ps/ps-document.c: Use g_filename_display_name for displaying
7987         filenames and revert string freeze breackage
7988
7989 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
7990
7991         * NEWS:
7992         * configure.ac:
7993
7994         Update for 0.3.4
7995
7996         * shell/Makefile.am:
7997
7998         Add ev-application-service.xml to extra dist
7999
8000         * shell/ev-view.c: (find_page_at_location):
8001
8002         Remove unused function (fix warning)
8003
8004 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8005
8006         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
8007         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
8008         
8009         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
8010         bug 313623.
8011
8012 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8013
8014         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
8015         * shell/ev-window.c:
8016         Fix build warnings
8017
8018 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8019
8020         * configure.ac: Update script to get dbus version.
8021         Fix for the bug #313443.
8022
8023 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8024
8025         * shell/ev-window.c: (ev_window_cmd_escape):
8026         
8027         Return focus back to view on escape. Fix for bug 313295.
8028
8029 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8030
8031         * shell/ev-window.c: (update_window_title),
8032         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
8033         (ev_window_cmd_save_as):
8034         
8035         Correct conversion from uri to displayable string. Fix for
8036         bug 313296.
8037
8038 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
8039
8040         * ps/ps-document.c: convert filename to utf8 when there is an error
8041         loading document. Fixes #309915
8042
8043 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
8044
8045         * configure.ac:
8046
8047         We depend on poppler 0.4.0
8048
8049 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
8050
8051         * configure.ac:
8052         * NEWS: Release 0.3.3.
8053         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
8054
8055 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
8056
8057         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
8058         add a couple missing mnemonics to menu items, use title 
8059         capitalization for menu items and window titles, and add 
8060         ellipsis to open menu item.     
8061
8062 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
8063
8064         * pdf/ev-poppler.cc:
8065         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
8066         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
8067         (ev_view_get_rotation):
8068         * shell/ev-view.h:
8069         * shell/ev-window.c: (setup_view_from_metadata),
8070         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
8071         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
8072         disk.
8073
8074 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
8075
8076         * configure.ac: Added tr to ALL_LINGUAS
8077
8078 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8079
8080         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
8081         requires several clicks to find word. Thanks to 
8082         Colin Slater <kiltedtaco@gmail.com>.
8083
8084 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
8085
8086         * data/evince.desktop.in.in: Hide menu entry and
8087         rename it to "Document Viewer". Fix for bug 
8088         #312399.
8089
8090 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
8091
8092         * shell/ev-page-action.c (ev_page_action_class_init): 
8093
8094         Point to the correct function in constructor of the
8095         activate_label signal
8096
8097 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
8098
8099         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8100         * shell/ev-jobs.h: Make thread safe.
8101
8102 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8103
8104         * shell/ev-view.c: (view_update_range_and_current_page):
8105         Don't update page range if we are scrolling to some document
8106         point.
8107
8108 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8109
8110         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
8111         when getting max_page_width, fix drawing in dual mode.
8112
8113 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
8114
8115         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
8116         getting the area for select_all.
8117
8118 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
8119
8120         * backend/ev-selection.c: (ev_selection_render_selection):
8121         * backend/ev-selection.h:
8122         * pdf/ev-poppler.cc:
8123         * shell/ev-jobs.c: (ev_job_render_new):
8124         * shell/ev-jobs.h:
8125         * shell/ev-pixbuf-cache.c: (get_selection_colors),
8126         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
8127         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
8128         (ev_view_class_init):
8129
8130         Change selection color on focus in and focus out events.  Also,
8131         poppler now uses GdkColor for specifying the selection colors, so
8132         drop some awkward conversion code.
8133
8134 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
8135
8136         * configure.ac: Added Hebrew translation
8137
8138 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
8139
8140         * NOTES:
8141         * backend/ev-selection.c: (ev_selection_render_selection):
8142         * backend/ev-selection.h:
8143         * pdf/ev-poppler.cc:
8144         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
8145         (ev_job_render_run):
8146         * shell/ev-jobs.h:
8147         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8148         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
8149         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
8150         (ev_pixbuf_cache_style_changed),
8151         (ev_pixbuf_cache_get_selection_pixbuf),
8152         (ev_pixbuf_cache_set_selection_list),
8153         (ev_pixbuf_cache_get_selection_list):
8154         * shell/ev-pixbuf-cache.h:
8155         * shell/ev-utils.c: (ev_print_region_contents):
8156         * shell/ev-utils.h:
8157         * shell/ev-view.c: (ev_view_queue_draw_page),
8158         (selection_update_idle_cb), (ev_view_motion_notify_event),
8159         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
8160         (setup_caches), (ev_view_find_next), (merge_selection_region),
8161         (selection_free):
8162         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
8163
8164         Clean up selection to be much smoother!
8165
8166 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
8167
8168         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
8169         to poppler_page_render_selection().
8170
8171 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8172
8173         * ps/ps-document.c: (save_page_list): Use
8174         unzipped document when printing. Thanks to 
8175         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
8176         311016.
8177
8178 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8179
8180         * shell/ev-window.c: (update_action_sensitivity):
8181         
8182         Disable print and save respect to lockdown gconf keys. Fix
8183         for 312342.
8184
8185 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8186
8187         * configure.ac:
8188         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
8189         (write_to_temp_file), (ev_file_set_contents):
8190         * shell/ev-utils.h:
8191         * shell/ev-window.c: (save_print_config_to_file):
8192         
8193         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
8194         Fix for bug 312238
8195
8196 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
8197
8198         * shell/ev-window.c: (load_print_config_from_file),
8199         (save_print_config_to_file), (ev_window_print_range):
8200
8201         Persist the print settings. Fixes bug #311578.
8202
8203 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8204
8205         * djvu/djvu-document.c: (djvu_document_get_page_size),
8206         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
8207         (djvu_document_thumbnails_get_thumbnail):
8208         * dvi/dvi-document.c: (dvi_document_get_page_size),
8209         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
8210         (dvi_document_thumbnails_get_dimensions),
8211         (dvi_document_thumbnails_get_thumbnail):
8212         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
8213         (pixbuf_document_render_pixbuf),
8214         (pixbuf_document_document_iface_init),
8215         (pixbuf_document_thumbnails_get_thumbnail):
8216         
8217         Update backends to make them build with new rotation system.
8218
8219 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8220
8221         * help/C/figures/evince_start_window.png:
8222         
8223         Update documentation image from Luca Ferretti <elle.uca@libero.it>
8224
8225 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
8226
8227         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
8228         * shell/ev-pixbuf-cache.h:
8229         * shell/ev-sidebar-thumbnails.c:
8230         (ev_sidebar_thumbnails_get_property), (add_range),
8231         (adjustment_changed_cb):
8232         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
8233         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
8234         we were thumbnailing the entire docment on startup, slowing us
8235         down hugely. 
8236
8237 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
8238
8239         * shell/ev-page-cache.c: (ev_page_cache_new):
8240         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
8241         == 0, fixes #310306.
8242
8243 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8244
8245         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
8246         (ev_view_rotate_left):
8247
8248         Account rotation in doc_rect_to_view_rect.
8249         Ensure rotation doesnt go out of bounds.
8250
8251 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8252
8253         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8254
8255         Correct and cleanup w/h swapping
8256
8257 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8258
8259         * backend/ev-document-thumbnails.c:
8260         (ev_document_thumbnails_get_thumbnail):
8261         * backend/ev-document-thumbnails.h:
8262         * backend/ev-document.c:
8263         * backend/ev-document.h:
8264         * backend/ev-render-context.c: (ev_render_context_new),
8265         (ev_render_context_set_rotation):
8266         * backend/ev-render-context.h:
8267         * pdf/ev-poppler.cc:
8268         * ps/ps-document.c: (ps_document_document_iface_init):
8269         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8270         * shell/ev-jobs.h:
8271         * shell/ev-page-cache.c: (build_height_to_page),
8272         (ev_page_cache_new), (ev_page_cache_get_size),
8273         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8274         (ev_page_cache_get_height_to_page):
8275         * shell/ev-page-cache.h:
8276         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8277         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8278         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
8279         (ev_pixbuf_cache_get_selection_pixbuf):
8280         * shell/ev-pixbuf-cache.h:
8281         * shell/ev-print-job.c: (idle_print_handler):
8282         * shell/ev-sidebar-thumbnails.c: (add_range):
8283         * shell/ev-view.c: (view_update_range_and_current_page),
8284         (get_page_y_offset), (get_page_extents),
8285         (ev_view_size_request_continuous_dual_page),
8286         (ev_view_size_request_continuous),
8287         (ev_view_size_request_dual_page),
8288         (ev_view_size_request_single_page), (draw_one_page),
8289         (ev_view_set_rotation), (ev_view_rotate_right),
8290         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8291         (ev_view_zoom_for_size_continuous_and_dual_page),
8292         (ev_view_zoom_for_size_continuous),
8293         (ev_view_zoom_for_size_dual_page),
8294         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8295         (ev_view_select_all):
8296         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8297         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
8298         (tiff_document_document_iface_init),
8299         (tiff_document_thumbnails_get_thumbnail):
8300
8301         Use rotation rather than orientation. It's easier and enough
8302         for our needs.
8303
8304 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8305
8306         * shell/ev-page-cache.c: (build_height_to_page),
8307         (ev_page_cache_new), (ev_page_cache_get_size),
8308         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8309         (ev_page_cache_get_height_to_page):
8310         * shell/ev-page-cache.h:
8311         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8312         (ev_view_size_request_continuous_dual_page),
8313         (ev_view_size_request_continuous),
8314         (ev_view_zoom_for_size_continuous_and_dual_page),
8315         (ev_view_zoom_for_size_continuous):
8316
8317         Make the page cache aware of page orientation.
8318
8319 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8320
8321         * backend/ev-document-thumbnails.c:
8322         (ev_document_thumbnails_get_thumbnail):
8323         * backend/ev-document-thumbnails.h:
8324         * backend/ev-document.c:
8325         * backend/ev-document.h:
8326         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8327         * backend/ev-ps-exporter.h:
8328         * pdf/ev-poppler.cc:
8329         * ps/ps-document.c: (ps_document_document_iface_init),
8330         (ps_document_ps_export_do_page):
8331         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8332         * shell/ev-jobs.h:
8333         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8334         (ev_page_cache_get):
8335         * shell/ev-page-cache.h:
8336         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8337         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8338         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8339         * shell/ev-pixbuf-cache.h:
8340         * shell/ev-print-job.c: (idle_print_handler):
8341         * shell/ev-sidebar-thumbnails.c: (add_range):
8342         * shell/ev-view.c: (view_update_range_and_current_page),
8343         (get_page_extents), (ev_view_size_request_dual_page),
8344         (ev_view_size_request_single_page), (draw_one_page),
8345         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8346         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8347         (ev_view_zoom_for_size_dual_page),
8348         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8349         (ev_view_select_all):
8350         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8351         * tiff/tiff-document.c: (tiff_document_get_page_size),
8352         (tiff_document_get_orientation), (rotate_pixbuf),
8353         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8354         (tiff_document_thumbnails_get_thumbnail),
8355         (tiff_document_ps_export_do_page), (tiff_document_init):
8356
8357         Really make use of the orientation bit of the render context.
8358         Use the render context in a few more places in the backend API.
8359         This regress orientation, but now it's done right. Will try to
8360         fix it up asap...
8361
8362 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8363
8364         * shell/ev-view.c: (ensure_rectangle_is_visible):
8365
8366         Patch by Nickolay V. Shmyrev to fix find flickering
8367
8368 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8369
8370         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8371         duplex parameters to ::begin.
8372
8373         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8374         * shell/ev-print-job.c (idle_print_handler): 
8375         * ps/ps-document.c (ps_document_ps_export_begin): 
8376         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8377         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8378         implementations. Poppler backend needs poppler cvs. Rest has
8379         unchanged behavior.
8380
8381 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8382
8383         * shell/ev-window.c (using_pdf_printer): new function.
8384         (ev_window_print_range): print a less techy message if someone
8385         tries to print to PDF.
8386
8387 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8388
8389         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8390         from "unknown font" string. Bug #311431
8391
8392 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8393
8394         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8395
8396 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8397
8398         Bug #311280
8399         
8400         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8401         name for PopplerFontTypes
8402         (pdf_document_fonts_fill_model): add font type to the detail column
8403
8404         * backend/ev-document-fonts.h: added
8405         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8406
8407         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8408         font name and font details, add a little markup.
8409         (ev_properties_fonts_init): use the new cell data func, specify ypad
8410         property for the cell renderer.
8411         (ev_properties_fonts_set_document): add the details column.
8412
8413 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8414
8415         * configure.ac: Added "pl" to ALL_LINGUAS.
8416
8417 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8418
8419         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8420
8421 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8422
8423         * help/ChangeLog: Started this for translations of manual.
8424         * configure.ac, autogen.sh, .cvsignore: Migrated to
8425         gnome-doc-utils. Patch in bug #311222.
8426
8427 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8428
8429         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8430         #ifdef this away to fix an unused-function warning.
8431
8432 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8433
8434         * configure.ac: Added 'gl' to ALL_LINGUAS.
8435
8436 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8437
8438         * configure.ac: Added ne in ALL_LINGUAS
8439         
8440 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8441
8442         * shell/ev-view.c: (ev_view_leave_notify_event):
8443         
8444         Clear status message when pointer leaves view. Fix for bug
8445         #310818 
8446
8447 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8448
8449         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8450
8451 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8452
8453         * shell/ev-view.c: (ev_view_leave_notify_event),
8454         (ev_view_class_init):
8455         
8456         Set cursor to normal then leaving view.
8457
8458 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8459
8460         * configure.ac:
8461         
8462         Fix required djvulibre version.
8463
8464 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8465
8466         *configure.ac: Hindi (hi) language added
8467
8468 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8469
8470         *configure.ac: Punjabi (pa) Language added
8471
8472 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8473
8474         * data/evince-ui.xml, shell/ev-window.c:
8475         
8476         Add keypad accelerators for zooming. Fix for bug 308128.
8477
8478 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8479
8480         * Makefile.am:
8481         * backend/Makefile.am:
8482         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8483         * configure.ac:
8484         * shell/ev-document-types.c: (ev_document_types_add_filters):
8485
8486         Allow to enable/disable the pixbuf backend.
8487         Default to off for now. If we want it enabled we should
8488         really put mime types in the desktop, implement properties etc.
8489
8490         * properties/evince-properties.c:
8491
8492         Initialize error to NULL.
8493         Check error is not NULL before freeing.
8494
8495 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8496
8497         * shell/ev-window.c:
8498
8499         Use F5 as presentation accell
8500
8501 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8502
8503         * shell/ev-window.c: (update_chrome_visibility),
8504         (ev_window_create_fullscreen_popup), (ev_window_init):
8505
8506         Do not leak the fullscreen toolbar
8507
8508 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8509
8510         * shell/ev-window.c: (view_actions_focus_in_cb),
8511         (view_actions_focus_out_cb):
8512
8513         These has a return value! Fix totally random focus
8514         issues we was seeing.
8515
8516 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8517
8518         * shell/main.c: (load_files_remote):
8519
8520         Allow open more than one file
8521
8522 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8523
8524         * shell/main.c: (load_files_remote):
8525
8526         Fix for dbus 0.33. bug #309975
8527
8528 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8529
8530         * properties/ev-properties-main.c: (ev_properties_get_pages):
8531
8532         Actually return NULL for types we dont support
8533
8534 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8535
8536         * po/POTFILES.in:
8537
8538         Remove empty lines.
8539
8540 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8541
8542         * backend/ev-document-factory.c:
8543         (ev_document_factory_get_document):
8544
8545         Do not try to create the object if type
8546         is invalid.
8547
8548 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8549
8550         * ps/ps-document.c: (ps_document_dispose),
8551         (ps_async_renderer_render_pixbuf):
8552         * ps/ps-document.h:
8553
8554         Do not leak the target window
8555
8556 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8557
8558         * shell/ev-application.c: (ev_application_init):
8559
8560         Let tbe check file existence for us.
8561         Add a comment about eggrecent mime filter.
8562
8563 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8564
8565         * data/evince-ui.xml:
8566         * shell/ev-application.c: (ev_application_shutdown),
8567         (ev_application_init), (ev_application_get_toolbars_model),
8568         (ev_application_get_recent_model),
8569         (ev_application_save_toolbars_model):
8570         * shell/ev-application.h:
8571         * shell/ev-window.c: (ev_window_add_recent),
8572         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8573         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8574         (ev_window_init):
8575
8576         Use common toolbar and recent models for all windows.
8577         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8578
8579 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8580
8581         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8582         successfully check for gtk_icon_view_get_visible_range.
8583
8584 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8585
8586         * djvu/Makefile.am:
8587         * dvi/Makefile.am:
8588         
8589         Fix djvu and dvi backend build.
8590
8591 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8592
8593         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8594         (new_separator_pixbuf):
8595
8596         Don't leak windows.
8597
8598 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8599
8600         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8601
8602         HIGification of toolbar editor dialogue.
8603
8604 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8605
8606         * configure.ac:
8607         * shell/Makefile.am:
8608
8609         Ever build metadata manager since it's just
8610         disabled at runtime now.
8611
8612 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8613
8614         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8615         (ev_metadata_manager_get), (ev_metadata_manager_set):
8616         * shell/ev-metadata-manager.h:
8617
8618         Add an _init functions that enabled metadata management
8619         at runtime.
8620
8621         * shell/ev-window.c: (page_changed_cb),
8622         (setup_document_from_metadata), (ev_window_setup_document),
8623         (setup_view_from_metadata), (ev_window_open_uri),
8624         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8625         (ev_window_run_presentation), (ev_window_stop_presentation),
8626         (save_sizing_mode), (ev_window_zoom_changed_cb),
8627         (ev_window_continuous_changed_cb),
8628         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8629         (window_configure_event_cb):
8630
8631         Remove all ugly metadata define since we deal with it
8632         at runtime now.
8633
8634         * shell/main.c: (load_files_remote), (main):
8635
8636         Add support for dbus cvs head. Hopefully didnt break one
8637         of the other versions now!
8638
8639         If we dont get a response from the dbus server just
8640         give up with it and not enable metadata.
8641
8642 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8643
8644         * Makefile.am:
8645         * backend/Makefile.am:
8646         * configure.ac:
8647         * cut-n-paste/recent-files/Makefile.am:
8648         * cut-n-paste/toolbar-editor/Makefile.am:
8649         * cut-n-paste/zoom-control/Makefile.am:
8650         * lib/Makefile.am:
8651         * pdf/Makefile.am:
8652         * pixbuf/Makefile.am:
8653         * properties/Makefile.am:
8654         * ps/Makefile.am:
8655         * shell/Makefile.am:
8656         * thumbnailer/Makefile.am:
8657         * tiff/Makefile.am:
8658
8659         Make frontends depend on just libev.
8660         Rework and group CFLAGS/LIBS definitions.
8661         Cleanups.
8662
8663 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8664
8665         * shell/ev-window:
8666
8667         do not unnecessarily save zoom
8668
8669         * configure.ac:
8670         * lib/ev-file-helpers.c: (ev_dot_dir):
8671         * shell/Makefile.am:
8672         * shell/dummy.cc:
8673
8674         Some cleanups
8675
8676 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8677
8678         * configure.ac:
8679         
8680         Remove unnecessary dependencies
8681
8682 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8683
8684         * properties/Makefile.am:
8685         * thumbnailer/Makefile.am:
8686         * tiff/Makefile.am:
8687
8688         Some more cleanups. Was really necessary
8689         but I probably introduced bugs, feel free
8690         to flame :)
8691
8692 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8693
8694         * backend/Makefile.am:
8695         * configure.ac:
8696         * cut-n-paste/recent-files/Makefile.am:
8697         * cut-n-paste/toolbar-editor/Makefile.am:
8698         * cut-n-paste/zoom-control/Makefile.am:
8699         * lib/Makefile.am:
8700         * pdf/Makefile.am:
8701         * pixbuf/Makefile.am:
8702         * properties/Makefile.am:
8703         * ps/Makefile.am:
8704         * shell/Makefile.am:
8705         * thumbnailer/Makefile.am:
8706         * tiff/Makefile.am:
8707
8708         Use gnome-common macros when possible.
8709         Cleanup dependencies.
8710         Actually disable deprecated where possible.
8711
8712 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8713
8714         * Makefile.am:
8715         * backend/Makefile.am:
8716         * properties/Makefile.am:
8717         * shell/Makefile.am:
8718         * thumbnailer/Makefile.am:
8719
8720         This should solve the circular dep without
8721         requiring dir reorg!
8722
8723         * shell/ev-window.c: (setup_view_from_metadata):
8724
8725         Never restore window size/position when the
8726         window is already visible.
8727
8728 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8729
8730         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
8731
8732         Return a boolean from timeout func. Fix ported from gedit.
8733
8734 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
8735
8736         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
8737
8738 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
8739
8740         * shell/ev-document-types.c: set "All Documents" as default filter in
8741         open dialog
8742
8743 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
8744
8745         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
8746         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
8747         (ev_metadata_manager_set_boolean): fix value/val thinko.
8748
8749 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8750
8751         * shell/ev-window.c: (setup_view_from_metadata),
8752         (window_state_event_cb), (window_configure_event_cb),
8753         (ev_window_init):
8754
8755         Remember window position and maximized state
8756
8757 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8758
8759         * configure.ac:
8760
8761         Fix DBUS configure checks.
8762
8763         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
8764         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
8765         (ev_metadata_manager_set_boolean):
8766
8767         Plug mem leaks.
8768
8769         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
8770         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8771         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
8772         (ev_window_continuous_changed_cb),
8773         (ev_window_dual_mode_changed_cb), (ev_window_new):
8774
8775         Fix the build without DBUS.
8776
8777 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8778
8779         * shell/ev-metadata-manager.c: (parse_value), (save_values),
8780         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
8781         (ev_metadata_manager_set_string),
8782         (ev_metadata_manager_set_boolean):
8783         * shell/ev-metadata-manager.h:
8784
8785         Add support for some more types
8786
8787         * shell/ev-view.c: (scroll_to_current_page),
8788         (ev_view_get_continuous), (ev_view_set_continuous),
8789         (ev_view_get_dual_page):
8790         * shell/ev-view.h:
8791         * shell/ev-window.c: (page_changed_cb),
8792         (setup_document_from_metadata), (ev_window_setup_document),
8793         (setup_view_from_metadata), (ev_window_open_uri),
8794         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8795         (ev_window_run_presentation), (ev_window_stop_presentation),
8796         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
8797         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
8798         (ev_window_update_dual_page_action),
8799         (ev_window_continuous_changed_cb),
8800         (ev_window_dual_mode_changed_cb), (ev_window_init):
8801
8802         Remember a bunch of view/document properties. Prolly some
8803         are still missing but it's getting interesting.
8804
8805 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
8806
8807         * configure.ac: check if dbus-binding-tool is installed. Not the
8808         case on current Ubuntu breezy, it seems.
8809
8810 2005-07-05  Luca Ferretti <elle.uca@libero.it>
8811
8812         * data/evince.desktop.in.in:
8813         
8814         Allow open uri lists and add TryExec field.
8815
8816 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8817
8818         * configure.ac:
8819
8820         Enable dbus when available, do not require a configure
8821         option.
8822
8823 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8824
8825         * configure.ac:
8826
8827         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
8828         disabled.
8829
8830 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
8831         Marco Pesenti Gritti  <mpg@redhat.com>
8832
8833         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
8834         
8835         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
8836         functions to the format required by dbus
8837
8838         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
8839         errors. Use the RPC parameters in the expected way
8840
8841 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8842
8843         * Makefile.am:
8844         * properties/Makefile.am:
8845         * properties/ev-properties-main.c: (ev_properties_get_pages):
8846
8847         Support all mime types
8848
8849         * shell/Makefile.am:
8850         * thumbnailer/Makefile.am:
8851         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
8852         (evince_thumbnail_pngenc_get):
8853
8854         Use the document factory
8855
8856 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8857
8858         * backend/Makefile.am:
8859         * backend/ev-document-factory.c:
8860         (mime_type_supported_by_gdk_pixbuf),
8861         (ev_document_type_get_from_mime),
8862         (ev_document_factory_get_document),
8863         (ev_document_factory_get_backend),
8864         (ev_document_factory_get_mime_types),
8865         (ev_document_factory_get_all_mime_types):
8866         * backend/ev-document-factory.h:
8867         * shell/Makefile.am:
8868         * shell/ev-document-types.c: (get_document_from_uri),
8869         (ev_document_types_get_document),
8870         (file_filter_add_mime_list_and_free),
8871         (ev_document_types_add_filters):
8872         * shell/ev-document-types.h:
8873         * shell/ev-job-xfer.c: (ev_job_xfer_run):
8874         * shell/ev-properties-dialog.c:
8875         (ev_properties_dialog_set_document):
8876         * shell/ev-window.c: (ev_window_cmd_file_open),
8877         (ev_window_cmd_save_as):
8878         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8879
8880         Rework document types managing to avoid code duplication
8881         and actually abstract from backend implementations.
8882         Also provide a minimal factory api that can be used by
8883         thumbnailer/properties.
8884
8885 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8886
8887         * properties/ev-properties-view.c: (ev_properties_view_set_info):
8888         Plug a mem leak.
8889         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8890         HIG spacings.
8891
8892 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8893
8894         * shell/ev-properties-dialog.c
8895         (ev_properties_dialog_set_document): only call
8896         ev_properties_fonts_set_document() if the document implements the
8897         fonts interface
8898
8899 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8900
8901         * configure.ac:
8902         * properties/Makefile.am:
8903         * properties/ev-properties-view.c:
8904         (ev_properties_view_register_type):
8905         * properties/ev-properties-view.h:
8906         * properties/ev-properties-main.h:
8907
8908         Implement nautilus plugin for properties.
8909         Works only for pdf atm, I need to rework the
8910         document types stuff to get this to work
8911         for all backends...
8912
8913 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8914
8915         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
8916         (ev_properties_fonts_set_document): use
8917         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
8918
8919 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8920
8921         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
8922         them
8923         (PlaceImage, tiff2ps_process_page): use
8924         g_ascii_dtostr to convert floats to strings in a locale-safe way.
8925
8926
8927 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8928
8929         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
8930         (main): to call gnome_authentication_manager_init. Should fix
8931         Bug #308510
8932
8933         * configure.ac: that requires libgnomeui 2.6.0.
8934
8935 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8936
8937         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8938         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
8939         use the new tiff2ps interfaces
8940
8941         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
8942         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
8943
8944         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
8945         structure instead of global variables.  Remove use of static
8946         variables in functions.
8947
8948 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
8949
8950         * shell/ev-page-action.c: unref the completion after setting it to the
8951         entry
8952
8953 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8954
8955         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
8956         postscript files
8957
8958 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8959
8960         * shell/ev-window.c (update_action_sensitivity): disable
8961         File->Print if the document does not implement the ps exporter
8962         interface
8963
8964 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
8965
8966         * Makefile.am:
8967         * configure.ac:
8968         * data/evince-properties.glade:
8969         * properties/.cvsignore:
8970         * properties/Makefile.am:
8971         * properties/ev-properties-view.c: (ev_properties_view_dispose),
8972         (ev_properties_view_class_init), (ev_properties_view_format_date),
8973         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
8974         (ev_properties_view_init), (ev_properties_view_new):
8975         * properties/ev-properties-view.h:
8976         * shell/Makefile.am:
8977         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
8978         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
8979         (ev_properties_dialog_new):
8980         * shell/ev-properties-dialog.h:
8981         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
8982         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
8983         (update_progress_label), (job_fonts_finished_cb),
8984         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
8985         * shell/ev-properties-fonts.h:
8986         * shell/ev-properties.c:
8987         * shell/ev-properties.h:
8988         * shell/ev-window.c: (ev_window_setup_document),
8989         (ev_window_cmd_file_properties):
8990
8991         Split the properties pages in two different objects, depend
8992         only on the backend where possible, use widgets instead
8993         of gobject for the glade part, reimplement the dialog
8994         itself with gtk.
8995         I need this to implement nautilus properties page.
8996
8997 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
8998
8999         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9000         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9001         (tiff_document_document_ps_exporter_iface_init): implement the ps
9002         exporter interface for tiff documents
9003
9004         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
9005         libtiff to implement TIFF postscript export
9006
9007         * tiff/tiff2ps.h: added a header file for external tiff2ps
9008         functions.
9009
9010         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
9011         tiff2ps.h
9012
9013 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9014
9015         * shell/ev-view.c: (scroll_to_current_page),
9016         (ev_view_set_fullscreen), (ev_view_set_presentation):
9017         
9018         Scroll to current page when exit from presentation
9019
9020 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9021
9022         * shell/ev-window.c: (update_document_mode),
9023         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9024         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
9025         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
9026         
9027         Exit from fullscreen mode when switch to presentation. Fix for
9028         bug 309365
9029
9030 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9031
9032         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
9033         return NULL if the document does not implement the selection
9034         interface.
9035
9036 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
9037
9038         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
9039         reported height by using the resolution aspect ratio
9040         (tiff_document_render_pixbuf): scale the pixbuf using the
9041         resolution aspect ratio
9042
9043 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9044
9045         * configure.ac:
9046         
9047         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
9048         <kiltedaco@gmail.com>
9049         
9050         * djvu/djvu-document.c: (djvu_document_get_orientation),
9051         (djvu_document_set_orientation), (djvu_document_get_page_size),
9052         (rotate_pixbuf), (djvu_document_render_pixbuf),
9053         (djvu_document_document_iface_init):
9054         * dvi/dvi-document.c: (dvi_document_get_orientation),
9055         (dvi_document_set_orientation), (dvi_document_get_page_size),
9056         (rotate_pixbuf), (dvi_document_render_pixbuf),
9057         (dvi_document_document_iface_init):
9058         
9059         Dvi and djvu backends are ported to new API
9060
9061 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
9062
9063         * backend/ev-selection.c: (ev_selection_get_selection_region),
9064         (ev_selection_get_selection_map):
9065         * backend/ev-selection.h:
9066         * pdf/ev-poppler.cc:
9067         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9068         * shell/ev-jobs.h:
9069         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9070         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
9071         (ev_pixbuf_cache_get_text_mapping):
9072         * shell/ev-pixbuf-cache.h:
9073         * shell/ev-view.c: (location_in_text),
9074         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
9075         support to EvView.  Now we can see where we can select!  Sweet!
9076
9077 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9078
9079         * shell/ev-view.c (ev_view_button_press_event): Fix
9080         event->y + view->scroll_x typo.
9081
9082 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9083
9084         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
9085         sub-GdkPixbuf instead of passing dest_x and dest_y.
9086         
9087         * shell/ev-view.c: (view_point_to_doc_point),
9088         (view_rect_to_doc_rect), (ev_view_button_press_event),
9089         (ev_view_motion_notify_event), (compute_new_selection_rect),
9090         (gdk_rectangle_point_in), (compute_new_selection_text),
9091         (compute_selections): Update selection code to keep the selection
9092         around as two points and not as a normalized rectangle, and fix
9093         page level selection in two-column mode.
9094
9095 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
9096
9097         * shell/ev-window.c: (window_configure_event_cb): 
9098         
9099         Fix compilation
9100         
9101 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9102
9103         * pdf/ev-poppler.cc:
9104
9105         Fix compilation
9106
9107 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9108
9109         * shell/Makefile.am:
9110         * shell/ev-metadata-manager.c: (item_free),
9111         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
9112         (parse_value), (parseItem), (load_values),
9113         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
9114         (save_values), (save_item), (get_oldest), (resize_items),
9115         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
9116         * shell/ev-metadata-manager.h:
9117
9118         Metadata manager from gedit but modified to use GValue, so that
9119         we dont need to keep converting from strings.
9120
9121         * configure.ac:
9122
9123         ENABLE_METADATA conditional, on when dbus is on
9124
9125         * shell/ev-application.c: (ev_application_open_uri):
9126
9127         Show the window after load so that we can initialize
9128         window size before it's showed.
9129
9130         * shell/ev-window.c: (ev_window_setup_from_metadata),
9131         (ev_window_open_uri), (window_configure_event_cb),
9132         (ev_window_init):
9133
9134         Save and load metadata information about window size.
9135         Not yet keeping states in account.
9136
9137         * shell/main.c: (main):
9138
9139         Shutdown metadata manager.
9140
9141 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9142
9143         * shell/ev-application-service.xml:
9144         * configure.ac:
9145         * shell/Makefile.am:
9146         * shell/ev-application.c:
9147         * shell/ev-application.h:
9148         * shell/ev-window.c:
9149         * shell/ev-window.h:
9150         * shell/main.c:
9151
9152         Add an optional dbus interface (--enable-dbus).
9153         Rework application code, mainly to be easier to
9154         use "remotely".
9155         Do not open multiple windows with the same document,
9156         spatial evince!
9157
9158 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
9159
9160         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
9161         pixbuf iff it exists.
9162
9163 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
9164
9165         * shell/*:
9166         * backend/ev-render-context.[ch]:
9167         * backend/ev-selection.[ch]:
9168
9169         Massive changes.  We now support text selection of pdfs, and not
9170         just rectangular selection.  This is pretty broken still, but I
9171         want to get something into CVS.
9172
9173 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9174
9175         * pdf/ev-poppler.cc:
9176         
9177         Fix for Bug 309080: crash on window close.
9178         
9179         * shell/ev-page-action.c: (page_changed_cb):
9180         
9181         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
9182         jensgr@gmx.net (Jens Granseuer).
9183
9184 2005-06-25  Marcel Telka  <marcel@telka.sk>
9185
9186         * configure.in (ALL_LINGUAS): Added sk.
9187
9188 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
9189
9190         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
9191         not a document open
9192
9193 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9194
9195         * NEWS:
9196         * configure.ac:
9197
9198         Release 0.3.2
9199
9200         * cut-n-paste/recent-files/Makefile.am:
9201
9202         Fix make distcheck
9203
9204 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9205
9206         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
9207         (pixbuf_document_set_orientation), (rotate_pixbuf),
9208         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
9209         (pixbuf_document_document_iface_init), (pixbuf_document_init):
9210
9211         Implement rotation and cleanup the code a bit.
9212
9213         * tiff/tiff-document.c: (tiff_document_get_page_size),
9214         (tiff_document_get_orientation), (tiff_document_set_orientation),
9215         (rotate_pixbuf), (tiff_document_render_pixbuf),
9216         (tiff_document_document_iface_init), (tiff_document_init):
9217
9218         Implement rotation. Was the quicker solution for the release
9219         but we really need to share this code in the shell.
9220
9221 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9222
9223         * pdf/ev-poppler.cc:
9224
9225         Enable rotation, require poppler cvs. Fix a leak.
9226
9227 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9228
9229         * shell/ev-window.c: (update_action_sensitivity):
9230         
9231         Make properties unsensitive if document backend doesn't provide
9232         any info
9233
9234 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9235
9236         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
9237         (bitmap_flip_horizontally), (bitmap_flip_vertically),
9238         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
9239         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
9240         (bitmap_flip_rotate_counter_clockwise):
9241         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
9242         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
9243         (buff_gets):
9244         * dvi/mdvi-lib/common.h:
9245         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
9246         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
9247         (opendvi), (mdvi_reload), (mdvi_init_context),
9248         (mdvi_destroy_context), (mdvi_dopage), (special):
9249         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
9250         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
9251         (file_hash_free), (register_encoding), (parse_spec),
9252         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
9253         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
9254         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
9255         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
9256         (mdvi_register_font_type), (mdvi_unregister_font_type),
9257         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
9258         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
9259         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
9260         (mdvi_hash_destroy_key), (mdvi_hash_reset):
9261         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
9262         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
9263         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
9264         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
9265         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9266         * dvi/mdvi-lib/special.c: (mdvi_register_special),
9267         (mdvi_unregister_special), (mdvi_flush_specials):
9268         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
9269         (t1_font_remove):
9270         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
9271         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
9272         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
9273         (free_font_metrics), (flush_font_metrics):
9274         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
9275         (tt_font_remove):
9276         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
9277         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
9278         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
9279         (dstring_insert), (dstring_new), (dstring_reset):
9280         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
9281         
9282         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
9283         avoid conflict with libtool on FC4
9284         
9285         * shell/ev-window.c: (ev_window_cmd_help_about):
9286         
9287         Update copyright year. Fix for bug 308828.
9288
9289 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9290
9291         * shell/ev-view.c: (add_scroll_binding_keypad),
9292         (ev_view_binding_activated), (ev_view_class_init),
9293         (on_adjustment_value_changed):
9294         
9295         Bug 170874: Arrow keys switch pages in presentation mode
9296
9297 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9298
9299         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
9300         
9301         Fix for Bug 308265: Sidebar dissappears coming out of 
9302         Presentation mode
9303
9304 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9305
9306         * shell/ev-application.c: (ev_application_open):
9307         * shell/ev-document-types.c: (ev_document_types_add_filters),
9308         (ev_document_types_add_filters_for_type):
9309         * shell/ev-document-types.h:
9310         * shell/ev-window.c: (ev_window_cmd_save_as):
9311         
9312         Suggest basename as template when saving, provide filters
9313         for save dialog. It's bug 308402
9314
9315 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9316
9317         * pdf/ev-poppler.cc:
9318         * shell/ev-sidebar-links.c: (job_finished_callback):
9319         * shell/ev-view.c: (update_find_status_message):
9320         
9321         Some leaks fixed
9322
9323 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9324
9325         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9326         (egg_recent_view_uimanager_set_list):
9327
9328         Fix buglet in !show_numbers case.
9329
9330 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9331
9332         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9333         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9334
9335         Use pango ellipsisation.
9336
9337         * pdf/ev-poppler.cc:
9338
9339         Fix refcount leak, from nsh.
9340
9341 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9342
9343         * cut-n-paste/recent-files/Makefile.am:
9344         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9345         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9346         
9347         Removed EggRecentViewGtk
9348         
9349         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9350         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9351         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9352         (ev_window_setup_recent):
9353         
9354         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9355         with other projects
9356
9357 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9358
9359         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9360         (egg_recent_view_gtk_finalize):
9361
9362         Fix memory leak
9363
9364         * cut-n-paste/toolbar-editor/Makefile.am:
9365         
9366         Fix location of cursor icon.
9367         
9368         * pdf/ev-poppler.cc:
9369         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9370         (display_completion_text), (match_completion):
9371         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9372         (selection_changed_callback), (create_loading_model),
9373         (print_section_cb), (links_page_num_func),
9374         (update_page_callback_foreach):
9375         * shell/ev-window.c: (ev_window_dispose):
9376         
9377         Small memory fixes. Links model now store objects instead
9378         of pointers to improve memory management. 
9379
9380 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9381
9382         * shell/ev-window.c: (zoom_control_changed_cb):
9383         
9384         Fix update of zoom control (bug 308268).
9385
9386 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9387
9388         * shell/ev-properties.c (set_property): escape the text correctly.
9389         Handles non-UTF-8 properties and escaped properties.  Also, sets
9390         the text to "<i>None</i>" if the property isn't set.
9391
9392         * data/evince-properties.glade: Change the label to be ellipsized,
9393         and give it a minimum size.
9394
9395 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9396
9397         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9398         * shell/ev-sidebar-links.c: (create_loading_model):
9399         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9400         * shell/ev-view.c: (ev_view_set_document):
9401         * shell/ev-window.c: (ev_window_dispose):
9402         
9403         Various small fixes, mostly memory leaks. Thanks to valgrind.
9404
9405 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9406
9407         * ps/ps-document.c: remove the locale.h include again ;-). And
9408         kill the (bogus) setlocale/savelocale business.
9409
9410 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9411
9412         * ps/ps-document.c:
9413         
9414         Include locale.h to fix build
9415         
9416         * shell/ev-sidebar.c:
9417         
9418         Remove unnecessary includes
9419
9420 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9421
9422         * dvi/dvi-document.c: (dvi_document_load):
9423         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9424         * po/POTFILES.in:
9425         
9426         Check for incorrect dvi files. Fix parsing dvi on AMD64
9427         platform. Thanks to tester@tester.ca (Olivier Crete).
9428
9429 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9430
9431         * shell/ev-page-action.c: (match_selected_cb),
9432         (display_completion_text), (match_completion), (update_model):
9433         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9434         (expand_open_links):
9435         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9436         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9437         (ev_sidebar_set_document):
9438         * shell/ev-window.c: (ev_window_xfer_job_cb),
9439         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9440         
9441         Fixed lot's of memory leaks, for example, memory leak on reload, 
9442         described in bug 307793.
9443
9444 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9445
9446         * pdf/ev-poppler.cc:
9447         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9448         (update_visible_range), (adjustment_changed_cb),
9449         (ev_sidebar_thumbnails_fill_model),
9450         (ev_sidebar_thumbnails_refresh),
9451         (ev_sidebar_tree_selection_changed),
9452         (ev_sidebar_icon_selection_changed),
9453         (ev_sidebar_thumbnails_use_icon_view),
9454         (ev_sidebar_thumbnails_set_document):
9455         * shell/ev-sidebar-thumbnails.h:
9456         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9457         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9458
9459         Refresh thumbnails when changing orientation. Not fully
9460         working yet becuase of a sidebar bug.
9461
9462         Set page orientation to poppler page everywhere. This sucks
9463         really need to fix poppler.
9464
9465 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9466
9467         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9468         (egg_recent_view_gtk_new_menu_item),
9469         (egg_recent_view_gtk_set_property),
9470         (egg_recent_view_gtk_get_property),
9471         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9472         (egg_recent_view_gtk_set_tooltip_func),
9473         (egg_recent_view_gtk_set_label_width),
9474         (egg_recent_view_gtk_get_label_width):
9475         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9476
9477         Sync with libegg (ellipsize labels)
9478
9479 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9480
9481         * data/evince-ui.xml:
9482         * shell/ev-window.c: (ev_window_cmd_go_forward),
9483         (ev_window_cmd_go_backward):
9484         
9485         Shift + PageUp moves 10 Pages. Fix for 306125
9486
9487 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9488
9489         * pdf/ev-poppler.cc:
9490
9491         Add a flag to check if orientation has been overriden
9492
9493 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9494
9495         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9496         field if necessary.
9497
9498         * ps/ps.h: add creator field to document.
9499
9500         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9501         set creator field.
9502
9503 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9504
9505         * data/evince-properties.glade:
9506         * shell/ev-properties.c: (ev_properties_set_document):
9507
9508         s/PDF Version/Format
9509
9510 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9511
9512         * shell/ev-properties.c: (ev_properties_set_document):
9513
9514         Remove unnecessary translations
9515
9516 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9517
9518         * cut-n-paste/toolbar-editor/Makefile.am:
9519
9520         Correct library name    
9521
9522 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9523
9524         * configure.ac:
9525         * cut-n-paste/recent-files/egg-recent-model.c:
9526         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9527         (egg_recent_model_unlock_file):
9528         * cut-n-paste/recent-files/egg-recent-util.c:
9529         (egg_recent_util_get_unique_id):
9530         * cut-n-paste/recent-files/update-from-egg.sh:
9531         * cut-n-paste/toolbar-editor/Makefile.am:
9532         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9533         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9534         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9535         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9536         (egg_toolbars_model_get_type):
9537         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9538
9539         Better makefile for toolbar editor and update everything
9540         to latest libegg.
9541
9542 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9543
9544         * shell/ev-window.c: (update_document_mode):
9545
9546         Prefer presentation mode when the document
9547         require fullscreen.
9548
9549 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9550
9551         * data/evince-ui.xml:
9552         * shell/ev-window.c:
9553
9554         Add control-equal for zooming
9555
9556 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9557
9558         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9559
9560 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9561
9562         * backend/ev-document.c: (ev_document_get_orientation):
9563         * backend/ev-document.h:
9564         * pdf/ev-poppler.cc:
9565         * ps/ps-document.c: (ps_document_get_orientation),
9566         (ps_document_set_orientation), (ps_document_document_iface_init):
9567
9568         Add a get_orientation api. Improve set_orientation.
9569
9570         * data/evince-ui.xml:
9571         * shell/ev-view.c: (ev_view_set_orientation),
9572         (ev_view_rotate_right), (ev_view_rotate_left):
9573         * shell/ev-view.h:
9574         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9575         (ev_window_cmd_edit_rotate_right):
9576
9577         Better ui for changing document orientation
9578
9579 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9580
9581         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9582         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9583         * shell/ev-sidebar-links.h:
9584         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9585         (ev_sidebar_page_iface_init):
9586         * shell/ev-sidebar-page.h:
9587         * shell/ev-sidebar-thumbnails.c:
9588         (ev_sidebar_thumbnails_get_property),
9589         (ev_sidebar_thumbnails_class_init),
9590         (ev_sidebar_thumbnails_set_document):
9591         * shell/ev-sidebar-thumbnails.h:
9592         * shell/ev-view.c: (ev_view_motion_notify_event):
9593         * shell/ev-window.c: (update_chrome_visibility),
9594         (ev_window_cmd_focus_page_selector),
9595         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9596         (sidebar_page_main_widget_update_cb), (ev_window_init):
9597         
9598         Autoraise toolbar on GoToPage binding and fix bindings in
9599         EvSidebarThumbnails page.
9600
9601 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9602
9603         * shell/ev-properties.c: (update_progress_label):
9604
9605         Hide the progress label when finished; bug #307697.
9606
9607 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9608
9609         * pdf/ev-poppler.cc:
9610
9611         Enable is_open for links, you will need poppler cvs
9612
9613         * shell/ev-properties.c: (job_fonts_finished_cb):
9614
9615         Get a lock on the document when filling the tree view
9616
9617 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9618
9619         * backend/ev-document-links.h:
9620         * pdf/ev-poppler.cc:
9621         * shell/ev-sidebar-links.c: (create_loading_model),
9622         (expand_open_links), (job_finished_callback):
9623
9624         Expand links when specified by the document.
9625         Depend on a poppler api (defined out for now)
9626
9627 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9628
9629         * shell/ev-properties.c: (ev_properties_dispose),
9630         (ev_properties_class_init), (dialog_destroy_cb),
9631         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9632         (ev_properties_set_document), (ev_properties_new),
9633         (ev_properties_show):
9634         * shell/ev-properties.h:
9635
9636         Make it an object, cleanup the code, api to show it as transient
9637         and to set the document.
9638
9639         * shell/ev-window.c: (ev_window_setup_document),
9640         (ev_window_cmd_file_properties):
9641
9642         Adapt to EvProperties changes, do not show multiple
9643         times, update it when document changes.
9644
9645 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9646
9647         * ps/gstypes.h:
9648         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9649         (ps_document_set_orientation), (ps_document_document_iface_init):
9650         * ps/ps-document.h:
9651
9652         Implement orientation here too
9653
9654         * shell/ev-properties.c: (ev_properties_new):
9655         * data/evince-properties.glade:
9656
9657         Hide the fonts page for backends that doesnt
9658         support it.     
9659
9660 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9661
9662         * backend/ev-document.c: (ev_document_set_orientation):
9663         * backend/ev-document.h:
9664         * pdf/ev-poppler.cc:
9665
9666         Add orientation api. Currently poppler api is not optimal,
9667         we need to set orientation every time we _get a page.
9668         I will try to fix that at some point.
9669
9670         * data/evince-ui.xml:
9671         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
9672         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
9673
9674         Add orientation menu items
9675
9676         * shell/ev-page-cache.c: (ev_page_cache_clear):
9677         * shell/ev-page-cache.h:
9678
9679         Add api to clear the cache
9680
9681         * shell/ev-view.c: (setup_caches), (clear_caches),
9682         (ev_view_set_document), (ev_view_zoom_out),
9683         (ev_view_set_orientation):
9684         * shell/ev-view.h:
9685
9686         Implement orientation changing
9687
9688 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
9689
9690         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
9691         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
9692         * backend/ev-document-fonts.h:
9693
9694         Separate scan and fill so that we can incrementally fill from
9695         the main thread. Add a progress api.
9696
9697         * data/evince-properties.glade:
9698         * pdf/ev-poppler.cc:
9699         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
9700         * shell/ev-jobs.h:
9701         * shell/ev-properties.c: (update_progress_label),
9702         (job_fonts_finished_cb), (setup_fonts_view):
9703
9704         Incrementally feel the list and show the progress
9705         percentage in a label like acrobat does.
9706
9707         You are going to need poppler cvs
9708
9709 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
9710
9711         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
9712         * backend/ev-document-fonts.h:
9713         * pdf/ev-poppler.cc:
9714
9715         Make fonts model fill incrementally.
9716
9717         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
9718         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
9719         (ev_job_queue_remove_job):
9720         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
9721         (ev_job_fonts_new), (ev_job_fonts_run):
9722         * shell/ev-jobs.h:
9723
9724         New job for fonts scanning
9725
9726         * shell/ev-properties.c: (job_fonts_finished_cb),
9727         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
9728         * shell/ev-properties.h:
9729         * shell/ev-window.c: (ev_window_cmd_file_properties):
9730
9731         Incrementally feel the treeview using the new job. Show Loading...
9732         message until scanning is completed.
9733
9734         Hopefully I didnt break the build without the poppler patch.
9735
9736 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9737
9738         * shell/ev-application.c: (ev_application_open):
9739         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
9740         (ev_document_type_get_type), (ev_document_type_lookup):
9741         * shell/ev-document-types.h:
9742         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
9743         * shell/ev-job-xfer.h:
9744         * shell/ev-window.c: (ev_window_clear_local_uri),
9745         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
9746         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
9747         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9748         
9749         Transfer remote documents to tmp directory to display them later.
9750
9751 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
9752
9753         * backend/ev-document-info.h:
9754         * shell/ev-properties.c: (ev_properties_new):
9755
9756         s/GTime*/GTime. Not sure why we was using a pointer
9757         at all there!
9758
9759 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
9760
9761         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
9762         situations.  That situation is that you're using GTK+-HEAD with
9763         the patch at #306726 is applied, and you have a document with <
9764         1500 pages in it.  It's not quite as uniformly nice as the
9765         TreeView, but should be better in the long run.
9766
9767         I'm pretty sure I guarded against breaking compilation with
9768         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
9769         I missed some.
9770
9771         * shell/ev-window.c (ev_window_init): We don't have our tree/list
9772         widget yet, so I commented that code out
9773         enable_view_actions_for_widget() for now.  Need to figure this
9774         out.
9775
9776         * shell/ev-page-action.c (match_selected_cb): emit the right
9777         signals.  Our cool C-l completion now works.
9778
9779 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9780
9781         * backend/Makefile.am:
9782         * backend/ev-document-fonts.c:
9783         * backend/ev-document-links.c:
9784         * backend/ev-document.c: (ev_document_load):
9785         * backend/ev-document.h:
9786         * backend/ev-job-queue.c:
9787         * backend/ev-job-queue.h:
9788         * backend/ev-jobs.c:
9789         * backend/ev-jobs.h:
9790         * backend/ev-page-cache.c:
9791         * backend/ev-page-cache.h:
9792
9793         EvPageCache and EvJobs are moved to shell.
9794
9795         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
9796         (ev_tmp_filename):
9797         * lib/ev-file-helpers.h:
9798         
9799         New helper to work with temporary files
9800         
9801         * shell/Makefile.am:
9802         * shell/ev-application.c: (ev_application_open):
9803         * shell/ev-application.h:
9804         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
9805         (remove_job_from_async_queue), (add_job_to_async_queue),
9806         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
9807         (handle_job), (search_for_jobs_unlocked),
9808         (no_jobs_available_unlocked), (ev_render_thread),
9809         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9810         (ev_job_queue_add_job), (move_job_async), (move_job),
9811         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9812         * shell/ev-job-queue.h:
9813         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
9814         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
9815         * shell/ev-job-xfer.h:
9816         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9817         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9818         (ev_job_links_class_init), (ev_job_render_init),
9819         (ev_job_render_dispose), (ev_job_render_class_init),
9820         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9821         (ev_job_thumbnail_class_init), (ev_job_load_init),
9822         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
9823         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9824         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
9825         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
9826         * shell/ev-jobs.h:
9827         * shell/ev-page-action.c: (ev_page_action_set_document):
9828         * shell/ev-page-cache.c: (ev_page_cache_init),
9829         (ev_page_cache_class_init), (ev_page_cache_finalize),
9830         (ev_page_cache_new), (ev_page_cache_get_n_pages),
9831         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9832         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
9833         (ev_page_cache_get_title), (ev_page_cache_get_size),
9834         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9835         (ev_page_cache_get_height_to_page),
9836         (ev_page_cache_get_max_label_chars),
9837         (ev_page_cache_get_page_label),
9838         (ev_page_cache_has_nonnumeric_page_labels),
9839         (ev_page_cache_get_info), (ev_page_cache_next_page),
9840         (ev_page_cache_prev_page), (ev_page_cache_get):
9841         * shell/ev-page-cache.h:
9842         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
9843         (ev_pixbuf_cache_clear_job_sizes),
9844         (ev_pixbuf_cache_add_jobs_if_needed),
9845         (ev_pixbuf_cache_set_page_range):
9846         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
9847         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
9848         * shell/ev-sidebar-thumbnails.c:
9849         (ev_sidebar_tree_selection_changed),
9850         (ev_sidebar_thumbnails_set_document):
9851         * shell/ev-statusbar.c: (ev_statusbar_destroy),
9852         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
9853         (ev_statusbar_get_context_id), (ev_statusbar_push),
9854         (ev_statusbar_pop), (ev_statusbar_set_maximized),
9855         (ev_statusbar_pulse), (ev_statusbar_show_progress),
9856         (ev_statusbar_set_progress):
9857         * shell/ev-statusbar.h:
9858         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
9859         (ev_view_find_previous):
9860         * shell/ev-window.c: (ev_window_is_empty),
9861         (ev_window_setup_document), (password_dialog_response),
9862         (ev_window_clear_jobs), (ev_window_load_job_cb),
9863         (ev_window_xfer_job_cb), (ev_window_open_uri),
9864         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
9865         (ev_window_print), (ev_window_print_range),
9866         (ev_window_state_event), (ev_window_cmd_view_reload),
9867         (menu_item_select_cb), (menu_item_deselect_cb),
9868         (view_status_changed_cb), (ev_window_dispose),
9869         (drag_data_received_cb), (ev_window_init):
9870         * shell/ev-window.h:
9871         * shell/main.c: (load_files):
9872         
9873         New statusbar to show progress on idle. Two new jobs - 
9874         xfer job and load job to load document in background. And update
9875         of page_cache clients to new location of code.
9876
9877 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
9878
9879         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
9880         selection in open dialog. It also remembers the last visited directory 
9881         in the current session.
9882
9883 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9884
9885         * shell/ev-properties.c: (ev_properties_new):
9886         * shell/ev-properties.h:
9887         * shell/ev-window.c: (ev_window_cmd_file_properties):
9888         
9889         Get document info from page cache instead of document itself.
9890         This should fix crash related to race conditions described in
9891         bug 306545.
9892
9893 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9894
9895         * ps/ps-document.c: (ps_document_init),
9896         (send_ps), (get_page_box), (output), (catchPipe), (input),
9897         (stop_interpreter), (file_length), (file_readable),
9898         (check_filecompressedb), (ps_document_enable_interpreter),
9899         (document_load), (ps_async_renderer_render_pixbuf):
9900         * ps/ps-document.h:
9901
9902         Big cleanup of the ps code
9903
9904 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9905
9906         * backend/Makefile.am:
9907         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
9908         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
9909         * backend/ev-async-renderer.h:
9910
9911         Add an async renderer interface (method + callback) which
9912         is useful for backends like ps.
9913
9914         * backend/ev-job-queue.c: (remove_job_from_async_queue),
9915         (add_job_to_async_queue), (job_finished_cb), (handle_job),
9916         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9917         (ev_job_queue_add_job), (move_job_async), (move_job),
9918         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9919
9920         Add queues for async renderer, these are executed on the
9921         main thread.
9922
9923         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
9924         (ev_job_render_run):
9925         * backend/ev-jobs.h:
9926
9927         If the backend support async renderer interface use it.
9928
9929         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9930         (setup_pixmap), (ps_document_get_type),
9931         (ps_async_renderer_render_pixbuf),
9932         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
9933
9934         Implement async renderer interface.
9935
9936 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9937
9938         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
9939
9940         Cleanup links job on exit.
9941
9942 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9943
9944         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9945         (drag_data_get_cb), (drag_data_received_cb):
9946         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9947         (drag_data_get_cb), (parse_item_list),
9948         (egg_toolbar_editor_load_actions):
9949         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9950         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
9951         (parse_item_list), (parse_toolbars):
9952         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9953         (dvi_pixbuf_put_pixel):
9954         
9955         Fix gcc 4.0 warnings
9956
9957 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9958
9959         * ps/ps-document.c: (start_interpreter):
9960
9961         Fix warning when loading ps
9962
9963 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9964
9965         * ps/ps-document.c: (output):
9966
9967         Fix crash when priting gs error messages.
9968
9969 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9970
9971         * backend/ev-page-cache.c: (_ev_page_cache_new):
9972         * backend/ev-page-cache.h:
9973
9974         Use a const to return title so that we dont double
9975         free it. Small cleanup and fix a leak.
9976
9977         * shell/ev-window.c: (update_window_title):
9978
9979         strdup value from get_title.
9980
9981 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9982
9983         * shell/ev-sidebar-links.c: (job_finished_callback),
9984         (ev_sidebar_links_set_document):
9985
9986         Cleanup the old job when changing document
9987
9988 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9989
9990         * shell/ev-stock-icons.c:
9991         * shell/ev-stock-icons.h:
9992         * shell/ev-window.c:
9993         
9994         Add stock icons for actions that can appear in toolbar. Fix for
9995         bug 306566.
9996
9997 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9998
9999         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10000         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10001         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10002         * backend/ev-page-cache.h:
10003         * shell/ev-view.c: (scroll_to_current_page),
10004         (view_update_range_and_current_page), (get_page_y_offset),
10005         (get_page_extents), (ev_view_size_request_continuous_dual_page),
10006         (ev_view_size_request_continuous),
10007         (ev_view_zoom_for_size_continuous_and_dual_page),
10008         (ev_view_zoom_for_size_continuous):
10009         
10010         More compact EvView layout in document with pages of different size.
10011
10012 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
10013
10014         * shell/ev-window.c (ev_window_cmd_file_properties): fix
10015         compilation.
10016
10017 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10018
10019         * shell/ev-view.c: (view_set_adjustment_values):
10020         * shell/ev-window.c: (ev_window_cmd_file_properties):
10021         
10022         A bit different fix for rounding problem but it has no
10023         problems on startup. Make properties window transient to parent.
10024
10025 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10026
10027         * pdf/ev-poppler.cc:
10028         
10029         More commenting of font stuff.
10030
10031 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10032
10033         * pdf/ev-poppler.cc:
10034
10035         Comment out some more fonts stuff. Should really
10036         work without the poppler patch now.
10037
10038 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10039
10040         * pdf/ev-poppler.cc:
10041
10042         Adapt to api change
10043
10044 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10045
10046         * data/evince-properties.glade:
10047         * pdf/ev-poppler.cc:
10048         * shell/ev-properties.c: (setup_fonts_view):
10049
10050         Set the column title. Show the dialog only
10051         once everything is setup.
10052         Getting font info can be very slow... will
10053         prolly need to make this threaded too.
10054
10055 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10056
10057         * backend/Makefile.am:
10058         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
10059         (ev_document_fonts_get_fonts_model):
10060         * backend/ev-document-fonts.h:
10061         * data/evince-properties.glade:
10062         * pdf/ev-poppler.cc:
10063         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
10064         * shell/ev-properties.h:
10065         * shell/ev-window.c: (ev_window_cmd_file_properties):
10066
10067         Implement fonts list. Defined out for now, since it depends
10068         on a not yet committed poppler patch.
10069
10070 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
10071
10072         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
10073         page + 1.
10074
10075         * shell/ev-window.c: Make sure we add the timeout when we get a
10076         focus-in event.
10077
10078         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
10079         adjustment->value before calculating the zoom factor to average
10080         out all of our rounding errors.  The page no longer 'drifts' when
10081         resizing.
10082
10083 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10084
10085         * data/evince-properties.glade:
10086         * shell/ev-properties.c: (ev_properties_format_date),
10087         (set_property):
10088         
10089         Labels don't expand when the dialogue is resized.
10090         strftime result needs to be converted to UTF-8. Thanks
10091         to Christian Persch <chpe@gnome.org>.
10092
10093 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10094
10095         * data/evince-properties.glade:
10096
10097         Hide the fonts tab
10098
10099 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10100
10101         * backend/ev-document-info.h:
10102         * backend/ev-document.c: (ev_document_info_free):
10103         * data/evince-properties.glade:
10104         * pdf/ev-poppler.cc:
10105         * ps/ps-document.c: (ps_document_get_info):
10106         * shell/ev-properties.c: (ev_properties_format_date),
10107         (set_property), (ev_properties_new):
10108         * shell/ev-properties.h:
10109         * shell/ev-window.c: (ev_window_cmd_file_properties):
10110
10111         Rework properties code to take only EvPropertyInfo
10112         in the constructor so that it can be useful for
10113         nautilus plugin too.
10114
10115         Deal with backends that doesnt support some properties.
10116         Make set property code generic.
10117
10118 2005-06-04  Christian Persch <chpe@gnome.org>
10119
10120         * data/evince-properties.glade:
10121
10122         fix spacings, make resizeable, and make data labels
10123         selectable + ellipsised
10124
10125 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
10126
10127         * backend/ev-document-info.h:
10128         * data/Makefile.am:
10129         * data/evince-ui.xml:
10130         * pdf/ev-poppler.cc:
10131         * shell/Makefile.am:
10132         * shell/ev-window.c: (update_action_sensitivity),
10133         (ev_window_cmd_file_properties):
10134
10135         Initial go at file properties. Patch by
10136         Emil Soleyman-Zomalan <emil@soleyman.com>.
10137         Needs love see #169583
10138
10139 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
10140
10141         * ps/ps-document.c: (output):
10142         * ps/ps.c: (psscan):
10143
10144         Try to render even if psscan fails.
10145
10146 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10147
10148         * ps/ps.c: (psscan), (pscopydoc):
10149
10150         Port buffered reading code from gv
10151
10152 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10153
10154         * ps/ps-document.c: (interpreter_message), (output):
10155
10156         Do not fail on interpreter messages
10157
10158 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10159
10160         * backend/ev-document-misc.c:
10161         (ev_document_misc_get_thumbnail_frame):
10162
10163         Pages can be 0 x 0, dont assert on this case
10164
10165 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10166
10167         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10168         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
10169
10170         Correctly manage our reference on document. Finally the reload
10171         huge leak is gone...
10172
10173 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10174
10175         * ps/ps-document.c: (ps_document_dispose):
10176
10177         Forgot to chain it to the parent. Thanks chpe.
10178
10179 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10180
10181         * ps/ps-document.c: (ps_document_dispose),
10182         (ps_document_class_init), (stop_interpreter), (document_load):
10183
10184         Cleanup dispose a bit. Dont leak the whole pixmap.
10185
10186 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10187
10188         * pdf/ev-poppler.cc:
10189
10190         Release the poppler document on dispose
10191
10192 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10193
10194         * shell/ev-view.c: (ev_view_set_document):
10195
10196         Release ref on the pixbuf cache when changing
10197         document.
10198
10199 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10200
10201         * ps/ps-document.c: (ps_document_get_info):
10202
10203         Fix a double free
10204
10205 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10206
10207         * backend/ev-page-cache.c: (ev_page_cache_init),
10208         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
10209         * backend/ev-page-cache.h:
10210         * shell/ev-page-action.c: (page_changed_cb):
10211         
10212         Set page action entry width depending on labels width. Fix
10213         for bug 305202.
10214
10215 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
10216
10217         * backend/ev-link.c: (ev_link_class_init):
10218
10219         Allow -1 as page value (error)
10220
10221 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10222
10223         * shell/ev-sidebar-thumbnails.c:
10224         (ev_sidebar_thumbnails_set_document):
10225         * shell/ev-view.c: (scroll_to_current_page),
10226         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
10227         (page_changed_cb), (on_adjustment_value_changed),
10228         (ev_view_set_document):
10229
10230         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
10231         Fix bug 305377
10232
10233 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10234
10235         * configure.ac:
10236         * djvu/djvu-document.c: (djvu_document_get_page_size):
10237
10238         Require djvulibre CVS. Now djvu loading is much faster. Fix for
10239         bug 301993.
10240
10241 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
10242
10243         * shell/ev-view.c (draw_one_page): modify the expose handling to
10244         get the shadows.
10245
10246         * shell/ev-window.c (update_action_sensitivity): Respect
10247         permissions field.  Kowtow to the man.
10248
10249         * pdf/ev-poppler.cc: Get the permissions field.
10250
10251         * tiff/*c: Make a tiny bit more robust.
10252
10253 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10254
10255         * djvu/djvu-document.c:
10256         
10257         Pop messages from djvu context message queue.
10258
10259 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10260
10261         * configure.ac, Makefile.am, shell/Makefile.am:
10262         * tiff/Makefile.am, shell/ev-document-types.c:
10263         
10264         Cleanup tiff configure checks. Fix for bug 305218.
10265
10266 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
10267
10268         * configure.ac: Added "uk" to ALL_LINGUAS.
10269
10270 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10271
10272         * cut-n-paste/zoom-control/ephy-zoom.c:
10273         (ephy_zoom_get_changed_zoom_level):
10274         * cut-n-paste/zoom-control/ephy-zoom.h:
10275         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
10276         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
10277         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10278         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
10279         (zoom_control_changed_cb), (ev_window_init):
10280         
10281         Fix minor points related to moving best fit up. Introduce
10282         "zoom" property and make zoom control change it's value on
10283         notify::zoom signals. Fix for 305080.
10284
10285 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10286
10287         * data/evince-ui.xml:
10288         * shell/ev-window.c: (set_view_actions_sensitivity):
10289         
10290         Use + and - as accels for zoom in and zoom out. Fix for 305001.
10291
10292 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10293
10294         * configure.ac:
10295
10296         Depends on poppler 0.3.2
10297
10298 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10299
10300         * cut-n-paste/recent-files/egg-recent-item.c:
10301         (egg_recent_item_get_short_name):
10302         * cut-n-paste/toolbar-editor/Makefile.am:
10303         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10304         (new_pixbuf_from_widget):
10305         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10306         * cut-n-paste/toolbar-editor/egg-marshal.c:
10307         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10308         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10309
10310         Sync
10311
10312 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10313
10314         * tiff/tiff-document.c: Rough TIFF backend.
10315
10316 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10317
10318         * NEWS:
10319         * configure.ac:
10320         * cut-n-paste/toolbar-editor/Makefile.am:
10321
10322         Release 0.3.1
10323
10324 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10325
10326         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10327         (ev_view_find_next), (ev_view_find_previous):
10328
10329         Remove the locks around get_n_results   
10330
10331 2005-05-21  Juerg Billeter  <j@bitron.ch>
10332
10333         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10334
10335         Pass correct number of pages to poppler.
10336
10337 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10338
10339         * configure.ac:
10340         * data/Makefile.am:
10341         * data/evince.desktop.in: 
10342         * data/evince.desktop.in.in:
10343         * po/POTFILES.in:
10344         
10345         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10346
10347 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10348
10349         * shell/ev-view.c: (view_update_adjustments),
10350         (view_set_adjustment_values): cast adjustmen->value to (int)
10351         before using it.  Otherwise, we get off by a pixel in some
10352         situations.
10353
10354         (draw_one_page): Draw the border on expose.
10355
10356 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10357
10358         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10359         adjustment when the mode changes, #304923
10360
10361 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10362
10363         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10364         flickering on resize but still use gdk_window_scroll on
10365         scrolling
10366
10367 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10368
10369         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10370         option, #170458
10371
10372 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10373
10374         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10375         second page on page_changed if possible, #304669
10376
10377 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10378
10379         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10380         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10381
10382 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10383
10384         * .cvsignore:
10385         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10386         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10387         (ev_view_zoom_for_size_presentation),
10388         (ev_view_zoom_for_size_continuous_and_dual_page),
10389         (ev_view_zoom_for_size_continuous),
10390         (ev_view_zoom_for_size_dual_page),
10391         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10392         * shell/ev-view.h:
10393         * shell/ev-window.c: (update_view_size),
10394         (ev_window_sizing_mode_changed_cb):
10395
10396         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10397         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10398         an infinite loop, #304769
10399
10400
10401 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10402
10403         * data/evince-ui.xml:
10404         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10405         * shell/ev-window.c: (set_view_actions_sensitivity):
10406
10407         Make PgUp/Down behave like Space
10408
10409 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10410
10411         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10412         * backend/ev-ps-exporter.h:
10413         * pdf/ev-poppler.cc:
10414         * ps/ps-document.c: (ps_document_ps_export_begin):
10415         * shell/ev-print-job.c: (idle_print_handler):
10416
10417         Adapt to new poppler api
10418
10419 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10420
10421         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10422         (ephy_zoom_control_init):
10423
10424         Translate zoom levels
10425
10426 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10427
10428         * cut-n-paste/zoom-control/ephy-zoom.c:
10429         (ephy_zoom_get_zoom_level_index):
10430
10431         Fix current zoom -> zoom control match
10432
10433 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10434
10435         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10436         rather than the scrolled_window that it's in. Fixes bug #304655.
10437
10438 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10439
10440         * shell/ev-view.c: (view_update_adjustments),
10441         (view_set_adjustment_values), (view_update_range_and_current_page),
10442         (view_scroll_to_page), (set_scroll_adjustment),
10443         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10444         (ev_view_scroll), (ev_view_scroll_view),
10445         (ensure_rectangle_is_visible), (find_page_at_location),
10446         (get_link_at_location), (go_to_link), (status_message_from_link),
10447         (ev_view_size_request_continuous_dual_page),
10448         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10449         (ev_view_unrealize), (ev_view_expose_event),
10450         (ev_view_button_press_event), (ev_view_motion_notify_event),
10451         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10452         (draw_rubberband), (highlight_find_results), (draw_one_page),
10453         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10454         (ev_view_init), (find_changed_cb), (page_changed_cb),
10455         (on_adjustment_value_changed), (ev_view_new),
10456         (ev_view_set_document), (ev_view_set_zoom),
10457         (ev_view_set_continuous), (ev_view_set_dual_page),
10458         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10459         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10460         (ev_view_zoom_for_size_presentation),
10461         (ev_view_zoom_for_size_continuous_dual_page),
10462         (ev_view_zoom_for_size_continuous),
10463         (ev_view_zoom_for_size_dual_page),
10464         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10465         (ev_view_get_status), (ev_view_set_status),
10466         (update_find_status_message), (ev_view_get_find_status),
10467         (ev_view_set_find_status), (jump_to_find_result),
10468         (jump_to_find_page), (compute_selections), (clear_selection),
10469         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10470         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10471         (ev_view_update_primary_selection),
10472         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10473         * shell/ev-view.h:
10474         * shell/ev-window.c: (ev_window_open_page_label),
10475         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10476         (ev_window_init):
10477         * shell/ev-window.h:
10478         * shell/main.c: (load_files):
10479
10480         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10481         when resizing.  Remove the bin_window().  Also, patch from James
10482         Bowes to fix command line page, #300641
10483         
10484 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10485
10486         * data/evince-ui.xml:
10487         * shell/ev-view.c:
10488         * shell/ev-view.h:
10489         * shell/ev-window.c: (update_action_sensitivity):
10490
10491         Get rid of View->Normal Size, it's just confusing
10492
10493 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10494
10495         * backend/ev-document-info.h:
10496         * backend/ev-document.c: (ev_document_info_free): Free the
10497         EvDocumentInfo.
10498
10499         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10500         (clear_range), (add_range), (update_visible_range),
10501         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10502         (ev_sidebar_thumbnails_set_document):
10503         * shell/ev-window.c: (ev_window_setup_document): Only render the
10504         visible thumbnails.  It takes an instant to render, but it uses
10505         much less memory.
10506
10507 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10508
10509         * shell/ev-sidebar-links.c: (popup_menu_cb):
10510
10511         Select first item
10512
10513 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10514
10515         * lib/Makefile.am:
10516         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10517         (button_press_cb), (ev_sidebar_links_construct):
10518
10519         Show the popup menu also on keybindings
10520
10521 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10522
10523         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10524         * shell/ev-window.h:
10525
10526         Expose api to print a range (with dialog). Make private _print use
10527         it.
10528
10529         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10530         (ev_sidebar_links_construct):
10531
10532         Show a print context menu on linkx, it prints the selected
10533         section.
10534
10535 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10536
10537         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10538         button.
10539
10540 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10541
10542         * AUTHORS:
10543
10544         Update
10545
10546         * shell/ev-window.c: (build_comments_string),
10547         (ev_window_cmd_help_about):
10548
10549         Show poppler version/backend and authors
10550
10551 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10552
10553         * cut-n-paste/zoom-control/ephy-zoom.c:
10554         (ephy_zoom_get_zoom_level_index):
10555         * cut-n-paste/zoom-control/ephy-zoom.h:
10556
10557         Move the best fit items at the top of the list
10558
10559 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10560
10561         * shell/ev-marshal.list:
10562         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10563         (activate_cb), (match_selected_cb), (activate_link_cb),
10564         (connect_proxy), (ev_page_action_class_init):
10565         * shell/ev-page-action.h:
10566
10567         Use signals to notify action activation. Hopefully
10568         I did not break completion since I cant test...
10569
10570         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10571         (register_custom_actions):
10572
10573         Connect to page selector actions and also grab focus on
10574         the view when activated.
10575
10576 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10577
10578         * pdf/ev-poppler.cc:
10579         * backend/ev-page-cache.c: make page size calculation consistent
10580         and set it to (int)( width * scale + 0.5).  This makes the weird
10581         line going through the middle of the page go away.
10582
10583         * shell/ev-view.c: move painting the background page after
10584         checking the expose area covers us.
10585
10586 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10587
10588         * data/evince-password.glade:
10589         
10590         Mark labels as not translatable. Fix for bug 302842.
10591
10592 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10593
10594         * configure.ac: Added "es" to ALL_LINGUAS.
10595
10596 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10597
10598         * data/evince-toolbar.xml:
10599         * shell/ev-window.c: (update_action_sensitivity),
10600         (ev_window_setup_document), (ev_window_set_page_mode),
10601         (ev_window_init):
10602
10603         Remove some leftover code from jrb first continous
10604         attempt. Use the new actions, we still need good icons
10605         though...
10606
10607 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10608
10609         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10610
10611         Update label when connecting proxy. Fix a warning with NULL
10612         page_cache.
10613
10614 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10615
10616         * data/evince-ui.xml:
10617         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10618         * shell/ev-page-action.h:
10619         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10620
10621         Add mnemonic for edit toolbar.
10622         ctrl+l focus the page entry.
10623
10624 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10625
10626         * lib/Makefile.am:
10627         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10628         (ev_window_init):
10629         * shell/main.c: (main):
10630
10631         Put the toolbar xml in evince own dot dir
10632
10633 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10634
10635         * shell/ev-window.c: (ev_window_init):
10636
10637         Make the toolbar not removable
10638
10639 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10640
10641         * data/evince-ui.xml:
10642         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10643         * shell/ev-sidebar-links.h:
10644         * shell/ev-sidebar-thumbnails.c:
10645         (ev_sidebar_thumbnails_get_treeview):
10646         * shell/ev-sidebar-thumbnails.h:
10647         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10648         (ev_view_class_init):
10649         * shell/ev-view.h:
10650         * shell/ev-window.c: (update_action_sensitivity),
10651         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10652         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10653         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10654         (ev_window_init):
10655
10656         This is evil... Make space/backspace global accelerators but
10657         enable them only for some widgets (sidebars and view).
10658         I dont like it, but I dont know a better way... :/
10659
10660 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10661
10662         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10663         (ev_page_action_widget_finalize),
10664         (ev_page_action_widget_class_init), (update_page_cache):
10665
10666         Keep a weak reference on proxy->page_cache so that we
10667         dont try to disconnect the signal if the object is already
10668         gone. Maybe there is a better way to cleanup reference handling
10669         in page action though...
10670
10671 2005-05-10  Juerg Billeter  <j@bitron.ch>
10672
10673         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10674         * backend/ev-ps-exporter.h:
10675         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
10676         * ps/ps-document.c: (ps_document_ps_export_begin):
10677         
10678         Change api to pass print range to ps_exporter_begin. The pdf backend
10679         requires this information.
10680         
10681         * shell/ev-print-job.c: (idle_print_handler):
10682         
10683         Adapt to api change
10684
10685 2005-05-10  Juerg Billeter  <j@bitron.ch>
10686
10687         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10688         (idle_print_handler)
10689         * shell/ev-window.c: (ev_window_print):
10690
10691         Support printing page range, based on patch by Amaury Jacquot
10692
10693 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10694
10695         * data/evince-toolbar.xml:
10696
10697         Add zoom control to available items
10698
10699 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10700
10701         * shell/ev-window.c: (update_action_sensitivity):
10702
10703         Set slash action insensitive when appropriate
10704
10705 2005-05-10  Christian Persch <chpe@gnome.org>
10706
10707         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
10708
10709         Fix warning on the overflow menu
10710
10711 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10712
10713         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
10714
10715         Check for uri correctness/existence
10716
10717 2005-05-09  Juerg Billeter  <j@bitron.ch>
10718
10719         * shell/ev-window.c: (using_postscript_printer):
10720
10721         LPD printers use postscript, too
10722
10723 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10724
10725         * shell/ev-window.c: (register_custom_actions):
10726
10727         The zoom one is actually sort of useful,
10728         put it back
10729
10730 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10731
10732         * shell/ev-window.c: (register_custom_actions):
10733
10734         Hide page/zoom controls from overflow, they
10735         are useless.
10736
10737 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10738
10739         * cut-n-paste/update-from-egg.sh:
10740         
10741         Share it between all cut-n-paste subdirs
10742
10743         * cut-n-paste/recent-files/Makefile.am:
10744
10745         Fix to use "global" update-from-egg.sh
10746
10747         * cut-n-paste/recent-files/egg-recent-model.c:
10748         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
10749         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10750         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
10751         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
10752
10753         Update from libegg
10754
10755         * cut-n-paste/toolbar-editor/Makefile.am:
10756
10757         Fix to use "global" update-from-egg.sh
10758
10759         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10760
10761         Update from libegg
10762
10763 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
10764
10765         * configure.ac:
10766         * cut-n-paste/Makefile.am:
10767         * cut-n-paste/recent-files/Makefile.am:
10768         * cut-n-paste/toolbar-editor/.cvsignore:
10769         * cut-n-paste/toolbar-editor/Makefile.am:
10770         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10771         (egg_editable_toolbar_get_type), (get_toolbar_position),
10772         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
10773         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
10774         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
10775         (set_item_drag_source), (create_item_from_action), (create_item),
10776         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
10777         (popup_toolbar_context_menu_cb), (free_dragged_item),
10778         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
10779         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
10780         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
10781         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
10782         (item_added_cb), (item_removed_cb),
10783         (egg_editable_toolbar_construct),
10784         (egg_editable_toolbar_disconnect_model),
10785         (egg_editable_toolbar_deconstruct),
10786         (egg_editable_toolbar_set_model),
10787         (egg_editable_toolbar_set_ui_manager),
10788         (egg_editable_toolbar_set_property),
10789         (egg_editable_toolbar_get_property),
10790         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
10791         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
10792         (egg_editable_toolbar_new_with_model),
10793         (egg_editable_toolbar_get_edit_mode),
10794         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
10795         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
10796         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
10797         (new_pixbuf_from_widget), (new_separator_pixbuf),
10798         (update_separator_image), (style_set_cb),
10799         (_egg_editable_toolbar_new_separator_image),
10800         (egg_editable_toolbar_get_model):
10801         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10802         * cut-n-paste/toolbar-editor/egg-marshal.c:
10803         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10804         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
10805         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
10806         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
10807         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
10808         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
10809         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
10810         (editor_drag_data_delete_cb), (drag_data_get_cb),
10811         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
10812         (editor_create_item), (update_editor_sheet), (setup_editor),
10813         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
10814         (parse_item_list), (model_has_action), (update_actions_list),
10815         (egg_toolbar_editor_load_actions):
10816         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
10817         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10818         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
10819         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
10820         (toolbars_item_new), (free_toolbar_node), (free_item_node),
10821         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
10822         (egg_toolbars_model_add_separator), (impl_add_item),
10823         (parse_item_list), (egg_toolbars_model_add_toolbar),
10824         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
10825         (impl_get_item_data), (impl_get_item_type),
10826         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
10827         (egg_toolbars_model_init), (free_toolbar),
10828         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
10829         (egg_toolbars_model_remove_toolbar),
10830         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
10831         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
10832         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
10833         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
10834         (egg_toolbars_model_get_item_data),
10835         (egg_toolbars_model_get_item_type):
10836         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10837         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10838         * data/Makefile.am:
10839         * data/evince-toolbar.xml:
10840         * data/evince-ui.xml:
10841         * data/hand-open.png:
10842         * po/POTFILES.in:
10843         * shell/Makefile.am:
10844         * shell/ev-window.c: (update_chrome_visibility),
10845         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
10846         (ev_window_dispose), (ev_window_init):
10847
10848         Implement epiphany like toolbar editor. Based on patch by
10849         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10850
10851 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10852
10853         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
10854
10855         Use set_cursor instead of set_selection, so that
10856         the keyboard focus moves too.
10857
10858 2005-05-09  Aleksey Kliger <akliger@gmail.com>
10859
10860         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
10861
10862         Fix infinite loop when loading Type1 fonts
10863
10864 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10865
10866         * data/evince-ui.xml:
10867         * shell/ev-window.c:
10868
10869         Slash -> Find
10870
10871 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
10872
10873         * configure.ac:
10874
10875         Make --disable really disable
10876
10877 2005-05-07  Juerg Billeter  <j@bitron.ch>
10878
10879         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
10880
10881         Compare page labels even without has_labels set, fixes setting page
10882         with entry
10883
10884 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10885
10886         * shell/ev-view.c: (ev_view_create_invisible_cursor),
10887         (ev_view_set_cursor), (ev_view_button_press_event),
10888         (ev_view_motion_notify_event), (ev_view_button_release_event),
10889         (ev_view_init):
10890
10891         Implement middle button scrolling. Based on a patch
10892         by Tommi Komulainen <tommi.komulainen@iki.fi>.
10893
10894 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
10895
10896         * shell/ev-document-types.c: (get_slow_mime_type),
10897         (get_document_type_from_mime), (ev_document_type_lookup):
10898         * shell/ev-document-types.h:
10899
10900         Change api to lookup from uri. Do fast lookup first, if the
10901         type is unknown try with data sniffing.
10902
10903         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
10904         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10905
10906         Adapt to api change
10907
10908 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10909
10910         * thumbnailer/Makefile.am:
10911
10912         Fix distcheck
10913
10914 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10915
10916         * NEWS:
10917         * configure.ac:
10918
10919         Release 0.3.0
10920
10921         * data/evince-ui.xml:
10922
10923         Hide presentation mode for now
10924
10925         * shell/ev-view.c: (highlight_find_results):
10926
10927         Show current find selection only on current page
10928
10929 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10930
10931         * shell/ev-view.c: (ev_view_select_all):
10932
10933         Compute size of the actual page, not of
10934         the current one.
10935
10936 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10937
10938         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
10939         (view_rect_to_doc_rect), (compute_selections),
10940         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
10941         (ev_view_copy), (ev_view_primary_get_cb),
10942         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
10943         (ev_view_button_press_event), (ev_view_motion_notify_event),
10944         (ev_view_button_release_event), (page_changed_cb):
10945
10946         Fix text selection
10947
10948 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10949
10950         * shell/ev-view.c: (compute_border), (get_page_extents),
10951         (doc_rect_to_view_rect), (highlight_find_results),
10952         (ev_view_bin_expose), (ev_view_select_all),
10953         (ev_view_motion_notify_event), (update_find_status_message),
10954         (jump_to_find_result), (jump_to_find_page):
10955
10956         First go at fixing search, still buggy
10957
10958 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
10959
10960         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
10961         dropdown box and button at the top of the sidebar.
10962
10963 2005-05-02  James Bowes  <bowes@cs.dal.ca>
10964
10965         * configure.ac: Output zoom-control Makefile.
10966         * cut-n-paste/Makefile.am: build zoom-control subdir.
10967         * cut-n-paste/zoom-control/ephy-zoom-action.c:
10968         * cut-n-paste/zoom-control/ephy-zoom-action.h:
10969         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10970         * cut-n-paste/zoom-control/ephy-zoom-control.h:
10971         * cut-n-paste/zoom-control/ephy-zoom.c:
10972         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
10973         from epiphany, and modified to add a separator into the menu.
10974         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
10975         * data/evince-ui.xml: Replace old zoom toolbar actions with new
10976         zoom-control action.
10977         * shell/Makefile.am: Include zoom-control flags.
10978         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
10979         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
10980         (ev_view_zoom_for_size_presentation),
10981         (ev_view_zoom_for_size_continuous_and_dual_page),
10982         (ev_view_zoom_for_size_continuous),
10983         (ev_view_zoom_for_size_dual_page),
10984         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
10985         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
10986         ev_view_get_zoom and ev_view_get_sizing_mode.
10987         * shell/ev-view.h:
10988         * shell/ev-window.c: (update_action_sensitivity),
10989         (update_sizing_buttons), (zoom_control_changed_cb),
10990         (register_custom_actions): Initialize and use the zoom-control 
10991         widget.
10992
10993 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
10994
10995         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
10996         preview cache back to 1.  Don't know when it got set to 0.
10997         
10998         * shell/ev-view.c: (compute_border), (ev_view_realize),
10999         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11000         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11001         (ev_view_get_fullscreen), (ev_view_set_presentation),
11002         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11003         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11004         * shell/ev-view.h:
11005         * shell/ev-window.c:
11006         (update_chrome_visibility),
11007         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11008         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11009         (update_document_mode), (ev_window_update_fullscreen_action),
11010         (ev_window_fullscreen), (ev_window_unfullscreen),
11011         (ev_window_cmd_view_fullscreen),
11012         (ev_window_update_presentation_action),
11013         (ev_window_run_presentation), (ev_window_stop_presentation),
11014         (ev_window_cmd_view_presentation), (ev_window_state_event),
11015         (ev_window_focus_in_event), (ev_window_focus_out_event),
11016         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
11017         * data/evince-ui.xml: Initial presentation mode.  We should
11018         probably hide this until it's done, as it's quite rough.  Also,
11019         change full-screen to fullscreen and add two getters to EvView.
11020
11021 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11022
11023         * shell/ev-page-action.c: (update_page_cache),
11024         (ev_page_action_dispose):
11025         * shell/ev-window.c: (destroy_fullscreen_popup),
11026         (ev_window_create_fullscreen_popup):
11027
11028         Use connect_object rather than explicitly
11029         disconnect on dispose.
11030
11031 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
11032
11033         * shell/ev-page-action.c: (update_page_cache),
11034         (ev_page_action_dispose):
11035
11036 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11037
11038         * backend/ev-page-cache.c: (_ev_page_cache_new),
11039         (ev_page_cache_set_page_label),
11040         (ev_page_cache_has_nonnumeric_page_labels):
11041         * backend/ev-page-cache.h:
11042         * shell/ev-page-action.c: (update_pages_label):
11043         
11044         If all page labels are numeric, fallback to default
11045         way to display number of pages. See bug 173185.
11046
11047 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11048
11049         * shell/ev-page-action.c: (ev_page_action_dispose):
11050         * shell/ev-view.c: (view_update_range_and_current_page):
11051         * shell/ev-window.c: (ev_window_dispose):
11052         
11053         Set page on scroll in continuous mode. Fixes bug 301986.
11054         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
11055
11056 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
11057
11058         * configure.ac:
11059
11060         Require poppler 0.3.0
11061
11062 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11063         
11064         * shell/Makefile.am, configure.ac: Fix build problems
11065         with t1lib. Bug 301996.
11066
11067 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11068
11069         * shell/ev-view.c: (ev_view_scroll_event):
11070         
11071         Scroll up increase zoom
11072
11073 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11074
11075         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
11076         (ev_view_set_sizing_mode),
11077         (ev_view_zoom_for_size_continuous_and_dual_page),
11078         (ev_view_zoom_for_size_continuous):
11079         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11080         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
11081         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
11082         (ev_window_init):
11083
11084         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
11085         Fix for 165473 and 165472.
11086
11087 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11088
11089         * po/POTFILES.in:
11090         * thumbnailer/Makefile.am:
11091         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
11092         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
11093         * thumbnailer/evince-thumbnailer.schemas.in:
11094         
11095         Make thumbnailer schemas translatable. Fix for bug 301773
11096         
11097         * thumbnailer/evince-thumbnailer-djvu.schemas:
11098         * thumbnailer/evince-thumbnailer-dvi.schemas:
11099         * thumbnailer/evince-thumbnailer.schemas:
11100
11101         Removed files
11102
11103 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
11104
11105         * shell/ev-view.c (ev_view_init): forgot to set this.
11106
11107 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
11108
11109         * shell/ev-view.c: (find_page_at_location),
11110         (get_link_at_location),
11111         (ev_view_set_show_border), (ev_view_set_spacing),
11112         (ev_view_zoom_for_size_continuous_and_dual_page),
11113         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
11114         Also, add a quick fix measuring of widths.  Also, removed
11115         ev_view_set_spacing and ev_view_set_show_border.
11116         
11117         * shell/ev-window.c: (ev_window_unfullscreen),
11118         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
11119
11120 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11121
11122         * shell/ev-view.c: (view_update_range_and_current_page),
11123         (page_changed_cb):
11124         
11125         Fix crash on exit and scrolling to page in continuous view.
11126
11127 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
11128
11129         * TODO:
11130         * backend/ev-page-cache.c: (_ev_page_cache_new),
11131         (ev_page_cache_get_max_width_size),
11132         (ev_page_cache_get_max_height_size):
11133         * backend/ev-page-cache.h:
11134         * data/evince-ui.xml:
11135         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
11136         * shell/ev-view.c: (view_update_adjustments),
11137         (view_update_range_and_current_page), (get_bounding_box_size),
11138         (ev_view_size_request_continuous_and_dual_page),
11139         (ev_view_size_request_continuous),
11140         (ev_view_size_request_dual_page),
11141         (ev_view_size_request_single_page), (ev_view_size_request),
11142         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
11143         (ev_view_bin_expose), (ev_view_expose_event),
11144         (ev_view_set_property), (ev_view_get_property),
11145         (ev_view_class_init), (ev_view_init), (ev_view_new),
11146         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
11147         (ev_view_set_dual_page), (ev_view_set_full_screen),
11148         (ev_view_set_presentation), (ev_view_set_sizing_mode),
11149         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
11150         (ev_view_zoom_out), (zoom_for_size_fit_width),
11151         (zoom_for_size_best_fit),
11152         (ev_view_zoom_for_size_continuous_and_dual_page),
11153         (ev_view_zoom_for_size_continuous),
11154         (ev_view_zoom_for_size_dual_page),
11155         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11156         (ev_view_show_cursor), (ev_sizing_mode_get_type):
11157         * shell/ev-view.h:
11158         * shell/ev-window.c: (update_action_sensitivity),
11159         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11160         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11161         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
11162         (ev_window_cmd_view_zoom_out), (update_view_size),
11163         (ev_window_set_sizing_mode), (ev_window_init):
11164
11165         Add Continuous and Dual page modes.
11166
11167 2005-04-23  James Bowes  <bowes@cs.dal.ca>
11168
11169         * dvi/dvi-document.c: (dvi_document_load),
11170         (dvi_document_thumbnails_get_thumbnail),
11171         (dvi_document_init_params): Fix up some mixups between
11172         width and height to correct thumbnail rendering.
11173
11174 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11175
11176         * dvi/mdvi-lib/private.h:
11177         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
11178         
11179         Suppess output for kpathsea during font generation. Thanks to
11180         James Bowes
11181
11182 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
11183
11184         * NEWS:
11185         * configure.ac:
11186
11187         Release 0.2.1
11188
11189         * Makefile.am: fix distcheck.
11190
11191 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11192
11193         * shell/ev-sidebar-links.c: (selection_changed_callback),
11194         (update_page_callback), (row_activated_callback),
11195         (job_finished_callback), (ev_sidebar_links_set_document):
11196         
11197         Fix for bug #169901. Double click on links expands tree.
11198
11199 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
11200
11201         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
11202         hard-coded style. Fix for bug 170111
11203
11204 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
11205
11206         * shell/ev-view.c (highlight_find_results): Remove unnecessary
11207         locking.
11208
11209 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11210
11211         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
11212
11213 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
11214
11215         * pdf/ev-poppler.cc:
11216         * shell/ev-view.c: (highlight_find_results):
11217
11218         Fix find on single page documents
11219
11220 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11221
11222         * data/evince.schemas.in: fix for bug 301390
11223
11224 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11225
11226         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
11227         (ev_view_zoom_out), (ev_view_zoom_normal):
11228         * shell/ev-view.h:
11229         * shell/ev-window.c: (update_action_sensitivity),
11230         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11231         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
11232         (ev_window_cmd_view_normal_size):
11233
11234         Fix normal size zoom. Make zoom in/zoom out unsensitive when
11235         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
11236         better than oom. 
11237
11238 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11239
11240         * configure.ac:
11241
11242         Depend on 2.57, 2.59 doesnt seem to be necessary
11243
11244 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11245
11246         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
11247         (create_tool_item):
11248
11249         Put back total number of pages as (1 of 1234)
11250
11251 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
11252
11253         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
11254         remove the job.
11255
11256         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
11257         function.  This helps debugging.
11258
11259 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11260
11261         * djvu/djvu-document.c: (djvu_document_class_init),
11262         (djvu_document_get_info), (djvu_document_document_iface_init):
11263         * dvi/dvi-document.c: (dvi_document_class_init),
11264         (dvi_document_get_info), (dvi_document_document_iface_init):
11265
11266         Dummy implementation of get_info method for dvi and
11267         djvu. Fix crashes with those backends
11268
11269 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
11270
11271         * data/evince.desktop.in:
11272
11273         Add application/x-gzpostscript
11274
11275 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11276
11277         * data/evince.schemas.in: Added real long descriptions, 
11278         closes bug 172496 
11279
11280         * README: Added actual text, closes bug 171869
11281
11282 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11283
11284         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11285
11286         Thumbnail page 0
11287
11288 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11289
11290         * backend/ev-document-info.h:
11291
11292         s/GDate */GDate so we can just use g_free
11293
11294 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11295
11296         * shell/ev-window.c: (update_document_mode),
11297         (ev_window_setup_document):
11298
11299         Show the window in fullscreen when specified by
11300         the document
11301
11302 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11303
11304         * backend/ev-document.c: (ev_document_class_init),
11305         (ev_document_get_info), (ev_document_render_pixbuf):
11306         * backend/ev-document.h:
11307         * backend/ev-page-cache.c: (_ev_page_cache_new):
11308         * pdf/ev-poppler.cc:
11309         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11310         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11311         * ps/ps-document.c: (ps_document_class_init), (document_load),
11312         (ps_document_get_info), (ps_document_document_iface_init):
11313
11314         Remove get_title from the interface, we can just use document info
11315
11316 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11317
11318         * backend/Makefile.am:
11319         * backend/ev-document.c: (ev_document_render_get_info):
11320         * backend/ev-document.h:
11321         * pdf/ev-poppler.cc:
11322
11323         Initial support for document info. Based on jrb patch.
11324
11325 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11326
11327         * shell/ev-window.c: (ev_window_state_event),
11328         (ev_window_class_init), (ev_window_init):
11329         
11330         Doesn't show resize grip when maximized. See bug #301053
11331
11332 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11333
11334         * po/POTFILES.in:
11335         
11336         ev-sidebar-thumbnails now has translatable labels
11337         
11338         * shell/Makefile.am:
11339         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11340         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11341         (ev_sidebar_links_page_iface_init):
11342         * shell/ev-sidebar-links.h:
11343         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11344         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11345         (ev_sidebar_page_get_label):
11346         * shell/ev-sidebar-page.h:
11347         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11348         (ev_sidebar_thumbnails_set_document),
11349         (ev_sidebar_thumbnails_support_document),
11350         (ev_sidebar_thumbnails_get_label),
11351         (ev_sidebar_thumbnails_page_iface_init):
11352         * shell/ev-sidebar-thumbnails.h:
11353         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11354         (ev_sidebar_set_document):
11355         * shell/ev-sidebar.h:
11356         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11357         
11358         Small rework of sidebar code. Now sidebar pages should implement
11359         EvSidebarPage interface. That makes page management in EvSidebar
11360         easier. See bug #164811 for details
11361
11362 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11363
11364         * shell/ev-application.c: (ev_application_open):
11365         * shell/ev-document-types.c:
11366         
11367         Fix build error and small problem with application exit
11368
11369 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11370
11371         * thumbnailer/Makefile.am:
11372         * thumbnailer/evince-thumbnailer-djvu.schemas:
11373         * thumbnailer/evince-thumbnailer-dvi.schemas:
11374         
11375         Conditionally install schemas for djvu/dvi thumbnailer
11376
11377 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11378
11379         * shell/ev-document-types.h: 
11380         * shell/ev-document-types.c: 
11381         New files, handling the mapping from mimetypes to backends
11382         
11383         * shell/ev-window.c: 
11384         * thumbnailer/evince-thumbnailer.c:     
11385         Use the ev-document-types code
11386         
11387         * shell/Makefile.am: 
11388         Added new convenience library libevbackendfactory_la, containing
11389         the new mimetype->backend logic; moved the backends into it.
11390
11391         * thumbnailer/Makefile.am:
11392         Make the thumbnailer link with the libevbackend.la convenience
11393         library, rather than having a duplicate of the backend logic here.
11394
11395 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11396
11397         * shell/ev-stock-icons.c: constify some vars.
11398         * shell/ev-window.c: ditto.
11399
11400 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11401
11402         * ps/ps-document.c (get_page_orientation):
11403
11404         Respect document orientation 
11405
11406 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11407
11408         * djvu/Makefile.am:
11409         * dvi/Makefile.am:
11410         * shell/Makefile.am:
11411         
11412         Move library dependencies to components.
11413         
11414         * shell/ev-window.c: (update_window_title),
11415         (start_loading_document):
11416         
11417         Fix display of uris with spaces. Bug 168358.
11418
11419 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11420
11421         * shell/ev-sidebar-links.c: (selection_changed_cb):
11422         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11423         (ev_view_button_release_event), (ev_view_set_document):
11424         * shell/ev-view.h:
11425         * shell/ev-window.c: (find_bar_search_changed_cb):
11426         * shell/ev-window.h: Minor cleanups removing some dead code.
11427
11428 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11429
11430         * backend/ev-page-cache.c: (_ev_page_cache_new):
11431         
11432         Set current page to 0 if document has pages.
11433
11434 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11435
11436         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11437
11438         Initialize GError to NULL, fix a crash when loading fails.
11439
11440 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11441
11442         * shell/ev-window.c: (update_view_size):
11443
11444         Calculate shadow size only when there is actually
11445         a shadow.
11446
11447 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11448
11449         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11450         * shell/ev-view.h:
11451
11452         Allow setting view spacing, default to 0
11453
11454         * shell/ev-window.c: (ev_window_unfullscreen),
11455         (ev_window_cmd_view_fullscreen), (ev_window_init):
11456
11457         Remove spacing in fullscreen mode
11458
11459 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11460
11461         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11462         (ev_view_size_request), (expose_bin_window),
11463         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11464         * shell/ev-view.h:
11465         * shell/ev-window.c: (ev_window_unfullscreen),
11466         (ev_window_cmd_view_fullscreen):
11467
11468         Do not draw the border in fulscreen
11469
11470 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11471
11472         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11473         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11474         (find_page_at_location), (page_changed_cb):
11475
11476         Rework border calculation, so that I can more easily disable it.
11477         Code somewhat cleaner too.
11478
11479 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11480
11481         * backend/ev-page-cache.c: (ev_page_cache_init),
11482         (_ev_page_cache_new):
11483
11484         Remove some assertions, documents can have 0 pages.
11485         Make initial current page -1.
11486
11487         * shell/ev-page-action.c: (page_changed_cb):
11488
11489         Show "" if current page is -1
11490
11491         * shell/ev-window.c: (update_action_sensitivity),
11492         (ev_window_setup_document):
11493
11494         When document has 0 pages do not set the view
11495         and make nearly everything insensitive.
11496
11497 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11498
11499         * shell/ev-page-view.c:
11500         * shell/ev-page-view.h:
11501
11502         Remove unused files.
11503         
11504         * shell/ev-sidebar-thumbnails.c:
11505         (ev_sidebar_thumbnails_set_document):
11506         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11507         (ev_sidebar_supports_document):
11508         * shell/ev-sidebar.h:
11509         * shell/ev-window.c: (ev_window_setup_document):
11510         
11511         Doesn't show thumbnails if document has 1 page. Make
11512         sidebar menu entries sensitive only if if they have 
11513         sense. Fix bug 164811. 
11514
11515 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11516
11517         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11518         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11519         (ev_view_zoom_out), (ev_view_set_size):
11520
11521         Rework sizing to deal with documents with not uniform page
11522         size.
11523
11524 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11525
11526         * backend/ev-page-cache.c: (_ev_page_cache_new):
11527
11528         Fix several page size caching bugs
11529
11530 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11531
11532         * shell/ev-window.c: (set_action_properties):
11533
11534         Make all toolbar items translatable
11535
11536 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11537
11538         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11539         (save_page_list), (ps_document_save),
11540         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11541         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11542         (ps_document_ps_exporter_iface_init):
11543         * ps/ps-document.h:
11544
11545         Based on a patch by J�rg Billeter <j@bitron.ch>
11546         
11547         Implement print and save a copy for the ps backend.
11548
11549 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11550
11551         * backend/ev-document.h:
11552         * djvu/djvu-document.c: (djvu_document_can_get_text),
11553         (djvu_document_document_iface_init):
11554         * dvi/dvi-document.c: (dvi_document_can_get_text),
11555         (dvi_document_document_iface_init):
11556         * pdf/ev-poppler.cc:
11557         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11558         (pixbuf_document_document_iface_init):
11559         * ps/ps-document.c: (ps_document_can_get_text),
11560         (ps_document_document_iface_init):
11561         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11562         * shell/ev-window.c: (update_action_sensitivity):
11563
11564         Fix the crash when trying to copy in backends that doesnt
11565         support it. We can implement a better solution once we
11566         do real text selection.
11567
11568 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11569
11570         * data/evince-ui.xml:
11571         * shell/ev-window.c: (ev_window_cmd_escape):
11572         
11573         Work around the Escape conflict (find bar and unfullscreen)
11574
11575 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11576
11577         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11578         
11579         Fix for #300233. Next page correctly handles document end.
11580         
11581         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11582         (ev_sidebar_thumbnails_class_init),
11583         (ev_sidebar_thumbnails_set_document),
11584         (ev_sidebar_thumbnails_clear_job),
11585         (ev_sidebar_thumbnails_clear_model):
11586         
11587         Cleanup thumbnail jobs on document changes.
11588         
11589         * shell/ev-view.c: (add_scroll_binding_keypad),
11590         (add_scroll_binding_shifted), (ev_view_class_init):
11591         
11592         Shift + Space scrolls up. Fix for #173184
11593         
11594         * shell/ev-window.c: (ev_window_open_page),
11595         (ev_window_cmd_view_reload):
11596         
11597         Fix reload (Bug #300094)
11598
11599 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11600
11601         
11602         * dvi/mdvi-lib/assoc.c:
11603         * dvi/mdvi-lib/assoc.h: Removed garbage files
11604         
11605         * dvi/mdvi-lib/bitmap.c:
11606         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11607         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11608         * dvi/mdvi-lib/color.h: Antialias of rules
11609         
11610         * dvi/mdvi-lib/common.h:
11611         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11612         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11613         * dvi/mdvi-lib/files.c:
11614         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11615         * dvi/mdvi-lib/mdvi.h:
11616         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11617         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11618         * dvi/mdvi-lib/util.c: Fix compile warnings
11619         
11620         * dvi/dvi-document.c:
11621         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11622         (dvi_document_thumbnails_get_thumbnail),
11623         (dvi_document_document_thumbnails_iface_init):
11624         * dvi/mdvi-lib/Makefile.am:
11625         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11626         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11627         
11628         Dvi backend now renders thumbnails
11629
11630 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11631
11632         * shell/main.c: (main): 
11633         
11634         Save accelerators on exit. Fixes bug #172095.
11635
11636 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11637
11638         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11639         update priority" comment.
11640
11641         * backend/ev-job-queue.c: Give a way to change priority.
11642
11643 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11644
11645         * shell/ev-page-action.c: Fix logic.
11646
11647 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11648
11649         * shell/ev-view.c: (ev_view_can_find_next):
11650         * shell/ev-window.c: (ev_window_setup_document):
11651
11652         Check that the document supports find
11653
11654 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11655
11656         * data/evince-ui.xml:
11657         * shell/ev-view.c: (ev_view_can_find_next):
11658         * shell/ev-view.h:
11659         * shell/ev-window.c: (update_action_sensitivity),
11660         (find_changed_cb), (ev_window_setup_document),
11661         (ev_window_cmd_edit_find_next):
11662
11663         Add Edit->Find Next
11664
11665 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11666
11667         * pdf/ev-poppler.cc:
11668         * shell/ev-print-job.c: (idle_print_handler):
11669
11670         Make printing work again
11671
11672 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
11673
11674         * shell/ev-page-action.h:
11675         * shell/ev-page-action.c: (ev_page_action_widget_init),
11676         (ev_page_action_widget_class_init), (page_changed_cb),
11677         (create_tool_item), (update_page_cache), (build_new_tree_cb),
11678         (get_filter_model_from_model), (match_selected_cb),
11679         (display_completion_text), (match_completion), (update_model),
11680         (connect_proxy), (ev_page_action_set_property),
11681         (ev_page_action_get_property), (ev_page_action_set_document),
11682         (ev_page_action_set_model), (ev_page_action_class_init): Big
11683         reworking to make completions work iff we have >= GTK-2.7.0
11684                 
11685         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
11686         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
11687         (job_finished_cb): We now have a 'model' property that is set when
11688         the links are loaded.  This can be caught with "notify::model"
11689
11690         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
11691         listen for the model to be set, and propagate it to the action.
11692
11693 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11694
11695         * cut-n-paste/recent-files/egg-recent-item.c:
11696         (egg_recent_item_set_uri), (make_valid_utf8),
11697         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
11698         * cut-n-paste/recent-files/egg-recent-item.h:
11699         
11700         Update egg-recent from libegg. This should fix long
11701         startup problem. For details see
11702         http://bugzilla.gnome.org/show_bug.cgi?id=160531
11703
11704 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11705
11706         * cut-n-paste/recent-files/Makefile.am:
11707         * data/evince-ui.xml, shell/Makefile.am:
11708         * shell/ev-application.c, shell/ev-application.h:
11709         * shell/ev-window.c: Recent files support.
11710         
11711         * configure.ac: Added "ru" to ALL_LINGUAS.
11712         
11713         * dvju: new backend to support DJVU files.
11714         * dvi: new backend to support DVI.
11715
11716         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
11717         * ev-application.c: Support for new backends.
11718         
11719         * help, ev-window.c, main.c shell/Makefile.am: 
11720         Evince user documentation.
11721
11722 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11723
11724         * po/POTFILES.in:
11725         * shell/ev-window.c:
11726         * thumbnailer/evince-thumbnailer.c:
11727
11728         s/pdf-document/ev-poppler
11729
11730 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11731
11732         * NEWS:
11733         * configure.ac:
11734
11735         Release 0.2.0
11736
11737         * ps/ps-document.c: (setup_pixmap):
11738
11739         Remove debug code
11740
11741 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
11742
11743         * backend/ev-page-cache.c (ev_page_cache_next_page): 
11744         * shell/ev-window.c (ev_window_cmd_go_next_page) 
11745         (ev_window_cmd_go_first_page): Fix of by one errors.
11746
11747 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11748
11749         * ps/ps-document.c: (get_page_box):
11750
11751         Fix page size calculation
11752
11753 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11754
11755         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11756         (ps_document_cleanup), (setup_pixmap), (get_page_box),
11757         (get_page_orientation), (setup_page), (document_load),
11758         (ps_document_get_page_size), (render_pixbuf_idle):
11759         * ps/ps-document.h:
11760
11761         More refactoring to adapt to EvDocument changes
11762
11763 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11764
11765         * ps/ps-document.c: (start_interpreter):
11766
11767         Actually add alpha args
11768
11769 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11770
11771         * pdf/ev-poppler.cc:
11772
11773         Make clipboard work again
11774
11775 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
11776
11777         Make searching work again.
11778         
11779         * backend/ev-document.c:
11780         * backend/ev-document.h:
11781         * backend/ev-document-find.c:
11782         * backend/ev-document-find.h: Change EvDocumentIface so we no
11783         longer store the current page or zoom level in the document.  The
11784         consequence is that all calls that operate on the current page now
11785         instead take the page number as an extra argument, and all
11786         coordinates are now doubles in document coordinate system.
11787
11788         * pdf/ev-poppler.cc:
11789         * pixbuf/pixbuf-document.c:
11790         * ps/ps-document.c: Update backends accordingly.
11791
11792 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
11793
11794         * autogen.sh:
11795
11796         Add required gettext version
11797
11798 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
11799
11800         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
11801         make F1 bring up non-existent help.
11802
11803         * shell/eggfindbar.c: Patch from Christian Persch to sync to
11804         epiphany's find bar, #167477
11805
11806         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
11807         <emil@nishra.com> to add space-bar scrolling, 
11808
11809         * shell/ev-window.c (static GtkActionEntry entries): add default
11810         keybinding for Help (F1)
11811         Fixes #171068
11812
11813         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
11814         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
11815         170110
11816
11817 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
11818
11819         * Makefile.am: 
11820         * pixbuf/pixbuf-document.c: 
11821
11822         Got pixbuf backend working again
11823
11824 2005-04-01  Steve Murphy  <murf@e-tools.com>
11825
11826         * configure.in: Added "rw" to ALL_LINGUAS.
11827
11828 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
11829
11830         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
11831         model types, noticed by Martin Kretzschmar.
11832
11833 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
11834
11835         * pdf/ev-poppler.cc: Implement search based on
11836         poppler_page_find_text().  Currently a bit crude since we remember
11837         all matches from all pages.  Also, we grab the big document lock
11838         when we search since searching changes the underlying stream and
11839         thus conflicts with the rendering thread.
11840         
11841         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11842         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
11843         (ev_view_find_previous): Fix some page indexes to be 0 based,
11844         offset rubber band by view offset,
11845
11846 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
11847
11848         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
11849
11850 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
11851
11852         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
11853         completely because I didn't understand GtkActions.  I should
11854         read Marco's code more carefully in the future.
11855
11856         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
11857         function
11858
11859 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
11860
11861         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
11862         PopplerRectangle change from poppler CVS.
11863
11864 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
11865
11866         * backend/ev-document.c: (ev_document_get_page_label):
11867         * backend/ev-document.h:
11868         * backend/ev-page-cache.c: (_ev_page_cache_new),
11869         (ev_page_cache_get_page_label):
11870         * backend/ev-page-cache.h:
11871         * pdf/ev-poppler.cc:
11872         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
11873         (links_page_num_func):
11874         * shell/ev-sidebar-thumbnails.c:
11875         (ev_sidebar_thumbnails_set_document):
11876         * shell/ev-view.c: (status_message_from_link),
11877         (ev_view_motion_notify_event):
11878         * shell/ev-window.c: (document_supports_sidebar): Add in page
11879         label support.  It's not perfect yet, but it's the first 'feature'
11880         in a while.
11881         Also, fix a bogus comment noticed by crispin. 
11882
11883 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
11884
11885         * Makefile.am: Remove pixbuf backend for now
11886
11887         * configure.ac: Require poppler-glib instead of just poppler.
11888
11889         * backend/ev-document-thumbnails.h: Add a comment
11890
11891         * backend/ev-document.h:
11892         * backend/ev-document.c: (ev_document_class_init),
11893         (ev_document_load), (ev_document_get_link),
11894         (ev_document_get_links): Remove 3 methods and add get_links.
11895         Also, made 0 based.
11896
11897         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
11898         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
11899
11900         * backend/ev-link.c: (ev_link_set_title),
11901         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
11902         (ev_link_mapping_find):
11903         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
11904         
11905         * backend/ev-page-cache.c: (ev_page_cache_init),
11906         (_ev_page_cache_new), (ev_page_cache_set_current_page),
11907         (ev_page_cache_get_size), (ev_page_cache_next_page),
11908         (ev_page_cache_prev_page): Fix to be 0 based.
11909
11910         * pdf/Makefile.am: 
11911         * pdf/ev-poppler.h:
11912         * pdf/ev-poppler.cc: New backend.
11913         
11914         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
11915         (ps_document_get_page), (ps_document_document_iface_init):
11916
11917         * shell/ev-pixbuf-cache.h:
11918         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11919         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
11920         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
11921         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
11922         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
11923         Fix up code to grab a page cache per each doc.  Also, fix to be 0
11924         based.
11925         
11926         * shell/ev-sidebar-thumbnails.c:
11927         (ev_sidebar_tree_selection_changed), (page_changed_cb),
11928         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
11929
11930         * shell/ev-view.c: (status_message_from_link),
11931         (find_page_at_location), (get_link_at_location),
11932         (ev_view_motion_notify_event), (ev_view_button_release_event),
11933         (ev_view_init): Use the new link code.  Fix to be 0 based.
11934
11935         * shell/ev-window.c: (update_action_sensitivity),
11936         (document_supports_sidebar): 0 based.
11937
11938 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
11939
11940         * pdf/pdf-document.cc: Patch from Fernando Herrera
11941         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
11942         *blush*
11943
11944 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
11945
11946         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
11947         1 to the page, as this seems to be 1 based.  I thought we has this
11948         fixed.  grump.
11949
11950 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
11951
11952         * TODO:
11953         * backend/Makefile.am:
11954         * backend/ev-document-links.c:
11955         (ev_document_links_has_document_links),
11956         (ev_document_links_get_links_model):
11957         * backend/ev-document-links.h:
11958         * backend/ev-document.c: (ev_document_get_page_cache),
11959         (ev_document_get_doc_mutex), (ev_document_load),
11960         (ev_document_save), (ev_document_get_title),
11961         (ev_document_get_n_pages), (ev_document_set_page),
11962         (ev_document_get_page), (ev_document_set_target),
11963         (ev_document_set_scale), (ev_document_set_page_offset),
11964         (ev_document_get_page_size), (ev_document_get_text),
11965         (ev_document_get_link), (ev_document_render),
11966         (ev_document_render_pixbuf), (ev_document_scale_changed):
11967         * backend/ev-document.h:
11968         * backend/ev-job-queue.c: (remove_object_from_queue),
11969         (notify_finished), (handle_job), (search_for_jobs_unlocked),
11970         (no_jobs_available_unlocked), (ev_render_thread),
11971         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
11972         (ev_job_queue_remove_job):
11973         * backend/ev-job-queue.h:
11974         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11975         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11976         (ev_job_links_class_init), (ev_job_render_init),
11977         (ev_job_render_dispose), (ev_job_render_class_init),
11978         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11979         (ev_job_thumbnail_class_init), (ev_job_finished),
11980         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11981         (ev_job_render_run), (ev_job_thumbnail_new),
11982         (ev_job_thumbnail_run):
11983         * backend/ev-jobs.h:
11984         * backend/ev-link.c:
11985         * backend/ev-link.h:
11986         * backend/ev-page-cache.c: (ev_page_cache_init),
11987         (ev_page_cache_class_init), (ev_page_cache_finalize),
11988         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
11989         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11990         (ev_page_cache_set_link), (ev_page_cache_get_title),
11991         (ev_page_cache_get_size), (ev_page_cache_next_page),
11992         (ev_page_cache_prev_page):
11993         * backend/ev-page-cache.h:
11994         * pdf/pdf-document.cc:
11995         * ps/gsdefaults.c:
11996         * ps/gsdefaults.h:
11997         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11998         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
11999         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12000         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12001         (is_interpreter_ready), (output), (catchPipe), (input),
12002         (start_interpreter), (check_filecompressed), (compute_dimensions),
12003         (ps_document_enable_interpreter), (document_load),
12004         (ps_document_next_page), (render_page), (ps_document_set_page),
12005         (ps_document_set_scale), (render_pixbuf_idle),
12006         (ps_document_render_pixbuf), (ps_document_document_iface_init):
12007         * ps/ps-document.h:
12008         * shell/Makefile.am:
12009         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12010         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
12011         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
12012         (ev_pixbuf_cache_new), (job_finished_cb),
12013         (check_job_size_and_unref), (move_one_job),
12014         (ev_pixbuf_cache_update_range), (find_job_cache),
12015         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
12016         (ev_pixbuf_cache_add_jobs_if_needed),
12017         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
12018         * shell/ev-pixbuf-cache.h:
12019         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
12020         (idle_print_handler):
12021         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12022         (selection_changed_cb), (create_loading_model),
12023         (ev_sidebar_links_construct), (links_page_num_func),
12024         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
12025         (update_page_callback), (job_finished_cb),
12026         (ev_sidebar_links_set_document):
12027         * shell/ev-sidebar-thumbnails.c:
12028         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
12029         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
12030         (page_changed_cb), (thumbnail_job_completed_callback),
12031         (ev_sidebar_thumbnails_set_document):
12032         * shell/ev-sidebar-thumbnails.h:
12033         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12034         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
12035         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
12036         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
12037         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
12038         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
12039         (ev_view_button_release_event), (ev_view_scroll_view),
12040         (ev_view_class_init), (ev_view_init), (update_find_status_message),
12041         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
12042         (ev_view_new), (job_finished_cb), (page_changed_cb),
12043         (ev_view_set_document), (go_to_link), (ev_view_zoom),
12044         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
12045         (ev_view_find_previous):
12046         * shell/ev-view.h:
12047         * shell/ev-window.c: (update_action_sensitivity),
12048         (ev_window_open_page), (update_window_title), (update_total_pages),
12049         (page_changed_cb), (ev_window_setup_document),
12050         (password_dialog_response), (ev_window_cmd_save_as),
12051         (ev_window_print), (ev_window_cmd_go_previous_page),
12052         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
12053         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
12054         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
12055         * shell/main.c: (main):
12056
12057         Merge evince-threads branch
12058
12059 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
12060
12061         * configure.ac: Added "lt" to ALL_LINGUAS.
12062
12063 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
12064
12065         * NEWS:
12066         * configure.ac:
12067
12068         Release 0.1.9
12069
12070 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
12071
12072         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12073
12074         Fix here also the thumbnails 1-basedness :)
12075
12076 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12077
12078         * NEWS:
12079         * configure.ac:
12080
12081         Release 0.1.8
12082
12083 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12084
12085         * pdf/pdf-document.cc:
12086         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
12087         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
12088
12089         Fix the mess we did with thumbnails and 1-basedness
12090
12091 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
12092
12093         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
12094
12095 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
12096
12097         * NEWS:
12098         * configure.ac:
12099
12100         Release 0.1.7
12101
12102 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
12103
12104         * ps/Makefile.am:
12105         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
12106         (gtk_gs_defaults_get_alpha_parameters),
12107         (gtk_gs_defaults_get_ungzip_cmd),
12108         (gtk_gs_defaults_get_unbzip2_cmd):
12109         * ps/gsdefaults.h:
12110         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12111         (ps_document_get_orientation), (document_load),
12112         (ps_document_goto_page), (ps_document_set_page_size):
12113         * ps/ps-document.h:
12114
12115         Some more sanitization of the ps backend. Remove a lot
12116         of unused code and do not base our defaults on ggv
12117         preferences (ugh!)
12118
12119 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
12120
12121         * thumbnailer/evince-thumbnailer.schemas:
12122         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12123         (main): add -s option for thumbnail size.
12124
12125 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
12126
12127         * configure.ac:
12128
12129         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
12130         remove it.
12131
12132 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12133
12134         * pdf/pdf-document.cc:
12135
12136         Remove 4 pixels of useless border from the
12137         thumbnail.
12138
12139 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12140
12141         * backend/ev-document-thumbnails.c:
12142         (ev_document_thumbnails_get_thumbnail):
12143         * backend/ev-document-thumbnails.h:
12144
12145         Rework API a bit. Add a border flag and
12146         change sizing logic (now the size we specify
12147         applies to the bigger dimension).
12148
12149         * pdf/pdf-document.cc:
12150         * pixbuf/pixbuf-document.c:
12151         (pixbuf_document_thumbnails_get_thumbnail):
12152         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
12153         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12154
12155         Adapt to the new API and do not draw a border for nautilus
12156         thumbnailer.
12157
12158 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
12159
12160         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12161         take thumbnails from page "0" instead of "1". Added a copyright header.
12162
12163 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
12164
12165         * ps/ps-document.c: (set_up_page), (start_interpreter):
12166
12167         Make it C89 compliant
12168
12169 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
12170
12171         * Makefile.am:
12172         * configure.ac:
12173         * pdf/.cvsignore:
12174         * pdf/pdf-document.cc:
12175         * thumbnailer/Makefile.am:
12176         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12177         (main):
12178         * thumbnailer/evince-thumbnailer.schemas:
12179         * thumbnailer/pdf-icon.png:
12180
12181         Add a nautilus thumbnailer.
12182         Based on patch by Fernando Herrera <fherrera@onirica.com>.
12183
12184 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
12185
12186         * NEWS:
12187         * configure.ac:
12188         * po/POTFILES.in:
12189
12190         Release 0.1.6
12191
12192 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
12193
12194         Use poppler instead of including xpdf source code.  Poppler is a
12195         fork of xpdf to build it as a shared library. See
12196         http://freedesktop.org/wiki/Software/poppler.
12197
12198         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
12199         xpdf fork.
12200         
12201         * pdf/Makefile.am: Build libpdfdocument.a here.
12202         
12203         * pdf/GDKSplashOutputDev.cc:
12204         * pdf/GDKSplashOutputDev.h:
12205         * pdf/GnomeVFSStream.cc:
12206         * pdf/GnomeVFSStream.h:
12207         * pdf-document.cc:
12208         * pdf-document.h:
12209         * test-gdk-output-dev.cc
12210         * Thumb.cc:
12211         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
12212         against poppler.
12213
12214 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12215
12216         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
12217
12218         Clear idle stack before unsetting the document
12219
12220 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12221
12222         * ps/ps-document.c: (ps_document_widget_event),
12223         (ps_document_set_target), (ps_document_finalize),
12224         (ps_document_get_page):
12225
12226         Disconnect the widget event signal on finalize.
12227         Some code cleanups.
12228
12229 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12230
12231         * ps/ps-document.c: (set_up_page):
12232
12233         If there is no bpixmap create one, even if size
12234         is not changed.
12235
12236 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12237
12238         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
12239         (set_up_page), (document_load), (ps_document_set_zoom):
12240
12241         Default page is 0. Calculate size even when we have no
12242         target yet.
12243
12244 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
12245
12246         * shell/ev-sidebar.c: expand the selection widget to be always as
12247         wide as the sidebar
12248
12249 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12250
12251         * shell/ev-sidebar-thumbnails.c:
12252         (ev_sidebar_thumbnails_set_document):
12253
12254         Clear the list store when setting document
12255
12256 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12257
12258         * shell/ev-page-action.c: (update_entry), (sync_entry),
12259         (activate_cb), (entry_size_request_cb), (create_tool_item),
12260         (connect_proxy):
12261
12262         Use an entry for the page control instead of spinbuttons
12263
12264 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12265
12266         * data/evince.schemas.in:
12267
12268         Correct confusing string
12269
12270 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
12271
12272         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
12273         for real.  Gosh, how long has this been broken.
12274
12275         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
12276         check for a NULL link.  We crash otherwise.
12277
12278 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
12279
12280         * NEWS:
12281         * configure.ac:
12282
12283         Release 0.1.5
12284
12285 2005-02-25  Sebastien Bacher  <seb128@debian.org>
12286
12287         * configure.ac: add the french translation.
12288
12289 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12290
12291         * shell/ev-window.c:
12292
12293         Remove unused header -> fix distcheck
12294
12295 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12296
12297         * shell/ev-window.c: (update_window_title),
12298         (ev_window_popup_password_dialog):
12299
12300         Unescape filename for display
12301
12302 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12303
12304         * pdf/xpdf/pdf-document.cc:
12305
12306         In get_page_size deal with rotation. Also
12307         cleanup the function a bit.
12308
12309 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12310
12311         * pdf/xpdf/pdf-document.cc:
12312
12313         Fix crash when opening in new window
12314
12315 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12316
12317         * configure.ac:
12318
12319         Check ghostscript >= 7
12320
12321 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12322
12323         * shell/ev-window.c:
12324
12325         Make page width the default sizing mode
12326
12327 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12328         Marco Pesenti Gritti <marco@gnome.org>
12329
12330         * shell/ev-window.c: Remember the sidebar size
12331
12332         * data/evince.schemas.in: Add a new gconf key to store the size of
12333         the sidebar
12334
12335 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12336
12337         * data/evince-ui.xml:
12338         * shell/ev-window.c: (update_action_sensitivity),
12339         (ev_window_cmd_view_reload):
12340         
12341         Add a "Reload" action and menu entry
12342
12343 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12344
12345         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12346         iff the type doesn't support thumbnailing and indexing.
12347
12348 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12349
12350         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12351
12352 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12353
12354         * pdf/splash/Splash.cc:
12355
12356         Port fix for a crasher from kde bug
12357         http://bugs.kde.org/show_bug.cgi?id=97131
12358
12359 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12360
12361         * pdf/xpdf/pdf-document.cc:
12362
12363         Return a link even if it's of an unrecognized
12364         type. Otherwise we go in an infinte cycle.
12365
12366 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12367
12368         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12369         (size_allocate_cb), (ev_window_set_sizing_mode):
12370
12371         Update size when switching mode
12372
12373 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12374
12375         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12376         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12377         (ev_window_cmd_view_normal_size):
12378
12379         Fix size toggle buttons behavior
12380
12381 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12382
12383         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12384         (doc_rect_to_view_rect), (ev_view_size_allocate),
12385         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12386         (scale_changed_callback):
12387
12388         Do not cache offsets in size_allocate.
12389
12390 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12391
12392         * shell/ev-view.c: (ev_view_size_allocate):
12393
12394         Calculate offsets before calling the parent
12395         class (which does a redraw)
12396
12397 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12398
12399         * pdf/xpdf/pdf-document.cc:
12400
12401         Fix a crasher on exit. Unused code, put a TODO
12402
12403 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12404
12405         * backend/ev-document.c: (ev_document_class_init),
12406         (ev_document_page_changed), (ev_document_scale_changed):
12407         * backend/ev-document.h:
12408
12409         Separate page/scale notifications
12410
12411         * pdf/xpdf/pdf-document.cc:
12412
12413         Emit the new signals.
12414         Do not display the pdf page in _render, do it
12415         when scale/page are requested.
12416
12417         * ps/ps-document.c: (ps_document_set_zoom),
12418         (ps_document_widget_event):
12419         * ps/ps-document.h:
12420
12421         Emit the new signals.
12422
12423         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12424         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12425         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12426         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12427         * shell/ev-view.h:
12428         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12429         (ev_window_cmd_view_page_width), (size_allocate_cb),
12430         (ev_window_set_sizing_mode):
12431
12432         Rework sizing to be pixel based.
12433         There are bugs but should be already way better.
12434
12435 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12436
12437         * shell/ev-window.c: (ev_window_init):
12438
12439         Do not allow to shrink sidebar smaller then
12440         child requisition
12441
12442 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12443
12444         * shell/ev-sidebar.[ch]
12445         * shell/ev-window.c:
12446
12447         Improved sidebar widget. Fixes #166683
12448
12449 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12450
12451         * shell/ev-view.c (update_find_status_message): Give translators
12452         more flexibility with ngettext plural handling.
12453
12454 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12455
12456         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12457         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12458         page when we get the page size.
12459
12460 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12461
12462         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12463
12464         ps pages are 0 based, convert 
12465
12466 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12467
12468         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12469
12470         Initialize correct parent class. Set GError on document load
12471
12472 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12473
12474         * pdf/xpdf/pdf-document.cc:
12475
12476         Fixup selection offset calculation
12477
12478         * shell/ev-view.c: (view_rect_to_doc_rect),
12479         (doc_rect_to_view_rect), (ev_view_size_allocate),
12480         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12481         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12482
12483         Store selection as document relative, so that zooming
12484         and offset changing doesnt break it.
12485
12486 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12487
12488         * shell/ev-view.c: (ev_view_best_fit):
12489
12490         Do not try to best fit if the view is not realized
12491
12492 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12493           
12494         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12495
12496 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12497
12498         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12499
12500 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12501
12502         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12503         the popup window.  That prevents it resizing when in full screen
12504         mode.
12505
12506         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12507         multiple rerenders.  This pretty much sucks.
12508
12509         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12510         rest of the toolbar.
12511
12512 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12513
12514         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12515
12516 2005-02-17  Alexander Shopov  <ash@contact.bg>
12517
12518         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12519
12520 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12521
12522         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12523
12524 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12525
12526         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12527         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12528         (set_document_page), (document_changed_callback),
12529         (ev_view_set_document), (ev_view_find_previous),
12530         (ev_view_hide_cursor), (ev_view_show_cursor):
12531         * shell/ev-view.h:
12532         * shell/ev-window.c: (update_chrome_visibility),
12533         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12534         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12535         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12536         (ev_window_unfullscreen):
12537         * shell/main.c: (main):
12538
12539         Automatically hide the fullscreen button.
12540         Patch by Kristian Høgsberg <krh@redhat.com>
12541
12542 2005-02-16  Vincent Noel  <vnoel@cox.net>
12543
12544         * shell/main.c (main): Specify an icon for the window. Patch by
12545         Jaap A. Haitsma. Fixes #166177.
12546
12547 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12548
12549         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12550
12551 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12552
12553         * backend/ev-document-misc.h:
12554         * backend/ev-document-misc.c:
12555         (ev_document_misc_get_page_border_size),
12556         (ev_document_misc_paint_one_page): New function to canonicalize
12557         sizing/painting a border.
12558
12559         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12560         used.
12561
12562         * pdf/xpdf/pdf-document.cc: use new function
12563
12564         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12565         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12566         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12567         shell/ev-window.c: (update_sizing_buttons),
12568         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12569         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12570         (ev_window_cmd_view_page_width), (size_allocate_cb),
12571         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12572         and "fit width" values act as toggle buttons so they stay
12573         toggled.  It's not 100% perfect, and it's a little slow, but it's
12574         good enough to commit I think.
12575
12576 2005-02-15  David Lodge  <dave@cirt.net>
12577
12578         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12579
12580 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12581
12582         * shell/ev-window.c (update_window_title): replace newlines in
12583         the title by spaces. Bug #166107.
12584
12585 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12586
12587         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12588         parameters providing allocation width and height without
12589         scrollbars and width of a possible vertical scrollbar. With this
12590         additional information the functions can work as
12591         intended. Unfortunately they're not idempotent. We should
12592         transform these commands to toggles. Fixes Bug #164976
12593         Initial patch by Stephane Loeuillet, then heavily modified.
12594
12595         * shell/ev-view.h: update prototypes.
12596
12597         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12598         (ev_window_cmd_view_page_width): provide EvView fit functions with
12599         all the information they need. Formulas to calculate this
12600         information taken from GtkScrolledWindow.
12601
12602 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12603
12604         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12605         created a thumbnail, the list store is updated to know
12606         that the thumbnail is set. Fixes bug #166792
12607
12608 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12609
12610         * shell/ev-window.c: fixed typo, closes bug 166897
12611
12612         * TODO: updated TODO with bug numbers that are relevant
12613
12614 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12615
12616         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12617
12618 2005-02-09  Vincent Noel  <vnoel@cox.net>
12619
12620         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12621         and "Next" toolbar buttons as important to make them stand out.
12622
12623 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12624
12625         * lib/ev-debug.c:
12626         * lib/ev-debug.h:
12627         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12628         (start_interpreter), (stop_interpreter), (document_load),
12629         (ps_document_next_page), (ps_document_goto_page),
12630         (ps_document_set_page_size), (ps_document_widget_event),
12631         (ps_document_render):
12632         * shell/ev-page-view.c: (ev_page_view_dispose):
12633         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12634
12635         Fix compilation on non-gcc platforms
12636
12637 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12638
12639         * NEWS:
12640         * configure.ac:
12641
12642         Release 0.1.4
12643
12644         * pdf/xpdf/Catalog.cc:
12645         * pdf/xpdf/XRef.cc:
12646
12647         Fix the fix for CAN-2004-0888
12648
12649 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12650
12651         * data/Makefile.am:
12652         * data/evince-ui.xml:
12653         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12654         * shell/ev-stock-icons.h:
12655         * shell/ev-window.c: (update_action_sensitivity),
12656         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12657         (set_action_properties):
12658
12659         Improve toolbar layout/icons
12660
12661 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
12662
12663         * pdf/xpdf/pdf-document.cc:
12664
12665         Add warnings about unimplemented/unknown link
12666         types.
12667
12668 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12669
12670         * ps/ps-document.c: (set_up_page):
12671
12672         Log gs property
12673
12674 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12675
12676         * ps/ps-document.c: (start_interpreter):
12677
12678         Log gs env var
12679
12680 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12681
12682         * shell/ev-page-view.c: (ev_page_view_dispose):
12683         * shell/ev-view.c: (ev_view_finalize):
12684         * shell/ev-window.c: (ev_window_setup_document),
12685         (ev_window_dispose), (ev_window_init):
12686
12687         Solve more refs issues.
12688
12689         I commented out the page_view initialization for now:
12690         it was never destroyed (because it's never added
12691         to a container). Because of that we was leaking
12692         gs processes. Couldnt think to a clean fix.
12693         We need to figure this out, password view has the
12694         same issue probably.
12695
12696 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12697
12698         * ps/ps-document.c: (ps_document_finalize),
12699         (ps_document_get_n_pages), (ps_document_get_page):
12700
12701         Some cleanups, stop the interpreter on finalize
12702
12703         * shell/ev-page-view.c: (ev_page_view_dispose),
12704         (ev_page_view_class_init):
12705
12706         Release our reference on the document
12707
12708 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12709
12710         * Makefile.am:
12711         * configure.ac:
12712         * doc/debugging.txt:
12713         * lib/.cvsignore:
12714         * lib/Makefile.am:
12715         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
12716         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
12717         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
12718         * lib/ev-debug.h:
12719
12720         Add debugging helpers
12721
12722         * ps/Makefile.am:
12723         * ps/ps-document.c: (set_up_page), (start_interpreter),
12724         (stop_interpreter), (document_load), (ps_document_next_page),
12725         (ps_document_goto_page), (ps_document_set_page_size),
12726         (ps_document_widget_event), (ps_document_render):
12727         * shell/Makefile.am:
12728         * shell/ev-view.c: (expose_bin_window):
12729         * shell/main.c: (main):
12730
12731         Add some logs
12732         
12733 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12734
12735         * ps/ps-document.c: (ps_document_widget_event):
12736
12737         Initialize message_window, this should make ps
12738         rendering really work! (Never noticed because I was
12739         testing with a ps that is causing gs to exit every time!)
12740
12741 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
12742
12743         * data/evince.schemas.in: updated simple error in applyto closing tag
12744
12745 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
12746
12747         * Makefile.am:
12748         * configure.ac:
12749         * data/.cvsignore:
12750         * data/Makefile.am:
12751         * data/evince-ui.xml:
12752         A data/evince.schemas.in:
12753         * po/POTFILES.in:
12754         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12755         * shell/ev-stock-icons.h:
12756         * shell/ev-window.c: (update_chrome_visibility),
12757         (update_chrome_flag), (ev_window_cmd_edit_find),
12758         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
12759         (ev_window_unfullscreen), (ev_window_focus_in_event),
12760         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
12761         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
12762         (ev_window_view_sidebar_cb), (find_bar_close_cb),
12763         (ev_window_dispose), (ev_window_class_init),
12764         (set_action_properties), (set_chrome_actions), (load_chrome),
12765         (ev_window_init):
12766
12767         Implement fullscreen mode changes from bug #164776.
12768         Also implement persistent chrome toggles.
12769
12770 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
12771
12772         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
12773
12774 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12775
12776         * NEWS:
12777         * configure.ac:
12778         * shell/ev-view.c:
12779
12780         Add another check for find interface
12781
12782         Release 0.1.3
12783
12784 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12785
12786         * shell/ev-application.c: (ev_application_open):
12787         * shell/ev-window.c: (ev_window_open):
12788
12789         Open gzipped ps documents
12790
12791 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12792
12793         * TODO:
12794         * shell/ev-view.c: (set_document_page):
12795
12796         Clamp page number, dont try to move to
12797         not existant pages.
12798
12799 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12800
12801         * backend/ev-document-find.c: (ev_document_find_changed):
12802         * backend/ev-document-find.h:
12803         * pdf/xpdf/pdf-document.cc:
12804         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
12805         * shell/ev-window.c: (find_bar_search_changed_cb):
12806
12807         Fix several bugs with find
12808
12809 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
12810
12811         * shell/ev-sidebar-thumbnails.c
12812         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
12813         document. Prevents warning from scroll_to_cell.
12814
12815 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
12816
12817         * configure.ac: Add «nb» to ALL_LINGUAS too.
12818
12819 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
12820
12821         * NOTES: New file with some random thoughts.
12822
12823         * TODO: Update.
12824
12825         * backend/ev-document-misc.c:
12826         (ev_document_misc_get_page_border_size): New function to
12827         canonicalize shadow drawing sizes.  Possibly goofy.
12828
12829         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
12830         (ev_view_best_fit), (ev_view_fit_width):
12831         * pdf/xpdf/pdf-document.cc:
12832         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12833         * ps/ps-document.c: (ps_document_get_page_size):
12834         * backend/ev-document-misc.h:
12835         * backend/ev-document.c: (ev_document_get_page_size):
12836         * backend/ev-document.h: get_page_size now takes a page number
12837         parameter.  Made all the backends/frontends honor it.
12838
12839         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
12840         see.  Doesn't work yet.
12841
12842         * shell/Makefile.am:
12843         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
12844         Doesn't do anything yet.
12845
12846         * shell/ev-sidebar-thumbnails.c:
12847         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
12848         [0..n_pages-1]
12849
12850         * shell/ev-window.c: (update_action_sensitivity),
12851         (ev_window_setup_document), (ev_window_set_page_mode),
12852         (ev_window_page_mode_cb), (ev_window_init): Clean up the
12853         view-swapping code a bit so we can have multiple views on a
12854         document.  Add the multi-page view, though it can't be turned on
12855         yet.
12856
12857 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12858
12859         * shell/ev-application.c: (ev_application_open):
12860         * shell/ev-view.c: (expose_bin_window):
12861         * shell/ev-window.c: (ev_window_open):
12862
12863         Support eps and check document supports find
12864         before drawing highlightings in expose.
12865
12866 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12867
12868         * pixbuf/pixbuf-document.c:
12869         (pixbuf_document_thumbnails_get_dimensions),
12870         (pixbuf_document_document_thumbnails_iface_init):
12871
12872         implement get_dimensions
12873
12874 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12875
12876         * NEWS:
12877         * configure.ac:
12878
12879         Release 0.1.2
12880
12881 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12882
12883         * shell/ev-view.c: (set_document_page):
12884
12885         Scroll at the top of the page when changing page
12886
12887 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12888
12889         * shell/ev-view.c: (ev_view_motion_notify_event):
12890
12891         Do not redraw unnecessarily
12892
12893 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12894
12895         * pdf/xpdf/pdf-document.cc:
12896         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12897         (expose_bin_window), (find_changed_cb):
12898
12899         Yay! find works now... Now to find bugs...
12900
12901 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12902
12903         * backend/ev-document-find.c: (ev_document_find_base_init),
12904         (ev_document_find_changed):
12905         * backend/ev-document-find.h:
12906         * pdf/xpdf/pdf-document.cc:
12907         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12908         (expose_bin_window), (ev_view_init), (set_document_page),
12909         (ensure_rectangle_is_visible), (jump_to_find_result),
12910         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
12911         (ev_view_find_next), (ev_view_find_previous):
12912         * shell/ev-view.h:
12913         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
12914
12915         More work on find implementation, mostly there now
12916
12917 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
12918
12919         * backend/ev-backend-marshalers.list:
12920         * backend/ev-document-find.c: (ev_document_find_base_init),
12921         (ev_document_find_cancel), (ev_document_find_page_has_results),
12922         (ev_document_find_get_n_results), (ev_document_find_get_result),
12923         (ev_document_find_get_progress), (ev_document_find_changed):
12924         * backend/ev-document-find.h:
12925
12926         Enanche the find interface to be really able to do
12927         multi page find.
12928
12929         * pdf/xpdf/pdf-document.cc:
12930
12931         Implement
12932
12933         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
12934         (expose_bin_window), (ev_view_init),
12935         (ev_view_get_find_status_message), (find_changed_cb),
12936         (ev_view_set_document), (set_document_page):
12937
12938         Adapt to the new interface. A few things are regressed sorry,
12939         I will finish it soon.
12940
12941 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
12942
12943         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
12944         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
12945         ev_sidebar_thumbnails_parent_class variable, don't define another
12946         parent_class variable.
12947
12948         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
12949         (ev_page_action_class_init): ditto.
12950
12951         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
12952         (pixbuf_document_class_init): ditto.
12953
12954         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
12955         ditto.
12956
12957         * .cvsignore: ignore various valgrind output files.
12958
12959 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12960
12961         * data/evince-ui.xml:
12962         * shell/Makefile.am:
12963         * shell/ev-history.c:
12964         * shell/ev-history.h:
12965         * shell/ev-navigation-action.c:
12966         * shell/ev-navigation-action.h:
12967         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
12968         (ev_view_set_page), (ev_view_fit_width):
12969         * shell/ev-view.h:
12970         * shell/ev-window.c: (update_action_sensitivity),
12971         (ev_window_setup_document), (register_custom_actions):
12972
12973         Kill session history
12974
12975 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12976
12977         * shell/ev-window.c: (update_action_sensitivity):
12978
12979         Fix inverted up/down buttons
12980
12981 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
12982
12983         * shell/ev-sidebar-thumbnails.c
12984         (ev_sidebar_thumbnails_select_page): make sure the selected
12985         thumbnail stays visible.
12986
12987 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
12988
12989         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
12990         scrolled window for Federico.
12991
12992 2005-01-26  Ole Laursen  <olau@hardworking.dk>
12993
12994         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
12995
12996 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
12997
12998         * configure.ac:
12999         * pdf/splash/SplashFTFontEngine.cc:
13000
13001         Fix CID fonts with freetype 2.1.9
13002
13003 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13004
13005         * TODO: added item for desktop icon thumbnailer
13006
13007 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
13008
13009         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
13010         unloaded docs when the title is accessed.
13011
13012         * shell/ev-password-view.[hc]: New widget for displaying password
13013         state.
13014
13015         * shell/ev-window.[ch]: Refactor password handling code to handle
13016         the new view.
13017
13018 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
13019
13020         * NEWS:
13021         * configure.ac:
13022         * data/Makefile.am:
13023
13024         Release 0.1.1
13025
13026 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
13027
13028         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
13029         ignore page offset here, to make search results independent of it,
13030
13031         * shell/ev-view.c (expose_bin_window): but take offsets into
13032         account here. Bug #164932
13033
13034         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
13035         scale at the right time. Bug #164996
13036
13037 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
13038
13039         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
13040         fix the problem. Now I just removed the Adobe font names and hope
13041         that the URW fonts are always in outline format. Bug #164934
13042
13043         * shell/ev-window.c (update_window_title): empty titles are
13044         useless, use filename in that case too.
13045
13046         * NEWS: Add some content.
13047
13048 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
13049
13050         * TODO: added one more TODO item and a TODONE section :)
13051
13052 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13053
13054         * ps/ps-document.h: add page_[xy]_offset fields.
13055
13056         * ps/ps-document.c (ps_document_set_page_offset)
13057         (ps_document_render): Keep offset in consideration in a few
13058         places. Bug #164752 "postscript documents are not centered in
13059         window"
13060
13061         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
13062         s/gpdf/evince/. Spotted by Stephane Loeuillet.
13063
13064         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
13065         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
13066         stub out missing methods for complete EvDocument implementation.
13067         Fixes segfaults with Save A Copy and Copy actions.
13068
13069         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
13070         (ps_document_document_iface_init): ditto.
13071         
13072 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13073
13074         * data/.cvsignore:
13075         * data/Makefile.am:
13076         * data/evince.desktop.in:
13077
13078         Add desktop file
13079
13080 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13081
13082         * shell/ev-view.c: (ev_view_button_press_event),
13083         (ev_view_motion_notify_event):
13084
13085         Make selection work in any direction
13086
13087 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13088
13089         * TODO:
13090         * shell/ev-window.c: (set_short_labels), (ev_window_init):
13091
13092         Use shorter labels for some of the toolbars items
13093
13094 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13095
13096         * pdf/xpdf/pdf-document.cc:
13097
13098         Check the links info is initialized before
13099         using it. Should fix a crash on startup.
13100
13101 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13102
13103         * pixbuf/pixbuf-document.c
13104         (pixbuf_document_thumbnails_get_dimensions): force floating point
13105         division to calculate page_ratio. Fixes crash with landscape
13106         format pixbufs.
13107
13108 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
13109
13110         * shell/ev-view.c (ev_view_realize): make the bg color darker.
13111
13112 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
13113
13114         * shell/ev-view.c (set_document_page): unset has_selection when
13115         the page changes.
13116         (set_document_page): handle paper size changes when the page
13117         changes (test with Free Culture, page 2).
13118
13119 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13120
13121         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
13122         (expose_bin_window), (ev_view_class_init), (ev_view_init):
13123
13124         Use normal style color for the widget background and
13125         draw a black box around the page.
13126
13127 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13128
13129         * pdf/xpdf/pdf-document.cc:
13130
13131         Keep offset in consideration in a few places
13132
13133         * shell/ev-view.c: (expose_bin_window):
13134
13135         Set the offsets so that the document is ever centered
13136
13137 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
13138
13139         * TODO: Added TODO items and finished off the first todo item
13140
13141         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
13142         reflect current authors
13143
13144 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13145
13146         * pdf/xpdf/pdf-document.cc:
13147         * shell/ev-view.c: (ev_view_set_cursor),
13148         (ev_view_motion_notify_event), (document_changed_callback),
13149         (set_document_page):
13150
13151         Show a wait cursor while the page is rendering
13152
13153 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13154
13155         * shell/ev-sidebar-thumbnails.c:
13156         (ev_sidebar_tree_selection_changed),
13157         (ev_sidebar_thumbnails_select_page):
13158         * shell/ev-sidebar-thumbnails.h:
13159         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
13160         (ev_view_can_go_forward):
13161         * shell/ev-window.c: (ev_window_open_page),
13162         (ev_window_setup_document), (update_current_page),
13163         (view_page_changed_cb), (ev_window_init):
13164         * shell/ev-window.h:
13165
13166         Ensure thumbnails selection, toolbar page control and
13167         current page are in sync.
13168
13169 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
13170
13171         * pdf/xpdf/XRef.cc:
13172
13173         Fix CAN-2005-0064
13174
13175 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
13176
13177         * backend/Makefile.am:
13178         * backend/ev-document-links.h:
13179         * backend/ev-document-security.c: (ev_document_security_get_type),
13180         (ev_document_security_has_document_security),
13181         (ev_document_security_set_password):
13182         * backend/ev-document-security.h:
13183         * backend/ev-document.c: (ev_document_error_quark):
13184         * backend/ev-document.h:
13185         * data/Makefile.am:
13186         * data/evince-password.glade:
13187         * pdf/xpdf/pdf-document.cc:
13188         * shell/Makefile.am:
13189         * shell/ev-password.c: (ev_password_set_bad_password_label),
13190         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
13191         (ev_password_dialog_get_password),
13192         (ev_password_dialog_set_bad_pass):
13193         * shell/ev-password.h:
13194         * shell/ev-window.c: (ev_window_get_attribute),
13195         (ev_window_set_property), (update_action_sensitivity),
13196         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
13197         (ev_window_setup_document), (ev_window_get_password),
13198         (ev_window_open), (ev_window_cmd_save_as),
13199         (using_postscript_printer), (ev_window_print),
13200         (find_not_supported_dialog), (ev_window_cmd_edit_find),
13201         (update_fullscreen_popup), (ev_window_fullscreen),
13202         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13203         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
13204         (menu_item_select_cb), (find_bar_search_changed_cb),
13205         (ev_window_dispose), (ev_window_init):
13206
13207         Add initial support for password-supported dialogs.  This could be
13208         a lot cooler, but it'll do for now.
13209
13210 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
13211
13212         * pdf/xpdf/pdf-document.cc:
13213         * shell/ev-view.c: (status_message_from_link),
13214         (ev_view_set_status), (ev_view_set_cursor),
13215         (ev_view_motion_notify_event), (ev_view_init):
13216         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
13217
13218         Fix bugs in the links implementation and change cursor
13219         when hovering a link.
13220
13221 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
13222
13223         * viewer/.cvsignore: added cvsignore file for viewer directory
13224
13225         * TODO: created TODO document
13226
13227 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
13228
13229         * shell/ev-view.h:
13230         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
13231         new functions to help with implementation of sensitivity code
13232         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13233         of all actions that might require it.  Fixes a crash when you
13234         click on the Zoom actions in a window lacking a document.
13235
13236 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
13237
13238         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13239         of the Find action
13240
13241 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13242
13243         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
13244         (pixbuf_document_document_iface_init):
13245         * ps/ps-document.c: (ps_document_get_link),
13246         (ps_document_document_iface_init):
13247         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
13248         (status_message_from_link), (ev_view_set_status),
13249         (ev_view_set_find_status), (ev_view_motion_notify_event),
13250         (ev_view_button_release_event), (ev_view_set_property),
13251         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
13252         (ev_view_get_find_status_message), (update_find_results),
13253         (ev_view_get_status), (ev_view_get_find_status):
13254         * shell/ev-view.h:
13255         * shell/ev-window.c: (view_status_changed_cb),
13256         (view_find_status_changed_cb), (ev_window_init):
13257
13258         View status message support, use it to show the links.
13259         Needs work...
13260
13261 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13262
13263         * backend/ev-document.c: (ev_document_get_link):
13264         * backend/ev-document.h:
13265         * pdf/xpdf/pdf-document.cc:
13266         * shell/ev-application.c: (ev_application_open):
13267         * shell/ev-application.h:
13268         * shell/ev-sidebar-links.c: (selection_changed_cb):
13269         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
13270         (ev_view_go_to_link):
13271
13272         Add support for document links
13273
13274 2005-01-13  Anders Carlsson  <andersca@gnome.org>
13275
13276         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
13277         (create_tool_item):
13278         Set the spin button limits correctly.
13279         
13280         * shell/ev-sidebar-thumbnails.c:
13281         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
13282         Support changing pages by clicking on the thumbnails.
13283         
13284 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13285
13286         * pixbuf/pixbuf-document.c:
13287         (pixbuf_document_thumbnails_get_dimensions),
13288         (pixbuf_document_document_thumbnails_iface_init):
13289
13290         implement get_dimensions
13291
13292 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13293
13294         * ps/ps-document.c: (ps_document_goto_page):
13295
13296         Fix page switching on multipage documents
13297
13298 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
13299
13300         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13301         
13302         check for NULL before assigning to width and height parameters
13303
13304 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13305
13306         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
13307         (pixbuf_document_set_property), (pixbuf_document_get_property):
13308
13309         implement get/set properties
13310
13311 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13312
13313         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13314         
13315         return NULL instead of "Unknown", letting the title get set to
13316         the filename when the pdf has no title.
13317
13318 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13319
13320         * ps/ps-document.c: (ps_document_get_page_count),
13321         (ps_document_goto_page):
13322
13323 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13324
13325         * shell/ev-history.c: (ev_history_get_property),
13326         (ev_history_set_property), (ev_history_class_init),
13327         (ev_history_add_page), (ev_history_set_current_index):
13328         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13329         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13330         (ev_navigation_action_finalize):
13331         * shell/ev-navigation-action.h:
13332         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13333         (ev_view_go_forward), (ev_view_get_find_status_message),
13334         (history_index_changed_cb), (ev_view_set_history):
13335         * shell/ev-view.h:
13336         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13337         (update_current_page), (register_custom_actions):
13338
13339         Implement history dropdowns
13340
13341 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13342
13343         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13344         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13345         (ev_view_go_forward):
13346         * shell/ev-window.c: (register_custom_actions):
13347
13348         Fix several history bugs
13349
13350 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13351
13352         * configure.ac: Add «nb» to ALL_LINGUAS.
13353
13354 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13355
13356         * backend/Makefile.am:
13357         * backend/ev-bookmark.c:
13358         * backend/ev-bookmark.h:
13359         * backend/ev-document-bookmarks.c:
13360         * backend/ev-document-bookmarks.h:
13361         * backend/ev-document-links.c: (ev_document_links_get_type),
13362         (ev_document_links_has_document_links),
13363         (ev_document_links_begin_read), (ev_document_links_get_link),
13364         (ev_document_links_get_child), (ev_document_links_next),
13365         (ev_document_links_free_iter):
13366         * backend/ev-document-links.h:
13367         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13368         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13369         (ev_link_get_link_type), (ev_link_set_link_type),
13370         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13371         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13372         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13373         (ev_link_new_external):
13374         * backend/ev-link.h:
13375         * pdf/xpdf/pdf-document.cc:
13376         * shell/Makefile.am:
13377         * shell/ev-application.c: (ev_application_open_link):
13378         * shell/ev-application.h:
13379         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13380         (ev_history_get_link_nth):
13381         * shell/ev-history.h:
13382         * shell/ev-sidebar-bookmarks.c:
13383         * shell/ev-sidebar-bookmarks.h:
13384         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13385         (ev_sidebar_links_class_init), (selection_changed_cb),
13386         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13387         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13388         (do_one_iteration), (populate_links_idle),
13389         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13390         * shell/ev-sidebar-links.h:
13391         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13392         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13393         (go_to_index):
13394         * shell/ev-view.h:
13395         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13396         * shell/ev-window.h:
13397
13398         Rename bookmark to link, and use "Index" for the sidebar panel.
13399
13400 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13401
13402         * shell/Makefile.am:
13403         * shell/ev-application.c: (ev_application_open_bookmark):
13404         * shell/ev-application.h:
13405         * shell/ev-history.c: (ev_history_init), (free_links_list),
13406         (ev_history_finalize), (ev_history_class_init),
13407         (ev_history_add_link), (ev_history_add_page),
13408         (ev_history_get_link_nth), (ev_history_get_n_links),
13409         (ev_history_get_current_index), (ev_history_set_current_index),
13410         (ev_history_new):
13411         * shell/ev-history.h:
13412         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13413         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13414         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13415         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13416         (ev_view_set_page):
13417         * shell/ev-view.h:
13418         * shell/ev-window.c: (ev_window_open_bookmark),
13419         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13420         (goto_page_cb), (register_custom_actions):
13421         * shell/ev-window.h:
13422
13423         Initial history implementation. Needs work.
13424
13425 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13426
13427         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13428
13429 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13430
13431         * cut-n-paste/recent-files/egg-recent-item.c:
13432         * cut-n-paste/recent-files/egg-recent-item.h:
13433         * cut-n-paste/recent-files/egg-recent-model.c:
13434         * cut-n-paste/recent-files/egg-recent-util.c:
13435         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13436         * cut-n-paste/recent-files/egg-recent-view.c:
13437
13438         Update
13439
13440 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13441
13442         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13443         (fillGlyph, fillImageMask, drawImage):
13444         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13445         pdf/splash/SplashTypes.h:
13446         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13447         packed mode for Splash.
13448
13449         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13450         RGB8 packed mode, eliminates the pixbuf data creation loop.
13451
13452         * shell/ev-print-job.c (ev_print_job_finalize)
13453         (ev_print_job_set_property, ev_print_job_get_property)
13454         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13455         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13456         (print_closure_finalize, ev_print_job_print): implement
13457         printing (for backends with EvPsExporter)
13458
13459         * shell/ev_print_job.h: update prototypes.
13460
13461         * shell/ev-window.c (ev_window_print): unref print job after
13462         printing.
13463
13464         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13465         unless the document implements the EvDocumentFind interface.
13466
13467 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13468
13469         * configure.ac: Added ja to ALL_LINGUAS.
13470
13471 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13472
13473         * pdf/xpdf/pdf-document.cc:
13474
13475         add a FIXME. We should probably not allocate
13476         a bookmark object every time
13477
13478 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13479
13480         * shell/ev-application.c: (ev_application_open),
13481         (ev_application_open_bookmark):
13482         * shell/ev-application.h:
13483         
13484         Add a way to open bookmarks
13485
13486         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13487         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13488         (ev_bookmark_set_property), (ev_bookmark_class_init),
13489         (ev_bookmark_new_title), (ev_bookmark_new_link),
13490         (ev_bookmark_new_external):
13491
13492         Support for external uris, better constructors.
13493
13494         * backend/ev-bookmark.h:
13495         * pdf/xpdf/pdf-document.cc:
13496         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13497
13498         Handle external uris
13499
13500 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13501
13502         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13503         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13504
13505         Hook up bookmarks navigation
13506
13507 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13508
13509         * backend/Makefile.am:
13510         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13511         (ev_bookmark_get_title), (ev_bookmark_set_title),
13512         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13513         (ev_bookmark_get_page), (ev_bookmark_set_page),
13514         (ev_bookmark_get_property), (ev_bookmark_set_property),
13515         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13516         (ev_bookmark_new):
13517         * backend/ev-bookmark.h:
13518         * backend/ev-document-bookmarks.c:
13519         (ev_document_bookmarks_get_bookmark):
13520         * backend/ev-document-bookmarks.h:
13521         * pdf/xpdf/pdf-document.cc:
13522         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13523
13524         Add a bookmark object to the backend and use it instead of get_values
13525
13526 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13527
13528         * data/evince-ui.xml:
13529
13530         Cleanup and add select all.
13531
13532         * shell/ev-view.c: (ev_view_select_all),
13533         (ev_view_button_press_event):
13534         * shell/ev-view.h:
13535         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13536
13537         Add select all.
13538         Clear selection on click.
13539
13540 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13541
13542         * shell/ev-sidebar-thumbnails.c
13543         (ev_sidebar_thumbnails_set_document): forgot to unref the
13544         loading_icon.
13545
13546 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13547
13548         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13549         at the visible page, not just linearly.  This makes it look fast.
13550
13551 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13552
13553         * backend/ev-document-misc.c
13554         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13555         white.
13556         * backend/ev-document-thumbnails.h: New interface to get the size
13557         of a page.
13558
13559 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13560
13561         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13562         make dist works
13563
13564 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13565
13566         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13567         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13568         things up a bit.
13569
13570         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13571
13572 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13573
13574         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13575         fonts. Should fix font problems on systems that have the base
13576         fonts in bitmap format. Reported by James Henstridge
13577         <james@jamesh.id.au>.
13578
13579 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13580
13581         * pdf/xpdf/Gfx.cc:
13582         * pdf/xpdf/GfxState.cc:
13583
13584         Fix for CAN-2004-1125
13585
13586 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13587
13588         * shell/ev-view.c: (ev_view_copy):
13589         * shell/ev-view.h:
13590         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13591
13592         Implement Edit->Copy
13593
13594 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13595
13596         * backend/ev-document.c: (ev_document_get_text):
13597         * backend/ev-document.h:
13598         * pdf/xpdf/pdf-document.cc:
13599         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13600         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13601         (ev_view_update_primary_selection), (ev_view_button_press_event),
13602         (ev_view_motion_notify_event), (ev_view_button_release_event):
13603
13604         Beginnings of clipboard support. Incomplete but primary sort
13605         of work.
13606
13607 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13608
13609         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13610         (expose_bin_window):
13611
13612         Nicer rubberband drawing, from GtkIconView.
13613
13614 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13615
13616         * backend/ev-document.c: (ev_document_save):
13617         * backend/ev-document.h:
13618         * data/evince-ui.xml:
13619         * pdf/xpdf/pdf-document.cc:
13620         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13621
13622         Implement "Save a copy..." menu item
13623
13624 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13625
13626         * shell/ev-view.c: (ev_view_zoom):
13627
13628         Queue a resize when zoom changes
13629
13630 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13631
13632         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13633         shadows.
13634
13635         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13636         thumbnails..
13637
13638 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13639
13640         * pdf/xpdf/pdf-document.cc
13641         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13642
13643 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13644
13645         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13646         It's slow, but I'll speed it up next!
13647
13648 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13649
13650         * shell/main.c (load_files):
13651
13652         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13653         from the command line and because it seems more appropriate.
13654
13655 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13656
13657         * data/evince-ui.xml:
13658         * shell/ev-window.c: (update_action_sensitivity),
13659         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13660
13661         s/next page/page down
13662         s/previous page/page up
13663
13664 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13665
13666         * data/evince-ui.xml:
13667
13668         Change the layout to match clarkbw design.
13669
13670         * shell/Makefile.am:
13671         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
13672         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
13673         (ev_navigation_action_finalize),
13674         (ev_navigation_action_set_property),
13675         (ev_navigation_action_get_property),
13676         (ev_navigation_action_class_init):
13677         * shell/ev-navigation-action.h:
13678
13679         Implement clarkbw toolbar navigation controls (incomplete)
13680
13681         * shell/ev-page-action.c: (update_label), (update_spin),
13682         (value_changed_cb), (create_tool_item), (connect_proxy),
13683         (ev_page_action_init), (ev_page_action_finalize),
13684         (ev_page_action_set_property), (ev_page_action_get_property),
13685         (ev_page_action_set_current_page),
13686         (ev_page_action_set_total_pages), (ev_page_action_class_init):
13687         * shell/ev-page-action.h:
13688
13689         Implement a page switcher in the toolbar
13690
13691         * shell/ev-view.c: (ev_view_scroll_view):
13692         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13693         (update_current_page), (view_page_changed_cb), (goto_page_cb),
13694         (register_custom_actions), (ev_window_init):
13695
13696         Change page on PageUp/Down.
13697
13698 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
13699
13700         * pdf/xpdf/pdf-document.cc
13701         (pdf_document_thumbnails_get_thumbnail): initial stab at
13702         implementing thumbnail support for pdfs.  It only does documents
13703         with precached pdfs now.
13704
13705 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
13706
13707         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
13708         thumbnail code into a time-based idle as well.  Also, turn off the
13709         shadow temporarily as it's really slow.
13710
13711 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13712
13713         * backend/ev-document.c: (ev_document_class_init):
13714         * pdf/xpdf/pdf-document.cc:
13715         * shell/ev-window.c: (ev_window_open):
13716
13717         Fix document title bugs and fallback to
13718         filename when not available.
13719
13720 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13721
13722         * backend/ev-document.c: (ev_document_get_type),
13723         (ev_document_class_init), (ev_document_load),
13724         (ev_document_get_title):
13725         * backend/ev-document.h:
13726         * pdf/xpdf/pdf-document.cc:
13727         * ps/ps-document.c: (ps_document_set_property),
13728         (ps_document_get_property), (ps_document_class_init),
13729         (document_load):
13730         * ps/ps-document.h:
13731         * ps/ps.h:
13732         * shell/ev-window.c: (update_window_title), (ev_window_open),
13733         (ev_window_init):
13734
13735         Initial support for document title. Not working yet.
13736
13737 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13738
13739         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
13740
13741         Grab focus on the view when clicking it
13742
13743 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13744
13745         * shell/ev-marshal.list:
13746         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
13747         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
13748
13749         Add key bindings to the view. Now if the focus would work
13750         right...
13751
13752 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13753
13754         * Makefile.am:
13755         * backend/Makefile.am:
13756         * data/Makefile.am:
13757         * dvi/Makefile.am:
13758         * dvi/dvilib/Makefile.am:
13759         * pdf/xpdf/Makefile.am:
13760         * po/POTFILES.in:
13761         * ps/Makefile.am:
13762
13763         Fix distcheck
13764
13765 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13766
13767         * shell/ev-view.c: (ev_view_realize):
13768
13769         Fix mouse wheel scrolling
13770
13771 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13772
13773         * ps/Makefile.am:
13774         * ps/gstypes.h:
13775         * ps/gtkgs.c:
13776         * ps/gtkgs.h:
13777         * ps/ps-document.c: (catchPipe), (ps_document_init),
13778         (ps_document_class_init), (ps_document_cleanup),
13779         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
13780         (set_up_page), (close_pipe), (is_interpreter_ready),
13781         (interpreter_failed), (output), (input), (start_interpreter),
13782         (stop_interpreter), (file_length), (file_readable),
13783         (check_filecompressed), (check_pdf), (compute_xdpi),
13784         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
13785         (ps_document_get_type), (ps_document_emit_error_msg),
13786         (document_load), (ps_document_next_page),
13787         (ps_document_get_current_page), (ps_document_get_page_count),
13788         (ps_document_goto_page), (ps_document_set_page_size),
13789         (ps_document_zoom_to_fit), (ps_document_set_zoom),
13790         (ps_document_load), (ps_document_get_n_pages),
13791         (ps_document_set_page), (ps_document_get_page),
13792         (ps_document_widget_event), (ps_document_set_target),
13793         (ps_document_set_scale), (ps_document_set_page_offset),
13794         (ps_document_get_page_size), (ps_document_render),
13795         (ps_document_document_iface_init):
13796         * ps/ps-document.h:
13797         * ps/ps.c:
13798         * shell/ev-window.c: (ev_window_open):
13799
13800         Rename GtkGS to PSDocument
13801
13802 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13803
13804         * ps/gtkgs.c: (gtk_gs_class_init):
13805         * ps/gtkgs.h:
13806
13807         Some more leftover...
13808
13809 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13810
13811         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
13812         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
13813         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
13814         * ps/gtkgs.h:
13815
13816         Remove unused code and make a lot of stuff private
13817
13818 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13819
13820         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
13821         (gtk_gs_defaults_changed):
13822         * ps/gsdefaults.h:
13823         * ps/gtkgs.c:
13824         * ps/gtkgs.h:
13825         * ps/ps.h:
13826
13827         Cleanup headers dependencies
13828
13829 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13830
13831         * ps/Makefile.am:
13832         * ps/ggvutils.c:
13833         * ps/ggvutils.h:
13834         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
13835         * ps/gsdefaults.h:
13836         * ps/gtkgs.c: (file_length), (file_readable),
13837         (check_filecompressed), (check_pdf), (gtk_gs_load),
13838         (gtk_gs_get_postscript):
13839
13840         Get rid of ggvutils
13841
13842 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13843
13844         * ps/ggvutils.c:
13845         * ps/ggvutils.h:
13846         * ps/gsio.h:
13847         * ps/gtkgs.c: (gtk_gs_set_zoom):
13848
13849         Cleanups
13850
13851 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13852
13853         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
13854
13855         Ensure the page is rerendered when changing zoom
13856
13857 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13858
13859         * backend/ev-document.c: (ev_document_base_init),
13860         (ev_document_changed):
13861         * backend/ev-document.h:
13862
13863         Add a changed event that is emitted when the page content
13864         changes. This is necessary to deal with the fact that
13865         in ps backend rendering happen asycrounously.
13866         This makes the ps backend mostly work.
13867
13868         * pdf/xpdf/pdf-document.cc:
13869
13870         Emit changed event
13871
13872         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
13873         (ps_document_set_target):
13874
13875         Emit changed event
13876
13877         * shell/ev-view.c: (document_changed_callback),
13878         (ev_view_set_document), (ev_view_set_page):
13879
13880         Redraw on the changed signal
13881
13882 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
13883
13884         * configure.ac: Added pt_BR to ALL_LINGUAS.
13885
13886 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
13887
13888         * backend/ev-document-bookmarks.c:
13889         (ev_document_bookmarks_get_child): *
13890         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
13891         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
13892         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
13893         (ev_sidebar_bookmarks_destroy),
13894         (ev_sidebar_bookmarks_class_init),
13895         (ev_sidebar_bookmarks_construct), (stack_data_free),
13896         (do_one_iteration), (populate_bookmarks_idle),
13897         (ev_sidebar_bookmarks_clear_document),
13898         (ev_sidebar_bookmarks_set_document): *
13899         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
13900         (ev_sidebar_add_page),
13901         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
13902         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
13903         it displays both the topics and the page numbers.
13904
13905 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
13906
13907         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
13908         toggle.
13909         * shell/ev-window.c (toggle_entries): Set sidebar default value to
13910         visible.
13911
13912 2004-12-23  Adam Weinberger  <adamw@gnome.org>
13913
13914         * configure.ac: Added en_CA to ALL_LINGUAS.
13915
13916 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13917
13918         * ChangeLog: replace bottom of this ChangeLog (merged history of
13919         ggv and gpdf; where all paths were wrong and most of the files are
13920         not even in this tree) with ChangeLog (from arch) of the shell
13921         code.
13922
13923 2004-12-23  Havoc Pennington  <hp@redhat.com>
13924
13925         * shell/ev-window.c: hook up potentially-questionable "find
13926         results status text" feature - something involving the sidebar or
13927         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
13928         might be better in the end.
13929
13930         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
13931         with corresponding signal when it should be updated
13932
13933         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
13934
13935 2004-12-22  Havoc Pennington  <hp@redhat.com>
13936
13937         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
13938         find stuff on other pages, sort of (only returns one result on
13939         invisible pages, to show they have results; updates full results
13940         for a page when you view it). Currently repaints the current page
13941         every time a new result is found on any page, which isn't so nice.
13942
13943 2004-12-22  Havoc Pennington  <hp@redhat.com>
13944
13945         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
13946         the document doesn't support find (better ideas?)
13947         (find_bar_search_changed_cb): handle missing document or document
13948         that doesn't support find
13949
13950         * pdf/xpdf/pdf-document.cc: port to implement the new
13951         EvDocumentFindIface
13952
13953         * backend/ev-document-find.c: create a new interface for searching
13954
13955         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
13956
13957 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13958
13959         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
13960         libevbackend.la.
13961
13962         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
13963         EvPrintJob constructor arguments.
13964
13965         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
13966         for documents that can export PostScript (page by page).
13967
13968         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
13969         
13970         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
13971         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
13972         (pdf_document_ps_exporter_iface_init:
13973         Implement EvPSExporter.
13974
13975         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
13976
13977 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13978
13979         * backend/Makefile.am:
13980         * backend/ev-document-thumbnails.c:
13981         (ev_document_thumbnails_get_type),
13982         (ev_document_thumbnails_get_thumbnail):
13983         * backend/ev-document-thumbnails.h:
13984         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13985         (pixbuf_document_thumbnails_get_thumbnail),
13986         (pixbuf_document_document_thumbnails_iface_init):
13987         * shell/Makefile.am:
13988         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
13989         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
13990         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
13991         * shell/ev-sidebar-thumbnails.h:
13992         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
13993         (ev_sidebar_set_document):
13994         * shell/ev-utils.c: (gaussian), (create_blur_filter),
13995         (create_shadow), (ev_pixbuf_add_shadow):
13996         * shell/ev-utils.h:
13997         Add thumbnail support.
13998         
13999 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14000
14001         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14002         (using_postscript_printer): Set up a print dialog for "PostScript
14003         injection" method.
14004
14005         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
14006         EvPrintJob.
14007
14008         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
14009
14010 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14011
14012         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
14013         (ps_document_set_target), (ps_document_get_page_size),
14014         (ps_document_render):
14015         * ps/gtkgs.h:
14016
14017         Fix a few bugs
14018
14019 2004-12-22  Christian Rose  <menthos@menthos.com>
14020
14021         * configure.ac: Added "sv" to ALL_LINGUAS.
14022
14023 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
14024
14025         * backend/ev-document-bookmarks.[ch]: new interface to indicate
14026         document supports bookmarks.
14027
14028 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14029
14030         * ps/ggvutils.c: (ggv_file_readable):
14031         * ps/ggvutils.h:
14032         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
14033         (gtk_gs_get_postscript):
14034
14035         Remove unused utils
14036
14037 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14038
14039         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
14040         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
14041         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
14042         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
14043         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
14044         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
14045         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14046         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14047         (gtk_gs_set_antialiasing), (ps_document_load),
14048         (ps_document_render):
14049         * ps/gtkgs.h:
14050
14051         Another check point for the ps backend. Now I can get it to show
14052         pages!
14053
14054 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
14055
14056         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
14057         document setting code.
14058
14059 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14060
14061         * shell/eggfindbar.c: (entry_activate_callback):
14062         Animate the next button when activate is pressed.
14063         
14064 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14065
14066         * shell/ev-window.c: (ev_window_cmd_edit_find),
14067         (update_fullscreen_popup), (ev_window_fullscreen),
14068         (ev_window_unfullscreen), (ev_window_state_event_cb),
14069         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
14070         Fix bugs in fullscreen code.
14071         
14072 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14073
14074         * Makefile.am:
14075         * configure.ac:
14076         * pixbuf/Makefile.am:
14077         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14078         (pixbuf_document_load), (pixbuf_document_get_n_pages),
14079         (pixbuf_document_set_page), (pixbuf_document_get_page),
14080         (pixbuf_document_set_target), (pixbuf_document_set_scale),
14081         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
14082         (pixbuf_document_render), (pixbuf_document_begin_find),
14083         (pixbuf_document_end_find), (pixbuf_document_finalize),
14084         (pixbuf_document_class_init),
14085         (pixbuf_document_document_iface_init), (pixbuf_document_init):
14086         * pixbuf/pixbuf-document.h:
14087         * shell/Makefile.am:
14088         * shell/ev-application.c: (ev_application_open):
14089         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
14090         (ev_window_open):
14091         Add pixbuf backend.
14092         
14093 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
14094
14095         * Makefile.am: 
14096         * dvi/dvilib/Makefile.am:
14097         * dvi/Makefile.am:
14098         * configure.ac: Auto*ify dvi and dvi/dvilib
14099
14100         * dvi/Makefile: Remove from CVS
14101         
14102         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
14103         confusion.
14104
14105         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
14106         
14107         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
14108         
14109 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14110
14111         * ps/Makefile.am:
14112         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
14113         (gtk_gs_value_adjustment_changed), (compute_size),
14114         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
14115         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
14116         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14117         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14118         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
14119         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
14120         (ps_document_load), (ps_document_get_n_pages),
14121         (ps_document_set_page), (ps_document_get_page),
14122         (ps_document_set_target), (ps_document_set_scale),
14123         (ps_document_set_page_offset), (ps_document_get_page_size),
14124         (ps_document_render), (ps_document_begin_find),
14125         (ps_document_end_find), (ps_document_document_iface_init):
14126         * ps/gtkgs.h:
14127         * shell/Makefile.am:
14128         * shell/ev-window.c: (ev_window_open):
14129
14130         Some work to integrate gtkgs with EvDocument
14131
14132 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14133
14134         * shell/ev-window.c: (update_fullscreen_popup),
14135         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
14136         (exit_fullscreen_button_clicked_cb),
14137         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
14138         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14139         (ev_window_state_event_cb), (ev_window_init):
14140         Add fullscreen support from Epiphany.
14141         
14142 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14143
14144         * data/ev-stock-zoom-fit-width.png: fit-width
14145         stock icon from gpdf.
14146         
14147         * shell/ev-stock-icons.[ch]: copied from gpdf.
14148         
14149         * shell/main.c: (main): init stock icons.
14150         
14151         * shell/ev-window.c: use the fit-width icon.
14152         
14153         * data/evince-ui.xml: add zooming toolbar items.
14154
14155 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14156
14157         * shell/ev-view.c: 
14158         (ev_view_best_fit), (ev_view_fit_width): because
14159         get_page_size() returns the scaled page size, we
14160         need to calculate the scale factor relative to
14161         the previous scale factor. Should really just
14162         add get_real_page_size().
14163
14164 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14165
14166         * shell/ev-view.[ch]:
14167         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
14168         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
14169         add zooming.
14170         
14171         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
14172         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
14173         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
14174         hook it up.
14175         
14176         * pdf/xpdf/pdf-document.cc:
14177         (pdf_document_begin_find),
14178         (pdf_document_end_find): make static.
14179
14180 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14181
14182         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
14183
14184         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
14185         names to fontconfig patterns.
14186         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
14187
14188         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
14189         setupBaseFontsFc.
14190
14191 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14192
14193         * Makefile.am:
14194         * configure.ac:
14195         * ps/Makefile.am:
14196         * ps/ggvutils.c:
14197         * ps/ggvutils.h:
14198         * ps/gsdefaults.c:
14199         * ps/gsdefaults.h:
14200         * ps/gsio.c:
14201         * ps/gsio.h:
14202         * ps/gtkgs.c:
14203         * ps/gtkgs.h:
14204         * ps/ps.c:
14205         * ps/ps.h:
14206
14207         Import ggv backend. Not hooked up yet.
14208
14209 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14210
14211         * shell/main.c: (load_files), (main): load files
14212         from the command line.
14213
14214 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14215
14216         * configure.ac: don't require bonobo.
14217         
14218         * cut-n-paste/recent-files/*: kill bonobo recent
14219         view.
14220
14221         * shell/ev-window.c:
14222         (ev_window_is_empty): upd.
14223         (unable_to_load), (ev_window_open): load backend
14224         based on the mime type.
14225
14226 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14227
14228         * backend/.cvsignore: ignore generated marshalers source.
14229
14230         * shell/main.c (main): this is not epiphany.
14231
14232 2004-12-22  Havoc Pennington  <hp@redhat.com>
14233
14234         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
14235         (expose_bin_window): draw find highlights
14236
14237         * shell/ev-window.c (find_bar_search_changed_cb): implement 
14238         
14239         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
14240         (pdf_document_end_find): implement this interface
14241
14242         * backend/ev-document.c (ev_document_found): add this to emit
14243         signal
14244
14245 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
14246
14247         * data/evince-ui.xml: Add a few more toolbar items.
14248
14249         * shell/ev-window.c: Hook up page navigation toolbar 
14250         items.
14251
14252         * shell/ev-view.[ch]: add ev_view_set/get_page and 
14253         a page-changed signal.
14254
14255         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
14256         Add ev_document_get_page().
14257
14258         * shell/ev-window.c: Sensitize/desensitize navigation
14259         actions.
14260
14261 2004-12-21  Havoc Pennington  <hp@redhat.com>
14262
14263         * backend/ev-backend-marshal.c,
14264         backend/ev-backend-marshalers.list, backend/Makefile.am: add
14265         marshaler-generator thingy. I'm sure there's a better way to do
14266         this in the modern world.
14267
14268         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
14269         end_find methods and "found" signal.
14270
14271         * configure.ac: find glib-genmarshal
14272
14273 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
14274
14275         * shell/ev-sidebar.c: Construct an actual sidebar.
14276         * shell/ev-sidebar-bookmarks.[ch]:
14277         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
14278
14279 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
14280
14281         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
14282         Redo size handling.
14283         
14284         * shell/ev-view.c: Track the size from the document.
14285
14286 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
14287
14288         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
14289         constructor assumes ownership of the string passed in.
14290         
14291         * shell/ev-window.c (ev_window_open): Destroy the error
14292         dialog once we've displayed it.
14293
14294 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
14295
14296         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
14297         a bit, it works! (sort of)
14298
14299         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
14300         Move to .cc since we need to use C++ in the implementation.
14301
14302         * shell/dummy.cc: Add a CC file to force evince
14303         to be linked as a C++ program.
14304
14305 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
14306
14307         * shell/ev-view.[ch]: Start of content-area widget.
14308
14309         * shell/ev-window.c: Create a EvView, update it
14310         as we change documents.
14311
14312         * shell/Makefile.am shell/ev-marshal.list: Add
14313         generated marshalers.
14314
14315 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14316
14317         * Makefile.am (SUBDIRS): move shell.
14318
14319 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14320
14321         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14322         .a to libtool convenience libraries.
14323
14324         * shell/ev-window.c (ev_window_open): Hard code loading
14325         a PDF document.
14326         
14327         * backend/ev-document.h: Add a boolean return to load(),
14328         fix GError * to GError **.
14329
14330         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14331         object for a PDF backend EvDocument.
14332
14333 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14334
14335         * dvi/*: New directory with the beginning of a .dvi backend.
14336
14337 2004-12-21  Havoc Pennington  <hp@redhat.com>
14338
14339         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14340         previous/next instead of back/forward
14341
14342 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14343
14344         * backend/ev-document.[ch]: Fix a couple of problems so
14345         it compile.
14346
14347 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14348
14349         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14350         to backend/ directory, rename EvViewer to EvDocument.
14351
14352 2004-12-21  Havoc Pennington  <hp@redhat.com>
14353
14354         * shell/ev-window.c: hook up the find bar widget; now we just need
14355         a document to find things in
14356
14357         * shell/eggfindbar.c: a find bar widget
14358
14359 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14360
14361         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14362
14363 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14364
14365         * pdf/**: Import of xpdf code from gpdf. 
14366
14367         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14368
14369         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14370         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14371         Fix FreeType includes.
14372
14373         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14374         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14375         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14376         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14377         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14378         Include xpdfconfig.h
14379         
14380 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14381
14382         * shell/ev-window.c (ev_window_dispose): dispose can be called
14383         multiple times.
14384
14385 2004-12-21  Havoc Pennington  <hp@redhat.com>
14386
14387         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14388         rather than Evince
14389
14390         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14391         items; really they should be synced with the strings, etc. from
14392         current gpdf, but just getting the boring typing out of the way 
14393
14394 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14395
14396         * po/POTFILES.in:
14397         * shell/ev-application.c: (window_destroy_cb):
14398         * shell/ev-window.c:
14399         * shell/main.c: (main):
14400
14401         Actually show the window...
14402
14403 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14404
14405         * Makefile.am:
14406         * shell/Makefile.am:
14407         * shell/ev-application.c: (ev_application_class_init):
14408         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14409
14410         Make it build again
14411
14412 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14413
14414         Import to gnome cvs.
14415         
14416         * Remove copies of gpdf and ggv trees.
14417         * Rip out all the recursive configure code.
14418         * Remove bonobo machinery.
14419         * viewer/*: GInterfaces that backends should/can implement.
14420
14421 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14422
14423         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14424         typo
14425
14426 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14427
14428         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14429         (ev_application_finalize, ev_application_class_init)
14430         (ev_application_init): use GType instance private data for priv.
14431
14432         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14433         (ev_window_finalize, ev_window_class_init)
14434         (ev_window_init): ditto.
14435
14436 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14437
14438         * shell/ev-application.c (ev_application_new_window): make public
14439         (ev_application_show_initial_window): kill.
14440
14441         * shell/ev-application.h: update prototypes.
14442
14443         * shell/main.cc (main): inline ev_application_show_initial_window.
14444
14445 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14446
14447         * shell/ev-application.c (ev_application_new_window): impl.
14448         (ev_application_show_initial_window): use it.
14449         (is_window_empty, ev_application_get_empty_window): returns an
14450         existing empty window or a new one.
14451         (ev_application_open): from ev_window_cmd_file_open.
14452
14453         * shell/ev-application.h: update prototypes
14454
14455         * shell/ev-window.c (ev_window_is_empty): impl.
14456         (ev_window_open): make public.
14457         (ev_window_cmd_file_open): use ev_application_open
14458
14459         * shell/ev-window.h: update prototypes, remove unused.
14460
14461 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14462
14463         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14464         move destroy handler out of here...
14465
14466         * shell/ev-application.c, shell/ev-application.h: ...into this new
14467         class. Also handles initial window creation.
14468
14469         * shell/main.cc (main): use EvApplication to create initial
14470         window.
14471
14472 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14473
14474         * Makefile.am (SUBDIRS): add cut-n-paste
14475
14476         * cut-n-paste/Makefile.am: add
14477
14478         * configure.ac: generate Makefiles in cut-n-paste
14479
14480 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14481
14482         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14483         (ev_window_class_init): install ev_window_dispose.
14484
14485 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14486
14487         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14488         char (gchar looks stupid).
14489
14490 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14491
14492         * po/de.po: updated German translation.
14493
14494 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14495
14496         * configure.ac: add more pkg-config library checks for gnome-vfs,
14497         bonobo etc.
14498
14499         * gpdf/configure.in: temporarily disable libpaper
14500         checks. Otherwise I'd have to add the checks for the shell, too.
14501
14502 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14503
14504         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14505         and * file filters to the file choose.
14506
14507 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14508
14509         * po/de.po: Updated German translation.
14510
14511 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14512
14513         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14514
14515 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14516
14517         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14518
14519         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14520         (ev_window_init): implement those menuitems.
14521
14522 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14523
14524         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14525
14526         * shell/ev-window.c (ev_window_init): use the toolbar.
14527
14528 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14529
14530         * shell/ev-window.c (ev_window_init): use menu translations
14531
14532 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14533
14534         * configure.ac: add "de" to ALL_LINGUAS.
14535
14536         * po/de.po: add German translation.
14537
14538 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14539
14540         * Makefile.am (SUBDIRS): add po
14541
14542         * configure.ac: check intltool, glib-gettext etc, generate
14543         po/Makefile.in
14544
14545         * po, po/POTFILES.in, po/POTFILES.skip: new.
14546
14547 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14548
14549         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14550         already use (#ifdef ENABLE_NLS)
14551
14552         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14553         pointer indirection thinko.
14554
14555         * shell/main.c: include gi18n.h for bindtextdomain etc.
14556
14557 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14558
14559         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14560         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14561         tooltips for menu items in the statusbar.
14562
14563 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14564
14565         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14566         pkgdatadir drop UIDIR
14567
14568 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14569
14570         * data/evince-ui.xml: Add File->Open menu item
14571
14572         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14573         chooser), hook it up in the ui manager.
14574
14575 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14576
14577         * shell/ev-window.c: fix Help->About tooltip.
14578
14579 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14580
14581         * configure.ac: set CFLAGS for libevprivate.
14582
14583         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14584         definitions, factory etc.
14585
14586         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14587
14588         * shell/Makefile.am: link against libevprivate.a.
14589
14590         * shell/ev-window.c (entries): add stock icon to Help->About.
14591
14592         * shell/main.c (main): init stock icon code.
14593
14594 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14595
14596         * lib/recent-files: egg recent files code
14597
14598         * lib/Makefile.am: add.
14599
14600         * Makefile.am: add lib subdir.
14601
14602         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14603         set CFLAGS for recent-files.
14604
14605 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14606
14607         * configure.ac: disable -ansi and -pedantic gcc flags. They
14608         disable POSIX stuff in stdio.h, but egg-recent uses them.
14609
14610 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14611
14612         * configure.ac: add --disable-deprecated flag (defaults to on in
14613         "cvs" builds).
14614
14615         * shell/Makefile.am (INCLUDES): use it.
14616
14617 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14618
14619         * shell/main.c: add missing #include.
14620
14621         * shell/ev-window.c: fix for pedantic gcc.
14622         (ev_window_cmd_help_about): split license into paragraphs for
14623         translators and pedantic compilers.
14624
14625 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14626
14627         * configure.ac: add more warning flags if compiling with gcc from
14628         cvs (or explicitly requested with --enable-more-warnings).
14629
14630 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14631
14632         * data/evince-ui.xml: add File and File->Close menu.
14633
14634         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14635         (ev_window_destroy): quit after destroy.
14636         (ev_window_class_init): override GtkObject::destroy.
14637         (entries): install close_window callback.
14638
14639 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14640
14641         * Makefile.am (SUBDIRS): add data subdir.
14642
14643         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14644         gtk+ 2.5.0 for GtkAboutDialog.
14645
14646         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14647         main window.
14648
14649         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14650
14651         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14652         manager.
14653         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14654
14655 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14656
14657         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14658
14659 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14660
14661         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14662
14663 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14664
14665         * shell/*: Added shell directory boilerplate, build it.
14666
14667 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14668
14669         * configure.ac, Makefile.am: Added top-level configure.ac and
14670         Makefile.am