]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
More renames of warning to mdvi_warning in follow up to the fix of the bug
[evince.git] / ChangeLog
1 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2
3         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
4         (t1_transform_font):
5         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
6         
7         More renames of warning to mdvi_warning in follow up to the
8         fix of the bug #553369. Fix for the bug #559257 by
9         Tuxce <tuxce.net@gmail.com>.
10
11 2008-11-04  Carlos Garcia Campos  <carlosgc@gnome.org>
12
13         * NEWS:
14
15         Update NEWS for 2.25.1 release
16         
17 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
18
19         * shell/ev-application.c: (ev_application_init_session):
20         * shell/main.c: (main):
21
22         Move the egg_set_desktop_file() call to main and remove
23         gtk_window_set_default_icon_name() since it's already called by
24         egg_set_desktop_file()
25         
26 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
27
28         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
29
30         Initialize GError to NULL.
31         
32 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
33
34         * shell/ev-window.c: (window_save_file_copy_ready_cb),
35         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
36         (ev_window_preview_print_finished), (launch_action):
37
38         Do not use popup dialogs to show error messages anymore, use the
39         message area instead.
40         
41 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
42
43         * shell/ev-window.c: (ev_window_error_message),
44         (ev_window_warning_message), (ev_window_set_document),
45         (ev_window_load_job_cb), (ev_window_load_remote_failed),
46         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
47         (ev_window_cmd_help_contents), (launch_external_uri),
48         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
49         (ev_attachment_popup_cmd_open_attachment),
50         (attachment_save_dialog_response_cb):
51
52         Use a message format (with printf()-style) in
53         ev_window_error_message and ev_window_warning_message.
54
55 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
56
57         * shell/ev-window.c: (ev_window_error_message),
58         (ev_window_warning_message), (ev_window_set_document),
59         (ev_window_load_job_cb), (ev_window_load_remote_failed),
60         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
61         (ev_window_cmd_help_contents), (launch_external_uri),
62         (image_save_dialog_response_cb),
63         (ev_attachment_popup_cmd_open_attachment),
64         (attachment_save_dialog_response_cb):
65
66         Change ev_window_error_message and ev_window_warning_message to
67         receive a EvWindow instead of a GtkWindow. It's more consistent
68         and avoids unneeded casts.
69         
70 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
71
72         * shell/ev-window.c: (ev_window_cmd_help_contents):
73
74         Use gtk_show_uri() when availale to display help contents.
75         
76 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
77
78         * configure.ac:
79         * backend/pdf/ev-poppler.cc:
80         * properties/ev-properties-view.c:
81         * shell/Makefile.am:
82         * shell/ev-tooltip.[ch]: Removed
83         * shell/ev-view-private.h
84         * shell/eggfindbar.c:
85         * shell/ev-application.c:
86         * shell/ev-open-recent-action.c:
87         * shell/ev-sidebar-thumbnails.c:
88         * shell/ev-view.c:
89         * shell/ev-window.c:
90
91         Bump GTK+ requirement to 2.12.
92         
93 2008-10-27 Christian Persch <chpe@gnome.org>
94
95         * backend/djvu/djvu-document.c
96         * backend/dvi/cairo-device.c
97         * cut-n-paste/evmountoperation/ev-mount-operation.h
98         * cut-n-paste/gedit-message-area/gedit-message-area.h
99         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
100         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
101         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
102         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
103         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
104         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
105         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
106         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
107         * cut-n-paste/zoom-control/ephy-zoom-action.c
108         * cut-n-paste/zoom-control/ephy-zoom-action.h
109         * cut-n-paste/zoom-control/ephy-zoom-control.c
110         * cut-n-paste/zoom-control/ephy-zoom-control.h
111         * libdocument/ev-async-renderer.h
112         * libdocument/ev-document-factory.c
113         * libdocument/ev-document-misc.h
114         * libdocument/ev-image.h
115         * libdocument/ev-selection.h
116         * shell/ev-properties-fonts.h
117         * shell/ev-stock-icons.h
118         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
119         directly. Bug #558064.
120
121 2008-10-27 Christian Persch <chpe@gnome.org>
122
123         * cut-and-paste/smclient/*: Update from libegg.
124
125 2008-10-27 Christian Persch <chpe@gnome.org>
126
127         * backend/djvu/djvu-document.c
128         * backend/ps/ev-spectre.c
129         * shell/ev-jobs.c: Use printf safely. Bug #558066.
130
131 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
132
133         * shell/ev-view.c (ev_view_change_page),
134         (ev_view_transition_animation_finish),
135         (ev_view_transition_animation_cancel), (page_changed_cb),
136         (ev_view_set_presentation), (ev_view_next_page),
137         (ev_view_previous_page):
138         
139         Cancel the animation without scheduling transition start
140         and proceed to the next page to fix bug #516749.
141
142 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
143
144         * NEWS:
145         * configure.ac:
146
147         Update for release 2.24.1
148         
149 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
150
151         * shell/ev-window.c: (ev_window_cmd_view_presentation):
152
153         Disable toggle function of F5 when in presentation mode. Patch by
154         Dave Neary. Fixes bug #556162.
155         
156 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
157
158         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
159         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
160         (ev_sidebar_thumbnails_fill_model),
161         (ev_sidebar_thumbnails_refresh),
162         (ev_sidebar_thumbnails_set_document):
163
164         Instead of using only one loading icon for thumbnails based on the
165         size of the first page, create an icon for every different page
166         size. Fixes bug #556264.
167         
168 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
169
170         * shell/ev-page-cache.c: (ev_page_cache_finalize):
171
172         Fix memory leak.
173         
174 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
175
176         * shell/ev-window-title.c (ev_window_title_sanitize_title):
177
178         Removes bad prefixes from window title. Patch by 
179         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
180         
181 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
182
183         * shell/ev-window.c: (launch_external_uri):
184
185         Do not consider mailto links as http uris. Fixes bug #555801.
186         
187 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
188
189         * shell/ev-view.c: (merge_selection_region), (clear_selection):
190
191         Fix memory leak. Fixes bug #555134.
192         
193 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
194
195         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
196
197         Emit the job finished signal when the job is handled before the
198         page_ready callback.
199         
200 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
201
202         * shell/ev-window.c: (launch_action):
203
204         Use GdkAppLaunchContext when available to launch external
205         applications.
206         
207 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
208
209         * shell/ev-window.c: (launch_action):
210
211         Fix launching external applications for launch actions which seems
212         to be broken since the gio port. Fixes bug #554500.
213         
214 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
215
216         * backend/dvi/Makefile.am:
217         * backend/dvi/cairo-device.c:
218         * backend/dvi/dvi-document.c:
219         * backend/dvi/mdvi-lib/Makefile.am:
220
221         Fix several compile warnings in the dvi backend.
222         
223 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
224
225         * backend/dvi/mdvi-lib/common.h:
226         * backend/dvi/mdvi-lib/dviread.c:
227         * backend/dvi/mdvi-lib/font.c:
228         * backend/dvi/mdvi-lib/fontmap.c:
229         * backend/dvi/mdvi-lib/fontsrch.c:
230         * backend/dvi/mdvi-lib/gf.c:
231         * backend/dvi/mdvi-lib/pagesel.c:
232         * backend/dvi/mdvi-lib/pk.c:
233         * backend/dvi/mdvi-lib/sp-epsf.c:
234         * backend/dvi/mdvi-lib/special.c:
235         * backend/dvi/mdvi-lib/tfm.c:
236         * backend/dvi/mdvi-lib/tfmfile.c:
237         * backend/dvi/mdvi-lib/util.c:
238         * backend/dvi/mdvi-lib/vf.c:
239
240         Rename error as mdvi_error to avoid symbol conflicts with the libc
241         error. Rename also message, crash, fatal and warning for
242         consistency. Fixes bug #553369.
243         
244 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
245
246         * backend/dvi/dvi-document.c: (dvi_document_load):
247
248         Fix memory leak.
249         
250 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
251
252         * backend/dvi/dvi-document.c:
253
254         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
255         G_IMPLEMENT_INTERFACE.
256         
257 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
258
259         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
260
261         Make sure copy_job_page_and_selection_to_job_info is always called
262         before copy_job_to_job_info. Fixes bug #552382.
263         
264 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
265
266         * NEWS:
267         * configure.ac:
268
269         Update for release 2.24.0
270         
271 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
272
273         * shell/ev-window.c: (launch_external_uri):
274
275         Use GdkAppLaunchContext when available to launch external uris.
276         
277 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
278
279         * shell/ev-window.c: (launch_external_uri):
280
281         Use the message area to show errors when lauching external uris
282         instead of a popup window.
283         
284 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
285
286         * shell/ev-window.c: (launch_external_uri):
287
288         Assume invalid uris are http uris. Fixes bug #552071.
289         
290 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
291
292         * NEWS:
293         * configure.ac:
294
295         Update for release 2.23.92.
296         
297 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
298
299         * shell/eggfindbar.c: (egg_find_bar_class_init):
300
301         Allow page scrolling with PageUp/PageDown keys when find bar is
302         active. Fixes bug #529833.
303         
304 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
305
306         * shell/ev-view-private.h:
307         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
308         (ev_view_scroll), (ev_view_class_init):
309         * shell/ev-view-accessible.c:
310         (ev_view_accessible_action_do_action):
311         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
312         (ev_window_cmd_scroll_backward):
313
314         Use GtkScrollType instead of EvScrollType.
315         
316 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
317
318         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
319         
320         Patch for case unsensitive page label match by Michael Lee.
321         See bug #550136.
322         
323         * shell/ev-page-action.c (create_tool_item):    
324         * test/Makefile.am:
325         * test/test1.py:
326         * test/test4.py:
327         * test/test5.py:
328         
329         Added test for the above and updated other tests.
330
331 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
332
333         * shell/ev-window.c: (image_save_dialog_response_cb):
334
335         Do not append the file extension twice when saving an image.
336         
337 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
338
339         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
340
341         Remove an invalid ifdef.
342         
343 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
344
345         * shell/ev-view.c: (ev_view_motion_notify_event):
346
347         Make sure the cursor is correctly restored after showing the right
348         click menu.
349         
350 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
351
352         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
353         (ev_attachment_open):
354         * shell/ev-sidebar-attachments.c:
355         (ev_sidebar_attachments_button_press):
356         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
357
358         Use GdkAppLaunchContext when available to open attachments.
359         
360 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
361
362         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
363
364         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
365         by Eric Piel.
366         
367 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
368
369         * shell/ev-application.c: (ev_application_get_media_keys):
370         * shell/ev-media-player-keys.[ch]:
371         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
372         (ev_media_player_keys_grab_keys),
373         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
374         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
375         * shell/ev-window.[ch]: (ev_window_dispose),
376         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
377         (ev_window_init):
378
379         Clean up the media player keys stuff.
380         
381 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
382
383         * NEWS:
384         * configure.ac:
385
386         Update for release 2.23.91.
387         
388 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
389
390         * cut-n-paste/smclient/eggsmclient-xsmp.c:
391         (sm_client_xsmp_set_initial_properties):
392
393         Fix memory leak.
394         
395 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
396
397         * shell/ev-application.c: (ev_application_open_window),
398         (ev_application_open_uri_at_dest):
399
400         Make sure evince starts up in the right workspace when resuming a
401         previous session.
402         
403 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
404
405         * shell/ev-application.[ch]: (ev_application_open_window),
406         (ev_application_add_icon_path_for_screen),
407         (ev_application_open_uri_at_dest):
408
409         Fix window manager warnings shown in ~/.xsession-errors
410         
411 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
412
413         * configure.ac:
414         * cut-n-paste/Makefile.am:
415         * cut-n-paste/smclient/Makefile.am:
416         * cut-n-paste/smclient/eggdesktopfile.[ch]:
417         * cut-n-paste/smclient/eggsmclient-private.h:
418         * cut-n-paste/smclient/eggsmclient-xsmp.c:
419         * cut-n-paste/smclient/eggsmclient.[ch]:
420
421         EggSMClient copied from libegg
422
423         * libdocument/ev-file-helpers.c: (ev_dot_dir):
424         * shell/Makefile.am:
425         * shell/ev-application.[ch]: (ev_application_load_session),
426         (smclient_save_state_cb), (smclient_quit_cb),
427         (ev_application_init_session), (ev_application_shutdown),
428         (ev_application_init):
429         * shell/main.c: (main):
430
431         Use EggSMClient instead of gnome-client and remove libgnome and
432         libgnomeui dependencies.
433         
434 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
435
436         * shell/main.c: (main):
437
438         Remove gnome_authentication_manager_init.
439         
440 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
441
442         * shell/ev-view.c: (ev_view_goto_window_create):
443
444         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
445         since it's now deprecated.
446         
447 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
448
449         * backend/djvu/Makefile.am:
450         * backend/djvu/djvu-document-private.h:
451         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
452         (djvu_document_find_iface_init):
453         * backend/djvu/djvu-text-page.[ch]:
454         * backend/djvu/djvu-text.[ch]: Removed
455         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
456         (pdf_document_find_iface_init):
457         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
458         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
459         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
460         (ev_job_find_get_n_results), (ev_job_find_get_progress),
461         (ev_job_find_has_results), (ev_job_find_get_results):
462         * shell/ev-view-private.h:
463         * shell/ev-view.[ch]: (ev_view_expose_event),
464         (highlight_find_results), (ev_view_finalize),
465         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
466         (ev_view_set_document), (ev_view_find_get_n_results),
467         (ev_view_find_get_result), (jump_to_find_result),
468         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
469         (ev_view_find_previous), (ev_view_find_search_changed),
470         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
471         * shell/ev-window.c: (ev_window_update_actions),
472         (page_changed_cb), (ev_window_setup_document),
473         (ev_window_update_find_status_message),
474         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
475         (ev_window_clear_find_job), (find_bar_close_cb),
476         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
477         (ev_window_dispose), (ev_window_init):
478
479         Rework find interface. The find logic has been moved from backends
480         to the shell avoiding a lot of duplicated code in the backends and
481         making easier to implement the find interface in the backends.
482         
483 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
484
485         * backend/pdf/ev-poppler.cc:
486         (pdf_document_thumbnails_get_dimensions):
487
488         Make sure thumbnail size returned by the PDF is actually
489         valid. Fixes bug #548462.
490         
491 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
492
493         * shell/ev-window.c: (ev_window_setup_document),
494         (ev_window_set_document), (ev_window_dispose):
495
496         Remove the idle function for setting the document up when the
497         window is destroyed. Fixes bug #549163.
498         
499 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
500
501         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
502         (ev_job_attachments_dispose), (ev_job_attachments_run),
503         (ev_job_attachments_class_init), (ev_job_attachments_new):
504         * shell/ev-sidebar-attachments.c:
505         (ev_sidebar_attachments_set_document):
506
507         Add a new job to get the attachments in a thread with the document
508         lock held. Fixes bug #548653.
509         
510 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
511
512         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
513         (tiff_document_document_iface_init):
514
515         Implement document_get_page_label in tiff backend.
516         
517 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
518
519         * backend/tiff/tiff-document.c: (tiff_document_render):
520
521         Handle document orientation in tiff backend. Fixes bug #548444.
522         
523 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
524
525         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
526
527         Do not crash when adjustment page size is 0. Fixes bug #547440.
528         
529 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
530
531         * cut-n-paste/evmountoperation/ev-mount-operation.c:
532
533         Sync with current GTK+.
534         
535 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
536
537         * configure.ac:
538         
539         Update for release 2.23.6.
540
541 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
542
543         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
544         (ev_job_load_set_password):
545         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
546         * shell/ev-window.c: (password_dialog_response),
547         (ev_window_load_job_cb):
548
549         Fix loading encrypted documents since I broke it with the jobs
550         rework.
551         
552 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
553
554         * NEWS:
555
556         Update NEWS for 2.23.6 release.
557         
558 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
559
560         * backend/impress/impress-document.c:
561         * backend/impress/render.h:
562         * libdocument/ev-document-factory.c:
563         * libdocument/ev-document-factory.h:
564         * libdocument/ev-document-links.h:
565         * libdocument/ev-document-misc.c:
566         * libdocument/ev-document-misc.h:
567         * properties/ev-properties-main.c:
568         * properties/ev-properties-view.c:
569         * properties/ev-properties-view.h:
570         * shell/eggfindbar.c:
571         * shell/eggfindbar.h:
572         * shell/ev-application.c:
573         * shell/ev-application.h:
574         * shell/ev-jobs.h:
575         * shell/ev-message-area.h:
576         * shell/ev-navigation-action.c:
577         * shell/ev-navigation-action.h:
578         * shell/ev-open-recent-action.c:
579         * shell/ev-open-recent-action.h:
580         * shell/ev-page-action-widget.c:
581         * shell/ev-page-action.c:
582         * shell/ev-page-action.h:
583         * shell/ev-page-cache.h:
584         * shell/ev-password-view.h:
585         * shell/ev-password.h:
586         * shell/ev-pixbuf-cache.h:
587         * shell/ev-properties-fonts.c:
588         * shell/ev-sidebar-attachments.c:
589         * shell/ev-sidebar-links.c:
590         * shell/ev-sidebar-links.h:
591         * shell/ev-sidebar-thumbnails.c:
592         * shell/ev-sidebar-thumbnails.h:
593         * shell/ev-sidebar.c:
594         * shell/ev-sidebar.h:
595         * shell/ev-stock-icons.c:
596         * shell/ev-tooltip.h:
597         * shell/ev-view.c:
598         * shell/ev-view.h:
599         * shell/ev-window.c:
600         * shell/ev-window.h:
601         * shell/main.c:
602
603         More #include cleanups. Again: reordering, single gtk.h
604         includes and other stuff.
605
606 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
607
608         * shell/eggfindbar.c:
609         * shell/ev-application.c:
610         * shell/ev-message-area.c:
611         * shell/ev-navigation-action.c:
612         * shell/ev-open-recent-action.c:
613         * shell/ev-page-action-widget.c:
614         * shell/ev-page-action.c:
615         * shell/ev-password-view.c:
616         * shell/ev-properties-dialog.c:
617         * shell/ev-properties-fonts.c:
618         * shell/ev-sidebar-attachments.c:
619         * shell/ev-sidebar-page.c:
620         * shell/ev-sidebar-thumbnails.c:
621         * shell/ev-stock-icons.c:
622         * shell/ev-tooltip.c:
623         * shell/ev-view.c:
624         * shell/ev-window.c:
625         * shell/main.c:
626
627         Cleanup many #include statements: reorder so that a
628         generic-to-specific order is used, use single gtk.h
629         includes, and some other cleanups.
630
631 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
632
633         * shell/ev-jobs.h:
634
635         Add gio header.
636         
637 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
638
639         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
640         (ev_document_fc_mutex_trylock):
641         * shell/Makefile.am:
642         * shell/ev-job-queue.[ch]:
643         * shell/ev-job-scheduler.[ch]:
644         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
645         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
646         (ev_job_run), (ev_job_cancel), (ev_job_failed),
647         (ev_job_failed_from_error), (ev_job_succeeded),
648         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
649         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
650         (ev_job_links_class_init), (ev_job_render_init),
651         (notify_page_ready), (ev_job_render_page_ready),
652         (ev_job_render_run), (ev_job_render_class_init),
653         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
654         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
655         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
656         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
657         (ev_job_save_dispose), (ev_job_save_run),
658         (ev_job_save_class_init), (ev_job_print_init),
659         (ev_job_print_dispose), (ev_job_print_run),
660         (ev_job_print_class_init):
661         * shell/ev-page-cache.c:
662         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
663         (check_job_size_and_unref), (move_one_job),
664         (copy_job_to_job_info), (add_job),
665         (ev_pixbuf_cache_add_jobs_if_needed):
666         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
667         (job_fonts_finished_cb), (job_fonts_updated_cb),
668         (ev_properties_fonts_set_document):
669         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
670         (ev_sidebar_links_set_document):
671         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
672         (ev_sidebar_thumbnails_set_document),
673         (ev_sidebar_thumbnails_clear_job):
674         * shell/ev-view-private.h:
675         * shell/ev-view.c:
676         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
677         (ev_window_refresh_window_thumbnail), (password_dialog_response),
678         (ev_window_clear_load_job), (ev_window_clear_reload_job),
679         (ev_window_load_job_cb), (ev_window_reload_job_cb),
680         (window_open_file_copy_ready_cb), (ev_window_open_uri),
681         (ev_window_reload_document), (ev_window_clear_save_job),
682         (ev_window_save_job_cb), (file_save_dialog_response_cb),
683         (ev_window_clear_print_job), (ev_window_print_job_cb),
684         (ev_window_print_dialog_response_cb):
685         * shell/main.c: (main):
686
687         Rework the jobs system in order to make it simpler and more
688         extensible. It allows to run jobs in the main loop instead of
689         using a thread when it's appropriate like the fonts job. Now it's
690         also possible to cancel jobs that are currently running. 
691         
692 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
693
694         * libdocument/ev-debug.c: (profile_init):
695
696         Create the hash table also when profiling service is enabled for
697         all sections.
698         
699 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
700
701         * libdocument/ev-debug.[ch]: (ev_profiler_start),
702         (ev_profiler_stop):
703         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
704         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
705         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
706         (ev_job_print_run):
707         * shell/main.c: (main):
708
709         Add a profile mode available when debug is enabled. Add profilers
710         in ev-jobs.
711         
712 2008-07-23  Götz Waschk <waschk@mandriva.org>
713
714         * configure.ac: Correctly build desktop file. Fixes
715         bug #544237.
716
717 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
718
719         * configure.ac:
720         
721         Update for release 2.23.5.
722
723 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
724
725         * NEWS:
726
727         Update NEWS for 2.23.5 release.
728         
729 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
730
731         * shell/ev-window.c: (ev_window_state_event),
732         (ev_window_class_init):
733
734         Intercept window manager's fullscreen request in order to run/stop
735         fullscreen mode. Fixes bug #493541.
736         
737 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
738
739         * shell/ev-window.c: (find_bar_visibility_changed_cb):
740
741         Restart the job search when the find bar is opened for the second
742         time. Fixes bug #531956.
743         
744 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
745
746         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
747         (get_document_from_uri):
748
749         Make sure we always return a valid error struct when
750         get_document_from_uri fails. Fixes nautilus crash, see bug
751         #542548.
752         
753 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
754
755         * libdocument/ev-transition-effect.c
756         (ev_transition_effect_type_get_type),
757         (ev_transition_effect_alignment_get_type),
758         (ev_transition_effect_direction_get_type):
759         
760         Fixes bug #542924. Makes enums static to fix Solaris build.
761
762 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
763
764         * shell/ev-view.c: (ev_view_key_press_event):
765
766         Add '.' keybinding for blanking the screen in presentation
767         mode. Fixes bug #542001.
768         
769 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
770
771         * libdocument/ev-document-misc.c:
772         (ev_document_misc_pixbuf_from_surface):
773
774         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
775         #540950.
776         
777 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
778
779         * backend/comics/comics-document.c (comics_document_load):
780         * backend/comics/comicsdocument.evince-backend.in:
781         * configure.ac:
782         * thumbnailer/evince-thumbnailer-comics.schemas.in:
783         
784         Added support for 7-zip based cb7 comic book. Patch by
785         Kartik Rustagi. Fixes bug #532312.
786
787 2008-06-24  Bastien Nocera  <hadess@hadess.net>
788
789         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
790         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
791         Fixes bug #539972.
792
793 2008-06-24  Bastien Nocera  <hadess@hadess.net>
794
795         * shell/Makefile.am:
796         * shell/ev-application.c (ev_application_init),
797         (ev_application_get_media_keys):
798         * shell/ev-application.h:
799         * shell/ev-marshal.list:
800         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
801         (proxy_destroy), (on_media_player_key_pressed),
802         (ev_media_player_keys_init), (ev_media_player_keys_focused),
803         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
804         * shell/ev-media-player-keys.h:
805         * shell/ev-window.c (ev_window_go_previous_page),
806         (ev_window_go_next_page), (ev_window_go_first_page),
807         (ev_window_go_last_page), (ev_window_start_presentation),
808         (ev_window_dispose), (view_actions_focus_in_cb):
809         * shell/ev-window.h: When building with D-Bus support, listen
810         for multimedia key events from gnome-settings-daemon. This allows
811         to go to the next/previous/first/last pages using, respectively,
812         Next/Previous/Rewing/Fast Forward. The Play button is used to start
813         a presentation. Fixes bug #539971.
814
815 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
816
817         * configure.ac:
818         
819         Update for release 2.23.4.
820
821 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
822
823         * NEWS:
824
825         Update news for 2.23.4 release.
826         
827 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
828
829         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
830         * shell/ev-sidebar-thumbnails.c:
831         (ev_sidebar_thumbnails_set_loading_icon),
832         (ev_sidebar_thumbnails_refresh):
833         * shell/ev-window.c: (ev_window_error_message),
834         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
835         (ev_window_set_document):
836
837         Do not crash opening documents with no pages and show a warning
838         message in the message area. Fixes bugs #537574 and #171588.
839         
840 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
841
842         * shell/Makefile.am:
843         * shell/ev-file-monitor.[ch]:
844         * shell/ev-window.c: (ev_window_document_changed),
845         (ev_window_clear_reload_job), (ev_window_load_job_cb),
846         (ev_window_reload_job_cb), (ev_window_open_uri),
847         (ev_window_reload_document), (ev_window_cmd_view_reload),
848         (ev_window_dispose):
849
850         Automaticly reload the document when the file has changed on
851         disk. Bug #304249.
852         
853 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
854
855         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
856         * libdocument/ev-image.c: (ev_image_save_tmp):
857         * libdocument/ev-module.c: (ev_module_load):
858         * shell/ev-application.c: (ev_application_shutdown),
859         (ev_application_get_print_settings):
860         * shell/ev-sidebar-attachments.c:
861         (ev_sidebar_attachments_button_press),
862         (ev_sidebar_attachments_drag_data_get):
863         * shell/ev-window.c: (window_save_file_copy_ready_cb),
864         (ev_window_print_finished), (ev_window_print_send),
865         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
866         (ev_window_preview_print_finished), (ev_window_do_preview_print),
867         (ev_window_cmd_preview_print):
868         * shell/main.c: (load_files_remote):
869         Fix some build warnings under GCC 4.3.0. (#537535).
870
871 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
872
873         * shell/ev-jobs.c: (ev_job_render_dispose):
874
875         Fix a crash in debug mode. Patch by Daniel M German.
876         
877 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
878
879         * shell/ev-window.c:
880
881         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
882         
883 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
884
885         * shell/ev-window.c: (ev_window_print_send),
886         (ev_window_do_preview_print):
887
888         Use the window title as print job name instead of just
889         "evince-print". Fixes bug #534493.
890         
891 2008-05-19  Frederic Peters  <fpeters@0d.be>
892
893         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
894         Bug #533897.
895
896 2008-05-19  Frederic Peters  <fpeters@0d.be>
897
898         * help/reference/Makefile.am: added missing libevmountoperation to
899         gtkdoc-scanobj libraries.  Bug #533896.
900
901 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
902
903         * properties/ev-properties-view.c (get_default_user_units):
904         Fixes check for default units string translation. Bug #533323.
905
906 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
907
908         * backend/impress/iksemel.c (sax_core): Fix a free() that should
909         be an iks_free(). Fix an array overflow in the XML parser that
910         would occur whenever the number of attributes in a tag was greater
911         than 0 and divisible by 6. Fixes GNOME bug #530852.
912
913 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
914
915         * backend/djvu/djvu-document-private.h:
916         * backend/djvu/djvu-links.c:
917         * backend/djvu/djvu-text.c:
918         * backend/djvu/djvu-document.c: (djvu_handle_events),
919         (djvu_wait_for_message), (djvu_document_load),
920         (document_get_page_size), (djvu_document_render),
921         (djvu_document_thumbnails_get_thumbnail),
922         (djvu_document_file_exporter_end):
923
924         Make sure load job doesn't finish successfully when the document
925         is not successfully decoded by libdjvu. Fixes bug #530202.
926         
927 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
928
929         * configure.ac:
930         * libdocument/Makefile.am:
931         * libdocument/ev-debug.[ch]:
932         * libdocument/ev-document.c:
933         * shell/ev-jobs.c: (ev_job_links_dispose),
934         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
935         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
936         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
937         (ev_job_render_page_ready), (ev_job_render_run),
938         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
939         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
940         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
941         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
942         (ev_job_print_new), (ev_job_print_run):
943         * shell/main.c: (main):
944
945         Add debug mode based on gedit code. Add debug messages in
946         ev-jobs.
947         
948 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
949
950         * libdocument/ev-document-factory.c: (get_document_from_uri):
951
952         Fix memory leak.
953         
954 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
955
956         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
957         (get_mime_type_from_data), (get_document_from_uri),
958         (ev_document_factory_get_document):
959         
960         Improved error message about file opening failture.
961         Bug #529129.
962
963 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
964
965         * data/evince-toolbar.xml:
966         
967         Allow to add SaveAs to toolbar.
968
969 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
970
971         * shell/ev-view-private.h:
972         * shell/ev-view.[ch]: (ev_view_button_release_event),
973         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
974         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
975         (ev_view_update_primary_selection), (clear_link_selected),
976         (ev_view_copy_link_address):
977         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
978
979         Update also the primary selection when copying a link
980         address. Fixes bug #520855.
981         
982 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
983
984         * libdocument/ev-document-factory.c: (get_document_from_uri):
985
986         Use the pixbuf backend only when the mime type is not supported by
987         any of the other backend so that tiff documents, for instance, are
988         handled by the tiff backend instead of the pixbuf backend. fixes
989         bug #520290.
990         
991 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
992
993         * cut-n-paste/Makefile.am:
994
995         Add evmountoperation to subdirs list.
996         
997 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
998
999         * configure.ac:
1000
1001         Fix libspectre check in configure script. Fixes bug #528549.
1002         
1003 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1004
1005         * configure.ac:
1006         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
1007         * shell/Makefile.am:
1008         * shell/ev-window.c: (ev_window_load_remote_failed),
1009         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
1010
1011         Add GtkMountOperation (renamed to avoid conflicts) to be able to
1012         open documents in remote locations that are not mounted.
1013         
1014 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1015
1016         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
1017         (bitmap_convert_msb8):
1018         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
1019         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
1020
1021         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
1022         
1023 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1024
1025         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1026         (ev_job_render_new), (ev_job_render_set_selection_info),
1027         (ev_job_render_run):
1028         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1029         (check_job_size_and_unref),
1030         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1031         (add_job), (ev_pixbuf_cache_get_selection_surface):
1032
1033         Create the render context needed for rendering a page in the render
1034         thread so that we don't block the main thread. Simplify
1035         EvJobRender API.
1036         
1037 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1038
1039         * libdocument/Makefile.am:
1040         * libdocument/ev-page.[ch]:
1041         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
1042         (ev_render_context_new), (ev_render_context_set_page):
1043         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
1044         (ev_form_field_finalize), (ev_form_field_class_init):
1045         * libdocument/ev-document-forms.[ch]:
1046         (ev_document_forms_get_form_fields):
1047         * libdocument/ev-document.[ch]: (ev_document_get_page),
1048         (ev_document_get_page_size), (ev_document_get_page_label):
1049         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1050         (ev_job_render_run), (ev_job_thumbnail_new),
1051         (ev_job_thumbnail_run), (ev_job_print_run):
1052         * shell/ev-page-cache.c: (ev_page_cache_new):
1053         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1054         (check_job_size_and_unref), (add_job):
1055         * shell/ev-sidebar-thumbnails.c: (add_range):
1056         * shell/ev-view.c: (ev_view_form_field_get_region),
1057         (ev_view_form_field_button_create_widget),
1058         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1059         (ev_view_handle_form_field), (ev_view_size_allocate),
1060         (get_selected_text):
1061         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
1062         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
1063         (pdf_document_get_page), (pdf_document_get_page_label),
1064         (pdf_document_render), (pdf_document_get_info),
1065         (pdf_document_document_iface_init),
1066         (pdf_document_thumbnails_get_thumbnail),
1067         (pdf_document_thumbnails_get_dimensions),
1068         (pdf_document_file_exporter_do_page),
1069         (pdf_selection_render_selection),
1070         (pdf_selection_get_selected_text),
1071         (pdf_selection_get_selection_region),
1072         (pdf_selection_get_selection_map),
1073         (pdf_document_forms_get_form_fields),
1074         (pdf_document_forms_form_field_text_get_text),
1075         (pdf_document_forms_form_field_text_set_text),
1076         (pdf_document_forms_form_field_button_set_state),
1077         (pdf_document_forms_form_field_button_get_state),
1078         (pdf_document_forms_form_field_choice_get_item),
1079         (pdf_document_forms_form_field_choice_get_n_items),
1080         (pdf_document_forms_form_field_choice_is_item_selected),
1081         (pdf_document_forms_form_field_choice_select_item),
1082         (pdf_document_forms_form_field_choice_toggle_item),
1083         (pdf_document_forms_form_field_choice_unselect_all),
1084         (pdf_document_forms_form_field_choice_set_text),
1085         (pdf_document_forms_form_field_choice_get_text):
1086         * backend/ps/ev-spectre.c: (ps_document_get_page),
1087         (ps_document_get_page_size), (ps_document_get_page_label),
1088         (ps_document_render), (ps_document_document_iface_init),
1089         (ps_document_file_exporter_do_page):
1090         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
1091         (tiff_document_render), (tiff_document_render_pixbuf),
1092         (tiff_document_file_exporter_do_page):
1093         * backend/pixbuf/pixbuf-document.c:
1094         (pixbuf_document_get_page_size):
1095         * backend/comics/comics-document.c:
1096         (comics_document_get_page_size), (comics_document_render_pixbuf):
1097         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
1098         (djvu_document_render), (djvu_selection_get_selected_text),
1099         (djvu_document_thumbnails_get_thumbnail),
1100         (djvu_document_file_exporter_do_page),
1101         (djvu_document_find_get_result):
1102         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
1103         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
1104         (dvi_document_thumbnails_get_thumbnail),
1105         (dvi_document_file_exporter_do_page):
1106         * backend/impress/impress-document.c:
1107         (impress_document_get_page_size),
1108         (impress_document_render_pixbuf):
1109         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1110
1111         Add EvPage so that we can hold a reference to the backend
1112         page. Form fields keep now a reference to the poppler page
1113         improving performance since we don't have to create/destroy the
1114         poppler field for every form operation. This will be needed for
1115         annotations too.
1116         
1117 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1118
1119         * data/evince-ui.xml:
1120         * shell/ev-window.c:
1121
1122         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
1123         
1124 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1125
1126         * configure.ac:
1127         * backend/ps/Makefile.am:
1128
1129         Remove gs stuff from ps backend.
1130         
1131 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1132
1133         * configure.ac:
1134         * backend/pdf/ev-poppler.cc:
1135
1136         Bump poppler requirement to 0.8.0.
1137         
1138 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1139
1140         * NEWS:
1141         * configure.ac:
1142
1143         Update for release 2.22.1.1
1144
1145 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1146
1147         * configure.ac:
1148
1149         Fix build (again) when poppler version is 0.6
1150         
1151 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1152
1153         * backend/djvu/djvu-links.c: (build_tree):
1154
1155         Make sure link title is a valid utf8 string. Fixes bug #526517.
1156         
1157 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1158
1159         * configure.ac:
1160
1161         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
1162         #526799.
1163         
1164 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1165
1166         * configure.ac:
1167         
1168         Update for release 2.22.1.
1169
1170 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1171
1172         * NEWS:
1173
1174         Update for upcoming release.
1175
1176 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1177
1178         * configure.ac:
1179         * backend/dvi/dvidocument.evince-backend.in:
1180
1181         Add compressed dvi to the list of supported mime types. Patch by
1182         Ed Catmur. Fixes bug #307087.
1183
1184 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1185
1186         * shell/ev-jobs.c: (ev_job_print_get_page_list):
1187
1188         Fix a crash when printing a range that doesn't specify the start or
1189         end page. Fixes bug #524288.
1190
1191 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1192
1193         * shell/ev-window.c: (ev_window_cmd_continuous),
1194         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
1195         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
1196         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
1197         (ev_window_run_presentation), (ev_window_stop_presentation),
1198         (ev_window_cmd_view_presentation),
1199         (ev_window_cmd_leave_fullscreen),
1200         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
1201
1202         Do not unfullscreen and fullscreen again the window when changing
1203         from fullscreen to presentation mode and vice versa. Fixes bug
1204         #524112.
1205         
1206 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1207
1208         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
1209
1210         Do not crash when thumbnail failed to render in PS backend. Fixes
1211         bug #525015.
1212         
1213 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1214
1215         * shell/ev-window.c: (window_open_file_copy_ready_cb),
1216         (ev_window_load_file_remote), (ev_window_open_uri):
1217
1218         Handle errors when opening remote files.
1219         
1220 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1221
1222         * shell/ev-page-action.c: (ev_page_action_grab_focus):
1223
1224         Only grab the focus for the current visible proxy widget. Fixes
1225         bug #521224.
1226         
1227 2008-03-30  Emil Soleyman  <emil@nishra.com>
1228
1229         * shell/ev-window.c: (launch_external_uri):
1230         
1231         Reuse g_app_info_launch_default_for_uri to
1232         save some code and fix bug #525009.
1233
1234 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1235
1236         * shell/ev-window.c (image_save_dialog_response_cb):
1237
1238         Use g_str_has_suffix. See bug #523069.
1239
1240 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1241
1242         * configure.ac:
1243
1244         Add a configure option to enable/diable DBus. Patch by Rémi
1245         Cardona. Fixes bug 521797.
1246
1247 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1248
1249         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1250
1251         Fix printing in documents with rotated pages. Patch by Eugen
1252         Dedu. Fixes bug #512648.
1253         
1254 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1255
1256         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
1257         (ev_link_from_action):
1258
1259         Fix warning messages.
1260         
1261 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1262
1263         * shell/ev-window.c: (image_save_dialog_response_cb):
1264
1265         Do not append the extension to filename when saving an image
1266         if the filename alredy contains the extension. Fixes bug #523069.
1267         
1268 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1269
1270         * shell/ev-view.[ch]: (ev_view_find_cancel):
1271         * shell/ev-window.c: (find_bar_close_cb):
1272
1273         Cancel the find operation when the find bar is closed. Fixes bug
1274         #508845.
1275         
1276 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1277
1278         * backend/ps/psdocument.evince-backend.in:
1279
1280         Make ps backend module resident. Fixes bug #520607.
1281         
1282 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1283
1284         * shell/ev-jobs.c: (ev_job_print_run):
1285
1286         Invert collate action in order to work as expected, fix reverse
1287         printing so that it doesn't start with a blank page and fix number
1288         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1289         
1290 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1291
1292         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1293
1294         Fix build with poppler <= 0.7.2
1295         
1296 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1297
1298         * libdocument/ev-document-misc.c:
1299         (ev_document_misc_surface_from_pixbuf):
1300
1301         Fix selections with poppler-splash.
1302         
1303 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1304
1305         * configure.ac:
1306         * backend/pdf/ev-poppler.cc:
1307
1308         Fix build with poppler >= 0.7.2
1309         
1310 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1311
1312         * configure.ac:
1313         
1314         Update for release 2.22.0
1315
1316 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1317
1318         * NEWS:
1319
1320         Update for upcoming release.
1321
1322 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1323
1324         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1325
1326         Bug 495107 – Handle print dialog responses correctly
1327
1328         Correctly handle print dialog response. Properly fixes
1329         the above mentioned bug.
1330
1331 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1332
1333         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1334
1335         Make sure print job is only run when the print button is
1336         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1337         
1338 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1339
1340         * backend/pdf/pdfdocument.evince-backend.in:
1341         * libdocument/ev-backends-manager.c:
1342         (ev_backends_manager_load_backend),
1343         (ev_backends_manager_get_document):
1344         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1345
1346         Allow making backend modules resident. This is needed only for
1347         some backends like pdf to avoid registering glib types more than
1348         once.
1349         
1350 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1351
1352         * backend/comics/comics-document.c:
1353         * backend/djvu/djvu-document.c:
1354         * backend/impress/impress-document.c:
1355         * backend/pdf/ev-poppler.cc:
1356         * backend/pixbuf/pixbuf-document.c:
1357         * backend/ps/ev-spectre.c:
1358         * backend/ps/ps-document.c:
1359         * backend/tiff/tiff-document.c:
1360         * libdocument/ev-document.h:
1361         * properties/ev-properties-main.c:
1362
1363         Use g_type_module_add_interface instead of
1364         g_type_add_interface_static. Fixes bug #519679.
1365         
1366 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1367
1368         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1369         Added. Returns whether the animation has everything necessary to run.
1370         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1371         is ready just because it's been created. Fixes #519106.
1372         (draw_one_page): Do not show the "Loading..." text in presentation
1373         mode, there was a slim probability that this could happen.
1374
1375 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1376
1377         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1378
1379         Duplicate mime_type string before freeing it so that it doesn't
1380         always fail when getting mime type from uri. Fixes bug #518874.
1381         
1382 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1383
1384         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1385
1386         Fix a crash when a choice form field doesn't have any item
1387         selected. Fixes bug #518831
1388         
1389 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1390
1391         * shell/ev-window.c (ev_window_clear_temp_file):
1392         Use g_file_has_prefix instead of renamed
1393         g_file_contains_file.
1394
1395         * configure.ac:
1396         Require new glib for above change.
1397         
1398 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1399
1400         * libdocument/ev-image.c: (ev_image_finalize),
1401         (ev_image_save_tmp):
1402
1403         Return a real uri instead of a filename when saving an
1404         image. Fixes images drag an drop from evince to nautilus. 
1405         
1406 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1407
1408         * backend/pdf/ev-poppler.cc:
1409         (pdf_document_images_get_image_mapping):
1410
1411         Return the image list in the right order. Fixes bug #516237.
1412         
1413 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1414
1415         * backend/impress/impress-document.c:
1416         (impress_document_thumbnails_get_thumbnail):
1417
1418         Remove unused variable to avoid a compiler warning.
1419
1420 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1421
1422         * configure.ac:
1423         
1424         Update for release 2.21.91.
1425
1426 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1427
1428         * configure.ac:
1429         * shell/Makefile.am:
1430         * shell/ev-application.[ch]:
1431         * shell/ev-sidebar-links.c:
1432         * shell/ev-utils.[ch]:
1433         * shell/ev-window.[ch]:
1434
1435         Remove libgnomeprint support. Fixes bug #512370.
1436         
1437 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1438
1439         * thumbnailer/evince-thumbnailer.c: (main):
1440
1441         Initialize glib type system before using it. Fixes bug #513934.
1442         
1443 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1444
1445         * properties/ev-properties-main.c:
1446
1447         Add missing #include.
1448         
1449 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1450
1451         * configure.ac:
1452         * backend/djvu/djvu-document.c: (djvu_document_render):
1453         * backend/tiff/tiff-document.c: (tiff_document_render):
1454
1455         Use the new cairo function cairo_format_stride_for_width when
1456         available. Fixes bug #482720.
1457
1458 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1459
1460         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1461         (get_mime_type_from_data), (get_document_from_uri):
1462
1463         Use g_content_type_guess() only when slow is true in
1464         get_document_from_uri(). Fix several memory leaks.
1465         
1466 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1467
1468         * libdocument/ev-document-factory.c:
1469         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1470         (get_document_from_uri):
1471
1472         Use g_content_type_guess () to get mimetype for files.
1473         Bug #510401.
1474
1475 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1476
1477         * thumbnailer/Makefile.am:
1478
1479         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1480         
1481 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1482
1483         * configure.ac:
1484
1485         Fix build with --without-libgnome. Fixes bug #512771.
1486         
1487 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1488
1489         * backend/dvi/Makefile.am: Install only dvi
1490         module. Fixes bug #512718.
1491
1492 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1493
1494         * properties/ev-properties-main.c: (nautilus_module_initialize):
1495         
1496         Initialize backends in properties tab. Fixes bug
1497         #512720.
1498
1499 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1500
1501         * properties/Makefile.am: No need to link with 
1502         libraries. Fixes bug #512719.
1503
1504 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1505
1506         * NEWS:
1507         * configure.ac:
1508         
1509         Update for release 2.21.90.
1510
1511 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1512
1513         * shell/ev-window.c: (ev_window_cmd_escape):
1514
1515         Fix compile warning.
1516         
1517 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1518
1519         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1520
1521         Fix printing in dvi backend when filename contains white
1522         espaces. Fixes bug #502839.
1523         
1524 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1525
1526         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1527         (screensaver_disable_x11):
1528         * shell/Makefile.am:
1529         * shell/xdg-user-dir-lookup.c: Removed
1530         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1531         * shell/ev-view.c: (ev_view_presentation_transition_start):
1532         * shell/ev-window.c: (ev_window_cmd_file_open),
1533         (ev_window_cmd_save_as), (presentation_set_timeout):
1534
1535         Remove #ifdefs that are no longer needed.
1536         
1537 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1538
1539         * shell/ev-view.[ch]: (ev_view_button_release_event),
1540         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1541         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1542         (ev_window_cmd_escape):
1543
1544         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1545         
1546 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1547
1548         * configure.ac:
1549         * backend/comics/comics-document.c: (comics_document_load):
1550         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1551         (ev_attachment_set_property), (ev_attachment_init),
1552         (ev_attachment_save), (ev_attachment_launch_app),
1553         (ev_attachment_open):
1554         * libdocument/ev-document-factory.c: (get_document_from_uri):
1555         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1556         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1557         * shell/ev-jobs.c:
1558         * shell/ev-password.c: (ev_password_dialog_set_property),
1559         (ev_password_dialog_save_password):
1560         * shell/ev-sidebar-attachments.c:
1561         (ev_sidebar_attachments_drag_data_get):
1562         * shell/ev-window-title.c: (get_filename_from_uri):
1563         * shell/ev-window.c: (ev_window_clear_temp_file),
1564         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1565         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1566         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1567         (launch_external_uri), (image_save_dialog_response_cb),
1568         (attachment_save_dialog_response_cb):
1569         * shell/main.c: (load_files), (load_files_remote), (main):
1570         * thumbnailer/evince-thumbnailer.c: (main):
1571
1572         Port to gio and drop gnome-vfs dependency. Fixes bug
1573         #510401. Based on patch by Cosimo Cecchi.
1574         
1575 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1576
1577         * NEWS:
1578
1579         Fixed formatting inconsistencies (spaces vs. tabs)
1580
1581 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1582
1583         * shell/ev-window.c:
1584
1585         Use top/up/bottom/down arrows instead of
1586         first/left/last/right in the toolbar and menu actions.
1587         This fixes issues with RTL languages and is visually
1588         consistent with the page view. Fixes bug #170081.
1589
1590 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1591
1592         * NEWS:
1593
1594         Fixed some inaccuracies pointed out by Carlos Garcia
1595         Campos.
1596
1597 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1598
1599         * NEWS:
1600         * data/evince.schemas.in:
1601         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1602
1603         Override PDF restrictions by default. Fixes bug #382700.
1604
1605 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1606
1607         * NEWS: Updated for upcoming release
1608
1609 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1610
1611         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1612
1613         Fix memory leak.
1614         
1615 2008-01-23  Gil Forcada <gilforcada@guifi.net>
1616
1617         * shell/ev-window.c: (register_custom_actions):
1618         
1619         Added comment for translators
1620
1621 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1622
1623         * shell/ev-view.c: (ev_view_button_release_event):
1624
1625         Do not create the idle function for kinetic scrolling if we are
1626         not in a drag operation.
1627
1628 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1629
1630         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1631         (ev_view_button_press_event), (ev_view_motion_notify_event),
1632         (ev_view_button_release_event):
1633
1634         Restore cursor after autoscrolling. Fixes bug #509958.
1635
1636 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1637
1638         * configure.ac:
1639         * backend/pdf/ev-poppler.cc:
1640         (pdf_document_images_get_image_mapping),
1641         (pdf_document_images_get_image),
1642         (pdf_document_document_images_iface_init):
1643         * libdocument/ev-document-images.[ch]:
1644         (ev_document_images_get_image_mapping),
1645         (ev_document_images_get_image):
1646         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
1647         (ev_image_get_id), (ev_image_save_tmp):
1648         * shell/ev-jobs.c: (ev_job_render_run):
1649         * shell/ev-view.c: (ev_view_drag_data_get):
1650         * shell/ev-window.c: (image_save_dialog_response_cb),
1651         (ev_view_popup_cmd_copy_image):
1652
1653         Do not render images when rendering the page but on demand. It
1654         reduces the memory comsumption.
1655         
1656 2008-01-18  Marcelo Lira  <setanta@gmail.com>
1657
1658         * configure.a:
1659         * shell/ev-password.c:
1660
1661         Make gnome-keyring optional. Fixes bug #509676.
1662         
1663 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1664
1665         * shell/ev-pixbuf-cache.c: (add_job):
1666
1667         Initialize include_images variable as FALSE instead of TRUE.
1668         
1669 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1670
1671         * configure.ac:
1672         * cut-n-paste/Makefile.am:
1673         * cut-n-paste/fileformatchooser/Makefile.am:
1674         * cut-n-paste/fileformatchooser/egg-macros.h:
1675         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
1676         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
1677         * shell/Makefile.am:
1678         * shell/ev-utils.c:
1679         (file_chooser_dialog_add_writable_pixbuf_formats),
1680         (get_gdk_pixbuf_format_by_extension):
1681         * shell/ev-utils.h:
1682         * shell/ev-window.c: (ev_window_error_message),
1683         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
1684         
1685         Simplify image format selection on save.
1686
1687 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1688
1689         * shell/ev-view.c: (ev_view_scroll_event):
1690         
1691         Repair gorizontal scrolling with shift. Fixes
1692         bug #483412.
1693
1694 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1695         
1696         * MAINTAINERS:
1697
1698         Fix formatting issues.
1699         
1700 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1701
1702         * backend/comics/comics-document.c: (comics_regex_quote):
1703         
1704         Don't overquote special chars except of '. See bug 
1705         502500. Thanks to Tom Parker.
1706
1707 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1708
1709         * MAINTAINERS:
1710         
1711         Added Nickolay and Carlos, since they're doing most of
1712         the releases nowadays.
1713
1714 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1715
1716         * properties/Makefile.am:
1717
1718         Get the nautilus extension dir properly instead of using
1719         a hack. Fixes bug #505359.
1720
1721 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1722
1723         * properties/Makefile.am:
1724         
1725         Install nautilus extension into new place. See bug
1726         #505359. Thanks to Matthias Clasen, Brian Pepple and
1727         Damien Carbery.
1728
1729 2008-01-13  Djihed Afifi  <djihed@gmail.com>
1730
1731         * shell/ev-window.c: (ev_window_get_recent_file_label):
1732         
1733         RTL marker in recent file list. See bug #509076.
1734
1735 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1736
1737         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
1738         * shell/ev-window.c: (image_save_dialog_response_cb):
1739
1740         Fix compile warnings due to unused variables.
1741         
1742 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1743
1744         * configure.ac:
1745         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
1746         * backend/ps/ev-spectre.c: (ps_document_render):
1747
1748         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
1749
1750 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1751
1752         * shell/ev-transition-animation.c (ev_transition_animation_fade)
1753         (ev_transition_animation_paint): Implement "fade" effect.
1754
1755 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1756
1757         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
1758         (ev_transition_animation_paint): Implement "uncover" effect.
1759
1760 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1761
1762         * shell/ev-transition-animation.c (ev_transition_animation_cover)
1763         (ev_transition_animation_paint): Implement "cover" effect.
1764
1765 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1766
1767         * shell/ev-transition-animation.c (ev_transition_animation_push)
1768         (ev_transition_animation_paint): Implement "push" effect.
1769
1770 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1771
1772         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
1773         (ev_transition_animation_paint): Implement "dissolve" effect.
1774
1775 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1776
1777         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
1778         (ev_transition_animation_paint): Implement "wipe" effect.
1779
1780 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1781
1782         * shell/ev-transition-animation.c (ev_transition_animation_box)
1783         (ev_transition_animation_paint): Implement "box" effect.
1784
1785 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1786
1787         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
1788         (ev_transition_animation_paint): Implement "blinds" effect.
1789
1790 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1791
1792         * shell/ev-transition-animation.c (ev_transition_animation_split)
1793         (ev_transition_animation_paint): Implement "split" effect.
1794
1795 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1796
1797         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
1798         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
1799         (ev_view_transition_animation_start) 
1800         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
1801         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
1802         (ev_view_next_page) (ev_view_previous_page):
1803         
1804         Use EvTransitionAnimation to drive page changes in the presentation
1805         mode, the animation will wait to start until both the origin and 
1806         destination page surfaces are available. Fixes #458460.
1807
1808         (draw_loading_text):
1809
1810         Remove workaround for bug #320352, it's now fixed properly.
1811
1812
1813 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1814
1815         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
1816         will contain the implementations for page transition animations, at
1817         the moment it just has the "replace" effect.
1818         * shell/Makefile.am: Added these files to build.
1819
1820 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1821
1822         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
1823         animations.
1824         * shell/Makefile.am: Added these files to build.
1825
1826 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1827
1828         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
1829         implementation to get_effect() in EvDocumentTransitionIface.
1830
1831 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1832
1833         * libdocument/ev-transition-effect.[ch]: New files, define a page
1834         transition effect, at the moment it maps PopplerPageTransition to a
1835         GObject.
1836         * libdocument/Makefile.am: Added these files to build.
1837         * libdocument/ev-document-transition.[ch]
1838         (ev_document_transition_get_effect): New method, gets the
1839         EvTransitionEffect returned by the interface implementation, with
1840         fallback to the "replace" effect.
1841
1842 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
1843
1844         * configure.ac:
1845         * cut-n-paste/Makefile.am:
1846         * cut-n-paste/fileformatchooser/Makefile.am:
1847         * cut-n-paste/fileformatchooser/egg-macros.h:
1848         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
1849         * shell/Makefile.am:
1850         * shell/ev-window.c: (image_save_dialog_response_cb),
1851         (ev_view_popup_cmd_save_image_as):
1852
1853         Allow exporting images in any format supported by
1854         GdkPixbuf. Fixes bug #500209.
1855         
1856 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1857
1858         * backend/pixbuf/pixbuf-document.c:
1859
1860         More warnings fixed.
1861         
1862 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1863
1864         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
1865         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
1866         * backend/djvu/djvu-text.h:
1867         * backend/tiff/tiff-document.c: (tiff_document_render):
1868
1869         Fix compile warnings.
1870         
1871 2007-12-28  Christian Persch  <chpe@gnome.org>
1872
1873         * **/*.c: Include config.h. Bug #504721.
1874
1875 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1876
1877         * configure.ac:
1878         * Makefile.am:
1879         * po/POTFILES.in:
1880         * backend/comics/Makefile.am:
1881         * backend/comics/comics-document.[ch]:
1882         * backend/comics/comicsdocument.evince-backend.in:
1883         * backend/djvu/Makefile.am:
1884         * backend/djvu/djvu-document.[ch]:
1885         * backend/djvu/djvudocument.evince-backend.in:
1886         * backend/dvi/Makefile.am:
1887         * backend/dvi/dvi-document.[c]:
1888         * backend/dvi/dvidocument.evince-backend.in:
1889         * backend/impress/Makefile.am:
1890         * backend/impress/impress-document.[ch]:
1891         * backend/impress/impressdocument.evince-backend.in:
1892         * backend/pdf/Makefile.am:
1893         * backend/pdf/ev-poppler.cc:
1894         * backend/pdf/ev-poppler.h:
1895         * backend/pdf/pdfdocument.evince-backend.in:
1896         * backend/pixbuf/Makefile.am:
1897         * backend/pixbuf/pixbuf-document.[ch]:
1898         * backend/pixbuf/pixbufdocument.evince-backend.in:
1899         * backend/ps/Makefile.am:
1900         * backend/ps/ev-spectre.[ch]:
1901         * backend/ps/ps-document.[ch]:
1902         * backend/ps/psdocument.evince-backend.in:
1903         * backend/tiff/Makefile.am:
1904         * backend/tiff/tiff-document.[ch]:
1905         * backend/tiff/tiffdocument.evince-backend.in:
1906         * libdocument/Makefile.am:
1907         * libdocument/ev-backends-manager.[ch]:
1908         * libdocument/ev-module.[ch]:
1909         * libdocument/ev-document.h:
1910         * libdocument/ev-document-factory.[ch]:
1911         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
1912         (get_compression_from_mime_type), (get_document_from_uri),
1913         (ev_document_factory_get_document), (file_filter_add_mime_types),
1914         (ev_document_factory_add_filters):
1915         * shell/Makefile.am:
1916         * shell/ev-window-title.c: (get_filename_from_uri):
1917         * shell/main.c: (main):
1918         * thumbnailer/Makefile.am:
1919         * thumbnailer/evince-thumbnailer.c: (main):
1920
1921         Plugin system for backends. Fixes bug #351348.
1922         
1923 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1924
1925         * shell/ev-view-private.h:
1926         * shell/ev-view.c: (ev_view_drag_update_momentum),
1927         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
1928         (ev_view_button_release_event), (ev_view_destroy):
1929         
1930         Kinetic scrolling implemented as requested in
1931         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
1932
1933 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1934
1935         * data/evince-toolbar.xml:
1936         * data/evince-ui.xml:
1937         * shell/ev-view-private.h:
1938         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1939         (ev_view_button_press_event), (ev_view_motion_notify_event),
1940         (ev_view_button_release_event), (ev_view_init),
1941         (ev_view_autoscroll_cb), (ev_view_autoscroll),
1942         (ev_view_set_cursor):
1943         * shell/ev-view.h:
1944         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
1945         (ev_window_cmd_view_autoscroll):
1946         
1947         Autoscroll feature with the context menu. Fixes bug 
1948         #323670. Thanks to David Turner <cillian64@googlemail.com>.
1949
1950 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1951
1952         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
1953
1954         Disconnect also page-ready signal when removing a job because the
1955         page size has changed. Thanks to kripken
1956         <kripkensteiner@gmail.com>.
1957
1958 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1959
1960         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
1961         
1962         Scroll pages in page entry with mouse wheel. Fixes bug
1963         #324122. Thanks to David Turner <cillian64@googlemail.com>.
1964
1965 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1966
1967         * backend/dvi/Makefile.am:
1968         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
1969         (mdvi_cairo_device_init):
1970         * backend/dvi/mdvi-lib/common.h:
1971         * backend/dvi/mdvi-lib/mdvi.h:
1972         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
1973         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
1974         (mdvi_build_path_from_cwd):
1975
1976         Add ps specials support in dvi backend when libspectre is
1977         present. Fixes bug #386005.
1978         
1979 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1980
1981         * configure.ac:
1982         * backend/ps/Makefile.am:
1983         * backend/ps/ev-spectre.[ch]:
1984         
1985         Use libspectre, if available, for the ps backend. Fixes bugs
1986         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
1987
1988 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
1989         
1990         * backend/comics/comics-document.c: (comics_document_load):
1991         
1992         Cygwin build issue fix.
1993
1994 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1995
1996         * shell/ev-view.c: (ev_view_set_zoom):
1997
1998         Do not limit the minimum zoom factor when sizing mode is best bit
1999         or fit width. Fixes bug #503805.
2000         
2001 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2002
2003         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
2004         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
2005         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
2006         (ev_link_dest_get_property), (ev_link_dest_set_property),
2007         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
2008         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
2009         (ev_link_dest_new_fitr):
2010         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
2011         (goto_fith_dest), (goto_xyz_dest):
2012
2013         Do not change left, top and zoom values when they are null in PDF
2014         destinations. Fixes bug #460658.
2015         
2016 2007-12-10  Christian Persch  <chpe@gnome.org>
2017
2018         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
2019         (ev_view_accessible_class_init),
2020         (ev_view_accessible_idle_do_action),
2021         (ev_view_accessible_action_do_action),
2022         (ev_view_accessible_action_get_description),
2023         (ev_view_accessible_action_set_description),
2024         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
2025         (ev_view_accessible_factory_init),
2026         (ev_view_accessible_factory_get_accessible_type):
2027         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
2028         private data, and G_DEFINE_TYPE. Bug #502843.
2029
2030 2007-12-08  Christian Persch  <chpe@gnome.org>
2031
2032         * shell/ev-metadata-manager.c: (item_free),
2033         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2034         (value_free), (parse_value), (parseItem),
2035         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2036         (save_values): Use GSlice to allocate small amounts of memory. Bug
2037         #475972.
2038
2039 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2040
2041         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2042
2043         Restore cursor to normal after a drag operation. Fixes bug
2044         #501603.
2045         
2046 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2047
2048         * NEWS:
2049         * configure.ac:
2050         
2051         Update for release 2.21.1
2052
2053 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2054
2055         * configure.ac:
2056         * cut-n-paste/gedit-message-area/Makefile.am:
2057         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
2058         * shell/Makefile.am:
2059         * shell/ev-message-area.[ch]:
2060         * shell/ev-window.c: (ev_window_set_message_area),
2061         (ev_window_error_message_response_cb), (ev_window_error_message),
2062         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
2063         (ev_window_save_job_cb), (image_save_dialog_response_cb),
2064         (ev_attachment_popup_cmd_open_attachment),
2065         (attachment_save_dialog_response_cb), (ev_window_set_document),
2066         (ev_window_init):
2067
2068         Use a message area instead of a popup dialog for error
2069         notifications. Fixes bug #337495.
2070         
2071 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2072
2073         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
2074         (ev_window_run_fullscreen):
2075
2076         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
2077         
2078 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2079
2080         * ev-sidebar-thumbnails.c: (update_visible_range),
2081         (ev_sidebar_thumbnails_refresh),
2082         (ev_sidebar_thumbnails_set_document),
2083         (ev_sidebar_thumbnails_support_document):
2084
2085         Show thumbnails for documents with one page. Fixes bug #358751.
2086         
2087 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2088
2089         * shell/ev-window.c:
2090         (ev_window_load_print_settings_from_metadata),
2091         (ev_window_save_print_settings), (ev_window_print_finished),
2092         (ev_window_print_range):
2093
2094         Print settings that are specific to the document are now saved per
2095         document in the metadata file. Fixes bug #488806.
2096         
2097 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
2098
2099         * backend/tiff/tiff-document.c: (tiff_document_render):
2100
2101         Tiff documents were rendered with wrong colors. Fixes bug #497279.
2102         
2103 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2104
2105         * shell/ev-application.[ch]: (get_find_string_from_args),
2106         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2107         (ev_application_open_uri_list):
2108         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
2109         * shell/ev-window.[ch]: (ev_window_load_job_cb),
2110         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2111         (ev_window_cmd_recent_file_activate),
2112         (ev_window_open_recent_action_item_activated),
2113         (ev_window_print_send), (open_remote_link):
2114         * shell/main.c: (arguments_parse):
2115
2116         Add a command line option for search. Fixes bug #497710.
2117         
2118 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
2119
2120         * shell/ev-jobs.c: (ev_job_print_new):
2121
2122         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
2123         
2124 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2125
2126         * data/evince-toolbar.xml:
2127         * shell/Makefile.am:
2128         * shell/ev-application.c: (ev_application_init):
2129         * shell/ev-open-recent-action.[ch]:
2130         * shell/ev-window.c:
2131         (ev_window_open_recent_action_item_activated),
2132         (register_custom_actions):
2133
2134         Add an expander to the open toolbar item which pops up a dropdown
2135         menu with the recently used documents. Fixes bug #487215.
2136         
2137 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2138
2139         * shell/ev-window.c: (ev_window_open_uri),
2140         (ev_window_cmd_view_reload):
2141
2142         Do not jump to the first page when reloading by running evince
2143         from the command line. Fixes bug #490847.
2144         
2145 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2146
2147         * shell/ev-window.c: (ev_window_cmd_help_contents):
2148
2149         Plugged memory leak when help file is not found. Fixes bug
2150         #490762.
2151         
2152 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2153
2154         * configure.ac:
2155
2156         Enable djvu, dvi and comics backends by default. Fixes bug
2157         #437121.
2158         
2159 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2160
2161         * configure.ac:
2162         * cut-n-paste/Makefile.am:
2163         * cut-n-paste/recent-files/*: Removed
2164         * help/reference/Makefile.am:
2165         * shell/Makefile.am:
2166         * shell/ev-application.[ch]: (ev_application_shutdown),
2167         (ev_application_init):
2168         * shell/ev-window.c: (ev_window_add_recent),
2169         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
2170
2171         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
2172         
2173 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
2174
2175         * shell/ev-window.c: (launch_external_uri):
2176
2177         Let GnomeVFS check the URL, this allow more URL (like mailto:),
2178         and report error if the URL is not supported (#489910).
2179
2180 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2181
2182         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2183         (pdf_document_file_exporter_begin_page),
2184         (pdf_document_file_exporter_end_page):
2185
2186         Fix printing with poppler splash backend. Fixes bug #489774.
2187         
2188 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2189
2190         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2191         * shell/ev-print-job.c: (ev_print_job_class_init):
2192
2193         Fix a crash when printing with the gnome-print dialog. Fixes bug
2194         #488939.
2195         
2196 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
2197
2198         * backend/pixbuf/pixbuf-document.c:
2199
2200         Fix an implicit function definition warning (#487655)
2201
2202 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2203
2204         * shell/ev-window.c:
2205
2206         Fix conflicting shortcut for view sade pane and presentation.
2207         
2208 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2209
2210         * backend/pdf/ev-poppler.cc:
2211         (pdf_document_file_exporter_begin_page),
2212         (pdf_document_file_exporter_do_page),
2213         (pdf_document_file_exporter_end_page),
2214         (pdf_document_file_exporter_iface_init):
2215         * libdocument/ev-file-exporter.[ch]:
2216         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
2217         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2218         (ev_job_print_run):
2219
2220         When printing multiple pages per sheet in reverse option, do not
2221         invert the order of the pages in every sheet, but the order of the
2222         sheets. Do not print blank pages when page range is invalid. Fixes
2223         bugs #484857 and #485521.
2224         
2225 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2226
2227         * shell/ev-jobs.c: (ev_job_print_get_page_list),
2228         (ev_job_print_run):
2229         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2230
2231         Respect ranges order when printing more than one range in random
2232         order.
2233         
2234 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
2235
2236         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
2237         (ev_window_setup_document), (ev_window_rotation_changed_cb):
2238
2239         Rotate also the window icon when document is rotated. Fixes bug
2240         #474681.
2241         
2242 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2243
2244         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
2245         (pdf_document_forms_get_form_fields):
2246
2247         Silently ignore unknown form fields. Fixes bug #482654. Patch by
2248         Matthias Drochner.
2249         
2250 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2251
2252         * configure.ac:
2253         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2254
2255         Use poppler_page_render_for_printing() instead of
2256         poppler_page_render() if available when exporting to a ps or pdf
2257         file. Fixes bug #476627.
2258         
2259 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2260
2261         * shell/ev-window.c: (ev_window_run_fullscreen):
2262
2263         Do not show the toolbar in fullscreen mode if the main toolbar is
2264         not visible. Fixes bug #483048.
2265         
2266 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2267
2268         * shell/ev-view.c: (ev_view_button_press_event):
2269
2270         Give priority to form fields over images when deciding whether a
2271         button press event is over an image or form field. It allows edit
2272         form fields when they are over a background image. Fixes bug
2273         #477841.
2274         
2275 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2276
2277         * NEWS:
2278         * configure.ac:
2279         
2280         Update for release 2.20.0
2281
2282 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2283
2284         * backend/pdf/ev-poppler.cc:
2285
2286         Remove #ifdef HAVE_FORMS, so that forms support works again.
2287
2288 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2289
2290         * configure.ac:
2291         * data/evince.desktop.in.in:
2292         
2293         Fixes desktop file issues. See bug #473471.
2294
2295 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2296
2297         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2298         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2299         (ev_job_queue_remove_job):
2300         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2301         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2302         * shell/ev-window.c: (ev_window_clear_save_job),
2303         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2304         (ev_window_dispose):
2305
2306         Move save a copy task to its own job so that it's carried out in a
2307         thread avoiding another lock in the main thread. Use
2308         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2309         can be saved to a pathin another file system. Fixes bug #456891.
2310         
2311 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2312
2313         * NEWS:
2314         * configure.ac:
2315         
2316         Update for release 2.19.92
2317
2318 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2319
2320         * configure.ac:
2321         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2322         (pdf_selection_get_selection_region),
2323         (pdf_selection_get_selection_map),
2324         (ev_form_field_from_poppler_field):
2325
2326         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2327         and triple click selections are enabled again now.
2328
2329 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2330
2331         * shell/ev-window.c: (ev_window_add_history):
2332
2333         Make sure not to use the history with documents not supporting
2334         links. Fixes bug #468954.
2335
2336 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2337
2338         * shell/ev-window.c: (ev_window_load_job_cb):
2339
2340         Restart the search when reloading a document with the find bar
2341         visible. Fixes bug #461962.
2342
2343 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2344
2345         * shell/ev-window.c: (setup_document_from_metadata),
2346         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2347
2348         Do not jump to the first page when reloading a document from the
2349         last page.
2350
2351 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2352
2353         * shell/ev-window.c: (update_chrome_flag),
2354         (setup_sidebar_from_metadata),
2355         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2356         (ev_window_cmd_edit_find_next),
2357         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2358         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2359         (find_bar_close_cb), (view_actions_focus_in_cb):
2360
2361         Do not update visibility when changing a chrome flag so that it's
2362         possible to update several flags and update visibility only once
2363         for all of them.
2364
2365 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2366
2367         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2368
2369         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2370         supported by gtk+. Fixes bug #460907.
2371
2372 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2373
2374         * shell/ev-view.c: (view_update_range_and_current_page):
2375
2376         Make sure current-page <= end-page in continuous mode. Fixes bug
2377         #454950.
2378
2379 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2380
2381         * backend/pdf/ev-poppler.cc: (build_tree):
2382
2383         Ignore outline items without a title. Fixes bug #453913.
2384
2385 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2386
2387         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2388         (ev_view_button_release_event), (ev_view_leave_notify_event):
2389
2390         Use always drag mouse cursor during a drag operation. Fixes bug
2391         #470564.
2392
2393 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2394
2395         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2396         (pdf_selection_get_selection_region),
2397         (pdf_selection_get_selection_map):
2398
2399         Temporarily disable double and triple selections since it depends on
2400         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2401         released and the update of the external dependency minimal version
2402         approved.
2403
2404 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2405
2406         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2407         (pdf_document_file_exporter_do_page):
2408         * libdocument/ev-file-exporter.h:
2409         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2410         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2411
2412         Actually fix printing regressions. Remove orientation from
2413         EvPrintContext since it's redundant.
2414
2415 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2416
2417         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2418         * backend/impress/impress-document.c:
2419         (impress_document_document_iface_init):
2420         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2421         * backend/djvu/djvu-document.c:
2422         (djvu_document_document_iface_init),
2423         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2424         * backend/tiff/tiff-document.c:
2425         (tiff_document_document_iface_init):
2426         * backend/pixbuf/pixbuf-document.c:
2427         (pixbuf_document_document_iface_init):
2428         * backend/comics/comics-document.c:
2429         (comics_document_document_iface_init):
2430         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2431         (pdf_selection_render_selection),
2432         (pdf_selection_get_selected_text),
2433         (pdf_selection_get_selection_region),
2434         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2435         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2436         (ev_selection_get_selection_region),
2437         (ev_selection_get_selection_map):
2438         * libdocument/ev-document.[ch]:
2439         * shell/ev-pixbuf-cache.[ch]: (add_job),
2440         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2441         * shell/ev-view-private.h:
2442         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2443         (ev_job_render_run):
2444         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2445         * shell/ev-view.c: (start_selection_for_event),
2446         (ev_view_button_press_event), (ev_view_drag_data_get),
2447         (ev_view_drag_data_received), (ev_view_button_release_event),
2448         (compute_new_selection_text), (compute_selections),
2449         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2450         (ev_view_primary_get_cb):
2451
2452         Add support for double and triple click selections.
2453
2454 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2455
2456         * NEWS:
2457         * configure.ac:
2458
2459         Update for release 2.19.4
2460
2461 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2462
2463         * shell/ev-view-private.h:
2464         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2465         (ev_view_set_highlight_search):
2466         * shell/ev-view.h:
2467         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2468         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2469         (find_bar_visibility_changed_cb):
2470         
2471         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2472
2473 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2474
2475         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2476         (pdf_document_file_exporter_begin),
2477         (pdf_document_file_exporter_do_page):
2478         * shell/ev-jobs.c: (ev_job_print_run):
2479         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2480
2481         Create always a portrait cairo surface and rotate when needed for
2482         landscape. It fixes printing problems in real printers.
2483
2484 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2485
2486         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2487         * libdocument/ev-file-exporter.[ch]:
2488         (ev_file_exporter_get_capabilities):
2489         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2490         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2491
2492         Adjust number of pages per row according to page orientation when
2493         printing 2 or 6 pages per sheet.
2494
2495 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2496
2497         * shell/ev-window.c: (ev_window_print_send):
2498
2499         Reset also cups setting to 1 when printing multiple pages per
2500         sheet. Fixes bug #468853.
2501
2502 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2503
2504         * libdocument/ev-document-misc.c:
2505         (ev_document_misc_surface_rotate_and_scale):
2506
2507         Use directly cairo_surface_get_content() when creating a similar
2508         surface as suggested by Jeff Muizelaar. Thanks again.
2509
2510 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2511
2512         * backend/djvu/djvu-document.c: (djvu_document_render):
2513         * backend/tiff/tiff-document.c: (tiff_document_render):
2514         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2515         * libdocument/ev-document-misc.c:
2516         (ev_document_misc_surface_from_pixbuf),
2517         (ev_document_misc_surface_rotate_and_scale):
2518
2519         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2520         creating page surfaces. Fixes bug #453123. Thank you very much to
2521         Jeff Muizelaar <jeff@infidigm.net>.
2522
2523 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2524
2525         * shell/ev-page-cache.c: (ev_page_cache_new),
2526         (ev_page_cache_get_thumbnail_size):
2527         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2528         (ev_sidebar_thumbnails_set_loading_icon):
2529
2530         Also store in page-cache the dimensions of the thumbnails so that
2531         they can be used to create the correct loading icon in the side
2532         pane. Fixes bug #466857.
2533
2534 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2535
2536         * backend/pdf/ev-poppler.cc:
2537         (pdf_document_thumbnails_get_thumbnail):
2538
2539         Fix thumbnails rotation in pdf documents that include embedded 
2540         thumbnails.
2541
2542 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2543
2544         * backend/pdf/ev-poppler.cc:
2545
2546         Don't use #ifdef in macro expansion. Some compilers don't
2547         like that. Closes bug #467042.
2548
2549 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2550
2551         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2552         
2553         Fixes memory leak in djvu backend.
2554
2555 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2556
2557         * data/icons/32x32/Makefile.am:
2558         * data/icons/32x32/actions/Makefile.am:
2559         * data/icons/32x32/actions/view-page-cont.svg:
2560         * data/icons/32x32/actions/view-page-facing.svg:
2561         * data/icons/48x48/Makefile.am:
2562         * data/icons/48x48/actions/Makefile.am:
2563         * data/icons/48x48/actions/view-page-cont.svg:
2564         * data/icons/48x48/actions/view-page-facing.svg:
2565         
2566         Icons for a new sizes.
2567
2568 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2569
2570         * shell/ev-page-cache.c: (build_height_to_page),
2571         (ev_page_cache_get_height_to_page):
2572         
2573         Fixes invalid read, see bug #466401.
2574
2575 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2576
2577         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2578         (set_drag_cursor):
2579         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2580         (configure_item_cursor), (new_pixbuf_from_widget):
2581
2582         Fix multihead problems in toolbar editor. Fixes bug #382055.
2583
2584 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2585
2586         * shell/ev-window.c: (ev_window_cmd_file_open),
2587         (ev_window_cmd_save_as):
2588
2589         Use g_get_user_special_dir when available instead of
2590         xdg_user_dir_lookup.
2591
2592 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2593
2594         * MAINTAINERS:
2595         
2596         Updated according to request on desktop-devel.
2597
2598 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2599
2600         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2601
2602         Do not use cairo_rectangle and cairo_clip since we are
2603         not using cairo_fill but cairo_paint. Use the same cairo context
2604         for every page in the same expose event.
2605
2606 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2607
2608         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2609         leak.
2610
2611 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2612
2613         * configure.ac:
2614         * NEWS:
2615
2616         Release 0.9.3
2617
2618 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2619
2620         * libdocument/ev-document-info.h:
2621         * libdocument/ev-document.h:
2622         * shell/ev-page-action.h:
2623         * shell/ev-sidebar-links.h:
2624
2625         Fix a headers problem with ev-link
2626         
2627         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
2628         * shell/ev-view-private.h:
2629         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2630         (get_link_area), (ev_view_query_tooltip),
2631         (ev_view_leave_notify_event), (ev_view_destroy),
2632         (ev_view_class_init):
2633
2634         Use new gtk tooltips when available instead of ev-tooltip.
2635         
2636 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2637
2638         * shell/ev-window.c: (update_chrome_visibility),
2639         (ev_window_sidebar_visibility_changed_cb):
2640
2641         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
2642         
2643 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2644
2645         * shell/ev-navigation-action.c:
2646         (ev_navigation_action_history_changed),
2647         (ev_navigation_action_set_history):
2648         * shell/ev-navigation-action-widget.c:
2649         (ev_navigation_action_widget_init):
2650         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2651
2652         Fix compile warnings.
2653         
2654 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2655
2656         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2657         (egg_editable_toolbar_dispose):
2658
2659         Fix memory leak.
2660         
2661 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2662
2663         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2664         (screensaver_disable_x11):
2665         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2666         * shell/ev-window.c: (presentation_set_timeout):
2667         * shell/ev-view.c: (ev_view_presentation_transition_start):
2668
2669         Use g_timeout_add_seconds instead of g_timeout_add when
2670         available.
2671         
2672 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2673
2674         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
2675
2676         Set horizontal scrollbar policy to AUTOMATIC instead of
2677         NEVER. Workaround for bug #449462.
2678         
2679 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2680
2681         * shell/ev-jobs.c: (ev_job_render_page_ready):
2682
2683         Add page_ready callback to main loop with high priority and hold
2684         a reference to job during idle.
2685         
2686 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2687
2688         * configure.ac:
2689         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2690         (pdf_document_file_exporter_begin),
2691         (pdf_document_file_exporter_do_page),
2692         (pdf_document_file_exporter_get_capabilities):
2693         * libdocument/ev-file-exporter.h:
2694         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2695         * shell/ev-window.c: (ev_window_print_send),
2696         (ev_window_print_dialog_response_cb):
2697
2698         Allow printing multiple pages per sheet. Fixes bug #395573.
2699         
2700 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2701
2702         * shell/ev-view.c: (tip_from_link):
2703         
2704         Check for NULL, fixes bug #460862.
2705
2706 2007-07-29  Christian Persch  <chpe@gnome.org>
2707
2708         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
2709         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2710         (ev_window_cmd_preview_print):
2711         
2712         Fixes bug #437681 - blocks while enumerating printers.
2713
2714 2007-07-29  Christian Persch  <chpe@gnome.org>
2715
2716         * shell/ev-window.c: (ev_window_screen_changed):
2717         
2718         Don't use deprecated gtk+ function. See bug #460909.
2719
2720 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2721
2722         * shell/ev-utils.c: (get_num_monitors):
2723         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2724
2725         Do not use display before initializing it. Remove compile
2726         warnings.
2727
2728 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
2729
2730         * shell/ev-view.c: (ev_view_class_init):
2731         
2732         Unix-like hjkl bindings added. See bug #458111.
2733
2734 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
2735
2736         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
2737         * shell/ev-utils.h:
2738         * shell/ev-view.c: (ev_view_set_zoom_for_size),
2739         (ev_view_update_view_size):
2740         * shell/ev-view.h:
2741         * shell/ev-window.c: (ev_window_update_actions),
2742         (setup_view_from_metadata), (ev_window_screen_changed),
2743         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
2744         (zoom_control_changed_cb):
2745         * shell/ev-window.h:
2746         
2747         Reorganizes utility functions.
2748
2749 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2750
2751         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2752         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2753         (add_job), (ev_pixbuf_cache_get_surface),
2754         (ev_pixbuf_cache_get_link_mapping),
2755         (ev_pixbuf_cache_get_image_mapping),
2756         (ev_pixbuf_cache_get_form_field_mapping),
2757         (ev_pixbuf_cache_get_text_mapping):
2758         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
2759         (notify_page_ready), (ev_job_render_page_ready),
2760         (ev_job_render_run):
2761
2762         Add page_ready signal to notify that page is ready as soon as
2763         possible even if other page elements like links, forms, images or
2764         text mapping are not ready yet.
2765
2766 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2767
2768         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
2769         (dvi_document_file_exporter_do_page),
2770         (dvi_document_file_exporter_get_capabilities),
2771         (dvi_document_file_exporter_iface_init):
2772         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
2773         (ps_document_file_exporter_do_page),
2774         (ps_document_file_exporter_get_capabilities),
2775         (ps_document_file_exporter_iface_init):
2776         * backend/djvu/djvu-document.c:
2777         (djvu_document_file_exporter_begin),
2778         (djvu_document_file_exporter_end),
2779         (djvu_document_file_exporter_get_capabilities),
2780         (djvu_document_file_exporter_iface_init):
2781         * backend/tiff/tiff-document.c:
2782         (tiff_document_file_exporter_begin),
2783         (tiff_document_file_exporter_get_capabilities),
2784         (tiff_document_document_file_exporter_iface_init):
2785         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2786         (pdf_document_file_exporter_do_page),
2787         (pdf_document_file_exporter_get_capabilities),
2788         (pdf_document_file_exporter_iface_init):
2789         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
2790         (ev_file_exporter_get_capabilities):
2791         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
2792         (idle_print_handler), (ev_print_job_print):
2793         * shell/ev-jobs.c: (ev_job_print_run):
2794         * shell/ev-window.c: (ev_window_print_send),
2795         (ev_window_print_range):
2796
2797         Use capabilities to know which options should be offered by the
2798         print dialog depending on the document backend.
2799
2800 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2801
2802         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2803
2804         Give priority to forms over text to set the cursor.
2805
2806 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2807
2808         * shell/ev-view-private.h:
2809         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2810         (ev_view_leave_notify_event), (ev_view_finalize),
2811         (ev_view_get_property), (ev_view_class_init):
2812
2813         Use IBEAM cursor for text form fields and NORMAL cursor for read
2814         only fields. Remove unused status attribute.
2815
2816 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2817
2818         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2819
2820         Update region for current selected items also for checkbox
2821         buttons, since they can behave as radio buttons when they are in a
2822         set.
2823
2824 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2825
2826         * configure.ac:
2827         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2828
2829         Get max length of text form fields.
2830
2831 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2832
2833         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2834         * libdocument/ev-form-field.h:
2835         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
2836
2837         Fix build with current poppler cvs head.
2838
2839 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2840
2841         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2842         * shell/eggfindbar.c: (egg_find_bar_init):
2843
2844         Fix build with gtk+ >= 2.11.5 due to gtktooltips
2845         deprecation. Fixes bug #455667
2846
2847 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2848
2849         * NEWS:
2850         * configure.ac:
2851         
2852         Update for release 0.9.2
2853
2854 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2855
2856         * shell/ev-view.c: (ev_view_form_field_text_save),
2857         (ev_view_form_field_choice_save):
2858
2859         Fix a crash when closing whith a form widget visible.
2860
2861 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2862
2863         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2864
2865         Update also the region of the current selected button when
2866         clicking on another button if they are radio buttons.
2867
2868 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2869
2870         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
2871         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
2872         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
2873         (ev_pixbuf_cache_get_link_mapping),
2874         (ev_pixbuf_cache_get_image_mapping),
2875         (ev_pixbuf_cache_get_form_field_mapping),
2876         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
2877         * shell/ev-view.c: (ev_view_form_field_get_region),
2878         (ev_view_form_field_button_create_widget),
2879         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2880         (job_finished_cb):
2881
2882         Redraw only form field region instead of the whole page when
2883         reloading a page to show changes on the form field.
2884
2885 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2886
2887         * shell/ev-view.c: (ev_view_form_field_choice_save):
2888
2889         Fix selection of first item in list form fields.
2890
2891 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2892
2893         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
2894         (ev_pixbuf_cache_reload_page),
2895         (ev_pixbuf_cache_get_form_field_mapping):
2896
2897         Some refactoring to avoid duplicated code.
2898
2899 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2900
2901         * configure.ac:
2902         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
2903         (ev_form_field_from_poppler_field),
2904         (pdf_document_forms_get_form_fields),
2905         (pdf_document_forms_form_field_text_get_text),
2906         (pdf_document_forms_form_field_text_set_text),
2907         (pdf_document_forms_form_field_button_set_state),
2908         (pdf_document_forms_form_field_button_get_state),
2909         (pdf_document_forms_form_field_choice_get_item),
2910         (pdf_document_forms_form_field_choice_get_n_items),
2911         (pdf_document_forms_form_field_choice_is_item_selected),
2912         (pdf_document_forms_form_field_choice_select_item),
2913         (pdf_document_forms_form_field_choice_toggle_item),
2914         (pdf_document_forms_form_field_choice_unselect_all),
2915         (pdf_document_forms_form_field_choice_set_text),
2916         (pdf_document_forms_form_field_choice_get_text),
2917         (pdf_document_document_forms_iface_init):
2918         * libdocument/Makefile.am:
2919         * libdocument/ev-form-field.[ch]:
2920         * libdocument/ev-document-forms.[ch]:
2921         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2922         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2923         (add_job), (ev_pixbuf_cache_reload_page),
2924         (ev_pixbuf_cache_get_form_field_mapping):
2925         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
2926         * shell/ev-view-private.h:
2927         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
2928         (ev_view_handle_cursor_over_xy),
2929         (ev_view_get_form_field_at_location),
2930         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
2931         (ev_view_form_field_button_create_widget),
2932         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
2933         (ev_view_form_field_text_create_widget),
2934         (ev_view_form_field_choice_save),
2935         (ev_view_form_field_choice_changed),
2936         (ev_view_form_field_choice_create_widget),
2937         (ev_view_handle_form_field), (ev_view_size_allocate),
2938         (ev_view_realize), (draw_end_presentation_page),
2939         (ev_view_button_press_event), (ev_view_remove_all),
2940         (ev_view_motion_notify_event), (ev_view_key_press_event),
2941         (ev_view_enter_notify_event), (highlight_find_results),
2942         (draw_loading_text), (draw_one_page), (ev_view_destroy),
2943         (ev_view_class_init), (page_changed_cb),
2944         (on_adjustment_value_changed), (ev_view_set_presentation),
2945         (merge_selection_region), (ev_view_set_cursor),
2946         (ev_view_reset_presentation_state):
2947         
2948         Merge evince-forms branch.
2949
2950 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
2951
2952         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
2953
2954         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
2955         This script also updates itself from libegg
2956
2957         * cut-n-paste/toolbar-editor/egg*:
2958         Run update-toolbareditor-from-libegg.sh so we are in sync again with
2959         libegg
2960
2961 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
2962
2963         * shell/ev-window.c:
2964         
2965         Adds a nice icon to page action during toolbar editing.
2966         See bug #452872.
2967
2968 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2969
2970         * data/evince-toolbar.xml:
2971         * shell/ev-window.c:
2972         
2973         Let user add a presentation and fullscreen icons on toolbar.
2974         See bug #449734.
2975
2976 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
2977
2978         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
2979
2980         new script to keep in sync with toolbareditor in libegg
2981
2982         * cut-n-paste/toolbar-editor/*: 
2983
2984         Run update-toolbareditor-from-libegg so we are in sync again. 
2985         Fixes bug #452850.
2986         
2987
2988 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2989
2990         * shell/ev-sidebar-links.c: (job_finished_callback):
2991
2992         Do not connect selection changed signal more than once. Fixes bug
2993         #349433.
2994
2995 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2996
2997         * shell/ev-window.c: (ev_window_view_sidebar_cb):
2998
2999         Do not change sidebar chrome flag when pressing F9 key in
3000         presentation mode.
3001
3002 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3003
3004         * backend/pdf/ev-poppler.cc:
3005         (pdf_document_thumbnails_get_dimensions):
3006
3007         Make sure thumbnails width and height is not <= 0. Fixes a crash
3008         with some pdf documents which have really small pages.
3009
3010 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
3011
3012         * shell/main.c: (main):
3013
3014         Fixes program description translation issue.
3015         Bug #450148.
3016
3017 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
3018
3019         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3020
3021         Do not change current page when returning from black/white mode
3022         in presentation. Fixes bug #415032.
3023
3024 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3025
3026         * NEWS:
3027         * configure.ac:
3028         
3029         Update for release 0.9.1
3030
3031 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
3032
3033         * backend/dvi/dvi-document.c:
3034         (dvi_document_finalize),
3035         (dvi_document_file_exporter_format_supported),
3036         (dvi_document_file_exporter_begin),
3037         (dvi_document_file_exporter_do_page),
3038         (dvi_document_file_exporter_end),
3039         (dvi_document_file_exporter_iface_init), (dvi_document_init):
3040         
3041         PDF exporter for dvi documents. Fixes bug #441319.
3042
3043 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3044
3045         * shell/ev-window.c: (ev_window_clear_print_job):
3046
3047         Clear gtk print job when job has finished. Fixes bug #447612.
3048
3049 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3050
3051         * shell/ev-window.c: (ev_window_print_send),
3052         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3053
3054         Add preview button to print dialog. Fixes bug #445419.
3055
3056 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3057
3058         * backend/dvi/Makefile.am:
3059         * backend/dvi/pixbuf-device.[ch]: Removed
3060         * backend/dvi/cairo-device.[ch]: Added
3061         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
3062         * backend/dvi/dvi-document.c: (dvi_document_load),
3063         (dvi_document_render), (dvi_document_finalize),
3064         (dvi_document_thumbnails_get_thumbnail), (parse_color),
3065         (dvi_document_do_color_special):
3066         * libdocument/ev-document-misc.[ch]:
3067         (ev_document_misc_pixbuf_from_surface):
3068
3069         Port dvi backend to cairo and fix a problem with colors. 
3070
3071 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3072
3073         * shell/ev-view.c: (draw_one_page):
3074
3075         Draw only visible region.
3076
3077 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3078
3079         * backend/djvu/djvu-document.c: (djvu_document_render):
3080
3081         Fix rotation in djvu backend.
3082
3083 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3084
3085         * shell/ev-pixbuf-cache.c: (job_finished_cb),
3086         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
3087         (ev_pixbuf_cache_get_image_mapping),
3088         (ev_pixbuf_cache_get_text_mapping):
3089
3090         Redraw view every time we have a new surface. Fixes bug #443587.
3091
3092 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3093
3094         * libdocument/ev-document.c: (ev_document_info_free):
3095
3096         Fix memory leaks.
3097
3098 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3099
3100         * backend/dvi/dvi-document.c: (dvi_document_render),
3101         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
3102         * backend/impress/impress-document.c:
3103         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3104         (impress_document_render), (impress_document_document_iface_init),
3105         (impress_document_thumbnails_get_thumbnail):
3106         * backend/djvu/djvu-document-private.h:
3107         * backend/djvu/djvu-document.c: (djvu_document_render),
3108         (djvu_document_finalize), (djvu_document_document_iface_init),
3109         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
3110         * backend/tiff/tiff-document.c: (tiff_document_render),
3111         (tiff_document_render_pixbuf),
3112         (tiff_document_document_iface_init):
3113         * backend/pdf/ev-poppler.cc: (pdf_document_render),
3114         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
3115         (pdf_selection_render_selection):
3116         * backend/comics/comics-document.c:
3117         (comics_document_render_pixbuf), (comics_document_render),
3118         (comics_document_document_iface_init):
3119         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
3120         (pixbuf_document_document_iface_init):
3121         * libdocument/ev-document-misc.[ch]:
3122         (ev_document_misc_surface_from_pixbuf),
3123         (ev_document_misc_surface_rotate_and_scale):
3124         * libdocument/ev-document.[ch]: (ev_document_render):
3125         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
3126         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3127         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3128         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
3129         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
3130         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
3131         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
3132         (render_finished_cb), (ev_job_render_run):
3133         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
3134         (merge_selection_region):
3135
3136         Use cairo image surfaces instead of GDK pixbufs for drawing pages
3137         and selections.
3138
3139 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3140
3141         * shell/ev-window-title.c: (ev_window_title_update):
3142
3143         Fix memory leak.
3144
3145 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3146
3147         * shell/ev-view.c: (draw_loading_text):
3148
3149         Show loading text centered. Fixes bug #433061
3150
3151 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3152
3153         * shell/ev-sidebar-thumbnails.c:
3154         (ev_sidebar_thumbnails_set_loading_icon):
3155
3156         Remove a mutex in the main thread that blocks the UI in heavy
3157         documents.
3158
3159 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3160
3161         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
3162
3163         Set points_set to TRUE so that selections don't disappear after a
3164         zoom change.
3165
3166 2007-06-07  Michael Monreal  <infernux@web.de>
3167
3168         * data/icons/16x16/actions/Makefile.am:
3169         * data/icons/16x16/actions/zoom.svg:
3170         * data/icons/22x22/actions/Makefile.am:
3171         * data/icons/22x22/actions/zoom.svg:
3172         * data/icons/24x24/actions/Makefile.am:
3173         * shell/ev-stock-icons.c:
3174         * shell/ev-stock-icons.h:
3175         * shell/ev-window.c:
3176         
3177         Zoom icon artwork. See bug #444795.
3178
3179 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3180
3181         * shell/ev-metadata-manager.c: Remove extraneous function
3182         (Closes: #444386)
3183
3184 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3185
3186         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
3187         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
3188         (ev_metadata_manager_set), (ev_metadata_manager_save):
3189         Simplify the timeout, no need for modified anymore
3190
3191 2007-06-05  Bastien Nocera  <hadess@hadess.net>
3192
3193         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
3194         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3195         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3196         (ev_metadata_manager_save): Adapted patch from Arjan van de
3197         Ven (arjan@linux.intel.com) to avoid the timeout running all the
3198         time, saves on power (Closes: #443851)
3199
3200 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3201
3202         * configure.ac:
3203         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
3204         (pdf_selection_render_selection), (pdf_document_get_page_duration):
3205
3206         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
3207
3208 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3209
3210         * shell/ev-window.c: (ev_window_add_history):
3211
3212         Check if history is NULL
3213
3214 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3215
3216         * libdocument/ev-image.c: (ev_image_finalize):
3217         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
3218         * libdocument/ev-attachment.c: (ev_attachment_finalize):
3219         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
3220         (ev_tmp_uri_unlink):
3221
3222         Add functions to delete temporary files created by evince in a safe
3223         way.
3224
3225         * shell/ev-window.c: (ev_window_clear_local_uri),
3226         (open_xfer_update_progress_callback),
3227         (save_xfer_update_progress_callback), (ev_window_save_remote),
3228         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
3229         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3230         (attachment_save_dialog_response_cb),
3231         (ev_attachment_popup_cmd_save_attachment_as):
3232
3233         Allow saving a copy of a document, image or attachment to a remote
3234         location. Fixes bug #440754. 
3235
3236 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3237
3238         * configure.ac:
3239         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
3240
3241         Fix build with current poppler from cvs head. 
3242
3243 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
3244
3245         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
3246
3247         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
3248         directory exists.
3249
3250 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3251
3252         * shell/ev-sidebar.c: (ev_sidebar_add_page):
3253         * shell/ev-window.c:
3254
3255         Change sidebar ordering. Fixes bug #439939.
3256
3257 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
3258
3259         * backend/comics/Makefile.am:
3260         
3261         Fixes build with --without-libgnome.
3262
3263 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3264         
3265         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3266
3267         Update cursor and tooltip on page change and view scroll. Fixes bug
3268         #439217.
3269
3270 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3271
3272         * NEWS:
3273         * configure.ac:
3274         
3275         Update for release 0.9.0
3276
3277 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3278
3279         * backend/djvu/djvu-document-private.h:
3280         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3281         (djvu_document_finalize),
3282         (djvu_document_file_exporter_format_supported),
3283         (djvu_document_file_exporter_begin),
3284         (djvu_document_file_exporter_do_page),
3285         (djvu_document_file_exporter_end),
3286         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3287         
3288         Implemented printing with djvu. Bug #437998.
3289
3290 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3291
3292         * backend/impress/zip.c:
3293         Add missing ulong definition.
3294
3295         * backend/ps/ps-interpreter.c:
3296         Add missing headers.
3297
3298         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3299
3300 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3301
3302         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3303
3304         Add missing call to parent class dispose method. 
3305
3306 2007-05-12  Ross Burton  <ross@openedhand.com>
3307
3308         * shell/main.c:
3309         Sync keybindings manually when building without libgnome
3310         (#437925).
3311
3312 2007-05-12  Ross Burton  <ross@openedhand.com>
3313
3314         * shell/ev-window.c:
3315         Respect the screen when opening help (#437866).
3316
3317 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3318
3319         * data/evince-ui.xml:
3320         * shell/ev-application.[ch]: (get_print_settings_from_args),
3321         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3322         (ev_application_open_uri_list):
3323         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3324         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3325         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3326         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3327         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3328         (ev_window_dispose):
3329         * shell/main.c: (arguments_parse):
3330
3331         Add print button in preview mode. Fixes bug #396475. 
3332
3333 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3334
3335         * cut-n-paste/zoom-control/ephy-zoom.h:
3336         
3337         Fixes zoom level factors. See bug #408119 for details.
3338
3339 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3340
3341         * backend/comics/comics-document.c: (comics_regex_quote),
3342         (extract_argv):
3343         
3344         Correctly quote symbols. Fixes crash in the bug
3345         #415370.
3346
3347 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3348
3349         * shell/ev-navigation-action-widget.c:
3350         (ev_navigation_action_widget_init),
3351         (ev_navigation_action_widget_class_init),
3352         (ev_navigation_action_widget_button_press_event):
3353         
3354         Connect to button-press event on correct widget. Fixes
3355         bug #431988
3356
3357 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3358
3359         * shell/ev-application.c: (ev_application_open_window),
3360         (ev_application_add_icon_path_for_screen),
3361         (ev_application_open_uri_at_dest):
3362         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3363         * shell/ev-navigation-action.c: (build_menu):
3364         
3365         Add app-specific icons to our icon theme. Fixes bug
3366         #425508.
3367
3368 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3369
3370         * shell/ev-history.c: (ev_history_class_init),
3371         (ev_history_add_link):
3372         * shell/ev-history.h:
3373         * shell/ev-navigation-action.c:
3374         (ev_navigation_action_history_changed),
3375         (ev_navigation_action_set_history), (build_menu),
3376         (ev_navigation_action_finalize):
3377         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3378         
3379         Make navigation action unsensitive instead of showing
3380         menu with unsensitive word. Fixes bug #417392.
3381
3382 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3383
3384         * shell/ev-application.[ch]: (ev_application_shutdown),
3385         (ev_application_get_print_settings),
3386         (ev_application_set_print_settings):
3387         * shell/ev-window.c:
3388
3389         Remember print settings. Fixes bug #349102. 
3390
3391 2007-05-08  Christian Persch  <chpe@gnome.org>
3392
3393         * configure.ac:
3394         * properties/ev-properties-view.c:
3395
3396         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3397         Bug #382438.
3398
3399 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3400
3401         * configure.ac:
3402         * properties/ev-properties-view.c: (ev_regular_paper_size):
3403
3404         Use gtk+ builtin paper list to identify the document's paper size.
3405         Fixes bug #382438. 
3406
3407 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3408
3409         * configure.ac:
3410
3411         Fix build when compiling with thumbnailer and libgnome support. 
3412
3413 2007-05-04  Ross Burton  <ross@openedhand.com>
3414
3415         * configure.ac:
3416         Add --without-libgnome, check for libgnome and libgnomeui
3417         separately, and add them to the symbols as required.
3418
3419         * libdocument/ev-file-helpers.c:
3420         When building without libgnome, use g_get_user_config_dir instead
3421         of gnome_user_dir_get.
3422
3423         * shell/ev-application.c:
3424         When building without libgnome, don't use session management.
3425
3426         * shell/main.c:
3427         When building without libgnome, don't use GnomeProgram or
3428         initialise the authentication manager.
3429
3430         This fixes #328842.
3431
3432 2007-05-04  Ross Burton  <ross@openedhand.com>
3433
3434         * shell/ev-window.c:
3435         Don't use libgnome to open help, instead call Yelp directly.
3436
3437 2007-05-04  Ross Burton  <ross@openedhand.com>
3438
3439         * shell/ev-sidebar-attachments.c:
3440         Don't use libgnome to lookup icons for MIME types, instead copy
3441         code from GTK+ to do it manually.
3442
3443 2007-05-04  Ross Burton  <ross@openedhand.com>
3444
3445         * configure.ac:
3446         Add libxml to the dependencies for SHELL_CORE (#435818).
3447
3448 2007-05-02  Ross Burton  <ross@openedhand.com>
3449
3450         * configure.ac:
3451         * Makefile.am:
3452         Add --disable-thumbnailer (#434825)
3453
3454 2007-05-02  Ross Burton  <ross@openedhand.com>
3455
3456         * shell/ev-window.c:
3457         Add missing includes, fix indentation.
3458
3459         * shell/main.c:
3460         Fix indentation.
3461
3462 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3463
3464         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3465         ev_application_open_uri_at_dest instead of ev_application_open_uri
3466         preventing new document always being opened in a new window even if there
3467         is an empty window.
3468
3469 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3470
3471         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3472         (egg_recent_view_uimanager_finalize):
3473         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3474         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3475         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3476         (ev_pixbuf_cache_dispose):
3477         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3478         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3479         
3480         Add missing chain to parent class methods. Fixes
3481         bug #433128.
3482
3483 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3484
3485         * data/Makefile.am (update-icon-cache): Updates
3486         gtk-update-icon-cache in uninstall-hook.
3487
3488 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3489
3490         * shell/ev-window.c: (ev_window_setup_document),
3491         (ev_window_set_document), (ev_window_load_job_cb):
3492         * shell/ev-view.c: (setup_caches):
3493         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3494
3495         Start rendering pages before any other jobs. 
3496
3497 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3498
3499         * shell/ev-window.c: (ev_window_stop_fullscreen),
3500         (ev_window_stop_presentation):
3501
3502         Update chrome visibility before window unfullscreen. 
3503
3504 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3505
3506         * data/Makefile.am:
3507         * data/evince-ui.xml:
3508         * shell/ev-stock-icons.[ch]:
3509         * shell/ev-application.[ch]: (ev_application_shutdown),
3510         (ev_application_init), (ev_application_get_toolbars_model):
3511         * shell/ev-window.c: (update_chrome_visibility),
3512         (fullscreen_toolbar_setup_item_properties),
3513         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3514         (ev_window_run_presentation), (ev_window_stop_presentation),
3515         (ev_window_run_preview), (ev_window_screen_changed),
3516         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3517         (ev_window_dispose), (ev_window_init):
3518
3519         Make fullscreen toolbar always visible. Do not use egg toolbars for
3520         fullscreen and preview modes since such toolbars are not editables.
3521         Fixes bugs #300278, #338910 and #316188.  
3522
3523 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3524
3525         * shell/ev-application.c:
3526         * shell/ev-job-queue.c:
3527         * shell/ev-metadata-manager.c:
3528         * shell/ev-stock-icons.c:
3529         * shell/ev-window.c:
3530         * shell/main.c:
3531         
3532         Developers documentation updated.
3533
3534 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3535
3536         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3537
3538         Check whether uri is valid before launching it. Fixes bug #427664.
3539
3540 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3541
3542         * shell/ev-window.c:
3543
3544         Change key accelerator for Open a Copy menu entry which is in conflict
3545         with Close. Fixes bug #427321.
3546
3547 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3548
3549         * NEWS:
3550         * configure.ac:
3551         
3552         Update for release 0.8.1
3553
3554 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3555
3556         * shell/ev-window.c: (setup_size_from_metadata):
3557         
3558         Do not make window bigger than screen. Fixes bug 
3559         #388985.
3560
3561 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3562
3563         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3564         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3565
3566         Use default resolution when it's not provided by document. Fixes bug
3567         #408762.
3568
3569 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3570
3571         * configure.ac:
3572         * thumbnailer/Makefile.am:
3573         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3574         * thumbnailer/evince-thumbnailer.schemas.in:
3575         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3576
3577         Add support for ps, eps and compressed documents thumbnails. Do not
3578         ignore size parameter. 
3579
3580 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3581
3582         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3583         (dvi_document_do_color_special):
3584         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3585
3586         Implement font color specials in the DVI backend. Fixes bug #303651.
3587
3588 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3589
3590         Fixup the previous commit:
3591
3592         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3593         * shell/xdg-user-dir-lookup.c: Make the function non-static
3594         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3595
3596 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3597
3598         * shell/ev-window.c (file_open_dialog_response_cb): Use
3599         the xdg-user-dirs DOCUMENTS folder as default folder when
3600         opening a file chooser.  (#424858)
3601
3602         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3603         xdg-user-dirs.
3604
3605 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3606
3607         * shell/ev-window.c: (ev_window_load_job_cb):
3608
3609         Do not setup view from metadata on preview mode. 
3610
3611 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3612
3613         * shell/main.c:
3614
3615         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
3616
3617 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3618
3619         * shell/ev-view.c: (ev_view_primary_get_cb):
3620
3621         Check pointer != NULL before using it. Fixes bug #416841. 
3622
3623 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3624
3625         * NEWS:
3626         * configure.ac:
3627         
3628         Release 0.8.0
3629
3630 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3631
3632         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3633
3634         Do not render thumbnails when sidebar thumbnail page is not visible
3635         at startup. Fixes bug #416447. 
3636
3637 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
3638
3639         * data/evince.desktop.in.in:
3640
3641         "Application" is not a valid category in the freedesktop specification.
3642
3643 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3644
3645         * libdocument/ev-file-helpers.[ch]: (compression_run),
3646         (ev_file_uncompress), (ev_file_compress):
3647         * shell/ev-window.c: (file_save_dialog_response_cb):
3648
3649         Save document compressed when saving a copy of a compressed document.
3650         Fixes bug #334542.
3651
3652 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3653
3654         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
3655
3656         Allow deleting in goto window entry in presentation mode. 
3657
3658 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
3659
3660         * Makefile.am: Dist MAINTAINERS.
3661
3662 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3663
3664         * shell/ev-window.c: (ev_window_update_actions):
3665
3666         Fix zoom shortcut keys when searching. Fixes bug #409828.
3667
3668 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3669
3670         * shell/ev-window.c: (ev_window_setup_document):
3671
3672         Fix crash when loading documents with only one page. 
3673
3674 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3675
3676         * backend/dvi/dvi-document.c:
3677         (dvi_document_thumbnails_get_dimensions),
3678         (dvi_document_thumbnails_get_thumbnail):
3679         * backend/impress/impress-document.c:
3680         (impress_document_thumbnails_get_thumbnail),
3681         (impress_document_thumbnails_get_dimensions):
3682         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
3683         (ps_document_thumbnails_get_dimensions):
3684         * backend/djvu/djvu-document.c:
3685         (djvu_document_thumbnails_get_dimensions),
3686         (djvu_document_thumbnails_get_thumbnail):
3687         * backend/tiff/tiff-document.c:
3688         (tiff_document_thumbnails_get_thumbnail),
3689         (tiff_document_thumbnails_get_dimensions):
3690         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
3691         (pdf_document_thumbnails_get_thumbnail),
3692         (pdf_document_thumbnails_get_dimensions):
3693         * backend/comics/comics-document.c:
3694         (comics_document_thumbnails_get_thumbnail),
3695         (comics_document_thumbnails_get_dimensions):
3696         * backend/pixbuf/pixbuf-document.c:
3697         (pixbuf_document_thumbnails_get_thumbnail),
3698         (pixbuf_document_thumbnails_get_dimensions):
3699         * libdocument/ev-document-thumbnails.[ch]:
3700         (ev_document_thumbnails_get_thumbnail),
3701         (ev_document_thumbnails_get_dimensions):
3702         * libdocument/ev-document-misc.[ch]:
3703         (ev_document_misc_get_thumbnail_frame):
3704         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
3705         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3706         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
3707         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
3708         (ev_sidebar_thumbnails_refresh):
3709         * shell/ev-window.c: (ev_window_setup_document):
3710         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3711
3712         Use an EvRenderContext for rendering thumbnails instead of a suggested
3713         width, so that different sized pages get sized proportionally.
3714
3715 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3716
3717         * shell/ev-view.c: (ev_view_button_press_event),
3718         (ev_view_key_press_event):
3719
3720         Fix critical warnings when there is no document loaded. 
3721
3722 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3723
3724         * shell/ev-page-action-widget.c:
3725         * shell/ev-navigation-action.c:
3726         * shell/ev-window.c:
3727
3728         Fix compile warnings. 
3729
3730 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3731
3732         * backend/djvu/djvu-text.h:
3733         * backend/djvu/djvu-document.c:
3734         * backend/djvu/djvu-text-page.c:
3735         * backend/djvu/djvu-links.c:
3736         * backend/djvu/djvu-text-page.h:
3737         * backend/djvu/djvu-text.c:
3738         
3739         Fix build on Mac. Fixes bug #392186. Patch by
3740         <ephraim_owns@hotmail.com>
3741
3742 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3743
3744         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3745
3746         Restore cairo context before rendering every page when printing a PDF
3747         document into a PDF file. 
3748
3749 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3750
3751         * backend/ps/gstypes.h:
3752         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
3753         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
3754         (ps_document_thumbnails_get_thumbnail):
3755
3756         Handle PostScript page orientation. Fixes bug #318568.
3757
3758 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3759
3760         * backend/ps/Makefile.am:
3761         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
3762         (document_load), (ps_document_load), (save_document),
3763         (save_page_list), (ps_document_get_n_pages),
3764         (ps_document_get_page_size), (ps_document_get_info),
3765         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
3766         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
3767         (ps_document_thumbnails_get_thumbnail),
3768         (ps_document_thumbnails_get_dimensions),
3769         (ps_document_document_thumbnails_iface_init):
3770         * backend/ps/ps.[ch]: (psgetpagebox):
3771         * backend/ps/ps-interpreter.[ch]:
3772
3773         Add support for thumbnails in ps backend. Fixes bug #164755. 
3774
3775 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3776
3777         * NEWS:
3778         * configure.ac:
3779         
3780         Release 0.7.2
3781
3782 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3783
3784         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
3785         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
3786         (ev_window_dispose):
3787
3788         Use document thumbnail as window icon. Fixes bug #384442.
3789
3790 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
3791
3792         * configure.ac:
3793
3794         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
3795         duplicated adding application/x-bzpostscript instead. 
3796
3797 2007-02-11  Tom Parker  <palfrey@tevp.net>
3798
3799         * backend/ps/ps-document.c: (document_load):
3800
3801         Check return value of psscan before trying
3802         to use it. Fixes bug #372414.
3803
3804 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3805
3806         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3807
3808         Fix invalid free in ev-page-cache. Fixes bug #404745.
3809
3810 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3811
3812         * test/Makefile.am:
3813         * test/test3.py:
3814         
3815         Added reload test case.
3816
3817 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3818
3819         * po/POTFILES.in:
3820         * backend/djvu/djvu-document.c: (djvu_document_load):
3821
3822         Check whether there are missing files in indirect multipage djvu
3823         documents. Fixes bug #361683. 
3824
3825 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3826
3827         * test/Makefile.am:
3828         * test/test-mime.bin:
3829         * test/test3.py:
3830         
3831         Added test for slow mime type
3832
3833 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3834
3835         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3836
3837         Add some checks and call parent_class->finalize. Fixes bug #404745.
3838
3839 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3840
3841         * shell/ev-navigation-action.c: (connect_proxy):
3842         
3843         Fixes dropdown history menu. Thanks a lot Carlos!
3844
3845 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3846
3847         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
3848
3849         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
3850         bug #373715.
3851
3852 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3853
3854         * backend/ps/ps.c: (psscan):
3855
3856         Fix memory leak. 
3857
3858 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3859
3860         * configure.ac:
3861         * libdocument/ev-file-helpers.c: 
3862
3863         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
3864
3865 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3866
3867         * configure.ac:
3868         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
3869         (ps_interpreter_start), (document_load), (save_document),
3870         (save_page_list):
3871         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
3872         * libdocument/ev-document-factory.c:
3873         (ev_document_factory_get_from_mime), (get_document_from_uri),
3874         (free_uncompressed_uri), (ev_document_factory_get_document):
3875         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
3876
3877         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
3878
3879 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3880
3881         * libdocument/ev-document.h:
3882
3883         Fix typo in function name. 
3884
3885 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3886
3887         * backend/ps/ps-document.c: (ps_interpreter_finished),
3888         (ps_interpreter_start), (ps_interpreter_failed):
3889
3890         Handle ghostscript interpreter crashes. 
3891
3892 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3893
3894         * shell/ev-window.c: (ev_window_open_uri),
3895         (window_configure_event_cb):
3896
3897         Setup window size and position before showing it. Fixes bug #401711.
3898
3899 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3900
3901         * backend/ps/Makefile.am:
3902         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
3903         (ps_document_dispose), (ps_document_class_init),
3904         (ps_interpreter_input), (ps_interpreter_output),
3905         (ps_interpreter_error), (setup_interpreter_env),
3906         (ps_interpreter_start), (ps_interpreter_stop),
3907         (ps_interpreter_failed), (ps_interpreter_is_ready),
3908         (check_filecompressed), (document_load), (ps_document_load),
3909         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
3910         (ps_document_widget_event), (send_ps), (ps_document_next_page),
3911         (render_page):
3912
3913         Rework ps-document. Code cleanups, remove deprecated code. 
3914
3915 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3916
3917         * shell/ev-view.c: (ev_view_button_press_event):
3918
3919         Do not start an image drag and drop operation when pointer is on 
3920         text, so that we can select text when the whole background is an
3921         image. 
3922
3923 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3924
3925         * shell/ev-window.c: (ev_window_update_actions): 
3926
3927         Disable all zoom related actions during presentation mode. 
3928
3929 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
3930
3931         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
3932
3933         Do not zoom in or out on presentation mode. Fixes bug #401305.
3934
3935 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3936
3937         * shell/ev-navigation-action.c: (connect_proxy),
3938         (create_menu_item), (ev_navigation_action_class_init):
3939         
3940         Correctly show menu and fix crash when navigaton 
3941         action is out of toolbar visible area.
3942
3943 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3944
3945         * data/Makefile.am:
3946         * data/evince.1:
3947         
3948         Added man file
3949
3950 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3951
3952         * help/reference/* :
3953         * configure.ac:
3954         
3955         Added gtk-doc based documentation for Evince.
3956         Still in initial state but I hope it will
3957         grow.
3958         
3959         * configure.ac:
3960         
3961         Lower dbus requirement to 0.70
3962
3963 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3964
3965         * shell/ev-window.c: (ev_window_add_history):
3966
3967         Fix memory leak. 
3968
3969 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3970
3971         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
3972         * shell/ev-view.h:
3973         * shell/ev-window.c: (ev_window_add_history):
3974         
3975         Correctly handle named destination links
3976
3977 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3978
3979         * NOTES:
3980         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
3981         * backend/pdf/ev-poppler.cc:
3982         * libdocument/ev-document-links.h:
3983         * libdocument/ev-link.c: (ev_link_get_page):
3984         * libdocument/ev-link.h:
3985         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
3986         (ev_history_add_link):
3987         * shell/ev-history.h:
3988         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3989         (new_history_menu_item), (build_menu):
3990         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3991         * shell/ev-sidebar-links.c: (create_loading_model),
3992         (print_section_cb), (ev_sidebar_links_construct),
3993         (fill_page_labels), (update_page_callback_foreach),
3994         (update_page_callback), (job_finished_callback):
3995         * shell/ev-view.c: (ev_view_handle_link):
3996         * shell/ev-window.c: (ev_window_find_chapter),
3997         (ev_window_add_history), (view_handle_link_cb),
3998         (history_changed_cb):
3999         
4000         Implements another history variant
4001
4002 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4003
4004         * shell/ev-window.c: (view_external_link_cb):
4005         * shell/ev-view.c: (ev_view_button_release_event):
4006
4007         Open links in new window when clicking with middle button. 
4008
4009 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4010
4011         * shell/ev-navigation-action.c: (new_history_menu_item):
4012         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
4013         * shell/ev-view.c: (ev_view_handle_link):
4014         * shell/ev-window.c:
4015         
4016         Store link before jump, not the destination. For me it 
4017         seems like more natural history behavior.
4018
4019 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4020
4021         * shell/ev-navigation-action.c: (activate_menu_item_cb),
4022         (ev_navigation_action_class_init):
4023         * shell/ev-navigation-action.h:
4024         * shell/ev-page-action.c: (activate_cb):
4025         * shell/ev-page-cache.c: (ev_page_cache_class_init),
4026         (ev_page_cache_set_current_page_history):
4027         * shell/ev-page-cache.h:
4028         * shell/ev-sidebar-thumbnails.c:
4029         (ev_sidebar_tree_selection_changed),
4030         (ev_sidebar_icon_selection_changed), (page_changed_cb):
4031         * shell/ev-view-private.h:
4032         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
4033         * shell/ev-view.h:
4034         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
4035         (ev_window_setup_document), (ev_window_load_job_cb):
4036         * shell/ev-window.h:
4037         
4038         History finally works as expected.
4039
4040 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4041
4042         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
4043
4044         Do not update links treeview if it doesn't have a model assigned yet. 
4045
4046 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
4047
4048         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
4049         (ev_sidebar_links_class_init), (update_page_callback):
4050
4051         Do not update links treeview when sidepane is not visible. 
4052
4053 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4054
4055         * shell/ev-marshal.list:
4056         * shell/ev-page-action.c: (activate_cb),
4057         (ev_page_action_class_init):
4058         * shell/ev-page-action.h:
4059         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
4060         * shell/ev-window.c:
4061         
4062         Remove activate_link signal, not required.
4063
4064 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4065
4066         * shell/ev-navigation-action.c: (build_menu):
4067         
4068         Reorder menu items and build menu with fixed length.
4069
4070 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
4071
4072         * shell/ev-view.c: (get_selected_text):
4073         
4074         Normalize text to fix ligatures problem. See bug
4075         #341947 for details.
4076
4077 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4078
4079         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4080
4081         Fix memory leak in ev-page-cache. 
4082
4083 2007-01-25  Tom Parker <palfrey@tevp.net>
4084
4085         * backend/impress/impress-document.c: (impress_document_load),
4086         (impress_document_finalize), (impress_document_init):
4087         * properties/ev-properties-main.c: (ev_properties_get_pages):
4088         
4089         Correctly handle impress document errors. Fixes nautilus
4090         crash in property page #370491.
4091
4092 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4093
4094         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4095         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4096         (ev_job_queue_remove_job):
4097         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
4098         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
4099         (ev_job_load_run):
4100         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
4101         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
4102         (ev_window_load_job_cb), (xfer_update_progress_callback),
4103         (ev_window_open_uri), (ev_window_dispose):
4104         * shell/main.c: (main):
4105
4106         Do file transfer asynchronously in the main thread instead of
4107         synchronously in the load thread. Fixes bugs #399694, #398307 and
4108         #343542.
4109
4110 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4111
4112         * shell/ev-jobs.c: (ev_job_xfer_run):
4113
4114         Load the document with the font-config lock held. 
4115
4116 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4117
4118         * backend/ps/ps-document.c: (start_interpreter):
4119
4120         Fix memory leaks in ps backend. 
4121
4122 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4123
4124         * backend/impress/impress-document.c:
4125         (impress_document_render_pixbuf):
4126
4127         Do not acquire fontconfig lock in impress backend, since it is using
4128         the main loop for rendering. 
4129
4130 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4131
4132         * po/POTFILES.in: 
4133
4134         Remove mdvi files that shouldn't be translated. 
4135
4136 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4137
4138         * shell/ev-view-private.h:
4139         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
4140         (ev_view_set_zoom):
4141
4142         Render "loading..." text into a cairo surface instead of directly into
4143         the window so that fontconfig lock is only needed once and UI is not
4144         blocked. Change text color to #9B9B9B. Fixes bug #397356.
4145
4146 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4147
4148         * shell/ev-stock-icons.c: (ev_stock_icons_init):
4149         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4150
4151         Use icon theme associated with the window screen rather than default. 
4152
4153 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4154
4155         * configure.ac:
4156
4157         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
4158
4159 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
4160
4161         * data/icons/*/apps/evince.*:
4162
4163         Move Evince icons under new apps directory.
4164
4165         * data/icons/*/actions/*:
4166
4167         Add new custom themeable Evince icons: view-page-continuous, 
4168         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
4169         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
4170
4171         * configure.ac:
4172
4173         Add new directories to AC_CONFIG_FILES.
4174
4175         * shell/ev-stock-icons.c:
4176         * shell/ev-stock-icons.h:
4177
4178         Use new custom themeable icons.
4179
4180 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4181
4182         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4183
4184         Do not draw white background page in presentation mode. 
4185
4186 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
4187
4188         * shell/ev-view.c: Remove unused gnome-vfs include.
4189
4190 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
4191
4192         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
4193         
4194         Format string is corrected, fixes bug #397129.
4195
4196 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4197
4198         * shell/ev-window.c: (ev_window_setup_recent):
4199
4200         Do not include in recent menu inexistent documents. Fixes
4201         bug #339171.
4202
4203 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4204
4205         * po/POTFILES.skip: 
4206
4207         Update POTFILES.skip file according to current source tree. 
4208
4209 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4210
4211         * shell/ev-window.c: (file_save_dialog_response_cb):
4212
4213         Do Save a copy in atomic way. Fixes bug #328266. 
4214
4215 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4216
4217         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
4218
4219         Keep selected cell always visible in index treeview.
4220
4221 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4222         
4223         * shell/ev-view.c: (ev_view_size_allocate):
4224
4225         Restore horizontal scrollbar after switching to/from fullscreen
4226         or presentation mode. Fixes bug #331728.
4227
4228 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4229
4230         * shell/ev-view-private.h:
4231         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
4232         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
4233         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
4234         (ev_view_can_zoom_out):
4235
4236         Use max and min scale values in the view iby taking dpi into account. 
4237
4238 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4239
4240         * configure.ac:
4241         * NEWS:
4242
4243         Release 0.7.1
4244
4245 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4246
4247         * shell/ev-window.c: (ev_window_print_send):
4248
4249         Send print job to printer with some settings set to default values,
4250         since we have already exported to a file according to such settings
4251         and they could be taken twice by some printers. 
4252
4253 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4254
4255         * shell/ev-jobs.c: (ev_job_xfer_run):
4256         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4257
4258         Show main window and load document with the font-config lock held. 
4259
4260 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4261
4262         * configure.ac:
4263         * shell/ev-application.c: (ev_application_register_service):
4264         * shell/main.c: (load_files_remote):
4265
4266         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4267
4268 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4269
4270         * doc/debugging.txt:
4271         
4272         Remove obsolete documentation.
4273
4274 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4275
4276         * Makefile.am:
4277         * backend/Makefile.am:
4278         * backend/comics/Makefile.am:
4279         * backend/djvu/Makefile.am:
4280         * backend/dvi/Makefile.am:
4281         * backend/ev-async-renderer.c:
4282         * backend/ev-async-renderer.h:
4283         * backend/ev-attachment.c:
4284         * backend/ev-attachment.h:
4285         * backend/ev-backend-marshal.c:
4286         * backend/ev-document-factory.c:
4287         * backend/ev-document-factory.h:
4288         * backend/ev-document-find.c:
4289         * backend/ev-document-find.h:
4290         * backend/ev-document-fonts.c:
4291         * backend/ev-document-fonts.h:
4292         * backend/ev-document-images.c:
4293         * backend/ev-document-images.h:
4294         * backend/ev-document-info.h:
4295         * backend/ev-document-links.c:
4296         * backend/ev-document-links.h:
4297         * backend/ev-document-misc.c:
4298         * backend/ev-document-misc.h:
4299         * backend/ev-document-security.c:
4300         * backend/ev-document-security.h:
4301         * backend/ev-document-thumbnails.c:
4302         * backend/ev-document-thumbnails.h:
4303         * backend/ev-document-transition.c:
4304         * backend/ev-document-transition.h:
4305         * backend/ev-document.c:
4306         * backend/ev-document.h:
4307         * backend/ev-file-exporter.c:
4308         * backend/ev-file-exporter.h:
4309         * backend/ev-image.c:
4310         * backend/ev-image.h:
4311         * backend/ev-link-action.c:
4312         * backend/ev-link-action.h:
4313         * backend/ev-link-dest.c:
4314         * backend/ev-link-dest.h:
4315         * backend/ev-link.c:
4316         * backend/ev-link.h:
4317         * backend/ev-render-context.c:
4318         * backend/ev-render-context.h:
4319         * backend/ev-selection.c:
4320         * backend/ev-selection.h:
4321         * backend/impress/Makefile.am:
4322         * backend/pdf/Makefile.am:
4323         * backend/pixbuf/Makefile.am:
4324         * backend/ps/Makefile.am:
4325         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4326         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4327         (start_interpreter), (stop_interpreter), (document_load),
4328         (ps_document_next_page), (render_page):
4329         * backend/tiff/Makefile.am:
4330         * comics/Makefile.am:
4331         * comics/comics-document.c:
4332         * comics/comics-document.h:
4333         * configure.ac:
4334         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4335         * djvu/Makefile.am:
4336         * djvu/djvu-document-private.h:
4337         * djvu/djvu-document.c:
4338         * djvu/djvu-document.h:
4339         * djvu/djvu-links.c:
4340         * djvu/djvu-links.h:
4341         * djvu/djvu-text-page.c:
4342         * djvu/djvu-text-page.h:
4343         * djvu/djvu-text.c:
4344         * djvu/djvu-text.h:
4345         * dvi/Makefile.am:
4346         * dvi/dvi-document.c:
4347         * dvi/dvi-document.h:
4348         * dvi/fonts.c:
4349         * dvi/fonts.h:
4350         * dvi/mdvi-lib/Makefile.am:
4351         * dvi/mdvi-lib/afmparse.c:
4352         * dvi/mdvi-lib/afmparse.h:
4353         * dvi/mdvi-lib/bitmap.c:
4354         * dvi/mdvi-lib/bitmap.h:
4355         * dvi/mdvi-lib/color.c:
4356         * dvi/mdvi-lib/color.h:
4357         * dvi/mdvi-lib/common.c:
4358         * dvi/mdvi-lib/common.h:
4359         * dvi/mdvi-lib/defaults.h:
4360         * dvi/mdvi-lib/dvimisc.c:
4361         * dvi/mdvi-lib/dviopcodes.h:
4362         * dvi/mdvi-lib/dviread.c:
4363         * dvi/mdvi-lib/files.c:
4364         * dvi/mdvi-lib/font.c:
4365         * dvi/mdvi-lib/fontmap.c:
4366         * dvi/mdvi-lib/fontmap.h:
4367         * dvi/mdvi-lib/fontsrch.c:
4368         * dvi/mdvi-lib/gf.c:
4369         * dvi/mdvi-lib/hash.c:
4370         * dvi/mdvi-lib/hash.h:
4371         * dvi/mdvi-lib/list.c:
4372         * dvi/mdvi-lib/mdvi.h:
4373         * dvi/mdvi-lib/pagesel.c:
4374         * dvi/mdvi-lib/paper.c:
4375         * dvi/mdvi-lib/paper.h:
4376         * dvi/mdvi-lib/pk.c:
4377         * dvi/mdvi-lib/private.h:
4378         * dvi/mdvi-lib/setup.c:
4379         * dvi/mdvi-lib/sp-epsf.c:
4380         * dvi/mdvi-lib/special.c:
4381         * dvi/mdvi-lib/sysdeps.h:
4382         * dvi/mdvi-lib/t1.c:
4383         * dvi/mdvi-lib/tfm.c:
4384         * dvi/mdvi-lib/tfmfile.c:
4385         * dvi/mdvi-lib/tt.c:
4386         * dvi/mdvi-lib/util.c:
4387         * dvi/mdvi-lib/vf.c:
4388         * dvi/pixbuf-device.c:
4389         * dvi/pixbuf-device.h:
4390         * impress/Makefile.am:
4391         * impress/common.h:
4392         * impress/document.c:
4393         * impress/f_oasis.c:
4394         * impress/f_oo13.c:
4395         * impress/iksemel.c:
4396         * impress/iksemel.h:
4397         * impress/imposter.h:
4398         * impress/impress-document.c:
4399         * impress/impress-document.h:
4400         * impress/internal.h:
4401         * impress/r_back.c:
4402         * impress/r_draw.c:
4403         * impress/r_geometry.c:
4404         * impress/r_gradient.c:
4405         * impress/r_style.c:
4406         * impress/r_text.c:
4407         * impress/render.c:
4408         * impress/render.h:
4409         * impress/zip.c:
4410         * impress/zip.h:
4411         * lib/Makefile.am:
4412         * lib/ev-debug.c:
4413         * lib/ev-debug.h:
4414         * lib/ev-file-helpers.c:
4415         * lib/ev-file-helpers.h:
4416         * lib/ev-gui.c:
4417         * lib/ev-gui.h:
4418         * lib/ev-tooltip.c:
4419         * lib/ev-tooltip.h:
4420         * libdocument/Makefile.am:
4421         * libdocument/ev-file-helpers.c:
4422         * pdf/Makefile.am:
4423         * pdf/ev-poppler.cc:
4424         * pdf/ev-poppler.h:
4425         * pixbuf/Makefile.am:
4426         * pixbuf/pixbuf-document.c:
4427         * pixbuf/pixbuf-document.h:
4428         * properties/Makefile.am:
4429         * ps/Makefile.am:
4430         * ps/gsdefaults.c:
4431         * ps/gsdefaults.h:
4432         * ps/gsio.c:
4433         * ps/gsio.h:
4434         * ps/gstypes.h:
4435         * ps/ps-document.c:
4436         * ps/ps-document.h:
4437         * ps/ps.c:
4438         * ps/ps.h:
4439         * shell/Makefile.am:
4440         * shell/ev-application.h:
4441         * shell/ev-sidebar-links.c:
4442         * shell/ev-sidebar-links.h:
4443         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4444         (ev_gui_menu_position_tree_selection):
4445         * shell/ev-utils.h:
4446         * shell/ev-view.c: (ev_view_finalize):
4447         * shell/ev-window.c:
4448         * shell/main.c: (main):
4449         * thumbnailer/Makefile.am:
4450         * tiff/Makefile.am:
4451         * tiff/tiff-document.c:
4452         * tiff/tiff-document.h:
4453         * tiff/tiff2ps.c:
4454         * tiff/tiff2ps.h:
4455         
4456         Reorganize source tree.
4457
4458 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4459
4460         * backend/ev-document-factory.c:
4461
4462         Do not include ev-poppler.h when pdf is disabled. 
4463
4464 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4465
4466         * configure.ac:
4467         * data/evince-ui.xml:
4468         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4469         (pdf_document_document_images_iface_init):
4470         * backend/Makefile.am:
4471         * backend/ev-document-images.[ch]:
4472         * backend/ev-image.[ch]:
4473         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4474         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4475         (ev_job_xfer_run):
4476         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4477         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4478         (ev_pixbuf_cache_get_image_mapping):
4479         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4480         (view_menu_popup_cb), (ev_window_dispose),
4481         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4482         (ev_view_popup_cmd_copy_image):
4483         * shell/ev-view-private.h:
4484         * shell/ev-view.c: (ev_view_get_image_at_location),
4485         (ev_view_do_popup_menu), (ev_view_popup_menu),
4486         (ev_view_button_press_event), (ev_view_drag_data_get),
4487         (ev_view_drag_motion), (ev_view_drag_data_received),
4488         (ev_view_motion_notify_event), (ev_view_button_release_event),
4489         (ev_view_finalize), (ev_view_class_init):
4490
4491         Add image handling support. Fixes bugs #310008 and #325047. Images
4492         selection is not supported yet. 
4493
4494 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4495
4496         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4497         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4498         (ev_view_init):
4499
4500         Move view drag and drop stuff to ev-view.
4501
4502 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4503
4504         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4505         * shell/ev-view.c: (clear_selection): 
4506
4507         Clear selection also in pixbuf cache.
4508
4509 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4510
4511         * data/evince.desktop.in.in:
4512         
4513         Change icon name in desktop file. See bug #390734
4514         for details.
4515
4516 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4517
4518         * thumbnailer/Makefile.am:
4519
4520         Use top_builddir instead top_srcdir for generated schema
4521         file installation. Fixes bug #390161.
4522
4523 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4524
4525         * configure.ac:
4526         * backend/Makefile.am:
4527         * backend/ev-document-transition.[ch]:
4528         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4529         (pdf_document_page_transition_iface_init):
4530         * shell/ev-view-private.h:
4531         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4532         (ev_view_set_presentation), (transition_next_page),
4533         (ev_view_presentation_transition_stop),
4534         (ev_view_presentation_transition_start), (ev_view_next_page):
4535
4536         Add page transition support in presentation mode. At the moment only
4537         page duration is supported, but not transition effects. Fixes bug
4538         #309815.
4539
4540 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4541
4542         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4543
4544         Run find_link_dest with document lock held, since it's called by links
4545         thread and main thread at the same time. 
4546
4547 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4548
4549         * shell/ev-view.c: (goto_dest):
4550
4551         Update page-cache when page is changed by the view, so that
4552         page-changed signal is emitted. 
4553
4554 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4555
4556         * test/test1.py:
4557         * test/test2.py:
4558
4559         Use C locale in tests. 
4560
4561 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4562
4563         * shell/ev-window.c: (ev_window_run_presentation):
4564         * shell/ev-view-private.h:
4565         * shell/ev-view.c: (ev_view_set_presentation):
4566
4567         Restore zoom settings when back from presentation mode. 
4568
4569 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4570
4571         * shell/ev-window.c: (ev_window_run_presentation):
4572
4573         Always use "best fit" zoom in presentation mode.
4574         Fixes bug #389195.
4575
4576 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4577
4578         * shell/ev-view.c: (ev_view_goto_window_create):
4579
4580         Show "Jump to page" label in the page jumping popup in
4581         presentation mode instead of just a GtkEntry.
4582
4583 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4584
4585         * shell/ev-window.c: (launch_external_uri):
4586
4587         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4588         #378085.
4589
4590 2006-12-22  Elijah Newren  <newren gmail com>
4591
4592         * configure.ac: explicitly check for libxml2.  Fixes #388795
4593
4594 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4595
4596         * shell/ev-view-private.h:
4597         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4598         (ev_view_goto_window_delete_event), (key_is_numeric),
4599         (ev_view_goto_window_key_press_event),
4600         (ev_view_goto_window_button_press_event),
4601         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4602         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4603         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4604
4605         Allow jumping to another page by typing a page number in presentation
4606         mode. It uses a popup window with an entry. Fixes bug #353625.
4607
4608 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4609
4610         * configure.ac:
4611         * properties/ev-properties-view.c: (ev_get_default_user_units),
4612         (ev_regular_paper_size):
4613         
4614         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4615         to Damien Carbery <damien.carbery@sun.com> and
4616         Yevgen Muntyan <muntyan@tamu.edu>.
4617
4618 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4619
4620         * shell/ev-window.c: (setup_document_from_metadata):
4621
4622         Make sure Evince doesn't restore the view on the last
4623         page when a document is reopened. Fixes bug #383381.
4624
4625 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
4626
4627         * shell/ev-view.c: (draw_loading_text):
4628
4629         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
4630
4631 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4632
4633         * configure.ac:
4634         * NEWS:
4635
4636         Release 0.7.0
4637
4638 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4639
4640         * configure.ac:
4641         * pdf/ev-poppler.cc: (pdf_print_context_free),
4642         (pdf_document_file_exporter_begin),
4643         (pdf_document_file_exporter_do_page):
4644
4645         Make cairo-pdf depedency optional. 
4646
4647 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4648
4649         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
4650
4651         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
4652
4653 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4654
4655         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
4656         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
4657         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
4658         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
4659         * shell/ev-view.c: (draw_loading_text):
4660         * shell/ev-window.c: (ev_window_cmd_file_properties):
4661
4662         Use an specific lock for FontConfig. Hopefully it fixes some crashes
4663         related to using FontConfig from different threads.
4664         
4665 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4666
4667         * shell/ev-view.c: (draw_loading_text):
4668
4669         Acquire lock document when drawing "Loading..." text so that only one
4670         thread will use FontConfig at the same time. Fixes bug #374750.
4671
4672 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4673
4674         * shell/ev-page-action.[ch]: (activate_cb):
4675         * shell/ev-window.c: (activate_label_cb):
4676
4677         Check if text inserted in page entry is a valid page number when it
4678         doesn't match to any document page label. Fixes bug #383165.
4679
4680 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
4681         * shell/ev-window.c:
4682
4683         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
4684         available with GTK < 2.10. Added an ifdef to avoid compilation
4685         error.
4686
4687 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4688
4689         * configure.ac:
4690         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
4691
4692         Fix ps backend in multihead systems.
4693
4694 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4695
4696         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
4697         * shell/ev-window.c: (ev_window_get_screen_dpi),
4698         (ev_window_update_actions), (setup_view_from_metadata),
4699         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
4700
4701         Take screen DPI into account when zooming. Fixes bug #318285.
4702
4703 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4704
4705         * data/Makefile.am:
4706
4707         Cleaned up/slightly refactored Makefile.am. Added GConf
4708         schemas uninstallation as well.
4709
4710 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4711
4712         * Makefile.am:
4713         * test/Makefile.am:
4714
4715         Fight with autotools to fix make check. Make distcheck
4716         works fine as well now!
4717
4718 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4719
4720         * shell/ev-view.c: (draw_end_presentation_page):
4721
4722         Corrected "end of presentation" string.
4723
4724 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4725
4726         * shell/ev-view.c: (ev_view_key_press_event):
4727
4728         Correctly propagate key press event so that up/down keys
4729         work as expected (correct behaviour was broken by
4730         black/white screen key bindings for presentations).
4731
4732 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4733
4734         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
4735         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
4736         (pdf_document_find_get_progress), (pdf_selection_render_selection),
4737         (pdf_selection_get_selection_region),
4738         (pdf_selection_get_selection_map):
4739
4740         Add "static" to some private functions. 
4741
4742 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
4743
4744         * lib/ev-tooltip.h:
4745         * properties/ev-properties-view.h:
4746         * shell/ev-jobs.h:
4747         * shell/ev-properties-dialog.h:
4748         * shell/ev-properties-fonts.h:
4749         * shell/ev-sidebar-links.h:
4750         * shell/ev-sidebar-thumbnails.h:
4751         * shell/ev-sidebar.h:
4752         * shell/ev-window.h:
4753         
4754         Fixes CHACK type in class casts. See bug #385343
4755         for details.
4756
4757 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4758
4759         * shell/ev-view-private.h:
4760         * shell/ev-view.c: (draw_end_presentation_page),
4761         (ev_view_expose_event), (ev_view_key_press_event),
4762         (ev_view_class_init), (ev_view_init):
4763
4764         Blank screen in presentation mode when pressing 'b' (filling with
4765         black) or 'w' (filling with white) keys. Fixes bug #358132.
4766
4767 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
4768
4769         * data/evince-toolbar.xml:
4770         * shell/ev-window.c:
4771         
4772         Use stock icon for Select All action. Fixes
4773         bug #382652.
4774
4775 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
4776
4777         * shell/ev-view.c: (get_doc_point_from_offset),
4778         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
4779
4780         Add links support in rotated documents. Fixes bug #343733.
4781
4782 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4783
4784         * shell/ev-view-private.h:
4785         * shell/ev-view.c: (draw_end_presentation_page),
4786         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
4787
4788         Show a blank page after the last page in presentation mode with a
4789         message indicating that presentation has finished and how to exit. 
4790
4791 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4792
4793         * shell/ev-window.c: (fullscreen_timeout_cb):
4794
4795         Hide cursor after a while in presentation mode. 
4796
4797 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4798
4799         * backend/ev-document-info.h:
4800         * data/evince-properties.glade:
4801         * pdf/ev-poppler.cc:
4802         * properties/ev-properties-view.c: (ev_regular_paper_size),
4803         (ev_properties_view_set_info):
4804         * ps/ps-document.c: (ps_document_get_info):
4805
4806         Adds a paper size field to the properties dialog. Fixes
4807         bug #307315. Patch by Kasper Svendsen (with some i18n
4808         changes done by me).
4809
4810 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4811
4812         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4813         (screensaver_init_dbus), (totem_scrsaver_new),
4814         (totem_scrsaver_init):
4815         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4816         * shell/ev-application.c: (ev_application_register_service),
4817         (ev_application_screensaver_enable),
4818         (ev_application_screensaver_disable):
4819         * shell/ev-application.h:
4820         * shell/ev-window.c: (ev_window_run_presentation),
4821         (ev_window_stop_presentation), (build_comments_string),
4822         (ev_window_init):
4823         
4824         Move screensaver handling to application. No more
4825         message on startup.
4826
4827 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4828
4829         * configure.ac:
4830         * backend/Makefile.am:
4831         * backend/ev-file-exporter.[ch]:
4832         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
4833         * ps/ps-document.c: (ps_document_file_exporter_*):
4834         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
4835         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4836         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4837         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4838
4839         Allow printing to PDF when suppoted by the backend.
4840         
4841 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4842
4843         * shell/ev-window.c: (build_comments_string):
4844
4845         Use always "Document Viewer" in about dialog. 
4846
4847 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4848
4849         * djvu/djvu-document.c: (djvu_document_get_page_size):
4850
4851         Display a warning message when get_pageinfo fails. 
4852
4853 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
4854
4855         * Makefile.am:
4856         * backend/Makefile.am:
4857         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4858         * configure.ac:
4859         * shell/ev-window.c: (build_comments_string):
4860         
4861         Make pdf compilation optional. See bug #38007.
4862
4863 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4864
4865         * ps/ps.c: (get_next_text):
4866
4867         Fix CVE-2006-5864.
4868
4869 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4870
4871         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
4872         * shell/ev-navigation-action.c: (connect_proxy),
4873         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4874         
4875         Do not call g_type_class_peek_parent twice.
4876
4877 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4878
4879         * configure.ac:
4880         * data/icons/24x24/.cvsignore:
4881         * data/icons/24x24/Makefile.am:
4882         * data/icons/24x24/evince.png:
4883         * data/icons/Makefile.am:
4884         
4885         Add 24x24 icon. Thanks to 
4886         Michael Monreal <infernux@web.de>.
4887
4888 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4889
4890         * configure.ac: Fix typo in configure.ac. Thanks
4891         to dmacks@netspace.org for notification.
4892
4893 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4894
4895         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4896         
4897         Drop dbus include, fixes compilation with older dbus.
4898
4899 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4900
4901         * configure.ac:
4902         * cut-n-paste/Makefile.am:
4903         * cut-n-paste/totem-screensaver/.cvsignore
4904         * cut-n-paste/totem-screensaver/Makefile.am:
4905         * cut-n-paste/totem-screensaver/README:
4906         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4907         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4908         * shell/Makefile.am:
4909         * shell/ev-window.c: (ev_window_run_presentation),
4910         (ev_window_stop_presentation), (ev_window_cmd_help_about),
4911         (ev_window_init):
4912
4913         Implemented screensaver enabling/disabling for
4914         presentation mode (not fullscreen mode). Code stolen
4915         from Totem (with some minor tweaks). Fixes bug #338889.
4916
4917 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4918
4919         * configure.ac:
4920
4921         Bump gnome-icon-theme requirements. We use the rotation
4922         icons that appeared recently.
4923
4924 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4925
4926         * shell/ev-history.c: (ev_history_add_page):
4927         * shell/ev-history.h:
4928         * shell/ev-window.c: (page_changed_cb):
4929         
4930         Use page labels instead of numbers.
4931
4932 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4933
4934         * data/evince-toolbar.xml:
4935         * po/POTFILES.in:
4936         * shell/Makefile.am:
4937         * shell/ev-navigation-action-widget.c:
4938         (ev_navigation_action_widget_init),
4939         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
4940         (menu_detacher), (ev_navigation_action_widget_set_menu),
4941         (menu_position_func), (popup_menu_under_arrow),
4942         (ev_navigation_action_widget_toggled),
4943         (ev_navigation_action_widget_button_press_event):
4944         * shell/ev-navigation-action-widget.h:
4945         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
4946         (ev_navigation_action_set_window), (activate_menu_item_cb),
4947         (new_history_menu_item), (new_empty_history_menu_item),
4948         (build_menu), (menu_activated_cb), (connect_proxy),
4949         (create_tool_item), (ev_navigation_action_init),
4950         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4951         * shell/ev-navigation-action.h:
4952         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
4953         (ev_page_action_widget_set_page_cache),
4954         (ev_page_action_widget_finalize),
4955         (ev_page_action_widget_class_init), (match_selected_cb),
4956         (display_completion_text), (match_completion), (build_new_tree_cb),
4957         (get_filter_model_from_model),
4958         (ev_page_action_widget_update_model):
4959         * shell/ev-page-action-widget.h:
4960         * shell/ev-page-action.c: (activate_link_cb), (update_model),
4961         (connect_proxy):
4962         * shell/ev-page-action.h:
4963         * shell/ev-stock-icons.c:
4964         * shell/ev-stock-icons.h:
4965         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4966         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
4967         (register_custom_actions):
4968         * shell/main.c:
4969         
4970         Preliminary history implementation
4971
4972 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4973
4974         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
4975         (dvi_document_class_init), (dvi_document_init_params):
4976         * dvi/mdvi-lib/font.c: (font_reference):
4977         
4978         Add reference to subfont. Fixes bug #374277.
4979
4980 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4981
4982         * shell/ev-window.c: (ev_window_create_tmp_symlink),
4983         (ev_window_cmd_file_open_copy_at_dest):
4984
4985         Fix a race condition when creating symlink. Increase the counter
4986         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
4987         Mathias Hasselmann).
4988
4989 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4990
4991         * backend/Makefile.am:
4992         * backend/ev-attachment.c: (ev_attachment_open):
4993         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
4994         (ev_tmp_dir), (ev_tmp_filename):
4995         * shell/ev-sidebar-attachments.c:
4996         (ev_sidebar_attachments_drag_data_get):
4997         * shell/ev-window.c: (ev_window_clear_temp_file):
4998
4999         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
5000         in ensure_dir_exists. Abort without crashing when we can't create
5001         user's directory.
5002
5003 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5004
5005         * data/evince-ui.xml:
5006         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5007         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
5008         (ev_window_cmd_file_open_copy_at_dest),
5009         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
5010         (ev_view_popup_cmd_open_link_new_window):
5011
5012         Allow opening a copy of the current document in a new window. Fixes bug
5013         #357472
5014
5015 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5016
5017         * data/evince-toolbar.xml:
5018         
5019         Add rotate right and rotate left to available items for toolbar.
5020         
5021         * data/evince-ui.xml:
5022         * shell/ev-window.c: (ev_window_init):
5023         
5024         Customize toolbar with right click. Fixes bug #372451.
5025
5026 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
5027
5028         * shell/ev-window.c: 
5029         
5030         Use "object-rotate-{left,right}" stock icons. Fixes 
5031         bug #373863.
5032
5033 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5034
5035         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
5036         (ev_application_open_uri_at_dest), (ev_application_open_uri):
5037         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
5038         (ev_window_open_uri):
5039         * shell/main.c: (arguments_parse):
5040
5041         Remove temp file created when evince is used by GTK+ in
5042         preview mode. Fixes bug #365282. 
5043
5044 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5045
5046         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5047         
5048         Fixes bug #372474 - Side pane disabled when entering 
5049         and leaving fullscreen mode.
5050
5051 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5052
5053         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
5054         * data/Makefile.am:
5055         * data/evince-preview-toolbar.xml:
5056         * data/evince-toolbar.xml:
5057         * shell/ev-application.c: (ev_application_shutdown),
5058         (ev_application_init), (ev_application_get_toolbars_model):
5059         * shell/ev-application.h:
5060         * shell/ev-window.c: (update_chrome_visibility),
5061         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
5062         (ev_window_cmd_edit_toolbar), (ev_window_init):
5063         
5064         Fixes bug #364364 - toolbar editor shows zoom actions again.
5065
5066 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5067
5068         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5069
5070         Do not take margins into consideration for paper size when printing.
5071         Really fixes bug #350491.
5072
5073 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5074
5075         * data/evince-ui.xml:
5076         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
5077         (ev_window_cmd_file_print_setup),
5078         (ev_window_print_dialog_response_cb),
5079         (ev_window_setup_action_sensitivity):
5080
5081         Add page setup settings for printing. Fixes bugs #363860 and #350491.
5082
5083 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5084
5085         * shell/ev-window.c: (ev_window_print_range):
5086
5087         Revert my previuos commit, since printing to PDF is not supported by
5088         evince yet. 
5089
5090 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5091
5092         * shell/ev-window.c: (ev_window_print_range):
5093
5094         Enable print to a PDF. Fixes bug #332121.
5095
5096 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5097
5098         * shell/ev-application-service.xml:
5099         * shell/ev-application.[ch]: (ev_application_open_window),
5100         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
5101         (ev_application_open_uri), (ev_application_open_uri_list):
5102         * shell/ev-window.c: (file_open_dialog_response_cb),
5103         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
5104         (drag_data_received_cb), (open_remote_link):
5105         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
5106
5107         Add support for multiscreen systems. Fixes bug #316206.
5108
5109 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5110
5111         * shell/ev-jobs.[ch]: (ev_job_print_new),
5112         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
5113         (ev_job_print_do_page):
5114         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
5115
5116         Allow printing only odd/even pages. Fixes bug #367289.
5117
5118 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5119
5120         * test/test1.py:
5121         * test/test2.py:
5122
5123         Re-add locale settings to test files.
5124
5125 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5126
5127         * data/evince-ui.xml:
5128         * shell/ev-window.c: (set_action_properties):
5129         
5130         Removed garbage from code and ui.
5131
5132 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5133
5134         * shell/ev-window.c: (ev_window_cmd_help_about):
5135
5136         Shamelessly add my name to the list of contributors.
5137
5138 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5139
5140         * test/test1.py:
5141         * test/test2.py:
5142
5143         Cleaned up the dogtail scripts.
5144
5145 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5146
5147         * shell/ev-view.c: (draw_loading_text): Don't render
5148         "loading..." text in presentation mode. Temporary
5149         workaround for bug #320352.
5150
5151 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5152
5153         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5154         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
5155
5156         Use print settings scale, copies, collate and reverse which were
5157         ignored. Fixes bug #359032.
5158
5159 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5160
5161         * configure.ac:
5162         * data/evince-password.glade:
5163         * test/Makefile.am:
5164         * test/test-encrypt.pdf:
5165         * test/test-links.pdf:
5166         * test/test1.py:
5167         * test/test2.py:
5168
5169         Add automated UI tests for evince with dogtail. See
5170         bug #300948.    
5171
5172 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5173
5174         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
5175
5176         Hide fullscreen toolbar when switching to another desktop workspace.
5177         Fixes bug #338871
5178
5179 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5180
5181         * shell/ev-window-title.c: 
5182         
5183         Test for .dvi in title of pdf documents.
5184
5185 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5186
5187         * shell/ev-view.c: (ev_view_scroll):
5188
5189         Page Up/Down should do page jumps in "Best fit" mode.
5190         If a user has explicitly chosen to view exactly one page
5191         at a time, scrolling just a part of the page when
5192         pressing Page Up/Down is not right. Fixes bug #323107.
5193
5194 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5195
5196         * NEWS:
5197         * configure.ac:
5198         
5199         Update for 0.6.1
5200
5201 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5202
5203         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
5204         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
5205         
5206         Correctly disconnect from job signals on destroy.
5207
5208 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5209
5210         * shell/ev-view-private.h:
5211         * shell/ev-view.c: (view_set_adjustment_values),
5212         (view_update_range_and_current_page),
5213         (ensure_rectangle_is_visible), (ev_view_size_allocate):
5214         
5215         Fixes bug #343199, current page now follows find page.
5216
5217 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
5218
5219         * backend/ev-document-factory.c:
5220         * configure.ac:
5221         Assigned OpenDocument presenation MIME type to the
5222         Impress backend. Added some missing (but harmless)
5223         #ifdefs in the document factory as well to make things
5224         consistent again. Fixes bug #360658.
5225
5226 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
5227
5228         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
5229         * backend/ev-document-find.c: (ev_document_find_get_type):
5230         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
5231         * backend/ev-document-links.c: (ev_document_links_get_type):
5232         * backend/ev-document-security.c: (ev_document_security_get_type):
5233         * backend/ev-document-thumbnails.c:
5234         (ev_document_thumbnails_get_type):
5235         * backend/ev-document.c: (ev_document_get_type):
5236         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
5237         * backend/ev-selection.c: (ev_selection_get_type):
5238         * cut-n-paste/recent-files/egg-recent-model.c:
5239         (egg_recent_model_get_type):
5240         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5241         (egg_recent_view_uimanager_get_type):
5242         * cut-n-paste/recent-files/egg-recent-view.c:
5243         (egg_recent_view_get_type):
5244         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5245         (egg_editable_toolbar_get_type):
5246         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5247         (egg_toolbar_editor_get_type):
5248         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5249         (egg_toolbars_model_get_type):
5250         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5251         (egg_tree_multi_drag_source_get_type):
5252         * cut-n-paste/zoom-control/ephy-zoom-action.c:
5253         (ephy_zoom_action_get_type):
5254         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5255         (ephy_zoom_control_get_type):
5256         * impress/r_back.c: (_imp_fill_back):
5257         * properties/ev-properties-main.c:
5258         (ev_properties_plugin_register_type):
5259         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
5260         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
5261         (ev_view_accessible_factory_get_type):
5262
5263         Reduce relocations. Bug #360616.
5264
5265 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5266
5267         * backend/ev-document-factory.c:
5268         (ev_document_factory_get_document):
5269         
5270         Load document even if extension is wrong.
5271
5272 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5273
5274         * shell/ev-metadata-manager.c: (save_values):
5275         * shell/ev-window.c: (setup_size_from_metadata),
5276         (setup_view_from_metadata), (ev_window_setup_document),
5277         (ev_window_xfer_job_cb), (window_configure_event_cb):
5278         
5279         Set size according to the document size/page size ratio.
5280         That should correct rather wierd behaviour of the previous
5281         commit.
5282
5283 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5284
5285         * shell/ev-window.c: (setup_view_from_metadata):
5286         
5287         Set size for new windows from previous window size.
5288         See bugs #354968 and #168450 for details. Thanks
5289         to Meik Hellmund.
5290
5291 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5292
5293         * djvu/djvu-links.c: (build_tree):
5294
5295         Fix memory leak.
5296
5297 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5298
5299         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5300         
5301         Don't make sidebar close button insensitive. Fixes
5302         bug #357871.
5303
5304 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5305
5306         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5307         (ev_window_set_view_accels_sensitivity):
5308         
5309         Don't enable Slash on documents which don't support
5310         find. Fixes bug #358648.
5311
5312 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5313
5314         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5315         open dialog fall back to the current document uri if the
5316         filechooser hasn't been used before. Fixes bug #356980.
5317
5318 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5319
5320         * shell/ev-window.c: (ev_window_setup_recent), 
5321         (ev_window_get_recent_file_label):
5322
5323         Escape underscores in filenames of recent file items.
5324
5325 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5326
5327         * configure.ac:
5328         
5329         Bumped poppler requirements, really 0.5.3 is very 
5330         buggy, now we require 0.5.4.
5331
5332 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5333
5334         * djvu/Makefile.am:
5335         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5336         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5337         (djvu_document_document_links_iface_init):
5338         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5339         (number_from_string_10), (get_djvu_link_dest),
5340         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5341         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5342         (djvu_links_get_links), (djvu_links_find_link_dest),
5343         (djvu_links_get_links_model):
5344         * djvu/djvu-links.h:
5345         
5346         Add support for links and bookmarks in djvu documents. Thanks
5347         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5348         patch.
5349
5350 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5351
5352         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5353         
5354         Reopen should reload document. Fixes 
5355         bug 327951.
5356
5357 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5358
5359         * configure.ac:
5360         * data/Makefile.am:
5361         * data/evince-16.png:
5362         * data/evince-22.png:
5363         * data/evince.png:
5364         * data/evince.svg:
5365         * data/icons/16x16/Makefile.am:
5366         * data/icons/16x16/evince.png:
5367         * data/icons/22x22/Makefile.am:
5368         * data/icons/22x22/evince.png:
5369         * data/icons/48x48/Makefile.am:
5370         * data/icons/48x48/evince.png:
5371         * data/icons/Makefile.am:
5372         * data/icons/scalable/Makefile.am:
5373         * data/icons/scalable/evince.svg:
5374         
5375         Install icons with correct names. Fixes
5376         bug #354429.
5377
5378 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5379
5380         * shell/ev-view.c: (ev_view_button_release_event):
5381
5382         Don't open links with middle mouse button. Fixes bug #353649
5383
5384 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5385
5386         * NEWS:
5387         * configure.ac:
5388         
5389         Update for release 0.6.0
5390
5391 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5392
5393         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5394         Implement Close named action. Patch by Carlos Garcia Campos.
5395
5396 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5397
5398         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5399         
5400         Don't clear link mapping on copy_job_to_job_info. Fixes
5401         bug 346168.
5402
5403 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5404
5405         * shell/main.c: (main):
5406
5407         Revert my previous commit, gnome_program_init owns the option context.
5408         Fix another memory leak in main. Both caught by Christian Persch. 
5409
5410 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5411
5412         * shell/main.c: (main):
5413
5414         Fix memory leak.
5415
5416 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5417
5418         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5419
5420         Fix crash when opening a pdf with password protection. 
5421
5422 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5423
5424         * pdf/ev-poppler.cc: (pdf_document_search_free):
5425
5426         Fix memory leak. 
5427
5428 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5429
5430         * backend/ev-document-factory.c:
5431         (ev_document_factory_get_document):
5432         * tiff/tiff-document.c: (tiff_document_finalize):
5433         
5434         More correct handling of document loading. Fixes
5435         bug #349043.
5436
5437 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5438
5439         * backend/ev-attachment.c: (ev_attachment_save):
5440
5441         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5442         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5443
5444 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5445         
5446         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5447         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5448
5449 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5450
5451         * shell/ev-sidebar-thumbnails.c:
5452
5453         Do not render thumbnails unless thumbnails page is active in the
5454         sidebar.
5455
5456 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5457
5458         * shell/ev-properties-dialog.c:
5459
5460         Fix dialogue spacing. Bug #351370.
5461
5462 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5463
5464         * configure.ac:
5465
5466         Use lowercase gettext catalog file names (evince.mo
5467         instead of Evince.mo)
5468
5469 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5470
5471         * shell/ev-sidebar-attachments.c:
5472
5473         GtkIconTheme is now screen safe too. Fixes bug #350878
5474
5475 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5476
5477         * shell/ev-window.c:
5478
5479         GtkRecent manager is now screen safe. Fixes bug #350145
5480
5481 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5482
5483         * shell/ev-sidebar.c: (ev_sidebar_init):
5484         
5485         Make sidebar close icon smaller. Fix for bug 350177.
5486         See also bugs 350176 and 165770.
5487
5488 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5489
5490         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5491
5492         Ignore zoom for xyz destinations when it's <= 1, keeping user
5493         preferences instead. Set correct sizing-mode for fith and fitv
5494         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5495
5496 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5497
5498         * NEWS:
5499         * configure.ac:
5500         
5501         Update for release 0.5.5
5502
5503 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5504         
5505         * shell/ev-window.c: (ev_window_cmd_escape)
5506
5507         Escape unfocus page entry. Fixes bug #345809.
5508
5509 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5510
5511         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5512         (build_tree), (pdf_document_links_get_links),
5513         (pdf_document_links_find_link_dest):
5514         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5515         (goto_xyz_dest):
5516
5517         Convert from PDF style coordinates to X style coordinates in the
5518         backend rather than in the view. Fixes bug #338440
5519
5520 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5521
5522         * shell/ev-window.c:
5523         
5524         Remove Ctrl+Shift+T shortcut for toolbars. See
5525         the bug #350098.
5526
5527 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5528
5529         * configure.ac:
5530
5531         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5532         of this. 
5533
5534 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5535
5536         * configure.ac:
5537         * cut-n-paste/Makefile.am:
5538         * data/evince-ui.xml:
5539         * shell/Makefile.am:
5540         * shell/ev-application.[ch]:
5541         * shell/ev-window.c:
5542
5543         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5544         #349273
5545
5546 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5547
5548         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5549         findbar code: s/help/search/
5550
5551 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5552
5553         * shell/ev-window.c: (setup_document_from_metadata),
5554         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5555         (setup_view_from_metadata):
5556         
5557         Fix memory leaks.
5558
5559 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5560
5561         * autogen.sh, configure.ac: 
5562         
5563         Update automake usage. See bug 349292.
5564
5565 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5566
5567         * shell/eggfindbar.c: (egg_find_bar_class_init),
5568         (entry_activate_callback), (egg_find_bar_init),
5569         (egg_find_bar_set_status_text):
5570         * shell/eggfindbar.h:
5571         
5572         Unify Evince findbar with Epiphany. Nice patch
5573         from Fabricio Silva <silva@crans.org> and
5574         Frederic Peters <fpeters@entrouvert.com>. See
5575         bug #339966 for details.
5576
5577 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5578
5579         * data/evince.desktop.in.in:
5580         
5581         Correct information for bugzilla. Thanks to
5582         Olaf Vitters, see bug #348855.
5583
5584 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5585
5586         * shell/ev-jobs.[ch]:
5587         * shell/ev-sidebar-links.c:
5588         * shell/ev-window.[ch]:
5589
5590         GtkPrintJob doesn't support print ranges or current page, so we export
5591         to a ps file now when printing ranges or current page.
5592
5593 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5594
5595         * pdf/ev-poppler.cc:
5596         * shell/ev-window.c: (do_action_named):
5597
5598         We should be more clear about bugzilla. See the
5599         poppler bug #7623.
5600
5601 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5602
5603         * configure.ac:
5604         * shell/Makefile.am:
5605         * shell/ev-job-queue.c:
5606         * shell/ev-jobs.[ch]:
5607         * shell/ev-sidebar-links.c:
5608         * shell/ev-window.[ch]:
5609         
5610         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5611         #348422
5612
5613 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5614
5615         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5616         * shell/ev-application-service.xml:
5617         * shell/ev-application.[ch]:
5618         * shell/ev-jobs.[ch]:
5619         * shell/ev-window.[ch]: (ev_window_run_preview):
5620         * shell/main.c: 
5621
5622         Add preview mode to use evince as a printing previewer. It also adds
5623         other command line options for fullscreen and presentation modes.
5624         Fixes bugs #347822, #317031
5625
5626 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5627
5628         * NEWS:
5629         * configure.ac:
5630         
5631         Update for release 0.5.4
5632
5633 2006-07-11  Bastien Nocera <hadess@hadess.net>
5634
5635         * Makefile.am:
5636         * backend/Makefile.am:
5637         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5638         * backend/ev-document-factory.h:
5639         * configure.ac:
5640         * impress/.cvsignore:
5641         * impress/Makefile.am:
5642         * impress/common.h:
5643         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
5644         (imp_get_page), (imp_next_page), (imp_prev_page),
5645         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
5646         * impress/f_oasis.c: (render_object), (render_page),
5647         (get_geometry), (_imp_oasis_load):
5648         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
5649         (_imp_oo13_load):
5650         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
5651         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
5652         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
5653         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
5654         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
5655         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
5656         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
5657         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
5658         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
5659         (iks_new_within), (iks_insert), (iks_insert_cdata),
5660         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
5661         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
5662         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
5663         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
5664         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
5665         (iks_cdata), (iks_cdata_size), (iks_has_children),
5666         (iks_has_attribs), (escape_size), (my_strcat), (escape),
5667         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
5668         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
5669         (iks_tree), (iks_load), (iks_save):
5670         * impress/iksemel.h:
5671         * impress/imposter.h:
5672         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
5673         (imp_render_draw_bezier_real), (imp_render_get_size),
5674         (imp_render_set_fg_color), (imp_render_draw_line),
5675         (imp_render_draw_rect), (imp_render_draw_polygon),
5676         (imp_render_draw_arc), (imp_render_draw_bezier),
5677         (imp_render_open_image), (imp_render_get_image_size),
5678         (imp_render_scale_image), (imp_render_draw_image),
5679         (imp_render_close_image), (imp_render_markup),
5680         (imp_render_get_text_size), (imp_render_draw_text),
5681         (impress_document_load), (impress_document_save),
5682         (impress_document_get_n_pages), (impress_document_get_page_size),
5683         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
5684         (impress_document_finalize), (impress_document_class_init),
5685         (impress_document_can_get_text), (impress_document_get_info),
5686         (impress_document_document_iface_init),
5687         (impress_document_thumbnails_get_thumbnail),
5688         (impress_document_thumbnails_get_dimensions),
5689         (impress_document_document_thumbnails_iface_init),
5690         (impress_document_init):
5691         * impress/impress-document.h:
5692         * impress/internal.h:
5693         * impress/r_back.c: (_imp_fill_back):
5694         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
5695         (_imp_draw_image), (_imp_tile_image):
5696         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
5697         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
5698         (r_polyline):
5699         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
5700         (r_draw_gradient_complex), (r_draw_gradient):
5701         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
5702         (r_get_bullet):
5703         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
5704         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
5705         (r_text):
5706         * impress/render.c: (imp_create_context), (imp_context_set_page),
5707         (imp_context_set_step), (imp_render), (imp_delete_context):
5708         * impress/render.h:
5709         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
5710         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
5711         (zip_load_xml), (zip_get_size), (zip_load):
5712         * impress/zip.h:
5713         * shell/ev-utils.c:
5714         
5715         New backend to support impress slides. Fixes bug #30867.
5716
5717 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
5718
5719         * shell/ev-utils.c: (using_postscript_printer):
5720         
5721         Fixes crash when print using PAPI backend,
5722         bug #345012.
5723
5724 2006-06-09  Pat Rondon  <pmr@patrondon.org>
5725
5726         * shell/ev-jobs.c: (ev_job_xfer_run):
5727         * shell/ev-window.c: (password_dialog_response),
5728         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
5729         (ev_window_dispose):
5730         Fixes bug #344160: if the xfer job doesn't complete
5731         because a password is required, reload the existing
5732         instance instead of creating a new one.
5733
5734 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5735
5736         * shell/main.c: (main): Call gdk_threads_init. Thus
5737         we'll avoid errors in auth dialog. Fix for the bug
5738         #343347.
5739
5740 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5741
5742         * configure.ac: Advertise pixbuf support, fix
5743         for the bug 343317.
5744
5745 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5746
5747         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
5748         (ev_sidebar_thumbnails_set_document):
5749         
5750         Update sidebar thumbnails after reloading.
5751
5752 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5753
5754         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
5755         * shell/ev-jobs.h:
5756         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
5757         (ev_window_cmd_view_reload), (ev_window_init):
5758         
5759         Don't crash on reload. Fix for the bug #343167.
5760
5761 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5762
5763         * shell/ev-jobs.c: (ev_job_render_run):
5764         
5765         Check for document links.
5766
5767 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5768
5769         * backend/ev-attachment.c: (ev_attachment_save),
5770         (ev_attachment_launch_app), (ev_attachment_open):
5771         * backend/ev-document-factory.c: (get_document_from_uri):
5772         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5773         (egg_recent_view_uimanager_set_list):
5774         * ps/ps-document.c: (check_filecompressed), (document_load),
5775         (ps_document_load):
5776         * shell/ev-metadata-manager.c: (load_values):
5777         * shell/ev-password.c: (ev_password_dialog_set_property):
5778         * shell/ev-view.c: (tip_from_link):
5779         * shell/ev-window.c: (file_save_dialog_response_cb),
5780         (ev_window_print_dialog_response_cb):
5781         
5782         Use consistent quoting style. Fix for the bug #320285.
5783
5784 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5785
5786         * shell/ev-jobs.c: (ev_job_xfer_run):
5787         * shell/main.c: (load_files):
5788                 
5789         Open links with anchors. Fix for the bug #339836.
5790
5791 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5792
5793         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
5794         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
5795         (ev_link_dest_set_property), (ev_link_dest_finalize),
5796         (ev_link_dest_class_init), (ev_link_dest_new_named),
5797         (ev_link_dest_new_page_label):
5798         * backend/ev-link-dest.h:
5799         * shell/ev-application.c: (ev_application_open_uri):
5800         * shell/ev-view.c: (goto_dest):
5801         * shell/ev-window.c:
5802         * shell/ev-window.h:
5803         
5804         Fix page-label command line option. Bug #342070.
5805
5806 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5807
5808         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5809         
5810         Don't show highlight rects if page can't be showed. Fix for 
5811         the bug #342076
5812
5813 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5814
5815         * shell/ev-window.c: (setup_sidebar_from_metadata),
5816         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
5817         
5818         Setup sidebar from metadata even if there is no document
5819         loaded. Fix for the bug #342807.
5820
5821 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5822
5823         * cut-n-paste/toolbar-editor/Makefile.am:
5824         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5825         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
5826         (find_action), (drag_data_delete_cb), (drag_begin_cb),
5827         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
5828         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
5829         (popup_context_menu_cb), (button_press_event_cb),
5830         (configure_item_sensitivity), (configure_item_cursor),
5831         (configure_item_tooltip), (connect_widget_signals),
5832         (action_sensitive_cb), (create_item_from_action),
5833         (create_item_from_position), (toolbar_drag_data_received_cb),
5834         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5835         (toolbar_drag_leave_cb), (configure_drag_dest),
5836         (toggled_visibility_cb), (toolbar_visibility_refresh),
5837         (create_dock), (toolbar_changed_cb), (unparent_fixed),
5838         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5839         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
5840         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
5841         (egg_editable_toolbar_dispose),
5842         (egg_editable_toolbar_set_ui_manager),
5843         (egg_editable_toolbar_get_selected),
5844         (egg_editable_toolbar_set_selected), (set_edit_mode),
5845         (egg_editable_toolbar_set_property),
5846         (egg_editable_toolbar_get_property),
5847         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
5848         (egg_editable_toolbar_new_with_model),
5849         (egg_editable_toolbar_get_edit_mode),
5850         (egg_editable_toolbar_set_edit_mode),
5851         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
5852         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
5853         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5854         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
5855         (item_added_or_removed_cb), (toolbar_removed_cb),
5856         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
5857         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
5858         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
5859         (editor_create_item_from_name), (append_table),
5860         (update_editor_sheet), (egg_toolbar_editor_init):
5861         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5862         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5863         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
5864         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
5865         (toolbar_node_free), (egg_toolbars_model_get_flags),
5866         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
5867         (egg_toolbars_model_get_name), (impl_add_item),
5868         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
5869         (parse_data_list), (parse_item_list), (parse_toolbars),
5870         (egg_toolbars_model_load_toolbars), (parse_available_list),
5871         (parse_names), (egg_toolbars_model_load_names),
5872         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
5873         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
5874         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
5875         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
5876         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
5877         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
5878         (egg_toolbars_model_set_types), (fill_avail_array),
5879         (egg_toolbars_model_get_name_avail),
5880         (egg_toolbars_model_get_name_flags),
5881         (egg_toolbars_model_set_name_flags):
5882         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5883         * cut-n-paste/toolbar-editor/eggintl.h:
5884         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5885         (egg_tree_multi_drag_source_get_type),
5886         (egg_tree_multi_drag_source_row_draggable),
5887         (egg_tree_multi_drag_source_drag_data_delete),
5888         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
5889         (egg_tree_multi_drag_button_release_event), (selection_foreach),
5890         (path_list_free), (set_context_data), (get_context_data),
5891         (get_info), (egg_tree_multi_drag_drag_data_get),
5892         (egg_tree_multi_drag_motion_event),
5893         (egg_tree_multi_drag_button_press_event),
5894         (egg_tree_multi_drag_add_drag_support):
5895         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
5896         * shell/ev-application.c: (ev_application_init),
5897         (ev_application_save_toolbars_model):
5898         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
5899         (ev_window_cmd_edit_toolbar), (ev_window_init):
5900         
5901         Sync toolbareditor with epiphany and libegg
5902
5903 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5904
5905         * configure.ac: 
5906
5907         Depend on poppler 0.5.2
5908
5909 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5910
5911         * shell/ev-jobs.c: (ev_job_render_run):
5912         
5913         Check if document supports links iterface.
5914
5915 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5916
5917         * NEWS:
5918         * configure.ac:
5919         
5920         Update for release 0.5.3
5921
5922 2006-05-13  Michael Plump  <plumpy@skylab.org>
5923
5924         * configure.ac:
5925         * shell/Makefile.am:
5926         * shell/main.c: (main):
5927         
5928         Port to GOption command line parsing. Fix for the 
5929         bug #327518
5930
5931 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5932
5933         * shell/ev-window.c: (ev_window_cmd_help_about):
5934         
5935         Do not wrap license. Fix for the bug #309460.
5936
5937 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5938
5939         * configure.ac:
5940         * properties/ev-properties-main.c: (ev_properties_get_pages):
5941         * shell/ev-application.c: (ev_application_open_window),
5942         (ev_application_open_uri_at_dest):
5943         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5944         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
5945         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
5946         * shell/ev-utils.c: (save_print_config_to_file):
5947         * shell/ev-window.c: (ev_window_cmd_save_as),
5948         (ev_attachment_popup_cmd_save_attachment_as):
5949         * shell/main.c: (load_files_remote):
5950         
5951         Bump requirements to gtk 2.8 and drop all ifdefs used.
5952
5953 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5954
5955         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5956         * shell/ev-window.c: (ev_window_init):
5957         
5958         Show attachments page.
5959
5960 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5961
5962         * po/POTFILES.in:
5963         * shell/ev-attachment-bar.c:
5964         * shell/ev-attachment-bar.h:
5965         * shell/ev-sidebar-attachments.c:
5966         (ev_sidebar_attachments_icon_cache_add),
5967         (icon_theme_get_pixbuf_from_mime_type),
5968         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
5969         (ev_sidebar_attachments_icon_cache_refresh),
5970         (ev_sidebar_attachments_get_attachment_at_pos),
5971         (ev_sidebar_attachments_popup_menu_show),
5972         (ev_sidebar_attachments_popup_menu),
5973         (ev_sidebar_attachments_button_press),
5974         (ev_sidebar_attachments_update_icons),
5975         (ev_sidebar_attachments_drag_data_get),
5976         (ev_sidebar_attachments_get_property),
5977         (ev_sidebar_attachments_destroy),
5978         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
5979         (ev_sidebar_attachments_new),
5980         (ev_sidebar_attachments_set_document),
5981         (ev_sidebar_attachments_support_document),
5982         (ev_sidebar_attachments_get_label),
5983         (ev_sidebar_attachments_page_iface_init):
5984         * shell/ev-sidebar-attachments.h:
5985         * shell/ev-window.c: (update_chrome_visibility),
5986         (setup_sidebar_from_metadata), (ev_window_setup_document),
5987         (ev_window_sidebar_current_page_changed_cb),
5988         (attachment_bar_menu_popup_cb), (ev_window_init):
5989         
5990         Move attachments bar to sidebar.
5991
5992 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5993
5994         * pdf/ev-poppler.cc:
5995         * shell/ev-application.[ch]:
5996         * shell/main.c:
5997
5998         Fix some memory leaks.
5999
6000 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6001
6002         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6003
6004         Change the properties dialog response to
6005         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
6006         will make the dialog go away when the user presses
6007         enter. With gtk+ >= 2.9 this will happen anyway, but for
6008         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
6009         escape by default. Fixes bug #340539. See also bug
6010         #101293 for the gtk+ part.
6011
6012 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
6013
6014         * shell/ev-view.c (tip_from_action_named): Replace some strings
6015         that were wrong. Closes #340970.
6016
6017 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6018
6019         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6020
6021         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
6022         #341049
6023
6024 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6025
6026         * djvu/Makefile.am:
6027         * dvi/Makefile.am:
6028         * dvi/mdvi-lib/Makefile.am:
6029         * properties/Makefile.am:
6030         * ps/Makefile.am:
6031         * shell/Makefile.am:
6032         * thumbnailer/Makefile.am:
6033         
6034         Due to broken libtool that is unable to track dependencies
6035         of noinst libraries we are forced to explicitely point
6036         libraries for binary. Fix for the bug #333334.
6037
6038 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6039
6040         * data/evince.desktop.in.in:
6041         * shell/ev-view.c: (view_update_range_and_current_page),
6042         (ev_view_next_page), (ev_view_previous_page):
6043         * shell/ev-window.c: (update_chrome_visibility),
6044         (setup_sidebar_from_metadata), (ev_window_setup_document),
6045         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
6046         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6047         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
6048         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6049         (ev_window_stop_presentation), (ev_window_focus_in_event),
6050         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
6051         (ev_window_init):
6052         * thumbnailer/Makefile.am:
6053         
6054         Update fullscreen and presentation timeout handling. Hide
6055         cursor in presentation after timeout. Fix for the bugs
6056         #136359 and #336981.
6057
6058 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6059
6060         * backend/ev-link-action.[ch]:
6061         * pdf/ev-poppler.cc: (ev_link_from_action):
6062         * shell/ev-view-private.h:
6063         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
6064         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
6065
6066         Add support for Named Action links
6067
6068 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
6069
6070         * backend/Makefile.am:
6071         * backend/ev-document-links.[ch]:
6072         * backend/ev-document.[ch]:
6073         * backend/ev-link-action.[ch]:
6074         * backend/ev-link-dest.[ch]:
6075         * backend/ev-link.[ch]:
6076         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
6077         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
6078         * shell/ev-page-action.c: (build_new_tree_cb):
6079         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
6080         (links_page_num_func), (update_page_callback):
6081         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
6082         (tip_from_link):
6083         * shell/ev-jobs.c:
6084         * shell/ev-window.[ch]: (ev_window_open_uri),
6085         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
6086         * shell/ev-application.[ch]: (ev_application_open_window),
6087         (ev_application_open_uri):
6088
6089         Rework links system, it adds support for remote links now and it makes
6090         easier to add new kinds of actions and destinations. Fixes bug #317292
6091
6092 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6093
6094         * data/Makefile.am:
6095         * data/evince.png:
6096         * data/evince-16.png:
6097         * data/evince-22.png:
6098         * data/evince.svg:
6099         * shell/main.c: (main):
6100         
6101         Evince use it's own icon. Fix for the bug #313392.
6102
6103         * shell/ev-window.c: (fullscreen_timeout_cb),
6104         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6105         (ev_window_cmd_help_about), (ev_window_dispose):
6106         
6107         Simplify fullscreen timeout code.
6108
6109 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
6110
6111         * backend/ev-attachment.c: 
6112         * shell/ev-attachment-bar.c:
6113         * shell/ev-window.c:
6114
6115         Allow multiple selection of attachments
6116
6117 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6118
6119         * shell/ev-view.c: (view_update_range_and_current_page),
6120         (ev_view_scroll):
6121         
6122         Fix for the bug #312573 – Optimal selection of current 
6123         page among visible pages.
6124
6125 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6126
6127         * configure.ac:
6128         * djvu/Makefile.am:
6129         * djvu/djvu-text.h:
6130         
6131         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
6132         for the bug 339868.
6133
6134 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
6135
6136         * configure.ac: Fix the LINGUAS stuff here too so it builds.
6137
6138 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6139
6140         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
6141         dictated by the GNOME HIG. Fixes bug #339235.
6142
6143 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6144
6145         * data/evince-ui.xml:
6146         * shell/ev-view.c: (ev_view_can_find_previous):
6147         * shell/ev-view.h:
6148         * shell/ev-window.c: (ev_window_update_actions),
6149         (ev_window_cmd_edit_find_previous):
6150
6151         Add support for "Find Previous" as dictated by the GNOME HIG. A
6152         menu item is added and some glue code to make it all work is added
6153         to various files.
6154
6155 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6156
6157         * configure.ac: Award myself the "useless use of cat" award.
6158
6159 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6160
6161         * po/LINGUAS: New file listing all supported languages.
6162
6163         * configure.in: Use po/LINGUAS instead of including all languages
6164         directly in this file. See the wiki for more information:
6165         http://live.gnome.org/GnomeGoals/PoLinguas
6166
6167 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6168
6169         * backend/ev-document-factory.c:
6170
6171         Do not load the document twice when there isn't errors
6172
6173 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6174
6175         * backend/ev-attachment.c: 
6176
6177         Fix a crash when there isn't a default application to open an
6178         attachment
6179
6180 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6181
6182         * backend/ev-attachment.[ch]:
6183         * shell/ev-attachment-bar.[ch]:
6184
6185         Added missing files. 
6186
6187 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6188
6189         * backend/Makefile.am:
6190         * data/evince-ui.xml:
6191         * backend/ev-attachment.[ch]:
6192         * backend/ev-document.[ch]: (ev_document_has_attachments),
6193         (ev_document_get_attachments):
6194         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
6195         (attachment_save_to_buffer), (pdf_document_get_attachments),
6196         (pdf_document_document_iface_init):
6197         * shell/Makefile.am:
6198         * shell/ev-attachment-bar.[ch]:
6199         * shell/ev-window.c:
6200
6201         Add support for PDF attachments. Fixes bug #325143
6202
6203 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6204
6205         * backend/ev-document-factory.c: (get_document_from_uri),
6206         (ev_document_factory_get_document):
6207         * backend/ev-document-factory.h:
6208         * properties/ev-properties-main.c: (ev_properties_get_pages):
6209         * shell/Makefile.am:
6210         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
6211         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
6212         (ev_job_queue_remove_job):
6213         * shell/ev-job-queue.h:
6214         * shell/ev-job-xfer.c:
6215         * shell/ev-job-xfer.h:
6216         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
6217         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
6218         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
6219         (ev_job_xfer_run):
6220         * shell/ev-jobs.h:
6221         * shell/ev-window.c: (ev_window_is_empty),
6222         (password_dialog_response), (ev_window_clear_xfer_job),
6223         (ev_window_xfer_job_cb), (ev_window_open_uri),
6224         (ev_window_cmd_focus_page_selector),
6225         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
6226         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6227         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6228         (ev_window_dispose):
6229         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6230         
6231         * Cleanup mime type detection on document load. Fix for the
6232         bug #336448.
6233
6234 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6235
6236         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6237         
6238         Fix crash on exit, described in the bug #336825.
6239
6240 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6241
6242         * backend/ev-document-factory.c:
6243         (ev_document_factory_get_from_mime),
6244         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
6245         (ev_document_factory_get_document),
6246         (file_filter_add_mime_list_and_free),
6247         (ev_document_factory_add_filters):
6248         * backend/ev-document-factory.h:
6249         * properties/ev-properties-main.c: (ev_properties_get_pages):
6250         * shell/Makefile.am:
6251         * shell/ev-application.c:
6252         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6253         * shell/ev-window.c: (ev_window_cmd_file_open),
6254         (ev_window_cmd_save_as):
6255         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6256         
6257         Rework factory functions so they are placed now in a single 
6258         file ev-document-factory.c
6259
6260 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6261
6262         * shell/ev-window.c: (update_chrome_visibility):
6263         
6264         Fix for the bug 166566 - don't show menubar in fullscreen
6265         mode.
6266
6267 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6268
6269         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6270
6271 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6272
6273         * shell/ev-view.c: (ev_view_expose_event):
6274         
6275         More correctly draw loading text when document
6276         is empty.
6277
6278 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6279
6280         * shell/ev-view.c: (ev_view_scroll):
6281         
6282         Fix for the bug #334854, page down and page up switch
6283         pages in presentation mode.
6284
6285 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6286
6287         * shell/ev-window.c: (ev_window_set_action_sensitive),
6288         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6289         (ev_window_set_view_accels_sensitivity),
6290         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6291         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6292         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6293         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6294         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6295         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6296         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6297         (view_actions_focus_in_cb), (ev_window_init):
6298         
6299         Fix for the bug #333902, now it's possible to search
6300         words with slash.
6301
6302 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6303
6304         * configure.ac: Added Breton translation.
6305         * po/br.po: Added Breton translation.
6306
6307 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6308
6309         * shell/ev-window-title (ev_window_title_update):
6310
6311         Fix memory leak in window title. Fixes bug #333944
6312
6313 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6314
6315         * shell/ev-metadata-manager.c (parseItem):
6316
6317         Fix memory leaks. Fixes bug #333945
6318
6319 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6320         
6321         * NEWS, configure.ac, TODO:
6322         
6323         Update for release 0.5.2.
6324
6325 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6326
6327         * shell/ev-view.c: (view_update_range_and_current_page),
6328         (page_changed_cb):
6329         
6330         Don't jump on scrolling, fix for the bug #333127.
6331
6332 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6333
6334         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6335         
6336         Scroll by one page in presentation mode. Fix for the bug
6337         #332993.
6338
6339 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6340
6341         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6342
6343 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6344
6345         * configure.ac  Added lv in ALL_LINGUAS line.
6346
6347 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6348         
6349         * NEWS, configure.ac:
6350         
6351         Update for release 0.5.1
6352
6353 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6354
6355         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6356         * backend/ev-document-misc.h:
6357         * shell/ev-view.c: (draw_one_page):
6358         
6359          Clairfy what page the toolbar page number applies to. Fix
6360          for the bug #328102.
6361
6362 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6363
6364         * shell/ev-view-private.h:
6365         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6366         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6367         (ev_view_search_changed):
6368         * shell/ev-view.h:
6369         * shell/ev-window.c: (find_bar_search_changed_cb):
6370         
6371         Dont't jump to find result if window was scrolled during search.
6372         Fix for the bug #313266.
6373
6374 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6375
6376         * shell/eggfindbar.c: (egg_find_bar_class_init):
6377         * shell/eggfindbar.h:
6378         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6379         * shell/ev-view-private.h:
6380         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6381         (ev_view_class_init), (ev_sizing_mode_get_type),
6382         (ev_scroll_type_get_type):
6383         * shell/ev-view.h:
6384         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6385         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6386         (ev_window_init):
6387         
6388         Fix for the bug 319133 - Find entry should allow text scroll.
6389
6390 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6391
6392         * shell/ev-view-private.h:
6393         * shell/ev-view.c: (view_update_range_and_current_page),
6394         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6395         (ev_view_set_document), (update_find_status_message),
6396         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6397         (ev_view_find_previous):
6398         
6399         Fix for the bug #319137. Search now takes account for scrolling.
6400
6401 2006-02-19  Michael Hofmann <mh21@piware.de>
6402
6403         * configure.ac:
6404         * djvu/Makefile.am:
6405         * djvu/djvu-document-private.h:
6406         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6407         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6408         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6409         (djvu_document_can_get_text), (djvu_document_get_text),
6410         (djvu_document_document_iface_init),
6411         (djvu_document_thumbnails_get_thumbnail),
6412         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6413         (djvu_document_find_get_result),
6414         (djvu_document_find_page_has_results),
6415         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6416         (djvu_document_find_iface_init):
6417         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6418         (djvu_text_page_selection), (djvu_text_page_limits_process),
6419         (djvu_text_page_limits), (djvu_text_page_copy),
6420         (djvu_text_page_position), (djvu_text_page_union),
6421         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6422         (djvu_text_page_box), (djvu_text_page_append_text),
6423         (djvu_text_page_search), (djvu_text_page_prepare_search),
6424         (djvu_text_page_new), (djvu_text_page_free):
6425         * djvu/djvu-text-page.h:
6426         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6427         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6428         (djvu_text_n_results), (djvu_text_has_results),
6429         (djvu_text_get_result), (djvu_text_get_progress):
6430         * djvu/djvu-text.h:
6431         
6432         Text search in djvu. Fix for the bug #303415.
6433
6434 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6435
6436         * configure.ac:
6437         * shell/ev-window.c: (ev_window_cmd_save_as):
6438         
6439         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6440         Thanks to Gary Coady <gary@lyranthe.org>
6441
6442 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6443
6444         * shell/ev-print-job.c: (idle_print_handler):
6445         
6446         Inverse order printing, bug #320919.
6447
6448 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6449
6450         * data/evince-toolbar.xml:
6451         * shell/ev-window.c:
6452         
6453         Allow to add sidebar checkbutton on toolbar. Fix
6454         for the bug #144577.
6455
6456 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6457
6458         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6459         
6460         Add checks that have sense for empty ps document.
6461
6462 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6463
6464         * configure.ac: Include PS in mime types list. 
6465
6466 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6467
6468         * configure.ac:
6469         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6470         * ps/gsdefaults.h:
6471         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6472         
6473         Runtime check for gs interpreter. Fix for the bug #320868.
6474         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6475
6476 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6477
6478         * shell/ev-application.c: 
6479
6480         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6481         dbus>=0.60, so that the request is not queued. 
6482
6483 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6484
6485         * configure.ac:
6486         * shell/Makefile.am:
6487         * shell/ev-sidebar-links.c: (print_section_cb):
6488         * shell/ev-utils.c:
6489         * shell/ev-utils.h:
6490         * shell/ev-window.c: (update_action_sensitivity),
6491         (ev_window_close_dialogs), (ev_window_print):
6492         * shell/ev-window.h:
6493         
6494         Make printing support optional. Patch from Eduardo de Barros Lima
6495         <eduardo.lima@indt.org.br> for the bug #330546.
6496
6497 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6498
6499         * shell/ev-view-private.h:
6500         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6501         (ev_view_set_document):
6502         * shell/ev-view.h:
6503         * shell/ev-window.c: (ev_window_load_job_cb),
6504         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6505         (ev_window_init):
6506
6507         Draw Loading message during xfer job. Fix for the bug #329495.
6508
6509 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6510
6511         * comics/comics-document.c: (comics_regex_quote),
6512         (comics_document_load), (extract_argv):
6513         
6514         Correcly quote regexp before passing it to unzip.
6515
6516 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6517
6518         * shell/ev-page-cache.c: (build_height_to_page),
6519         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6520         (ev_page_cache_get_dual_even_left):
6521         * shell/ev-page-cache.h:
6522         * shell/ev-view.c: (view_update_range_and_current_page),
6523         (get_page_y_offset), (get_page_extents):
6524         
6525         Place even pages to the left if document has less then
6526         two pages. Fix for the bug #328856.
6527
6528 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6529
6530         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6531         
6532         Correct comics scheme. This make evince create thumbnails
6533         for comic books. Fix for the bug 329088.
6534
6535 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6536
6537         * data/evince-password.glade: Don't explicitly set
6538         invisible_char to the current default value in case
6539         the default changes; let GTK+ do its magic.
6540
6541 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6542
6543         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6544         real filename to tmp filename since often document
6545         type is determined by extension.
6546
6547 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6548
6549         * shell/ev-view.c: (add_scroll_binding_keypad),
6550         (ev_view_binding_activated), (ev_view_class_init):
6551         
6552         Add keybindings for percision-scrolling of display area. 
6553         Fix for the bug #314072.
6554
6555 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6556
6557         * data/evince.desktop.in.in:
6558         
6559         Add GTK to the list of categories. Fix for the bug #328034.
6560
6561 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6562
6563         * shell/ev-application.c: (ev_application_shutdown),
6564         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6565         * shell/ev-application.h:
6566         * shell/ev-window.c: (file_open_dialog_response_cb),
6567         (ev_window_cmd_file_open):
6568         
6569         Save last uri in file chooser dialog. Fix for the bug #327950.
6570
6571 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6572
6573         * NEWS:
6574         * README:
6575         
6576         Final update for release 0.5.0
6577         
6578         * shell/Makefile.am:
6579         
6580         Remove disable deprecated until we'll require libgnome-2.13.7
6581         and port to GOption argument parsing. See bug 327518.
6582
6583 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6584
6585         * comics/comics-document.c: (comics_document_save):
6586         * djvu/djvu-document.c: (djvu_document_save):
6587         * dvi/dvi-document.c: (dvi_document_save):
6588         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6589         * lib/ev-file-helpers.h:
6590         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6591         * tiff/tiff-document.c: (tiff_document_save):
6592         
6593         Use common save function for backends.
6594
6595 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6596
6597         * backend/ev-document-types.c:
6598         
6599         Fix crash on saving pixbuf.
6600
6601 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6602
6603         * cut-n-paste/recent-files/egg-recent-item.c:
6604         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6605         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6606         (parse_info_free), (valid_element), (start_element_handler),
6607         (end_element_handler), (text_handler), (egg_recent_model_filter),
6608         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6609         (egg_recent_model_monitor), (egg_recent_model_read),
6610         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6611         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6612         (egg_recent_model_set_property), (egg_recent_model_class_init),
6613         (egg_recent_model_init), (egg_recent_model_add_full),
6614         (egg_recent_model_delete), (egg_recent_model_get_list),
6615         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6616         (egg_recent_model_set_filter_mime_types),
6617         (egg_recent_model_clear_group_filter),
6618         (egg_recent_model_set_filter_groups),
6619         (egg_recent_model_clear_scheme_filter),
6620         (egg_recent_model_set_filter_uri_schemes),
6621         (egg_recent_model_remove_expired):
6622         * cut-n-paste/recent-files/egg-recent-util.c:
6623         (egg_recent_util_get_icon):
6624         * cut-n-paste/recent-files/egg-recent-util.h:
6625         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6626         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
6627         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
6628         (egg_recent_view_uimanager_set_property),
6629         (egg_recent_view_uimanager_get_property),
6630         (egg_recent_view_uimanager_class_init),
6631         (egg_recent_view_uimanager_init),
6632         (egg_recent_view_uimanager_set_label_width),
6633         (egg_recent_view_uimanager_get_label_width):
6634         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6635         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6636         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6637         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6638         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6639         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6640         
6641         Update from libegg.
6642
6643 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6644
6645         * shell/ev-page-cache.c: (build_height_to_page),
6646         (ev_page_cache_get_height_to_page):
6647         * shell/ev-page-cache.h:
6648         * shell/ev-view.c: (view_update_range_and_current_page),
6649         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
6650         (ev_view_previous_page):
6651         
6652         Dual mode places even pages to the left. Fix for the bug #309393.
6653
6654         * shell/ev-view.h:
6655         * shell/ev-window.c: (update_action_sensitivity),
6656         (setup_view_from_metadata), (view_menu_popup_cb):
6657         
6658         Don't restore presentation in empty windows, more intelligent
6659         next page behaviour in dual mode.
6660
6661         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6662         (ev_pixbuf_cache_clear_job_sizes):
6663         
6664         Cleanup job callback on removal. Fix for the bug #325886.
6665
6666 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6667
6668         * ps/ps.c: (psscan):
6669         
6670         Commit workaround Mozilla problem. Fix for the bug #325919
6671         
6672         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
6673         (save_item):
6674         
6675         Fix for year 2038 problem.
6676
6677 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6678
6679         * shell/ev-window.c: (setup_document_from_metadata),
6680         (ev_window_cmd_view_reload):
6681
6682         Clamp page recieved from metadata in valid values. Fix
6683         for the bug #325986.
6684
6685 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6686
6687         * MAINTAINERS: 
6688         Add MAINTAINERS as requested on desktop-devel-list.
6689
6690 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6691
6692         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
6693         (mime_type_supported_by_gdk_pixbuf),
6694         (ev_document_factory_get_mime_types),
6695         (ev_document_factory_get_all_mime_types):
6696         
6697         Don't add pixbuf mime types if pixbuf backend is disabled.
6698         
6699         * shell/ev-application.c: (ev_application_get_uri_window):
6700         
6701         Fix for the bug 325815 - unhandled MIME type message doesn't 
6702         appear a second time. 
6703         
6704         * shell/ev-document-types.c: (ev_document_types_add_filters):
6705         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
6706         (password_dialog_response), (ev_window_popup_password_dialog),
6707         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6708         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6709         (ev_window_run_presentation), (ev_window_stop_presentation),
6710         (save_sizing_mode), (ev_window_zoom_changed_cb),
6711         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6712         (ev_window_dual_mode_changed_cb),
6713         (ev_window_sidebar_current_page_changed_cb),
6714         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6715         (window_state_event_cb), (window_configure_event_cb):
6716         
6717         Cleanup additional uris holded by EvWindow.
6718
6719 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6720
6721         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
6722         (ev_view_can_previous_page), (ev_view_can_next_page):
6723         * shell/ev-view.h:
6724         * shell/ev-window.c: (update_action_sensitivity):
6725         
6726         Two page scrolling with Space and PageUp in dual mode. Second fix 
6727         for the bug #316608.
6728
6729 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6730
6731         * shell/ev-view.c: (scroll_to_current_page):
6732         
6733         Correctly clamp adjustment value. Fix for the bug
6734         #325808.
6735
6736 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6737
6738         * shell/ev-sidebar-links.c: (print_section_cb):
6739         * shell/ev-window.c: (ev_window_get_uri),
6740         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
6741         (ev_window_print_dialog_response_cb), (ev_window_print_range),
6742         (ev_window_dispose):
6743         
6744         Make print dialog non-modal. Fix for the bug #325622.
6745
6746 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6747
6748         * shell/ev-metadata-manager.c:
6749         * shell/ev-utils.c: (using_pdf_printer),
6750         (using_postscript_printer), (load_print_config_from_file),
6751         (save_print_config_to_file):
6752         * shell/ev-utils.h:
6753         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
6754         (update_sidebar_visibility), (setup_sidebar_from_metadata),
6755         (setup_view_from_metadata), (ev_window_setup_document),
6756         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6757         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6758         (ev_window_run_presentation), (ev_window_stop_presentation),
6759         (save_sizing_mode), (ev_window_zoom_changed_cb),
6760         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6761         (ev_window_dual_mode_changed_cb),
6762         (ev_window_sidebar_current_page_changed_cb),
6763         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6764         (window_state_event_cb), (window_configure_event_cb),
6765         (ev_window_init):
6766         
6767         Setting saving behaviour fixes.
6768
6769 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6770
6771         * configure.ac:
6772         
6773         Make antialiasing gs options better and allow
6774         to change them during configure. Fix for the 
6775         bug #319049.
6776
6777 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6778
6779         * shell/ev-window.c: (setup_view_from_metadata):
6780         
6781         Remember if last window was maximized. Fix for the
6782         bug #323797.
6783
6784 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
6785
6786         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
6787
6788 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6789
6790         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
6791         * shell/ev-page-action.c: (build_new_tree_cb):
6792         * shell/ev-sidebar-links.c: (links_page_num_func),
6793         (update_page_callback_foreach), (update_page_callback):
6794         * shell/ev-view.c: (scroll_to_current_page):
6795         
6796         Fix for the bug #325067 with more intelligent selection
6797         of current link in sidebar. Make sidebar handle links
6798         of FITR-like type more correctly.
6799
6800         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6801         (dvi_pixbuf_put_pixel):
6802         
6803         Fix memory consumtion with disabled alpha channel.
6804
6805 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6806
6807         * data/evince-ui.xml:
6808         * shell/ev-window.c: (view_menu_popup_cb),
6809         (ev_popup_cmd_open_link), (ev_window_init):
6810         
6811         Update context menu for internal links. Fix for the bug
6812         #325066.
6813
6814 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6815
6816         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
6817         
6818         Bind context menu to keyboard also. Fix for the bug
6819         #325065.
6820
6821 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6822
6823         * shell/ev-view.c: (selection_scroll_timeout_cb):
6824         
6825         Horizontal scroll on selection also.
6826
6827 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6828
6829         * shell/ev-metadata-manager.c: (parse_value):
6830         * shell/ev-view.c: (goto_xyz_link):
6831         
6832         Correct zoom setup and metadata save broken in 
6833         some locales.
6834
6835 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6836
6837         * shell/ev-view-private.h:
6838         * shell/ev-view.c: (scroll_to_current_page),
6839         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
6840         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
6841         (page_changed_cb), (ev_view_set_continuous),
6842         (ev_view_set_dual_page), (ev_view_set_presentation):
6843         
6844         Delay scroll until allocation to correctly position page. Fix
6845         for the bug #317334.
6846
6847 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6848
6849         * NEWS:
6850         * configure.ac:
6851         
6852         Update NEWS and require poppler 0.5.0.
6853
6854 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
6855         
6856         * data/evince-ui.xml:
6857         * shell/ev-view-private.h:
6858         * shell/ev-view.c: (ev_view_get_link_at_location),
6859         (handle_link_over_xy), (ev_view_button_press_event),
6860         (ev_view_button_release_event), (ev_view_class_init):
6861         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
6862         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
6863         (ev_window_init):
6864         
6865         Implement right-click context menu.
6866
6867 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6868
6869         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6870         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
6871         (mdvi_pixbuf_device_render):
6872         * pdf/ev-poppler.cc:
6873
6874         Don't generate thumbnails with alpha. See bug #324077.
6875         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
6876
6877 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6878
6879         * shell/ev-window.c: (setup_chrome_from_metadata):
6880         
6881         Fix typo that was hiding toolbar.
6882
6883 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6884
6885         * shell/ev-view-private.h:
6886         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
6887         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
6888         (ev_view_button_release_event), (ev_view_destroy):
6889         
6890         Small cleanup and autoscrolling during selection. Thanks to 
6891         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
6892
6893 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
6894
6895         * configure.ac:
6896         
6897         Correctly check for comics option.
6898
6899 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
6900         * Makefile.am:
6901         * configure.ac:
6902         * backend/Makefile.am:
6903         * backend/ev-document-factory.c:
6904         * shell/ev-document-types.c:
6905
6906         Included option in configure to make ps backend 
6907         compilation optional with --disable-ps.
6908
6909 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6910
6911         * backend/ev-document-factory.c:
6912         * comics/Makefile.am:
6913         * comics/comics-document.c: (comics_document_load):
6914         * comics/ev-cbr-mime.xml:
6915         * configure.ac:
6916         
6917         Comics mime types are added to shared-mime-info CVS. Now
6918         we don't need to install our own mime types.
6919
6920 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6921
6922         * shell/ev-window.c:
6923         
6924         Add shortcut for "save a copy" menu entry. Fix for
6925         the bug #324582.
6926
6927 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6928
6929         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6930         (job_finished_cb), (new_selection_pixbuf_needed),
6931         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6932         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
6933         
6934         Rework selection job info logic and fix critical warning.
6935
6936 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
6937
6938         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
6939
6940 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
6941
6942         * data/evince-ui.xml:
6943         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6944         
6945         Enter as shortcut key for next page. Fix for the bug
6946         #321394.
6947
6948 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
6949
6950         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
6951
6952 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6953
6954         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6955         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6956         (new_selection_pixbuf_needed),
6957         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6958         (clear_job_selection):
6959         
6960         Too early for 0.5. Pixbuf cache code cleaned a bit.
6961
6962 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6963
6964         * NEWS:
6965         * configure.ac:
6966         
6967         Release 0.5.0 preparation
6968
6969 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6970
6971         * comics/Makefile.am:
6972         * configure.ac:
6973         * shell/ev-document-types.c: (ev_document_types_add_filters):
6974         
6975         More advanced handling of custom mime type installation.
6976
6977 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6978
6979         * data/evince.schemas.in:
6980         * shell/ev-metadata-manager.c: (value_free),
6981         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
6982         (ev_metadata_manager_get), (ev_metadata_manager_set):
6983         * shell/ev-metadata-manager.h:
6984         * shell/ev-window.c: (update_chrome_flag),
6985         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
6986         (setup_document_from_metadata), (setup_chrome_from_metadata),
6987         (setup_sidebar_from_metadata), (setup_view_from_metadata),
6988         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
6989         (ev_window_view_toolbar_cb),
6990         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
6991         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
6992         
6993         Save last document settings and reuse them for new documents.
6994
6995 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6996
6997         * Makefile.am:
6998         * backend/Makefile.am:
6999         * backend/ev-document-factory.c:
7000         * backend/ev-document-factory.h:
7001         * comics/Makefile.am:
7002         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
7003         (comics_document_load), (comics_document_save),
7004         (comics_document_get_n_pages), (comics_document_get_page_size),
7005         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
7006         (comics_document_class_init), (comics_document_can_get_text),
7007         (comics_document_get_info), (comics_document_document_iface_init),
7008         (comics_document_init), (get_supported_image_extensions),
7009         (comics_document_thumbnails_get_geometry),
7010         (comics_document_thumbnails_get_thumbnail),
7011         (comics_document_thumbnails_get_dimensions),
7012         (comics_document_document_thumbnails_iface_init), (extract_argv):
7013         * comics/comics-document.h:
7014         * comics/ev-cbr-mime.xml:
7015         * configure.ac:
7016         * po/POTFILES.in:
7017         * shell/ev-application.c: (ev_application_register_service):
7018         * shell/ev-document-types.c: (ev_document_types_add_filters):
7019         * thumbnailer/Makefile.am:
7020         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7021         
7022         New CBR/CBZ backend for comic books.
7023
7024 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7025
7026         * shell/main.c: (load_files_remote):
7027
7028         Thanks to Robert McQueen <robot101@debian.org>. Dbus
7029         warning on startup of second instance is fixed. It
7030         is bug #320353.
7031
7032 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7033
7034         * shell/ev-window.c: (ev_window_finalize):
7035         
7036         Fix double free that cause crash.
7037
7038 2005-10-29  Bastien Nocera <hadess@hadess.net>
7039
7040         * tiff/tiff-document.c: (tiff_document_load):
7041         
7042         Fix memory leak.
7043
7044 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7045
7046         * po/POTFILES.in:
7047         * shell/Makefile.am:
7048         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
7049         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
7050         (ev_view_accessible_get_text),
7051         (ev_view_accessible_get_character_at_offset),
7052         (ev_view_accessible_get_text_before_offset),
7053         (ev_view_accessible_get_text_at_offset),
7054         (ev_view_accessible_get_text_after_offset),
7055         (ev_view_accessible_get_character_count),
7056         (ev_view_accessible_get_caret_offset),
7057         (ev_view_accessible_set_caret_offset),
7058         (ev_view_accessible_get_run_attributes),
7059         (ev_view_accessible_get_default_attributes),
7060         (ev_view_accessible_get_character_extents),
7061         (ev_view_accessible_get_offset_at_point),
7062         (ev_view_accessible_get_n_selections),
7063         (ev_view_accessible_get_selection),
7064         (ev_view_accessible_add_selection),
7065         (ev_view_accessible_remove_selection),
7066         (ev_view_accessible_set_selection),
7067         (ev_view_accessible_text_iface_init),
7068         (ev_view_accessible_idle_do_action),
7069         (ev_view_accessible_action_do_action),
7070         (ev_view_accessible_action_get_n_actions),
7071         (ev_view_accessible_action_get_description),
7072         (ev_view_accessible_action_get_name),
7073         (ev_view_accessible_action_set_description),
7074         (ev_view_accessible_action_iface_init),
7075         (ev_view_accessible_get_type), (ev_view_accessible_new),
7076         (ev_view_accessible_factory_get_accessible_type),
7077         (ev_view_accessible_factory_create_accessible),
7078         (ev_view_accessible_factory_class_init),
7079         (ev_view_accessible_factory_get_type):
7080         * shell/ev-view-accessible.h:
7081         * shell/ev-view-private.h:
7082         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
7083         * shell/ev-view.h:
7084         
7085         Initial accessibility support.
7086
7087 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
7088
7089         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
7090
7091 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
7092
7093         * shell/ev-print-job.c: (idle_print_handler):
7094         
7095         Fix for bug Bug 318916: Printing multiple pages.
7096
7097 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
7098
7099         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
7100
7101 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7102
7103         * pdf/ev-poppler.cc:
7104         
7105         Thumnail dimensions unified with other backends.
7106         
7107         * shell/ev-window-title.c: (ev_window_title_update):
7108         
7109         Fix warning.
7110
7111 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7112
7113         * data/ev-stock-zoom-fit-width.png:
7114         
7115         Remove unused file.
7116
7117 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7118
7119         * configure.ac:
7120         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
7121         (djvu_document_finalize):
7122         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
7123         (dvi_document_finalize):
7124         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
7125         (pixbuf_document_save), (pixbuf_document_finalize):
7126         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
7127         (tiff_document_finalize):
7128         
7129         Save a copy implemented for various backends.
7130
7131 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
7132
7133         * configure.ac:
7134         
7135         Don't link with ltiff if tiff is disabled.
7136
7137 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7138
7139         * pdf/GDKSplashOutputDev.cc:
7140         * pdf/GDKSplashOutputDev.h:
7141         * pdf/Thumb.cc:
7142         * pdf/Thumb.h:
7143         * pdf/pdf-document.cc:
7144         * pdf/pdf-document.h:
7145         * pdf/test-gdk-output-dev.cc:
7146         
7147         Remove old unused files.
7148
7149 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7150
7151         * shell/ev-window.c: (ev_window_setup_document):
7152         
7153         Fixed warnings on reload and probably crash reason.
7154
7155 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7156
7157         * properties/ev-properties-view.c:
7158         (ev_properties_view_format_date):
7159         
7160         Check if date is invalid. Fix for bug 318134.
7161
7162 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
7163
7164         * shell/ev-window-title.c:
7165         
7166         Add .indd files (Adobe Indesign) to the list of "bad
7167         extensions".
7168
7169 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7170
7171         * data/evince-ui.xml:
7172         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7173         
7174         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
7175
7176 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7177
7178         * shell/ev-window.c: (launch_link), (launch_external_uri),
7179         (view_external_link_cb):
7180
7181         URL-escape link before passing it to gnome_vfs_url_show.
7182
7183 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7184
7185         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
7186         there isn't text selected.
7187
7188 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
7189
7190         * shell/ev-view.c: (handle_link_over_xy):
7191
7192         Check tooltip is valid utf8 before showing it
7193
7194 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
7195
7196         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
7197
7198 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
7199
7200         * shell/ev-window-title.c: (ev_window_title_update):
7201
7202         Guard against using g_strstrip on NULL. Fixes bug #317291.
7203
7204 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7205
7206         * pdf/ev-poppler.cc:
7207
7208         Show title even for unknown links
7209
7210 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7211
7212         * shell/ev-window-title.c: (ev_window_title_update):
7213
7214         Strip the title string
7215
7216 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7217
7218         * shell/ev-window-title.c:
7219
7220         Add .rtf to the bad extensions list
7221
7222 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7223
7224         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
7225         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
7226
7227         Ignore link coordinates if they are outside page bounds
7228
7229 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
7230
7231         * backend/ev-link.c: (ev_link_type_get_type),
7232         (ev_link_get_filename), (ev_link_get_params),
7233         (ev_link_get_property), (ev_link_set_property),
7234         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
7235         * backend/ev-link.h:
7236         * pdf/ev-poppler.cc:
7237         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
7238         * shell/ev-window.c: (launch_link), (view_external_link_cb),
7239         (ev_window_init):
7240
7241         Implement launch links. Delegate external link opening to
7242         the window.
7243
7244 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7245
7246         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
7247         (ev_link_get_right), (ev_link_get_property),
7248         (ev_link_set_property), (ev_link_class_init),
7249         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
7250         * backend/ev-link.h:
7251         * pdf/ev-poppler.cc:
7252         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
7253
7254         Implement fitr links
7255
7256 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7257
7258         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
7259         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
7260         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7261         (ev_view_size_request_continuous),
7262         (ev_view_size_request_dual_page),
7263         (ev_view_size_request_single_page), (ev_view_size_allocate),
7264         (ev_view_zoom_for_size_continuous_and_dual_page),
7265         (ev_view_zoom_for_size_continuous),
7266         (ev_view_zoom_for_size_dual_page),
7267         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7268         (ev_sizing_mode_get_type):
7269         * shell/ev-view.h:
7270         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7271
7272         Do not use modes for link, we need to calculate size ad hoc.
7273         Still not perfect because of the usual scrollbar issues grrr.
7274
7275 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7276
7277         * backend/ev-link.c: (ev_link_type_get_type),
7278         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7279         * backend/ev-link.h:
7280         * pdf/ev-poppler.cc:
7281         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7282         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7283         (ev_view_size_request_continuous),
7284         (ev_view_size_request_dual_page),
7285         (ev_view_size_request_single_page), (ev_view_size_allocate),
7286         (zoom_for_size_fit_height),
7287         (ev_view_zoom_for_size_continuous_and_dual_page),
7288         (ev_view_zoom_for_size_continuous),
7289         (ev_view_zoom_for_size_dual_page),
7290         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7291         (ev_sizing_mode_get_type):
7292         * shell/ev-view.h:
7293         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7294
7295         Implement FIT_HEIGHT mode (only for links).
7296         Implement FITH links
7297
7298 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7299
7300         * shell/ev-window-title.c: (get_filename_from_uri),
7301         (ev_window_title_sanitize_extension), (ev_window_title_update),
7302         (ev_window_title_set_document), (ev_window_title_set_uri),
7303         (ev_window_title_free):
7304         * shell/ev-window-title.h:
7305         * shell/ev-window.c: (ev_window_setup_document),
7306         (ev_window_popup_password_dialog):
7307
7308         Refactor window title building while fixing it for
7309         password documents.
7310
7311 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7312
7313         * pdf/ev-poppler.cc:
7314
7315         Escape link title before setting it in the model
7316
7317 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7318
7319         * shell/ev-application.c: (removed_from_session), (save_session),
7320         (init_session), (ev_application_get_empty_window),
7321         (ev_application_init), (ev_application_get_windows):
7322         * shell/ev-application.h:
7323         * shell/ev-window.c: (ev_window_finalize):
7324
7325         Add a function to retrieve window list and share it where
7326         necessary.
7327         Implement session handling, works pretty well thanks to the
7328         metadata system.
7329
7330 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7331
7332         * shell/ev-password.c: (ev_password_item_created_callback),
7333         (ev_password_dialog_save_password):
7334         
7335         Fix for bug 316972. Use async gnome-keyring API.
7336
7337 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7338
7339         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7340         Remove unused unrealize handler. Add scroll handling to
7341         ev_view_scroll_event for presentation mode (bug #316708),
7342         and fix the event state checks there.
7343
7344 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7345
7346         * shell/ev-page-action.c: (page_changed_cb):
7347
7348         "marco, maybe we should be crazy and jump right to 6! :)"
7349
7350         Bryan Clark, Sep 2005
7351
7352 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7353
7354         * ps/ps-document.c: (save_document), (ps_document_save),
7355         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7356         (ps_document_ps_export_end):
7357
7358         Fix unstructured documents save and print
7359
7360 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7361
7362         * shell/ev-application.c: (ev_application_open_uri):
7363
7364         Fix window size persistance
7365
7366 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7367
7368         * shell/ev-view.c: (ev_view_button_release_event):
7369
7370         Based on a patch from carlosgc@gnome.org. Mouse buttons
7371         switch pages in presentation mode.
7372
7373 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7374
7375         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7376
7377         Dont cast to int before scaling
7378
7379 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7380
7381         * backend/ev-link.c: (ev_link_type_get_type),
7382         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7383         (ev_link_new_page_fith):
7384         * backend/ev-link.h:
7385         * pdf/ev-poppler.cc:
7386         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7387
7388         Implement FIT and FITH links
7389
7390 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7391
7392         * pdf/ev-poppler.cc:
7393
7394         Return 0 results when search is not in progress.
7395
7396         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7397         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7398
7399         Update menu sensitivity when cancelling search
7400
7401 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7402
7403         * shell/ev-view.c: (ev_view_can_find_next):
7404
7405         Take all pages in consideration, not just current one
7406
7407 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7408
7409         * shell/ev-page-cache.c:
7410         * shell/ev-page-cache.h:
7411         * shell/ev-view.c: (ev_view_binding_activated),
7412         (ev_view_next_page), (ev_view_previous_page),
7413         (ev_sizing_mode_get_type):
7414         * shell/ev-view.h:
7415         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7416         (ev_window_cmd_go_next_page):
7417
7418         Move page next/previous functions from page chace to
7419         view and change it to move by 2 page steps in dual mode.
7420
7421 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7422
7423         * shell/ev-window.c: (update_sidebar_visibility),
7424         (setup_sidebar_from_metadata), (ev_window_setup_document),
7425         (setup_view_from_metadata):
7426
7427         Show the index by default when there is one     
7428
7429 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7430
7431         * shell/ev-window-title.c: (ev_window_title_set_document):
7432
7433         Missing null check
7434
7435 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7436
7437         * shell/ev-view.c: (view_update_range_and_current_page):
7438         
7439         Allow display of last odd page in dual view. Fix for 316347.
7440
7441 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7442
7443         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7444         
7445         Make close button default. Fix for 316383.
7446
7447 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7448
7449         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7450         
7451         Mark close button as default. Fix for 316381.
7452
7453 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7454
7455         * backend/ev-link.c: (ev_link_class_init):
7456
7457         Allow negative doubles in left/top properties
7458
7459 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7460
7461         * shell/ev-window.c:
7462
7463         Remove a bunch of strings that was used only
7464         by the statusbar.
7465
7466 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7467
7468         * shell/ev-window-title.c: (get_filename_from_uri),
7469         (ev_window_title_set_document):
7470
7471         When title has a confusing extension, show also
7472         the document filename inside ()
7473
7474 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7475
7476         * shell/Makefile.am:
7477         * shell/ev-window-title.c: (ev_window_title_new),
7478         (ev_window_title_update), (ev_window_title_set_type),
7479         (ev_window_title_set_document), (ev_window_title_free):
7480         * shell/ev-window-title.h:
7481         * shell/ev-window.c: (ev_window_setup_document),
7482         (password_dialog_response), (ev_window_popup_password_dialog),
7483         (ev_window_dispose), (ev_window_init):
7484
7485         Factor out and cleanup window title code
7486
7487 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7488
7489         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7490         (unable_to_load):
7491
7492         Make dialog transient so it doesnt block other windows
7493
7494 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7495
7496         * pdf/ev-poppler.cc:
7497         
7498         Fix pdf thumbnails rendering.
7499
7500 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7501
7502         * shell/ev-window.c: (fullscreen_set_timeout):
7503         
7504         Increase timeout to hide full screen popup. Bug 
7505         316123. 
7506
7507 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7508
7509         * data/evince.schemas.in:
7510         * shell/ev-window.c: (update_action_sensitivity):
7511
7512         Allow the user to override document restrictions. Fix for bug
7513         305818.
7514
7515 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7516
7517         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7518         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7519         (ev_window_class_init): Fix multihead behaviour of fullscreen
7520         toolbar popup. Fixes bug #315451.
7521
7522 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7523
7524         * configure.ac:
7525         * data/evince-password.glade:
7526         * shell/ev-password.c: (ev_password_dialog_set_property),
7527         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7528         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7529         (ev_password_dialog_entry_changed_cb),
7530         (ev_password_dialog_entry_activated_cb),
7531         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7532         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7533         (ev_password_dialog_set_bad_pass):
7534         * shell/ev-password.h:
7535         * shell/ev-window.c: (password_dialog_response),
7536         (ev_window_popup_password_dialog):
7537         
7538         Support for gnome-keyring for encrypted PDF's.
7539
7540 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7541
7542         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7543         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7544         (ev_view_enter_notify_event), (ev_view_class_init):
7545         
7546         More precise handling of enter_notify/leave_notify events
7547         in EvView. Fix for bug 315470.
7548
7549 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7550
7551         * shell/ev-window.c: (fullscreen_timeout_cb),
7552         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7553         (ev_window_dispose):
7554
7555         leak fix: unref fullscreen_timeout_source before clearing it
7556
7557 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7558
7559         * configure.ac, dvi/mdvi/Makefile.am: 
7560         
7561         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7562
7563 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7564
7565         * backend/ev-link.c: (ev_link_new_page_xyz):
7566         * pdf/ev-poppler.cc:
7567         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7568
7569         Fix some bugs with xyz links, respect zoom
7570
7571 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7572
7573         * shell/ev-window.c: (page_changed_cb),
7574         (setup_document_from_metadata), (update_sidebar_visibility),
7575         (setup_view_from_metadata), (ev_window_run_fullscreen),
7576         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7577         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7578         (ev_window_dual_mode_changed_cb),
7579         (ev_window_sidebar_current_page_changed_cb):
7580
7581         null check uri before setting and getting metadata
7582
7583 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7584
7585         * dvi/Makefile.am:
7586         * properties/Makefile.am:
7587         * shell/Makefile.am:
7588         * thumbnailer/Makefile.am:
7589
7590         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7591
7592 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7593
7594         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7595         (selection_changed_callback):
7596         * shell/ev-sidebar-links.h:
7597
7598         Add a signal for link activation.
7599
7600         * shell/ev-view.c: (ev_view_goto_link),
7601         (ev_view_button_release_event):
7602         * shell/ev-view.h:
7603         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7604         (ev_window_init):
7605
7606         Implement the signal so that we can handle all link types.
7607
7608         * shell/ev-page-cache.c:
7609
7610         Remove unused set_link function
7611
7612 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7613
7614         * lib/ev-tooltip.c: (ev_tooltip_set_position):
7615
7616         Add some space from the cursor, hardcoded but I couldnt
7617         find a better way.
7618
7619 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7620
7621         * lib/ev-tooltip.c:
7622
7623         Use mozilla style vs gtk style, way better for links.
7624
7625         * shell/ev-view.c: (ev_view_motion_notify_event),
7626         (ev_view_destroy), (ev_view_init):
7627
7628         Deactive tooltip when the link hovered is changed.
7629
7630 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7631
7632         * backend/ev-document.h:
7633         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
7634         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
7635         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7636         (ev_link_new_page), (ev_link_new_page_xyz):
7637         * backend/ev-link.h:
7638         * pdf/ev-poppler.cc:
7639         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
7640         (go_to_link), (tip_from_link):
7641
7642         Implement xyz links, still not functional. Links are a total
7643         mess, will need to refactor and bugfix a lot :(
7644
7645 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
7646
7647         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
7648
7649 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
7650
7651         * data/evince-ui.xml:
7652         * data/evince.schemas.in:
7653         * shell/Makefile.am:
7654         * shell/ev-window.c: (update_chrome_visibility),
7655         (password_dialog_response), (ev_window_load_job_cb),
7656         (ev_window_xfer_job_cb), (ev_window_open_uri),
7657         (ev_window_class_init), (set_chrome_actions), (load_chrome),
7658         (ev_window_init):
7659
7660         Remove the statusbar. This regress loading feedback, need to
7661         check with Bryan what we want to do there...
7662
7663 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7664
7665         * lib/ev-tooltip.c: (ev_tooltip_init):
7666
7667         Fix tooltip border and size handling
7668
7669 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7670
7671         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
7672         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
7673         (ev_tooltip_timeout), (ev_tooltip_activate),
7674         (ev_tooltip_deactivate):
7675         * lib/ev-tooltip.h:
7676         * shell/ev-view.c: (ev_view_motion_notify_event):
7677
7678         Delay popup showing. Mirror gtk logic/times.
7679
7680 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
7681
7682         * lib/Makefile.am:
7683         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
7684         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
7685         (ev_tooltip_set_text), (ev_tooltip_set_position):
7686         * lib/ev-tooltip.h:
7687
7688         Simple widget to show tooltips at a custom position
7689
7690         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
7691         (ev_view_destroy):
7692
7693         Use it for links. First go, needs work
7694
7695 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
7696
7697         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
7698         HIG fixes.  Use title capitalization for window title. Use 12 
7699         pixels of space between the dialog's vbox and action area.
7700
7701 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7702
7703         * shell/ev-window.c: (file_open_dialog_response_cb),
7704         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
7705         (ev_window_cmd_save_as):
7706
7707         Make file pickers not modal and refactor code some
7708
7709 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7710
7711         * shell/ev-sidebar.h:
7712         * shell/ev-sidebar.c: (ev_sidebar_set_property),
7713         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
7714         (ev_sidebar_class_init), (ev_sidebar_select_page),
7715         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
7716         (ev_sidebar_set_page):
7717
7718         Add a current page property and allow to get/set it
7719
7720         * shell/ev-window.c: (setup_view_from_metadata),
7721         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
7722
7723         Persist current sidebar page per document
7724
7725 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7726
7727         * data/evince.schemas.in:
7728         * shell/ev-window.c: (update_chrome_visibility),
7729         (setup_document_from_metadata), (update_sidebar_visibility),
7730         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
7731         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7732         (ev_window_run_presentation), (ev_window_stop_presentation),
7733         (ev_window_view_sidebar_cb),
7734         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
7735         (load_chrome), (ev_window_init):
7736
7737         Persist size/visibility of sidebar per document
7738
7739 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
7740
7741         * shell/ev-view.c (draw_loading_text): Draw loading text.
7742
7743 2005-09-02  Dan Damian  <dand@gnome.ro>
7744
7745         * configure.in: Added "ro" to ALL_LINGUAS.
7746
7747 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7748
7749         * shell/ev-view.c: (clear_caches):
7750
7751         ev_page_cache_get doesnt return a reference,
7752         dont try to unref it.
7753
7754 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7755
7756         * shell/main.c: (load_files_remote):
7757
7758         Fix timestamp parameter with dbus <= 0.33
7759
7760 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
7761
7762         * data/evince.schemas.in:
7763
7764         Add missing full stop
7765
7766 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
7767
7768         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
7769         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
7770
7771         Plug some memory leaks
7772
7773 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
7774
7775         * configure.ac:
7776         * lib/ev-debug.c: (trap_handler):
7777
7778         Check for execinfo.h and use it only if it exists.
7779         Ported from Epiphany (bug #314776).
7780
7781 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
7782
7783         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
7784
7785 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
7786
7787         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
7788         * po/id.po      : Added Indonesian translation
7789
7790 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
7791
7792         * shell/main.c:
7793         * shell/ev-application.c: Last minute GTK-2.6 fixes.
7794         * NEWS: Release 0.4.0
7795
7796 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
7797
7798         * configure.ac: catch another gtk+-2.8ism
7799         * shell/main.c: Make work with gtk+-2.6
7800
7801 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
7802
7803         * shell/ev-application-service.xml: Add 'timestamp' argument to
7804           ev_application_open_window and ev_application_open_uri methods.
7805
7806         * shell/ev-application.h: Add 'timestamp' argument to
7807           ev_application_open_window, ev_application_open_uri,
7808           and ev_application_open_uri_list functions.
7809
7810         * shell/ev-application.c (ev_application_open_window,
7811           ev_application_open_uri, ev_application_open_uri_list): Change
7812           functions that show/present windows to use a timestamp if one
7813           is passed in.
7814
7815         * shell/ev-window.c (ev_window_cmd_file_open,
7816           ev_window_cmd_recent_file_activate, drag_data_received_cb):
7817         * shell/main.c (load_files): Modify calls to ev_application to
7818           include GDK_CURRENT_TIME as timestamp.
7819
7820         * shell/main.c (load_files_remote): Obtain timestamp for client
7821           instance from GDK and pass to server instance so new windows are
7822           focused properly.  Fix dbus_g_proxy_call() calls by including second
7823           G_TYPE_INVALID.
7824           
7825         Closes bug #314475.
7826
7827 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
7828
7829         * shell/ev-window.c (ev_window_finalize): Check for
7830         avail. EvWindows when quiting to handle the finalize better,
7831         #314497
7832
7833 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7834         
7835         * properties/ev-properties-view.c: 
7836         
7837         Set textdomain to libglade. Fixes translation problem in property page.
7838
7839 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7840
7841         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7842         * dvi/Makefile.am:
7843         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
7844         * dvi/mdvi-lib/Makefile.am:
7845         
7846         Fix rotation of thumbnails, ported to new API. Moved library
7847         dependencies earlier, probably it will fix linkage problem.
7848
7849 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
7850
7851         * backend/ev-document-misc.c:
7852         (ev_document_misc_get_thumbnail_frame):
7853         * backend/ev-document-misc.h:
7854         * configure.ac:
7855         * pdf/ev-poppler.cc:
7856         * shell/Makefile.am:
7857         * shell/ev-sidebar-thumbnails.c: (add_range),
7858         (ev_sidebar_thumbnails_set_loading_icon),
7859         (ev_sidebar_thumbnails_refresh),
7860         (ev_sidebar_thumbnails_set_document):
7861         * shell/ev-sidebar-thumbnails.h:
7862         * shell/ev-view.c: (ev_view_motion_notify_event),
7863         (ev_view_set_property), (ev_view_get_property),
7864         (ev_view_class_init), (ev_view_set_rotation):
7865         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7866         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
7867         (ev_window_init):
7868         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
7869         Redo rotation (again).  prepare for 0.4.0
7870
7871 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
7872
7873         * configure.ac: Bump poppler requirement to 0.4.1.
7874
7875         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
7876         argument to poppler_page_render_selection() call.
7877
7878 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7879
7880         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
7881         (djvu_document_thumbnails_get_thumbnail):
7882         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
7883         (dvi_document_thumbnails_get_thumbnail):
7884         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
7885         (pixbuf_document_thumbnails_get_thumbnail):
7886         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
7887         
7888         Update rotation direction of backends to fit with pdf and ps.
7889
7890 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
7891
7892         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
7893         * backend/ev-async-renderer.h:
7894         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
7895         (setup_page), (ps_document_get_page_size),
7896         (ps_async_renderer_render_pixbuf):
7897         * ps/ps-document.h:
7898         * shell/ev-jobs.c: (ev_job_render_run):
7899
7900         Fix orientation in the postscript document
7901
7902 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
7903
7904         * pdf/ev-poppler.cc:
7905         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
7906         * shell/ev-view.c: (highlight_find_results):
7907
7908         Adapt to the new poppler rotation API. Fix text maps on landscape
7909         documents.
7910
7911 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
7912
7913         * shell/ev-view.c (compute_new_selection_text): get the correct
7914         region when selecting in modes other than continuous.
7915
7916 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7917
7918         * shell/main.c (main): remove redundant g_warnings.
7919
7920 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7921
7922         * shell/Makefile.am: Don't include autogenerated
7923         file ev-application-service.h into distribution, since
7924         it causes dbus crash. Fix for bugs 313724 and 313443. 
7925
7926 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7927
7928         * configure.ac: Fix sed expression for FreeBSD. Thanks
7929         to Joe Marcus Clark <marcus@freebsd.org>
7930         
7931         * shell/eggfindbar.c: (entry_activate_callback),
7932         (entry_changed_callback), (egg_find_bar_init),
7933         (egg_find_bar_set_search_string):
7934         
7935         Made findbar buttons unsensitive if there is no text in
7936         entry. Fix for the bug 313285.
7937
7938 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
7939
7940         * ps/ps-document.c: Use g_filename_display_name for displaying
7941         filenames and revert string freeze breackage
7942
7943 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
7944
7945         * NEWS:
7946         * configure.ac:
7947
7948         Update for 0.3.4
7949
7950         * shell/Makefile.am:
7951
7952         Add ev-application-service.xml to extra dist
7953
7954         * shell/ev-view.c: (find_page_at_location):
7955
7956         Remove unused function (fix warning)
7957
7958 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7959
7960         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
7961         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
7962         
7963         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
7964         bug 313623.
7965
7966 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7967
7968         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
7969         * shell/ev-window.c:
7970         Fix build warnings
7971
7972 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7973
7974         * configure.ac: Update script to get dbus version.
7975         Fix for the bug #313443.
7976
7977 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7978
7979         * shell/ev-window.c: (ev_window_cmd_escape):
7980         
7981         Return focus back to view on escape. Fix for bug 313295.
7982
7983 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7984
7985         * shell/ev-window.c: (update_window_title),
7986         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
7987         (ev_window_cmd_save_as):
7988         
7989         Correct conversion from uri to displayable string. Fix for
7990         bug 313296.
7991
7992 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7993
7994         * ps/ps-document.c: convert filename to utf8 when there is an error
7995         loading document. Fixes #309915
7996
7997 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
7998
7999         * configure.ac:
8000
8001         We depend on poppler 0.4.0
8002
8003 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
8004
8005         * configure.ac:
8006         * NEWS: Release 0.3.3.
8007         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
8008
8009 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
8010
8011         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
8012         add a couple missing mnemonics to menu items, use title 
8013         capitalization for menu items and window titles, and add 
8014         ellipsis to open menu item.     
8015
8016 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
8017
8018         * pdf/ev-poppler.cc:
8019         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
8020         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
8021         (ev_view_get_rotation):
8022         * shell/ev-view.h:
8023         * shell/ev-window.c: (setup_view_from_metadata),
8024         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
8025         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
8026         disk.
8027
8028 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
8029
8030         * configure.ac: Added tr to ALL_LINGUAS
8031
8032 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8033
8034         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
8035         requires several clicks to find word. Thanks to 
8036         Colin Slater <kiltedtaco@gmail.com>.
8037
8038 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
8039
8040         * data/evince.desktop.in.in: Hide menu entry and
8041         rename it to "Document Viewer". Fix for bug 
8042         #312399.
8043
8044 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
8045
8046         * shell/ev-page-action.c (ev_page_action_class_init): 
8047
8048         Point to the correct function in constructor of the
8049         activate_label signal
8050
8051 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
8052
8053         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8054         * shell/ev-jobs.h: Make thread safe.
8055
8056 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8057
8058         * shell/ev-view.c: (view_update_range_and_current_page):
8059         Don't update page range if we are scrolling to some document
8060         point.
8061
8062 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8063
8064         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
8065         when getting max_page_width, fix drawing in dual mode.
8066
8067 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
8068
8069         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
8070         getting the area for select_all.
8071
8072 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
8073
8074         * backend/ev-selection.c: (ev_selection_render_selection):
8075         * backend/ev-selection.h:
8076         * pdf/ev-poppler.cc:
8077         * shell/ev-jobs.c: (ev_job_render_new):
8078         * shell/ev-jobs.h:
8079         * shell/ev-pixbuf-cache.c: (get_selection_colors),
8080         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
8081         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
8082         (ev_view_class_init):
8083
8084         Change selection color on focus in and focus out events.  Also,
8085         poppler now uses GdkColor for specifying the selection colors, so
8086         drop some awkward conversion code.
8087
8088 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
8089
8090         * configure.ac: Added Hebrew translation
8091
8092 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
8093
8094         * NOTES:
8095         * backend/ev-selection.c: (ev_selection_render_selection):
8096         * backend/ev-selection.h:
8097         * pdf/ev-poppler.cc:
8098         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
8099         (ev_job_render_run):
8100         * shell/ev-jobs.h:
8101         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8102         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
8103         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
8104         (ev_pixbuf_cache_style_changed),
8105         (ev_pixbuf_cache_get_selection_pixbuf),
8106         (ev_pixbuf_cache_set_selection_list),
8107         (ev_pixbuf_cache_get_selection_list):
8108         * shell/ev-pixbuf-cache.h:
8109         * shell/ev-utils.c: (ev_print_region_contents):
8110         * shell/ev-utils.h:
8111         * shell/ev-view.c: (ev_view_queue_draw_page),
8112         (selection_update_idle_cb), (ev_view_motion_notify_event),
8113         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
8114         (setup_caches), (ev_view_find_next), (merge_selection_region),
8115         (selection_free):
8116         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
8117
8118         Clean up selection to be much smoother!
8119
8120 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
8121
8122         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
8123         to poppler_page_render_selection().
8124
8125 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8126
8127         * ps/ps-document.c: (save_page_list): Use
8128         unzipped document when printing. Thanks to 
8129         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
8130         311016.
8131
8132 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8133
8134         * shell/ev-window.c: (update_action_sensitivity):
8135         
8136         Disable print and save respect to lockdown gconf keys. Fix
8137         for 312342.
8138
8139 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8140
8141         * configure.ac:
8142         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
8143         (write_to_temp_file), (ev_file_set_contents):
8144         * shell/ev-utils.h:
8145         * shell/ev-window.c: (save_print_config_to_file):
8146         
8147         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
8148         Fix for bug 312238
8149
8150 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
8151
8152         * shell/ev-window.c: (load_print_config_from_file),
8153         (save_print_config_to_file), (ev_window_print_range):
8154
8155         Persist the print settings. Fixes bug #311578.
8156
8157 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8158
8159         * djvu/djvu-document.c: (djvu_document_get_page_size),
8160         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
8161         (djvu_document_thumbnails_get_thumbnail):
8162         * dvi/dvi-document.c: (dvi_document_get_page_size),
8163         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
8164         (dvi_document_thumbnails_get_dimensions),
8165         (dvi_document_thumbnails_get_thumbnail):
8166         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
8167         (pixbuf_document_render_pixbuf),
8168         (pixbuf_document_document_iface_init),
8169         (pixbuf_document_thumbnails_get_thumbnail):
8170         
8171         Update backends to make them build with new rotation system.
8172
8173 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8174
8175         * help/C/figures/evince_start_window.png:
8176         
8177         Update documentation image from Luca Ferretti <elle.uca@libero.it>
8178
8179 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
8180
8181         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
8182         * shell/ev-pixbuf-cache.h:
8183         * shell/ev-sidebar-thumbnails.c:
8184         (ev_sidebar_thumbnails_get_property), (add_range),
8185         (adjustment_changed_cb):
8186         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
8187         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
8188         we were thumbnailing the entire docment on startup, slowing us
8189         down hugely. 
8190
8191 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
8192
8193         * shell/ev-page-cache.c: (ev_page_cache_new):
8194         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
8195         == 0, fixes #310306.
8196
8197 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8198
8199         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
8200         (ev_view_rotate_left):
8201
8202         Account rotation in doc_rect_to_view_rect.
8203         Ensure rotation doesnt go out of bounds.
8204
8205 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8206
8207         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8208
8209         Correct and cleanup w/h swapping
8210
8211 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8212
8213         * backend/ev-document-thumbnails.c:
8214         (ev_document_thumbnails_get_thumbnail):
8215         * backend/ev-document-thumbnails.h:
8216         * backend/ev-document.c:
8217         * backend/ev-document.h:
8218         * backend/ev-render-context.c: (ev_render_context_new),
8219         (ev_render_context_set_rotation):
8220         * backend/ev-render-context.h:
8221         * pdf/ev-poppler.cc:
8222         * ps/ps-document.c: (ps_document_document_iface_init):
8223         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8224         * shell/ev-jobs.h:
8225         * shell/ev-page-cache.c: (build_height_to_page),
8226         (ev_page_cache_new), (ev_page_cache_get_size),
8227         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8228         (ev_page_cache_get_height_to_page):
8229         * shell/ev-page-cache.h:
8230         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8231         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8232         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
8233         (ev_pixbuf_cache_get_selection_pixbuf):
8234         * shell/ev-pixbuf-cache.h:
8235         * shell/ev-print-job.c: (idle_print_handler):
8236         * shell/ev-sidebar-thumbnails.c: (add_range):
8237         * shell/ev-view.c: (view_update_range_and_current_page),
8238         (get_page_y_offset), (get_page_extents),
8239         (ev_view_size_request_continuous_dual_page),
8240         (ev_view_size_request_continuous),
8241         (ev_view_size_request_dual_page),
8242         (ev_view_size_request_single_page), (draw_one_page),
8243         (ev_view_set_rotation), (ev_view_rotate_right),
8244         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8245         (ev_view_zoom_for_size_continuous_and_dual_page),
8246         (ev_view_zoom_for_size_continuous),
8247         (ev_view_zoom_for_size_dual_page),
8248         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8249         (ev_view_select_all):
8250         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8251         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
8252         (tiff_document_document_iface_init),
8253         (tiff_document_thumbnails_get_thumbnail):
8254
8255         Use rotation rather than orientation. It's easier and enough
8256         for our needs.
8257
8258 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8259
8260         * shell/ev-page-cache.c: (build_height_to_page),
8261         (ev_page_cache_new), (ev_page_cache_get_size),
8262         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8263         (ev_page_cache_get_height_to_page):
8264         * shell/ev-page-cache.h:
8265         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8266         (ev_view_size_request_continuous_dual_page),
8267         (ev_view_size_request_continuous),
8268         (ev_view_zoom_for_size_continuous_and_dual_page),
8269         (ev_view_zoom_for_size_continuous):
8270
8271         Make the page cache aware of page orientation.
8272
8273 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8274
8275         * backend/ev-document-thumbnails.c:
8276         (ev_document_thumbnails_get_thumbnail):
8277         * backend/ev-document-thumbnails.h:
8278         * backend/ev-document.c:
8279         * backend/ev-document.h:
8280         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8281         * backend/ev-ps-exporter.h:
8282         * pdf/ev-poppler.cc:
8283         * ps/ps-document.c: (ps_document_document_iface_init),
8284         (ps_document_ps_export_do_page):
8285         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8286         * shell/ev-jobs.h:
8287         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8288         (ev_page_cache_get):
8289         * shell/ev-page-cache.h:
8290         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8291         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8292         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8293         * shell/ev-pixbuf-cache.h:
8294         * shell/ev-print-job.c: (idle_print_handler):
8295         * shell/ev-sidebar-thumbnails.c: (add_range):
8296         * shell/ev-view.c: (view_update_range_and_current_page),
8297         (get_page_extents), (ev_view_size_request_dual_page),
8298         (ev_view_size_request_single_page), (draw_one_page),
8299         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8300         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8301         (ev_view_zoom_for_size_dual_page),
8302         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8303         (ev_view_select_all):
8304         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8305         * tiff/tiff-document.c: (tiff_document_get_page_size),
8306         (tiff_document_get_orientation), (rotate_pixbuf),
8307         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8308         (tiff_document_thumbnails_get_thumbnail),
8309         (tiff_document_ps_export_do_page), (tiff_document_init):
8310
8311         Really make use of the orientation bit of the render context.
8312         Use the render context in a few more places in the backend API.
8313         This regress orientation, but now it's done right. Will try to
8314         fix it up asap...
8315
8316 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8317
8318         * shell/ev-view.c: (ensure_rectangle_is_visible):
8319
8320         Patch by Nickolay V. Shmyrev to fix find flickering
8321
8322 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8323
8324         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8325         duplex parameters to ::begin.
8326
8327         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8328         * shell/ev-print-job.c (idle_print_handler): 
8329         * ps/ps-document.c (ps_document_ps_export_begin): 
8330         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8331         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8332         implementations. Poppler backend needs poppler cvs. Rest has
8333         unchanged behavior.
8334
8335 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8336
8337         * shell/ev-window.c (using_pdf_printer): new function.
8338         (ev_window_print_range): print a less techy message if someone
8339         tries to print to PDF.
8340
8341 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8342
8343         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8344         from "unknown font" string. Bug #311431
8345
8346 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8347
8348         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8349
8350 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8351
8352         Bug #311280
8353         
8354         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8355         name for PopplerFontTypes
8356         (pdf_document_fonts_fill_model): add font type to the detail column
8357
8358         * backend/ev-document-fonts.h: added
8359         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8360
8361         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8362         font name and font details, add a little markup.
8363         (ev_properties_fonts_init): use the new cell data func, specify ypad
8364         property for the cell renderer.
8365         (ev_properties_fonts_set_document): add the details column.
8366
8367 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8368
8369         * configure.ac: Added "pl" to ALL_LINGUAS.
8370
8371 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8372
8373         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8374
8375 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8376
8377         * help/ChangeLog: Started this for translations of manual.
8378         * configure.ac, autogen.sh, .cvsignore: Migrated to
8379         gnome-doc-utils. Patch in bug #311222.
8380
8381 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8382
8383         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8384         #ifdef this away to fix an unused-function warning.
8385
8386 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8387
8388         * configure.ac: Added 'gl' to ALL_LINGUAS.
8389
8390 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8391
8392         * configure.ac: Added ne in ALL_LINGUAS
8393         
8394 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8395
8396         * shell/ev-view.c: (ev_view_leave_notify_event):
8397         
8398         Clear status message when pointer leaves view. Fix for bug
8399         #310818 
8400
8401 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8402
8403         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8404
8405 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8406
8407         * shell/ev-view.c: (ev_view_leave_notify_event),
8408         (ev_view_class_init):
8409         
8410         Set cursor to normal then leaving view.
8411
8412 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8413
8414         * configure.ac:
8415         
8416         Fix required djvulibre version.
8417
8418 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8419
8420         *configure.ac: Hindi (hi) language added
8421
8422 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8423
8424         *configure.ac: Punjabi (pa) Language added
8425
8426 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8427
8428         * data/evince-ui.xml, shell/ev-window.c:
8429         
8430         Add keypad accelerators for zooming. Fix for bug 308128.
8431
8432 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8433
8434         * Makefile.am:
8435         * backend/Makefile.am:
8436         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8437         * configure.ac:
8438         * shell/ev-document-types.c: (ev_document_types_add_filters):
8439
8440         Allow to enable/disable the pixbuf backend.
8441         Default to off for now. If we want it enabled we should
8442         really put mime types in the desktop, implement properties etc.
8443
8444         * properties/evince-properties.c:
8445
8446         Initialize error to NULL.
8447         Check error is not NULL before freeing.
8448
8449 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8450
8451         * shell/ev-window.c:
8452
8453         Use F5 as presentation accell
8454
8455 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8456
8457         * shell/ev-window.c: (update_chrome_visibility),
8458         (ev_window_create_fullscreen_popup), (ev_window_init):
8459
8460         Do not leak the fullscreen toolbar
8461
8462 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8463
8464         * shell/ev-window.c: (view_actions_focus_in_cb),
8465         (view_actions_focus_out_cb):
8466
8467         These has a return value! Fix totally random focus
8468         issues we was seeing.
8469
8470 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8471
8472         * shell/main.c: (load_files_remote):
8473
8474         Allow open more than one file
8475
8476 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8477
8478         * shell/main.c: (load_files_remote):
8479
8480         Fix for dbus 0.33. bug #309975
8481
8482 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8483
8484         * properties/ev-properties-main.c: (ev_properties_get_pages):
8485
8486         Actually return NULL for types we dont support
8487
8488 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8489
8490         * po/POTFILES.in:
8491
8492         Remove empty lines.
8493
8494 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8495
8496         * backend/ev-document-factory.c:
8497         (ev_document_factory_get_document):
8498
8499         Do not try to create the object if type
8500         is invalid.
8501
8502 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8503
8504         * ps/ps-document.c: (ps_document_dispose),
8505         (ps_async_renderer_render_pixbuf):
8506         * ps/ps-document.h:
8507
8508         Do not leak the target window
8509
8510 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8511
8512         * shell/ev-application.c: (ev_application_init):
8513
8514         Let tbe check file existence for us.
8515         Add a comment about eggrecent mime filter.
8516
8517 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8518
8519         * data/evince-ui.xml:
8520         * shell/ev-application.c: (ev_application_shutdown),
8521         (ev_application_init), (ev_application_get_toolbars_model),
8522         (ev_application_get_recent_model),
8523         (ev_application_save_toolbars_model):
8524         * shell/ev-application.h:
8525         * shell/ev-window.c: (ev_window_add_recent),
8526         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8527         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8528         (ev_window_init):
8529
8530         Use common toolbar and recent models for all windows.
8531         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8532
8533 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8534
8535         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8536         successfully check for gtk_icon_view_get_visible_range.
8537
8538 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8539
8540         * djvu/Makefile.am:
8541         * dvi/Makefile.am:
8542         
8543         Fix djvu and dvi backend build.
8544
8545 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8546
8547         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8548         (new_separator_pixbuf):
8549
8550         Don't leak windows.
8551
8552 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8553
8554         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8555
8556         HIGification of toolbar editor dialogue.
8557
8558 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8559
8560         * configure.ac:
8561         * shell/Makefile.am:
8562
8563         Ever build metadata manager since it's just
8564         disabled at runtime now.
8565
8566 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8567
8568         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8569         (ev_metadata_manager_get), (ev_metadata_manager_set):
8570         * shell/ev-metadata-manager.h:
8571
8572         Add an _init functions that enabled metadata management
8573         at runtime.
8574
8575         * shell/ev-window.c: (page_changed_cb),
8576         (setup_document_from_metadata), (ev_window_setup_document),
8577         (setup_view_from_metadata), (ev_window_open_uri),
8578         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8579         (ev_window_run_presentation), (ev_window_stop_presentation),
8580         (save_sizing_mode), (ev_window_zoom_changed_cb),
8581         (ev_window_continuous_changed_cb),
8582         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8583         (window_configure_event_cb):
8584
8585         Remove all ugly metadata define since we deal with it
8586         at runtime now.
8587
8588         * shell/main.c: (load_files_remote), (main):
8589
8590         Add support for dbus cvs head. Hopefully didnt break one
8591         of the other versions now!
8592
8593         If we dont get a response from the dbus server just
8594         give up with it and not enable metadata.
8595
8596 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8597
8598         * Makefile.am:
8599         * backend/Makefile.am:
8600         * configure.ac:
8601         * cut-n-paste/recent-files/Makefile.am:
8602         * cut-n-paste/toolbar-editor/Makefile.am:
8603         * cut-n-paste/zoom-control/Makefile.am:
8604         * lib/Makefile.am:
8605         * pdf/Makefile.am:
8606         * pixbuf/Makefile.am:
8607         * properties/Makefile.am:
8608         * ps/Makefile.am:
8609         * shell/Makefile.am:
8610         * thumbnailer/Makefile.am:
8611         * tiff/Makefile.am:
8612
8613         Make frontends depend on just libev.
8614         Rework and group CFLAGS/LIBS definitions.
8615         Cleanups.
8616
8617 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8618
8619         * shell/ev-window:
8620
8621         do not unnecessarily save zoom
8622
8623         * configure.ac:
8624         * lib/ev-file-helpers.c: (ev_dot_dir):
8625         * shell/Makefile.am:
8626         * shell/dummy.cc:
8627
8628         Some cleanups
8629
8630 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8631
8632         * configure.ac:
8633         
8634         Remove unnecessary dependencies
8635
8636 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8637
8638         * properties/Makefile.am:
8639         * thumbnailer/Makefile.am:
8640         * tiff/Makefile.am:
8641
8642         Some more cleanups. Was really necessary
8643         but I probably introduced bugs, feel free
8644         to flame :)
8645
8646 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8647
8648         * backend/Makefile.am:
8649         * configure.ac:
8650         * cut-n-paste/recent-files/Makefile.am:
8651         * cut-n-paste/toolbar-editor/Makefile.am:
8652         * cut-n-paste/zoom-control/Makefile.am:
8653         * lib/Makefile.am:
8654         * pdf/Makefile.am:
8655         * pixbuf/Makefile.am:
8656         * properties/Makefile.am:
8657         * ps/Makefile.am:
8658         * shell/Makefile.am:
8659         * thumbnailer/Makefile.am:
8660         * tiff/Makefile.am:
8661
8662         Use gnome-common macros when possible.
8663         Cleanup dependencies.
8664         Actually disable deprecated where possible.
8665
8666 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8667
8668         * Makefile.am:
8669         * backend/Makefile.am:
8670         * properties/Makefile.am:
8671         * shell/Makefile.am:
8672         * thumbnailer/Makefile.am:
8673
8674         This should solve the circular dep without
8675         requiring dir reorg!
8676
8677         * shell/ev-window.c: (setup_view_from_metadata):
8678
8679         Never restore window size/position when the
8680         window is already visible.
8681
8682 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8683
8684         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
8685
8686         Return a boolean from timeout func. Fix ported from gedit.
8687
8688 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
8689
8690         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
8691
8692 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
8693
8694         * shell/ev-document-types.c: set "All Documents" as default filter in
8695         open dialog
8696
8697 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
8698
8699         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
8700         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
8701         (ev_metadata_manager_set_boolean): fix value/val thinko.
8702
8703 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8704
8705         * shell/ev-window.c: (setup_view_from_metadata),
8706         (window_state_event_cb), (window_configure_event_cb),
8707         (ev_window_init):
8708
8709         Remember window position and maximized state
8710
8711 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8712
8713         * configure.ac:
8714
8715         Fix DBUS configure checks.
8716
8717         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
8718         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
8719         (ev_metadata_manager_set_boolean):
8720
8721         Plug mem leaks.
8722
8723         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
8724         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8725         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
8726         (ev_window_continuous_changed_cb),
8727         (ev_window_dual_mode_changed_cb), (ev_window_new):
8728
8729         Fix the build without DBUS.
8730
8731 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8732
8733         * shell/ev-metadata-manager.c: (parse_value), (save_values),
8734         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
8735         (ev_metadata_manager_set_string),
8736         (ev_metadata_manager_set_boolean):
8737         * shell/ev-metadata-manager.h:
8738
8739         Add support for some more types
8740
8741         * shell/ev-view.c: (scroll_to_current_page),
8742         (ev_view_get_continuous), (ev_view_set_continuous),
8743         (ev_view_get_dual_page):
8744         * shell/ev-view.h:
8745         * shell/ev-window.c: (page_changed_cb),
8746         (setup_document_from_metadata), (ev_window_setup_document),
8747         (setup_view_from_metadata), (ev_window_open_uri),
8748         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8749         (ev_window_run_presentation), (ev_window_stop_presentation),
8750         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
8751         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
8752         (ev_window_update_dual_page_action),
8753         (ev_window_continuous_changed_cb),
8754         (ev_window_dual_mode_changed_cb), (ev_window_init):
8755
8756         Remember a bunch of view/document properties. Prolly some
8757         are still missing but it's getting interesting.
8758
8759 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
8760
8761         * configure.ac: check if dbus-binding-tool is installed. Not the
8762         case on current Ubuntu breezy, it seems.
8763
8764 2005-07-05  Luca Ferretti <elle.uca@libero.it>
8765
8766         * data/evince.desktop.in.in:
8767         
8768         Allow open uri lists and add TryExec field.
8769
8770 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8771
8772         * configure.ac:
8773
8774         Enable dbus when available, do not require a configure
8775         option.
8776
8777 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8778
8779         * configure.ac:
8780
8781         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
8782         disabled.
8783
8784 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
8785         Marco Pesenti Gritti  <mpg@redhat.com>
8786
8787         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
8788         
8789         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
8790         functions to the format required by dbus
8791
8792         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
8793         errors. Use the RPC parameters in the expected way
8794
8795 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8796
8797         * Makefile.am:
8798         * properties/Makefile.am:
8799         * properties/ev-properties-main.c: (ev_properties_get_pages):
8800
8801         Support all mime types
8802
8803         * shell/Makefile.am:
8804         * thumbnailer/Makefile.am:
8805         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
8806         (evince_thumbnail_pngenc_get):
8807
8808         Use the document factory
8809
8810 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8811
8812         * backend/Makefile.am:
8813         * backend/ev-document-factory.c:
8814         (mime_type_supported_by_gdk_pixbuf),
8815         (ev_document_type_get_from_mime),
8816         (ev_document_factory_get_document),
8817         (ev_document_factory_get_backend),
8818         (ev_document_factory_get_mime_types),
8819         (ev_document_factory_get_all_mime_types):
8820         * backend/ev-document-factory.h:
8821         * shell/Makefile.am:
8822         * shell/ev-document-types.c: (get_document_from_uri),
8823         (ev_document_types_get_document),
8824         (file_filter_add_mime_list_and_free),
8825         (ev_document_types_add_filters):
8826         * shell/ev-document-types.h:
8827         * shell/ev-job-xfer.c: (ev_job_xfer_run):
8828         * shell/ev-properties-dialog.c:
8829         (ev_properties_dialog_set_document):
8830         * shell/ev-window.c: (ev_window_cmd_file_open),
8831         (ev_window_cmd_save_as):
8832         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8833
8834         Rework document types managing to avoid code duplication
8835         and actually abstract from backend implementations.
8836         Also provide a minimal factory api that can be used by
8837         thumbnailer/properties.
8838
8839 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8840
8841         * properties/ev-properties-view.c: (ev_properties_view_set_info):
8842         Plug a mem leak.
8843         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8844         HIG spacings.
8845
8846 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8847
8848         * shell/ev-properties-dialog.c
8849         (ev_properties_dialog_set_document): only call
8850         ev_properties_fonts_set_document() if the document implements the
8851         fonts interface
8852
8853 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8854
8855         * configure.ac:
8856         * properties/Makefile.am:
8857         * properties/ev-properties-view.c:
8858         (ev_properties_view_register_type):
8859         * properties/ev-properties-view.h:
8860         * properties/ev-properties-main.h:
8861
8862         Implement nautilus plugin for properties.
8863         Works only for pdf atm, I need to rework the
8864         document types stuff to get this to work
8865         for all backends...
8866
8867 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8868
8869         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
8870         (ev_properties_fonts_set_document): use
8871         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
8872
8873 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8874
8875         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
8876         them
8877         (PlaceImage, tiff2ps_process_page): use
8878         g_ascii_dtostr to convert floats to strings in a locale-safe way.
8879
8880
8881 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8882
8883         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
8884         (main): to call gnome_authentication_manager_init. Should fix
8885         Bug #308510
8886
8887         * configure.ac: that requires libgnomeui 2.6.0.
8888
8889 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8890
8891         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8892         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
8893         use the new tiff2ps interfaces
8894
8895         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
8896         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
8897
8898         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
8899         structure instead of global variables.  Remove use of static
8900         variables in functions.
8901
8902 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
8903
8904         * shell/ev-page-action.c: unref the completion after setting it to the
8905         entry
8906
8907 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8908
8909         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
8910         postscript files
8911
8912 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8913
8914         * shell/ev-window.c (update_action_sensitivity): disable
8915         File->Print if the document does not implement the ps exporter
8916         interface
8917
8918 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
8919
8920         * Makefile.am:
8921         * configure.ac:
8922         * data/evince-properties.glade:
8923         * properties/.cvsignore:
8924         * properties/Makefile.am:
8925         * properties/ev-properties-view.c: (ev_properties_view_dispose),
8926         (ev_properties_view_class_init), (ev_properties_view_format_date),
8927         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
8928         (ev_properties_view_init), (ev_properties_view_new):
8929         * properties/ev-properties-view.h:
8930         * shell/Makefile.am:
8931         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
8932         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
8933         (ev_properties_dialog_new):
8934         * shell/ev-properties-dialog.h:
8935         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
8936         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
8937         (update_progress_label), (job_fonts_finished_cb),
8938         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
8939         * shell/ev-properties-fonts.h:
8940         * shell/ev-properties.c:
8941         * shell/ev-properties.h:
8942         * shell/ev-window.c: (ev_window_setup_document),
8943         (ev_window_cmd_file_properties):
8944
8945         Split the properties pages in two different objects, depend
8946         only on the backend where possible, use widgets instead
8947         of gobject for the glade part, reimplement the dialog
8948         itself with gtk.
8949         I need this to implement nautilus properties page.
8950
8951 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
8952
8953         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8954         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
8955         (tiff_document_document_ps_exporter_iface_init): implement the ps
8956         exporter interface for tiff documents
8957
8958         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
8959         libtiff to implement TIFF postscript export
8960
8961         * tiff/tiff2ps.h: added a header file for external tiff2ps
8962         functions.
8963
8964         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
8965         tiff2ps.h
8966
8967 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8968
8969         * shell/ev-view.c: (scroll_to_current_page),
8970         (ev_view_set_fullscreen), (ev_view_set_presentation):
8971         
8972         Scroll to current page when exit from presentation
8973
8974 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8975
8976         * shell/ev-window.c: (update_document_mode),
8977         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8978         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
8979         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
8980         
8981         Exit from fullscreen mode when switch to presentation. Fix for
8982         bug 309365
8983
8984 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8985
8986         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
8987         return NULL if the document does not implement the selection
8988         interface.
8989
8990 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8991
8992         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
8993         reported height by using the resolution aspect ratio
8994         (tiff_document_render_pixbuf): scale the pixbuf using the
8995         resolution aspect ratio
8996
8997 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8998
8999         * configure.ac:
9000         
9001         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
9002         <kiltedaco@gmail.com>
9003         
9004         * djvu/djvu-document.c: (djvu_document_get_orientation),
9005         (djvu_document_set_orientation), (djvu_document_get_page_size),
9006         (rotate_pixbuf), (djvu_document_render_pixbuf),
9007         (djvu_document_document_iface_init):
9008         * dvi/dvi-document.c: (dvi_document_get_orientation),
9009         (dvi_document_set_orientation), (dvi_document_get_page_size),
9010         (rotate_pixbuf), (dvi_document_render_pixbuf),
9011         (dvi_document_document_iface_init):
9012         
9013         Dvi and djvu backends are ported to new API
9014
9015 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
9016
9017         * backend/ev-selection.c: (ev_selection_get_selection_region),
9018         (ev_selection_get_selection_map):
9019         * backend/ev-selection.h:
9020         * pdf/ev-poppler.cc:
9021         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9022         * shell/ev-jobs.h:
9023         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9024         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
9025         (ev_pixbuf_cache_get_text_mapping):
9026         * shell/ev-pixbuf-cache.h:
9027         * shell/ev-view.c: (location_in_text),
9028         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
9029         support to EvView.  Now we can see where we can select!  Sweet!
9030
9031 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9032
9033         * shell/ev-view.c (ev_view_button_press_event): Fix
9034         event->y + view->scroll_x typo.
9035
9036 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
9037
9038         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
9039         sub-GdkPixbuf instead of passing dest_x and dest_y.
9040         
9041         * shell/ev-view.c: (view_point_to_doc_point),
9042         (view_rect_to_doc_rect), (ev_view_button_press_event),
9043         (ev_view_motion_notify_event), (compute_new_selection_rect),
9044         (gdk_rectangle_point_in), (compute_new_selection_text),
9045         (compute_selections): Update selection code to keep the selection
9046         around as two points and not as a normalized rectangle, and fix
9047         page level selection in two-column mode.
9048
9049 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
9050
9051         * shell/ev-window.c: (window_configure_event_cb): 
9052         
9053         Fix compilation
9054         
9055 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9056
9057         * pdf/ev-poppler.cc:
9058
9059         Fix compilation
9060
9061 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
9062
9063         * shell/Makefile.am:
9064         * shell/ev-metadata-manager.c: (item_free),
9065         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
9066         (parse_value), (parseItem), (load_values),
9067         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
9068         (save_values), (save_item), (get_oldest), (resize_items),
9069         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
9070         * shell/ev-metadata-manager.h:
9071
9072         Metadata manager from gedit but modified to use GValue, so that
9073         we dont need to keep converting from strings.
9074
9075         * configure.ac:
9076
9077         ENABLE_METADATA conditional, on when dbus is on
9078
9079         * shell/ev-application.c: (ev_application_open_uri):
9080
9081         Show the window after load so that we can initialize
9082         window size before it's showed.
9083
9084         * shell/ev-window.c: (ev_window_setup_from_metadata),
9085         (ev_window_open_uri), (window_configure_event_cb),
9086         (ev_window_init):
9087
9088         Save and load metadata information about window size.
9089         Not yet keeping states in account.
9090
9091         * shell/main.c: (main):
9092
9093         Shutdown metadata manager.
9094
9095 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9096
9097         * shell/ev-application-service.xml:
9098         * configure.ac:
9099         * shell/Makefile.am:
9100         * shell/ev-application.c:
9101         * shell/ev-application.h:
9102         * shell/ev-window.c:
9103         * shell/ev-window.h:
9104         * shell/main.c:
9105
9106         Add an optional dbus interface (--enable-dbus).
9107         Rework application code, mainly to be easier to
9108         use "remotely".
9109         Do not open multiple windows with the same document,
9110         spatial evince!
9111
9112 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
9113
9114         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
9115         pixbuf iff it exists.
9116
9117 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
9118
9119         * shell/*:
9120         * backend/ev-render-context.[ch]:
9121         * backend/ev-selection.[ch]:
9122
9123         Massive changes.  We now support text selection of pdfs, and not
9124         just rectangular selection.  This is pretty broken still, but I
9125         want to get something into CVS.
9126
9127 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9128
9129         * pdf/ev-poppler.cc:
9130         
9131         Fix for Bug 309080: crash on window close.
9132         
9133         * shell/ev-page-action.c: (page_changed_cb):
9134         
9135         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
9136         jensgr@gmx.net (Jens Granseuer).
9137
9138 2005-06-25  Marcel Telka  <marcel@telka.sk>
9139
9140         * configure.in (ALL_LINGUAS): Added sk.
9141
9142 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
9143
9144         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
9145         not a document open
9146
9147 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9148
9149         * NEWS:
9150         * configure.ac:
9151
9152         Release 0.3.2
9153
9154         * cut-n-paste/recent-files/Makefile.am:
9155
9156         Fix make distcheck
9157
9158 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9159
9160         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
9161         (pixbuf_document_set_orientation), (rotate_pixbuf),
9162         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
9163         (pixbuf_document_document_iface_init), (pixbuf_document_init):
9164
9165         Implement rotation and cleanup the code a bit.
9166
9167         * tiff/tiff-document.c: (tiff_document_get_page_size),
9168         (tiff_document_get_orientation), (tiff_document_set_orientation),
9169         (rotate_pixbuf), (tiff_document_render_pixbuf),
9170         (tiff_document_document_iface_init), (tiff_document_init):
9171
9172         Implement rotation. Was the quicker solution for the release
9173         but we really need to share this code in the shell.
9174
9175 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
9176
9177         * pdf/ev-poppler.cc:
9178
9179         Enable rotation, require poppler cvs. Fix a leak.
9180
9181 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9182
9183         * shell/ev-window.c: (update_action_sensitivity):
9184         
9185         Make properties unsensitive if document backend doesn't provide
9186         any info
9187
9188 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9189
9190         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
9191         (bitmap_flip_horizontally), (bitmap_flip_vertically),
9192         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
9193         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
9194         (bitmap_flip_rotate_counter_clockwise):
9195         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
9196         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
9197         (buff_gets):
9198         * dvi/mdvi-lib/common.h:
9199         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
9200         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
9201         (opendvi), (mdvi_reload), (mdvi_init_context),
9202         (mdvi_destroy_context), (mdvi_dopage), (special):
9203         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
9204         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
9205         (file_hash_free), (register_encoding), (parse_spec),
9206         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
9207         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
9208         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
9209         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
9210         (mdvi_register_font_type), (mdvi_unregister_font_type),
9211         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
9212         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
9213         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
9214         (mdvi_hash_destroy_key), (mdvi_hash_reset):
9215         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
9216         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
9217         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
9218         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
9219         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9220         * dvi/mdvi-lib/special.c: (mdvi_register_special),
9221         (mdvi_unregister_special), (mdvi_flush_specials):
9222         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
9223         (t1_font_remove):
9224         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
9225         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
9226         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
9227         (free_font_metrics), (flush_font_metrics):
9228         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
9229         (tt_font_remove):
9230         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
9231         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
9232         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
9233         (dstring_insert), (dstring_new), (dstring_reset):
9234         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
9235         
9236         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
9237         avoid conflict with libtool on FC4
9238         
9239         * shell/ev-window.c: (ev_window_cmd_help_about):
9240         
9241         Update copyright year. Fix for bug 308828.
9242
9243 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9244
9245         * shell/ev-view.c: (add_scroll_binding_keypad),
9246         (ev_view_binding_activated), (ev_view_class_init),
9247         (on_adjustment_value_changed):
9248         
9249         Bug 170874: Arrow keys switch pages in presentation mode
9250
9251 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9252
9253         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
9254         
9255         Fix for Bug 308265: Sidebar dissappears coming out of 
9256         Presentation mode
9257
9258 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9259
9260         * shell/ev-application.c: (ev_application_open):
9261         * shell/ev-document-types.c: (ev_document_types_add_filters),
9262         (ev_document_types_add_filters_for_type):
9263         * shell/ev-document-types.h:
9264         * shell/ev-window.c: (ev_window_cmd_save_as):
9265         
9266         Suggest basename as template when saving, provide filters
9267         for save dialog. It's bug 308402
9268
9269 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9270
9271         * pdf/ev-poppler.cc:
9272         * shell/ev-sidebar-links.c: (job_finished_callback):
9273         * shell/ev-view.c: (update_find_status_message):
9274         
9275         Some leaks fixed
9276
9277 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9278
9279         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9280         (egg_recent_view_uimanager_set_list):
9281
9282         Fix buglet in !show_numbers case.
9283
9284 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9285
9286         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9287         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9288
9289         Use pango ellipsisation.
9290
9291         * pdf/ev-poppler.cc:
9292
9293         Fix refcount leak, from nsh.
9294
9295 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9296
9297         * cut-n-paste/recent-files/Makefile.am:
9298         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9299         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9300         
9301         Removed EggRecentViewGtk
9302         
9303         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9304         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9305         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9306         (ev_window_setup_recent):
9307         
9308         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9309         with other projects
9310
9311 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9312
9313         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9314         (egg_recent_view_gtk_finalize):
9315
9316         Fix memory leak
9317
9318         * cut-n-paste/toolbar-editor/Makefile.am:
9319         
9320         Fix location of cursor icon.
9321         
9322         * pdf/ev-poppler.cc:
9323         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9324         (display_completion_text), (match_completion):
9325         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9326         (selection_changed_callback), (create_loading_model),
9327         (print_section_cb), (links_page_num_func),
9328         (update_page_callback_foreach):
9329         * shell/ev-window.c: (ev_window_dispose):
9330         
9331         Small memory fixes. Links model now store objects instead
9332         of pointers to improve memory management. 
9333
9334 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9335
9336         * shell/ev-window.c: (zoom_control_changed_cb):
9337         
9338         Fix update of zoom control (bug 308268).
9339
9340 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9341
9342         * shell/ev-properties.c (set_property): escape the text correctly.
9343         Handles non-UTF-8 properties and escaped properties.  Also, sets
9344         the text to "<i>None</i>" if the property isn't set.
9345
9346         * data/evince-properties.glade: Change the label to be ellipsized,
9347         and give it a minimum size.
9348
9349 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9350
9351         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9352         * shell/ev-sidebar-links.c: (create_loading_model):
9353         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9354         * shell/ev-view.c: (ev_view_set_document):
9355         * shell/ev-window.c: (ev_window_dispose):
9356         
9357         Various small fixes, mostly memory leaks. Thanks to valgrind.
9358
9359 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9360
9361         * ps/ps-document.c: remove the locale.h include again ;-). And
9362         kill the (bogus) setlocale/savelocale business.
9363
9364 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9365
9366         * ps/ps-document.c:
9367         
9368         Include locale.h to fix build
9369         
9370         * shell/ev-sidebar.c:
9371         
9372         Remove unnecessary includes
9373
9374 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9375
9376         * dvi/dvi-document.c: (dvi_document_load):
9377         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9378         * po/POTFILES.in:
9379         
9380         Check for incorrect dvi files. Fix parsing dvi on AMD64
9381         platform. Thanks to tester@tester.ca (Olivier Crete).
9382
9383 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9384
9385         * shell/ev-page-action.c: (match_selected_cb),
9386         (display_completion_text), (match_completion), (update_model):
9387         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9388         (expand_open_links):
9389         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9390         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9391         (ev_sidebar_set_document):
9392         * shell/ev-window.c: (ev_window_xfer_job_cb),
9393         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9394         
9395         Fixed lot's of memory leaks, for example, memory leak on reload, 
9396         described in bug 307793.
9397
9398 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9399
9400         * pdf/ev-poppler.cc:
9401         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9402         (update_visible_range), (adjustment_changed_cb),
9403         (ev_sidebar_thumbnails_fill_model),
9404         (ev_sidebar_thumbnails_refresh),
9405         (ev_sidebar_tree_selection_changed),
9406         (ev_sidebar_icon_selection_changed),
9407         (ev_sidebar_thumbnails_use_icon_view),
9408         (ev_sidebar_thumbnails_set_document):
9409         * shell/ev-sidebar-thumbnails.h:
9410         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9411         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9412
9413         Refresh thumbnails when changing orientation. Not fully
9414         working yet becuase of a sidebar bug.
9415
9416         Set page orientation to poppler page everywhere. This sucks
9417         really need to fix poppler.
9418
9419 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9420
9421         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9422         (egg_recent_view_gtk_new_menu_item),
9423         (egg_recent_view_gtk_set_property),
9424         (egg_recent_view_gtk_get_property),
9425         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9426         (egg_recent_view_gtk_set_tooltip_func),
9427         (egg_recent_view_gtk_set_label_width),
9428         (egg_recent_view_gtk_get_label_width):
9429         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9430
9431         Sync with libegg (ellipsize labels)
9432
9433 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9434
9435         * data/evince-ui.xml:
9436         * shell/ev-window.c: (ev_window_cmd_go_forward),
9437         (ev_window_cmd_go_backward):
9438         
9439         Shift + PageUp moves 10 Pages. Fix for 306125
9440
9441 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9442
9443         * pdf/ev-poppler.cc:
9444
9445         Add a flag to check if orientation has been overriden
9446
9447 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9448
9449         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9450         field if necessary.
9451
9452         * ps/ps.h: add creator field to document.
9453
9454         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9455         set creator field.
9456
9457 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9458
9459         * data/evince-properties.glade:
9460         * shell/ev-properties.c: (ev_properties_set_document):
9461
9462         s/PDF Version/Format
9463
9464 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9465
9466         * shell/ev-properties.c: (ev_properties_set_document):
9467
9468         Remove unnecessary translations
9469
9470 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9471
9472         * cut-n-paste/toolbar-editor/Makefile.am:
9473
9474         Correct library name    
9475
9476 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9477
9478         * configure.ac:
9479         * cut-n-paste/recent-files/egg-recent-model.c:
9480         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9481         (egg_recent_model_unlock_file):
9482         * cut-n-paste/recent-files/egg-recent-util.c:
9483         (egg_recent_util_get_unique_id):
9484         * cut-n-paste/recent-files/update-from-egg.sh:
9485         * cut-n-paste/toolbar-editor/Makefile.am:
9486         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9487         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9488         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9489         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9490         (egg_toolbars_model_get_type):
9491         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9492
9493         Better makefile for toolbar editor and update everything
9494         to latest libegg.
9495
9496 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9497
9498         * shell/ev-window.c: (update_document_mode):
9499
9500         Prefer presentation mode when the document
9501         require fullscreen.
9502
9503 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9504
9505         * data/evince-ui.xml:
9506         * shell/ev-window.c:
9507
9508         Add control-equal for zooming
9509
9510 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9511
9512         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9513
9514 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9515
9516         * backend/ev-document.c: (ev_document_get_orientation):
9517         * backend/ev-document.h:
9518         * pdf/ev-poppler.cc:
9519         * ps/ps-document.c: (ps_document_get_orientation),
9520         (ps_document_set_orientation), (ps_document_document_iface_init):
9521
9522         Add a get_orientation api. Improve set_orientation.
9523
9524         * data/evince-ui.xml:
9525         * shell/ev-view.c: (ev_view_set_orientation),
9526         (ev_view_rotate_right), (ev_view_rotate_left):
9527         * shell/ev-view.h:
9528         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9529         (ev_window_cmd_edit_rotate_right):
9530
9531         Better ui for changing document orientation
9532
9533 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9534
9535         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9536         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9537         * shell/ev-sidebar-links.h:
9538         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9539         (ev_sidebar_page_iface_init):
9540         * shell/ev-sidebar-page.h:
9541         * shell/ev-sidebar-thumbnails.c:
9542         (ev_sidebar_thumbnails_get_property),
9543         (ev_sidebar_thumbnails_class_init),
9544         (ev_sidebar_thumbnails_set_document):
9545         * shell/ev-sidebar-thumbnails.h:
9546         * shell/ev-view.c: (ev_view_motion_notify_event):
9547         * shell/ev-window.c: (update_chrome_visibility),
9548         (ev_window_cmd_focus_page_selector),
9549         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9550         (sidebar_page_main_widget_update_cb), (ev_window_init):
9551         
9552         Autoraise toolbar on GoToPage binding and fix bindings in
9553         EvSidebarThumbnails page.
9554
9555 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9556
9557         * shell/ev-properties.c: (update_progress_label):
9558
9559         Hide the progress label when finished; bug #307697.
9560
9561 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9562
9563         * pdf/ev-poppler.cc:
9564
9565         Enable is_open for links, you will need poppler cvs
9566
9567         * shell/ev-properties.c: (job_fonts_finished_cb):
9568
9569         Get a lock on the document when filling the tree view
9570
9571 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9572
9573         * backend/ev-document-links.h:
9574         * pdf/ev-poppler.cc:
9575         * shell/ev-sidebar-links.c: (create_loading_model),
9576         (expand_open_links), (job_finished_callback):
9577
9578         Expand links when specified by the document.
9579         Depend on a poppler api (defined out for now)
9580
9581 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9582
9583         * shell/ev-properties.c: (ev_properties_dispose),
9584         (ev_properties_class_init), (dialog_destroy_cb),
9585         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9586         (ev_properties_set_document), (ev_properties_new),
9587         (ev_properties_show):
9588         * shell/ev-properties.h:
9589
9590         Make it an object, cleanup the code, api to show it as transient
9591         and to set the document.
9592
9593         * shell/ev-window.c: (ev_window_setup_document),
9594         (ev_window_cmd_file_properties):
9595
9596         Adapt to EvProperties changes, do not show multiple
9597         times, update it when document changes.
9598
9599 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9600
9601         * ps/gstypes.h:
9602         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9603         (ps_document_set_orientation), (ps_document_document_iface_init):
9604         * ps/ps-document.h:
9605
9606         Implement orientation here too
9607
9608         * shell/ev-properties.c: (ev_properties_new):
9609         * data/evince-properties.glade:
9610
9611         Hide the fonts page for backends that doesnt
9612         support it.     
9613
9614 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9615
9616         * backend/ev-document.c: (ev_document_set_orientation):
9617         * backend/ev-document.h:
9618         * pdf/ev-poppler.cc:
9619
9620         Add orientation api. Currently poppler api is not optimal,
9621         we need to set orientation every time we _get a page.
9622         I will try to fix that at some point.
9623
9624         * data/evince-ui.xml:
9625         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
9626         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
9627
9628         Add orientation menu items
9629
9630         * shell/ev-page-cache.c: (ev_page_cache_clear):
9631         * shell/ev-page-cache.h:
9632
9633         Add api to clear the cache
9634
9635         * shell/ev-view.c: (setup_caches), (clear_caches),
9636         (ev_view_set_document), (ev_view_zoom_out),
9637         (ev_view_set_orientation):
9638         * shell/ev-view.h:
9639
9640         Implement orientation changing
9641
9642 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
9643
9644         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
9645         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
9646         * backend/ev-document-fonts.h:
9647
9648         Separate scan and fill so that we can incrementally fill from
9649         the main thread. Add a progress api.
9650
9651         * data/evince-properties.glade:
9652         * pdf/ev-poppler.cc:
9653         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
9654         * shell/ev-jobs.h:
9655         * shell/ev-properties.c: (update_progress_label),
9656         (job_fonts_finished_cb), (setup_fonts_view):
9657
9658         Incrementally feel the list and show the progress
9659         percentage in a label like acrobat does.
9660
9661         You are going to need poppler cvs
9662
9663 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
9664
9665         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
9666         * backend/ev-document-fonts.h:
9667         * pdf/ev-poppler.cc:
9668
9669         Make fonts model fill incrementally.
9670
9671         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
9672         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
9673         (ev_job_queue_remove_job):
9674         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
9675         (ev_job_fonts_new), (ev_job_fonts_run):
9676         * shell/ev-jobs.h:
9677
9678         New job for fonts scanning
9679
9680         * shell/ev-properties.c: (job_fonts_finished_cb),
9681         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
9682         * shell/ev-properties.h:
9683         * shell/ev-window.c: (ev_window_cmd_file_properties):
9684
9685         Incrementally feel the treeview using the new job. Show Loading...
9686         message until scanning is completed.
9687
9688         Hopefully I didnt break the build without the poppler patch.
9689
9690 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9691
9692         * shell/ev-application.c: (ev_application_open):
9693         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
9694         (ev_document_type_get_type), (ev_document_type_lookup):
9695         * shell/ev-document-types.h:
9696         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
9697         * shell/ev-job-xfer.h:
9698         * shell/ev-window.c: (ev_window_clear_local_uri),
9699         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
9700         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
9701         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9702         
9703         Transfer remote documents to tmp directory to display them later.
9704
9705 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
9706
9707         * backend/ev-document-info.h:
9708         * shell/ev-properties.c: (ev_properties_new):
9709
9710         s/GTime*/GTime. Not sure why we was using a pointer
9711         at all there!
9712
9713 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
9714
9715         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
9716         situations.  That situation is that you're using GTK+-HEAD with
9717         the patch at #306726 is applied, and you have a document with <
9718         1500 pages in it.  It's not quite as uniformly nice as the
9719         TreeView, but should be better in the long run.
9720
9721         I'm pretty sure I guarded against breaking compilation with
9722         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
9723         I missed some.
9724
9725         * shell/ev-window.c (ev_window_init): We don't have our tree/list
9726         widget yet, so I commented that code out
9727         enable_view_actions_for_widget() for now.  Need to figure this
9728         out.
9729
9730         * shell/ev-page-action.c (match_selected_cb): emit the right
9731         signals.  Our cool C-l completion now works.
9732
9733 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9734
9735         * backend/Makefile.am:
9736         * backend/ev-document-fonts.c:
9737         * backend/ev-document-links.c:
9738         * backend/ev-document.c: (ev_document_load):
9739         * backend/ev-document.h:
9740         * backend/ev-job-queue.c:
9741         * backend/ev-job-queue.h:
9742         * backend/ev-jobs.c:
9743         * backend/ev-jobs.h:
9744         * backend/ev-page-cache.c:
9745         * backend/ev-page-cache.h:
9746
9747         EvPageCache and EvJobs are moved to shell.
9748
9749         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
9750         (ev_tmp_filename):
9751         * lib/ev-file-helpers.h:
9752         
9753         New helper to work with temporary files
9754         
9755         * shell/Makefile.am:
9756         * shell/ev-application.c: (ev_application_open):
9757         * shell/ev-application.h:
9758         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
9759         (remove_job_from_async_queue), (add_job_to_async_queue),
9760         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
9761         (handle_job), (search_for_jobs_unlocked),
9762         (no_jobs_available_unlocked), (ev_render_thread),
9763         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9764         (ev_job_queue_add_job), (move_job_async), (move_job),
9765         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9766         * shell/ev-job-queue.h:
9767         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
9768         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
9769         * shell/ev-job-xfer.h:
9770         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9771         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9772         (ev_job_links_class_init), (ev_job_render_init),
9773         (ev_job_render_dispose), (ev_job_render_class_init),
9774         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9775         (ev_job_thumbnail_class_init), (ev_job_load_init),
9776         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
9777         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9778         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
9779         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
9780         * shell/ev-jobs.h:
9781         * shell/ev-page-action.c: (ev_page_action_set_document):
9782         * shell/ev-page-cache.c: (ev_page_cache_init),
9783         (ev_page_cache_class_init), (ev_page_cache_finalize),
9784         (ev_page_cache_new), (ev_page_cache_get_n_pages),
9785         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9786         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
9787         (ev_page_cache_get_title), (ev_page_cache_get_size),
9788         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9789         (ev_page_cache_get_height_to_page),
9790         (ev_page_cache_get_max_label_chars),
9791         (ev_page_cache_get_page_label),
9792         (ev_page_cache_has_nonnumeric_page_labels),
9793         (ev_page_cache_get_info), (ev_page_cache_next_page),
9794         (ev_page_cache_prev_page), (ev_page_cache_get):
9795         * shell/ev-page-cache.h:
9796         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
9797         (ev_pixbuf_cache_clear_job_sizes),
9798         (ev_pixbuf_cache_add_jobs_if_needed),
9799         (ev_pixbuf_cache_set_page_range):
9800         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
9801         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
9802         * shell/ev-sidebar-thumbnails.c:
9803         (ev_sidebar_tree_selection_changed),
9804         (ev_sidebar_thumbnails_set_document):
9805         * shell/ev-statusbar.c: (ev_statusbar_destroy),
9806         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
9807         (ev_statusbar_get_context_id), (ev_statusbar_push),
9808         (ev_statusbar_pop), (ev_statusbar_set_maximized),
9809         (ev_statusbar_pulse), (ev_statusbar_show_progress),
9810         (ev_statusbar_set_progress):
9811         * shell/ev-statusbar.h:
9812         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
9813         (ev_view_find_previous):
9814         * shell/ev-window.c: (ev_window_is_empty),
9815         (ev_window_setup_document), (password_dialog_response),
9816         (ev_window_clear_jobs), (ev_window_load_job_cb),
9817         (ev_window_xfer_job_cb), (ev_window_open_uri),
9818         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
9819         (ev_window_print), (ev_window_print_range),
9820         (ev_window_state_event), (ev_window_cmd_view_reload),
9821         (menu_item_select_cb), (menu_item_deselect_cb),
9822         (view_status_changed_cb), (ev_window_dispose),
9823         (drag_data_received_cb), (ev_window_init):
9824         * shell/ev-window.h:
9825         * shell/main.c: (load_files):
9826         
9827         New statusbar to show progress on idle. Two new jobs - 
9828         xfer job and load job to load document in background. And update
9829         of page_cache clients to new location of code.
9830
9831 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
9832
9833         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
9834         selection in open dialog. It also remembers the last visited directory 
9835         in the current session.
9836
9837 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9838
9839         * shell/ev-properties.c: (ev_properties_new):
9840         * shell/ev-properties.h:
9841         * shell/ev-window.c: (ev_window_cmd_file_properties):
9842         
9843         Get document info from page cache instead of document itself.
9844         This should fix crash related to race conditions described in
9845         bug 306545.
9846
9847 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9848
9849         * ps/ps-document.c: (ps_document_init),
9850         (send_ps), (get_page_box), (output), (catchPipe), (input),
9851         (stop_interpreter), (file_length), (file_readable),
9852         (check_filecompressedb), (ps_document_enable_interpreter),
9853         (document_load), (ps_async_renderer_render_pixbuf):
9854         * ps/ps-document.h:
9855
9856         Big cleanup of the ps code
9857
9858 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9859
9860         * backend/Makefile.am:
9861         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
9862         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
9863         * backend/ev-async-renderer.h:
9864
9865         Add an async renderer interface (method + callback) which
9866         is useful for backends like ps.
9867
9868         * backend/ev-job-queue.c: (remove_job_from_async_queue),
9869         (add_job_to_async_queue), (job_finished_cb), (handle_job),
9870         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9871         (ev_job_queue_add_job), (move_job_async), (move_job),
9872         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9873
9874         Add queues for async renderer, these are executed on the
9875         main thread.
9876
9877         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
9878         (ev_job_render_run):
9879         * backend/ev-jobs.h:
9880
9881         If the backend support async renderer interface use it.
9882
9883         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9884         (setup_pixmap), (ps_document_get_type),
9885         (ps_async_renderer_render_pixbuf),
9886         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
9887
9888         Implement async renderer interface.
9889
9890 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9891
9892         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
9893
9894         Cleanup links job on exit.
9895
9896 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9897
9898         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9899         (drag_data_get_cb), (drag_data_received_cb):
9900         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9901         (drag_data_get_cb), (parse_item_list),
9902         (egg_toolbar_editor_load_actions):
9903         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9904         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
9905         (parse_item_list), (parse_toolbars):
9906         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9907         (dvi_pixbuf_put_pixel):
9908         
9909         Fix gcc 4.0 warnings
9910
9911 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9912
9913         * ps/ps-document.c: (start_interpreter):
9914
9915         Fix warning when loading ps
9916
9917 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9918
9919         * ps/ps-document.c: (output):
9920
9921         Fix crash when priting gs error messages.
9922
9923 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9924
9925         * backend/ev-page-cache.c: (_ev_page_cache_new):
9926         * backend/ev-page-cache.h:
9927
9928         Use a const to return title so that we dont double
9929         free it. Small cleanup and fix a leak.
9930
9931         * shell/ev-window.c: (update_window_title):
9932
9933         strdup value from get_title.
9934
9935 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9936
9937         * shell/ev-sidebar-links.c: (job_finished_callback),
9938         (ev_sidebar_links_set_document):
9939
9940         Cleanup the old job when changing document
9941
9942 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9943
9944         * shell/ev-stock-icons.c:
9945         * shell/ev-stock-icons.h:
9946         * shell/ev-window.c:
9947         
9948         Add stock icons for actions that can appear in toolbar. Fix for
9949         bug 306566.
9950
9951 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9952
9953         * backend/ev-page-cache.c: (ev_page_cache_finalize),
9954         (_ev_page_cache_new), (ev_page_cache_get_max_width),
9955         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
9956         * backend/ev-page-cache.h:
9957         * shell/ev-view.c: (scroll_to_current_page),
9958         (view_update_range_and_current_page), (get_page_y_offset),
9959         (get_page_extents), (ev_view_size_request_continuous_dual_page),
9960         (ev_view_size_request_continuous),
9961         (ev_view_zoom_for_size_continuous_and_dual_page),
9962         (ev_view_zoom_for_size_continuous):
9963         
9964         More compact EvView layout in document with pages of different size.
9965
9966 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
9967
9968         * shell/ev-window.c (ev_window_cmd_file_properties): fix
9969         compilation.
9970
9971 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9972
9973         * shell/ev-view.c: (view_set_adjustment_values):
9974         * shell/ev-window.c: (ev_window_cmd_file_properties):
9975         
9976         A bit different fix for rounding problem but it has no
9977         problems on startup. Make properties window transient to parent.
9978
9979 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9980
9981         * pdf/ev-poppler.cc:
9982         
9983         More commenting of font stuff.
9984
9985 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9986
9987         * pdf/ev-poppler.cc:
9988
9989         Comment out some more fonts stuff. Should really
9990         work without the poppler patch now.
9991
9992 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9993
9994         * pdf/ev-poppler.cc:
9995
9996         Adapt to api change
9997
9998 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9999
10000         * data/evince-properties.glade:
10001         * pdf/ev-poppler.cc:
10002         * shell/ev-properties.c: (setup_fonts_view):
10003
10004         Set the column title. Show the dialog only
10005         once everything is setup.
10006         Getting font info can be very slow... will
10007         prolly need to make this threaded too.
10008
10009 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10010
10011         * backend/Makefile.am:
10012         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
10013         (ev_document_fonts_get_fonts_model):
10014         * backend/ev-document-fonts.h:
10015         * data/evince-properties.glade:
10016         * pdf/ev-poppler.cc:
10017         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
10018         * shell/ev-properties.h:
10019         * shell/ev-window.c: (ev_window_cmd_file_properties):
10020
10021         Implement fonts list. Defined out for now, since it depends
10022         on a not yet committed poppler patch.
10023
10024 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
10025
10026         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
10027         page + 1.
10028
10029         * shell/ev-window.c: Make sure we add the timeout when we get a
10030         focus-in event.
10031
10032         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
10033         adjustment->value before calculating the zoom factor to average
10034         out all of our rounding errors.  The page no longer 'drifts' when
10035         resizing.
10036
10037 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10038
10039         * data/evince-properties.glade:
10040         * shell/ev-properties.c: (ev_properties_format_date),
10041         (set_property):
10042         
10043         Labels don't expand when the dialogue is resized.
10044         strftime result needs to be converted to UTF-8. Thanks
10045         to Christian Persch <chpe@gnome.org>.
10046
10047 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10048
10049         * data/evince-properties.glade:
10050
10051         Hide the fonts tab
10052
10053 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
10054
10055         * backend/ev-document-info.h:
10056         * backend/ev-document.c: (ev_document_info_free):
10057         * data/evince-properties.glade:
10058         * pdf/ev-poppler.cc:
10059         * ps/ps-document.c: (ps_document_get_info):
10060         * shell/ev-properties.c: (ev_properties_format_date),
10061         (set_property), (ev_properties_new):
10062         * shell/ev-properties.h:
10063         * shell/ev-window.c: (ev_window_cmd_file_properties):
10064
10065         Rework properties code to take only EvPropertyInfo
10066         in the constructor so that it can be useful for
10067         nautilus plugin too.
10068
10069         Deal with backends that doesnt support some properties.
10070         Make set property code generic.
10071
10072 2005-06-04  Christian Persch <chpe@gnome.org>
10073
10074         * data/evince-properties.glade:
10075
10076         fix spacings, make resizeable, and make data labels
10077         selectable + ellipsised
10078
10079 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
10080
10081         * backend/ev-document-info.h:
10082         * data/Makefile.am:
10083         * data/evince-ui.xml:
10084         * pdf/ev-poppler.cc:
10085         * shell/Makefile.am:
10086         * shell/ev-window.c: (update_action_sensitivity),
10087         (ev_window_cmd_file_properties):
10088
10089         Initial go at file properties. Patch by
10090         Emil Soleyman-Zomalan <emil@soleyman.com>.
10091         Needs love see #169583
10092
10093 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
10094
10095         * ps/ps-document.c: (output):
10096         * ps/ps.c: (psscan):
10097
10098         Try to render even if psscan fails.
10099
10100 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10101
10102         * ps/ps.c: (psscan), (pscopydoc):
10103
10104         Port buffered reading code from gv
10105
10106 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10107
10108         * ps/ps-document.c: (interpreter_message), (output):
10109
10110         Do not fail on interpreter messages
10111
10112 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
10113
10114         * backend/ev-document-misc.c:
10115         (ev_document_misc_get_thumbnail_frame):
10116
10117         Pages can be 0 x 0, dont assert on this case
10118
10119 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10120
10121         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10122         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
10123
10124         Correctly manage our reference on document. Finally the reload
10125         huge leak is gone...
10126
10127 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10128
10129         * ps/ps-document.c: (ps_document_dispose):
10130
10131         Forgot to chain it to the parent. Thanks chpe.
10132
10133 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10134
10135         * ps/ps-document.c: (ps_document_dispose),
10136         (ps_document_class_init), (stop_interpreter), (document_load):
10137
10138         Cleanup dispose a bit. Dont leak the whole pixmap.
10139
10140 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10141
10142         * pdf/ev-poppler.cc:
10143
10144         Release the poppler document on dispose
10145
10146 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10147
10148         * shell/ev-view.c: (ev_view_set_document):
10149
10150         Release ref on the pixbuf cache when changing
10151         document.
10152
10153 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10154
10155         * ps/ps-document.c: (ps_document_get_info):
10156
10157         Fix a double free
10158
10159 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10160
10161         * backend/ev-page-cache.c: (ev_page_cache_init),
10162         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
10163         * backend/ev-page-cache.h:
10164         * shell/ev-page-action.c: (page_changed_cb):
10165         
10166         Set page action entry width depending on labels width. Fix
10167         for bug 305202.
10168
10169 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
10170
10171         * backend/ev-link.c: (ev_link_class_init):
10172
10173         Allow -1 as page value (error)
10174
10175 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
10176
10177         * shell/ev-sidebar-thumbnails.c:
10178         (ev_sidebar_thumbnails_set_document):
10179         * shell/ev-view.c: (scroll_to_current_page),
10180         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
10181         (page_changed_cb), (on_adjustment_value_changed),
10182         (ev_view_set_document):
10183
10184         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
10185         Fix bug 305377
10186
10187 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10188
10189         * configure.ac:
10190         * djvu/djvu-document.c: (djvu_document_get_page_size):
10191
10192         Require djvulibre CVS. Now djvu loading is much faster. Fix for
10193         bug 301993.
10194
10195 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
10196
10197         * shell/ev-view.c (draw_one_page): modify the expose handling to
10198         get the shadows.
10199
10200         * shell/ev-window.c (update_action_sensitivity): Respect
10201         permissions field.  Kowtow to the man.
10202
10203         * pdf/ev-poppler.cc: Get the permissions field.
10204
10205         * tiff/*c: Make a tiny bit more robust.
10206
10207 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10208
10209         * djvu/djvu-document.c:
10210         
10211         Pop messages from djvu context message queue.
10212
10213 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10214
10215         * configure.ac, Makefile.am, shell/Makefile.am:
10216         * tiff/Makefile.am, shell/ev-document-types.c:
10217         
10218         Cleanup tiff configure checks. Fix for bug 305218.
10219
10220 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
10221
10222         * configure.ac: Added "uk" to ALL_LINGUAS.
10223
10224 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10225
10226         * cut-n-paste/zoom-control/ephy-zoom.c:
10227         (ephy_zoom_get_changed_zoom_level):
10228         * cut-n-paste/zoom-control/ephy-zoom.h:
10229         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
10230         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
10231         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
10232         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
10233         (zoom_control_changed_cb), (ev_window_init):
10234         
10235         Fix minor points related to moving best fit up. Introduce
10236         "zoom" property and make zoom control change it's value on
10237         notify::zoom signals. Fix for 305080.
10238
10239 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10240
10241         * data/evince-ui.xml:
10242         * shell/ev-window.c: (set_view_actions_sensitivity):
10243         
10244         Use + and - as accels for zoom in and zoom out. Fix for 305001.
10245
10246 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10247
10248         * configure.ac:
10249
10250         Depends on poppler 0.3.2
10251
10252 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
10253
10254         * cut-n-paste/recent-files/egg-recent-item.c:
10255         (egg_recent_item_get_short_name):
10256         * cut-n-paste/toolbar-editor/Makefile.am:
10257         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10258         (new_pixbuf_from_widget):
10259         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10260         * cut-n-paste/toolbar-editor/egg-marshal.c:
10261         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10262         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10263
10264         Sync
10265
10266 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10267
10268         * tiff/tiff-document.c: Rough TIFF backend.
10269
10270 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10271
10272         * NEWS:
10273         * configure.ac:
10274         * cut-n-paste/toolbar-editor/Makefile.am:
10275
10276         Release 0.3.1
10277
10278 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10279
10280         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10281         (ev_view_find_next), (ev_view_find_previous):
10282
10283         Remove the locks around get_n_results   
10284
10285 2005-05-21  Juerg Billeter  <j@bitron.ch>
10286
10287         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10288
10289         Pass correct number of pages to poppler.
10290
10291 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10292
10293         * configure.ac:
10294         * data/Makefile.am:
10295         * data/evince.desktop.in: 
10296         * data/evince.desktop.in.in:
10297         * po/POTFILES.in:
10298         
10299         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10300
10301 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10302
10303         * shell/ev-view.c: (view_update_adjustments),
10304         (view_set_adjustment_values): cast adjustmen->value to (int)
10305         before using it.  Otherwise, we get off by a pixel in some
10306         situations.
10307
10308         (draw_one_page): Draw the border on expose.
10309
10310 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10311
10312         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10313         adjustment when the mode changes, #304923
10314
10315 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10316
10317         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10318         flickering on resize but still use gdk_window_scroll on
10319         scrolling
10320
10321 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10322
10323         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10324         option, #170458
10325
10326 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10327
10328         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10329         second page on page_changed if possible, #304669
10330
10331 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10332
10333         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10334         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10335
10336 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10337
10338         * .cvsignore:
10339         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10340         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10341         (ev_view_zoom_for_size_presentation),
10342         (ev_view_zoom_for_size_continuous_and_dual_page),
10343         (ev_view_zoom_for_size_continuous),
10344         (ev_view_zoom_for_size_dual_page),
10345         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10346         * shell/ev-view.h:
10347         * shell/ev-window.c: (update_view_size),
10348         (ev_window_sizing_mode_changed_cb):
10349
10350         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10351         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10352         an infinite loop, #304769
10353
10354
10355 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10356
10357         * data/evince-ui.xml:
10358         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10359         * shell/ev-window.c: (set_view_actions_sensitivity):
10360
10361         Make PgUp/Down behave like Space
10362
10363 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10364
10365         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10366         * backend/ev-ps-exporter.h:
10367         * pdf/ev-poppler.cc:
10368         * ps/ps-document.c: (ps_document_ps_export_begin):
10369         * shell/ev-print-job.c: (idle_print_handler):
10370
10371         Adapt to new poppler api
10372
10373 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10374
10375         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10376         (ephy_zoom_control_init):
10377
10378         Translate zoom levels
10379
10380 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10381
10382         * cut-n-paste/zoom-control/ephy-zoom.c:
10383         (ephy_zoom_get_zoom_level_index):
10384
10385         Fix current zoom -> zoom control match
10386
10387 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10388
10389         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10390         rather than the scrolled_window that it's in. Fixes bug #304655.
10391
10392 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10393
10394         * shell/ev-view.c: (view_update_adjustments),
10395         (view_set_adjustment_values), (view_update_range_and_current_page),
10396         (view_scroll_to_page), (set_scroll_adjustment),
10397         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10398         (ev_view_scroll), (ev_view_scroll_view),
10399         (ensure_rectangle_is_visible), (find_page_at_location),
10400         (get_link_at_location), (go_to_link), (status_message_from_link),
10401         (ev_view_size_request_continuous_dual_page),
10402         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10403         (ev_view_unrealize), (ev_view_expose_event),
10404         (ev_view_button_press_event), (ev_view_motion_notify_event),
10405         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10406         (draw_rubberband), (highlight_find_results), (draw_one_page),
10407         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10408         (ev_view_init), (find_changed_cb), (page_changed_cb),
10409         (on_adjustment_value_changed), (ev_view_new),
10410         (ev_view_set_document), (ev_view_set_zoom),
10411         (ev_view_set_continuous), (ev_view_set_dual_page),
10412         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10413         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10414         (ev_view_zoom_for_size_presentation),
10415         (ev_view_zoom_for_size_continuous_dual_page),
10416         (ev_view_zoom_for_size_continuous),
10417         (ev_view_zoom_for_size_dual_page),
10418         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10419         (ev_view_get_status), (ev_view_set_status),
10420         (update_find_status_message), (ev_view_get_find_status),
10421         (ev_view_set_find_status), (jump_to_find_result),
10422         (jump_to_find_page), (compute_selections), (clear_selection),
10423         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10424         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10425         (ev_view_update_primary_selection),
10426         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10427         * shell/ev-view.h:
10428         * shell/ev-window.c: (ev_window_open_page_label),
10429         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10430         (ev_window_init):
10431         * shell/ev-window.h:
10432         * shell/main.c: (load_files):
10433
10434         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10435         when resizing.  Remove the bin_window().  Also, patch from James
10436         Bowes to fix command line page, #300641
10437         
10438 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10439
10440         * data/evince-ui.xml:
10441         * shell/ev-view.c:
10442         * shell/ev-view.h:
10443         * shell/ev-window.c: (update_action_sensitivity):
10444
10445         Get rid of View->Normal Size, it's just confusing
10446
10447 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10448
10449         * backend/ev-document-info.h:
10450         * backend/ev-document.c: (ev_document_info_free): Free the
10451         EvDocumentInfo.
10452
10453         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10454         (clear_range), (add_range), (update_visible_range),
10455         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10456         (ev_sidebar_thumbnails_set_document):
10457         * shell/ev-window.c: (ev_window_setup_document): Only render the
10458         visible thumbnails.  It takes an instant to render, but it uses
10459         much less memory.
10460
10461 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10462
10463         * shell/ev-sidebar-links.c: (popup_menu_cb):
10464
10465         Select first item
10466
10467 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10468
10469         * lib/Makefile.am:
10470         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10471         (button_press_cb), (ev_sidebar_links_construct):
10472
10473         Show the popup menu also on keybindings
10474
10475 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10476
10477         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10478         * shell/ev-window.h:
10479
10480         Expose api to print a range (with dialog). Make private _print use
10481         it.
10482
10483         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10484         (ev_sidebar_links_construct):
10485
10486         Show a print context menu on linkx, it prints the selected
10487         section.
10488
10489 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10490
10491         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10492         button.
10493
10494 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10495
10496         * AUTHORS:
10497
10498         Update
10499
10500         * shell/ev-window.c: (build_comments_string),
10501         (ev_window_cmd_help_about):
10502
10503         Show poppler version/backend and authors
10504
10505 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10506
10507         * cut-n-paste/zoom-control/ephy-zoom.c:
10508         (ephy_zoom_get_zoom_level_index):
10509         * cut-n-paste/zoom-control/ephy-zoom.h:
10510
10511         Move the best fit items at the top of the list
10512
10513 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10514
10515         * shell/ev-marshal.list:
10516         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10517         (activate_cb), (match_selected_cb), (activate_link_cb),
10518         (connect_proxy), (ev_page_action_class_init):
10519         * shell/ev-page-action.h:
10520
10521         Use signals to notify action activation. Hopefully
10522         I did not break completion since I cant test...
10523
10524         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10525         (register_custom_actions):
10526
10527         Connect to page selector actions and also grab focus on
10528         the view when activated.
10529
10530 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10531
10532         * pdf/ev-poppler.cc:
10533         * backend/ev-page-cache.c: make page size calculation consistent
10534         and set it to (int)( width * scale + 0.5).  This makes the weird
10535         line going through the middle of the page go away.
10536
10537         * shell/ev-view.c: move painting the background page after
10538         checking the expose area covers us.
10539
10540 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10541
10542         * data/evince-password.glade:
10543         
10544         Mark labels as not translatable. Fix for bug 302842.
10545
10546 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10547
10548         * configure.ac: Added "es" to ALL_LINGUAS.
10549
10550 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10551
10552         * data/evince-toolbar.xml:
10553         * shell/ev-window.c: (update_action_sensitivity),
10554         (ev_window_setup_document), (ev_window_set_page_mode),
10555         (ev_window_init):
10556
10557         Remove some leftover code from jrb first continous
10558         attempt. Use the new actions, we still need good icons
10559         though...
10560
10561 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10562
10563         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10564
10565         Update label when connecting proxy. Fix a warning with NULL
10566         page_cache.
10567
10568 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10569
10570         * data/evince-ui.xml:
10571         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10572         * shell/ev-page-action.h:
10573         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10574
10575         Add mnemonic for edit toolbar.
10576         ctrl+l focus the page entry.
10577
10578 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10579
10580         * lib/Makefile.am:
10581         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10582         (ev_window_init):
10583         * shell/main.c: (main):
10584
10585         Put the toolbar xml in evince own dot dir
10586
10587 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10588
10589         * shell/ev-window.c: (ev_window_init):
10590
10591         Make the toolbar not removable
10592
10593 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10594
10595         * data/evince-ui.xml:
10596         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10597         * shell/ev-sidebar-links.h:
10598         * shell/ev-sidebar-thumbnails.c:
10599         (ev_sidebar_thumbnails_get_treeview):
10600         * shell/ev-sidebar-thumbnails.h:
10601         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10602         (ev_view_class_init):
10603         * shell/ev-view.h:
10604         * shell/ev-window.c: (update_action_sensitivity),
10605         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10606         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10607         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10608         (ev_window_init):
10609
10610         This is evil... Make space/backspace global accelerators but
10611         enable them only for some widgets (sidebars and view).
10612         I dont like it, but I dont know a better way... :/
10613
10614 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10615
10616         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10617         (ev_page_action_widget_finalize),
10618         (ev_page_action_widget_class_init), (update_page_cache):
10619
10620         Keep a weak reference on proxy->page_cache so that we
10621         dont try to disconnect the signal if the object is already
10622         gone. Maybe there is a better way to cleanup reference handling
10623         in page action though...
10624
10625 2005-05-10  Juerg Billeter  <j@bitron.ch>
10626
10627         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10628         * backend/ev-ps-exporter.h:
10629         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
10630         * ps/ps-document.c: (ps_document_ps_export_begin):
10631         
10632         Change api to pass print range to ps_exporter_begin. The pdf backend
10633         requires this information.
10634         
10635         * shell/ev-print-job.c: (idle_print_handler):
10636         
10637         Adapt to api change
10638
10639 2005-05-10  Juerg Billeter  <j@bitron.ch>
10640
10641         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10642         (idle_print_handler)
10643         * shell/ev-window.c: (ev_window_print):
10644
10645         Support printing page range, based on patch by Amaury Jacquot
10646
10647 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10648
10649         * data/evince-toolbar.xml:
10650
10651         Add zoom control to available items
10652
10653 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10654
10655         * shell/ev-window.c: (update_action_sensitivity):
10656
10657         Set slash action insensitive when appropriate
10658
10659 2005-05-10  Christian Persch <chpe@gnome.org>
10660
10661         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
10662
10663         Fix warning on the overflow menu
10664
10665 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10666
10667         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
10668
10669         Check for uri correctness/existence
10670
10671 2005-05-09  Juerg Billeter  <j@bitron.ch>
10672
10673         * shell/ev-window.c: (using_postscript_printer):
10674
10675         LPD printers use postscript, too
10676
10677 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10678
10679         * shell/ev-window.c: (register_custom_actions):
10680
10681         The zoom one is actually sort of useful,
10682         put it back
10683
10684 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10685
10686         * shell/ev-window.c: (register_custom_actions):
10687
10688         Hide page/zoom controls from overflow, they
10689         are useless.
10690
10691 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10692
10693         * cut-n-paste/update-from-egg.sh:
10694         
10695         Share it between all cut-n-paste subdirs
10696
10697         * cut-n-paste/recent-files/Makefile.am:
10698
10699         Fix to use "global" update-from-egg.sh
10700
10701         * cut-n-paste/recent-files/egg-recent-model.c:
10702         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
10703         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10704         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
10705         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
10706
10707         Update from libegg
10708
10709         * cut-n-paste/toolbar-editor/Makefile.am:
10710
10711         Fix to use "global" update-from-egg.sh
10712
10713         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10714
10715         Update from libegg
10716
10717 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
10718
10719         * configure.ac:
10720         * cut-n-paste/Makefile.am:
10721         * cut-n-paste/recent-files/Makefile.am:
10722         * cut-n-paste/toolbar-editor/.cvsignore:
10723         * cut-n-paste/toolbar-editor/Makefile.am:
10724         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10725         (egg_editable_toolbar_get_type), (get_toolbar_position),
10726         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
10727         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
10728         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
10729         (set_item_drag_source), (create_item_from_action), (create_item),
10730         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
10731         (popup_toolbar_context_menu_cb), (free_dragged_item),
10732         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
10733         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
10734         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
10735         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
10736         (item_added_cb), (item_removed_cb),
10737         (egg_editable_toolbar_construct),
10738         (egg_editable_toolbar_disconnect_model),
10739         (egg_editable_toolbar_deconstruct),
10740         (egg_editable_toolbar_set_model),
10741         (egg_editable_toolbar_set_ui_manager),
10742         (egg_editable_toolbar_set_property),
10743         (egg_editable_toolbar_get_property),
10744         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
10745         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
10746         (egg_editable_toolbar_new_with_model),
10747         (egg_editable_toolbar_get_edit_mode),
10748         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
10749         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
10750         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
10751         (new_pixbuf_from_widget), (new_separator_pixbuf),
10752         (update_separator_image), (style_set_cb),
10753         (_egg_editable_toolbar_new_separator_image),
10754         (egg_editable_toolbar_get_model):
10755         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10756         * cut-n-paste/toolbar-editor/egg-marshal.c:
10757         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10758         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
10759         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
10760         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
10761         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
10762         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
10763         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
10764         (editor_drag_data_delete_cb), (drag_data_get_cb),
10765         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
10766         (editor_create_item), (update_editor_sheet), (setup_editor),
10767         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
10768         (parse_item_list), (model_has_action), (update_actions_list),
10769         (egg_toolbar_editor_load_actions):
10770         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
10771         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10772         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
10773         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
10774         (toolbars_item_new), (free_toolbar_node), (free_item_node),
10775         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
10776         (egg_toolbars_model_add_separator), (impl_add_item),
10777         (parse_item_list), (egg_toolbars_model_add_toolbar),
10778         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
10779         (impl_get_item_data), (impl_get_item_type),
10780         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
10781         (egg_toolbars_model_init), (free_toolbar),
10782         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
10783         (egg_toolbars_model_remove_toolbar),
10784         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
10785         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
10786         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
10787         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
10788         (egg_toolbars_model_get_item_data),
10789         (egg_toolbars_model_get_item_type):
10790         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10791         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10792         * data/Makefile.am:
10793         * data/evince-toolbar.xml:
10794         * data/evince-ui.xml:
10795         * data/hand-open.png:
10796         * po/POTFILES.in:
10797         * shell/Makefile.am:
10798         * shell/ev-window.c: (update_chrome_visibility),
10799         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
10800         (ev_window_dispose), (ev_window_init):
10801
10802         Implement epiphany like toolbar editor. Based on patch by
10803         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10804
10805 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10806
10807         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
10808
10809         Use set_cursor instead of set_selection, so that
10810         the keyboard focus moves too.
10811
10812 2005-05-09  Aleksey Kliger <akliger@gmail.com>
10813
10814         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
10815
10816         Fix infinite loop when loading Type1 fonts
10817
10818 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10819
10820         * data/evince-ui.xml:
10821         * shell/ev-window.c:
10822
10823         Slash -> Find
10824
10825 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
10826
10827         * configure.ac:
10828
10829         Make --disable really disable
10830
10831 2005-05-07  Juerg Billeter  <j@bitron.ch>
10832
10833         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
10834
10835         Compare page labels even without has_labels set, fixes setting page
10836         with entry
10837
10838 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10839
10840         * shell/ev-view.c: (ev_view_create_invisible_cursor),
10841         (ev_view_set_cursor), (ev_view_button_press_event),
10842         (ev_view_motion_notify_event), (ev_view_button_release_event),
10843         (ev_view_init):
10844
10845         Implement middle button scrolling. Based on a patch
10846         by Tommi Komulainen <tommi.komulainen@iki.fi>.
10847
10848 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
10849
10850         * shell/ev-document-types.c: (get_slow_mime_type),
10851         (get_document_type_from_mime), (ev_document_type_lookup):
10852         * shell/ev-document-types.h:
10853
10854         Change api to lookup from uri. Do fast lookup first, if the
10855         type is unknown try with data sniffing.
10856
10857         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
10858         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10859
10860         Adapt to api change
10861
10862 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10863
10864         * thumbnailer/Makefile.am:
10865
10866         Fix distcheck
10867
10868 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10869
10870         * NEWS:
10871         * configure.ac:
10872
10873         Release 0.3.0
10874
10875         * data/evince-ui.xml:
10876
10877         Hide presentation mode for now
10878
10879         * shell/ev-view.c: (highlight_find_results):
10880
10881         Show current find selection only on current page
10882
10883 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10884
10885         * shell/ev-view.c: (ev_view_select_all):
10886
10887         Compute size of the actual page, not of
10888         the current one.
10889
10890 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10891
10892         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
10893         (view_rect_to_doc_rect), (compute_selections),
10894         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
10895         (ev_view_copy), (ev_view_primary_get_cb),
10896         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
10897         (ev_view_button_press_event), (ev_view_motion_notify_event),
10898         (ev_view_button_release_event), (page_changed_cb):
10899
10900         Fix text selection
10901
10902 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10903
10904         * shell/ev-view.c: (compute_border), (get_page_extents),
10905         (doc_rect_to_view_rect), (highlight_find_results),
10906         (ev_view_bin_expose), (ev_view_select_all),
10907         (ev_view_motion_notify_event), (update_find_status_message),
10908         (jump_to_find_result), (jump_to_find_page):
10909
10910         First go at fixing search, still buggy
10911
10912 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
10913
10914         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
10915         dropdown box and button at the top of the sidebar.
10916
10917 2005-05-02  James Bowes  <bowes@cs.dal.ca>
10918
10919         * configure.ac: Output zoom-control Makefile.
10920         * cut-n-paste/Makefile.am: build zoom-control subdir.
10921         * cut-n-paste/zoom-control/ephy-zoom-action.c:
10922         * cut-n-paste/zoom-control/ephy-zoom-action.h:
10923         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10924         * cut-n-paste/zoom-control/ephy-zoom-control.h:
10925         * cut-n-paste/zoom-control/ephy-zoom.c:
10926         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
10927         from epiphany, and modified to add a separator into the menu.
10928         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
10929         * data/evince-ui.xml: Replace old zoom toolbar actions with new
10930         zoom-control action.
10931         * shell/Makefile.am: Include zoom-control flags.
10932         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
10933         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
10934         (ev_view_zoom_for_size_presentation),
10935         (ev_view_zoom_for_size_continuous_and_dual_page),
10936         (ev_view_zoom_for_size_continuous),
10937         (ev_view_zoom_for_size_dual_page),
10938         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
10939         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
10940         ev_view_get_zoom and ev_view_get_sizing_mode.
10941         * shell/ev-view.h:
10942         * shell/ev-window.c: (update_action_sensitivity),
10943         (update_sizing_buttons), (zoom_control_changed_cb),
10944         (register_custom_actions): Initialize and use the zoom-control 
10945         widget.
10946
10947 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
10948
10949         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
10950         preview cache back to 1.  Don't know when it got set to 0.
10951         
10952         * shell/ev-view.c: (compute_border), (ev_view_realize),
10953         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
10954         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
10955         (ev_view_get_fullscreen), (ev_view_set_presentation),
10956         (ev_view_get_presentation), (ev_view_set_sizing_mode),
10957         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
10958         * shell/ev-view.h:
10959         * shell/ev-window.c:
10960         (update_chrome_visibility),
10961         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10962         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10963         (update_document_mode), (ev_window_update_fullscreen_action),
10964         (ev_window_fullscreen), (ev_window_unfullscreen),
10965         (ev_window_cmd_view_fullscreen),
10966         (ev_window_update_presentation_action),
10967         (ev_window_run_presentation), (ev_window_stop_presentation),
10968         (ev_window_cmd_view_presentation), (ev_window_state_event),
10969         (ev_window_focus_in_event), (ev_window_focus_out_event),
10970         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
10971         * data/evince-ui.xml: Initial presentation mode.  We should
10972         probably hide this until it's done, as it's quite rough.  Also,
10973         change full-screen to fullscreen and add two getters to EvView.
10974
10975 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10976
10977         * shell/ev-page-action.c: (update_page_cache),
10978         (ev_page_action_dispose):
10979         * shell/ev-window.c: (destroy_fullscreen_popup),
10980         (ev_window_create_fullscreen_popup):
10981
10982         Use connect_object rather than explicitly
10983         disconnect on dispose.
10984
10985 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10986
10987         * shell/ev-page-action.c: (update_page_cache),
10988         (ev_page_action_dispose):
10989
10990 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10991
10992         * backend/ev-page-cache.c: (_ev_page_cache_new),
10993         (ev_page_cache_set_page_label),
10994         (ev_page_cache_has_nonnumeric_page_labels):
10995         * backend/ev-page-cache.h:
10996         * shell/ev-page-action.c: (update_pages_label):
10997         
10998         If all page labels are numeric, fallback to default
10999         way to display number of pages. See bug 173185.
11000
11001 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11002
11003         * shell/ev-page-action.c: (ev_page_action_dispose):
11004         * shell/ev-view.c: (view_update_range_and_current_page):
11005         * shell/ev-window.c: (ev_window_dispose):
11006         
11007         Set page on scroll in continuous mode. Fixes bug 301986.
11008         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
11009
11010 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
11011
11012         * configure.ac:
11013
11014         Require poppler 0.3.0
11015
11016 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11017         
11018         * shell/Makefile.am, configure.ac: Fix build problems
11019         with t1lib. Bug 301996.
11020
11021 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11022
11023         * shell/ev-view.c: (ev_view_scroll_event):
11024         
11025         Scroll up increase zoom
11026
11027 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11028
11029         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
11030         (ev_view_set_sizing_mode),
11031         (ev_view_zoom_for_size_continuous_and_dual_page),
11032         (ev_view_zoom_for_size_continuous):
11033         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11034         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
11035         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
11036         (ev_window_init):
11037
11038         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
11039         Fix for 165473 and 165472.
11040
11041 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11042
11043         * po/POTFILES.in:
11044         * thumbnailer/Makefile.am:
11045         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
11046         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
11047         * thumbnailer/evince-thumbnailer.schemas.in:
11048         
11049         Make thumbnailer schemas translatable. Fix for bug 301773
11050         
11051         * thumbnailer/evince-thumbnailer-djvu.schemas:
11052         * thumbnailer/evince-thumbnailer-dvi.schemas:
11053         * thumbnailer/evince-thumbnailer.schemas:
11054
11055         Removed files
11056
11057 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
11058
11059         * shell/ev-view.c (ev_view_init): forgot to set this.
11060
11061 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
11062
11063         * shell/ev-view.c: (find_page_at_location),
11064         (get_link_at_location),
11065         (ev_view_set_show_border), (ev_view_set_spacing),
11066         (ev_view_zoom_for_size_continuous_and_dual_page),
11067         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
11068         Also, add a quick fix measuring of widths.  Also, removed
11069         ev_view_set_spacing and ev_view_set_show_border.
11070         
11071         * shell/ev-window.c: (ev_window_unfullscreen),
11072         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
11073
11074 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11075
11076         * shell/ev-view.c: (view_update_range_and_current_page),
11077         (page_changed_cb):
11078         
11079         Fix crash on exit and scrolling to page in continuous view.
11080
11081 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
11082
11083         * TODO:
11084         * backend/ev-page-cache.c: (_ev_page_cache_new),
11085         (ev_page_cache_get_max_width_size),
11086         (ev_page_cache_get_max_height_size):
11087         * backend/ev-page-cache.h:
11088         * data/evince-ui.xml:
11089         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
11090         * shell/ev-view.c: (view_update_adjustments),
11091         (view_update_range_and_current_page), (get_bounding_box_size),
11092         (ev_view_size_request_continuous_and_dual_page),
11093         (ev_view_size_request_continuous),
11094         (ev_view_size_request_dual_page),
11095         (ev_view_size_request_single_page), (ev_view_size_request),
11096         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
11097         (ev_view_bin_expose), (ev_view_expose_event),
11098         (ev_view_set_property), (ev_view_get_property),
11099         (ev_view_class_init), (ev_view_init), (ev_view_new),
11100         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
11101         (ev_view_set_dual_page), (ev_view_set_full_screen),
11102         (ev_view_set_presentation), (ev_view_set_sizing_mode),
11103         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
11104         (ev_view_zoom_out), (zoom_for_size_fit_width),
11105         (zoom_for_size_best_fit),
11106         (ev_view_zoom_for_size_continuous_and_dual_page),
11107         (ev_view_zoom_for_size_continuous),
11108         (ev_view_zoom_for_size_dual_page),
11109         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11110         (ev_view_show_cursor), (ev_sizing_mode_get_type):
11111         * shell/ev-view.h:
11112         * shell/ev-window.c: (update_action_sensitivity),
11113         (ev_window_cmd_continuous), (ev_window_cmd_dual),
11114         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11115         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
11116         (ev_window_cmd_view_zoom_out), (update_view_size),
11117         (ev_window_set_sizing_mode), (ev_window_init):
11118
11119         Add Continuous and Dual page modes.
11120
11121 2005-04-23  James Bowes  <bowes@cs.dal.ca>
11122
11123         * dvi/dvi-document.c: (dvi_document_load),
11124         (dvi_document_thumbnails_get_thumbnail),
11125         (dvi_document_init_params): Fix up some mixups between
11126         width and height to correct thumbnail rendering.
11127
11128 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11129
11130         * dvi/mdvi-lib/private.h:
11131         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
11132         
11133         Suppess output for kpathsea during font generation. Thanks to
11134         James Bowes
11135
11136 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
11137
11138         * NEWS:
11139         * configure.ac:
11140
11141         Release 0.2.1
11142
11143         * Makefile.am: fix distcheck.
11144
11145 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11146
11147         * shell/ev-sidebar-links.c: (selection_changed_callback),
11148         (update_page_callback), (row_activated_callback),
11149         (job_finished_callback), (ev_sidebar_links_set_document):
11150         
11151         Fix for bug #169901. Double click on links expands tree.
11152
11153 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
11154
11155         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
11156         hard-coded style. Fix for bug 170111
11157
11158 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
11159
11160         * shell/ev-view.c (highlight_find_results): Remove unnecessary
11161         locking.
11162
11163 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11164
11165         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
11166
11167 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
11168
11169         * pdf/ev-poppler.cc:
11170         * shell/ev-view.c: (highlight_find_results):
11171
11172         Fix find on single page documents
11173
11174 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
11175
11176         * data/evince.schemas.in: fix for bug 301390
11177
11178 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11179
11180         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
11181         (ev_view_zoom_out), (ev_view_zoom_normal):
11182         * shell/ev-view.h:
11183         * shell/ev-window.c: (update_action_sensitivity),
11184         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
11185         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
11186         (ev_window_cmd_view_normal_size):
11187
11188         Fix normal size zoom. Make zoom in/zoom out unsensitive when
11189         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
11190         better than oom. 
11191
11192 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11193
11194         * configure.ac:
11195
11196         Depend on 2.57, 2.59 doesnt seem to be necessary
11197
11198 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
11199
11200         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
11201         (create_tool_item):
11202
11203         Put back total number of pages as (1 of 1234)
11204
11205 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
11206
11207         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
11208         remove the job.
11209
11210         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
11211         function.  This helps debugging.
11212
11213 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11214
11215         * djvu/djvu-document.c: (djvu_document_class_init),
11216         (djvu_document_get_info), (djvu_document_document_iface_init):
11217         * dvi/dvi-document.c: (dvi_document_class_init),
11218         (dvi_document_get_info), (dvi_document_document_iface_init):
11219
11220         Dummy implementation of get_info method for dvi and
11221         djvu. Fix crashes with those backends
11222
11223 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
11224
11225         * data/evince.desktop.in:
11226
11227         Add application/x-gzpostscript
11228
11229 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11230
11231         * data/evince.schemas.in: Added real long descriptions, 
11232         closes bug 172496 
11233
11234         * README: Added actual text, closes bug 171869
11235
11236 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11237
11238         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11239
11240         Thumbnail page 0
11241
11242 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11243
11244         * backend/ev-document-info.h:
11245
11246         s/GDate */GDate so we can just use g_free
11247
11248 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11249
11250         * shell/ev-window.c: (update_document_mode),
11251         (ev_window_setup_document):
11252
11253         Show the window in fullscreen when specified by
11254         the document
11255
11256 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11257
11258         * backend/ev-document.c: (ev_document_class_init),
11259         (ev_document_get_info), (ev_document_render_pixbuf):
11260         * backend/ev-document.h:
11261         * backend/ev-page-cache.c: (_ev_page_cache_new):
11262         * pdf/ev-poppler.cc:
11263         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11264         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11265         * ps/ps-document.c: (ps_document_class_init), (document_load),
11266         (ps_document_get_info), (ps_document_document_iface_init):
11267
11268         Remove get_title from the interface, we can just use document info
11269
11270 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11271
11272         * backend/Makefile.am:
11273         * backend/ev-document.c: (ev_document_render_get_info):
11274         * backend/ev-document.h:
11275         * pdf/ev-poppler.cc:
11276
11277         Initial support for document info. Based on jrb patch.
11278
11279 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11280
11281         * shell/ev-window.c: (ev_window_state_event),
11282         (ev_window_class_init), (ev_window_init):
11283         
11284         Doesn't show resize grip when maximized. See bug #301053
11285
11286 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11287
11288         * po/POTFILES.in:
11289         
11290         ev-sidebar-thumbnails now has translatable labels
11291         
11292         * shell/Makefile.am:
11293         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11294         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11295         (ev_sidebar_links_page_iface_init):
11296         * shell/ev-sidebar-links.h:
11297         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11298         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11299         (ev_sidebar_page_get_label):
11300         * shell/ev-sidebar-page.h:
11301         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11302         (ev_sidebar_thumbnails_set_document),
11303         (ev_sidebar_thumbnails_support_document),
11304         (ev_sidebar_thumbnails_get_label),
11305         (ev_sidebar_thumbnails_page_iface_init):
11306         * shell/ev-sidebar-thumbnails.h:
11307         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11308         (ev_sidebar_set_document):
11309         * shell/ev-sidebar.h:
11310         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11311         
11312         Small rework of sidebar code. Now sidebar pages should implement
11313         EvSidebarPage interface. That makes page management in EvSidebar
11314         easier. See bug #164811 for details
11315
11316 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11317
11318         * shell/ev-application.c: (ev_application_open):
11319         * shell/ev-document-types.c:
11320         
11321         Fix build error and small problem with application exit
11322
11323 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11324
11325         * thumbnailer/Makefile.am:
11326         * thumbnailer/evince-thumbnailer-djvu.schemas:
11327         * thumbnailer/evince-thumbnailer-dvi.schemas:
11328         
11329         Conditionally install schemas for djvu/dvi thumbnailer
11330
11331 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11332
11333         * shell/ev-document-types.h: 
11334         * shell/ev-document-types.c: 
11335         New files, handling the mapping from mimetypes to backends
11336         
11337         * shell/ev-window.c: 
11338         * thumbnailer/evince-thumbnailer.c:     
11339         Use the ev-document-types code
11340         
11341         * shell/Makefile.am: 
11342         Added new convenience library libevbackendfactory_la, containing
11343         the new mimetype->backend logic; moved the backends into it.
11344
11345         * thumbnailer/Makefile.am:
11346         Make the thumbnailer link with the libevbackend.la convenience
11347         library, rather than having a duplicate of the backend logic here.
11348
11349 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11350
11351         * shell/ev-stock-icons.c: constify some vars.
11352         * shell/ev-window.c: ditto.
11353
11354 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11355
11356         * ps/ps-document.c (get_page_orientation):
11357
11358         Respect document orientation 
11359
11360 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11361
11362         * djvu/Makefile.am:
11363         * dvi/Makefile.am:
11364         * shell/Makefile.am:
11365         
11366         Move library dependencies to components.
11367         
11368         * shell/ev-window.c: (update_window_title),
11369         (start_loading_document):
11370         
11371         Fix display of uris with spaces. Bug 168358.
11372
11373 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11374
11375         * shell/ev-sidebar-links.c: (selection_changed_cb):
11376         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11377         (ev_view_button_release_event), (ev_view_set_document):
11378         * shell/ev-view.h:
11379         * shell/ev-window.c: (find_bar_search_changed_cb):
11380         * shell/ev-window.h: Minor cleanups removing some dead code.
11381
11382 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11383
11384         * backend/ev-page-cache.c: (_ev_page_cache_new):
11385         
11386         Set current page to 0 if document has pages.
11387
11388 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11389
11390         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11391
11392         Initialize GError to NULL, fix a crash when loading fails.
11393
11394 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11395
11396         * shell/ev-window.c: (update_view_size):
11397
11398         Calculate shadow size only when there is actually
11399         a shadow.
11400
11401 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11402
11403         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11404         * shell/ev-view.h:
11405
11406         Allow setting view spacing, default to 0
11407
11408         * shell/ev-window.c: (ev_window_unfullscreen),
11409         (ev_window_cmd_view_fullscreen), (ev_window_init):
11410
11411         Remove spacing in fullscreen mode
11412
11413 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11414
11415         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11416         (ev_view_size_request), (expose_bin_window),
11417         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11418         * shell/ev-view.h:
11419         * shell/ev-window.c: (ev_window_unfullscreen),
11420         (ev_window_cmd_view_fullscreen):
11421
11422         Do not draw the border in fulscreen
11423
11424 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11425
11426         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11427         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11428         (find_page_at_location), (page_changed_cb):
11429
11430         Rework border calculation, so that I can more easily disable it.
11431         Code somewhat cleaner too.
11432
11433 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11434
11435         * backend/ev-page-cache.c: (ev_page_cache_init),
11436         (_ev_page_cache_new):
11437
11438         Remove some assertions, documents can have 0 pages.
11439         Make initial current page -1.
11440
11441         * shell/ev-page-action.c: (page_changed_cb):
11442
11443         Show "" if current page is -1
11444
11445         * shell/ev-window.c: (update_action_sensitivity),
11446         (ev_window_setup_document):
11447
11448         When document has 0 pages do not set the view
11449         and make nearly everything insensitive.
11450
11451 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11452
11453         * shell/ev-page-view.c:
11454         * shell/ev-page-view.h:
11455
11456         Remove unused files.
11457         
11458         * shell/ev-sidebar-thumbnails.c:
11459         (ev_sidebar_thumbnails_set_document):
11460         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11461         (ev_sidebar_supports_document):
11462         * shell/ev-sidebar.h:
11463         * shell/ev-window.c: (ev_window_setup_document):
11464         
11465         Doesn't show thumbnails if document has 1 page. Make
11466         sidebar menu entries sensitive only if if they have 
11467         sense. Fix bug 164811. 
11468
11469 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11470
11471         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11472         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11473         (ev_view_zoom_out), (ev_view_set_size):
11474
11475         Rework sizing to deal with documents with not uniform page
11476         size.
11477
11478 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11479
11480         * backend/ev-page-cache.c: (_ev_page_cache_new):
11481
11482         Fix several page size caching bugs
11483
11484 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11485
11486         * shell/ev-window.c: (set_action_properties):
11487
11488         Make all toolbar items translatable
11489
11490 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11491
11492         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11493         (save_page_list), (ps_document_save),
11494         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11495         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11496         (ps_document_ps_exporter_iface_init):
11497         * ps/ps-document.h:
11498
11499         Based on a patch by J�rg Billeter <j@bitron.ch>
11500         
11501         Implement print and save a copy for the ps backend.
11502
11503 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11504
11505         * backend/ev-document.h:
11506         * djvu/djvu-document.c: (djvu_document_can_get_text),
11507         (djvu_document_document_iface_init):
11508         * dvi/dvi-document.c: (dvi_document_can_get_text),
11509         (dvi_document_document_iface_init):
11510         * pdf/ev-poppler.cc:
11511         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11512         (pixbuf_document_document_iface_init):
11513         * ps/ps-document.c: (ps_document_can_get_text),
11514         (ps_document_document_iface_init):
11515         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11516         * shell/ev-window.c: (update_action_sensitivity):
11517
11518         Fix the crash when trying to copy in backends that doesnt
11519         support it. We can implement a better solution once we
11520         do real text selection.
11521
11522 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11523
11524         * data/evince-ui.xml:
11525         * shell/ev-window.c: (ev_window_cmd_escape):
11526         
11527         Work around the Escape conflict (find bar and unfullscreen)
11528
11529 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11530
11531         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11532         
11533         Fix for #300233. Next page correctly handles document end.
11534         
11535         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11536         (ev_sidebar_thumbnails_class_init),
11537         (ev_sidebar_thumbnails_set_document),
11538         (ev_sidebar_thumbnails_clear_job),
11539         (ev_sidebar_thumbnails_clear_model):
11540         
11541         Cleanup thumbnail jobs on document changes.
11542         
11543         * shell/ev-view.c: (add_scroll_binding_keypad),
11544         (add_scroll_binding_shifted), (ev_view_class_init):
11545         
11546         Shift + Space scrolls up. Fix for #173184
11547         
11548         * shell/ev-window.c: (ev_window_open_page),
11549         (ev_window_cmd_view_reload):
11550         
11551         Fix reload (Bug #300094)
11552
11553 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11554
11555         
11556         * dvi/mdvi-lib/assoc.c:
11557         * dvi/mdvi-lib/assoc.h: Removed garbage files
11558         
11559         * dvi/mdvi-lib/bitmap.c:
11560         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11561         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11562         * dvi/mdvi-lib/color.h: Antialias of rules
11563         
11564         * dvi/mdvi-lib/common.h:
11565         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11566         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11567         * dvi/mdvi-lib/files.c:
11568         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11569         * dvi/mdvi-lib/mdvi.h:
11570         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11571         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11572         * dvi/mdvi-lib/util.c: Fix compile warnings
11573         
11574         * dvi/dvi-document.c:
11575         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11576         (dvi_document_thumbnails_get_thumbnail),
11577         (dvi_document_document_thumbnails_iface_init):
11578         * dvi/mdvi-lib/Makefile.am:
11579         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11580         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11581         
11582         Dvi backend now renders thumbnails
11583
11584 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11585
11586         * shell/main.c: (main): 
11587         
11588         Save accelerators on exit. Fixes bug #172095.
11589
11590 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11591
11592         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11593         update priority" comment.
11594
11595         * backend/ev-job-queue.c: Give a way to change priority.
11596
11597 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11598
11599         * shell/ev-page-action.c: Fix logic.
11600
11601 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11602
11603         * shell/ev-view.c: (ev_view_can_find_next):
11604         * shell/ev-window.c: (ev_window_setup_document):
11605
11606         Check that the document supports find
11607
11608 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11609
11610         * data/evince-ui.xml:
11611         * shell/ev-view.c: (ev_view_can_find_next):
11612         * shell/ev-view.h:
11613         * shell/ev-window.c: (update_action_sensitivity),
11614         (find_changed_cb), (ev_window_setup_document),
11615         (ev_window_cmd_edit_find_next):
11616
11617         Add Edit->Find Next
11618
11619 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11620
11621         * pdf/ev-poppler.cc:
11622         * shell/ev-print-job.c: (idle_print_handler):
11623
11624         Make printing work again
11625
11626 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
11627
11628         * shell/ev-page-action.h:
11629         * shell/ev-page-action.c: (ev_page_action_widget_init),
11630         (ev_page_action_widget_class_init), (page_changed_cb),
11631         (create_tool_item), (update_page_cache), (build_new_tree_cb),
11632         (get_filter_model_from_model), (match_selected_cb),
11633         (display_completion_text), (match_completion), (update_model),
11634         (connect_proxy), (ev_page_action_set_property),
11635         (ev_page_action_get_property), (ev_page_action_set_document),
11636         (ev_page_action_set_model), (ev_page_action_class_init): Big
11637         reworking to make completions work iff we have >= GTK-2.7.0
11638                 
11639         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
11640         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
11641         (job_finished_cb): We now have a 'model' property that is set when
11642         the links are loaded.  This can be caught with "notify::model"
11643
11644         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
11645         listen for the model to be set, and propagate it to the action.
11646
11647 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11648
11649         * cut-n-paste/recent-files/egg-recent-item.c:
11650         (egg_recent_item_set_uri), (make_valid_utf8),
11651         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
11652         * cut-n-paste/recent-files/egg-recent-item.h:
11653         
11654         Update egg-recent from libegg. This should fix long
11655         startup problem. For details see
11656         http://bugzilla.gnome.org/show_bug.cgi?id=160531
11657
11658 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11659
11660         * cut-n-paste/recent-files/Makefile.am:
11661         * data/evince-ui.xml, shell/Makefile.am:
11662         * shell/ev-application.c, shell/ev-application.h:
11663         * shell/ev-window.c: Recent files support.
11664         
11665         * configure.ac: Added "ru" to ALL_LINGUAS.
11666         
11667         * dvju: new backend to support DJVU files.
11668         * dvi: new backend to support DVI.
11669
11670         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
11671         * ev-application.c: Support for new backends.
11672         
11673         * help, ev-window.c, main.c shell/Makefile.am: 
11674         Evince user documentation.
11675
11676 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11677
11678         * po/POTFILES.in:
11679         * shell/ev-window.c:
11680         * thumbnailer/evince-thumbnailer.c:
11681
11682         s/pdf-document/ev-poppler
11683
11684 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11685
11686         * NEWS:
11687         * configure.ac:
11688
11689         Release 0.2.0
11690
11691         * ps/ps-document.c: (setup_pixmap):
11692
11693         Remove debug code
11694
11695 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
11696
11697         * backend/ev-page-cache.c (ev_page_cache_next_page): 
11698         * shell/ev-window.c (ev_window_cmd_go_next_page) 
11699         (ev_window_cmd_go_first_page): Fix of by one errors.
11700
11701 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11702
11703         * ps/ps-document.c: (get_page_box):
11704
11705         Fix page size calculation
11706
11707 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11708
11709         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11710         (ps_document_cleanup), (setup_pixmap), (get_page_box),
11711         (get_page_orientation), (setup_page), (document_load),
11712         (ps_document_get_page_size), (render_pixbuf_idle):
11713         * ps/ps-document.h:
11714
11715         More refactoring to adapt to EvDocument changes
11716
11717 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11718
11719         * ps/ps-document.c: (start_interpreter):
11720
11721         Actually add alpha args
11722
11723 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11724
11725         * pdf/ev-poppler.cc:
11726
11727         Make clipboard work again
11728
11729 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
11730
11731         Make searching work again.
11732         
11733         * backend/ev-document.c:
11734         * backend/ev-document.h:
11735         * backend/ev-document-find.c:
11736         * backend/ev-document-find.h: Change EvDocumentIface so we no
11737         longer store the current page or zoom level in the document.  The
11738         consequence is that all calls that operate on the current page now
11739         instead take the page number as an extra argument, and all
11740         coordinates are now doubles in document coordinate system.
11741
11742         * pdf/ev-poppler.cc:
11743         * pixbuf/pixbuf-document.c:
11744         * ps/ps-document.c: Update backends accordingly.
11745
11746 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
11747
11748         * autogen.sh:
11749
11750         Add required gettext version
11751
11752 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
11753
11754         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
11755         make F1 bring up non-existent help.
11756
11757         * shell/eggfindbar.c: Patch from Christian Persch to sync to
11758         epiphany's find bar, #167477
11759
11760         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
11761         <emil@nishra.com> to add space-bar scrolling, 
11762
11763         * shell/ev-window.c (static GtkActionEntry entries): add default
11764         keybinding for Help (F1)
11765         Fixes #171068
11766
11767         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
11768         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
11769         170110
11770
11771 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
11772
11773         * Makefile.am: 
11774         * pixbuf/pixbuf-document.c: 
11775
11776         Got pixbuf backend working again
11777
11778 2005-04-01  Steve Murphy  <murf@e-tools.com>
11779
11780         * configure.in: Added "rw" to ALL_LINGUAS.
11781
11782 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
11783
11784         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
11785         model types, noticed by Martin Kretzschmar.
11786
11787 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
11788
11789         * pdf/ev-poppler.cc: Implement search based on
11790         poppler_page_find_text().  Currently a bit crude since we remember
11791         all matches from all pages.  Also, we grab the big document lock
11792         when we search since searching changes the underlying stream and
11793         thus conflicts with the rendering thread.
11794         
11795         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11796         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
11797         (ev_view_find_previous): Fix some page indexes to be 0 based,
11798         offset rubber band by view offset,
11799
11800 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
11801
11802         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
11803
11804 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
11805
11806         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
11807         completely because I didn't understand GtkActions.  I should
11808         read Marco's code more carefully in the future.
11809
11810         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
11811         function
11812
11813 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
11814
11815         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
11816         PopplerRectangle change from poppler CVS.
11817
11818 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
11819
11820         * backend/ev-document.c: (ev_document_get_page_label):
11821         * backend/ev-document.h:
11822         * backend/ev-page-cache.c: (_ev_page_cache_new),
11823         (ev_page_cache_get_page_label):
11824         * backend/ev-page-cache.h:
11825         * pdf/ev-poppler.cc:
11826         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
11827         (links_page_num_func):
11828         * shell/ev-sidebar-thumbnails.c:
11829         (ev_sidebar_thumbnails_set_document):
11830         * shell/ev-view.c: (status_message_from_link),
11831         (ev_view_motion_notify_event):
11832         * shell/ev-window.c: (document_supports_sidebar): Add in page
11833         label support.  It's not perfect yet, but it's the first 'feature'
11834         in a while.
11835         Also, fix a bogus comment noticed by crispin. 
11836
11837 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
11838
11839         * Makefile.am: Remove pixbuf backend for now
11840
11841         * configure.ac: Require poppler-glib instead of just poppler.
11842
11843         * backend/ev-document-thumbnails.h: Add a comment
11844
11845         * backend/ev-document.h:
11846         * backend/ev-document.c: (ev_document_class_init),
11847         (ev_document_load), (ev_document_get_link),
11848         (ev_document_get_links): Remove 3 methods and add get_links.
11849         Also, made 0 based.
11850
11851         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
11852         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
11853
11854         * backend/ev-link.c: (ev_link_set_title),
11855         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
11856         (ev_link_mapping_find):
11857         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
11858         
11859         * backend/ev-page-cache.c: (ev_page_cache_init),
11860         (_ev_page_cache_new), (ev_page_cache_set_current_page),
11861         (ev_page_cache_get_size), (ev_page_cache_next_page),
11862         (ev_page_cache_prev_page): Fix to be 0 based.
11863
11864         * pdf/Makefile.am: 
11865         * pdf/ev-poppler.h:
11866         * pdf/ev-poppler.cc: New backend.
11867         
11868         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
11869         (ps_document_get_page), (ps_document_document_iface_init):
11870
11871         * shell/ev-pixbuf-cache.h:
11872         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11873         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
11874         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
11875         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
11876         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
11877         Fix up code to grab a page cache per each doc.  Also, fix to be 0
11878         based.
11879         
11880         * shell/ev-sidebar-thumbnails.c:
11881         (ev_sidebar_tree_selection_changed), (page_changed_cb),
11882         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
11883
11884         * shell/ev-view.c: (status_message_from_link),
11885         (find_page_at_location), (get_link_at_location),
11886         (ev_view_motion_notify_event), (ev_view_button_release_event),
11887         (ev_view_init): Use the new link code.  Fix to be 0 based.
11888
11889         * shell/ev-window.c: (update_action_sensitivity),
11890         (document_supports_sidebar): 0 based.
11891
11892 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
11893
11894         * pdf/pdf-document.cc: Patch from Fernando Herrera
11895         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
11896         *blush*
11897
11898 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
11899
11900         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
11901         1 to the page, as this seems to be 1 based.  I thought we has this
11902         fixed.  grump.
11903
11904 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
11905
11906         * TODO:
11907         * backend/Makefile.am:
11908         * backend/ev-document-links.c:
11909         (ev_document_links_has_document_links),
11910         (ev_document_links_get_links_model):
11911         * backend/ev-document-links.h:
11912         * backend/ev-document.c: (ev_document_get_page_cache),
11913         (ev_document_get_doc_mutex), (ev_document_load),
11914         (ev_document_save), (ev_document_get_title),
11915         (ev_document_get_n_pages), (ev_document_set_page),
11916         (ev_document_get_page), (ev_document_set_target),
11917         (ev_document_set_scale), (ev_document_set_page_offset),
11918         (ev_document_get_page_size), (ev_document_get_text),
11919         (ev_document_get_link), (ev_document_render),
11920         (ev_document_render_pixbuf), (ev_document_scale_changed):
11921         * backend/ev-document.h:
11922         * backend/ev-job-queue.c: (remove_object_from_queue),
11923         (notify_finished), (handle_job), (search_for_jobs_unlocked),
11924         (no_jobs_available_unlocked), (ev_render_thread),
11925         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
11926         (ev_job_queue_remove_job):
11927         * backend/ev-job-queue.h:
11928         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11929         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11930         (ev_job_links_class_init), (ev_job_render_init),
11931         (ev_job_render_dispose), (ev_job_render_class_init),
11932         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11933         (ev_job_thumbnail_class_init), (ev_job_finished),
11934         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11935         (ev_job_render_run), (ev_job_thumbnail_new),
11936         (ev_job_thumbnail_run):
11937         * backend/ev-jobs.h:
11938         * backend/ev-link.c:
11939         * backend/ev-link.h:
11940         * backend/ev-page-cache.c: (ev_page_cache_init),
11941         (ev_page_cache_class_init), (ev_page_cache_finalize),
11942         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
11943         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11944         (ev_page_cache_set_link), (ev_page_cache_get_title),
11945         (ev_page_cache_get_size), (ev_page_cache_next_page),
11946         (ev_page_cache_prev_page):
11947         * backend/ev-page-cache.h:
11948         * pdf/pdf-document.cc:
11949         * ps/gsdefaults.c:
11950         * ps/gsdefaults.h:
11951         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11952         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
11953         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
11954         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
11955         (is_interpreter_ready), (output), (catchPipe), (input),
11956         (start_interpreter), (check_filecompressed), (compute_dimensions),
11957         (ps_document_enable_interpreter), (document_load),
11958         (ps_document_next_page), (render_page), (ps_document_set_page),
11959         (ps_document_set_scale), (render_pixbuf_idle),
11960         (ps_document_render_pixbuf), (ps_document_document_iface_init):
11961         * ps/ps-document.h:
11962         * shell/Makefile.am:
11963         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11964         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
11965         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
11966         (ev_pixbuf_cache_new), (job_finished_cb),
11967         (check_job_size_and_unref), (move_one_job),
11968         (ev_pixbuf_cache_update_range), (find_job_cache),
11969         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
11970         (ev_pixbuf_cache_add_jobs_if_needed),
11971         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
11972         * shell/ev-pixbuf-cache.h:
11973         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11974         (idle_print_handler):
11975         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11976         (selection_changed_cb), (create_loading_model),
11977         (ev_sidebar_links_construct), (links_page_num_func),
11978         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
11979         (update_page_callback), (job_finished_cb),
11980         (ev_sidebar_links_set_document):
11981         * shell/ev-sidebar-thumbnails.c:
11982         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
11983         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
11984         (page_changed_cb), (thumbnail_job_completed_callback),
11985         (ev_sidebar_thumbnails_set_document):
11986         * shell/ev-sidebar-thumbnails.h:
11987         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11988         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
11989         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
11990         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
11991         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
11992         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
11993         (ev_view_button_release_event), (ev_view_scroll_view),
11994         (ev_view_class_init), (ev_view_init), (update_find_status_message),
11995         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
11996         (ev_view_new), (job_finished_cb), (page_changed_cb),
11997         (ev_view_set_document), (go_to_link), (ev_view_zoom),
11998         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
11999         (ev_view_find_previous):
12000         * shell/ev-view.h:
12001         * shell/ev-window.c: (update_action_sensitivity),
12002         (ev_window_open_page), (update_window_title), (update_total_pages),
12003         (page_changed_cb), (ev_window_setup_document),
12004         (password_dialog_response), (ev_window_cmd_save_as),
12005         (ev_window_print), (ev_window_cmd_go_previous_page),
12006         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
12007         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
12008         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
12009         * shell/main.c: (main):
12010
12011         Merge evince-threads branch
12012
12013 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
12014
12015         * configure.ac: Added "lt" to ALL_LINGUAS.
12016
12017 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
12018
12019         * NEWS:
12020         * configure.ac:
12021
12022         Release 0.1.9
12023
12024 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
12025
12026         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12027
12028         Fix here also the thumbnails 1-basedness :)
12029
12030 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12031
12032         * NEWS:
12033         * configure.ac:
12034
12035         Release 0.1.8
12036
12037 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
12038
12039         * pdf/pdf-document.cc:
12040         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
12041         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
12042
12043         Fix the mess we did with thumbnails and 1-basedness
12044
12045 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
12046
12047         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
12048
12049 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
12050
12051         * NEWS:
12052         * configure.ac:
12053
12054         Release 0.1.7
12055
12056 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
12057
12058         * ps/Makefile.am:
12059         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
12060         (gtk_gs_defaults_get_alpha_parameters),
12061         (gtk_gs_defaults_get_ungzip_cmd),
12062         (gtk_gs_defaults_get_unbzip2_cmd):
12063         * ps/gsdefaults.h:
12064         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12065         (ps_document_get_orientation), (document_load),
12066         (ps_document_goto_page), (ps_document_set_page_size):
12067         * ps/ps-document.h:
12068
12069         Some more sanitization of the ps backend. Remove a lot
12070         of unused code and do not base our defaults on ggv
12071         preferences (ugh!)
12072
12073 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
12074
12075         * thumbnailer/evince-thumbnailer.schemas:
12076         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12077         (main): add -s option for thumbnail size.
12078
12079 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
12080
12081         * configure.ac:
12082
12083         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
12084         remove it.
12085
12086 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12087
12088         * pdf/pdf-document.cc:
12089
12090         Remove 4 pixels of useless border from the
12091         thumbnail.
12092
12093 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
12094
12095         * backend/ev-document-thumbnails.c:
12096         (ev_document_thumbnails_get_thumbnail):
12097         * backend/ev-document-thumbnails.h:
12098
12099         Rework API a bit. Add a border flag and
12100         change sizing logic (now the size we specify
12101         applies to the bigger dimension).
12102
12103         * pdf/pdf-document.cc:
12104         * pixbuf/pixbuf-document.c:
12105         (pixbuf_document_thumbnails_get_thumbnail):
12106         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
12107         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12108
12109         Adapt to the new API and do not draw a border for nautilus
12110         thumbnailer.
12111
12112 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
12113
12114         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12115         take thumbnails from page "0" instead of "1". Added a copyright header.
12116
12117 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
12118
12119         * ps/ps-document.c: (set_up_page), (start_interpreter):
12120
12121         Make it C89 compliant
12122
12123 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
12124
12125         * Makefile.am:
12126         * configure.ac:
12127         * pdf/.cvsignore:
12128         * pdf/pdf-document.cc:
12129         * thumbnailer/Makefile.am:
12130         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
12131         (main):
12132         * thumbnailer/evince-thumbnailer.schemas:
12133         * thumbnailer/pdf-icon.png:
12134
12135         Add a nautilus thumbnailer.
12136         Based on patch by Fernando Herrera <fherrera@onirica.com>.
12137
12138 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
12139
12140         * NEWS:
12141         * configure.ac:
12142         * po/POTFILES.in:
12143
12144         Release 0.1.6
12145
12146 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
12147
12148         Use poppler instead of including xpdf source code.  Poppler is a
12149         fork of xpdf to build it as a shared library. See
12150         http://freedesktop.org/wiki/Software/poppler.
12151
12152         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
12153         xpdf fork.
12154         
12155         * pdf/Makefile.am: Build libpdfdocument.a here.
12156         
12157         * pdf/GDKSplashOutputDev.cc:
12158         * pdf/GDKSplashOutputDev.h:
12159         * pdf/GnomeVFSStream.cc:
12160         * pdf/GnomeVFSStream.h:
12161         * pdf-document.cc:
12162         * pdf-document.h:
12163         * test-gdk-output-dev.cc
12164         * Thumb.cc:
12165         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
12166         against poppler.
12167
12168 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12169
12170         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
12171
12172         Clear idle stack before unsetting the document
12173
12174 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12175
12176         * ps/ps-document.c: (ps_document_widget_event),
12177         (ps_document_set_target), (ps_document_finalize),
12178         (ps_document_get_page):
12179
12180         Disconnect the widget event signal on finalize.
12181         Some code cleanups.
12182
12183 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12184
12185         * ps/ps-document.c: (set_up_page):
12186
12187         If there is no bpixmap create one, even if size
12188         is not changed.
12189
12190 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12191
12192         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
12193         (set_up_page), (document_load), (ps_document_set_zoom):
12194
12195         Default page is 0. Calculate size even when we have no
12196         target yet.
12197
12198 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
12199
12200         * shell/ev-sidebar.c: expand the selection widget to be always as
12201         wide as the sidebar
12202
12203 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12204
12205         * shell/ev-sidebar-thumbnails.c:
12206         (ev_sidebar_thumbnails_set_document):
12207
12208         Clear the list store when setting document
12209
12210 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12211
12212         * shell/ev-page-action.c: (update_entry), (sync_entry),
12213         (activate_cb), (entry_size_request_cb), (create_tool_item),
12214         (connect_proxy):
12215
12216         Use an entry for the page control instead of spinbuttons
12217
12218 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
12219
12220         * data/evince.schemas.in:
12221
12222         Correct confusing string
12223
12224 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
12225
12226         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
12227         for real.  Gosh, how long has this been broken.
12228
12229         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
12230         check for a NULL link.  We crash otherwise.
12231
12232 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
12233
12234         * NEWS:
12235         * configure.ac:
12236
12237         Release 0.1.5
12238
12239 2005-02-25  Sebastien Bacher  <seb128@debian.org>
12240
12241         * configure.ac: add the french translation.
12242
12243 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12244
12245         * shell/ev-window.c:
12246
12247         Remove unused header -> fix distcheck
12248
12249 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12250
12251         * shell/ev-window.c: (update_window_title),
12252         (ev_window_popup_password_dialog):
12253
12254         Unescape filename for display
12255
12256 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12257
12258         * pdf/xpdf/pdf-document.cc:
12259
12260         In get_page_size deal with rotation. Also
12261         cleanup the function a bit.
12262
12263 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12264
12265         * pdf/xpdf/pdf-document.cc:
12266
12267         Fix crash when opening in new window
12268
12269 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12270
12271         * configure.ac:
12272
12273         Check ghostscript >= 7
12274
12275 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12276
12277         * shell/ev-window.c:
12278
12279         Make page width the default sizing mode
12280
12281 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12282         Marco Pesenti Gritti <marco@gnome.org>
12283
12284         * shell/ev-window.c: Remember the sidebar size
12285
12286         * data/evince.schemas.in: Add a new gconf key to store the size of
12287         the sidebar
12288
12289 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12290
12291         * data/evince-ui.xml:
12292         * shell/ev-window.c: (update_action_sensitivity),
12293         (ev_window_cmd_view_reload):
12294         
12295         Add a "Reload" action and menu entry
12296
12297 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12298
12299         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12300         iff the type doesn't support thumbnailing and indexing.
12301
12302 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12303
12304         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12305
12306 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12307
12308         * pdf/splash/Splash.cc:
12309
12310         Port fix for a crasher from kde bug
12311         http://bugs.kde.org/show_bug.cgi?id=97131
12312
12313 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12314
12315         * pdf/xpdf/pdf-document.cc:
12316
12317         Return a link even if it's of an unrecognized
12318         type. Otherwise we go in an infinte cycle.
12319
12320 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12321
12322         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12323         (size_allocate_cb), (ev_window_set_sizing_mode):
12324
12325         Update size when switching mode
12326
12327 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12328
12329         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12330         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12331         (ev_window_cmd_view_normal_size):
12332
12333         Fix size toggle buttons behavior
12334
12335 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12336
12337         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12338         (doc_rect_to_view_rect), (ev_view_size_allocate),
12339         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12340         (scale_changed_callback):
12341
12342         Do not cache offsets in size_allocate.
12343
12344 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12345
12346         * shell/ev-view.c: (ev_view_size_allocate):
12347
12348         Calculate offsets before calling the parent
12349         class (which does a redraw)
12350
12351 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12352
12353         * pdf/xpdf/pdf-document.cc:
12354
12355         Fix a crasher on exit. Unused code, put a TODO
12356
12357 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12358
12359         * backend/ev-document.c: (ev_document_class_init),
12360         (ev_document_page_changed), (ev_document_scale_changed):
12361         * backend/ev-document.h:
12362
12363         Separate page/scale notifications
12364
12365         * pdf/xpdf/pdf-document.cc:
12366
12367         Emit the new signals.
12368         Do not display the pdf page in _render, do it
12369         when scale/page are requested.
12370
12371         * ps/ps-document.c: (ps_document_set_zoom),
12372         (ps_document_widget_event):
12373         * ps/ps-document.h:
12374
12375         Emit the new signals.
12376
12377         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12378         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12379         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12380         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12381         * shell/ev-view.h:
12382         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12383         (ev_window_cmd_view_page_width), (size_allocate_cb),
12384         (ev_window_set_sizing_mode):
12385
12386         Rework sizing to be pixel based.
12387         There are bugs but should be already way better.
12388
12389 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12390
12391         * shell/ev-window.c: (ev_window_init):
12392
12393         Do not allow to shrink sidebar smaller then
12394         child requisition
12395
12396 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12397
12398         * shell/ev-sidebar.[ch]
12399         * shell/ev-window.c:
12400
12401         Improved sidebar widget. Fixes #166683
12402
12403 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12404
12405         * shell/ev-view.c (update_find_status_message): Give translators
12406         more flexibility with ngettext plural handling.
12407
12408 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12409
12410         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12411         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12412         page when we get the page size.
12413
12414 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12415
12416         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12417
12418         ps pages are 0 based, convert 
12419
12420 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12421
12422         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12423
12424         Initialize correct parent class. Set GError on document load
12425
12426 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12427
12428         * pdf/xpdf/pdf-document.cc:
12429
12430         Fixup selection offset calculation
12431
12432         * shell/ev-view.c: (view_rect_to_doc_rect),
12433         (doc_rect_to_view_rect), (ev_view_size_allocate),
12434         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12435         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12436
12437         Store selection as document relative, so that zooming
12438         and offset changing doesnt break it.
12439
12440 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12441
12442         * shell/ev-view.c: (ev_view_best_fit):
12443
12444         Do not try to best fit if the view is not realized
12445
12446 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12447           
12448         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12449
12450 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12451
12452         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12453
12454 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12455
12456         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12457         the popup window.  That prevents it resizing when in full screen
12458         mode.
12459
12460         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12461         multiple rerenders.  This pretty much sucks.
12462
12463         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12464         rest of the toolbar.
12465
12466 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12467
12468         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12469
12470 2005-02-17  Alexander Shopov  <ash@contact.bg>
12471
12472         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12473
12474 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12475
12476         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12477
12478 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12479
12480         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12481         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12482         (set_document_page), (document_changed_callback),
12483         (ev_view_set_document), (ev_view_find_previous),
12484         (ev_view_hide_cursor), (ev_view_show_cursor):
12485         * shell/ev-view.h:
12486         * shell/ev-window.c: (update_chrome_visibility),
12487         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12488         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12489         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12490         (ev_window_unfullscreen):
12491         * shell/main.c: (main):
12492
12493         Automatically hide the fullscreen button.
12494         Patch by Kristian Høgsberg <krh@redhat.com>
12495
12496 2005-02-16  Vincent Noel  <vnoel@cox.net>
12497
12498         * shell/main.c (main): Specify an icon for the window. Patch by
12499         Jaap A. Haitsma. Fixes #166177.
12500
12501 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12502
12503         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12504
12505 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12506
12507         * backend/ev-document-misc.h:
12508         * backend/ev-document-misc.c:
12509         (ev_document_misc_get_page_border_size),
12510         (ev_document_misc_paint_one_page): New function to canonicalize
12511         sizing/painting a border.
12512
12513         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12514         used.
12515
12516         * pdf/xpdf/pdf-document.cc: use new function
12517
12518         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12519         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12520         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12521         shell/ev-window.c: (update_sizing_buttons),
12522         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12523         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12524         (ev_window_cmd_view_page_width), (size_allocate_cb),
12525         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12526         and "fit width" values act as toggle buttons so they stay
12527         toggled.  It's not 100% perfect, and it's a little slow, but it's
12528         good enough to commit I think.
12529
12530 2005-02-15  David Lodge  <dave@cirt.net>
12531
12532         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12533
12534 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12535
12536         * shell/ev-window.c (update_window_title): replace newlines in
12537         the title by spaces. Bug #166107.
12538
12539 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12540
12541         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12542         parameters providing allocation width and height without
12543         scrollbars and width of a possible vertical scrollbar. With this
12544         additional information the functions can work as
12545         intended. Unfortunately they're not idempotent. We should
12546         transform these commands to toggles. Fixes Bug #164976
12547         Initial patch by Stephane Loeuillet, then heavily modified.
12548
12549         * shell/ev-view.h: update prototypes.
12550
12551         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12552         (ev_window_cmd_view_page_width): provide EvView fit functions with
12553         all the information they need. Formulas to calculate this
12554         information taken from GtkScrolledWindow.
12555
12556 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12557
12558         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12559         created a thumbnail, the list store is updated to know
12560         that the thumbnail is set. Fixes bug #166792
12561
12562 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12563
12564         * shell/ev-window.c: fixed typo, closes bug 166897
12565
12566         * TODO: updated TODO with bug numbers that are relevant
12567
12568 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12569
12570         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12571
12572 2005-02-09  Vincent Noel  <vnoel@cox.net>
12573
12574         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12575         and "Next" toolbar buttons as important to make them stand out.
12576
12577 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12578
12579         * lib/ev-debug.c:
12580         * lib/ev-debug.h:
12581         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12582         (start_interpreter), (stop_interpreter), (document_load),
12583         (ps_document_next_page), (ps_document_goto_page),
12584         (ps_document_set_page_size), (ps_document_widget_event),
12585         (ps_document_render):
12586         * shell/ev-page-view.c: (ev_page_view_dispose):
12587         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12588
12589         Fix compilation on non-gcc platforms
12590
12591 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12592
12593         * NEWS:
12594         * configure.ac:
12595
12596         Release 0.1.4
12597
12598         * pdf/xpdf/Catalog.cc:
12599         * pdf/xpdf/XRef.cc:
12600
12601         Fix the fix for CAN-2004-0888
12602
12603 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12604
12605         * data/Makefile.am:
12606         * data/evince-ui.xml:
12607         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12608         * shell/ev-stock-icons.h:
12609         * shell/ev-window.c: (update_action_sensitivity),
12610         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12611         (set_action_properties):
12612
12613         Improve toolbar layout/icons
12614
12615 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
12616
12617         * pdf/xpdf/pdf-document.cc:
12618
12619         Add warnings about unimplemented/unknown link
12620         types.
12621
12622 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12623
12624         * ps/ps-document.c: (set_up_page):
12625
12626         Log gs property
12627
12628 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12629
12630         * ps/ps-document.c: (start_interpreter):
12631
12632         Log gs env var
12633
12634 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12635
12636         * shell/ev-page-view.c: (ev_page_view_dispose):
12637         * shell/ev-view.c: (ev_view_finalize):
12638         * shell/ev-window.c: (ev_window_setup_document),
12639         (ev_window_dispose), (ev_window_init):
12640
12641         Solve more refs issues.
12642
12643         I commented out the page_view initialization for now:
12644         it was never destroyed (because it's never added
12645         to a container). Because of that we was leaking
12646         gs processes. Couldnt think to a clean fix.
12647         We need to figure this out, password view has the
12648         same issue probably.
12649
12650 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12651
12652         * ps/ps-document.c: (ps_document_finalize),
12653         (ps_document_get_n_pages), (ps_document_get_page):
12654
12655         Some cleanups, stop the interpreter on finalize
12656
12657         * shell/ev-page-view.c: (ev_page_view_dispose),
12658         (ev_page_view_class_init):
12659
12660         Release our reference on the document
12661
12662 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12663
12664         * Makefile.am:
12665         * configure.ac:
12666         * doc/debugging.txt:
12667         * lib/.cvsignore:
12668         * lib/Makefile.am:
12669         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
12670         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
12671         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
12672         * lib/ev-debug.h:
12673
12674         Add debugging helpers
12675
12676         * ps/Makefile.am:
12677         * ps/ps-document.c: (set_up_page), (start_interpreter),
12678         (stop_interpreter), (document_load), (ps_document_next_page),
12679         (ps_document_goto_page), (ps_document_set_page_size),
12680         (ps_document_widget_event), (ps_document_render):
12681         * shell/Makefile.am:
12682         * shell/ev-view.c: (expose_bin_window):
12683         * shell/main.c: (main):
12684
12685         Add some logs
12686         
12687 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12688
12689         * ps/ps-document.c: (ps_document_widget_event):
12690
12691         Initialize message_window, this should make ps
12692         rendering really work! (Never noticed because I was
12693         testing with a ps that is causing gs to exit every time!)
12694
12695 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
12696
12697         * data/evince.schemas.in: updated simple error in applyto closing tag
12698
12699 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
12700
12701         * Makefile.am:
12702         * configure.ac:
12703         * data/.cvsignore:
12704         * data/Makefile.am:
12705         * data/evince-ui.xml:
12706         A data/evince.schemas.in:
12707         * po/POTFILES.in:
12708         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12709         * shell/ev-stock-icons.h:
12710         * shell/ev-window.c: (update_chrome_visibility),
12711         (update_chrome_flag), (ev_window_cmd_edit_find),
12712         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
12713         (ev_window_unfullscreen), (ev_window_focus_in_event),
12714         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
12715         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
12716         (ev_window_view_sidebar_cb), (find_bar_close_cb),
12717         (ev_window_dispose), (ev_window_class_init),
12718         (set_action_properties), (set_chrome_actions), (load_chrome),
12719         (ev_window_init):
12720
12721         Implement fullscreen mode changes from bug #164776.
12722         Also implement persistent chrome toggles.
12723
12724 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
12725
12726         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
12727
12728 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12729
12730         * NEWS:
12731         * configure.ac:
12732         * shell/ev-view.c:
12733
12734         Add another check for find interface
12735
12736         Release 0.1.3
12737
12738 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12739
12740         * shell/ev-application.c: (ev_application_open):
12741         * shell/ev-window.c: (ev_window_open):
12742
12743         Open gzipped ps documents
12744
12745 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12746
12747         * TODO:
12748         * shell/ev-view.c: (set_document_page):
12749
12750         Clamp page number, dont try to move to
12751         not existant pages.
12752
12753 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12754
12755         * backend/ev-document-find.c: (ev_document_find_changed):
12756         * backend/ev-document-find.h:
12757         * pdf/xpdf/pdf-document.cc:
12758         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
12759         * shell/ev-window.c: (find_bar_search_changed_cb):
12760
12761         Fix several bugs with find
12762
12763 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
12764
12765         * shell/ev-sidebar-thumbnails.c
12766         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
12767         document. Prevents warning from scroll_to_cell.
12768
12769 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
12770
12771         * configure.ac: Add «nb» to ALL_LINGUAS too.
12772
12773 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
12774
12775         * NOTES: New file with some random thoughts.
12776
12777         * TODO: Update.
12778
12779         * backend/ev-document-misc.c:
12780         (ev_document_misc_get_page_border_size): New function to
12781         canonicalize shadow drawing sizes.  Possibly goofy.
12782
12783         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
12784         (ev_view_best_fit), (ev_view_fit_width):
12785         * pdf/xpdf/pdf-document.cc:
12786         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12787         * ps/ps-document.c: (ps_document_get_page_size):
12788         * backend/ev-document-misc.h:
12789         * backend/ev-document.c: (ev_document_get_page_size):
12790         * backend/ev-document.h: get_page_size now takes a page number
12791         parameter.  Made all the backends/frontends honor it.
12792
12793         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
12794         see.  Doesn't work yet.
12795
12796         * shell/Makefile.am:
12797         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
12798         Doesn't do anything yet.
12799
12800         * shell/ev-sidebar-thumbnails.c:
12801         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
12802         [0..n_pages-1]
12803
12804         * shell/ev-window.c: (update_action_sensitivity),
12805         (ev_window_setup_document), (ev_window_set_page_mode),
12806         (ev_window_page_mode_cb), (ev_window_init): Clean up the
12807         view-swapping code a bit so we can have multiple views on a
12808         document.  Add the multi-page view, though it can't be turned on
12809         yet.
12810
12811 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12812
12813         * shell/ev-application.c: (ev_application_open):
12814         * shell/ev-view.c: (expose_bin_window):
12815         * shell/ev-window.c: (ev_window_open):
12816
12817         Support eps and check document supports find
12818         before drawing highlightings in expose.
12819
12820 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12821
12822         * pixbuf/pixbuf-document.c:
12823         (pixbuf_document_thumbnails_get_dimensions),
12824         (pixbuf_document_document_thumbnails_iface_init):
12825
12826         implement get_dimensions
12827
12828 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12829
12830         * NEWS:
12831         * configure.ac:
12832
12833         Release 0.1.2
12834
12835 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12836
12837         * shell/ev-view.c: (set_document_page):
12838
12839         Scroll at the top of the page when changing page
12840
12841 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12842
12843         * shell/ev-view.c: (ev_view_motion_notify_event):
12844
12845         Do not redraw unnecessarily
12846
12847 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12848
12849         * pdf/xpdf/pdf-document.cc:
12850         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12851         (expose_bin_window), (find_changed_cb):
12852
12853         Yay! find works now... Now to find bugs...
12854
12855 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12856
12857         * backend/ev-document-find.c: (ev_document_find_base_init),
12858         (ev_document_find_changed):
12859         * backend/ev-document-find.h:
12860         * pdf/xpdf/pdf-document.cc:
12861         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12862         (expose_bin_window), (ev_view_init), (set_document_page),
12863         (ensure_rectangle_is_visible), (jump_to_find_result),
12864         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
12865         (ev_view_find_next), (ev_view_find_previous):
12866         * shell/ev-view.h:
12867         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
12868
12869         More work on find implementation, mostly there now
12870
12871 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
12872
12873         * backend/ev-backend-marshalers.list:
12874         * backend/ev-document-find.c: (ev_document_find_base_init),
12875         (ev_document_find_cancel), (ev_document_find_page_has_results),
12876         (ev_document_find_get_n_results), (ev_document_find_get_result),
12877         (ev_document_find_get_progress), (ev_document_find_changed):
12878         * backend/ev-document-find.h:
12879
12880         Enanche the find interface to be really able to do
12881         multi page find.
12882
12883         * pdf/xpdf/pdf-document.cc:
12884
12885         Implement
12886
12887         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
12888         (expose_bin_window), (ev_view_init),
12889         (ev_view_get_find_status_message), (find_changed_cb),
12890         (ev_view_set_document), (set_document_page):
12891
12892         Adapt to the new interface. A few things are regressed sorry,
12893         I will finish it soon.
12894
12895 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
12896
12897         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
12898         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
12899         ev_sidebar_thumbnails_parent_class variable, don't define another
12900         parent_class variable.
12901
12902         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
12903         (ev_page_action_class_init): ditto.
12904
12905         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
12906         (pixbuf_document_class_init): ditto.
12907
12908         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
12909         ditto.
12910
12911         * .cvsignore: ignore various valgrind output files.
12912
12913 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12914
12915         * data/evince-ui.xml:
12916         * shell/Makefile.am:
12917         * shell/ev-history.c:
12918         * shell/ev-history.h:
12919         * shell/ev-navigation-action.c:
12920         * shell/ev-navigation-action.h:
12921         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
12922         (ev_view_set_page), (ev_view_fit_width):
12923         * shell/ev-view.h:
12924         * shell/ev-window.c: (update_action_sensitivity),
12925         (ev_window_setup_document), (register_custom_actions):
12926
12927         Kill session history
12928
12929 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12930
12931         * shell/ev-window.c: (update_action_sensitivity):
12932
12933         Fix inverted up/down buttons
12934
12935 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
12936
12937         * shell/ev-sidebar-thumbnails.c
12938         (ev_sidebar_thumbnails_select_page): make sure the selected
12939         thumbnail stays visible.
12940
12941 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
12942
12943         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
12944         scrolled window for Federico.
12945
12946 2005-01-26  Ole Laursen  <olau@hardworking.dk>
12947
12948         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
12949
12950 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
12951
12952         * configure.ac:
12953         * pdf/splash/SplashFTFontEngine.cc:
12954
12955         Fix CID fonts with freetype 2.1.9
12956
12957 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
12958
12959         * TODO: added item for desktop icon thumbnailer
12960
12961 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
12962
12963         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
12964         unloaded docs when the title is accessed.
12965
12966         * shell/ev-password-view.[hc]: New widget for displaying password
12967         state.
12968
12969         * shell/ev-window.[ch]: Refactor password handling code to handle
12970         the new view.
12971
12972 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
12973
12974         * NEWS:
12975         * configure.ac:
12976         * data/Makefile.am:
12977
12978         Release 0.1.1
12979
12980 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12981
12982         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
12983         ignore page offset here, to make search results independent of it,
12984
12985         * shell/ev-view.c (expose_bin_window): but take offsets into
12986         account here. Bug #164932
12987
12988         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
12989         scale at the right time. Bug #164996
12990
12991 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
12992
12993         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
12994         fix the problem. Now I just removed the Adobe font names and hope
12995         that the URW fonts are always in outline format. Bug #164934
12996
12997         * shell/ev-window.c (update_window_title): empty titles are
12998         useless, use filename in that case too.
12999
13000         * NEWS: Add some content.
13001
13002 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
13003
13004         * TODO: added one more TODO item and a TODONE section :)
13005
13006 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13007
13008         * ps/ps-document.h: add page_[xy]_offset fields.
13009
13010         * ps/ps-document.c (ps_document_set_page_offset)
13011         (ps_document_render): Keep offset in consideration in a few
13012         places. Bug #164752 "postscript documents are not centered in
13013         window"
13014
13015         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
13016         s/gpdf/evince/. Spotted by Stephane Loeuillet.
13017
13018         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
13019         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
13020         stub out missing methods for complete EvDocument implementation.
13021         Fixes segfaults with Save A Copy and Copy actions.
13022
13023         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
13024         (ps_document_document_iface_init): ditto.
13025         
13026 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13027
13028         * data/.cvsignore:
13029         * data/Makefile.am:
13030         * data/evince.desktop.in:
13031
13032         Add desktop file
13033
13034 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13035
13036         * shell/ev-view.c: (ev_view_button_press_event),
13037         (ev_view_motion_notify_event):
13038
13039         Make selection work in any direction
13040
13041 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13042
13043         * TODO:
13044         * shell/ev-window.c: (set_short_labels), (ev_window_init):
13045
13046         Use shorter labels for some of the toolbars items
13047
13048 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
13049
13050         * pdf/xpdf/pdf-document.cc:
13051
13052         Check the links info is initialized before
13053         using it. Should fix a crash on startup.
13054
13055 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
13056
13057         * pixbuf/pixbuf-document.c
13058         (pixbuf_document_thumbnails_get_dimensions): force floating point
13059         division to calculate page_ratio. Fixes crash with landscape
13060         format pixbufs.
13061
13062 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
13063
13064         * shell/ev-view.c (ev_view_realize): make the bg color darker.
13065
13066 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
13067
13068         * shell/ev-view.c (set_document_page): unset has_selection when
13069         the page changes.
13070         (set_document_page): handle paper size changes when the page
13071         changes (test with Free Culture, page 2).
13072
13073 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13074
13075         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
13076         (expose_bin_window), (ev_view_class_init), (ev_view_init):
13077
13078         Use normal style color for the widget background and
13079         draw a black box around the page.
13080
13081 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13082
13083         * pdf/xpdf/pdf-document.cc:
13084
13085         Keep offset in consideration in a few places
13086
13087         * shell/ev-view.c: (expose_bin_window):
13088
13089         Set the offsets so that the document is ever centered
13090
13091 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
13092
13093         * TODO: Added TODO items and finished off the first todo item
13094
13095         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
13096         reflect current authors
13097
13098 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13099
13100         * pdf/xpdf/pdf-document.cc:
13101         * shell/ev-view.c: (ev_view_set_cursor),
13102         (ev_view_motion_notify_event), (document_changed_callback),
13103         (set_document_page):
13104
13105         Show a wait cursor while the page is rendering
13106
13107 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
13108
13109         * shell/ev-sidebar-thumbnails.c:
13110         (ev_sidebar_tree_selection_changed),
13111         (ev_sidebar_thumbnails_select_page):
13112         * shell/ev-sidebar-thumbnails.h:
13113         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
13114         (ev_view_can_go_forward):
13115         * shell/ev-window.c: (ev_window_open_page),
13116         (ev_window_setup_document), (update_current_page),
13117         (view_page_changed_cb), (ev_window_init):
13118         * shell/ev-window.h:
13119
13120         Ensure thumbnails selection, toolbar page control and
13121         current page are in sync.
13122
13123 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
13124
13125         * pdf/xpdf/XRef.cc:
13126
13127         Fix CAN-2005-0064
13128
13129 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
13130
13131         * backend/Makefile.am:
13132         * backend/ev-document-links.h:
13133         * backend/ev-document-security.c: (ev_document_security_get_type),
13134         (ev_document_security_has_document_security),
13135         (ev_document_security_set_password):
13136         * backend/ev-document-security.h:
13137         * backend/ev-document.c: (ev_document_error_quark):
13138         * backend/ev-document.h:
13139         * data/Makefile.am:
13140         * data/evince-password.glade:
13141         * pdf/xpdf/pdf-document.cc:
13142         * shell/Makefile.am:
13143         * shell/ev-password.c: (ev_password_set_bad_password_label),
13144         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
13145         (ev_password_dialog_get_password),
13146         (ev_password_dialog_set_bad_pass):
13147         * shell/ev-password.h:
13148         * shell/ev-window.c: (ev_window_get_attribute),
13149         (ev_window_set_property), (update_action_sensitivity),
13150         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
13151         (ev_window_setup_document), (ev_window_get_password),
13152         (ev_window_open), (ev_window_cmd_save_as),
13153         (using_postscript_printer), (ev_window_print),
13154         (find_not_supported_dialog), (ev_window_cmd_edit_find),
13155         (update_fullscreen_popup), (ev_window_fullscreen),
13156         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13157         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
13158         (menu_item_select_cb), (find_bar_search_changed_cb),
13159         (ev_window_dispose), (ev_window_init):
13160
13161         Add initial support for password-supported dialogs.  This could be
13162         a lot cooler, but it'll do for now.
13163
13164 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
13165
13166         * pdf/xpdf/pdf-document.cc:
13167         * shell/ev-view.c: (status_message_from_link),
13168         (ev_view_set_status), (ev_view_set_cursor),
13169         (ev_view_motion_notify_event), (ev_view_init):
13170         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
13171
13172         Fix bugs in the links implementation and change cursor
13173         when hovering a link.
13174
13175 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
13176
13177         * viewer/.cvsignore: added cvsignore file for viewer directory
13178
13179         * TODO: created TODO document
13180
13181 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
13182
13183         * shell/ev-view.h:
13184         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
13185         new functions to help with implementation of sensitivity code
13186         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13187         of all actions that might require it.  Fixes a crash when you
13188         click on the Zoom actions in a window lacking a document.
13189
13190 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
13191
13192         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
13193         of the Find action
13194
13195 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13196
13197         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
13198         (pixbuf_document_document_iface_init):
13199         * ps/ps-document.c: (ps_document_get_link),
13200         (ps_document_document_iface_init):
13201         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
13202         (status_message_from_link), (ev_view_set_status),
13203         (ev_view_set_find_status), (ev_view_motion_notify_event),
13204         (ev_view_button_release_event), (ev_view_set_property),
13205         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
13206         (ev_view_get_find_status_message), (update_find_results),
13207         (ev_view_get_status), (ev_view_get_find_status):
13208         * shell/ev-view.h:
13209         * shell/ev-window.c: (view_status_changed_cb),
13210         (view_find_status_changed_cb), (ev_window_init):
13211
13212         View status message support, use it to show the links.
13213         Needs work...
13214
13215 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13216
13217         * backend/ev-document.c: (ev_document_get_link):
13218         * backend/ev-document.h:
13219         * pdf/xpdf/pdf-document.cc:
13220         * shell/ev-application.c: (ev_application_open):
13221         * shell/ev-application.h:
13222         * shell/ev-sidebar-links.c: (selection_changed_cb):
13223         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
13224         (ev_view_go_to_link):
13225
13226         Add support for document links
13227
13228 2005-01-13  Anders Carlsson  <andersca@gnome.org>
13229
13230         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
13231         (create_tool_item):
13232         Set the spin button limits correctly.
13233         
13234         * shell/ev-sidebar-thumbnails.c:
13235         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
13236         Support changing pages by clicking on the thumbnails.
13237         
13238 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13239
13240         * pixbuf/pixbuf-document.c:
13241         (pixbuf_document_thumbnails_get_dimensions),
13242         (pixbuf_document_document_thumbnails_iface_init):
13243
13244         implement get_dimensions
13245
13246 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
13247
13248         * ps/ps-document.c: (ps_document_goto_page):
13249
13250         Fix page switching on multipage documents
13251
13252 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
13253
13254         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13255         
13256         check for NULL before assigning to width and height parameters
13257
13258 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13259
13260         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
13261         (pixbuf_document_set_property), (pixbuf_document_get_property):
13262
13263         implement get/set properties
13264
13265 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13266
13267         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13268         
13269         return NULL instead of "Unknown", letting the title get set to
13270         the filename when the pdf has no title.
13271
13272 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13273
13274         * ps/ps-document.c: (ps_document_get_page_count),
13275         (ps_document_goto_page):
13276
13277 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13278
13279         * shell/ev-history.c: (ev_history_get_property),
13280         (ev_history_set_property), (ev_history_class_init),
13281         (ev_history_add_page), (ev_history_set_current_index):
13282         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13283         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13284         (ev_navigation_action_finalize):
13285         * shell/ev-navigation-action.h:
13286         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13287         (ev_view_go_forward), (ev_view_get_find_status_message),
13288         (history_index_changed_cb), (ev_view_set_history):
13289         * shell/ev-view.h:
13290         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13291         (update_current_page), (register_custom_actions):
13292
13293         Implement history dropdowns
13294
13295 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13296
13297         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13298         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13299         (ev_view_go_forward):
13300         * shell/ev-window.c: (register_custom_actions):
13301
13302         Fix several history bugs
13303
13304 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13305
13306         * configure.ac: Add «nb» to ALL_LINGUAS.
13307
13308 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13309
13310         * backend/Makefile.am:
13311         * backend/ev-bookmark.c:
13312         * backend/ev-bookmark.h:
13313         * backend/ev-document-bookmarks.c:
13314         * backend/ev-document-bookmarks.h:
13315         * backend/ev-document-links.c: (ev_document_links_get_type),
13316         (ev_document_links_has_document_links),
13317         (ev_document_links_begin_read), (ev_document_links_get_link),
13318         (ev_document_links_get_child), (ev_document_links_next),
13319         (ev_document_links_free_iter):
13320         * backend/ev-document-links.h:
13321         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13322         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13323         (ev_link_get_link_type), (ev_link_set_link_type),
13324         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13325         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13326         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13327         (ev_link_new_external):
13328         * backend/ev-link.h:
13329         * pdf/xpdf/pdf-document.cc:
13330         * shell/Makefile.am:
13331         * shell/ev-application.c: (ev_application_open_link):
13332         * shell/ev-application.h:
13333         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13334         (ev_history_get_link_nth):
13335         * shell/ev-history.h:
13336         * shell/ev-sidebar-bookmarks.c:
13337         * shell/ev-sidebar-bookmarks.h:
13338         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13339         (ev_sidebar_links_class_init), (selection_changed_cb),
13340         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13341         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13342         (do_one_iteration), (populate_links_idle),
13343         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13344         * shell/ev-sidebar-links.h:
13345         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13346         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13347         (go_to_index):
13348         * shell/ev-view.h:
13349         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13350         * shell/ev-window.h:
13351
13352         Rename bookmark to link, and use "Index" for the sidebar panel.
13353
13354 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13355
13356         * shell/Makefile.am:
13357         * shell/ev-application.c: (ev_application_open_bookmark):
13358         * shell/ev-application.h:
13359         * shell/ev-history.c: (ev_history_init), (free_links_list),
13360         (ev_history_finalize), (ev_history_class_init),
13361         (ev_history_add_link), (ev_history_add_page),
13362         (ev_history_get_link_nth), (ev_history_get_n_links),
13363         (ev_history_get_current_index), (ev_history_set_current_index),
13364         (ev_history_new):
13365         * shell/ev-history.h:
13366         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13367         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13368         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13369         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13370         (ev_view_set_page):
13371         * shell/ev-view.h:
13372         * shell/ev-window.c: (ev_window_open_bookmark),
13373         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13374         (goto_page_cb), (register_custom_actions):
13375         * shell/ev-window.h:
13376
13377         Initial history implementation. Needs work.
13378
13379 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13380
13381         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13382
13383 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13384
13385         * cut-n-paste/recent-files/egg-recent-item.c:
13386         * cut-n-paste/recent-files/egg-recent-item.h:
13387         * cut-n-paste/recent-files/egg-recent-model.c:
13388         * cut-n-paste/recent-files/egg-recent-util.c:
13389         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13390         * cut-n-paste/recent-files/egg-recent-view.c:
13391
13392         Update
13393
13394 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13395
13396         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13397         (fillGlyph, fillImageMask, drawImage):
13398         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13399         pdf/splash/SplashTypes.h:
13400         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13401         packed mode for Splash.
13402
13403         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13404         RGB8 packed mode, eliminates the pixbuf data creation loop.
13405
13406         * shell/ev-print-job.c (ev_print_job_finalize)
13407         (ev_print_job_set_property, ev_print_job_get_property)
13408         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13409         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13410         (print_closure_finalize, ev_print_job_print): implement
13411         printing (for backends with EvPsExporter)
13412
13413         * shell/ev_print_job.h: update prototypes.
13414
13415         * shell/ev-window.c (ev_window_print): unref print job after
13416         printing.
13417
13418         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13419         unless the document implements the EvDocumentFind interface.
13420
13421 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13422
13423         * configure.ac: Added ja to ALL_LINGUAS.
13424
13425 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13426
13427         * pdf/xpdf/pdf-document.cc:
13428
13429         add a FIXME. We should probably not allocate
13430         a bookmark object every time
13431
13432 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13433
13434         * shell/ev-application.c: (ev_application_open),
13435         (ev_application_open_bookmark):
13436         * shell/ev-application.h:
13437         
13438         Add a way to open bookmarks
13439
13440         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13441         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13442         (ev_bookmark_set_property), (ev_bookmark_class_init),
13443         (ev_bookmark_new_title), (ev_bookmark_new_link),
13444         (ev_bookmark_new_external):
13445
13446         Support for external uris, better constructors.
13447
13448         * backend/ev-bookmark.h:
13449         * pdf/xpdf/pdf-document.cc:
13450         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13451
13452         Handle external uris
13453
13454 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13455
13456         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13457         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13458
13459         Hook up bookmarks navigation
13460
13461 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13462
13463         * backend/Makefile.am:
13464         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13465         (ev_bookmark_get_title), (ev_bookmark_set_title),
13466         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13467         (ev_bookmark_get_page), (ev_bookmark_set_page),
13468         (ev_bookmark_get_property), (ev_bookmark_set_property),
13469         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13470         (ev_bookmark_new):
13471         * backend/ev-bookmark.h:
13472         * backend/ev-document-bookmarks.c:
13473         (ev_document_bookmarks_get_bookmark):
13474         * backend/ev-document-bookmarks.h:
13475         * pdf/xpdf/pdf-document.cc:
13476         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13477
13478         Add a bookmark object to the backend and use it instead of get_values
13479
13480 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13481
13482         * data/evince-ui.xml:
13483
13484         Cleanup and add select all.
13485
13486         * shell/ev-view.c: (ev_view_select_all),
13487         (ev_view_button_press_event):
13488         * shell/ev-view.h:
13489         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13490
13491         Add select all.
13492         Clear selection on click.
13493
13494 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13495
13496         * shell/ev-sidebar-thumbnails.c
13497         (ev_sidebar_thumbnails_set_document): forgot to unref the
13498         loading_icon.
13499
13500 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13501
13502         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13503         at the visible page, not just linearly.  This makes it look fast.
13504
13505 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13506
13507         * backend/ev-document-misc.c
13508         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13509         white.
13510         * backend/ev-document-thumbnails.h: New interface to get the size
13511         of a page.
13512
13513 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13514
13515         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13516         make dist works
13517
13518 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13519
13520         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13521         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13522         things up a bit.
13523
13524         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13525
13526 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13527
13528         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13529         fonts. Should fix font problems on systems that have the base
13530         fonts in bitmap format. Reported by James Henstridge
13531         <james@jamesh.id.au>.
13532
13533 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13534
13535         * pdf/xpdf/Gfx.cc:
13536         * pdf/xpdf/GfxState.cc:
13537
13538         Fix for CAN-2004-1125
13539
13540 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13541
13542         * shell/ev-view.c: (ev_view_copy):
13543         * shell/ev-view.h:
13544         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13545
13546         Implement Edit->Copy
13547
13548 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13549
13550         * backend/ev-document.c: (ev_document_get_text):
13551         * backend/ev-document.h:
13552         * pdf/xpdf/pdf-document.cc:
13553         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13554         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13555         (ev_view_update_primary_selection), (ev_view_button_press_event),
13556         (ev_view_motion_notify_event), (ev_view_button_release_event):
13557
13558         Beginnings of clipboard support. Incomplete but primary sort
13559         of work.
13560
13561 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13562
13563         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13564         (expose_bin_window):
13565
13566         Nicer rubberband drawing, from GtkIconView.
13567
13568 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13569
13570         * backend/ev-document.c: (ev_document_save):
13571         * backend/ev-document.h:
13572         * data/evince-ui.xml:
13573         * pdf/xpdf/pdf-document.cc:
13574         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13575
13576         Implement "Save a copy..." menu item
13577
13578 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13579
13580         * shell/ev-view.c: (ev_view_zoom):
13581
13582         Queue a resize when zoom changes
13583
13584 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13585
13586         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13587         shadows.
13588
13589         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13590         thumbnails..
13591
13592 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13593
13594         * pdf/xpdf/pdf-document.cc
13595         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13596
13597 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13598
13599         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13600         It's slow, but I'll speed it up next!
13601
13602 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13603
13604         * shell/main.c (load_files):
13605
13606         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13607         from the command line and because it seems more appropriate.
13608
13609 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13610
13611         * data/evince-ui.xml:
13612         * shell/ev-window.c: (update_action_sensitivity),
13613         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13614
13615         s/next page/page down
13616         s/previous page/page up
13617
13618 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13619
13620         * data/evince-ui.xml:
13621
13622         Change the layout to match clarkbw design.
13623
13624         * shell/Makefile.am:
13625         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
13626         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
13627         (ev_navigation_action_finalize),
13628         (ev_navigation_action_set_property),
13629         (ev_navigation_action_get_property),
13630         (ev_navigation_action_class_init):
13631         * shell/ev-navigation-action.h:
13632
13633         Implement clarkbw toolbar navigation controls (incomplete)
13634
13635         * shell/ev-page-action.c: (update_label), (update_spin),
13636         (value_changed_cb), (create_tool_item), (connect_proxy),
13637         (ev_page_action_init), (ev_page_action_finalize),
13638         (ev_page_action_set_property), (ev_page_action_get_property),
13639         (ev_page_action_set_current_page),
13640         (ev_page_action_set_total_pages), (ev_page_action_class_init):
13641         * shell/ev-page-action.h:
13642
13643         Implement a page switcher in the toolbar
13644
13645         * shell/ev-view.c: (ev_view_scroll_view):
13646         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13647         (update_current_page), (view_page_changed_cb), (goto_page_cb),
13648         (register_custom_actions), (ev_window_init):
13649
13650         Change page on PageUp/Down.
13651
13652 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
13653
13654         * pdf/xpdf/pdf-document.cc
13655         (pdf_document_thumbnails_get_thumbnail): initial stab at
13656         implementing thumbnail support for pdfs.  It only does documents
13657         with precached pdfs now.
13658
13659 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
13660
13661         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
13662         thumbnail code into a time-based idle as well.  Also, turn off the
13663         shadow temporarily as it's really slow.
13664
13665 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13666
13667         * backend/ev-document.c: (ev_document_class_init):
13668         * pdf/xpdf/pdf-document.cc:
13669         * shell/ev-window.c: (ev_window_open):
13670
13671         Fix document title bugs and fallback to
13672         filename when not available.
13673
13674 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13675
13676         * backend/ev-document.c: (ev_document_get_type),
13677         (ev_document_class_init), (ev_document_load),
13678         (ev_document_get_title):
13679         * backend/ev-document.h:
13680         * pdf/xpdf/pdf-document.cc:
13681         * ps/ps-document.c: (ps_document_set_property),
13682         (ps_document_get_property), (ps_document_class_init),
13683         (document_load):
13684         * ps/ps-document.h:
13685         * ps/ps.h:
13686         * shell/ev-window.c: (update_window_title), (ev_window_open),
13687         (ev_window_init):
13688
13689         Initial support for document title. Not working yet.
13690
13691 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13692
13693         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
13694
13695         Grab focus on the view when clicking it
13696
13697 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13698
13699         * shell/ev-marshal.list:
13700         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
13701         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
13702
13703         Add key bindings to the view. Now if the focus would work
13704         right...
13705
13706 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13707
13708         * Makefile.am:
13709         * backend/Makefile.am:
13710         * data/Makefile.am:
13711         * dvi/Makefile.am:
13712         * dvi/dvilib/Makefile.am:
13713         * pdf/xpdf/Makefile.am:
13714         * po/POTFILES.in:
13715         * ps/Makefile.am:
13716
13717         Fix distcheck
13718
13719 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13720
13721         * shell/ev-view.c: (ev_view_realize):
13722
13723         Fix mouse wheel scrolling
13724
13725 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13726
13727         * ps/Makefile.am:
13728         * ps/gstypes.h:
13729         * ps/gtkgs.c:
13730         * ps/gtkgs.h:
13731         * ps/ps-document.c: (catchPipe), (ps_document_init),
13732         (ps_document_class_init), (ps_document_cleanup),
13733         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
13734         (set_up_page), (close_pipe), (is_interpreter_ready),
13735         (interpreter_failed), (output), (input), (start_interpreter),
13736         (stop_interpreter), (file_length), (file_readable),
13737         (check_filecompressed), (check_pdf), (compute_xdpi),
13738         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
13739         (ps_document_get_type), (ps_document_emit_error_msg),
13740         (document_load), (ps_document_next_page),
13741         (ps_document_get_current_page), (ps_document_get_page_count),
13742         (ps_document_goto_page), (ps_document_set_page_size),
13743         (ps_document_zoom_to_fit), (ps_document_set_zoom),
13744         (ps_document_load), (ps_document_get_n_pages),
13745         (ps_document_set_page), (ps_document_get_page),
13746         (ps_document_widget_event), (ps_document_set_target),
13747         (ps_document_set_scale), (ps_document_set_page_offset),
13748         (ps_document_get_page_size), (ps_document_render),
13749         (ps_document_document_iface_init):
13750         * ps/ps-document.h:
13751         * ps/ps.c:
13752         * shell/ev-window.c: (ev_window_open):
13753
13754         Rename GtkGS to PSDocument
13755
13756 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13757
13758         * ps/gtkgs.c: (gtk_gs_class_init):
13759         * ps/gtkgs.h:
13760
13761         Some more leftover...
13762
13763 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13764
13765         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
13766         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
13767         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
13768         * ps/gtkgs.h:
13769
13770         Remove unused code and make a lot of stuff private
13771
13772 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13773
13774         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
13775         (gtk_gs_defaults_changed):
13776         * ps/gsdefaults.h:
13777         * ps/gtkgs.c:
13778         * ps/gtkgs.h:
13779         * ps/ps.h:
13780
13781         Cleanup headers dependencies
13782
13783 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13784
13785         * ps/Makefile.am:
13786         * ps/ggvutils.c:
13787         * ps/ggvutils.h:
13788         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
13789         * ps/gsdefaults.h:
13790         * ps/gtkgs.c: (file_length), (file_readable),
13791         (check_filecompressed), (check_pdf), (gtk_gs_load),
13792         (gtk_gs_get_postscript):
13793
13794         Get rid of ggvutils
13795
13796 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13797
13798         * ps/ggvutils.c:
13799         * ps/ggvutils.h:
13800         * ps/gsio.h:
13801         * ps/gtkgs.c: (gtk_gs_set_zoom):
13802
13803         Cleanups
13804
13805 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13806
13807         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
13808
13809         Ensure the page is rerendered when changing zoom
13810
13811 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13812
13813         * backend/ev-document.c: (ev_document_base_init),
13814         (ev_document_changed):
13815         * backend/ev-document.h:
13816
13817         Add a changed event that is emitted when the page content
13818         changes. This is necessary to deal with the fact that
13819         in ps backend rendering happen asycrounously.
13820         This makes the ps backend mostly work.
13821
13822         * pdf/xpdf/pdf-document.cc:
13823
13824         Emit changed event
13825
13826         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
13827         (ps_document_set_target):
13828
13829         Emit changed event
13830
13831         * shell/ev-view.c: (document_changed_callback),
13832         (ev_view_set_document), (ev_view_set_page):
13833
13834         Redraw on the changed signal
13835
13836 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
13837
13838         * configure.ac: Added pt_BR to ALL_LINGUAS.
13839
13840 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
13841
13842         * backend/ev-document-bookmarks.c:
13843         (ev_document_bookmarks_get_child): *
13844         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
13845         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
13846         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
13847         (ev_sidebar_bookmarks_destroy),
13848         (ev_sidebar_bookmarks_class_init),
13849         (ev_sidebar_bookmarks_construct), (stack_data_free),
13850         (do_one_iteration), (populate_bookmarks_idle),
13851         (ev_sidebar_bookmarks_clear_document),
13852         (ev_sidebar_bookmarks_set_document): *
13853         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
13854         (ev_sidebar_add_page),
13855         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
13856         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
13857         it displays both the topics and the page numbers.
13858
13859 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
13860
13861         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
13862         toggle.
13863         * shell/ev-window.c (toggle_entries): Set sidebar default value to
13864         visible.
13865
13866 2004-12-23  Adam Weinberger  <adamw@gnome.org>
13867
13868         * configure.ac: Added en_CA to ALL_LINGUAS.
13869
13870 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13871
13872         * ChangeLog: replace bottom of this ChangeLog (merged history of
13873         ggv and gpdf; where all paths were wrong and most of the files are
13874         not even in this tree) with ChangeLog (from arch) of the shell
13875         code.
13876
13877 2004-12-23  Havoc Pennington  <hp@redhat.com>
13878
13879         * shell/ev-window.c: hook up potentially-questionable "find
13880         results status text" feature - something involving the sidebar or
13881         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
13882         might be better in the end.
13883
13884         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
13885         with corresponding signal when it should be updated
13886
13887         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
13888
13889 2004-12-22  Havoc Pennington  <hp@redhat.com>
13890
13891         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
13892         find stuff on other pages, sort of (only returns one result on
13893         invisible pages, to show they have results; updates full results
13894         for a page when you view it). Currently repaints the current page
13895         every time a new result is found on any page, which isn't so nice.
13896
13897 2004-12-22  Havoc Pennington  <hp@redhat.com>
13898
13899         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
13900         the document doesn't support find (better ideas?)
13901         (find_bar_search_changed_cb): handle missing document or document
13902         that doesn't support find
13903
13904         * pdf/xpdf/pdf-document.cc: port to implement the new
13905         EvDocumentFindIface
13906
13907         * backend/ev-document-find.c: create a new interface for searching
13908
13909         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
13910
13911 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13912
13913         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
13914         libevbackend.la.
13915
13916         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
13917         EvPrintJob constructor arguments.
13918
13919         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
13920         for documents that can export PostScript (page by page).
13921
13922         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
13923         
13924         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
13925         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
13926         (pdf_document_ps_exporter_iface_init:
13927         Implement EvPSExporter.
13928
13929         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
13930
13931 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13932
13933         * backend/Makefile.am:
13934         * backend/ev-document-thumbnails.c:
13935         (ev_document_thumbnails_get_type),
13936         (ev_document_thumbnails_get_thumbnail):
13937         * backend/ev-document-thumbnails.h:
13938         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13939         (pixbuf_document_thumbnails_get_thumbnail),
13940         (pixbuf_document_document_thumbnails_iface_init):
13941         * shell/Makefile.am:
13942         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
13943         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
13944         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
13945         * shell/ev-sidebar-thumbnails.h:
13946         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
13947         (ev_sidebar_set_document):
13948         * shell/ev-utils.c: (gaussian), (create_blur_filter),
13949         (create_shadow), (ev_pixbuf_add_shadow):
13950         * shell/ev-utils.h:
13951         Add thumbnail support.
13952         
13953 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13954
13955         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
13956         (using_postscript_printer): Set up a print dialog for "PostScript
13957         injection" method.
13958
13959         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
13960         EvPrintJob.
13961
13962         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
13963
13964 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13965
13966         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
13967         (ps_document_set_target), (ps_document_get_page_size),
13968         (ps_document_render):
13969         * ps/gtkgs.h:
13970
13971         Fix a few bugs
13972
13973 2004-12-22  Christian Rose  <menthos@menthos.com>
13974
13975         * configure.ac: Added "sv" to ALL_LINGUAS.
13976
13977 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
13978
13979         * backend/ev-document-bookmarks.[ch]: new interface to indicate
13980         document supports bookmarks.
13981
13982 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13983
13984         * ps/ggvutils.c: (ggv_file_readable):
13985         * ps/ggvutils.h:
13986         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
13987         (gtk_gs_get_postscript):
13988
13989         Remove unused utils
13990
13991 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13992
13993         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
13994         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
13995         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
13996         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
13997         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
13998         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
13999         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14000         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14001         (gtk_gs_set_antialiasing), (ps_document_load),
14002         (ps_document_render):
14003         * ps/gtkgs.h:
14004
14005         Another check point for the ps backend. Now I can get it to show
14006         pages!
14007
14008 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
14009
14010         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
14011         document setting code.
14012
14013 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14014
14015         * shell/eggfindbar.c: (entry_activate_callback):
14016         Animate the next button when activate is pressed.
14017         
14018 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14019
14020         * shell/ev-window.c: (ev_window_cmd_edit_find),
14021         (update_fullscreen_popup), (ev_window_fullscreen),
14022         (ev_window_unfullscreen), (ev_window_state_event_cb),
14023         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
14024         Fix bugs in fullscreen code.
14025         
14026 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14027
14028         * Makefile.am:
14029         * configure.ac:
14030         * pixbuf/Makefile.am:
14031         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14032         (pixbuf_document_load), (pixbuf_document_get_n_pages),
14033         (pixbuf_document_set_page), (pixbuf_document_get_page),
14034         (pixbuf_document_set_target), (pixbuf_document_set_scale),
14035         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
14036         (pixbuf_document_render), (pixbuf_document_begin_find),
14037         (pixbuf_document_end_find), (pixbuf_document_finalize),
14038         (pixbuf_document_class_init),
14039         (pixbuf_document_document_iface_init), (pixbuf_document_init):
14040         * pixbuf/pixbuf-document.h:
14041         * shell/Makefile.am:
14042         * shell/ev-application.c: (ev_application_open):
14043         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
14044         (ev_window_open):
14045         Add pixbuf backend.
14046         
14047 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
14048
14049         * Makefile.am: 
14050         * dvi/dvilib/Makefile.am:
14051         * dvi/Makefile.am:
14052         * configure.ac: Auto*ify dvi and dvi/dvilib
14053
14054         * dvi/Makefile: Remove from CVS
14055         
14056         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
14057         confusion.
14058
14059         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
14060         
14061         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
14062         
14063 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14064
14065         * ps/Makefile.am:
14066         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
14067         (gtk_gs_value_adjustment_changed), (compute_size),
14068         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
14069         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
14070         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
14071         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
14072         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
14073         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
14074         (ps_document_load), (ps_document_get_n_pages),
14075         (ps_document_set_page), (ps_document_get_page),
14076         (ps_document_set_target), (ps_document_set_scale),
14077         (ps_document_set_page_offset), (ps_document_get_page_size),
14078         (ps_document_render), (ps_document_begin_find),
14079         (ps_document_end_find), (ps_document_document_iface_init):
14080         * ps/gtkgs.h:
14081         * shell/Makefile.am:
14082         * shell/ev-window.c: (ev_window_open):
14083
14084         Some work to integrate gtkgs with EvDocument
14085
14086 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14087
14088         * shell/ev-window.c: (update_fullscreen_popup),
14089         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
14090         (exit_fullscreen_button_clicked_cb),
14091         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
14092         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14093         (ev_window_state_event_cb), (ev_window_init):
14094         Add fullscreen support from Epiphany.
14095         
14096 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14097
14098         * data/ev-stock-zoom-fit-width.png: fit-width
14099         stock icon from gpdf.
14100         
14101         * shell/ev-stock-icons.[ch]: copied from gpdf.
14102         
14103         * shell/main.c: (main): init stock icons.
14104         
14105         * shell/ev-window.c: use the fit-width icon.
14106         
14107         * data/evince-ui.xml: add zooming toolbar items.
14108
14109 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14110
14111         * shell/ev-view.c: 
14112         (ev_view_best_fit), (ev_view_fit_width): because
14113         get_page_size() returns the scaled page size, we
14114         need to calculate the scale factor relative to
14115         the previous scale factor. Should really just
14116         add get_real_page_size().
14117
14118 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14119
14120         * shell/ev-view.[ch]:
14121         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
14122         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
14123         add zooming.
14124         
14125         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
14126         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
14127         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
14128         hook it up.
14129         
14130         * pdf/xpdf/pdf-document.cc:
14131         (pdf_document_begin_find),
14132         (pdf_document_end_find): make static.
14133
14134 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14135
14136         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
14137
14138         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
14139         names to fontconfig patterns.
14140         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
14141
14142         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
14143         setupBaseFontsFc.
14144
14145 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
14146
14147         * Makefile.am:
14148         * configure.ac:
14149         * ps/Makefile.am:
14150         * ps/ggvutils.c:
14151         * ps/ggvutils.h:
14152         * ps/gsdefaults.c:
14153         * ps/gsdefaults.h:
14154         * ps/gsio.c:
14155         * ps/gsio.h:
14156         * ps/gtkgs.c:
14157         * ps/gtkgs.h:
14158         * ps/ps.c:
14159         * ps/ps.h:
14160
14161         Import ggv backend. Not hooked up yet.
14162
14163 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14164
14165         * shell/main.c: (load_files), (main): load files
14166         from the command line.
14167
14168 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
14169
14170         * configure.ac: don't require bonobo.
14171         
14172         * cut-n-paste/recent-files/*: kill bonobo recent
14173         view.
14174
14175         * shell/ev-window.c:
14176         (ev_window_is_empty): upd.
14177         (unable_to_load), (ev_window_open): load backend
14178         based on the mime type.
14179
14180 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14181
14182         * backend/.cvsignore: ignore generated marshalers source.
14183
14184         * shell/main.c (main): this is not epiphany.
14185
14186 2004-12-22  Havoc Pennington  <hp@redhat.com>
14187
14188         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
14189         (expose_bin_window): draw find highlights
14190
14191         * shell/ev-window.c (find_bar_search_changed_cb): implement 
14192         
14193         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
14194         (pdf_document_end_find): implement this interface
14195
14196         * backend/ev-document.c (ev_document_found): add this to emit
14197         signal
14198
14199 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
14200
14201         * data/evince-ui.xml: Add a few more toolbar items.
14202
14203         * shell/ev-window.c: Hook up page navigation toolbar 
14204         items.
14205
14206         * shell/ev-view.[ch]: add ev_view_set/get_page and 
14207         a page-changed signal.
14208
14209         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
14210         Add ev_document_get_page().
14211
14212         * shell/ev-window.c: Sensitize/desensitize navigation
14213         actions.
14214
14215 2004-12-21  Havoc Pennington  <hp@redhat.com>
14216
14217         * backend/ev-backend-marshal.c,
14218         backend/ev-backend-marshalers.list, backend/Makefile.am: add
14219         marshaler-generator thingy. I'm sure there's a better way to do
14220         this in the modern world.
14221
14222         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
14223         end_find methods and "found" signal.
14224
14225         * configure.ac: find glib-genmarshal
14226
14227 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
14228
14229         * shell/ev-sidebar.c: Construct an actual sidebar.
14230         * shell/ev-sidebar-bookmarks.[ch]:
14231         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
14232
14233 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
14234
14235         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
14236         Redo size handling.
14237         
14238         * shell/ev-view.c: Track the size from the document.
14239
14240 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
14241
14242         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
14243         constructor assumes ownership of the string passed in.
14244         
14245         * shell/ev-window.c (ev_window_open): Destroy the error
14246         dialog once we've displayed it.
14247
14248 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
14249
14250         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
14251         a bit, it works! (sort of)
14252
14253         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
14254         Move to .cc since we need to use C++ in the implementation.
14255
14256         * shell/dummy.cc: Add a CC file to force evince
14257         to be linked as a C++ program.
14258
14259 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
14260
14261         * shell/ev-view.[ch]: Start of content-area widget.
14262
14263         * shell/ev-window.c: Create a EvView, update it
14264         as we change documents.
14265
14266         * shell/Makefile.am shell/ev-marshal.list: Add
14267         generated marshalers.
14268
14269 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14270
14271         * Makefile.am (SUBDIRS): move shell.
14272
14273 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14274
14275         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14276         .a to libtool convenience libraries.
14277
14278         * shell/ev-window.c (ev_window_open): Hard code loading
14279         a PDF document.
14280         
14281         * backend/ev-document.h: Add a boolean return to load(),
14282         fix GError * to GError **.
14283
14284         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14285         object for a PDF backend EvDocument.
14286
14287 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14288
14289         * dvi/*: New directory with the beginning of a .dvi backend.
14290
14291 2004-12-21  Havoc Pennington  <hp@redhat.com>
14292
14293         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14294         previous/next instead of back/forward
14295
14296 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14297
14298         * backend/ev-document.[ch]: Fix a couple of problems so
14299         it compile.
14300
14301 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14302
14303         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14304         to backend/ directory, rename EvViewer to EvDocument.
14305
14306 2004-12-21  Havoc Pennington  <hp@redhat.com>
14307
14308         * shell/ev-window.c: hook up the find bar widget; now we just need
14309         a document to find things in
14310
14311         * shell/eggfindbar.c: a find bar widget
14312
14313 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14314
14315         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14316
14317 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14318
14319         * pdf/**: Import of xpdf code from gpdf. 
14320
14321         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14322
14323         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14324         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14325         Fix FreeType includes.
14326
14327         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14328         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14329         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14330         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14331         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14332         Include xpdfconfig.h
14333         
14334 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14335
14336         * shell/ev-window.c (ev_window_dispose): dispose can be called
14337         multiple times.
14338
14339 2004-12-21  Havoc Pennington  <hp@redhat.com>
14340
14341         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14342         rather than Evince
14343
14344         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14345         items; really they should be synced with the strings, etc. from
14346         current gpdf, but just getting the boring typing out of the way 
14347
14348 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14349
14350         * po/POTFILES.in:
14351         * shell/ev-application.c: (window_destroy_cb):
14352         * shell/ev-window.c:
14353         * shell/main.c: (main):
14354
14355         Actually show the window...
14356
14357 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14358
14359         * Makefile.am:
14360         * shell/Makefile.am:
14361         * shell/ev-application.c: (ev_application_class_init):
14362         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14363
14364         Make it build again
14365
14366 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14367
14368         Import to gnome cvs.
14369         
14370         * Remove copies of gpdf and ggv trees.
14371         * Rip out all the recursive configure code.
14372         * Remove bonobo machinery.
14373         * viewer/*: GInterfaces that backends should/can implement.
14374
14375 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14376
14377         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14378         typo
14379
14380 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14381
14382         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14383         (ev_application_finalize, ev_application_class_init)
14384         (ev_application_init): use GType instance private data for priv.
14385
14386         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14387         (ev_window_finalize, ev_window_class_init)
14388         (ev_window_init): ditto.
14389
14390 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14391
14392         * shell/ev-application.c (ev_application_new_window): make public
14393         (ev_application_show_initial_window): kill.
14394
14395         * shell/ev-application.h: update prototypes.
14396
14397         * shell/main.cc (main): inline ev_application_show_initial_window.
14398
14399 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14400
14401         * shell/ev-application.c (ev_application_new_window): impl.
14402         (ev_application_show_initial_window): use it.
14403         (is_window_empty, ev_application_get_empty_window): returns an
14404         existing empty window or a new one.
14405         (ev_application_open): from ev_window_cmd_file_open.
14406
14407         * shell/ev-application.h: update prototypes
14408
14409         * shell/ev-window.c (ev_window_is_empty): impl.
14410         (ev_window_open): make public.
14411         (ev_window_cmd_file_open): use ev_application_open
14412
14413         * shell/ev-window.h: update prototypes, remove unused.
14414
14415 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14416
14417         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14418         move destroy handler out of here...
14419
14420         * shell/ev-application.c, shell/ev-application.h: ...into this new
14421         class. Also handles initial window creation.
14422
14423         * shell/main.cc (main): use EvApplication to create initial
14424         window.
14425
14426 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14427
14428         * Makefile.am (SUBDIRS): add cut-n-paste
14429
14430         * cut-n-paste/Makefile.am: add
14431
14432         * configure.ac: generate Makefiles in cut-n-paste
14433
14434 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14435
14436         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14437         (ev_window_class_init): install ev_window_dispose.
14438
14439 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14440
14441         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14442         char (gchar looks stupid).
14443
14444 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14445
14446         * po/de.po: updated German translation.
14447
14448 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14449
14450         * configure.ac: add more pkg-config library checks for gnome-vfs,
14451         bonobo etc.
14452
14453         * gpdf/configure.in: temporarily disable libpaper
14454         checks. Otherwise I'd have to add the checks for the shell, too.
14455
14456 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14457
14458         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14459         and * file filters to the file choose.
14460
14461 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14462
14463         * po/de.po: Updated German translation.
14464
14465 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14466
14467         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14468
14469 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14470
14471         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14472
14473         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14474         (ev_window_init): implement those menuitems.
14475
14476 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14477
14478         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14479
14480         * shell/ev-window.c (ev_window_init): use the toolbar.
14481
14482 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14483
14484         * shell/ev-window.c (ev_window_init): use menu translations
14485
14486 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14487
14488         * configure.ac: add "de" to ALL_LINGUAS.
14489
14490         * po/de.po: add German translation.
14491
14492 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14493
14494         * Makefile.am (SUBDIRS): add po
14495
14496         * configure.ac: check intltool, glib-gettext etc, generate
14497         po/Makefile.in
14498
14499         * po, po/POTFILES.in, po/POTFILES.skip: new.
14500
14501 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14502
14503         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14504         already use (#ifdef ENABLE_NLS)
14505
14506         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14507         pointer indirection thinko.
14508
14509         * shell/main.c: include gi18n.h for bindtextdomain etc.
14510
14511 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14512
14513         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14514         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14515         tooltips for menu items in the statusbar.
14516
14517 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14518
14519         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14520         pkgdatadir drop UIDIR
14521
14522 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14523
14524         * data/evince-ui.xml: Add File->Open menu item
14525
14526         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14527         chooser), hook it up in the ui manager.
14528
14529 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14530
14531         * shell/ev-window.c: fix Help->About tooltip.
14532
14533 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14534
14535         * configure.ac: set CFLAGS for libevprivate.
14536
14537         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14538         definitions, factory etc.
14539
14540         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14541
14542         * shell/Makefile.am: link against libevprivate.a.
14543
14544         * shell/ev-window.c (entries): add stock icon to Help->About.
14545
14546         * shell/main.c (main): init stock icon code.
14547
14548 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14549
14550         * lib/recent-files: egg recent files code
14551
14552         * lib/Makefile.am: add.
14553
14554         * Makefile.am: add lib subdir.
14555
14556         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14557         set CFLAGS for recent-files.
14558
14559 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14560
14561         * configure.ac: disable -ansi and -pedantic gcc flags. They
14562         disable POSIX stuff in stdio.h, but egg-recent uses them.
14563
14564 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14565
14566         * configure.ac: add --disable-deprecated flag (defaults to on in
14567         "cvs" builds).
14568
14569         * shell/Makefile.am (INCLUDES): use it.
14570
14571 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14572
14573         * shell/main.c: add missing #include.
14574
14575         * shell/ev-window.c: fix for pedantic gcc.
14576         (ev_window_cmd_help_about): split license into paragraphs for
14577         translators and pedantic compilers.
14578
14579 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14580
14581         * configure.ac: add more warning flags if compiling with gcc from
14582         cvs (or explicitly requested with --enable-more-warnings).
14583
14584 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14585
14586         * data/evince-ui.xml: add File and File->Close menu.
14587
14588         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14589         (ev_window_destroy): quit after destroy.
14590         (ev_window_class_init): override GtkObject::destroy.
14591         (entries): install close_window callback.
14592
14593 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14594
14595         * Makefile.am (SUBDIRS): add data subdir.
14596
14597         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14598         gtk+ 2.5.0 for GtkAboutDialog.
14599
14600         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14601         main window.
14602
14603         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14604
14605         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14606         manager.
14607         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14608
14609 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14610
14611         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14612
14613 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14614
14615         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14616
14617 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14618
14619         * shell/*: Added shell directory boilerplate, build it.
14620
14621 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14622
14623         * configure.ac, Makefile.am: Added top-level configure.ac and
14624         Makefile.am